Merge branch 'release/v7.1.0' into develop

This commit is contained in:
Julia Radzhabova 2022-04-08 17:02:24 +03:00
commit 23d164b015
86 changed files with 1522 additions and 993 deletions

View file

@ -805,6 +805,12 @@ define([
setEmptyText: function(emptyText) {
this.emptyText = emptyText;
if (this.store.length < 1) {
var el = $(this.el).find('.inner').addBack().filter('.inner').find('.empty-text td');
if ( el.length>0 )
el.text(this.emptyText);
}
},
alignPosition: function() {

View file

@ -443,7 +443,8 @@ define([
textReply: me.textReply,
textClose: me.textClose,
maxCommLength: Asc.c_oAscMaxCellOrCommentLength
}))
})),
emptyText: me.txtEmpty
});
var addtooltip = function (dataview, view, record) {
@ -860,6 +861,7 @@ define([
textClosePanel: 'Close comments',
textViewResolved: 'You have not permission for reopen comment',
mniFilterGroups: 'Filter by Group',
textAll: 'All'
textAll: 'All',
txtEmpty: 'There are no comments in the document.'
}, Common.Views.Comments || {}))
});

View file

@ -45,6 +45,22 @@
margin-bottom: 5px;
right: 4px !important;
}
.dataview-ct.inner {
.empty-text {
text-align: center;
height: 100%;
width: 100%;
color: @text-tertiary-ie;
color: @text-tertiary;
tr {
vertical-align: top;
td {
padding-top: 18px;
}
}
}
}
}
.add-link-ct {

View file

@ -72,7 +72,7 @@
padding: 15px 0 0 15px;
}
.range-number {
[slot="inner-end"] {
color: @text-normal;
}
}
@ -186,7 +186,6 @@
.popover {
.list {
ul {
background-color: var(--f7-list-bg-color);
li:first-child, li:last-child {
.item-link {
border-radius: 0;

View file

@ -15,6 +15,7 @@
"DE.ApplicationController.errorFilePassProtect": "ມີລະຫັດປົກປ້ອງຟາຍນີ້ຈຶ່ງບໍ່ສາມາດເປີດໄດ້",
"DE.ApplicationController.errorFileSizeExceed": "ຂະໜາດຂອງຟາຍໃຫຍ່ກວ່າທີ່ກຳນົດໄວ້ໃນລະບົບ. <br>ກະລຸນະຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລົບຂອງທ່ານ",
"DE.ApplicationController.errorForceSave": "ເກີດຂໍ້ຜິດພາດໃນລະຫວ່າງການເບັນທຶກຝາຍ. ກະລຸນາໃຊ້ຕົວເລືອກ 'ດາວໂຫລດເປັນ' ເພື່ອບັນທຶກເອກະສານໄວ້ໃນຮາດໄດຄອມພິວເຕີຂອງທ່ານຫຼືລອງໃໝ່ພາຍຫຼັງ.",
"DE.ApplicationController.errorLoadingFont": "ຟອນບໍ່ໄດ້ຖືກໂຫລດ.<br>ກະລຸນາແອດມີນຂອງທ່ານ.",
"DE.ApplicationController.errorSubmit": "ສົ່ງອອກຜິດພາດ",
"DE.ApplicationController.errorTokenExpire": "ເຄື່ອງໝາຍຄວາມປອດໄພຂອງເອກະສານໄດ້ໝົດອາຍຸແລ້ວ. <br> ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບເອກະສານຂອງທ່ານ.",
"DE.ApplicationController.errorUpdateVersionOnDisconnect": "ການເຊື່ອຕໍ່ອິນເຕີເນັດຫາກໍ່ກັບມາ, ແລະຟາຍເອກະສານໄດ້ມີການປ່ຽນແປງແລ້ວ. <b>ກ່ອນທີ່ທ່ານຈະດຳເນີການຕໍ່ໄປ, ທ່ານຕ້ອງໄດ້ດາວໂຫຼດຟາຍ ຫຼືສຳເນົາເນື້ອຫາ ເພື່ອປ້ອງການການສູນເສຍ, ແລະກໍ່ທຳການໂຫຼດໜ້າຄືນອີກຄັ້ງ.",
@ -24,10 +25,12 @@
"DE.ApplicationController.scriptLoadError": "ການເຊື່ອມຕໍ່ອິນເຕີເນັດຊ້າເກີນໄປ, ບາງອົງປະກອບບໍ່ສາມາດໂຫຼດໄດ້. ກະລຸນາໂຫຼດໜ້ານີ້ຄືນໃໝ່",
"DE.ApplicationController.textAnonymous": "ບໍ່ລະບຸຊື່",
"DE.ApplicationController.textClear": "ລຶບລ້າງຟີລທັງໝົດ",
"DE.ApplicationController.textGotIt": "ໄດ້ແລ້ວ",
"DE.ApplicationController.textGuest": " ແຂກ",
"DE.ApplicationController.textLoadingDocument": "ກຳລັງໂຫຼດເອກະສານ",
"DE.ApplicationController.textNext": "ຟີລທັດໄປ",
"DE.ApplicationController.textOf": "ຂອງ",
"DE.ApplicationController.textRequired": "ຕື່ມຂໍ້ມູນໃສ່ທຸກຊ່ອງທີ່ຕ້ອງການເພື່ອສົ່ງແບບຟອມ.",
"DE.ApplicationController.textSubmit": "ສົ່ງອອກ",
"DE.ApplicationController.textSubmited": "<b> ແບບຟອມທີ່ສົ່ງມາແລ້ວ",
"DE.ApplicationController.txtClose": " ປິດ",

View file

@ -16,14 +16,20 @@
"Common.UI.Calendar.textShortAugust": "ສິງຫາ",
"Common.UI.Calendar.textShortDecember": "ເດືອນທັນວາ",
"Common.UI.Calendar.textShortFebruary": "ເດືອນກຸມພາ",
"Common.UI.Calendar.textShortFriday": "ວັນສຸກ",
"Common.UI.Calendar.textShortJanuary": "ເດືອນກຸມພາ",
"Common.UI.Calendar.textShortJuly": "ມິຖຸນາ",
"Common.UI.Calendar.textShortJune": "ເດືອນມິຖຸນາ",
"Common.UI.Calendar.textShortMarch": "ມີນາ",
"Common.UI.Calendar.textShortMay": "ພຶດສະພາ",
"Common.UI.Calendar.textShortMonday": "ວັນຈັນ",
"Common.UI.Calendar.textShortNovember": "ພະຈິກ",
"Common.UI.Calendar.textShortOctober": "ຕຸລາ",
"Common.UI.Calendar.textShortSaturday": "ວັນເສົາ",
"Common.UI.Calendar.textShortSeptember": "ກັນຍາ",
"Common.UI.Calendar.textShortSunday": "ວັນອາທິດ",
"Common.UI.Calendar.textShortThursday": "ວັນພະຫັດ",
"Common.UI.Calendar.textShortTuesday": "ວັນອັງຄານ",
"Common.UI.Calendar.textShortWednesday": "ພວກເຮົາ",
"Common.UI.Calendar.textYears": "ປີ",
"Common.UI.Themes.txtThemeClassicLight": "ແສງມາດຕະຖານ",
@ -40,6 +46,7 @@
"Common.UI.Window.textWarning": "ເຕືອນ",
"Common.UI.Window.yesButtonText": "ແມ່ນແລ້ວ",
"Common.Views.CopyWarningDialog.textDontShow": "ຢ່າສະແດງຂໍ້ຄວາມນີ້ອີກ",
"Common.Views.CopyWarningDialog.textMsg": "ການເຮັດສຳເນົາ, ຕັດ ແລະ ວາງ ໂດຍໃຊ້ຄຳສັ່ງເມນູການປະຕິບັດ ຈະຖືກດຳເນີນການພາຍໃນແຖບຕົວແກ້ໄຂນີ້ເທົ່ານັ້ນ.<br><br>ເພື່ອສຳເນົາ ຫຼື ວາງໃສ່ ຫຼືຈາກແອັບພລິເຄຊັນນອກແຖບຕົວແກ້ໄຂ ໃຫ້ໃຊ້ການປະສົມແປ້ນພິມຕໍ່ໄປນີ້:",
"Common.Views.CopyWarningDialog.textTitle": "ປະຕິບັດການ ສໍາເນົາ, ຕັດ ແລະ ວາງ",
"Common.Views.CopyWarningDialog.textToCopy": "ສຳລັບສຳເນົົາ",
"Common.Views.CopyWarningDialog.textToCut": "ສຳລັບຕັດ",
@ -48,12 +55,14 @@
"Common.Views.EmbedDialog.textTitle": "ຝັງໄວ້",
"Common.Views.EmbedDialog.textWidth": "ລວງກວ້າງ",
"Common.Views.EmbedDialog.txtCopy": "ເກັບໄວ້ໃນຄຣິບບອດ",
"Common.Views.EmbedDialog.warnCopy": "ຄວາມຜິດພາດຂອງບາວເຊີ້! ໃຊ້ທາງລັດໂດຍພິມ [Ctrl] + [C]",
"Common.Views.ImageFromUrlDialog.textUrl": "ວາງ URL ຂອງຮູບພາບ:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "ຈຳເປັນຕ້ອງມີສ່ວນນີ້",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນ \"http://www.example.com\"",
"Common.Views.OpenDialog.closeButtonText": "ປິດຟຮາຍເອກະສານ",
"Common.Views.OpenDialog.txtEncoding": "ການເຂົ້າລະຫັດ",
"Common.Views.OpenDialog.txtIncorrectPwd": "ລະຫັດຜ່ານບໍ່ຖືກຕ້ອງ",
"Common.Views.OpenDialog.txtOpenFile": "ໃສ່ລະຫັດຜ່ານເພື່ອເປີດໄຟລ໌",
"Common.Views.OpenDialog.txtPassword": "ລະຫັດຜ່ານ",
"Common.Views.OpenDialog.txtPreview": "ເບິ່ງຕົວຢ່າງ",
"Common.Views.OpenDialog.txtProtected": "ເມື່ອທ່ານໃສ່ລະຫັດຜ່ານເປີດເອກະສານ, ລະຫັດຜ່ານໃນປະຈຸບັນຈະຖືກຕັ້ງຄ່າ ໃໝ່.",
@ -65,6 +74,7 @@
"Common.Views.SelectFileDlg.textTitle": "ເລືອກແຫຼ່ງຂໍ້ມູນ",
"Common.Views.ShareDialog.textTitle": "ແບ່ງປັນລິ້ງ",
"Common.Views.ShareDialog.txtCopy": "ເກັບໄວ້ໃນຄຣິບບອດ",
"Common.Views.ShareDialog.warnCopy": "ຄວາມຜິດພາດຂອງບາວເຊີ້! ໃຊ້ທາງລັດໂດຍພິມ [Ctrl] + [C]",
"DE.Controllers.ApplicationController.convertationErrorText": " ການປ່ຽນແປງບໍ່ສຳເລັດ.",
"DE.Controllers.ApplicationController.convertationTimeoutText": "ໝົດເວລາການປ່ຽນແປງ.",
"DE.Controllers.ApplicationController.criticalErrorTitle": "ຂໍ້ຜິດພາດ",
@ -80,6 +90,7 @@
"DE.Controllers.ApplicationController.errorFilePassProtect": "ມີລະຫັດປົກປ້ອງຟາຍນີ້ຈຶ່ງບໍ່ສາມາດເປີດໄດ້",
"DE.Controllers.ApplicationController.errorFileSizeExceed": "ຂະໜາດຂອງຟາຍໃຫຍ່ກວ່າທີ່ກຳນົດໄວ້ໃນລະບົບ. <br>ກະລຸນະຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລົບຂອງທ່ານ",
"DE.Controllers.ApplicationController.errorForceSave": "ເກີດຂໍ້ຜິດພາດໃນລະຫວ່າງການເບັນທຶກຝາຍ. ກະລຸນາໃຊ້ຕົວເລືອກ 'ດາວໂຫລດເປັນ' ເພື່ອບັນທຶກເອກະສານໄວ້ໃນຮາດໄດຄອມພິວເຕີຂອງທ່ານຫຼືລອງໃໝ່ພາຍຫຼັງ.",
"DE.Controllers.ApplicationController.errorLoadingFont": "ຟອນບໍ່ໄດ້ຖືກໂຫລດ.<br>ກະລຸນາແອດມີນຂອງທ່ານ.",
"DE.Controllers.ApplicationController.errorServerVersion": "ສະບັບດັດແກ້ໄດ້ຖືກປັບປຸງແລ້ວ. ໜ້າເວັບຈະຖືກໂຫລດຄືນເພື່ອນຳໃຊ້ການປ່ຽນແປງ.",
"DE.Controllers.ApplicationController.errorSessionAbsolute": "ໝົດເວລາການແກ້ໄຂເອກະສານ ກະລຸນາໂຫລດໜ້ານີ້ຄືນໃໝ່",
"DE.Controllers.ApplicationController.errorSessionIdle": "ເອກະສານດັ່ງກ່າວບໍ່ໄດ້ຖືກດັດແກ້ມາດົນແລ້ວ. ກະລຸນາໂຫລດ ໜ້ານີ້ຄືນໃໝ່.",
@ -101,12 +112,16 @@
"DE.Controllers.ApplicationController.scriptLoadError": "ການເຊື່ອມຕໍ່ອິນເຕີເນັດຊ້າເກີນໄປ, ບາງອົງປະກອບບໍ່ສາມາດໂຫຼດໄດ້. ກະລຸນາໂຫຼດໜ້ານີ້ຄືນໃໝ່",
"DE.Controllers.ApplicationController.textAnonymous": "ບໍ່ລະບຸຊື່",
"DE.Controllers.ApplicationController.textBuyNow": "ເຂົ້າໄປຍັງເວັບໄຊ",
"DE.Controllers.ApplicationController.textCloseTip": "ຄລິກເພື່ອປິດປາຍ.",
"DE.Controllers.ApplicationController.textContactUs": "ຕິດຕໍ່ຜູ້ຂາຍ",
"DE.Controllers.ApplicationController.textGotIt": "ໄດ້ແລ້ວ",
"DE.Controllers.ApplicationController.textGuest": " ແຂກ",
"DE.Controllers.ApplicationController.textLoadingDocument": "ກຳລັງໂຫຼດເອກະສານ",
"DE.Controllers.ApplicationController.textNoLicenseTitle": "ຈໍານວນໃບອະນຸຍາດໄດ້ໃຊ້ຄົບແລ້ວ",
"DE.Controllers.ApplicationController.textOf": "ຂອງ",
"DE.Controllers.ApplicationController.textRequired": "ຕື່ມຂໍ້ມູນໃສ່ທຸກຊ່ອງທີ່ຕ້ອງການເພື່ອສົ່ງແບບຟອມ.",
"DE.Controllers.ApplicationController.textSaveAs": "ບັນທຶກເປັນ PDF",
"DE.Controllers.ApplicationController.textSaveAsDesktop": "ບັນທຶກເປັນ...",
"DE.Controllers.ApplicationController.textSubmited": "<b> ແບບຟອມທີ່ສົ່ງມາແລ້ວ",
"DE.Controllers.ApplicationController.titleLicenseExp": "ໃບອະນຸຍາດໝົດອາຍຸ",
"DE.Controllers.ApplicationController.titleServerVersion": "ອັບເດດການແກ້ໄຂ",
@ -122,6 +137,7 @@
"DE.Controllers.ApplicationController.unknownErrorText": "ມີຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ",
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "ບຣາວເຊີຂອງທ່ານບໍ່ສາມານຳໃຊ້ໄດ້",
"DE.Controllers.ApplicationController.uploadImageExtMessage": "ບໍ່ຮູ້ສາເຫດຂໍ້ຜິດຜາດຮູບແບບຂອງຮູບ",
"DE.Controllers.ApplicationController.uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB.",
"DE.Controllers.ApplicationController.waitText": "ກະລຸນາລໍຖ້າ...",
"DE.Controllers.ApplicationController.warnLicenseExceeded": "ຈໍານວນ ການເຊື່ອມຕໍ່ພ້ອມກັນກັບຜູ້ເເກ້ໄຂ ແມ່ນເກີນກໍານົດ % 1. ເອກະສານນີ້ສາມາດເປີດເບິ່ງເທົ່ານັ້ນ. <br>ຕິດຕໍ່ທີມບໍລິຫານ ເພື່ອສືກສາເພີ່ມເຕີ່ມ",
"DE.Controllers.ApplicationController.warnLicenseExp": "ໃບອະນຸຍາດຂອງທ່ານໝົດອາຍຸແລ້ວ. <br> ກະລຸນາຕໍ່ໃບອະນຸຍາດຂອງທ່ານ ແລະ ນຳໃຊ້ໃໝ່.",
@ -142,6 +158,7 @@
"DE.Views.ApplicationView.textSubmit": "ສົ່ງອອກ",
"DE.Views.ApplicationView.textUndo": "ກັບຄືນ",
"DE.Views.ApplicationView.textZoom": "ຂະຫຍາຍ ",
"DE.Views.ApplicationView.txtDarkMode": "ໂໝດມືດ",
"DE.Views.ApplicationView.txtDownload": "ດາວໂຫຼດ",
"DE.Views.ApplicationView.txtDownloadDocx": "ດາວໂຫລດເປັນເອກະສານ",
"DE.Views.ApplicationView.txtDownloadPdf": "ດາວໂຫລດເປັນPDF",

View file

@ -103,6 +103,8 @@ define([
setMode: function(mode) {
this.mode = mode;
this.canUseViwerNavigation = this.mode.canUseViwerNavigation;
if (this.panelNavigation && this.panelNavigation.viewNavigationList)
this.panelNavigation.viewNavigationList.setEmptyText(this.mode.isEdit ? this.panelNavigation.txtEmpty : this.panelNavigation.txtEmptyViewer);
return this;
},

View file

@ -4174,9 +4174,10 @@ define([
if (frame_pr)
menuDropCapAdvanced.setIconCls(frame_pr.get_DropCap()===Asc.c_oAscDropCap.Drop ? 'menu__icon dropcap-intext' : 'menu__icon dropcap-inmargin');
menuStyleSeparator.setVisible(me.mode.canEditStyles && !isInChart);
menuStyle.setVisible(me.mode.canEditStyles && !isInChart);
if (me.mode.canEditStyles && !isInChart) {
var edit_style = me.mode.canEditStyles && !isInChart && !(value.imgProps && value.imgProps.isSmartArtInternal);
menuStyleSeparator.setVisible(edit_style);
menuStyle.setVisible(edit_style);
if (edit_style) {
me.menuStyleUpdate.setCaption(me.updateStyleText.replace('%1', DE.getController('Main').translationTable[window.currentStyleName] || window.currentStyleName));
}

View file

@ -165,7 +165,8 @@ define([
txtCollapse: 'Collapse all',
txtExpandToLevel: 'Expand to level...',
txtEmpty: 'There are no headings in the document.<br>Apply a heading style to the text so that it appears in the table of contents.',
txtEmptyItem: 'Empty Heading'
txtEmptyItem: 'Empty Heading',
txtEmptyViewer: 'There are no headings in the document.'
}, DE.Views.Navigation || {}));
});

View file

@ -2100,6 +2100,7 @@
"DE.Views.Navigation.txtDemote": "Azalt",
"DE.Views.Navigation.txtEmpty": "Heç bir məzmun qeydi tapılmadı. <br> Mətn seçiminə başlıq üslubunun tətbiqi məzmun cədvəlində görünəcək.",
"DE.Views.Navigation.txtEmptyItem": "Boş Başlıq",
"DE.Views.Navigation.txtEmptyViewer": "Heç bir məzmun qeydi tapılmadı.",
"DE.Views.Navigation.txtExpand": "Hamısını genişləndir",
"DE.Views.Navigation.txtExpandToLevel": "Səviyyəyə uyğun genişləndir",
"DE.Views.Navigation.txtHeadingAfter": "Sonra yeni başlıq",

View file

@ -1969,6 +1969,7 @@
"DE.Views.Navigation.txtDemote": "Панізіць узровень",
"DE.Views.Navigation.txtEmpty": "У гэтага дакумента няма загалоўка<br>Выкарыстайце стыль загалоўка да тэксту, каб ён з’явіўся ў змесце.",
"DE.Views.Navigation.txtEmptyItem": "Пусты загаловак",
"DE.Views.Navigation.txtEmptyViewer": "У гэтага дакумента няма загалоўка.",
"DE.Views.Navigation.txtExpand": "Пашырыць усе",
"DE.Views.Navigation.txtExpandToLevel": "Пашырыць да ўзроўня",
"DE.Views.Navigation.txtHeadingAfter": "Новы загаловак пасля",

View file

@ -1638,6 +1638,7 @@
"DE.Views.Navigation.txtDemote": "Понижавам",
"DE.Views.Navigation.txtEmpty": "Този документ не съдържа заглавия",
"DE.Views.Navigation.txtEmptyItem": "Празно заглавие",
"DE.Views.Navigation.txtEmptyViewer": "Този документ не съдържа заглавия.",
"DE.Views.Navigation.txtExpand": "Разгънете всички",
"DE.Views.Navigation.txtExpandToLevel": "Разширяване до ниво",
"DE.Views.Navigation.txtHeadingAfter": "Нова позиция след",

View file

@ -262,6 +262,7 @@
"Common.Views.Comments.textResolved": "S'ha resolt",
"Common.Views.Comments.textSort": "Ordena els comentaris",
"Common.Views.Comments.textViewResolved": "No teniu permís per tornar a obrir el comentari",
"Common.Views.Comments.txtEmpty": "No hi ha cap comentari al document",
"Common.Views.CopyWarningDialog.textDontShow": "No tornis a mostrar aquest missatge",
"Common.Views.CopyWarningDialog.textMsg": "Les accions de copia, talla i enganxa mitjançant els botons de la barra deines de leditor i les accions del menú contextual només es realitzaran dins daquesta pestanya editor. <br><br>Per copiar o enganxar a o des daplicacions fora de la pestanya de l'editor, utilitzeu les combinacions de teclat següents:",
"Common.Views.CopyWarningDialog.textTitle": "Accions de copia, talla i enganxa ",
@ -1690,12 +1691,17 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Canvia els drets daccés",
"DE.Views.FileMenuPanels.DocumentInfo.txtComment": "Comentari",
"DE.Views.FileMenuPanels.DocumentInfo.txtCreated": "S'ha creat",
"DE.Views.FileMenuPanels.DocumentInfo.txtFastWV": "Vista ràpida de la Web",
"DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "S'està carregant...",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Darrera modificació feta per",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "Darrera modificació",
"DE.Views.FileMenuPanels.DocumentInfo.txtNo": "No",
"DE.Views.FileMenuPanels.DocumentInfo.txtOwner": "Propietari",
"DE.Views.FileMenuPanels.DocumentInfo.txtPages": "Pàgines",
"DE.Views.FileMenuPanels.DocumentInfo.txtPageSize": "Mida de la pàgina",
"DE.Views.FileMenuPanels.DocumentInfo.txtParagraphs": "Paràgrafs",
"DE.Views.FileMenuPanels.DocumentInfo.txtPdfTagged": "PDF Etiquetat",
"DE.Views.FileMenuPanels.DocumentInfo.txtPdfVer": "Versió PDF",
"DE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Ubicació",
"DE.Views.FileMenuPanels.DocumentInfo.txtRights": "Persones que tenen drets",
"DE.Views.FileMenuPanels.DocumentInfo.txtSpaces": "Símbols amb espais",
@ -1705,6 +1711,7 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Títol",
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "S'ha carregat",
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Paraules",
"DE.Views.FileMenuPanels.DocumentInfo.txtYes": "Sí",
"DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Canvia els drets daccés",
"DE.Views.FileMenuPanels.DocumentRights.txtRights": "Persones que tenen drets",
"DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Advertiment",
@ -2118,6 +2125,7 @@
"DE.Views.Navigation.txtDemote": "Rebaixa de nivell",
"DE.Views.Navigation.txtEmpty": "No hi ha cap títol al document. <br>Aplica un estil dencapçalament al text de manera que aparegui a la taula de continguts.",
"DE.Views.Navigation.txtEmptyItem": "Encapçalament buit",
"DE.Views.Navigation.txtEmptyViewer": "No hi ha cap títol al document.",
"DE.Views.Navigation.txtExpand": "Expandeix-ho tot",
"DE.Views.Navigation.txtExpandToLevel": "Expandeix al nivell",
"DE.Views.Navigation.txtHeadingAfter": "Crea un títol després",

View file

@ -262,6 +262,7 @@
"Common.Views.Comments.textResolved": "Vyřešeno",
"Common.Views.Comments.textSort": "Řadit komentáře",
"Common.Views.Comments.textViewResolved": "Nemáte oprávnění pro opětovné otevírání komentářů",
"Common.Views.Comments.txtEmpty": "Dokument neobsahuje komentáře.",
"Common.Views.CopyWarningDialog.textDontShow": "Tuto zprávu už nezobrazovat",
"Common.Views.CopyWarningDialog.textMsg": "Akce kopírovat, vyjmout a vložit použitím lišty nástrojů editoru a kontextové nabídky budou prováděny pouze v tomto okně editoru.<br><br>Pro kopírování do nebo vkládání z aplikací mimo okno editoru použijte následující klávesové zkratky:",
"Common.Views.CopyWarningDialog.textTitle": "Akce kopírovat, vyjmout a vložit",
@ -1690,12 +1691,17 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Změnit přístupová práva",
"DE.Views.FileMenuPanels.DocumentInfo.txtComment": "Komentář",
"DE.Views.FileMenuPanels.DocumentInfo.txtCreated": "Vytvořeno",
"DE.Views.FileMenuPanels.DocumentInfo.txtFastWV": "Rychlé zobrazení stránky",
"DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "Načítání…",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Naposledy upravil(a)",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "Naposledy upraveno",
"DE.Views.FileMenuPanels.DocumentInfo.txtNo": "Ne",
"DE.Views.FileMenuPanels.DocumentInfo.txtOwner": "Vlastník",
"DE.Views.FileMenuPanels.DocumentInfo.txtPages": "Stránky",
"DE.Views.FileMenuPanels.DocumentInfo.txtPageSize": "Velikost stránky",
"DE.Views.FileMenuPanels.DocumentInfo.txtParagraphs": "Odstavce",
"DE.Views.FileMenuPanels.DocumentInfo.txtPdfTagged": "Označené PDF",
"DE.Views.FileMenuPanels.DocumentInfo.txtPdfVer": "Verze PDF",
"DE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Umístění",
"DE.Views.FileMenuPanels.DocumentInfo.txtRights": "Osoby, které mají práva",
"DE.Views.FileMenuPanels.DocumentInfo.txtSpaces": "Symboly s mezerami",
@ -1705,6 +1711,7 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Název",
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Nahráno",
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Slova",
"DE.Views.FileMenuPanels.DocumentInfo.txtYes": "Ano",
"DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Změnit přístupová práva",
"DE.Views.FileMenuPanels.DocumentRights.txtRights": "Osoby, které mají práva",
"DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Varování",
@ -2118,6 +2125,7 @@
"DE.Views.Navigation.txtDemote": "Degradovat",
"DE.Views.Navigation.txtEmpty": "Tento dokument neobsahuje nadpisy.<br>Pro zahrnutí v textu v obsahu použijte na text stylování nadpisů.",
"DE.Views.Navigation.txtEmptyItem": "Prázdné záhlaví",
"DE.Views.Navigation.txtEmptyViewer": "Tento dokument neobsahuje nadpisy.",
"DE.Views.Navigation.txtExpand": "Rozbalit vše",
"DE.Views.Navigation.txtExpandToLevel": "Rozbalit po úroveň",
"DE.Views.Navigation.txtHeadingAfter": "Nový nadpis po",

View file

@ -2100,6 +2100,7 @@
"DE.Views.Navigation.txtDemote": "Degrader",
"DE.Views.Navigation.txtEmpty": "Der er ingen overskrifter i dokumentet. <br> Anvend en overskriftstil på teksten, så den vises i indholdsfortegnelsen.",
"DE.Views.Navigation.txtEmptyItem": "Tom overskrift",
"DE.Views.Navigation.txtEmptyViewer": "Der er ingen overskrifter i dokumentet.",
"DE.Views.Navigation.txtExpand": "Expander alle",
"DE.Views.Navigation.txtExpandToLevel": "Udvid til niveu",
"DE.Views.Navigation.txtHeadingAfter": "Ny overskrift efter",

View file

@ -2113,6 +2113,7 @@
"DE.Views.Navigation.txtDemote": "Tieferstufen",
"DE.Views.Navigation.txtEmpty": "Dieses Dokument enthält keine Überschriften.<br>Wenden Sie ein Überschriftenformat auf den Text an, damit es im Inhaltsverzeichnis angezeigt wird.",
"DE.Views.Navigation.txtEmptyItem": "Leere Überschrift",
"DE.Views.Navigation.txtEmptyViewer": "Dieses Dokument enthält keine Überschriften.",
"DE.Views.Navigation.txtExpand": "Alle ausklappen",
"DE.Views.Navigation.txtExpandToLevel": "Auf Ebene erweitern",
"DE.Views.Navigation.txtHeadingAfter": "Neue Überschrift nach",

View file

@ -2117,6 +2117,7 @@
"DE.Views.Navigation.txtDemote": "Υποβίβαση",
"DE.Views.Navigation.txtEmpty": "Δεν υπάρχουν επικεφαλίδες στο έγγραφο.<br>Εφαρμόστε μια τεχνοτροπία επικεφαλίδων στο κείμενο ώστε να εμφανίζεται στον πίνακα περιεχομένων.",
"DE.Views.Navigation.txtEmptyItem": "Κενή Επικεφαλίδα",
"DE.Views.Navigation.txtEmptyViewer": "Δεν υπάρχουν επικεφαλίδες στο έγγραφο.",
"DE.Views.Navigation.txtExpand": "Επέκταση όλων",
"DE.Views.Navigation.txtExpandToLevel": "Επέκταση σε επίπεδο",
"DE.Views.Navigation.txtHeadingAfter": "Νέα επικεφαλίδα μετά",

View file

@ -263,6 +263,7 @@
"Common.Views.Comments.textResolved": "Resolved",
"Common.Views.Comments.textSort": "Sort comments",
"Common.Views.Comments.textViewResolved": "You have no permission to reopen the comment",
"Common.Views.Comments.txtEmpty": "There are no comments in the document.",
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",
"Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions",
@ -2144,6 +2145,7 @@
"DE.Views.Navigation.txtDemote": "Demote",
"DE.Views.Navigation.txtEmpty": "There are no headings in the document.<br>Apply a heading style to the text so that it appears in the table of contents.",
"DE.Views.Navigation.txtEmptyItem": "Empty Heading",
"DE.Views.Navigation.txtEmptyViewer": "There are no headings in the document.",
"DE.Views.Navigation.txtExpand": "Expand all",
"DE.Views.Navigation.txtExpandToLevel": "Expand to level",
"DE.Views.Navigation.txtHeadingAfter": "New heading after",

View file

@ -262,6 +262,7 @@
"Common.Views.Comments.textResolved": "Resuelto",
"Common.Views.Comments.textSort": "Ordenar comentarios",
"Common.Views.Comments.textViewResolved": "No tiene permiso para volver a abrir el documento",
"Common.Views.Comments.txtEmpty": "Sin comentarios en el documento",
"Common.Views.CopyWarningDialog.textDontShow": "No volver a mostrar este mensaje",
"Common.Views.CopyWarningDialog.textMsg": "Se puede realizar las acciones de copiar, cortar y pegar usando los botones en la barra de herramientas y el menú contextual sólo en esta pestaña del editor.<br><br>Si quiere copiar o pegar algo fuera de esta pestaña, usa las combinaciones de teclas siguientes:",
"Common.Views.CopyWarningDialog.textTitle": "Funciones de Copiar, Cortar y Pegar",
@ -1690,12 +1691,17 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Cambiar derechos de acceso",
"DE.Views.FileMenuPanels.DocumentInfo.txtComment": "Comentario",
"DE.Views.FileMenuPanels.DocumentInfo.txtCreated": "Creado",
"DE.Views.FileMenuPanels.DocumentInfo.txtFastWV": "Vista rápida de la web",
"DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "Cargando...",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Última modificación por",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "Última modificación",
"DE.Views.FileMenuPanels.DocumentInfo.txtNo": "No",
"DE.Views.FileMenuPanels.DocumentInfo.txtOwner": "Propietario",
"DE.Views.FileMenuPanels.DocumentInfo.txtPages": "Páginas",
"DE.Views.FileMenuPanels.DocumentInfo.txtPageSize": "Tamaño de la página",
"DE.Views.FileMenuPanels.DocumentInfo.txtParagraphs": "Párrafos",
"DE.Views.FileMenuPanels.DocumentInfo.txtPdfTagged": "PDF etiquetado",
"DE.Views.FileMenuPanels.DocumentInfo.txtPdfVer": "Versión PDF",
"DE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Ubicación",
"DE.Views.FileMenuPanels.DocumentInfo.txtRights": "Personas que tienen derechos",
"DE.Views.FileMenuPanels.DocumentInfo.txtSpaces": "Símbolos con espacios",
@ -1705,6 +1711,7 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título",
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Subido",
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Palabras",
"DE.Views.FileMenuPanels.DocumentInfo.txtYes": "Sí",
"DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Cambiar derechos de acceso",
"DE.Views.FileMenuPanels.DocumentRights.txtRights": "Personas que tienen derechos",
"DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Aviso",
@ -2118,6 +2125,7 @@
"DE.Views.Navigation.txtDemote": "Degradar",
"DE.Views.Navigation.txtEmpty": "No hay títulos en el documento.<br>Aplique un estilo de título al texto para que aparezca en la tabla de contenido.",
"DE.Views.Navigation.txtEmptyItem": "Encabezado vacío",
"DE.Views.Navigation.txtEmptyViewer": "No hay títulos en el documento.",
"DE.Views.Navigation.txtExpand": "Expandir todo",
"DE.Views.Navigation.txtExpandToLevel": "Expandir a nivel",
"DE.Views.Navigation.txtHeadingAfter": "Título nuevo después ",

View file

@ -2118,6 +2118,7 @@
"DE.Views.Navigation.txtDemote": "Dégrader",
"DE.Views.Navigation.txtEmpty": "Aucune entrée de table des matières trouvée.<br>L'application d'un style de titre sur une sélection de texte permettra l'affichage dans la table des matières. ",
"DE.Views.Navigation.txtEmptyItem": "En-tête vide",
"DE.Views.Navigation.txtEmptyViewer": "Aucune entrée de table des matières trouvée.",
"DE.Views.Navigation.txtExpand": "Développer tout",
"DE.Views.Navigation.txtExpandToLevel": "Développer jusqu'au niveau",
"DE.Views.Navigation.txtHeadingAfter": "Nouvel en-tête après",

View file

@ -2113,6 +2113,7 @@
"DE.Views.Navigation.txtDemote": "Degradar",
"DE.Views.Navigation.txtEmpty": "Non hai títulos no documento.<br>Aplique un estilo do título ao texto para que apareza na táboa de contido.",
"DE.Views.Navigation.txtEmptyItem": "Cabeceira vacía",
"DE.Views.Navigation.txtEmptyViewer": "Non hai títulos no documento.",
"DE.Views.Navigation.txtExpand": "Expandir todo",
"DE.Views.Navigation.txtExpandToLevel": "Expandir a nivel",
"DE.Views.Navigation.txtHeadingAfter": "Novo título despois",

View file

@ -2117,6 +2117,7 @@
"DE.Views.Navigation.txtDemote": "Lefokoz",
"DE.Views.Navigation.txtEmpty": "Nincsenek címsorok a dokumentumban.<br>Vigyen fel egy fejlécstílust a szövegre, hogy az megjelenjen a tartalomjegyzékben.",
"DE.Views.Navigation.txtEmptyItem": "Üres fejléc",
"DE.Views.Navigation.txtEmptyViewer": "Nincsenek címsorok a dokumentumban.",
"DE.Views.Navigation.txtExpand": "Összes kibontása",
"DE.Views.Navigation.txtExpandToLevel": "Szintig kibont",
"DE.Views.Navigation.txtHeadingAfter": "Új címsor utána",

View file

@ -2113,6 +2113,7 @@
"DE.Views.Navigation.txtDemote": "Retrocedere",
"DE.Views.Navigation.txtEmpty": "Non ci sono titoli nel documento.<br>Applica uno stile di titolo al testo in modo che appaia nel sommario.",
"DE.Views.Navigation.txtEmptyItem": "Intestazione vuota",
"DE.Views.Navigation.txtEmptyViewer": "Non ci sono titoli nel documento.",
"DE.Views.Navigation.txtExpand": "Espandi tutto",
"DE.Views.Navigation.txtExpandToLevel": "Espandi al livello",
"DE.Views.Navigation.txtHeadingAfter": "Nuova intestazione dopo",

File diff suppressed because it is too large Load diff

View file

@ -2099,6 +2099,7 @@
"DE.Views.Navigation.txtDemote": "강등",
"DE.Views.Navigation.txtEmpty": "문서에 제목이 없습니다. <br>텍스트에 제목 스타일을 적용하여 목차에 표시되도록 합니다.",
"DE.Views.Navigation.txtEmptyItem": "머리말 없슴",
"DE.Views.Navigation.txtEmptyViewer": "문서에 제목이 없습니다. ",
"DE.Views.Navigation.txtExpand": "모두 확장",
"DE.Views.Navigation.txtExpandToLevel": "레벨로 확장하기",
"DE.Views.Navigation.txtHeadingAfter": "뒤에 신규 머리글 ",

View file

@ -168,6 +168,8 @@
"Common.UI.ExtendedColorDialog.textNew": "ໃຫມ່",
"Common.UI.ExtendedColorDialog.textRGBErr": "ຄ່າທີ່ປ້ອນເຂົ້າບໍ່ຖືກຕ້ອງ. <br> ກະລຸນາໃສ່ຄ່າຕົວເລກລະຫວ່າງ 0 ເຖິງ 255.",
"Common.UI.HSBColorPicker.textNoColor": "ບໍ່ມີສີ",
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "ເຊື່ອງລະຫັດຜ່ານ",
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "ສະແດງລະຫັດຜ່ານ",
"Common.UI.SearchDialog.textHighlight": "ໄຮໄລ້ ຜົນ",
"Common.UI.SearchDialog.textMatchCase": "ກໍລະນີທີ່ສຳຄັນ",
"Common.UI.SearchDialog.textReplaceDef": "ກະລຸນາໃສ່ຕົວ ໜັງ ສືທົດແທນເນື້ອຫາ",
@ -211,6 +213,8 @@
"Common.Views.AutoCorrectDialog.textBulleted": "ລາຍການຫົວຂໍ້ຍອ່ຍແບບອັດຕະໂນມັດ",
"Common.Views.AutoCorrectDialog.textBy": "ໂດຍ",
"Common.Views.AutoCorrectDialog.textDelete": "ລົບ",
"Common.Views.AutoCorrectDialog.textDoubleSpaces": "ເພີ່ມໄລຍະຊ່ອງຫວ່າງສອງເທົ່າ",
"Common.Views.AutoCorrectDialog.textFLCells": "ໃຊ້ໂຕພິມໃຫຍ່ໂຕທຳອິດຂອງຕາລາງຕາຕະລາງ",
"Common.Views.AutoCorrectDialog.textFLSentence": "ໃຊ້ຕົວອັກສອນທຳອິດເປັນຕົວພິມໃຫຍ່",
"Common.Views.AutoCorrectDialog.textHyperlink": "ອິນເຕີນັດ ແລະ ເຄື່ອຂ່າຍແບບຫຼາຍຊ່ອງທາງ",
"Common.Views.AutoCorrectDialog.textHyphens": "ເຄື່ອງໝາຍຂີດເສັ້ນ (--) ເຄື່ອງໝາຍຂີດປະ",
@ -232,6 +236,13 @@
"Common.Views.AutoCorrectDialog.warnReset": "ທຸກໆການແກ້ໄຂອັດຕະໂນມັດທີ່ທ່ານເພີ່ມຈະຖືກລຶບອອກແລະສິ່ງທີ່ຖືກປ່ຽນແປງຈະຖືກນຳກັບມາໃຊ້ແບບເດີມ. ທ່ານຕ້ອງການດຳເນີນການຕໍ່ບໍ?",
"Common.Views.AutoCorrectDialog.warnRestore": "ການປ້ອນຂໍ້ມູນທີ່ຖືກຕ້ອງ ສຳ ລັບ% 1 ຈະຖືກຕັ້ງຄ່າໃຫ້ກັບຄ່າເດີມ. ທ່ານຕ້ອງການ ດຳ ເນີນການຕໍ່ບໍ?",
"Common.Views.Chat.textSend": "ສົ່ງ",
"Common.Views.Comments.mniAuthorAsc": "ລຽງ A ຫາ Z",
"Common.Views.Comments.mniAuthorDesc": "ລຽງ Z ເຖິງ A",
"Common.Views.Comments.mniDateAsc": "ເກົ່າທີ່ສຸດ",
"Common.Views.Comments.mniDateDesc": "ໃໝ່ລ່າສຸດ",
"Common.Views.Comments.mniFilterGroups": "ກັ່ນຕອງຕາມກຸ່ມ",
"Common.Views.Comments.mniPositionAsc": "ຈາກດ້ານເທິງ",
"Common.Views.Comments.mniPositionDesc": "ຈາກລຸ່ມ",
"Common.Views.Comments.textAdd": "ເພີ່ມ",
"Common.Views.Comments.textAddComment": "ເພີ່ມຄຳເຫັນ",
"Common.Views.Comments.textAddCommentToDoc": "ເພີ່ມຄຳເຫັນໃສ່ເອກະສານ",
@ -240,6 +251,7 @@
"Common.Views.Comments.textAnonym": " ແຂກ",
"Common.Views.Comments.textCancel": "ຍົກເລີກ",
"Common.Views.Comments.textClose": "ປິດ",
"Common.Views.Comments.textClosePanel": "ປິດຄຳເຫັນ",
"Common.Views.Comments.textComments": "ຄຳເຫັນ",
"Common.Views.Comments.textEdit": "ຕົກລົງ",
"Common.Views.Comments.textEnterCommentHint": "ໃສ່ຄຳເຫັນຂອງທ່ານທີ່ນີ້",
@ -248,6 +260,8 @@
"Common.Views.Comments.textReply": "ຕອບ",
"Common.Views.Comments.textResolve": "ແກ້ໄຂ",
"Common.Views.Comments.textResolved": "ແກ້ໄຂແລ້ວ",
"Common.Views.Comments.textSort": "ຈັດຮຽງຄຳເຫັນ",
"Common.Views.Comments.textViewResolved": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ເປີດຄໍາຄິດເຫັນຄືນ",
"Common.Views.CopyWarningDialog.textDontShow": "ຢ່າສະແດງຂໍ້ຄວາມນີ້ອີກ",
"Common.Views.CopyWarningDialog.textMsg": "ດຳເນີນການ ສຳເນົາ,ຕັດ ແລະ ວາງ",
"Common.Views.CopyWarningDialog.textTitle": "ປະຕິບັດການ ສໍາເນົາ, ຕັດ ແລະ ວາງ",
@ -385,6 +399,8 @@
"Common.Views.ReviewChanges.txtHistory": "ປະຫວັດ",
"Common.Views.ReviewChanges.txtMarkup": "ການປ່ຽນແປງທັງໝົດ{0}",
"Common.Views.ReviewChanges.txtMarkupCap": "ໝາຍ",
"Common.Views.ReviewChanges.txtMarkupSimple": "ການປ່ຽນທັງໝົດ {0}<br>ບໍ່ມີປູມເປົ້າ",
"Common.Views.ReviewChanges.txtMarkupSimpleCap": "ມາກອັບເທົ່ານັ້ນ",
"Common.Views.ReviewChanges.txtNext": "ທັດໄປ",
"Common.Views.ReviewChanges.txtOff": "ປິດສະເພາະຂ້ອຍ",
"Common.Views.ReviewChanges.txtOffGlobal": "ປິດສະເພາະຂ້ອຍ ແລະ ທຸກຄົນ",
@ -422,6 +438,7 @@
"Common.Views.ReviewPopover.textOpenAgain": "ເປີດໃໝ່ອີກຄັ້ງ",
"Common.Views.ReviewPopover.textReply": "ຕອບ",
"Common.Views.ReviewPopover.textResolve": "ແກ້ໄຂ",
"Common.Views.ReviewPopover.textViewResolved": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ເປີດຄໍາຄິດເຫັນຄືນ",
"Common.Views.ReviewPopover.txtAccept": "ຍອມຮັບ",
"Common.Views.ReviewPopover.txtDeleteTip": "ລົບ",
"Common.Views.ReviewPopover.txtEditTip": "ແກ້ໄຂ",
@ -495,6 +512,7 @@
"DE.Controllers.LeftMenu.txtCompatible": "ເອກະສານຈະຖືກບັນທຶກເປັນຮູບແບບ ໃໝ່. ມັນຈະອະນຸຍາດໃຫ້ ນຳ ໃຊ້ທຸກລັກສະນະຂອງບັນນາທິການ, ແຕ່ອາດຈະສົ່ງຜົນກະທົບຕໍ່ການຈັດວາງເອກະສານ.<br>ໃຊ້ຕົວເລືອກ 'ຄວາມເຂົ້າກັນໄດ້' ຂອງການຕັ້ງຄ່າຂັ້ນສູງຖ້າທ່ານຕ້ອງການທີ່ຈະເຮັດໃຫ້ແຟ້ມຂໍ້ມູນເຂົ້າກັນໄດ້ກັບລຸ້ນ MS Word ເກົ່າ.",
"DE.Controllers.LeftMenu.txtUntitled": "ບໍ່ມີຫົວຂໍ້",
"DE.Controllers.LeftMenu.warnDownloadAs": "ຖ້າທ່ານສືບຕໍ່ບັນທຶກໃນຮູບແບບນີ້ທຸກລັກສະນະ ຍົກເວັ້ນຂໍ້ຄວາມຈະຫາຍໄປ. <br> ທ່ານແນ່ໃຈບໍ່ວ່າທ່ານຕ້ອງການດໍາເນີນຕໍ່?",
"DE.Controllers.LeftMenu.warnDownloadAsPdf": "{0} ຂອງທ່ານຈະຖືກປ່ຽນເປັນຮູບແບບທີ່ສາມາດແກ້ໄຂໄດ້. ອັນນີ້ອາດຈະໃຊ້ເວລາໜ່ອຍໜຶ່ງ. ເອກະສານຜົນໄດ້ຮັບຈະຖືກປັບແຕ່ງເພື່ອໃຫ້ທ່ານສາມາດແກ້ໄຂຂໍ້ຄວາມໄດ້, ດັ່ງນັ້ນມັນອາດຈະບໍ່ຄືກັບ {0} ຕົ້ນສະບັບ, ໂດຍສະເພາະຖ້າໄຟລ໌ຕົ້ນສະບັບມີກຣາຟິກຫຼາຍ.",
"DE.Controllers.LeftMenu.warnDownloadAsRTF": "ຖ້າທ່ານສືບຕໍ່ບັນທຶກໃນຮູບແບບນີ້ ບາງຮູບແບບອາດຈະຫາຍໄປ. <br> ທ່ານແນ່ໃຈບໍ່ວ່າທ່ານຕ້ອງການດຳເນີນການຕໍ່?",
"DE.Controllers.Main.applyChangesTextText": "ກຳລັງໂຫລດການປ່ຽນແປງ",
"DE.Controllers.Main.applyChangesTitleText": "ກຳລັງໂຫລດການປ່ຽນແປງ",
@ -525,6 +543,7 @@
"DE.Controllers.Main.errorForceSave": "ເກີດຂໍ້ຜິດພາດໃນລະຫວ່າງການເບັນທຶກຝາຍ. ກະລຸນາໃຊ້ຕົວເລືອກ 'ດາວໂຫລດເປັນ' ເພື່ອບັນທຶກເອກະສານໄວ້ໃນຮາດໄດຄອມພິວເຕີຂອງທ່ານຫຼືລອງໃໝ່ພາຍຫຼັງ.",
"DE.Controllers.Main.errorKeyEncrypt": "ບໍ່ຮູ້ຄຳອະທິບາຍຫຼັກ",
"DE.Controllers.Main.errorKeyExpire": "ລະຫັດໝົດອາຍຸ",
"DE.Controllers.Main.errorLoadingFont": "ຟອນບໍ່ໄດ້ຖືກໂຫລດ.<br>ກະລຸນາແອດມີນຂອງທ່ານ.",
"DE.Controllers.Main.errorMailMergeLoadFile": "ບໍ່ສາມາດໂລດເອກະສານ,ກະລຸນາເລືອກເອກກະສານໃໝ່",
"DE.Controllers.Main.errorMailMergeSaveFile": "ບໍ່ສາມາດລວມໄດ້",
"DE.Controllers.Main.errorProcessSaveResult": "ບັນທຶກບຊ່ສຳເລັດ",
@ -584,6 +603,7 @@
"DE.Controllers.Main.textContactUs": "ຕິດຕໍ່ຜູ້ຂາຍ",
"DE.Controllers.Main.textConvertEquation": "ສົມຜົນນີ້ໄດ້ຖືກສ້າງຂື້ນມາກັບບັນນາທິການສົມຜົນລຸ້ນເກົ່າເຊິ່ງບໍ່ໄດ້ຮັບການສະ ໜັບ ສະ ໜູນ ອີກຕໍ່ໄປ ເພື່ອດັດແກ້ມັນ, ປ່ຽນສົມຜົນໃຫ້ເປັນຮູບແບບ Office Math ML. <br> ປ່ຽນດຽວນີ້ບໍ?",
"DE.Controllers.Main.textCustomLoader": "ກະລຸນາຮັບຊາບວ່າ ອີງຕາມຂໍ້ ກຳນົດຂອງໃບອະນຸຍາດ ທ່ານບໍ່ມີສິດທີ່ຈະປ່ຽນແປງ ການບັນຈຸ. <br> ກະລຸນາຕິດຕໍ່ຝ່າຍຂາຍຂອງພວກເຮົາເພື່ອຂໍໃບສະເໜີ.",
"DE.Controllers.Main.textDisconnect": "ຂາດການເຊື່ອມຕໍ່",
"DE.Controllers.Main.textGuest": " ແຂກ",
"DE.Controllers.Main.textHasMacros": "ເອກະສານບັນຈຸ ມາກໂຄ <br> ແບບອັດຕະໂນມັດ, ທ່ານຍັງຕ້ອງການດໍາເນີນງານ ມາກໂຄ ບໍ ",
"DE.Controllers.Main.textLearnMore": "ຮຽນຮູ້ເພີ່ມຕື່ມ",
@ -591,6 +611,7 @@
"DE.Controllers.Main.textLongName": "ໃສ່ຊື່ທີ່ມີຄວາມຍາວນ້ອຍກວ່າ 128 ຕົວ",
"DE.Controllers.Main.textNoLicenseTitle": "ຈໍານວນໃບອະນຸຍາດໄດ້ໃຊ້ຄົບແລ້ວ",
"DE.Controllers.Main.textPaidFeature": "ຄວາມສາມາດ ທີຕ້ອງຊື້ເພີ່ມ",
"DE.Controllers.Main.textReconnect": "ການເຊື່ອມຕໍ່ຖືກກູ້ຄືນມາ",
"DE.Controllers.Main.textRemember": "ຈື່ທາງເລືອກຂອງຂ້ອຍ",
"DE.Controllers.Main.textRenameError": "ຕ້ອງບໍ່ມີຊື່ຜູ້ໃຊ້",
"DE.Controllers.Main.textRenameLabel": "ໃສ່ຊື່ສຳລັບເປັນຜູ້ປະສານງານ",
@ -852,7 +873,7 @@
"DE.Controllers.Main.uploadDocSizeMessage": "ເກີນຂີດ ຈຳ ກັດຂະ ໜາດ ເອກະສານ.",
"DE.Controllers.Main.uploadImageExtMessage": "ບໍ່ຮູ້ສາເຫດຂໍ້ຜິດຜາດຮູບແບບຂອງຮູບ",
"DE.Controllers.Main.uploadImageFileCountMessage": "ບໍ່ມີຮູບພາບອັບໂຫລດ",
"DE.Controllers.Main.uploadImageSizeMessage": "ເກີນ ຈຳ ກັດຂະ ໜາດ ຂອງຮູບພາບ.",
"DE.Controllers.Main.uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB.",
"DE.Controllers.Main.uploadImageTextText": "ກໍາລັງອັບໂຫລດຮູບພາບ",
"DE.Controllers.Main.uploadImageTitleText": "ກໍາລັງອັບໂຫລດຮູບພາບ",
"DE.Controllers.Main.waitText": "ກະລຸນາລໍຖ້າ...",
@ -868,12 +889,14 @@
"DE.Controllers.Main.warnProcessRightsChange": "ທ່ານໄດ້ຖືກປະຕິເສດສິດໃນການແກ້ໄຂເອກະສານດັ່ງກ່າວ.",
"DE.Controllers.Navigation.txtBeginning": "ຈຸດເລີ່ມຕົ້ນຂອງເອກະສານ",
"DE.Controllers.Navigation.txtGotoBeginning": "ໄປຍັງຈຸດເລີ່ມຕົ້ນຂອງ",
"DE.Controllers.Statusbar.textDisconnect": "<b>ຂາດເຊື່ອມຕໍ່</b><br>ກຳລັງພະຍາຍາມເຊື່ອມຕໍ່. ກະລຸນາກວດເບິ່ງການຕັ້ງຄ່າການເຊື່ອມຕໍ່.",
"DE.Controllers.Statusbar.textHasChanges": "ການປ່ຽນແປງ ໃໝ່ ໄດ້ຖືກຕິດຕາມ",
"DE.Controllers.Statusbar.textSetTrackChanges": "ທ່ານຢູ່ໃນໂໝດກຳລັງຕິດຕາມການປ່ຽນແປງ",
"DE.Controllers.Statusbar.textTrackChanges": "ເອກະສານໄດ້ຖືກເປີດດ້ວຍຮູບແບບການຕິດຕາມການປ່ຽນແປງທີ່ຖືກເປີດໃຊ້ງານ",
"DE.Controllers.Statusbar.tipReview": "ໝາຍການແກ້ໄຂ ",
"DE.Controllers.Statusbar.zoomText": "ຂະຫຍາຍ {0}%",
"DE.Controllers.Toolbar.confirmAddFontName": "ຕົວອັກສອນທີ່ທ່ານ ກຳ ລັງຈະບັນທຶກແມ່ນບໍ່ມີຢູ່ໃນອຸປະກອນປັດຈຸບັນ. <br> ຮູບແບບຕົວ ໜັງ ສືຈະຖືກສະແດງໂດຍໃຊ້ຕົວອັກສອນລະບົບໜຶ່ງ, ຕົວອັກສອນທີ່ບັນທຶກຈະຖືກ ນຳ ໃຊ້ໃນເວລາທີ່ມັນມີຢູ່. <br> ທ່ານຕ້ອງການສືບຕໍ່ບໍ ?",
"DE.Controllers.Toolbar.dataUrl": "ວາງ URL ຂໍ້ມູນ",
"DE.Controllers.Toolbar.notcriticalErrorTitle": "ແຈ້ງເຕືອນ",
"DE.Controllers.Toolbar.textAccent": "ສຳນຽງ",
"DE.Controllers.Toolbar.textBracket": "ວົງເລັບ",
@ -1428,6 +1451,7 @@
"DE.Views.DocumentHolder.strSign": "ເຊັນ",
"DE.Views.DocumentHolder.styleText": "ປະເພດທີ່ຄືຕັ້ນແບບ",
"DE.Views.DocumentHolder.tableText": "ຕາຕະລາງ",
"DE.Views.DocumentHolder.textAccept": "ຍອມຮັບການປ່ຽນ",
"DE.Views.DocumentHolder.textAlign": "ຈັດແນວ",
"DE.Views.DocumentHolder.textArrange": "ຈັດແຈງ",
"DE.Views.DocumentHolder.textArrangeBack": "ສົ່ງໄປເປັນພື້ນຫຼັງ",
@ -1446,6 +1470,7 @@
"DE.Views.DocumentHolder.textDistributeCols": "ກະຈາຍຖັນ",
"DE.Views.DocumentHolder.textDistributeRows": "ກະຈາຍແຖວ",
"DE.Views.DocumentHolder.textEditControls": "ການຕັ້ງຄ່າການຄວບຄຸມເນື້ອຫາ",
"DE.Views.DocumentHolder.textEditPoints": "ແກ້ໄຂຄະແນນ",
"DE.Views.DocumentHolder.textEditWrapBoundary": "ແກ້ໄຂຫໍ່ເຂດແດນ",
"DE.Views.DocumentHolder.textFlipH": "ດີດຕາມແນວນອນ ",
"DE.Views.DocumentHolder.textFlipV": "ດີດຕາມແນວຕັງ",
@ -1461,6 +1486,7 @@
"DE.Views.DocumentHolder.textPaste": "ວາງ",
"DE.Views.DocumentHolder.textPrevPage": "ໜ້າກອ່ນ",
"DE.Views.DocumentHolder.textRefreshField": "ໂຫລດຄືນພາກສວ່ນ",
"DE.Views.DocumentHolder.textReject": "ປະຕິເສດການປ່ຽນແປງ",
"DE.Views.DocumentHolder.textRemCheckBox": "ລຶບກ່ອງເຄື່ອງໝາຍ",
"DE.Views.DocumentHolder.textRemComboBox": "ລຶບກອ່ງຜະສົມ",
"DE.Views.DocumentHolder.textRemDropdown": "ລຶບອອກຈາກແຖບເລື່ອນ",
@ -1584,6 +1610,7 @@
"DE.Views.DocumentHolder.txtTopAndBottom": "ເທີງແລະລຸ່ມ",
"DE.Views.DocumentHolder.txtUnderbar": "ຂີດກອ້ງຕົວໜັງສື",
"DE.Views.DocumentHolder.txtUngroup": "ຍົກເລີກການຈັດກຸ່ມ",
"DE.Views.DocumentHolder.txtWarnUrl": "ການຄລິກລິ້ງນີ້ອາດເປັນອັນຕະລາຍຕໍ່ອຸປະກອນ ແລະຂໍ້ມູນຂອງທ່ານ.<br>ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການສືບຕໍ່?",
"DE.Views.DocumentHolder.updateStyleText": "ປັບປຸງຮູບແບບ% 1",
"DE.Views.DocumentHolder.vertAlignText": "ຈັດຕາມແນວຕັ້ງ",
"DE.Views.DropcapSettingsAdvanced.strBorders": "ເສັ້ນຂອບ ແລະ ຕື່ມ",
@ -1635,6 +1662,8 @@
"DE.Views.FileMenu.btnCloseMenuCaption": "ປິດລາຍການ",
"DE.Views.FileMenu.btnCreateNewCaption": "ສ້າງໃໝ່",
"DE.Views.FileMenu.btnDownloadCaption": "ດາວໂຫລດດ້ວຍ",
"DE.Views.FileMenu.btnExitCaption": " ປິດ",
"DE.Views.FileMenu.btnFileOpenCaption": "ເປີດ...",
"DE.Views.FileMenu.btnHelpCaption": "ຊ່ວຍເຫຼືອ",
"DE.Views.FileMenu.btnHistoryCaption": "ປະຫວັດ",
"DE.Views.FileMenu.btnInfoCaption": "ຂໍ້ມູນເອກະສານ ...",
@ -1650,6 +1679,7 @@
"DE.Views.FileMenu.btnSettingsCaption": "ຕັ້ງ​ຄ່າ​ຂັ້ນ​ສູງ...",
"DE.Views.FileMenu.btnToEditCaption": "ແກ້ໄຂເອກະສານ",
"DE.Views.FileMenu.textDownload": "ດາວໂຫຼດ",
"DE.Views.FileMenuPanels.CreateNew.txtBlank": "ເອກະສານເປົ່າ",
"DE.Views.FileMenuPanels.CreateNew.txtCreateNew": "ສ້າງໃໝ່",
"DE.Views.FileMenuPanels.DocumentInfo.okButtonText": "ໃຊ້",
"DE.Views.FileMenuPanels.DocumentInfo.txtAddAuthor": "ເພີ່ມຜູ້ຂຽນ",
@ -1662,8 +1692,10 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "ກໍາລັງດາວໂຫຼດ...",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "ແກ້ໄຂຄັ້ງລ້າສຸດໂດຍ",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "ການແກ້ໄຂຄັ້ງລ້າສຸດ",
"DE.Views.FileMenuPanels.DocumentInfo.txtNo": "ບໍ່",
"DE.Views.FileMenuPanels.DocumentInfo.txtOwner": "ເຈົ້າຂອງ",
"DE.Views.FileMenuPanels.DocumentInfo.txtPages": "ໜ້າ",
"DE.Views.FileMenuPanels.DocumentInfo.txtPageSize": "ຂະໜາດໜ້າ",
"DE.Views.FileMenuPanels.DocumentInfo.txtParagraphs": "ວັກ",
"DE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "ສະຖານທີ",
"DE.Views.FileMenuPanels.DocumentInfo.txtRights": "ບຸກຄົນທີ່ມີສິດ",
@ -1674,6 +1706,7 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "ຫົວຂໍ້",
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "ອັບໂຫລດ",
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "ຕົວໜັງສື",
"DE.Views.FileMenuPanels.DocumentInfo.txtYes": "ແມ່ນແລ້ວ",
"DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "ປ່ຽນສິດການເຂົ້າເຖິງ",
"DE.Views.FileMenuPanels.DocumentRights.txtRights": "ບຸກຄົນທີ່ມີສິດ",
"DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "ແຈ້ງເຕືອນ",
@ -1703,6 +1736,7 @@
"DE.Views.FileMenuPanels.Settings.strPaste": "ຕັດ, ສຳເນົາ ແລະ ວາງ",
"DE.Views.FileMenuPanels.Settings.strPasteButton": "ສະແດງປຸ່ມເລືອກວາງ ເມື່ອເນື້ອຫາໄດ້ຖືກຄັດຕິດ",
"DE.Views.FileMenuPanels.Settings.strResolvedComment": "ເປີດການສະແດງ ຄຳ ເຫັນທີ່ຖືກແກ້ໄຂ",
"DE.Views.FileMenuPanels.Settings.strReviewHover": "ຕິດຕາມການປ່ຽນແປງການສະແດງ",
"DE.Views.FileMenuPanels.Settings.strShowChanges": "ການແກ້່ໄຂຮ່ວມກັນແບບ ReaL time",
"DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "ເປີດຕົວເລືອກການກວດສອບການສະກົດຄໍາ",
"DE.Views.FileMenuPanels.Settings.strStrict": "ເຂັ້ມງວດ, ໂຕເຂັ້ມ",
@ -1724,7 +1758,10 @@
"DE.Views.FileMenuPanels.Settings.txtAll": "ເບິ່ງ​ທັງ​ຫມົດ",
"DE.Views.FileMenuPanels.Settings.txtAutoCorrect": "ແກ້ໄຂຕົວເລືອກອັດຕະໂນມັດ",
"DE.Views.FileMenuPanels.Settings.txtCacheMode": "ໂຫມດເກັບຄ່າເລີ່ມຕົ້ນ",
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "ສະແດງໂດຍການຄລິກ",
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "ນຳເມົ້າໄປວ່າງແລ້ວຈະຄຳຂໍ້ຄວາມສະແດງຂື້ນ",
"DE.Views.FileMenuPanels.Settings.txtCm": "ເຊັນຕິເມັດ",
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "ເປີດໂໝດມືດ",
"DE.Views.FileMenuPanels.Settings.txtFitPage": "ພໍດີຂອບ",
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "ພໍດີຂອບ",
"DE.Views.FileMenuPanels.Settings.txtInch": "ຫົວຫນ່ວຍວັດແທກ (ນີ້ວ)",
@ -1744,6 +1781,7 @@
"DE.Views.FileMenuPanels.Settings.txtWarnMacros": "ສະແດງການແຈ້ງເຕືອນ",
"DE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "ປິດທຸກ ມາກໂຄ ດ້ວຍ ການແຈ້ງເຕືອນ",
"DE.Views.FileMenuPanels.Settings.txtWin": "ເປັນວິນໂດ້",
"DE.Views.FormSettings.textAlways": "ສະເໝີ",
"DE.Views.FormSettings.textAspect": "ລັອກອັດຕາສ່ວນ",
"DE.Views.FormSettings.textAutofit": "ປັບພໍດີອັດຕະໂນມັດ",
"DE.Views.FormSettings.textBackgroundColor": "ສີພື້ນຫຼັງ",
@ -1765,16 +1803,21 @@
"DE.Views.FormSettings.textKey": "ຄີ",
"DE.Views.FormSettings.textLock": "ລັອກ",
"DE.Views.FormSettings.textMaxChars": "ຈຳກັດຄຸນລັກສະນະ",
"DE.Views.FormSettings.textMulti": "ຊ່ອງຂໍ້ມູນຫຼາຍແຖວ",
"DE.Views.FormSettings.textNever": "ບໍ່ເຄີຍ",
"DE.Views.FormSettings.textNoBorder": "ບໍ່ມີຂອບ",
"DE.Views.FormSettings.textPlaceholder": "ຕົວຍຶດ",
"DE.Views.FormSettings.textRadiobox": "ປຸ່ມຕົວເລືອກ",
"DE.Views.FormSettings.textRequired": "ຕ້ອງການ",
"DE.Views.FormSettings.textScale": "ຂະຫຍາຍ",
"DE.Views.FormSettings.textSelectImage": "ເລືອກຮູບພາບ",
"DE.Views.FormSettings.textTip": "ເຄັດລັບ",
"DE.Views.FormSettings.textTipAdd": "ເພີ່ມຄ່າໃໝ່",
"DE.Views.FormSettings.textTipDelete": "ຄ່າການລົບ",
"DE.Views.FormSettings.textTipDown": "ຍ້າຍ​ລົງ",
"DE.Views.FormSettings.textTipUp": "ຍ້າຍຂຶ້ນ",
"DE.Views.FormSettings.textTooBig": "ຮູບພາບໃຫຍ່ເກີນໄປ",
"DE.Views.FormSettings.textTooSmall": "ຮູບພາບນ້ອຍເກີນໄປ",
"DE.Views.FormSettings.textUnlock": "ປົດລັອກ",
"DE.Views.FormSettings.textValue": "ຕົວເລືອກຄ່າ",
"DE.Views.FormSettings.textWidth": "ຄວາມກວ້າງຂອງແຊວ",
@ -1785,13 +1828,17 @@
"DE.Views.FormsTab.capBtnNext": "ຟີວທັດໄປ",
"DE.Views.FormsTab.capBtnPrev": "ຟີວກ່ອນຫນ້າ",
"DE.Views.FormsTab.capBtnRadioBox": "ປຸ່ມຕົວເລືອກ",
"DE.Views.FormsTab.capBtnSaveForm": "ບັນທຶກເປັນຮູບແບບ",
"DE.Views.FormsTab.capBtnSubmit": "ສົ່ງອອກ",
"DE.Views.FormsTab.capBtnText": "ຊ່ອງຂໍ້ຄວາມ",
"DE.Views.FormsTab.capBtnView": "ເບິ່ງແບບຟອມ",
"DE.Views.FormsTab.textClear": "ລ້າງອອກ",
"DE.Views.FormsTab.textClearFields": "ລຶບລ້າງຟີລດທັງໝົດ",
"DE.Views.FormsTab.textCreateForm": "ເພີ່ມຊ່ອງຂໍ້ມູນ ແລະ ສ້າງເອກະສານ FORM ທີ່ສາມາດບັບແຕ່ງໄດ້",
"DE.Views.FormsTab.textGotIt": "ໄດ້ແລ້ວ",
"DE.Views.FormsTab.textHighlight": "ໄຮໄລການຕັ້ງຄ່າ",
"DE.Views.FormsTab.textNoHighlight": "ບໍ່ມີຈຸດເດັ່ນ",
"DE.Views.FormsTab.textRequired": "ຕື່ມຂໍ້ມູນໃສ່ທຸກຊ່ອງທີ່ຕ້ອງການເພື່ອສົ່ງແບບຟອມ.",
"DE.Views.FormsTab.textSubmited": "ສົ່ງແບບຟອມແລ້ວ",
"DE.Views.FormsTab.tipCheckBox": "ເພີ່ມເຂົ້າໃນກ່ອງ Checkbox",
"DE.Views.FormsTab.tipComboBox": "ເພີ່ມ combobox",
@ -1842,6 +1889,7 @@
"DE.Views.ImageSettings.textCrop": "ຕັດເປັນສ່ວນ",
"DE.Views.ImageSettings.textCropFill": "ຕື່ມ",
"DE.Views.ImageSettings.textCropFit": "ພໍດີ",
"DE.Views.ImageSettings.textCropToShape": "ຂອບຕັດເພືອເປັນຮູ້ຮ່າງ",
"DE.Views.ImageSettings.textEdit": "ແກ້ໄຂ",
"DE.Views.ImageSettings.textEditObject": "ແກໄຂຈຸດປະສົງ",
"DE.Views.ImageSettings.textFitMargins": "ພໍດີຂອບ",
@ -2072,6 +2120,7 @@
"DE.Views.Navigation.txtDemote": "ລົດລະດັບ",
"DE.Views.Navigation.txtEmpty": "ບໍ່ມີຫົວຂໍ້ໃນເອກະສານ. <br>ນຳໃຊ້ຮູບແບບຫົວຂໍ້ໃສ່ຂໍ້ຄວາມເພື່ອໃຫ້ມັນປາກົດຢູ່ໃນຕາຕະລາງເນື້ອໃນ.",
"DE.Views.Navigation.txtEmptyItem": "ພື້ນທີ່ຫວ່າງສ່ວນຫົວ",
"DE.Views.Navigation.txtEmptyViewer": "ບໍ່ມີຫົວຂໍ້ໃນເອກະສານ.",
"DE.Views.Navigation.txtExpand": "ຂະຫຍາຍສ່ວນທັງໝົດ",
"DE.Views.Navigation.txtExpandToLevel": "ຂະຫຍາຍໄປຍັງລະດັບ",
"DE.Views.Navigation.txtHeadingAfter": "ຫົວຂໍ້ ໃໝ່ ຫລັງຈາກ",
@ -2127,6 +2176,11 @@
"DE.Views.PageSizeDialog.textTitle": "ຂະໜາດໜ້າ",
"DE.Views.PageSizeDialog.textWidth": "ລວງກວ້າງ",
"DE.Views.PageSizeDialog.txtCustom": "ລູກຄ້າ",
"DE.Views.PageThumbnails.textClosePanel": "ປິດຮູບຫຍໍ້ຂອງໜ້າ",
"DE.Views.PageThumbnails.textHighlightVisiblePart": "ໝາຍສີໃສ່ສ່ວນທີ່ເຫັນຂອງໜ້າ",
"DE.Views.PageThumbnails.textPageThumbnails": "ຮູບຫຍໍ້ໜ້າ",
"DE.Views.PageThumbnails.textThumbnailsSettings": "ການຕັ້ງຄ່າຮູບຕົວຢ່າງ",
"DE.Views.PageThumbnails.textThumbnailsSize": "ຂະໜາດຕົວຢ່າງ",
"DE.Views.ParagraphSettings.strIndent": "ຫຍໍ້ຫນ້າ",
"DE.Views.ParagraphSettings.strIndentsLeftText": "ຊ້າຍ",
"DE.Views.ParagraphSettings.strIndentsRightText": "ຂວາ",
@ -2313,6 +2367,8 @@
"DE.Views.Statusbar.pageIndexText": "ໜ້າ {0} ຂອງ {1}",
"DE.Views.Statusbar.tipFitPage": "ພໍດີຂອບ",
"DE.Views.Statusbar.tipFitWidth": "ພໍດີຂອບ",
"DE.Views.Statusbar.tipHandTool": "ເຄື່ອງມືນຳໃຊ້",
"DE.Views.Statusbar.tipSelectTool": "ເລືອກເຄື່ອງມື",
"DE.Views.Statusbar.tipSetLang": "ກຳນົດພາສາຂໍ້ຄວາມ",
"DE.Views.Statusbar.tipZoomFactor": "ຂະຫຍາຍ ",
"DE.Views.Statusbar.tipZoomIn": "ຊຸມເຂົ້າ",
@ -2543,7 +2599,7 @@
"DE.Views.Toolbar.capBtnInsControls": "ການຄວບຄຸມທັງໝົດເນື້ອຫາ",
"DE.Views.Toolbar.capBtnInsDropcap": "ຝາຫຼົມ",
"DE.Views.Toolbar.capBtnInsEquation": "ສົມຜົນ",
"DE.Views.Toolbar.capBtnInsHeader": "ສ່ວນຫົວ/ສ່ວນພື້ນ",
"DE.Views.Toolbar.capBtnInsHeader": "ສ່ວນຫົວ/ສ່ວນທ້າຍ",
"DE.Views.Toolbar.capBtnInsImage": "ຮູບພາບ",
"DE.Views.Toolbar.capBtnInsPagebreak": "ແຍກຫນ້າ",
"DE.Views.Toolbar.capBtnInsShape": "ຮູບຮ່າງ",
@ -2700,7 +2756,18 @@
"DE.Views.Toolbar.tipLineSpace": "ເສັ້ນຂອບວັກ",
"DE.Views.Toolbar.tipMailRecepients": "ລວມເມວເຂົ້າກັນ",
"DE.Views.Toolbar.tipMarkers": "ຂີດໜ້າ",
"DE.Views.Toolbar.tipMarkersArrow": "ລູກສອນ",
"DE.Views.Toolbar.tipMarkersCheckmark": "ເຄື່ອງໝາຍຖືກ ສະແດງຫົວຂໍ້",
"DE.Views.Toolbar.tipMarkersDash": "ຫົວແຫລມ",
"DE.Views.Toolbar.tipMarkersFRhombus": "ເພີ່ມຮູບ 5 ຫລຽມ",
"DE.Views.Toolbar.tipMarkersFRound": "ເພີ່ມຮູບວົງມົນ",
"DE.Views.Toolbar.tipMarkersFSquare": "ເພີ່ມຮູບສີ່ຫຼ່ຽມ",
"DE.Views.Toolbar.tipMarkersHRound": "ແບບຮອບກວ້າງ",
"DE.Views.Toolbar.tipMarkersStar": "ຮູບແບບດາວ",
"DE.Views.Toolbar.tipMultiLevelNumbered": "ຮູບແບບສັນຍາລັກຫຍໍ້ໜ້າຫຼາຍລະດັບ",
"DE.Views.Toolbar.tipMultilevels": "ລາຍການຫລາຍລະດັບ",
"DE.Views.Toolbar.tipMultiLevelSymbols": "ຮູບແບບສັນຍາລັກຫຼາຍລະດັບ",
"DE.Views.Toolbar.tipMultiLevelVarious": "ຮູບແບບຕົວເລກຕ່າງໆຫຼາຍລະດັບ",
"DE.Views.Toolbar.tipNumbers": "ການນັບ",
"DE.Views.Toolbar.tipPageBreak": "ເພີ່ມໜ້າ ຫຼື ຢຸດມາດຕາ",
"DE.Views.Toolbar.tipPageMargins": "ຂອບໜ້າ",
@ -2738,6 +2805,7 @@
"DE.Views.Toolbar.txtScheme2": "ໂທນສີເທົາ",
"DE.Views.Toolbar.txtScheme20": "ໃນເມືອງ",
"DE.Views.Toolbar.txtScheme21": "Verve",
"DE.Views.Toolbar.txtScheme22": "ຫ້ອງການໃໝ່",
"DE.Views.Toolbar.txtScheme3": "ເອເພັກສ",
"DE.Views.Toolbar.txtScheme4": "ມຸມມອງ",
"DE.Views.Toolbar.txtScheme5": "ປະຫວັດ",
@ -2745,10 +2813,14 @@
"DE.Views.Toolbar.txtScheme7": "ຄວາມເທົ່າທຽມກັນ",
"DE.Views.Toolbar.txtScheme8": "ຂະບວນການ",
"DE.Views.Toolbar.txtScheme9": "ໂຮງຫລໍ່",
"DE.Views.ViewTab.textAlwaysShowToolbar": "ສະແດງແຖບເຄື່ອງມືສະເໝີ",
"DE.Views.ViewTab.textDarkDocument": "ເອກະສານສີດຳ",
"DE.Views.ViewTab.textFitToPage": "ພໍດີຂອບ",
"DE.Views.ViewTab.textFitToWidth": "ຄວາມກວ້າງພໍດີ",
"DE.Views.ViewTab.textInterfaceTheme": "ຮູບແບບການສະແດງຜົນ",
"DE.Views.ViewTab.textNavigation": "ການນຳທາງ",
"DE.Views.ViewTab.textRulers": "ໄມ້ບັນທັດ",
"DE.Views.ViewTab.textStatusBar": "ຮູບແບບບາ",
"DE.Views.ViewTab.textZoom": "ຂະຫຍາຍ ເຂົ້າ-ອອກ",
"DE.Views.WatermarkSettingsDialog.textAuto": "ອັດຕະໂນມັດ",
"DE.Views.WatermarkSettingsDialog.textBold": "ໂຕເຂັມ ",

View file

@ -1320,6 +1320,7 @@
"DE.Views.Navigation.txtDemote": "Pazemināt",
"DE.Views.Navigation.txtEmpty": "Šajā dokumentā nav virsrakstu",
"DE.Views.Navigation.txtEmptyItem": "Tukšs virsraksts",
"DE.Views.Navigation.txtEmptyViewer": "Šajā dokumentā nav virsrakstu.",
"DE.Views.Navigation.txtExpand": "Parādīt visas",
"DE.Views.Navigation.txtExpandToLevel": "Parādīt līdz līmenim",
"DE.Views.Navigation.txtHeadingAfter": "Jauns virsraksts pēc",

View file

@ -2113,6 +2113,7 @@
"DE.Views.Navigation.txtDemote": "Degraderen",
"DE.Views.Navigation.txtEmpty": "Er zijn geen koppen in het document.<br>Pas een kopstijl toe op de tekst zodat deze in de inhoudsopgave wordt weergegeven.",
"DE.Views.Navigation.txtEmptyItem": "Lege koptekst",
"DE.Views.Navigation.txtEmptyViewer": "Er zijn geen koppen in het document.",
"DE.Views.Navigation.txtExpand": "Alle uitbreiden",
"DE.Views.Navigation.txtExpandToLevel": "Uitbreiden tot niveau",
"DE.Views.Navigation.txtHeadingAfter": "Nieuwe kop na",

View file

@ -2100,6 +2100,7 @@
"DE.Views.Navigation.txtDemote": "Zdegradować",
"DE.Views.Navigation.txtEmpty": "W dokumencie nie ma nagłówków. <br> Zastosuj styl nagłówka do tekstu, aby pojawił się w spisie treści.",
"DE.Views.Navigation.txtEmptyItem": "Pusty nagłówek",
"DE.Views.Navigation.txtEmptyViewer": "W dokumencie nie ma nagłówków.",
"DE.Views.Navigation.txtExpand": "Rozwiń wszystko",
"DE.Views.Navigation.txtExpandToLevel": "Rozwiń do poziomu",
"DE.Views.Navigation.txtHeadingAfter": "Nowy nagłówek po",

View file

@ -2117,6 +2117,7 @@
"DE.Views.Navigation.txtDemote": "Rebaixar",
"DE.Views.Navigation.txtEmpty": "Não há títulos no documento.<br>Aplique um estilo de título ao texto para que ele apareça no índice.",
"DE.Views.Navigation.txtEmptyItem": "Título Vazio",
"DE.Views.Navigation.txtEmptyViewer": "Não há títulos no documento.",
"DE.Views.Navigation.txtExpand": "Expandir tudo",
"DE.Views.Navigation.txtExpandToLevel": "Expandir ao nível",
"DE.Views.Navigation.txtHeadingAfter": "Novo título após",

View file

@ -262,6 +262,7 @@
"Common.Views.Comments.textResolved": "Rezolvat",
"Common.Views.Comments.textSort": "Sortare comentarii",
"Common.Views.Comments.textViewResolved": "Dvs. nu aveți permisiunea de a redeschide comentariu",
"Common.Views.Comments.txtEmpty": "Nu există niciun comentariu.",
"Common.Views.CopyWarningDialog.textDontShow": "Nu afișa acest mesaj din nou",
"Common.Views.CopyWarningDialog.textMsg": "Operațiuni de copiere, decupare și lipire din bară de instrumente sau meniul contextual al editorului se execută numai în editorul.<br><br>Pentru copiere și lipire din sau în aplicații exterioare folosiți următoarele combinații de taste:",
"Common.Views.CopyWarningDialog.textTitle": "Comenzile de copiere, decupare și lipire",
@ -1690,12 +1691,17 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Modificare permisiuni",
"DE.Views.FileMenuPanels.DocumentInfo.txtComment": "Comentariu",
"DE.Views.FileMenuPanels.DocumentInfo.txtCreated": "A fost creat",
"DE.Views.FileMenuPanels.DocumentInfo.txtFastWV": "Vizualizare rapidă web",
"DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "Se incarca...",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Modificat ultima dată de către",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "Data ultimei modificări",
"DE.Views.FileMenuPanels.DocumentInfo.txtNo": "Nu",
"DE.Views.FileMenuPanels.DocumentInfo.txtOwner": "Proprietar",
"DE.Views.FileMenuPanels.DocumentInfo.txtPages": "Pagini",
"DE.Views.FileMenuPanels.DocumentInfo.txtPageSize": "Dimensiune pagină",
"DE.Views.FileMenuPanels.DocumentInfo.txtParagraphs": "Paragrafe",
"DE.Views.FileMenuPanels.DocumentInfo.txtPdfTagged": "PDF etichetat",
"DE.Views.FileMenuPanels.DocumentInfo.txtPdfVer": "Versiune a PDF",
"DE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Locația",
"DE.Views.FileMenuPanels.DocumentInfo.txtRights": "Persoane care au dreptul de acces",
"DE.Views.FileMenuPanels.DocumentInfo.txtSpaces": "Simboluri cu spații",
@ -1705,6 +1711,7 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Titlu",
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "S-a încărcat",
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Cuvinte",
"DE.Views.FileMenuPanels.DocumentInfo.txtYes": "Da",
"DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Modificare permisiuni",
"DE.Views.FileMenuPanels.DocumentRights.txtRights": "Persoane care au dreptul de acces",
"DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Avertisment",
@ -2118,6 +2125,7 @@
"DE.Views.Navigation.txtDemote": "Retrogradare",
"DE.Views.Navigation.txtEmpty": "Documentul nu are anteturi.<br>Aplicați un stil de titlu pentru textul care va fi inclus în cuprins.",
"DE.Views.Navigation.txtEmptyItem": "Titlul necompletat",
"DE.Views.Navigation.txtEmptyViewer": "Documentul nu are anteturi.",
"DE.Views.Navigation.txtExpand": "Extindere totală ",
"DE.Views.Navigation.txtExpandToLevel": "Extindere la nivel",
"DE.Views.Navigation.txtHeadingAfter": "Titlul nou după",

View file

@ -263,6 +263,7 @@
"Common.Views.Comments.textResolved": "Решено",
"Common.Views.Comments.textSort": "Сортировать комментарии",
"Common.Views.Comments.textViewResolved": "У вас нет прав для повторного открытия комментария",
"Common.Views.Comments.txtEmpty": "В документе нет комментариев.",
"Common.Views.CopyWarningDialog.textDontShow": "Больше не показывать это сообщение",
"Common.Views.CopyWarningDialog.textMsg": "Операции копирования, вырезания и вставки можно выполнить с помощью кнопок на панели инструментов и команд контекстного меню только в этой вкладке редактора.<br><br>Для копирования в другие приложения и вставки из них используйте следующие сочетания клавиш:",
"Common.Views.CopyWarningDialog.textTitle": "Операции копирования, вырезания и вставки",
@ -1691,12 +1692,17 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Изменить права доступа",
"DE.Views.FileMenuPanels.DocumentInfo.txtComment": "Комментарий",
"DE.Views.FileMenuPanels.DocumentInfo.txtCreated": "Создан",
"DE.Views.FileMenuPanels.DocumentInfo.txtFastWV": "Быстрый веб-просмотр",
"DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "Загрузка...",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Автор последнего изменения",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "Последнее изменение",
"DE.Views.FileMenuPanels.DocumentInfo.txtNo": "Нет",
"DE.Views.FileMenuPanels.DocumentInfo.txtOwner": "Владелец",
"DE.Views.FileMenuPanels.DocumentInfo.txtPages": "Страницы",
"DE.Views.FileMenuPanels.DocumentInfo.txtPageSize": "Размер страницы",
"DE.Views.FileMenuPanels.DocumentInfo.txtParagraphs": "Абзацы",
"DE.Views.FileMenuPanels.DocumentInfo.txtPdfTagged": "PDF с тегами",
"DE.Views.FileMenuPanels.DocumentInfo.txtPdfVer": "Версия PDF",
"DE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Размещение",
"DE.Views.FileMenuPanels.DocumentInfo.txtRights": "Люди, имеющие права",
"DE.Views.FileMenuPanels.DocumentInfo.txtSpaces": "Символы с пробелами",
@ -1706,6 +1712,7 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Название",
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Загружен",
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Слова",
"DE.Views.FileMenuPanels.DocumentInfo.txtYes": "Да",
"DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Изменить права доступа",
"DE.Views.FileMenuPanels.DocumentRights.txtRights": "Люди, имеющие права",
"DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Внимание",
@ -2119,6 +2126,7 @@
"DE.Views.Navigation.txtDemote": "Понизить уровень",
"DE.Views.Navigation.txtEmpty": "В документе нет заголовков.<br>Примените стиль заголовка к тексту, чтобы он появился в оглавлении.",
"DE.Views.Navigation.txtEmptyItem": "Пустой заголовок",
"DE.Views.Navigation.txtEmptyViewer": "В документе нет заголовков.",
"DE.Views.Navigation.txtExpand": "Развернуть все",
"DE.Views.Navigation.txtExpandToLevel": "Развернуть до уровня",
"DE.Views.Navigation.txtHeadingAfter": "Новый заголовок после",

View file

@ -2117,6 +2117,7 @@
"DE.Views.Navigation.txtDemote": "Zníženie hodnosti",
"DE.Views.Navigation.txtEmpty": "Tento dokument neobsahuje nadpisy.<br>Pre zahrnutie textu v obsahu použite na text štýl nadpisov.",
"DE.Views.Navigation.txtEmptyItem": "Prázdne záhlavie",
"DE.Views.Navigation.txtEmptyViewer": "Tento dokument neobsahuje nadpisy.",
"DE.Views.Navigation.txtExpand": "Rozbaliť všetko",
"DE.Views.Navigation.txtExpandToLevel": "Rozšíriť na úroveň",
"DE.Views.Navigation.txtHeadingAfter": "Nový nadpis po",

View file

@ -1450,6 +1450,7 @@
"DE.Views.MailMergeSettings.txtUntitled": "Untitled",
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Starting merge failed",
"DE.Views.Navigation.txtEmpty": "V dokumentu ni naslovov.<br>Z uporabo slogov v besedilu določite naslove, tako se bodo prikazali v kazalu in navigaciji.",
"DE.Views.Navigation.txtEmptyViewer": "V dokumentu ni naslovov.",
"DE.Views.NoteSettingsDialog.textApply": "Uporabi",
"DE.Views.NoteSettingsDialog.textApplyTo": "Uveljavi spremembe za",
"DE.Views.NoteSettingsDialog.textEndnote": "Končna opomba",

View file

@ -2117,6 +2117,7 @@
"DE.Views.Navigation.txtDemote": "Degradera",
"DE.Views.Navigation.txtEmpty": "Det finns inga rubriker i dokumentet.<br>Tillämpa en rubrikstil på texten så att den visas i innehållsförteckningen.",
"DE.Views.Navigation.txtEmptyItem": "Tom rubrik",
"DE.Views.Navigation.txtEmptyViewer": "Det finns inga rubriker i dokumentet.",
"DE.Views.Navigation.txtExpand": "Expandera alla",
"DE.Views.Navigation.txtExpandToLevel": "Expandera till nivå",
"DE.Views.Navigation.txtHeadingAfter": "Ny rubrik efter",

View file

@ -2112,6 +2112,7 @@
"DE.Views.Navigation.txtDemote": "İndirgeme",
"DE.Views.Navigation.txtEmpty": "Belgede başlık yok.<br>İçindekiler tablosunda görünmesi için metne bir başlık stili uygulayın.",
"DE.Views.Navigation.txtEmptyItem": "Boş Başlık",
"DE.Views.Navigation.txtEmptyViewer": "Belgede başlık yok.",
"DE.Views.Navigation.txtExpand": "Hepsini genişlet",
"DE.Views.Navigation.txtExpandToLevel": "Seviyeye genişlet",
"DE.Views.Navigation.txtHeadingAfter": "Sonra yeni başlık",

View file

@ -2113,6 +2113,7 @@
"DE.Views.Navigation.txtDemote": "Понизити рівень",
"DE.Views.Navigation.txtEmpty": "У документі відсутні заголовки. <br>Застосуйте стиль заголовків до тексту, щоби він з'явився у змісті.",
"DE.Views.Navigation.txtEmptyItem": "Пустий заголовок",
"DE.Views.Navigation.txtEmptyViewer": "У документі відсутні заголовки.",
"DE.Views.Navigation.txtExpand": "Розгорнути все",
"DE.Views.Navigation.txtExpandToLevel": "Розгорнути до рівня",
"DE.Views.Navigation.txtHeadingAfter": "Новий заголовок після",

View file

@ -2117,6 +2117,7 @@
"DE.Views.Navigation.txtDemote": "降级",
"DE.Views.Navigation.txtEmpty": "文档中无标题。<br>文本中应用标题样式以便使其出现在目录中。",
"DE.Views.Navigation.txtEmptyItem": "空标题",
"DE.Views.Navigation.txtEmptyViewer": "文档中无标题。",
"DE.Views.Navigation.txtExpand": "展开全部",
"DE.Views.Navigation.txtExpandToLevel": "展开到级别",
"DE.Views.Navigation.txtHeadingAfter": "之后的新标题",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "Saxlanmamış dəyişiklikləriniz var. Avtomatik saxlanmanı gözləmək üçün \"Bu Səhifədə Qalın\" üzərinə klikləyin. Bütün saxlanmamış dəyişiklikləri ləğv etmək üçün \"Bu səhifədən Çıxın\" hissəsinin üzərinə klikləyin.",

View file

@ -640,22 +640,22 @@
"textDownloadRtf": "If you continue saving in this format some of the formatting might be lost. Are you sure you want to continue?",
"textDownloadTxt": "If you continue saving in this format all features except the text will be lost. Are you sure you want to continue?",
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
"textFastWV": "Fast Web View",
"textFindAndReplaceAll": "Find and Replace All",
"txtDownloadTxt": "Download TXT",
"txtIncorrectPwd": "Password is incorrect",
"txtProtected": "Once you enter the password and open the file, the current password will be reset",
"txtScheme22": "New Office",
"textFeedback": "Feedback & Support",
"textNavigation": "Navigation",
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textNo": "No",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textPdfVer": "PDF Version",
"textYes": "Yes",
"textNo": "No"
"txtDownloadTxt": "Download TXT",
"txtIncorrectPwd": "Password is incorrect",
"txtProtected": "Once you enter the password and open the file, the current password will be reset",
"txtScheme22": "New Office"
},
"Toolbar": {
"dlgLeaveTitleText": "Вы выходзіце з праграмы",

View file

@ -572,6 +572,7 @@
"textEnableAll": "Habilita-ho tot",
"textEnableAllMacrosWithoutNotification": "Habilita totes les macros sense notificació",
"textEncoding": "Codificació",
"textFastWV": "Vista Web Ràpida",
"textFind": "Cerca",
"textFindAndReplace": "Cerca i substitueix",
"textFindAndReplaceAll": "Cerca i substitueix-ho tot",
@ -590,6 +591,7 @@
"textMargins": "Marges",
"textMarginsH": "Els marges superior i inferior són massa alts per a una alçada de pàgina determinada",
"textMarginsW": "Els marges esquerre i dret són massa amples per a una amplada de pàgina determinada",
"textNo": "No",
"textNoCharacters": "Caràcters que no es poden imprimir",
"textNoTextFound": "No s'ha trobat el text",
"textOk": "D'acord",
@ -597,7 +599,10 @@
"textOrientation": "Orientació",
"textOwner": "Propietari",
"textPages": "Pàgines",
"textPageSize": "Mida Pàgina",
"textParagraphs": "Paràgrafs",
"textPdfTagged": "PDF Etiquetat",
"textPdfVer": "Versió PDF",
"textPoint": "Punt",
"textPortrait": "Orientació vertical",
"textPrint": "Imprimeix",
@ -619,6 +624,7 @@
"textUnitOfMeasurement": "Unitat de mesura",
"textUploaded": "S'ha carregat",
"textWords": "Paraules",
"textYes": "Sí",
"txtDownloadTxt": "Baixa TXT",
"txtIncorrectPwd": "La contrasenya no és correcta",
"txtOk": "D'acord",
@ -644,18 +650,12 @@
"txtScheme6": "Esplanada",
"txtScheme7": "Equitat",
"txtScheme8": "Flux",
"txtScheme9": "Foneria",
"textFeedback": "Feedback & Support",
"textNavigation": "Navigation",
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"txtScheme9": "Foneria"
},
"Toolbar": {
"dlgLeaveMsgText": "Tens canvis sense desar. Fes clic a \"Mantingueu-vos en aquesta pàgina\" per esperar al desament automàtic. Fes clic a \"Deixar aquesta pàgina\" per descartar tots els canvis no desats.",

View file

@ -572,6 +572,7 @@
"textEnableAll": "Zapnout vše",
"textEnableAllMacrosWithoutNotification": "Povolit všechna makra bez notifikací",
"textEncoding": "Kódování",
"textFastWV": "Rychlé zobrazení stránky",
"textFind": "Najít",
"textFindAndReplace": "Najít a nahradit",
"textFindAndReplaceAll": "Najít a nahradit vše",
@ -590,6 +591,7 @@
"textMargins": "Okraje",
"textMarginsH": "Horní a spodní okraj je příliš velký vzhledem k dané výšce stránky",
"textMarginsW": "Okraje vlevo a vpravo jsou příliš velké vzhledem k šířce stránky",
"textNo": "Ne",
"textNoCharacters": "Netisknutelné znaky",
"textNoTextFound": "Text nebyl nalezen",
"textOk": "OK",
@ -597,7 +599,10 @@
"textOrientation": "Orientace",
"textOwner": "Vlastník",
"textPages": "Stránky",
"textPageSize": "Velikost stránky",
"textParagraphs": "Odstavce",
"textPdfTagged": "Označené PDF",
"textPdfVer": "Verze PDF",
"textPoint": "Bod",
"textPortrait": "Na výšku",
"textPrint": "Tisk",
@ -619,6 +624,7 @@
"textUnitOfMeasurement": "Měřit v jednotkách",
"textUploaded": "Nahráno",
"textWords": "Slova",
"textYes": "Ano",
"txtDownloadTxt": "Stáhnout TXT",
"txtIncorrectPwd": "Heslo je chybné",
"txtOk": "OK",
@ -644,18 +650,12 @@
"txtScheme6": "Hala",
"txtScheme7": "Rovnost",
"txtScheme8": "Tok",
"txtScheme9": "Slévárna",
"textFeedback": "Feedback & Support",
"textNavigation": "Navigation",
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"txtScheme9": "Slévárna"
},
"Toolbar": {
"dlgLeaveMsgText": "V tomto dokumentu máte neuložené změny. Klikněte na 'Zůstat na této stránce'. Klikněte na 'Opustit tuto stránku' pro zahození neuložených změn.",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "Sie haben nicht gespeicherte Änderungen. Klicken Sie auf \"Auf dieser Seite bleiben\" und warten Sie, bis die Datei automatisch gespeichert wird. Klicken Sie auf \"Die Seite verlassen\", um nicht gespeicherte Änderungen zu verwerfen.",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "Έχετε μη αποθηκευμένες αλλαγές. Πατήστε 'Παραμονή στη Σελίδα' για να περιμένετε την αυτόματη αποθήκευση. Πατήστε 'Έξοδος από τη Σελίδα' για να απορρίψετε όλες τις μη αποθηκευμένες αλλαγές.",

View file

@ -572,6 +572,7 @@
"textEnableAll": "Enable All",
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
"textEncoding": "Encoding",
"textFastWV": "Fast Web View",
"textFind": "Find",
"textFindAndReplace": "Find and Replace",
"textFindAndReplaceAll": "Find and Replace All",
@ -591,6 +592,7 @@
"textMargins": "Margins",
"textMarginsH": "Top and bottom margins are too high for a given page height",
"textMarginsW": "Left and right margins are too wide for a given page width",
"textNo": "No",
"textNoCharacters": "Nonprinting Characters",
"textNoTextFound": "Text not found",
"textOk": "Ok",
@ -598,7 +600,10 @@
"textOrientation": "Orientation",
"textOwner": "Owner",
"textPages": "Pages",
"textPageSize": "Page Size",
"textParagraphs": "Paragraphs",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textPoint": "Point",
"textPortrait": "Portrait",
"textPrint": "Print",
@ -616,16 +621,11 @@
"textSubject": "Subject",
"textSymbols": "Symbols",
"textTitle": "Title",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No",
"textTop": "Top",
"textUnitOfMeasurement": "Unit Of Measurement",
"textUploaded": "Uploaded",
"textWords": "Words",
"textYes": "Yes",
"txtDownloadTxt": "Download TXT",
"txtIncorrectPwd": "Password is incorrect",
"txtOk": "Ok",

View file

@ -572,6 +572,7 @@
"textEnableAll": "Habilitar todo",
"textEnableAllMacrosWithoutNotification": "Habilitar todas las macros sin notificación",
"textEncoding": "Codificación",
"textFastWV": "Vista rápida de la web",
"textFind": "Buscar",
"textFindAndReplace": "Buscar y reemplazar",
"textFindAndReplaceAll": "Buscar y reemplazar todo",
@ -590,6 +591,7 @@
"textMargins": "Márgenes",
"textMarginsH": "Márgenes superior e inferior son demasiado altos para una altura de página determinada ",
"textMarginsW": "Los márgenes izquierdo y derecho son demasiado amplios para un ancho de página determinado",
"textNo": "No",
"textNoCharacters": "Caracteres no imprimibles",
"textNoTextFound": "Texto no encontrado",
"textOk": "OK",
@ -597,7 +599,10 @@
"textOrientation": "Orientación ",
"textOwner": "Propietario",
"textPages": "Páginas",
"textPageSize": "Tamaño de la página",
"textParagraphs": "Párrafos",
"textPdfTagged": "PDF etiquetado",
"textPdfVer": "Versión PDF",
"textPoint": "Punto",
"textPortrait": "Vertical",
"textPrint": "Imprimir",
@ -619,6 +624,7 @@
"textUnitOfMeasurement": "Unidad de medida",
"textUploaded": "Cargado",
"textWords": "Palabras",
"textYes": "Sí",
"txtDownloadTxt": "Descargar TXT",
"txtIncorrectPwd": "La contraseña es incorrecta",
"txtOk": "OK",
@ -644,18 +650,12 @@
"txtScheme6": "Concurrencia",
"txtScheme7": "Equidad ",
"txtScheme8": "Flujo",
"txtScheme9": "Fundición",
"textFeedback": "Feedback & Support",
"textNavigation": "Navigation",
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"txtScheme9": "Fundición"
},
"Toolbar": {
"dlgLeaveMsgText": "Tiene cambios sin guardar. Haga clic en \"Permanecer en esta página\" para esperar a que se guarde automáticamente. Haga clic en \"Salir de esta página\" para descartar todos los cambios no guardados.",

View file

@ -619,6 +619,7 @@
"textUnitOfMeasurement": "Unité de mesure",
"textUploaded": "Chargé",
"textWords": "Mots",
"textYes": "Oui",
"txtDownloadTxt": "Télécharger le TXT",
"txtIncorrectPwd": "Mot de passe incorrect",
"txtOk": "Ok",
@ -650,12 +651,11 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version"
},
"Toolbar": {
"dlgLeaveMsgText": "Vous avez des modifications non enregistrées dans ce document. Cliquez sur Rester sur cette page et attendez l'enregistrement automatique. Cliquez sur Quitter cette page pour annuler toutes les modifications non enregistrées.",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "Ten cambios sen gardar. Prema en \"Permanecer nesta páxina\" para esperar a que se garde automaticamente. Prema en \"Saír desta páxina\" para descartar todos os cambios non gardados.",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "Nem mentett módosításai vannak. Kattintson a „Maradj ezen az oldalon” gombra az automatikus mentés megvárásához. Kattintson a \"Hagyja el ezt az oldalt\" gombra az összes nem mentett módosítás elvetéséhez.",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "Hai dei cambiamenti non salvati. Premi 'Rimanere sulla pagina' per attendere il salvataggio automatico. Premi 'Lasciare la pagina' per eliminare tutte le modifiche non salvate.",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "保存されていない変更があります。自動保存を待つように「このページから移動しない」をクリックしてください。保存されていない変更を破棄ように「このページから移動する」をクリックしてください。",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "저장하지 않은 변경 사항이 있습니다. 자동 저장이 완료될 때까지 기다리려면 \"이 페이지에 머물기\"를 클릭하십시오. \"이 페이지에서 나가기\"를 클릭하면 저장되지 않은 모든 변경 사항이 삭제됩니다.",

View file

@ -26,6 +26,7 @@
"textCurrentPosition": "ສະຖານະພາບ ປັດຈຸບັນ",
"textDisplay": "ສະແດງຜົນ",
"textEmptyImgUrl": "ທ່ານຕ້ອງບອກທີຢູ່ຮູບ URL",
"textEvenPage": "ໜ້າງານ",
"textFootnote": "ໂນດສ່ວນທ້າຍເອກະສານ",
"textFormat": "ປະເພດ",
"textImage": "ຮູບພາບ",
@ -33,8 +34,10 @@
"textInsert": "ເພີ່ມ",
"textInsertFootnote": "ເພີ່ມຕີນເອກະສານ",
"textInsertImage": "ເພີ່ມຮູບພາບ",
"textLeftBottom": "ລຸ່ມຊ້າຍ",
"textLeftTop": "ຊ້າຍເທິງ",
"textLink": "ລີ້ງ",
"textLinkSettings": "ການຕັ້ງຄ່າລີ້ງ",
"textLocation": "ສະຖານທີ",
"textNextPage": "ໜ້າຕໍ່ໄປ",
"textOddPage": "ໜ້າເຈ້ຍເລກຄີກ",
@ -54,13 +57,10 @@
"textStartAt": "ເລີ່ມຈາກ",
"textTable": "ຕາຕະລາງ",
"textTableSize": "ຂະໜາດຕາຕະລາງ",
"txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\"",
"textEvenPage": "Even Page",
"textLeftBottom": "Left Bottom",
"textTableContents": "Table of Contents",
"textWithPageNumbers": "With Page Numbers",
"textWithBlueLinks": "With Blue Links",
"textLinkSettings": "Link Settings"
"txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\""
},
"Common": {
"Collaboration": {
@ -76,6 +76,7 @@
"textAuto": "ອັດຕະໂນມັດ",
"textBack": "ກັບຄືນ",
"textBaseline": "ເສັ້ນພື້ນ",
"textBold": "ແບບໂຕໜາ",
"textBreakBefore": "ແຍກໜ້າເອກະສານກ່ອນໜ້າ",
"textCancel": "ຍົກເລີກ",
"textCaps": "ໂຕໃຫຍ່ທັງໝົດ",
@ -84,6 +85,7 @@
"textCollaboration": "ຮ່ວມກັນ",
"textColor": "ສີຂອງຕົວອັກສອນ",
"textComments": "ຄໍາເຫັນ",
"textContextual": "ຫ້າມຍະຫວ່າງຍໍ່ໜ້າທີ່ມີຮູບແບບດ່ຽວກັນ",
"textDelete": "ລົບ",
"textDeleteComment": "ລົບຄໍາເຫັນ",
"textDeleted": "ລຶບ:",
@ -104,6 +106,7 @@
"textImage": "ຮູບພາບ",
"textIndentLeft": "ຢັບມາຊ້າຍ",
"textIndentRight": "ຢັບມາຂວາ",
"textInserted": "ເພີ່ມ:",
"textItalic": "ໂຕໜັງສືອ່ຽງ",
"textJustify": "ຈັດຕຳແໜ່ງຕິດຂອບ",
"textKeepLines": "ໃຫ້ເສັ້ນເຂົ້ານໍາກັນ",
@ -125,7 +128,12 @@
"textNum": "ປ່ຽນຕົວເລກ ",
"textOk": "ຕົກລົງ",
"textOriginal": "ສະບັບດັ້ງເດີມ",
"textParaDeleted": "ລຶບຫຍໍ້ໜ້າແລ້ວ",
"textParaFormatted": "ວັກທີ່ຈັດຮູບແບບ",
"textParaInserted": "ຫຍໍ້ໜ້າໃສ່ແລ້ວ",
"textParaMoveFromDown": "ຍ້າຍລົງ:",
"textParaMoveFromUp": "ຍ້າຍຂຶ້ນ:",
"textParaMoveTo": "ຍ້າຍ:",
"textPosition": "ຕໍາແໜ່ງ",
"textReject": "ປະຕິເສດ",
"textRejectAllChanges": "ປະຕິເສດການປ່ຽນແປງທັງໝົດ",
@ -143,31 +151,23 @@
"textStrikeout": "ຂີດຂ້າອອກ",
"textSubScript": "ຕົວຫ້ອຍ",
"textSuperScript": "ຕົວຍົກ",
"textTableRowsAdd": "ເພີ່ມແຖວຕາຕະລາງແລ້ວ",
"textTableRowsDel": "ລຶບແຖວຕາຕະລາງແລ້ວ",
"textTabs": "ປ່ຽນຂັ້ນ",
"textTrackChanges": "ຕິດຕາມການປ່ຽນແປງ",
"textTryUndoRedo": "ໜ້າທີ່ ກັບຄືນ ຫຼື ທວນຄືນ ຖືກປິດໃຊ້ງານ ສຳລັບໂໝດການແກ້ໄຂຮ່ວມກັນດ່ວນ.",
"textUnderline": "ີຂີດກ້ອງ",
"textUsers": "ຜຸ້ໃຊ້",
"textBold": "Bold",
"textContextual": "Don't add intervals between paragraphs of the same style",
"textInserted": "Inserted:",
"textParaDeleted": "Paragraph Deleted",
"textParaInserted": "Paragraph Inserted",
"textParaMoveFromDown": "Moved Down:",
"textParaMoveFromUp": "Moved Up:",
"textParaMoveTo": "Moved:",
"textTableChanged": "Table Settings Changed",
"textTableRowsAdd": "Table Rows Added",
"textTableRowsDel": "Table Rows Deleted",
"textWidow": "Widow control"
"textWidow": "ໜ້າຄວບຄຸມ",
"textTableChanged": "Table Settings Changed"
},
"HighlightColorPalette": {
"textNoFill": "ບໍ່ມີການຕື່ມຂໍ້ມູນໃສ່"
},
"ThemeColorPalette": {
"textCustomColors": "ກຳນົດສີເອງ",
"textStandartColors": "ສີມາດຕະຖານ",
"textThemeColors": " ຮູບແບບສີ",
"textCustomColors": "Custom Colors"
"textThemeColors": " ຮູບແບບສີ"
}
},
"ContextMenu": {
@ -195,10 +195,10 @@
"textCancel": "ຍົກເລີກ",
"textColumns": "ຖັນ",
"textCopyCutPasteActions": "ປະຕິບັດການ ສໍາເນົາ, ຕັດ ແລະ ວາງ",
"textDoNotShowAgain": "ບໍ່ສະແດງອີກ",
"textNumberingValue": "ມູນຄ່າ ໝາຍ ເລກ",
"textOk": "ຕົກລົງ",
"textRows": "ແຖວ",
"textDoNotShowAgain": "Don't show again"
"textRows": "ແຖວ"
},
"Edit": {
"notcriticalErrorTitle": "ເຕືອນ",
@ -223,8 +223,10 @@
"textBandedRow": "ຮ່ວມກຸ່ມແຖວ",
"textBefore": "ກ່ອນ",
"textBehind": "ທາງຫຼັງ",
"textBorder": "ຊາຍແດນ",
"textBringToForeground": "ເອົາໄປໄວ້ທາງໜ້າ",
"textBullets": "ຂີດໜ້າ",
"textBulletsAndNumbers": "ຫົວຂໍ້ຍ່ອຍ & ຕົວເລກ",
"textCellMargins": "ຂອບເຂດຂອງແຊວ",
"textChart": "ແຜນຮູບວາດ",
"textClose": "ປິດ",
@ -232,6 +234,7 @@
"textContinueFromPreviousSection": "ສືບຕໍ່ຈາກ ພາກກ່ອນໜ້າ",
"textCustomColor": "ປະເພດ ຂອງສີ",
"textDecember": "ເດືອນທັນວາ",
"textDesign": "ອອກແບບ",
"textDifferentFirstPage": "ໜ້າທໍາອິດທີແຕກຕ່າງກັນ",
"textDifferentOddAndEvenPages": "ໜ້າເອກະສານ ເລກ ຄູ່ ແລະ ເລກຄີກ",
"textDisplay": "ສະແດງຜົນ",
@ -250,6 +253,7 @@
"textFontColors": "ສີຕົວອັກສອນ",
"textFonts": "ຕົວອັກສອນ",
"textFooter": "ສ່ວນທ້າຍ",
"textFr": "ວັນສຸກ",
"textHeader": "ຫົວຂໍ້ເອກະສານ",
"textHeaderRow": "ຫົວແຖວ",
"textHighlightColor": "ທາສີໄຮໄລ້",
@ -265,13 +269,16 @@
"textLetterSpacing": "ໄລຍະຫ່າງລະຫວ່າງຕົວອັກສອນ",
"textLineSpacing": "ໄລຍະຫ່າງລະຫວ່າງເສັ້ນ",
"textLink": "ລີ້ງ",
"textLinkSettings": "ການຕັ້ງຄ່າລີ້ງ",
"textLinkToPrevious": "ເຊື່ອມຕໍ່ກັບກ່ອນໜ້າ",
"textMarch": "ມີນາ",
"textMay": "ພຶດສະພາ",
"textMo": "ວັນຈັນ",
"textMoveBackward": "ຍ້າຍໄປທາງຫຼັງ",
"textMoveForward": "ຍ້າຍໄປດ້ານໜ້າ",
"textMoveWithText": "ຍ້າຍຄໍາສັບ",
"textNone": "ບໍ່ມີ",
"textNoStyles": "ບໍ່ມີຮູບແບບສຳລັບແຜນວາດປະເພດນີ້.",
"textNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\"",
"textNovember": "ພະຈິກ",
"textNumbers": "ຕົວເລກ",
@ -279,22 +286,27 @@
"textOk": "ຕົກລົງ",
"textOpacity": "ຄວາມເຂັ້ມ",
"textOptions": "ທາງເລືອກ",
"textOrphanControl": "ການຄອບຄຸມ",
"textPageBreakBefore": "ແຍກໜ້າເອກະສານກ່ອນໜ້າ",
"textPageNumbering": "ເລກໜ້າ",
"textParagraph": "ວັກ",
"textParagraphStyles": "ຮຸບແບບວັກ",
"textPictureFromLibrary": "ຮູບພາບຈາກຫ້ອງສະໝຸດ",
"textPictureFromURL": "ຮູບພາບຈາກ URL",
"textPt": "pt",
"textRemoveChart": "ລົບແຜນວາດ",
"textRemoveImage": "ລົບຮູບ",
"textRemoveLink": "ລົບລີ້ງ",
"textRemoveShape": "ລົບຮ່າງ",
"textRemoveTable": "ລົບຕາຕະລາງ",
"textReorder": "ຈັດຮຽງໃໝ່",
"textRepeatAsHeaderRow": "ເຮັດລື້ມຄືນ ຕາມ ແຖວຫົວເລື່ອງ",
"textReplace": "ປ່ຽນແທນ",
"textReplaceImage": "ປ່ຽນແທນຮູບ",
"textResizeToFitContent": "ປັບຂະໜາດເພື່ອໃຫ້ເໝາະກັບເນື້ອຫາ",
"textSa": "ວັນເສົາ",
"textScreenTip": "ຄຳແນະນຳໃນໜ້າຈໍ",
"textSelectObjectToEdit": "ເລືອກຈຸດທີ່ຕ້ອງການເພື່ອແກ້ໄຂ",
"textSendToBackground": "ສົ່ງໄປເປັນພື້ນຫຼັງ",
"textSeptember": "ກັນຍາ",
"textSettings": "ການຕັ້ງຄ່າ",
@ -307,33 +319,22 @@
"textStrikethrough": "ຂີດຂ້າອອກ",
"textStyle": "ປະເພດ ",
"textStyleOptions": "ທາງເລືອກ ປະເພດ",
"textSu": "ວັນອາທິດ",
"textSubscript": "ຕົວຫ້ອຍ",
"textSuperscript": "ຕົວຍົກ",
"textTable": "ຕາຕະລາງ",
"textTableOptions": "ທາງເລືອກຕາຕະລາງ",
"textText": "ຂໍ້ຄວາມ",
"textTh": "ວັນພະຫັດ",
"textThrough": "ຜ່ານ",
"textTight": "ຮັດແໜ້ນ ",
"textTopAndBottom": "ເທີງແລະລຸ່ມ",
"textTotalRow": "ຈໍານວນແຖວທັງໝົດ",
"textTu": "ວັນອັງຄານ",
"textType": "ພິມ",
"textWe": "ພວກເຮົາ",
"textWrap": "ຫໍ່",
"textBorder": "Border",
"textBulletsAndNumbers": "Bullets & Numbers",
"textDesign": "Design",
"textFr": "Fr",
"textInFront": "In Front of Text",
"textInline": "In Line with Text",
"textLinkSettings": "Link Settings",
"textMo": "Mo",
"textNoStyles": "No styles for this type of charts.",
"textOrphanControl": "Orphan Control",
"textPt": "pt",
"textReorder": "Reorder",
"textSa": "Sa",
"textSelectObjectToEdit": "Select object to edit",
"textSu": "Su",
"textTh": "Th",
"textTableOfCont": "TOC",
"textPageNumbers": "Page Numbers",
"textSimple": "Simple",
@ -356,50 +357,49 @@
"textRefreshPageNumbersOnly": "Refresh page numbers only",
"textStyles": "Styles",
"textAmountOfLevels": "Amount of Levels",
"textTu": "Tu",
"textWe": "We"
"textInline": "In Line with Text"
},
"Error": {
"convertationTimeoutText": "ໝົດເວລາການປ່ຽນແປງ.",
"criticalErrorExtText": "ກົດ 'OK' ເພື່ອກັບຄືນໄປຫາລາຍການເອກະສານ.",
"criticalErrorTitle": "ຂໍ້ຜິດພາດ",
"downloadErrorText": "ດາວໂຫຼດບໍ່ສຳເລັດ.",
"errorAccessDeny": "ທ່ານກໍາລັງພະຍາຍາມດໍາເນີນການໃນໜ້າທີ່ທ່ານບໍ່ມີສິດສໍາລັບດໍາເນີນການ.<br>ກະລຸນາ, ຕິດຕໍ່ແອດມີນລະບົບຂອງທ່ານ.",
"errorBadImageUrl": "URL ຮູບພາບບໍ່ຖືກຕ້ອງ",
"errorConnectToServer": "ບໍ່ສາມາດບັນທຶກເອກະສານນີ້ໄດ້. ກວດເບິ່ງການຕັ້ງຄ່າການເຊື່ອມຕໍ່ຂອງທ່ານ ຫຼື ຕິດຕໍ່ຜູ້ແອດມີນຂອງທ່ານ.<br>ເມື່ອທ່ານຄລິກປຸ່ມ 'ຕົກລົງ', ທ່ານຈະຖືກເຕືອນໃຫ້ດາວໂຫລດເອກະສານ.",
"errorDatabaseConnection": "ຂໍ້ຜິດພາດຈາກທາງນອກ <br> ຖານຂໍ້ມູນ ຂໍ້ຜິດພາດພາຍນອກ. ກະລຸນາ, ຕິດຕໍ່ການສະ ໜັບ ສະ ໜູນ.",
"errorDataEncrypted": "ໄດ້ຮັບການປ່ຽນແປງລະຫັດແລ້ວ, ບໍ່ສາມາດຖອດລະຫັດໄດ້.",
"errorDataRange": "ໄລຍະຂອງຂໍ້ມູນບໍ່ຖືກ",
"errorDefaultMessage": "ລະຫັດຂໍ້ຜິດພາດ: %1",
"errorEditingDownloadas": "ເກີດຄວາມຜິດພາດໃນລະຫວ່າງການເຮັດວຽກກັບເອກະສານ.<br>ໃຊ້ຕົວເລືອກ 'ດາວໂຫລດ' ເພື່ອບັນທຶກໄຟລ໌ສໍາຮອງໄວ້ໃນເຄື່ອງ.",
"errorFilePassProtect": "ໄຟລ໌ດັ່ງກ່າວຖືກປ້ອງກັນດ້ວຍລະຫັດຜ່ານ ແລະ ບໍ່ສາມາດເປີດໄດ້.",
"errorFileSizeExceed": "ຂະໜາດໄຟລ໌ເກີນຂີດຈຳກັດເຊີບເວີຂອງທ່ານ.<br>ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບຂອງທ່ານ.",
"errorKeyEncrypt": "ບໍ່ຮູ້ຄຳອະທິບາຍຫຼັກ",
"errorKeyExpire": "ລະຫັດໝົດອາຍຸ",
"errorLoadingFont": "ຟອນບໍ່ໄດ້ຖືກໂຫລດ.<br>ກະລຸນາແອດມີນຂອງທ່ານ.",
"errorMailMergeLoadFile": "ການໂຫຼດລົ້ມເຫລວ",
"errorMailMergeSaveFile": "ບໍ່ສາມາດລວມໄດ້",
"errorSessionAbsolute": "ຊ່ວງເວລາການແກ້ໄຂເອກະສານໝົດອາຍຸແລ້ວ. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"errorSessionIdle": "ເອກະສານບໍ່ໄດ້ຮັບການແກ້ໄຂສໍາລັບການຂ້ອນຂ້າງຍາວ. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"errorSessionToken": "ການເຊື່ອມຕໍ່ກັບເຊີບເວີບໍ່ສະຖຽນ. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"errorStockChart": "ລຳດັບແຖວບໍ່ຖືກຕ້ອງ. ເພື່ອສ້າງຕາຕະລາງເກັບຂໍ້ຮູບກ້າບ, ວາງຂໍ້ມູນໃສ່ແຜ່ນງານຕາມລໍາດັບຕໍ່ໄປນີ້:<br>ລາຄາເປີດ, ລາຄາສູງສຸດ, ລາຄາຕໍ່າສຸດ, ລາຄາປິດ.",
"errorUpdateVersionOnDisconnect": "ການເຊື່ອມຕໍ່ອິນເຕີເນັດຫາກໍຖືກກູ້ຄືນມາ, ແລະ ຟາຍເອກະສານໄດ້ມີການປ່ຽນແປງແລ້ວ. <br> ກ່ອນທີ່ທ່ານຈະດຳເນີນການຕໍ່ໄປ, ທ່ານຕ້ອງໄດ້ດາວໂຫຼດຟາຍ ຫຼື ສຳເນົາເນື້ອຫາ ເພື່ອປ້ອງການການສູນເສຍ, ແລະ ທຳການໂຫຼດໜ້າຄືນອີກຄັ້ງ.",
"errorUserDrop": "ບໍ່ສາມາດເຂົ້າໄຟລ໌ດັ່ງກ່າວໄດ້ໃນຕອນນີ້.",
"errorUsersExceed": "ຈຳນວນຜູ້ຊົມໃຊ້ເກີນ ແມ່ນອະນຸຍາດກຳນົດລາຄາເກີນ",
"errorViewerDisconnect": "ການເຊື່ອມຕໍ່ຫາຍໄປ. ທ່ານຍັງສາມາດເບິ່ງເອກະສານໄດ້,<br>ແຕ່ທ່ານຈະບໍ່ສາມາດດາວນ໌ໂຫລດຫຼືພິມມັນຈົນກ່ວາການເຊື່ອມຕໍ່ໄດ້ຮັບການຟື້ນຟູແລະຫນ້າຈະຖືກໂຫຼດໃຫມ່.",
"notcriticalErrorTitle": "ເຕືອນ",
"openErrorText": "ມີຂໍ້ຜິດພາດເກີດຂຶ້ນໃນຂະນະທີ່ເປີດໄຟລ໌",
"saveErrorText": "ເກີດຄວາມຜິດພາດຂຶ້ນໃນຂະນະທີ່ບັນທຶກໄຟລ໌",
"scriptLoadError": "ການເຊື່ອມຕໍ່ຊ້າເກີນໄປ, ບາງອົງປະກອບບໍ່ສາມາດໂຫຼດໄດ້. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"splitDividerErrorText": "ຈໍານວນແຖວຕ້ອງເປັນຕົວເລກຂອງ %1",
"splitMaxColsErrorText": "ຈຳນວນຖັນຕ້ອງຕໍ່າ ກວ່າ %1",
"splitMaxRowsErrorText": "ຈຳນວນແຖວຕ້ອງໜ້ອຍກວ່າ %1",
"unknownErrorText": "ມີຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ",
"uploadImageExtMessage": "ບໍ່ຮູ້ສາເຫດຂໍ້ຜິດຜາດຮູບແບບຂອງຮູບ",
"uploadImageFileCountMessage": "ບໍ່ມີຮູບພາບອັບໂຫລດ",
"criticalErrorExtText": "Press 'OK' to go back to the document list.",
"errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please, contact your admin.",
"errorConnectToServer": "Can't save this doc. Check your connection settings or contact the admin.<br>When you click OK, you will be prompted to download the document.",
"errorEditingDownloadas": "An error occurred during the work with the document.<br>Download document to save the file backup copy locally.",
"errorFilePassProtect": "The file is password protected and could not be opened.",
"errorFileSizeExceed": "The file size exceeds your server limit.<br>Please, contact your admin.",
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
"errorMailMergeLoadFile": "Loading failed",
"errorSessionAbsolute": "The document editing session has expired. Please, reload the page.",
"errorSessionIdle": "The document has not been edited for quite a long time. Please, reload the page.",
"errorSessionToken": "The connection to the server has been interrupted. Please, reload the page.",
"errorStockChart": "Incorrect row order. To build a stock chart, place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.",
"errorUserDrop": "The file can't be accessed right now.",
"errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but you won't be able to download or print it until the connection is restored and the page is reloaded.",
"openErrorText": "An error has occurred while opening the file",
"saveErrorText": "An error has occurred while saving the file",
"scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.",
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB."
"uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB."
},
"LongActions": {
"applyChangesTextText": "ກຳລັງດາວໂຫຼດຂໍ້ມູນ...",
@ -438,11 +438,15 @@
},
"Main": {
"criticalErrorTitle": "ຂໍ້ຜິດພາດ",
"errorAccessDeny": "ທ່ານກໍາລັງພະຍາຍາມດໍາເນີນການໃນໜ້າທີ່ທ່ານບໍ່ມີສິດສໍາລັບດໍາເນີນການ.<br>ກະລຸນາ, ຕິດຕໍ່ແອດມີນລະບົບຂອງທ່ານ.",
"errorOpensource": "ການນໍາໃຊ້ສະບັບຟຣີ, ທ່ານສາມາດເປີດເອກະສານສໍາລັບການອ່ານເທົ່ານັ້ນ. ໃນການເຂົ້າເຖິງໂປຣແກຣມ, ຕ້ອງມີໃບອະນຸຍາດທາງການຄ້າ.",
"errorProcessSaveResult": "ບັນທຶກບຊ່ສຳເລັດ",
"errorServerVersion": "ສະບັບດັດແກ້ໄດ້ຖືກປັບປຸງແລ້ວ. ໜ້າເວັບຈະຖືກໂຫລດຄືນເພື່ອນຳໃຊ້ການປ່ຽນແປງ.",
"errorUpdateVersion": "ເອກະສານໄດ້ຖືກປ່ຽນແລ້ວ. ໜ້າເວັບຈະຖືກໂຫລດໃໝ່.",
"leavePageText": "ທ່ານມີການປ່ຽນແປງທີ່ຍັງບໍ່ໄດ້ບັນທຶກໄວ້. ຄລິກທີ່ 'ຢູ່ໃນໜ້ານີ້' ເພື່ອລໍຖ້າການບັນທຶກອັດຕະໂນມັດ. ຄລິກ 'ອອກຈາກໜ້ານີ້' ເພື່ອຍົກເລີກການປ່ຽນແປງທີ່ບໍ່ໄດ້ບັນທຶກໄວ້ທັງໝົດ.",
"notcriticalErrorTitle": "ເຕືອນ",
"SDK": {
" -Section ": "- ເລືອກ",
"above": "ຂ້າງເທິງ",
"below": "ດ້ານລຸ່ມ",
"Caption": "ຄຳບັນຍາຍ",
@ -452,6 +456,10 @@
"Diagram Title": "ໃສ່ຊື່ແຜນຮູບວາດ",
"endnote text": "ຂໍ້ຄວາມອ້າງອີງ",
"Enter a date": "ປ້ອນວັນທີ",
"Error! Bookmark not defined": "ຜິດພາດ! ບໍ່ໄດ້ກຳນົດບຸກມາກ.",
"Error! Main Document Only": "ຜິດພາດ! ເອກະສານຫຼັກຢ່າງດຽວ",
"Error! No text of specified style in document": "ຜິດພາດ! ບໍ່ມີຂໍ້ຄວາມບົ່ງບອກ",
"Even Page ": "ໜ້າງານ",
"First Page ": "ໜ້າທຳອິດ",
"Footer": "ສ່ວນທ້າຍ",
"footnote text": "ໂນດສ່ວນທ້າຍເອກະສານ",
@ -489,50 +497,42 @@
"The Formula Not In Table": "ສູດບໍ່ຢູ່ໃນຕາຕະລາງ",
"Title": "ຫົວຂໍ້",
"TOC Heading": "ຫົວຂໍ້ TOC ",
"Type equation here": "ພິມສົມຜົນຢູ່ທີ່ນີ້",
"Undefined Bookmark": "ບໍ່ກຳນົດປື້ມບັນທືກ",
"Unexpected End of Formula": "ການສິ້ນສຸດສູດທ້າຍທີ່ບໍ່ຄາດຄິດ",
"X Axis": "ແກນ X (XAS)",
"Y Axis": "ແກນ Y",
"Your text here": "ເນື້ອຫາຂອງທ່ານຢູ່ນີ້",
"Zero Divide": "ສູນແບ່ງ",
" -Section ": " -Section ",
"Error! Bookmark not defined": "Error! Bookmark not defined.",
"Error! Main Document Only": "Error! Main Document Only.",
"Error! No text of specified style in document": "Error! No text of specified style in document.",
"Error! Not a valid bookmark self-reference": "Error! Not a valid bookmark self-reference.",
"Even Page ": "Even Page ",
"Intense Quote": "Intense Quote",
"Type equation here": "Type equation here",
"Undefined Bookmark": "Undefined Bookmark",
"X Axis": "X Axis XAS"
"Intense Quote": "Intense Quote"
},
"textAnonymous": "ບໍ່ລະບຸຊື່",
"textBuyNow": "ເຂົ້າໄປຍັງເວັບໄຊ",
"textClose": "ປິດ",
"textContactUs": "ຕິດຕໍ່ຜູ້ຂາຍ",
"textCustomLoader": "ຂໍອະໄພ, ທ່ານບໍ່ມີສິດປ່ຽນຕົວໂຫຼດໄດ້. ກະລຸນາຕິດຕໍ່ຫາພະແນກການຂາຍຂອງພວກເຮົາເພື່ອໃຫ້ໄດ້ຮັບໃບສະເໜີລາຄາ.",
"textGuest": " ແຂກ",
"textHasMacros": "ເອກະສານບັນຈຸ ມາກໂຄ <br> ແບບອັດຕະໂນມັດ, ທ່ານຍັງຕ້ອງການດໍາເນີນງານ ມາກໂຄ ບໍ ",
"textNo": "ບໍ່",
"textNoLicenseTitle": "ຈໍານວນໃບອະນຸຍາດໄດ້ໃຊ້ຄົບແລ້ວ",
"textNoTextFound": "ບໍ່ພົບເນື້ອຫາ",
"textPaidFeature": "ຄຸນສົມບັດທີ່ຈ່າຍ",
"textRemember": "ຈື່ຈໍາທາງເລືອກ",
"textReplaceSkipped": "ການທົດແທນໄດ້ຖືກປະຕິບັດແລ້ວ. {0} ຖືກຂ້າມເຫດການທີ່ເກີດຂື້ນໄດ້",
"textReplaceSuccess": "ການຄົ້ນຫາໄດ້ສຳເລັດແລ້ວ. ສິ່ງທີ່ເກີດຂື້ນໄດ້ປ່ຽນແທນແລ້ວ: {0}",
"textYes": "ແມ່ນແລ້ວ",
"titleLicenseExp": "ໃບອະນຸຍາດໝົດອາຍຸ",
"titleServerVersion": "ອັບເດດການແກ້ໄຂ",
"titleUpdateVersion": "ປ່ຽນແປງລຸ້ນ",
"warnLicenseExceeded": "ທ່ານໄດ້ຖືກຈຳກັດສິດພຽງເທົ່ານີ້ສຳຫລັບການເຊື່່ອມພ້ອມກັນກັບເຄື່ອງມືແກ້ໄຂ %1 ແລ້ວເອກະສານນີ້ຈະເປີດໃຫ້ເບີ່ງເທົ່ານັ້ນ ຕິດຕໍ່ຫາທາງແອດມີນຂອງທ່ານເພື່ອຮັບຂໍ້ມູນເພີ່ມ",
"warnLicenseExp": "License ຂອງທ່ານໄດ້ໝົດອາຍຸກະລຸນາຕໍ່ License ຂອງທ່ານ ແລະ ໂຫລດໜ້າເວັບຄືນໃໝ່ອີກຄັ້ງ",
"warnLicenseLimitedNoAccess": "ໃບອະນຸຍາດໝົດອາຍຸແລ້ວ. ທ່ານບໍ່ສາມາດເຂົ້າເຖິງການດຳເນີນງານແກ້ໄຂເອກະສານ. ກະລຸນາ, ຕິດຕໍ່ແອດມີນຂອງທ່ານ.",
"warnLicenseLimitedRenewed": "ໃບອະນຸຍາດຕ້ອງໄດ້ຮັບການຕໍ່ອາຍຸ. ທ່ານຈະຖືກຈຳກັດສິດໃນການເຂົ້າເຖິ່ງການແກ້ໄຂເອກະສານ.<br> ກະລຸນາຕິດຕໍ່ແອດມີນຂອງທ່ານເພື່ອຕໍ່ອາຍຸ",
"warnLicenseUsersExceeded": "ຈໍານວນ ການເຊື່ອມຕໍ່ພ້ອມກັນກັບຜູ້ແກ້ໄຂ ແມ່ນເກີນກໍານົດ % 1. ຕິດຕໍ່ທີມບໍລິຫານເພື່ອຂໍ້ມູນເພີ່ມເຕີ່ມ",
"warnNoLicense": "ທ່ານໄດ້ຖືກຈຳກັດສິດພຽງເທົ່ານີ້ສຳຫລັບການເຊື່່ອມພ້ອມກັນກັບເຄື່ອງມືແກ້ໄຂ %1 ແລ້ວເອກະສານນີ້ຈະເປີດໃຫ້ເບີ່ງເທົ່ານັ້ນ ຕິດຕໍ່ທີມຂາຍ %1 ສຳຫລັບເງື່ອນໄຂການອັບເກດສ່ວນບຸກຄົນ",
"warnNoLicenseUsers": "ຈໍານວນການເຊື່ອມຕໍ່ພ້ອມກັນກັບບັນນາທິການ ແມ່ນເກີນກໍານົດ % 1. ຕິດຕໍ່ ທີມຂາຍ %1 ສຳລັບຂໍ້ກຳນົດການຍົກລະດັບສິດ",
"errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please, contact your administrator.",
"errorOpensource": "Using the free Community version, you can open documents for viewing only. To access mobile web editors, a commercial license is required.",
"leavePageText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"textCustomLoader": "Sorry, you are not entitled to change the loader. Contact our sales department to get a quote.",
"textRemember": "Remember my choice",
"warnLicenseExceeded": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact your administrator to learn more.",
"warnLicenseExp": "Your license has expired. Please, update your license and refresh the page.",
"warnLicenseLimitedNoAccess": "License expired. You have no access to document editing functionality. Please, contact your admin.",
"warnLicenseLimitedRenewed": "License needs to be renewed. You have limited access to document editing functionality.<br>Please contact your administrator to get full access",
"warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact %1 sales team for personal upgrade terms.",
"warnProcessRightsChange": "You don't have permission to edit this file."
"warnProcessRightsChange": "ທ່ານບໍ່ມີສິດໃນການແກ້ໄຂໄຟລ໌ນີ້."
},
"Settings": {
"advDRMOptions": "ເອກະສານທີ່ໄດ້ຮັບການປົກປ້ອງ",
@ -549,6 +549,7 @@
"textCancel": "ຍົກເລີກ",
"textCaseSensitive": "ກໍລະນີທີ່ສຳຄັນ",
"textCentimeter": "ເຊັນຕິເມັດ",
"textChooseEncoding": "ເລືອກການເຂົ້າລະຫັດ",
"textChooseTxtOptions": "ເລືອກ TXT ",
"textCollaboration": "ຮ່ວມກັນ",
"textColorSchemes": "ໂທນສີ",
@ -558,19 +559,27 @@
"textCreated": "ສ້າງ",
"textCustomSize": "ກຳນົດຂະໜາດ",
"textDisableAll": "ປິດທັງໝົດ",
"textDisableAllMacrosWithNotification": "ປິດການໃຊ້ງານແຈ້ງເຕືອນທົ່ວໄປທັງໝົດ",
"textDisableAllMacrosWithoutNotification": "ປິດການໃຊ້ງານແຈ້ງເຕືອນທົວໄປທັງຫມົດໂດຍບໍ່ມີການແຈ້ງການ",
"textDocumentInfo": "ຂໍ້ມູນເອກະສານ",
"textDocumentSettings": "ການຕັ້ງຄ່າ ເອກະສານ",
"textDocumentTitle": "ການຕັ້ງຊື່ ເອກະສານ",
"textDone": "ສໍາເລັດ",
"textDownload": "ດາວໂຫຼດ",
"textDownloadAs": "ດາວໂຫລດເປັນ",
"textDownloadRtf": "ຖ້າທ່ານສືບຕໍ່ບັນທຶກໃນຮູບແບບນີ້ບາງຮູບແບບອາດຈະສູນເສຍໄປ. ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການສືບຕໍ່?",
"textDownloadTxt": "ຖ້າທ່ານສືບຕໍ່ບັນທຶກໃນຮູບແບບນີ້ ຄຸນສົມບັດທັງໝົດຍົກເວັ້ນຂໍ້ຄວາມຈະສູນເສຍໄປ. ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການສືບຕໍ່?",
"textEnableAll": "ເປີດທັງໝົດ",
"textEnableAllMacrosWithoutNotification": "ເປີດໃຊ້ແຈ້ງເຕືອນທົ່ວໄປໂດຍບໍ່ມີການແຈ້ງການ",
"textEncoding": "ການເຂົ້າລະຫັດ",
"textFind": "ຄົ້ນຫາ",
"textFindAndReplace": "ຄົ້ນຫາແລະປ່ຽນແທນ",
"textFindAndReplaceAll": "ຄົ້ນຫາ ແລະ ປ່ຽນແທນທັງໝົດ",
"textFormat": "ປະເພດ",
"textHelp": "ຊວ່ຍ",
"textHiddenTableBorders": "ເຊື່ອງຂອບຕາຕະລາງ",
"textHighlightResults": "ໄຮໄລ້ ຜົນລັບ",
"textInch": "ນີ້ວ",
"textLandscape": "ພູມສັນຖານ",
"textLastModified": "ການແກ້ໄຂຄັ້ງລ້າສຸດ",
"textLastModifiedBy": "ແກ້ໄຂຄັ້ງລ້າສຸດໂດຍ",
@ -580,11 +589,16 @@
"textMacrosSettings": "ການຕັ້ງຄ່າ Macros",
"textMargins": "ຂອບ",
"textMarginsH": "ຂອບເທິງແລະລຸ່ມແມ່ນສູງເກີນໄປ ສຳ ລັບຄວາມສູງຂອງ ໜ້າທີ່ກຳນົດ",
"textMarginsW": "ຂອບຊ້າຍ ແລະ ຂວາແມ່ນກວ້າງເກີນໄປສຳລັບຄວາມກວ້າງຂອງໜ້າເວັບ",
"textNo": "ບໍ່",
"textNoCharacters": "ບໍ່ມີຕົວອັກສອນພິມ",
"textNoTextFound": "ບໍ່ພົບເນື້ອຫາ",
"textOk": "ຕົກລົງ",
"textOpenFile": "ໃສ່ລະຫັດຜ່ານເພື່ອເປີດໄຟລ໌",
"textOrientation": "ການຈັດວາງ",
"textOwner": "ເຈົ້າຂອງ",
"textPages": "ໜ້າ",
"textPageSize": "ຂະໜາດໜ້າ",
"textParagraphs": "ວັກ",
"textPoint": "ຈຸດ",
"textPortrait": "ລວງຕັ້ງ",
@ -607,60 +621,46 @@
"textUnitOfMeasurement": "ຫົວຫນ່ວຍວັດແທກ",
"textUploaded": "ອັບໂຫລດສຳເລັດ",
"textWords": "ຕົວໜັງສື",
"textYes": "ແມ່ນແລ້ວ",
"txtDownloadTxt": "ດາວໂຫລດ TXT",
"txtIncorrectPwd": "ລະຫັດຜ່ານບໍ່ຖືກຕ້ອງ",
"txtOk": "ຕົກລົງ",
"txtProtected": "ເມື່ອທ່ານໃສ່ລະຫັດຜ່ານ ແລະ ເປີດໄຟລ໌, ລະຫັດຜ່ານປະຈຸບັນຈະຖືກຕັ້ງໃຫມ່",
"txtScheme1": "ຫ້ອງການ",
"txtScheme10": "ເສັ້ນແບ່ງກາງ",
"txtScheme11": "ລົດໄຟຟ້າ",
"txtScheme12": "ໂມດູນ",
"txtScheme13": "ອຸດົມສົມບູນ",
"txtScheme14": "ໂອຣິເອລ",
"txtScheme15": "ແຕ່ເດີມ",
"txtScheme16": "ເຈ້ຍ",
"txtScheme17": "ເສັ້ນໝູນອ້ອມດວງຕາເວັນ",
"txtScheme18": "ເຕັກນິກ",
"txtScheme19": "ຍ່າງ",
"txtScheme2": "ໂທນສີເທົາ",
"txtScheme20": "ໃນເມືອງ",
"txtScheme21": "Verve",
"txtScheme22": "ຫ້ອງການໃໝ່",
"txtScheme3": "ເອເພັກສ",
"txtScheme4": "ມຸມມອງ",
"txtScheme5": "ພົນລະເມືອງ",
"txtScheme6": "ເປັນກຸ່ມ",
"txtScheme7": "ຄວາມເທົ່າທຽມກັນ",
"txtScheme8": "ຂະບວນການ",
"txtScheme9": "ໂຮງຫລໍ່",
"textChooseEncoding": "Choose Encoding",
"textDisableAllMacrosWithNotification": "Disable all macros with notification",
"textDisableAllMacrosWithoutNotification": "Disable all macros without notification",
"textDownloadAs": "Download As",
"textDownloadRtf": "If you continue saving in this format some of the formatting might be lost. Are you sure you want to continue?",
"textDownloadTxt": "If you continue saving in this format all features except the text will be lost. Are you sure you want to continue?",
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
"textFindAndReplaceAll": "Find and Replace All",
"textInch": "Inch",
"textMarginsW": "Left and right margins are too wide for a given page width",
"textOpenFile": "Enter a password to open the file",
"textPages": "Pages",
"txtDownloadTxt": "Download TXT",
"txtIncorrectPwd": "Password is incorrect",
"txtProtected": "Once you enter the password and open the file, the current password will be reset",
"txtScheme13": "Opulent",
"txtScheme14": "Oriel",
"txtScheme19": "Trek",
"txtScheme21": "Verve",
"txtScheme22": "New Office",
"txtScheme5": "Civic",
"textFeedback": "Feedback & Support",
"textNavigation": "Navigation",
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"txtScheme6": "Concourse",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version"
},
"Toolbar": {
"dlgLeaveMsgText": "ທ່ານມີການປ່ຽນແປງທີ່ຍັງບໍ່ໄດ້ບັນທຶກໄວ້. ຄລິກທີ່ 'ຢູ່ໃນໜ້ານີ້' ເພື່ອລໍຖ້າການບັນທຶກອັດຕະໂນມັດ. ຄລິກ 'ອອກຈາກໜ້ານີ້' ເພື່ອຍົກເລີກການປ່ຽນແປງທີ່ບໍ່ໄດ້ບັນທຶກໄວ້ທັງໝົດ.",
"dlgLeaveTitleText": "ທ່ານໄດ້ອອກຈາກໜ້າຄໍາຮ້ອງສະຫມັກ",
"leaveButtonText": "ອອກຈາກໜ້ານີ້",
"stayButtonText": "ຢູ່ໃນໜ້ານີ້",
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"dlgLeaveTitleText": "You leave the application"
"stayButtonText": "ຢູ່ໃນໜ້ານີ້"
}
}

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "U heeft nog niet opgeslagen wijzigingen. Klik op 'Blijf op deze pagina' om te wachten op automatisch opslaan. Klik op 'Verlaat deze pagina' om alle niet-opgeslagen wijzigingen te verwijderen.",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "Você tem mudanças não salvas. Clique em 'Ficar nesta página' para esperar pela auto-salvar. Clique em 'Sair desta página' para descartar todas as mudanças não salvas.",

View file

@ -572,6 +572,7 @@
"textEnableAll": "Se activează toate",
"textEnableAllMacrosWithoutNotification": "Se activează toate macrocomenzile cu notificare ",
"textEncoding": "Codificare",
"textFastWV": "Vizualizare rapidă web",
"textFind": "Găsire",
"textFindAndReplace": "Găsire și înlocuire",
"textFindAndReplaceAll": "Găsire și înlocuire totală",
@ -590,6 +591,7 @@
"textMargins": "Margini",
"textMarginsH": "Marginile sus și jos sunt prea ridicate pentru această pagină",
"textMarginsW": "Marginile stânga și dreapta sunt prea late pentru această pagină",
"textNo": "Nu",
"textNoCharacters": "Caractere neimprimate",
"textNoTextFound": "Textul nu a fost găsit",
"textOk": "OK",
@ -597,7 +599,10 @@
"textOrientation": "Orientare",
"textOwner": "Proprietar",
"textPages": "Pagini",
"textPageSize": "Dimensiune pagină",
"textParagraphs": "Paragrafe",
"textPdfTagged": "PDF etichetat",
"textPdfVer": "Versiune a PDF",
"textPoint": "Punct",
"textPortrait": "Portret",
"textPrint": "Imprimare",
@ -619,6 +624,7 @@
"textUnitOfMeasurement": "Unitate de măsură ",
"textUploaded": "S-a încărcat",
"textWords": "Cuvinte",
"textYes": "Da",
"txtDownloadTxt": "Încărcare TXT",
"txtIncorrectPwd": "Parolă incorectă",
"txtOk": "OK",
@ -644,18 +650,12 @@
"txtScheme6": "Concurență",
"txtScheme7": "Echilibru",
"txtScheme8": "Flux",
"txtScheme9": "Forjă",
"textFeedback": "Feedback & Support",
"textNavigation": "Navigation",
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"txtScheme9": "Forjă"
},
"Toolbar": {
"dlgLeaveMsgText": "Nu ați salvat modificările din documentul. Faceți clic pe Rămâi în pagină și așteptați la salvare automată. Faceți clic pe Părăsește aceasta pagina ca să renunțați la toate modificările nesalvate.",

View file

@ -572,6 +572,7 @@
"textEnableAll": "Включить все",
"textEnableAllMacrosWithoutNotification": "Включить все макросы без уведомления",
"textEncoding": "Кодировка",
"textFastWV": "Быстрый веб-просмотр",
"textFind": "Поиск",
"textFindAndReplace": "Поиск и замена",
"textFindAndReplaceAll": "Найти и заменить все",
@ -590,6 +591,7 @@
"textMargins": "Поля",
"textMarginsH": "Верхнее и нижнее поля слишком высокие для заданной высоты страницы",
"textMarginsW": "Левое и правое поля слишком широкие для заданной ширины страницы",
"textNo": "Нет",
"textNoCharacters": "Непечатаемые символы",
"textNoTextFound": "Текст не найден",
"textOk": "Ok",
@ -597,7 +599,10 @@
"textOrientation": "Ориентация",
"textOwner": "Владелец",
"textPages": "Страницы",
"textPageSize": "Размер страницы",
"textParagraphs": "Абзацы",
"textPdfTagged": "PDF с тегами",
"textPdfVer": "Версия PDF",
"textPoint": "Пункт",
"textPortrait": "Книжная",
"textPrint": "Печать",
@ -619,6 +624,7 @@
"textUnitOfMeasurement": "Единица измерения",
"textUploaded": "Загружен",
"textWords": "Слова",
"textYes": "Да",
"txtDownloadTxt": "Скачать TXT",
"txtIncorrectPwd": "Неверный пароль",
"txtOk": "Ok",
@ -644,18 +650,12 @@
"txtScheme6": "Открытая",
"txtScheme7": "Справедливость",
"txtScheme8": "Поток",
"txtScheme9": "Литейная",
"textFeedback": "Feedback & Support",
"textNavigation": "Navigation",
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"txtScheme9": "Литейная"
},
"Toolbar": {
"dlgLeaveMsgText": "В документе есть несохраненные изменения. Нажмите 'Остаться на странице', чтобы дождаться автосохранения. Нажмите 'Уйти со страницы', чтобы сбросить все несохраненные изменения.",

View file

@ -650,12 +650,12 @@
"txtScheme7": "Spravodlivosť",
"txtScheme8": "Tok",
"txtScheme9": "Zlieváreň",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "Máte neuložené zmeny. Kliknite na „Zostať na tejto stránke“ a počkajte na automatické uloženie. Kliknutím na „Opustiť túto stránku“ zahodíte všetky neuložené zmeny.",

View file

@ -643,19 +643,19 @@
"txtScheme7": "Net Değer",
"txtScheme8": "Yayılma",
"txtScheme9": "Döküm",
"txtScheme14": "Oriel",
"txtScheme19": "Trek",
"textFeedback": "Feedback & Support",
"textNavigation": "Navigation",
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes",
"textNo": "No"
"txtScheme14": "Oriel",
"txtScheme19": "Trek"
},
"Toolbar": {
"dlgLeaveMsgText": "Kaydedilmemiş değişiklikleriniz mevcut. Otomatik kaydetmeyi beklemek için 'Bu Sayfada Kal' seçeneğini tıklayın. Kaydedilmemiş tüm değişiklikleri atmak için 'Bu Sayfadan Ayrıl'ı tıklayın.",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "У документі є незбережені зміни. Натисніть 'Залишитись на сторінці', щоб дочекатися автозбереження. Натисніть 'Піти зі сторінки', щоб скинути всі незбережені зміни.",

View file

@ -650,12 +650,12 @@
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appeas in the table of cotents.",
"textBeginningDocument": "Beginning of document",
"textEmptyHeading": "Empty Heading",
"textPageSize": "Page Size",
"textPdfVer": "PDF Version",
"textPdfTagged": "Tagged PDF",
"textFastWV": "Fast Web View",
"textYes": "Yes",
"textNo": "No"
"textNo": "No",
"textPageSize": "Page Size",
"textPdfTagged": "Tagged PDF",
"textPdfVer": "PDF Version",
"textYes": "Yes"
},
"Toolbar": {
"dlgLeaveMsgText": "你有未保存的修改。点击“留在该页”可等待自动保存完成。点击“离开该页”将丢弃全部未经保存的修改。",

View file

@ -6,12 +6,14 @@ class EditParagraphController extends Component {
constructor (props) {
super(props);
props.storeParagraphSettings.setBackColor(undefined);
this.onStyleClick = this.onStyleClick.bind(this);
}
onStyleClick (name) {
const api = Common.EditorApi.get();
if (api) {
api.put_Style(name);
this.props.storeParagraphSettings.changeParaStyleName(name);
}
}

View file

@ -229,7 +229,11 @@ const EditParagraph = props => {
key={index}
radio
checked={curStyleName === style.name}
onClick={() => {props.onStyleClick(style.name)}}
onClick={() => {
if(curStyleName !== style.name) {
props.onStyleClick(style.name);
}
}}
>
<div slot="inner"
style={{backgroundImage: 'url(' + style.image + ')', width: thumbSize.width + 'px', height: thumbSize.height + 'px', backgroundSize: thumbSize.width + 'px ' + thumbSize.height + 'px', backgroundRepeat: 'no-repeat'}}

View file

@ -205,7 +205,7 @@ const PageStyle = props => {
onRangeChanged={(value) => {props.onBorderSize(borderSizeTransform.sizeByIndex(value))}}
></Range>
</div>
<div className='range-number' slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
<div slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
{stateTextBorderSize + ' ' + Common.Utils.Metric.getMetricName(Common.Utils.Metric.c_MetricUnits.pt)}
</div>
</ListItem>
@ -229,7 +229,7 @@ const PageStyle = props => {
onRangeChanged={(value) => {props.onOpacity(value)}}
></Range>
</div>
<div className='range-number' slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
<div slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
{stateOpacity + ' %'}
</div>
</ListItem>

View file

@ -14,6 +14,7 @@
"PE.ApplicationController.errorFilePassProtect": "ມີລະຫັດປົກປ້ອງຟາຍນີ້ຈຶ່ງບໍ່ສາມາດເປີດໄດ້",
"PE.ApplicationController.errorFileSizeExceed": "ຂະໜາດຂອງຟາຍໃຫຍ່ກວ່າທີ່ກຳນົດໄວ້ໃນລະບົບ. <br>ກະລຸນະຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລົບຂອງທ່ານ",
"PE.ApplicationController.errorForceSave": "ເກີດຂໍ້ຜິດພາດໃນລະຫວ່າງການເບັນທຶກຝາຍ. ກະລຸນາໃຊ້ຕົວເລືອກ 'ດາວໂຫລດເປັນ' ເພື່ອບັນທຶກເອກະສານໄວ້ໃນຮາດໄດຄອມພິວເຕີຂອງທ່ານຫຼືລອງໃໝ່ພາຍຫຼັງ.",
"PE.ApplicationController.errorLoadingFont": "ຟອນບໍ່ໄດ້ຖືກໂຫລດ.<br>ກະລຸນາແອດມີນຂອງທ່ານ.",
"PE.ApplicationController.errorTokenExpire": "ເຄື່ອງໝາຍຄວາມປອດໄພຂອງເອກະສານໄດ້ໝົດອາຍຸແລ້ວ. <br> ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບເອກະສານຂອງທ່ານ.",
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "ການເຊື່ອຕໍ່ອິນເຕີເນັດຫາກໍ່ກັບມາ, ແລະຟາຍເອກະສານໄດ້ມີການປ່ຽນແປງແລ້ວ. <b>ກ່ອນທີ່ທ່ານຈະດຳເນີການຕໍ່ໄປ, ທ່ານຕ້ອງໄດ້ດາວໂຫຼດຟາຍ ຫຼືສຳເນົາເນື້ອຫາ ເພື່ອປ້ອງການການສູນເສຍ, ແລະກໍ່ທຳການໂຫຼດໜ້າຄືນອີກຄັ້ງ.",
"PE.ApplicationController.errorUserDrop": "ບໍ່ສາມາດເຂົ້າເຖິງຟາຍໄດ້",

View file

@ -475,9 +475,12 @@ define([
this._state.TriggerValue = this.AnimationProperties.asc_getTriggerObjectClick();
}
this.setTriggerList();
} else {
this._state.Effect = this._state.EffectGroup = this._state.EffectOption = undefined;
if (this.view && this.view.listEffects)
this.view.listEffects.fieldPicker.deselectAll();
}
this.setLocked();
},
setTriggerList: function (){

View file

@ -349,6 +349,7 @@
"Common.Views.Comments.textResolved": "Resolt",
"Common.Views.Comments.textSort": "Ordena els comentaris",
"Common.Views.Comments.textViewResolved": "No teniu permís per tornar a obrir el comentari",
"Common.Views.Comments.txtEmpty": "No hi ha cap comentari al document",
"Common.Views.CopyWarningDialog.textDontShow": "No tornis a mostrar aquest missatge",
"Common.Views.CopyWarningDialog.textMsg": "Les accions de copiar, tallar i enganxar mitjançant els botons de la barra deines de leditor i les accions del menú contextual només es realitzaran dins daquesta pestanya editor.<br><br>Per copiar o enganxar a o des daplicacions fora de la pestanya de l'editor, utilitzeu les combinacions de teclat següents:",
"Common.Views.CopyWarningDialog.textTitle": "Accions de copiar, tallar i enganxar ",

View file

@ -350,6 +350,7 @@
"Common.Views.Comments.textResolved": "Resolved",
"Common.Views.Comments.textSort": "Sort comments",
"Common.Views.Comments.textViewResolved": "You have no permission to reopen the comment",
"Common.Views.Comments.txtEmpty": "There are no comments in the document.",
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",
"Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions",

View file

@ -349,6 +349,7 @@
"Common.Views.Comments.textResolved": "Resuelto",
"Common.Views.Comments.textSort": "Ordenar comentarios",
"Common.Views.Comments.textViewResolved": "No tiene permiso para volver a abrir el documento",
"Common.Views.Comments.txtEmpty": "Sin comentarios en el documento",
"Common.Views.CopyWarningDialog.textDontShow": "No volver a mostrar este mensaje",
"Common.Views.CopyWarningDialog.textMsg": "Se puede realizar las acciones de copiar, cortar y pegar usando los botones en la barra de herramientas y el menú contextual sólo en esta pestaña del editor.<br><br>Si quiere copiar o pegar algo fuera de esta pestaña, usa las combinaciones de teclas siguientes:",
"Common.Views.CopyWarningDialog.textTitle": "Funciones de Copiar, Cortar y Pegar",

View file

@ -47,44 +47,173 @@
"Common.define.chartData.textScatterSmoothMarker": "ກະຈາຍດ້ວຍເສັ້ນລຽບ",
"Common.define.chartData.textStock": "ບ່ອນເກັບສິນຄ້າ",
"Common.define.chartData.textSurface": "ດ້ານໜ້າ",
"Common.define.effectData.textAppear": "ຮູບແບບການສະແດງ",
"Common.define.effectData.textArcDown": "ໂຄ້ງລົງ",
"Common.define.effectData.textArcLeft": "ໂຄ້ງຊ້າຍ",
"Common.define.effectData.textArcRight": "ໂຄ້ງຂວາ",
"Common.define.effectData.textArcUp": "ໂຄ້ງຂຶ້ນ",
"Common.define.effectData.textBasic": "ພື້ນຖານ",
"Common.define.effectData.textBasicSwivel": "ການໝູນພື້ນຖານ",
"Common.define.effectData.textBasicZoom": "ຂະຫຍາຍພື້ນຖານ",
"Common.define.effectData.textBean": "ແບບໝາກຖົ່ວ",
"Common.define.effectData.textBlinds": "ສັງເກດຍາກ",
"Common.define.effectData.textBlink": "ສັງເກດຍາກ",
"Common.define.effectData.textBoldFlash": "ແບບໂຕກະພິບ",
"Common.define.effectData.textBoldReveal": "ເປີດແບບໂຕໜາ",
"Common.define.effectData.textBoomerang": "ບູມມະແລງ",
"Common.define.effectData.textBounce": "ຕີກັບ",
"Common.define.effectData.textBounceLeft": "ເດັ້ງໄປຊ້າຍ",
"Common.define.effectData.textBounceRight": "ເດັ້ງໄປຂົວ",
"Common.define.effectData.textBox": "ກ່ອງ",
"Common.define.effectData.textBrushColor": "ສີແປງ",
"Common.define.effectData.textCenterRevolve": "ສູນກ່າງການໝູນ",
"Common.define.effectData.textCheckerboard": "ກະດານກວດກາ",
"Common.define.effectData.textCircle": "ວົງ",
"Common.define.effectData.textCollapse": "ພັງທະລາຍ",
"Common.define.effectData.textColorPulse": "ສີກຳມະຈອນ",
"Common.define.effectData.textCompress": "ບີບອັດ",
"Common.define.effectData.textContrast": "ຄວາມຄົມຊັດ",
"Common.define.effectData.textContrastingColor": "ສີຕັດກັນ",
"Common.define.effectData.textCredits": "ເຊື່ອຖື",
"Common.define.effectData.textCrescentMoon": "ວົງເດືອນ",
"Common.define.effectData.textCurveDown": "ໂຄ້ງລົງ",
"Common.define.effectData.textCurvedSquare": "ສີ່ຫຼ່ຽມໂຄ້ງ",
"Common.define.effectData.textCurvedX": "ໂຄ້ງ X",
"Common.define.effectData.textCurvyLeft": "ໂຄ້ງຊ້າຍ",
"Common.define.effectData.textCurvyRight": "ໂຄ້ງຂວາ",
"Common.define.effectData.textCurvyStar": "ໂຄ້ງ 5 ຫລຽມ",
"Common.define.effectData.textCustomPath": "ກໍາຫນົດເສັ້ນທາງເອງ",
"Common.define.effectData.textCuverUp": "ໂຄ້ງຂຶ້ນ",
"Common.define.effectData.textDarken": "ມືດ",
"Common.define.effectData.textDecayingWave": "ຮູບແບບສະຫຼາຍ",
"Common.define.effectData.textDesaturate": "ປັບແສງ",
"Common.define.effectData.textDiagonalDownRight": "ເສັ້ນຂວາງລົງຂວາ",
"Common.define.effectData.textDiagonalUpRight": "ເສັ້ນຂວາງຂຶ້ນຂວາ",
"Common.define.effectData.textDiamond": "ເພັດ",
"Common.define.effectData.textDisappear": "ຫາຍໄປ",
"Common.define.effectData.textDissolveIn": "ແບບລະລາຍຈາກພາຍໃນ",
"Common.define.effectData.textDissolveOut": "ແບບລະລາຍຈາກພາຍນອກ",
"Common.define.effectData.textDown": "ລົງລຸ່ມ",
"Common.define.effectData.textDrop": "ລຸດລົງ",
"Common.define.effectData.textEmphasis": "ຜົນກະທົບທີ່ສຳຄັນ",
"Common.define.effectData.textEntrance": "ທາງເຂົ້າມີຜົນກະທົບ",
"Common.define.effectData.textEqualTriangle": "ສາມຫຼ່ຽມ",
"Common.define.effectData.textExciting": "ຕື່ນເຕັ້ນ",
"Common.define.effectData.textExit": "ອອກຈາກຜົນກະທົບ",
"Common.define.effectData.textExpand": "ຂະຫຍາຍສ່ວນ",
"Common.define.effectData.textFade": "ຈ່າງລົງ",
"Common.define.effectData.textFigureFour": "ຮູບ 8 ສີ່",
"Common.define.effectData.textFillColor": "ຕື່ມສີ",
"Common.define.effectData.textFlip": "ປີ້ນ",
"Common.define.effectData.textFloat": "ລອຍ",
"Common.define.effectData.textFloatDown": "ເລື່ອນລົງ",
"Common.define.effectData.textFloatIn": "ເລື່ອນເຂົ້າ",
"Common.define.effectData.textFloatOut": "ເລື່ອນອອກ",
"Common.define.effectData.textFloatUp": "ເລື່ອນຂຶ້ນ",
"Common.define.effectData.textFlyIn": "ບິນເຂົ້າ",
"Common.define.effectData.textFlyOut": "ບິນອອກ",
"Common.define.effectData.textFontColor": "ສີຂອງຕົວອັກສອນ",
"Common.define.effectData.textFootball": "ເຕະບານ",
"Common.define.effectData.textFromBottom": "ຈາກລຸ່ມ",
"Common.define.effectData.textFromBottomLeft": "ຈາກ ລຸ່ມ-ຊ້າຍ",
"Common.define.effectData.textFromBottomRight": "ຈາກ ລຸ່ມ-ຂວາ",
"Common.define.effectData.textFromTop": "ຈາກດ້ານເທິງ",
"Common.define.effectData.textFunnel": "ຊ່ອງທາງ",
"Common.define.effectData.textGrowShrink": "ຂະຫຍາຍຕົວ/ຫຍໍ້ລົງ",
"Common.define.effectData.textGrowTurn": "ຂະຫຍາຍຕົວ ແລະ ປິ່ນ",
"Common.define.effectData.textGrowWithColor": "ຂະຫຍາຍຕົວດ້ວຍສີ",
"Common.define.effectData.textHeart": "ຫົວໃຈ",
"Common.define.effectData.textHeartbeat": "ຫົວໃຈເຕັ້ນ",
"Common.define.effectData.textHexagon": "ຮູບຫົກຫຼ່ຽມ",
"Common.define.effectData.textHorizontal": "ແນວນອນ",
"Common.define.effectData.textHorizontalFigure": "ແນວນອນ ຮູບທີ8",
"Common.define.effectData.textHorizontalIn": "ລວງນອນທາງໃນ",
"Common.define.effectData.textHorizontalOut": "ລວງນອນທາງນອກ",
"Common.define.effectData.textIn": "ຂ້າງໃນ",
"Common.define.effectData.textInFromScreenCenter": "ຈາກສູນໜ້າຈໍ",
"Common.define.effectData.textInSlightly": "ເຂົ້າໃນເລັກນ້ອຍ",
"Common.define.effectData.textInvertedSquare": "ປີ້ນຮູບສີ່ຫຼ່ຽມ",
"Common.define.effectData.textInvertedTriangle": "ປີ້ນຮູບສາມຫຼ່ຽມ",
"Common.define.effectData.textLeft": "ຊ້າຍ",
"Common.define.effectData.textLeftDown": "ລົງຊ້າຍ",
"Common.define.effectData.textLeftUp": "ຂຶ້ນຊ້າຍ",
"Common.define.effectData.textLighten": "ສີອ່ອນ",
"Common.define.effectData.textLineColor": "ສີເສັ້ນ",
"Common.define.effectData.textLines": " ເສັ້ນ",
"Common.define.effectData.textLinesCurves": "ເສັ້ນໂຄ້ງ",
"Common.define.effectData.textLoopDeLoop": "ເຮັດຊ້ຳໆ",
"Common.define.effectData.textModerate": "ປານກາງ",
"Common.define.effectData.textNeutron": "ນິວຕຣອນ",
"Common.define.effectData.textObjectCenter": "ຮູບແບບວັດຖຸ",
"Common.define.effectData.textObjectColor": "ສີວັດຖຸ",
"Common.define.effectData.textOctagon": "ແປດຫລ່ຽມ",
"Common.define.effectData.textOut": "ອອກ",
"Common.define.effectData.textOutFromScreenBottom": "ອອກຈາກລຸ່ມຈໍ",
"Common.define.effectData.textOutSlightly": "ອອກເລັກນ້ອຍ",
"Common.define.effectData.textParallelogram": "ສີ່ຫລ່ຽມຂະໜານ,",
"Common.define.effectData.textPath": "ເສັ້ນທາງການເຄື່ອນໄຫວ",
"Common.define.effectData.textPeanut": "ຖົ່ວ",
"Common.define.effectData.textPeekIn": "ແນມເບິ່ງ",
"Common.define.effectData.textPeekOut": "ແນມອອກໄປ",
"Common.define.effectData.textPentagon": "ຮູບຫ້າຫລ່ຽມ",
"Common.define.effectData.textPlus": "ບວກ",
"Common.define.effectData.textPulse": "ຖົ່ວ",
"Common.define.effectData.textRandomBars": "ບາແບບສຸ່ມ",
"Common.define.effectData.textRight": "ຂວາ",
"Common.define.effectData.textRightDown": "ລົງຂວາ",
"Common.define.effectData.textRightTriangle": "ສາມຫລ່ຽມຂວາ",
"Common.define.effectData.textRightUp": "ຂື້ນຂວາ",
"Common.define.effectData.textRiseUp": "ລຸກຂື້ນ",
"Common.define.effectData.textSCurve1": "S Curve 1",
"Common.define.effectData.textSCurve2": "S Curve 2",
"Common.define.effectData.textShape": "ຮູບຮ່າງ",
"Common.define.effectData.textShapes": "ຮູບຮ່າງ",
"Common.define.effectData.textShimmer": "ເງົາ",
"Common.define.effectData.textShrinkTurn": "ຫົດເຂົ້າ ແລະ ປີ້ນ",
"Common.define.effectData.textSineWave": "ຮູບແບບຄືນແສງ",
"Common.define.effectData.textSinkDown": "ຮູບແບບຈາງລົງ",
"Common.define.effectData.textSlideCenter": "ຮູບແບບສູນສະໄລ້",
"Common.define.effectData.textSpecial": "ພິເສດ",
"Common.define.effectData.textSpin": "ໝຸນ",
"Common.define.effectData.textSpinner": "ເຄື່ອງໝຸນ",
"Common.define.effectData.textSpiralIn": "ກ້ຽວໃນ",
"Common.define.effectData.textSpiralLeft": "ກ້ຽວຊ້າຍ",
"Common.define.effectData.textSpiralOut": "ກ້ຽວອອກ",
"Common.define.effectData.textSpiralRight": "ກ້ຽວຂວາ",
"Common.define.effectData.textSplit": "ແບ່ງເປັນ",
"Common.define.effectData.textSpring": "ດີດ",
"Common.define.effectData.textSquare": "ສີ່ຫຼ່ຽມ",
"Common.define.effectData.textStairsDown": "ຮູບແບບຂັນໃດ",
"Common.define.effectData.textStretch": "ຢຶດ",
"Common.define.effectData.textStrips": "ແຖບ",
"Common.define.effectData.textSubtle": "ລະອຽດອ່ອນ",
"Common.define.effectData.textSwivel": "ໝູນ",
"Common.define.effectData.textSwoosh": "ອະລັງການ",
"Common.define.effectData.textTeardrop": "ເຄື່ອງໝາຍຢອດ",
"Common.define.effectData.textTeeter": "ສ່າຍໄປມາ",
"Common.define.effectData.textToBottom": "ຮອດລຸ່ມ",
"Common.define.effectData.textToBottomLeft": "ໄປ ທາງລຸ່ມ-ຊ້າຍ",
"Common.define.effectData.textToBottomRight": "ໄປ ທາງລຸ່ມ-ຂວາ",
"Common.define.effectData.textToLeft": "ໄປຊ້າຍ",
"Common.define.effectData.textToTopRight": "ໄປທາງຂວາເທິງ",
"Common.define.effectData.textTransparency": "ຄວາມໂປ່ງໃສ",
"Common.define.effectData.textTrapezoid": "ສີ່ຫລ່ຽມຄາງຫມູ",
"Common.define.effectData.textTurnDown": "ປິດລົງ",
"Common.define.effectData.textTurnDownRight": "ລ້ຽວລົງຂວາ",
"Common.define.effectData.textTurnUp": "ຫັນຂຶ້ນ",
"Common.define.effectData.textTurnUpRight": "ລ້ຽວຂື້ນຂວາ",
"Common.define.effectData.textUnderline": "ີຂີດກ້ອງ",
"Common.define.effectData.textUp": "ຂຶ້ນ",
"Common.define.effectData.textVertical": "ລວງຕັ້ງ",
"Common.define.effectData.textVerticalFigure": "ຮູບແນວຕັ້ງ 8",
"Common.define.effectData.textVerticalIn": "ລວງຕັ້ງດ້ານໃນ",
"Common.define.effectData.textVerticalOut": "ລວງຕັ້ງງດ້ານນອກ",
"Common.define.effectData.textWave": "ຄື້ນ",
"Common.define.effectData.textWedge": "ລີ່ມ",
"Common.define.effectData.textWheel": "ລໍ້",
"Common.define.effectData.textWhip": "ສັ່ງການດ້ວຍສຽງ",
"Common.define.effectData.textWipe": "ເຊັດ",
"Common.define.effectData.textZigzag": "Zigzag",
"Common.define.effectData.textZoom": "ຂະຫຍາຍ ເຂົ້າ-ອອກ",
"Common.Translation.warnFileLocked": "ແຟ້ມ ກຳ ລັງຖືກດັດແກ້ຢູ່ໃນແອັບ ອື່ນ. ທ່ານສາມາດສືບຕໍ່ດັດແກ້ແລະບັນທຶກເປັນ ສຳ ເນົາ",
"Common.Translation.warnFileLockedBtnEdit": "ສ້າງສຳເນົາ",
@ -100,6 +229,8 @@
"Common.UI.ExtendedColorDialog.textNew": "ໃຫມ່",
"Common.UI.ExtendedColorDialog.textRGBErr": "ຄ່າທີ່ປ້ອນເຂົ້າບໍ່ຖືກຕ້ອງ. <br> ກະລຸນາໃສ່ຄ່າຕົວເລກລະຫວ່າງ 0 ເຖິງ 255.",
"Common.UI.HSBColorPicker.textNoColor": "ບໍ່ມີສີ",
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "ເຊື່ອງລະຫັດຜ່ານ",
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "ສະແດງລະຫັດຜ່ານ",
"Common.UI.SearchDialog.textHighlight": "ໄຮໄລ້ ຜົນ",
"Common.UI.SearchDialog.textMatchCase": "ກໍລະນີທີ່ສຳຄັນ",
"Common.UI.SearchDialog.textReplaceDef": "ກະລຸນາໃສ່ຕົວ ໜັງ ສືທົດແທນເນື້ອຫາ",
@ -143,6 +274,8 @@
"Common.Views.AutoCorrectDialog.textBulleted": "ລາຍການຫົວຂໍ້ອັດຕະໂນມັດ",
"Common.Views.AutoCorrectDialog.textBy": "ໂດຍ",
"Common.Views.AutoCorrectDialog.textDelete": "ລົບ",
"Common.Views.AutoCorrectDialog.textDoubleSpaces": "ເພີ່ມໄລຍະຊ່ອງຫວ່າງສອງເທົ່າ",
"Common.Views.AutoCorrectDialog.textFLCells": "ໃຊ້ໂຕພິມໃຫຍ່ໂຕທຳອິດຂອງຕາລາງຕາຕະລາງ",
"Common.Views.AutoCorrectDialog.textFLSentence": "ໃຊ້ຕົວອັກສອນທຳອິດເປັນຕົວພິມໃຫຍ່",
"Common.Views.AutoCorrectDialog.textHyperlink": "ອິນເຕີນັດ ແລະ ເຄື່ອຂ່າຍແບບຫຼາຍຊ່ອງທາງ",
"Common.Views.AutoCorrectDialog.textHyphens": "ເຄື່ອງໝາຍຂີດເສັ້ນ (--) ເຄື່ອງໝາຍຂີດປະ",
@ -164,6 +297,13 @@
"Common.Views.AutoCorrectDialog.warnReset": "ທຸກໆການແກ້ໄຂອັດຕະໂນມັດທີ່ທ່ານເພີ່ມຈະຖືກລຶບອອກແລະສິ່ງທີ່ຖືກປ່ຽນແປງຈະຖືກ ນຳ ກັບມາໃຊ້ແບບເດີມ. ທ່ານຕ້ອງການ ດຳ ເນີນການຕໍ່ບໍ?",
"Common.Views.AutoCorrectDialog.warnRestore": "ການປ້ອນຂໍ້ມູນທີ່ຖືກຕ້ອງ ສຳ ລັບ% 1 ຈະຖືກຕັ້ງຄ່າໃຫ້ກັບຄ່າເດີມ. ທ່ານຕ້ອງການ ດຳ ເນີນການຕໍ່ບໍ?",
"Common.Views.Chat.textSend": "ສົ່ງ",
"Common.Views.Comments.mniAuthorAsc": "ລຽງ A ຫາ Z",
"Common.Views.Comments.mniAuthorDesc": "ລຽງ Z ເຖິງ A",
"Common.Views.Comments.mniDateAsc": "ເກົ່າທີ່ສຸດ",
"Common.Views.Comments.mniDateDesc": "ໃໝ່ລ່າສຸດ",
"Common.Views.Comments.mniFilterGroups": "ກັ່ນຕອງຕາມກຸ່ມ",
"Common.Views.Comments.mniPositionAsc": "ຈາກດ້ານເທິງ",
"Common.Views.Comments.mniPositionDesc": "ຈາກລຸ່ມ",
"Common.Views.Comments.textAdd": "ເພີ່ມ",
"Common.Views.Comments.textAddComment": "ເພີ່ມຄວາມຄິດເຫັນ",
"Common.Views.Comments.textAddCommentToDoc": "ເພີ່ມຄວາມຄິດເຫັນໃນເອກະສານ",
@ -172,6 +312,7 @@
"Common.Views.Comments.textAnonym": " ແຂກ",
"Common.Views.Comments.textCancel": "ຍົກເລີກ",
"Common.Views.Comments.textClose": "ອອກຈາກ",
"Common.Views.Comments.textClosePanel": "ປິດຄຳເຫັນ",
"Common.Views.Comments.textComments": "ຄໍາເຫັນ",
"Common.Views.Comments.textEdit": "ຕົກລົງ",
"Common.Views.Comments.textEnterCommentHint": "ໃສ່ຄຳເຫັນຂອງທ່ານທີ່ນີ້",
@ -180,6 +321,8 @@
"Common.Views.Comments.textReply": "ຕອບ",
"Common.Views.Comments.textResolve": "ແກ້ໄຂ",
"Common.Views.Comments.textResolved": "ແກ້ໄຂແລ້ວ",
"Common.Views.Comments.textSort": "ຈັດຮຽງຄຳເຫັນ",
"Common.Views.Comments.textViewResolved": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ເປີດຄໍາຄິດເຫັນຄືນ",
"Common.Views.CopyWarningDialog.textDontShow": "ຢ່າສະແດງຂໍ້ຄວາມນີ້ອີກ",
"Common.Views.CopyWarningDialog.textMsg": "ດຳເນີນການ ສຳເນົາ,ຕັດ ແລະ ວາງ",
"Common.Views.CopyWarningDialog.textTitle": "ປະຕິບັດການ ສໍາເນົາ, ຕັດ ແລະ ວາງ",
@ -223,6 +366,7 @@
"Common.Views.History.textRestore": "ກູ້ຄືນ",
"Common.Views.History.textShow": "ຂະຫຍາຍສ່ວນ",
"Common.Views.History.textShowAll": "ສະແດງການປ່ຽນແປງໂດຍລະອຽດ",
"Common.Views.History.textVer": "ver.",
"Common.Views.ImageFromUrlDialog.textUrl": "ວາງ URL ຂອງຮູບພາບ:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "ຕ້ອງມີດ້ານນີ້",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນ \"http://www.example.com\"",
@ -343,6 +487,7 @@
"Common.Views.ReviewPopover.textOpenAgain": "ເປີດໃໝ່ອີກຄັ້ງ",
"Common.Views.ReviewPopover.textReply": "ຕອບກັບ",
"Common.Views.ReviewPopover.textResolve": "ແກ້ໄຂ",
"Common.Views.ReviewPopover.textViewResolved": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ເປີດຄໍາຄິດເຫັນຄືນ",
"Common.Views.ReviewPopover.txtDeleteTip": "ລົບ",
"Common.Views.ReviewPopover.txtEditTip": "ແກ້ໄຂ",
"Common.Views.SaveAsDlg.textLoading": "ກຳລັງໂຫລດ",
@ -437,6 +582,7 @@
"PE.Controllers.Main.errorForceSave": "ເກີດຂໍ້ຜິດພາດໃນລະຫວ່າງການເບັນທຶກຝາຍ. ກະລຸນາໃຊ້ຕົວເລືອກ 'ດາວໂຫລດເປັນ' ເພື່ອບັນທຶກເອກະສານໄວ້ໃນຮາດໄດຄອມພິວເຕີຂອງທ່ານຫຼືລອງ ໃໝ່ ພາຍຫຼັງ.",
"PE.Controllers.Main.errorKeyEncrypt": "ບໍ່ຮູ້ຕົວບັນຍາຍຫຼັກ",
"PE.Controllers.Main.errorKeyExpire": "ລະຫັດໝົດອາຍຸ",
"PE.Controllers.Main.errorLoadingFont": "ຟອນບໍ່ໄດ້ຖືກໂຫລດ.<br>ກະລຸນາແອດມີນຂອງທ່ານ.",
"PE.Controllers.Main.errorProcessSaveResult": "ບັນທຶກບຊ່ສຳເລັດ",
"PE.Controllers.Main.errorServerVersion": "ສະບັບດັດແກ້ໄດ້ຖືກປັບປຸງແລ້ວ. ໜ້າເວັບຈະຖືກໂຫລດຄືນເພື່ອນຳໃຊ້ການປ່ຽນແປງ.",
"PE.Controllers.Main.errorSessionAbsolute": "ໝົດເວລາການແກ້ໄຂເອກະສານ ກະລຸນາໂຫລດໜ້ານີ້ຄືນໃໝ່",
@ -491,6 +637,7 @@
"PE.Controllers.Main.textContactUs": "ຕິດຕໍ່ຜູ້ຂາຍ",
"PE.Controllers.Main.textConvertEquation": "ສົມຜົນນີ້ໄດ້ຖືກສ້າງຂື້ນມາກັບບັນນາທິການສົມຜົນລຸ້ນເກົ່າເຊິ່ງບໍ່ໄດ້ຮັບການສະ ໜັບ ສະ ໜູນ ອີກຕໍ່ໄປ ເພື່ອດັດແກ້ມັນ, ປ່ຽນສົມຜົນໃຫ້ເປັນຮູບແບບ Office Math ML. <br> ປ່ຽນດຽວນີ້ບໍ?",
"PE.Controllers.Main.textCustomLoader": "ກະລຸນາຮັບຊາບວ່າ ອີງຕາມຂໍ້ ກຳນົດຂອງໃບອະນຸຍາດ ທ່ານບໍ່ມີສິດທີ່ຈະປ່ຽນແປງ ການບັນຈຸ. <br> ກະລຸນາຕິດຕໍ່ຝ່າຍຂາຍຂອງພວກເຮົາເພື່ອຂໍໃບສະເໜີ.",
"PE.Controllers.Main.textDisconnect": "ຂາດການເຊື່ອມຕໍ່",
"PE.Controllers.Main.textGuest": "ບຸກຄົນທົ່ວໄປ",
"PE.Controllers.Main.textHasMacros": "ເອກະສານບັນຈຸ ມາກໂຄ <br> ແບບອັດຕະໂນມັດ, ທ່ານຍັງຕ້ອງການດໍາເນີນງານ ມາກໂຄ ບໍ ",
"PE.Controllers.Main.textLearnMore": "ຮຽນຮູ້ເພີ່ມຕື່ມ",
@ -498,6 +645,7 @@
"PE.Controllers.Main.textLongName": "ໃສ່ຊື່ທີ່ມີຄວາມຍາວໜ້ອຍກວ່າ 128 ຕົວອັກສອນ.",
"PE.Controllers.Main.textNoLicenseTitle": "ຈຳກັດການເຂົ້າເຖິງໃບອະນຸຍາດ",
"PE.Controllers.Main.textPaidFeature": "ຄວາມສາມາດ ທີຕ້ອງຊື້ເພີ່ມ",
"PE.Controllers.Main.textReconnect": "ການເຊື່ອມຕໍ່ຖືກກູ້ຄືນມາ",
"PE.Controllers.Main.textRemember": "ຈື່ທາງເລືອກຂອງຂ້ອຍ",
"PE.Controllers.Main.textRenameError": "ຕ້ອງບໍ່ມີຊື່ຜູ້ໃຊ້",
"PE.Controllers.Main.textRenameLabel": "ໃສ່ຊື່ສຳລັບເປັນຜູ້ປະສານງານ",
@ -765,7 +913,7 @@
"PE.Controllers.Main.unsupportedBrowserErrorText": "ບຣາວເຊີຂອງທ່ານບໍ່ສາມາດນຳໃຊ້ໄດ້.",
"PE.Controllers.Main.uploadImageExtMessage": "ບໍ່ຮູ້ສາເຫດຂໍ້ຜິພາດຮູບແບບຂອງຮູບ",
"PE.Controllers.Main.uploadImageFileCountMessage": "ບໍ່ມີຮູບພາບອັບໂຫລດ",
"PE.Controllers.Main.uploadImageSizeMessage": "ຈຳກັດຂະໜາດຮູບພາບສູງສຸດ",
"PE.Controllers.Main.uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB.",
"PE.Controllers.Main.uploadImageTextText": "ກໍາລັງອັບໂຫລດຮູບພາບ",
"PE.Controllers.Main.uploadImageTitleText": "ກໍາລັງອັບໂຫລດຮູບພາບ",
"PE.Controllers.Main.waitText": "ກະລຸນາລໍຖ້າ...",
@ -779,6 +927,7 @@
"PE.Controllers.Main.warnNoLicense": "ຈໍານວນການເຊື່ອມຕໍ່ພ້ອມກັນກັບບັນນາທິການ ແມ່ນເກີນກໍານົດ %1. ເອກະສານນີ້ສາມາດເປີດເບິ່ງເທົ່ານັ້ນ. <br>ຕິດຕໍ່ ທີມຂາຍ %1 ສຳລັບຂໍ້ກຳນົດການຍົກລະດັບສິດ",
"PE.Controllers.Main.warnNoLicenseUsers": "ຈໍານວນການເຊື່ອມຕໍ່ພ້ອມກັນກັບບັນນາທິການ ແມ່ນເກີນກໍານົດ % 1. ຕິດຕໍ່ ທີມຂາຍ %1 ສຳລັບຂໍ້ກຳນົດການຍົກລະດັບສິດ",
"PE.Controllers.Main.warnProcessRightsChange": "ທ່ານໄດ້ຖືກປະຕິເສດສິດໃນການແກ້ໄຂເອກະສານດັ່ງກ່າວ.",
"PE.Controllers.Statusbar.textDisconnect": "<b>ຂາດເຊື່ອມຕໍ່</b><br>ກຳລັງພະຍາຍາມເຊື່ອມຕໍ່. ກະລຸນາກວດເບິ່ງການຕັ້ງຄ່າການເຊື່ອມຕໍ່.",
"PE.Controllers.Statusbar.zoomText": "ຂະຫຍາຍ {0}%",
"PE.Controllers.Toolbar.confirmAddFontName": "ຕົວອັກສອນທີ່ທ່ານ ກຳ ລັງຈະບັນທຶກແມ່ນບໍ່ມີຢູ່ໃນອຸປະກອນປັດຈຸບັນ. <br> ຮູບແບບຕົວ ໜັງ ສືຈະຖືກສະແດງໂດຍໃຊ້ຕົວອັກສອນລະບົບໜຶ່ງ, ຕົວອັກສອນທີ່ບັນທຶກຈະຖືກ ນຳ ໃຊ້ໃນເວລາທີ່ມັນມີຢູ່. <br> ທ່ານຕ້ອງການສືບຕໍ່ບໍ ?",
"PE.Controllers.Toolbar.textAccent": "ສຳນຽງ",
@ -1117,12 +1266,28 @@
"PE.Controllers.Viewport.textFitWidth": "ຄວາມກວ້າງສະໄລພໍດີ",
"PE.Views.Animation.strDelay": "ລ້າຊ້າ",
"PE.Views.Animation.strDuration": "ໄລຍະ",
"PE.Views.Animation.strRepeat": "ເຮັດຊ້ຳ",
"PE.Views.Animation.strRewind": "ຖອຍຫຼັງ",
"PE.Views.Animation.strStart": "ເລີ່ມ",
"PE.Views.Animation.strTrigger": "ກະຕຸ້ນ",
"PE.Views.Animation.textMoreEffects": "ສະແດງຜົນກະທົບທີ່ຄົງເຫລື່ອ",
"PE.Views.Animation.textMoveEarlier": "ຍ້າຍກ່ອນໜ້ານີ້",
"PE.Views.Animation.textMoveLater": "ຍ້າຍໃນພາຍຫຼັງ",
"PE.Views.Animation.textMultiple": "ຕົວຄູນ",
"PE.Views.Animation.textNone": "ບໍ່ມີ",
"PE.Views.Animation.textNoRepeat": "(ບໍ່ມີ)",
"PE.Views.Animation.textOnClickOf": "ໃນການຄລິກໃສ່",
"PE.Views.Animation.textOnClickSequence": "ລໍາດັບການຄລິກ",
"PE.Views.Animation.textStartAfterPrevious": "ກອນໜ້ານີ້",
"PE.Views.Animation.textStartOnClick": "ເມືອຄລິກ",
"PE.Views.Animation.textStartWithPrevious": "ທີ່ຜ່ານມາ",
"PE.Views.Animation.txtAddEffect": "ເພີ່ມພາບເຄື່ອນໄຫວ",
"PE.Views.Animation.txtAnimationPane": "ແຖບພາບເຄື່ອນໄຫວ",
"PE.Views.Animation.txtParameters": "ພາລາມິເຕີ",
"PE.Views.Animation.txtPreview": "ເບິ່ງຕົວຢ່າງ",
"PE.Views.Animation.txtSec": "S",
"PE.Views.AnimationDialog.textPreviewEffect": "ເບິ່ງຜົນກະທົບ",
"PE.Views.AnimationDialog.textTitle": "ຜົນກະທົບເພີ່ມເຕີມ",
"PE.Views.ChartSettings.textAdvanced": "ສະແດງການຕັ້ງຄ່າຂັ້ນສູງ",
"PE.Views.ChartSettings.textChartType": "ປ່ຽນປະເພດແຜ່ນພາບ",
"PE.Views.ChartSettings.textEditData": "ແກ້ໄຂຂໍ້ມູນ",
@ -1146,7 +1311,7 @@
"PE.Views.DocumentHolder.addCommentText": "ເພີ່ມຄວາມຄິດເຫັນ",
"PE.Views.DocumentHolder.addToLayoutText": "ເພີ່ມ ຮູບແບບ",
"PE.Views.DocumentHolder.advancedImageText": "ການຕັ້ງຄ່າຮູບຂັ້ນສູງ",
"PE.Views.DocumentHolder.advancedParagraphText": "ການຕັ້ງຄ່າຂັ້ນສູງຂອງຂໍ້ຄວາມ",
"PE.Views.DocumentHolder.advancedParagraphText": "ການຕັ້ງຄ່າຂັ້ນສູງຫຍໍ້ ໜ້າ",
"PE.Views.DocumentHolder.advancedShapeText": "ຕັ້ງຄ່າຂັ້ນສູງຮູບຮ່າງ",
"PE.Views.DocumentHolder.advancedTableText": "ການຕັ້ງຄ່າຕາຕະລາງຂັ້ນສູງ",
"PE.Views.DocumentHolder.alignmentText": "ການຈັດຕຳແໜ່ງ",
@ -1202,6 +1367,7 @@
"PE.Views.DocumentHolder.textCut": "ຕັດ",
"PE.Views.DocumentHolder.textDistributeCols": "ກະຈາຍຖັນ",
"PE.Views.DocumentHolder.textDistributeRows": "ກະຈາຍແຖວ",
"PE.Views.DocumentHolder.textEditPoints": "ແກ້ໄຂຄະແນນ",
"PE.Views.DocumentHolder.textFlipH": "ຫມຸນແນວນອນ ",
"PE.Views.DocumentHolder.textFlipV": "ຫມຸນລວງຕັ້ງ",
"PE.Views.DocumentHolder.textFromFile": "ຈາກຟາຍ",
@ -1286,6 +1452,8 @@
"PE.Views.DocumentHolder.txtLimitUnder": "ຈຳກັດເນື້ອ",
"PE.Views.DocumentHolder.txtMatchBrackets": "ວົງເລັບຄູ່",
"PE.Views.DocumentHolder.txtMatrixAlign": "ຈັດລຽງ Matrix",
"PE.Views.DocumentHolder.txtMoveSlidesToEnd": "ຍ້າຍສະໄລ້ໄປສິ້ນສຸດ",
"PE.Views.DocumentHolder.txtMoveSlidesToStart": "ຍ້າຍສະໄລ້ໄປທີ່ຈຸດເລີ່ມຕົ້ນ",
"PE.Views.DocumentHolder.txtNewSlide": "ພາບສະໄລໃໝ່",
"PE.Views.DocumentHolder.txtOverbar": "ຂີດທັບຕົວໜັງສື",
"PE.Views.DocumentHolder.txtPasteDestFormat": "ໃຊ້ຫົວຂໍ້ເປົ້າໝາຍ",
@ -1317,6 +1485,7 @@
"PE.Views.DocumentHolder.txtTop": "ເບື້ອງເທີງ",
"PE.Views.DocumentHolder.txtUnderbar": "ຂີດກອ້ງຕົວໜັງສື",
"PE.Views.DocumentHolder.txtUngroup": "ຍົກເລີກການເຮັດເປັນກຸ່ມ",
"PE.Views.DocumentHolder.txtWarnUrl": "ການຄລິກລິ້ງນີ້ອາດເປັນອັນຕະລາຍຕໍ່ອຸປະກອນ ແລະຂໍ້ມູນຂອງທ່ານ.<br>ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການສືບຕໍ່?",
"PE.Views.DocumentHolder.vertAlignText": "ຈັດຕາມແນວຕັ້ງ",
"PE.Views.DocumentPreview.goToSlideText": "ໄປຍັງສະໄລ",
"PE.Views.DocumentPreview.slideIndexText": "ພາບສະໄລ້ {0} ຂອງ {1}",
@ -1336,6 +1505,8 @@
"PE.Views.FileMenu.btnCloseMenuCaption": "ປິດລາຍການ",
"PE.Views.FileMenu.btnCreateNewCaption": "ສ້າງໃໝ່",
"PE.Views.FileMenu.btnDownloadCaption": "ດາວໂຫລດດ້ວຍ",
"PE.Views.FileMenu.btnExitCaption": " ປິດ",
"PE.Views.FileMenu.btnFileOpenCaption": "ເປີດ...",
"PE.Views.FileMenu.btnHelpCaption": "ຊ່ວຍເຫຼືອ",
"PE.Views.FileMenu.btnHistoryCaption": "ປະຫວັດ",
"PE.Views.FileMenu.btnInfoCaption": "ຂໍ້ມູນບົດນຳສະເໜີ ",
@ -1350,6 +1521,7 @@
"PE.Views.FileMenu.btnSaveCopyAsCaption": "ບັນທຶກສຳເນົາເປັນ...",
"PE.Views.FileMenu.btnSettingsCaption": "ຕັ້ງ​ຄ່າ​ຂັ້ນ​ສູງ...",
"PE.Views.FileMenu.btnToEditCaption": "ແກ້ໄຂບົດນຳສະເໜີ",
"PE.Views.FileMenuPanels.CreateNew.txtBlank": "ການນໍາສະເໜີເປົ່າ",
"PE.Views.FileMenuPanels.CreateNew.txtCreateNew": "ສ້າງໃໝ່",
"PE.Views.FileMenuPanels.DocumentInfo.okButtonText": "ໃຊ້",
"PE.Views.FileMenuPanels.DocumentInfo.txtAddAuthor": "ເພີ່ມຜູ້ຂຽນ",
@ -1467,6 +1639,7 @@
"PE.Views.ImageSettings.textCrop": "ຕັດເປັນສ່ວນ",
"PE.Views.ImageSettings.textCropFill": "ຕື່ມ",
"PE.Views.ImageSettings.textCropFit": "ພໍດີ",
"PE.Views.ImageSettings.textCropToShape": "ຂອບຕັດເພືອເປັນຮູ້ຮ່າງ",
"PE.Views.ImageSettings.textEdit": "ແກ້ໄຂ",
"PE.Views.ImageSettings.textEditObject": "ແກໄຂຈຸດປະສົງ",
"PE.Views.ImageSettings.textFitSlide": "ປັບສະໄລພໍດີ",
@ -1523,7 +1696,7 @@
"PE.Views.ParagraphSettings.textAt": "ທີ່",
"PE.Views.ParagraphSettings.textAtLeast": "ຢ່າງ​ຫນ້ອຍ",
"PE.Views.ParagraphSettings.textAuto": "ຕົວຄູນ",
"PE.Views.ParagraphSettings.textExact": "ແນ່ນອນ, ຖືກຕ້ອງ",
"PE.Views.ParagraphSettings.textExact": "ແນ່ນອນ",
"PE.Views.ParagraphSettings.txtAutoText": "ອັດຕະໂນມັດ",
"PE.Views.ParagraphSettingsAdvanced.noTabs": "ແທັບທີ່ລະບຸໄວ້ຈະປາກົດຢູ່ໃນນີ້",
"PE.Views.ParagraphSettingsAdvanced.strAllCaps": "ໂຕໃຫຍ່ທັງໝົດ",
@ -1564,7 +1737,7 @@
"PE.Views.ParagraphSettingsAdvanced.txtAutoText": "ອັດຕະໂນມັດ",
"PE.Views.RightMenu.txtChartSettings": "ການຕັ້ງຄ່າແຜ່ນຮູບພາບ",
"PE.Views.RightMenu.txtImageSettings": "ການຕັ້ງຄ່າຮູບພາບ",
"PE.Views.RightMenu.txtParagraphSettings": "ການຕັ້ງຄ່າ, ກຳນົດຂໍ້ຄວາມ",
"PE.Views.RightMenu.txtParagraphSettings": "ການຕັ້ງຄ່າວັກ",
"PE.Views.RightMenu.txtShapeSettings": "ການຕັ້ງຄ່າຮູບຮ່າງ",
"PE.Views.RightMenu.txtSignatureSettings": "ການຕັ້ງຄ່າລາຍເຊັນ,ກຳນົດລາຍເຊັນ",
"PE.Views.RightMenu.txtSlideSettings": "ການຕັ້ງຄ່າເລື່ອນພາບສະໄລ, ການກຳນົດການເລື່ອນພາບສະໄລ",
@ -1934,11 +2107,13 @@
"PE.Views.Toolbar.textStrikeout": "ຂີດທັບ",
"PE.Views.Toolbar.textSubscript": "ຕົວຫ້ອຍ",
"PE.Views.Toolbar.textSuperscript": "ຕົວຍົກ",
"PE.Views.Toolbar.textTabAnimation": "ພາບເຄື່ອນໄຫວ",
"PE.Views.Toolbar.textTabCollaboration": "ການຮ່ວມກັນ",
"PE.Views.Toolbar.textTabFile": "ຟາຍ ",
"PE.Views.Toolbar.textTabHome": "ໜ້າຫຼັກ",
"PE.Views.Toolbar.textTabInsert": "ເພີ່ມ",
"PE.Views.Toolbar.textTabProtect": "ການປ້ອງກັນ",
"PE.Views.Toolbar.textTabTransitions": "ການຫັນປ່ຽນ",
"PE.Views.Toolbar.textTabView": "ມຸມມອງ",
"PE.Views.Toolbar.textTitleError": "ຂໍ້ຜິດພາດ",
"PE.Views.Toolbar.textUnderline": "ຂີດກ້ອງ",
@ -1976,6 +2151,14 @@
"PE.Views.Toolbar.tipInsertVideo": "ເພີ່ມວິດີໂອ",
"PE.Views.Toolbar.tipLineSpace": "ໄລຍະຫ່າງລະຫວ່າງເສັ້ນ",
"PE.Views.Toolbar.tipMarkers": "ຂີດໜ້າ",
"PE.Views.Toolbar.tipMarkersArrow": "ລູກສອນ",
"PE.Views.Toolbar.tipMarkersCheckmark": "ເຄື່ອງໝາຍຖືກ ສະແດງຫົວຂໍ້",
"PE.Views.Toolbar.tipMarkersDash": "ຫົວແຫລມ",
"PE.Views.Toolbar.tipMarkersFRound": "ເພີ່ມຮູບວົງມົນ",
"PE.Views.Toolbar.tipMarkersFSquare": "ເພີ່ມຮູບສີ່ຫຼ່ຽມ",
"PE.Views.Toolbar.tipMarkersHRound": "ແບບຮອບກວ້າງ",
"PE.Views.Toolbar.tipMarkersStar": "ຮູບແບບດາວ",
"PE.Views.Toolbar.tipNone": "ບໍ່ມີ",
"PE.Views.Toolbar.tipNumbers": "ການນັບ",
"PE.Views.Toolbar.tipPaste": "ວາງ",
"PE.Views.Toolbar.tipPreview": "ເລີ່ມສະໄລ້",
@ -2010,6 +2193,7 @@
"PE.Views.Toolbar.txtScheme2": "ໂທນສີເທົາ",
"PE.Views.Toolbar.txtScheme20": "ໃນເມືອງ",
"PE.Views.Toolbar.txtScheme21": "Verve",
"PE.Views.Toolbar.txtScheme22": "ຫ້ອງການໃໝ່",
"PE.Views.Toolbar.txtScheme3": "ເອເພັກສ",
"PE.Views.Toolbar.txtScheme4": "ມຸມມອງ",
"PE.Views.Toolbar.txtScheme5": "ປະຫວັດ, ກ່ຽວກັບເມືອງ",
@ -2055,8 +2239,12 @@
"PE.Views.Transitions.txtParameters": "ພາລາມິເຕີ",
"PE.Views.Transitions.txtPreview": "ເບິ່ງຕົວຢ່າງ",
"PE.Views.Transitions.txtSec": "S",
"PE.Views.ViewTab.textAlwaysShowToolbar": "ສະແດງແຖບເຄື່ອງມືສະເໝີ",
"PE.Views.ViewTab.textFitToSlide": "ປັບສະໄລພໍດີ",
"PE.Views.ViewTab.textFitToWidth": "ຄວາມກວ້າງພໍດີ",
"PE.Views.ViewTab.textInterfaceTheme": "้ຮູບແບບການສະແດງຜົນ",
"PE.Views.ViewTab.textNotes": "ຈົດບັນທຶກ",
"PE.Views.ViewTab.textRulers": "ໄມ້ບັນທັດ",
"PE.Views.ViewTab.textStatusBar": "ຮູບແບບບາ",
"PE.Views.ViewTab.textZoom": "ຂະຫຍາຍ ເຂົ້າ-ອອກ"
}

View file

@ -349,6 +349,7 @@
"Common.Views.Comments.textResolved": "Rezolvat",
"Common.Views.Comments.textSort": "Sortare comentarii",
"Common.Views.Comments.textViewResolved": "Dvs. nu aveți permisiunea de a redeschide comentariu",
"Common.Views.Comments.txtEmpty": "Nu există niciun comentariu.",
"Common.Views.CopyWarningDialog.textDontShow": "Nu afișa acest mesaj din nou",
"Common.Views.CopyWarningDialog.textMsg": "Operațiuni de copiere, decupare și lipire din bară de instrumente sau meniul contextual al editorului se execută numai în editorul.<br><br>Pentru copiere și lipire din sau în aplicații exterioare folosiți următoarele combinații de taste:",
"Common.Views.CopyWarningDialog.textTitle": "Comenzile de copiere, decupare și lipire",

View file

@ -349,6 +349,7 @@
"Common.Views.Comments.textResolved": "Решено",
"Common.Views.Comments.textSort": "Сортировать комментарии",
"Common.Views.Comments.textViewResolved": "У вас нет прав для повторного открытия комментария",
"Common.Views.Comments.txtEmpty": "В документе нет комментариев.",
"Common.Views.CopyWarningDialog.textDontShow": "Больше не показывать это сообщение",
"Common.Views.CopyWarningDialog.textMsg": "Операции копирования, вырезания и вставки можно выполнить с помощью кнопок на панели инструментов и команд контекстного меню только в этой вкладке редактора.<br><br>Для копирования в другие приложения и вставки из них используйте следующие сочетания клавиш:",
"Common.Views.CopyWarningDialog.textTitle": "Операции копирования, вырезания и вставки",

View file

@ -4,7 +4,7 @@
"textAddress": "Adreça",
"textBack": "Enrere",
"textEmail": "Correu electrònic",
"textPoweredBy": "Amb tecnologia de",
"textPoweredBy": "Impulsat per",
"textTel": "Tel",
"textVersion": "Versió"
},
@ -14,7 +14,7 @@
"textAddComment": "Afegir comentari",
"textAddReply": "Afegir Resposta",
"textBack": "Enrere",
"textCancel": "Cancel·la",
"textCancel": "Cancel·lar",
"textCollaboration": "Col·laboració",
"textComments": "Comentaris",
"textDeleteComment": "Suprimeix el comentari",
@ -46,13 +46,13 @@
"errorCopyCutPaste": "Les accions de copiar, tallar i enganxar mitjançant el menú contextual només es realitzaran en el fitxer actual.",
"menuAddComment": "Afegir comentari",
"menuAddLink": "Afegir Enllaç",
"menuCancel": "Cancel·la",
"menuCancel": "Cancel·lar",
"menuDelete": "Suprimeix",
"menuDeleteTable": "Suprimeix la taula",
"menuEdit": "Edita",
"menuMerge": "Combina",
"menuMore": "Més",
"menuOpenLink": "Obre l'enllaç",
"menuOpenLink": "Obrir Enllaç",
"menuSplit": "Divideix",
"menuViewComment": "Mostra el comentari",
"textColumns": "Columnes",
@ -80,7 +80,7 @@
"ClipArt": "Galeria d'imatges",
"Date and time": "Data i hora",
"Diagram": "Diagrama",
"Diagram Title": "Títol del gràfic",
"Diagram Title": "Títol del Gràfic",
"Footer": "Peu de pàgina",
"Header": "Capçalera",
"Image": "Imatge",
@ -164,39 +164,39 @@
"splitMaxRowsErrorText": "El nombre de files ha de ser inferior a %1",
"unknownErrorText": "Error desconegut.",
"uploadImageExtMessage": "Format d'imatge desconegut.",
"uploadImageFileCountMessage": "No s'ha carregat cap imatge.",
"uploadImageFileCountMessage": "No s'ha penjat cap imatge.",
"uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB."
},
"LongActions": {
"applyChangesTextText": "S'estan carregant les dades...",
"applyChangesTitleText": "S'estan carregant les dades",
"applyChangesTextText": "Carregant dades...",
"applyChangesTitleText": "Carregant Dades",
"downloadTextText": "S'està baixant el document...",
"downloadTitleText": "S'està baixant el document",
"loadFontsTextText": "S'estan carregant les dades...",
"loadFontsTitleText": "S'estan carregant les dades",
"loadFontTextText": "S'estan carregant les dades...",
"loadFontTitleText": "S'estan carregant les dades",
"loadImagesTextText": "S'estan carregant les imatges...",
"loadImagesTitleText": "S'estan carregant les imatges",
"loadImageTextText": "S'està carregant la imatge...",
"loadImageTitleText": "S'està carregant la imatge",
"loadingDocumentTextText": "S'està carregant el document...",
"loadingDocumentTitleText": "S'està carregant el document",
"loadThemeTextText": "S'està carregant el tema...",
"loadThemeTitleText": "S'està carregant el tema",
"openTextText": "S'està obrint el document...",
"openTitleText": "S'està obrint el document",
"loadFontsTextText": "Carregant dades...",
"loadFontsTitleText": "Carregant Dades",
"loadFontTextText": "Carregant dades...",
"loadFontTitleText": "Carregant Dades",
"loadImagesTextText": "Carregant imatges...",
"loadImagesTitleText": "Carregant Imatges",
"loadImageTextText": "Carregant imatge...",
"loadImageTitleText": "Carregant Imatge",
"loadingDocumentTextText": "Carregant document...",
"loadingDocumentTitleText": "Carregant document",
"loadThemeTextText": "Carregant tema...",
"loadThemeTitleText": "Carregant Tema",
"openTextText": "Obrint Document...",
"openTitleText": "Obrint Document",
"printTextText": "S'està imprimint el document...",
"printTitleText": "S'està imprimint el document",
"savePreparingText": "S'està preparant per desar",
"savePreparingTitle": "S'està preparant per desar. Espereu...",
"savePreparingText": "Preparant per desar",
"savePreparingTitle": "Preparant per desar. Espereu...",
"saveTextText": "S'està desant el document...",
"saveTitleText": "S'està desant el document",
"textLoadingDocument": "S'està carregant el document",
"textLoadingDocument": "Carregant document",
"txtEditingMode": "Estableix el mode d'edició ...",
"uploadImageTextText": "S'està carregant la imatge...",
"uploadImageTitleText": "S'està carregant la imatge",
"waitText": "Espereu..."
"waitText": "Si us plau, Espereu..."
},
"Toolbar": {
"dlgLeaveMsgText": "Teniu canvis no desats en aquest document. Feu clic a \"Queda't en aquesta pàgina\" per esperar al desament automàtic. Feu clic a \"Deixa aquesta pàgina\" per descartar tots els canvis no desats.",
@ -210,7 +210,7 @@
"textAddLink": "Afegir Enllaç",
"textAddress": "Adreça",
"textBack": "Enrere",
"textCancel": "Cancel·la",
"textCancel": "Cancel·lar",
"textColumns": "Columnes",
"textComment": "Comentari",
"textDefault": "Text seleccionat",
@ -263,19 +263,19 @@
"textAuto": "Automàtic",
"textAutomatic": "Automàtic",
"textBack": "Enrere",
"textBandedColumn": "Columna en bandes",
"textBandedRow": "Fila en bandes",
"textBandedColumn": "Columna en Bandes",
"textBandedRow": "Fila en Bandes",
"textBefore": "Abans",
"textBlack": "En negre",
"textBorder": "Vora",
"textBottom": "Part inferior",
"textBottomLeft": "Part inferior-Esquerra",
"textBottomRight": "Part inferior-dreta",
"textBringToForeground": "Porta al primer pla",
"textBullets": "Vinyetes",
"textBottom": "Part Inferior",
"textBottomLeft": "Part Inferior-Esquerra",
"textBottomRight": "Part Inferior-Dreta",
"textBringToForeground": "Portar al Davant",
"textBullets": "Pics",
"textBulletsAndNumbers": "Pics i números",
"textCaseSensitive": "Sensible a majúscules i minúscules",
"textCellMargins": "Marges de la cel·la",
"textCaseSensitive": "Sensible a Majúscules i Minúscules",
"textCellMargins": "Marges de Cel·la",
"textChart": "Gràfic",
"textClock": "Rellotge",
"textClockwise": "En sentit horari",
@ -332,7 +332,7 @@
"textLinkType": "Tipus d'enllaç",
"textMoveBackward": "Torna enrere",
"textMoveForward": "Ves endavant",
"textNextSlide": "Diapositiva següent",
"textNextSlide": "Següent Diapositiva",
"textNone": "Cap",
"textNoStyles": "Aquest tipus de diagrama no té cap estil.",
"textNoTextFound": "No s'ha trobat el text",
@ -341,7 +341,7 @@
"textOk": "D'acord",
"textOpacity": "Opacitat",
"textOptions": "Opcions",
"textPictureFromLibrary": "Imatge de la biblioteca",
"textPictureFromLibrary": "Imatge de la Biblioteca",
"textPictureFromURL": "Imatge de l'URL",
"textPreviousSlide": "Diapositiva anterior",
"textPt": "pt",
@ -390,9 +390,9 @@
"textWedge": "Falca",
"textWipe": "Elimina",
"textZoom": "Zoom",
"textZoomIn": "Amplia",
"textZoomIn": "Ampliar",
"textZoomOut": "Redueix",
"textZoomRotate": "Amplia i gira"
"textZoomRotate": "Ampliar i Girar"
},
"Settings": {
"mniSlideStandard": "Estàndard (4:3)",
@ -403,7 +403,7 @@
"textApplicationSettings": "Configurar Aplicació",
"textAuthor": "Autor",
"textBack": "Enrere",
"textCaseSensitive": "Sensible a majúscules i minúscules",
"textCaseSensitive": "Sensible a Majúscules i Minúscules",
"textCentimeter": "Centímetre",
"textCollaboration": "Col·laboració",
"textColorSchemes": "Combinacions de colors",
@ -433,10 +433,10 @@
"textNoTextFound": "No s'ha trobat el text",
"textOwner": "Propietari",
"textPoint": "Punt",
"textPoweredBy": "Amb tecnologia de",
"textPoweredBy": "Impulsat per",
"textPresentationInfo": "Informació de la presentació",
"textPresentationSettings": "Configuració de la presentació",
"textPresentationTitle": "Títol de la presentació",
"textPresentationSettings": "Configuració de Presentació",
"textPresentationTitle": "Títol de Presentació",
"textPrint": "Imprimeix",
"textReplace": "Substitueix",
"textReplaceAll": "Substitueix-ho tot ",

View file

@ -37,9 +37,9 @@
"textNoFill": "ບໍ່ມີການຕື່ມຂໍ້ມູນໃສ່"
},
"ThemeColorPalette": {
"textCustomColors": "ກຳນົດສີເອງ",
"textStandartColors": "ສີມາດຕະຖານ",
"textThemeColors": " ຮູບແບບສີ",
"textCustomColors": "Custom Colors"
"textThemeColors": " ຮູບແບບສີ"
}
},
"ContextMenu": {
@ -53,12 +53,12 @@
"menuMerge": "ປະສົມປະສານ",
"menuMore": "ຫຼາຍກວ່າ",
"menuOpenLink": "ເປີດລີ້ງ",
"menuSplit": "ແຍກ",
"menuViewComment": "ເບີ່ງຄໍາເຫັນ",
"textColumns": "ຖັນ",
"textCopyCutPasteActions": "ປະຕິບັດການ ສໍາເນົາ, ຕັດ ແລະ ວາງ",
"textRows": "ແຖວ",
"menuSplit": "Split",
"textDoNotShowAgain": "Don't show again"
"textDoNotShowAgain": "ບໍ່ສະແດງອີກ",
"textRows": "ແຖວ"
},
"Controller": {
"Main": {
@ -66,11 +66,16 @@
"advDRMPassword": "ລະຫັດຜ່ານ",
"closeButtonText": "ປິດຟຮາຍເອກະສານ",
"criticalErrorTitle": "ຂໍ້ຜິດພາດ",
"errorAccessDeny": "ທ່ານກໍາລັງພະຍາຍາມດໍາເນີນການໃນໜ້າທີ່ທ່ານບໍ່ມີສິດສໍາລັບດໍາເນີນການ.<br>ກະລຸນາ, ຕິດຕໍ່ແອດມີນລະບົບຂອງທ່ານ.",
"errorOpensource": "ການນໍາໃຊ້ສະບັບຟຣີ, ທ່ານສາມາດເປີດເອກະສານສໍາລັບການອ່ານເທົ່ານັ້ນ. ໃນການເຂົ້າເຖິງໂປຣແກຣມ, ຕ້ອງມີໃບອະນຸຍາດທາງການຄ້າ.",
"errorProcessSaveResult": "ບັນທຶກບຊ່ສຳເລັດ",
"errorServerVersion": "ສະບັບດັດແກ້ໄດ້ຖືກປັບປຸງແລ້ວ. ໜ້າເວັບຈະຖືກໂຫລດຄືນເພື່ອນຳໃຊ້ການປ່ຽນແປງ.",
"errorUpdateVersion": "ເອກະສານໄດ້ຖືກປ່ຽນແລ້ວ. ໜ້າເວັບຈະຖືກໂຫລດໃໝ່.",
"leavePageText": "ທ່ານມີການປ່ຽນແປງທີ່ຍັງບໍ່ໄດ້ບັນທຶກໄວ້ໃນເອກະສານນີ້. ຄລິກທີ່ 'ຢູ່ໃນໜ້ານີ້' ເພື່ອລໍຖ້າການບັນທຶກອັດຕະໂນມັດ. ຄລິກ 'ອອກຈາກໜ້ານີ້' ເພື່ອຍົກເລີກການປ່ຽນແປງທີ່ບໍ່ໄດ້ບັນທຶກໄວ້ທັງໝົດ.",
"notcriticalErrorTitle": "ເຕືອນ",
"SDK": {
"Chart": "ແຜນຮູບວາດ",
"Click to add first slide": "ຄລິກເພື່ອເພີ່ມສະໄລ້ທຳອິດ",
"Click to add notes": "ກົດເພື່ອເພີ່ມບັນທຶກ",
"ClipArt": "ພາບຕັດຕໍ່",
"Date and time": "ວັນທີ ແລະ ເວລາ",
@ -84,88 +89,83 @@
"None": "ບໍ່ມີ",
"Picture": "ຮູບພາບ",
"Series": "ຊຸດ",
"Slide number": "ຮູບແບບເລກສະໄລ້",
"Slide subtitle": "ຄຳອະທິບາຍພາບສະໄລ່",
"Slide text": "ເນື້ອຫາພາບສະໄລ",
"Slide title": "ຫົວຂໍ້ພາບສະໄລ",
"Table": "ຕາຕະລາງ",
"Your text here": "ເນື້ອຫາຂອງທ່ານຢູ່ນີ້",
"Click to add first slide": "Click to add first slide",
"Slide number": "Slide number",
"X Axis": "X Axis XAS",
"Y Axis": "Y Axis"
"Y Axis": "ແກນ Y",
"Your text here": "ເນື້ອຫາຂອງທ່ານຢູ່ນີ້"
},
"textAnonymous": "ບໍ່ລະບຸຊື່",
"textBuyNow": "ເຂົ້າໄປຍັງເວັບໄຊ",
"textClose": "ປິດ",
"textContactUs": "ຕິດຕໍ່ຜູ້ຂາຍ",
"textCustomLoader": "ຂໍອະໄພ, ທ່ານບໍ່ມີສິດປ່ຽນຕົວໂຫຼດໄດ້. ກະລຸນາຕິດຕໍ່ຫາພະແນກການຂາຍຂອງພວກເຮົາເພື່ອໃຫ້ໄດ້ຮັບໃບສະເໜີລາຄາ.",
"textGuest": " ແຂກ",
"textHasMacros": "ເອກະສານບັນຈຸ ມາກໂຄ <br> ແບບອັດຕະໂນມັດ, ທ່ານຍັງຕ້ອງການດໍາເນີນງານ ມາກໂຄ ບໍ ",
"textNo": "ບໍ່",
"textNoLicenseTitle": "ໃບອະນຸຍາດໄດ້ເຖິງຈຳນວນທີ່ຈຳກັດແລ້ວ",
"textNoTextFound": "ບໍ່ພົບເນື້ອຫາ",
"textOpenFile": "ໃສ່ລະຫັດຜ່ານເພື່ອເປີດໄຟລ໌",
"textPaidFeature": "ຄຸນສົມບັດທີ່ຈ່າຍ",
"textRemember": "ຈື່ຈໍາທາງເລືອກ",
"textReplaceSkipped": "ການທົດແທນໄດ້ຖືກປະຕິບັດແລ້ວ. {0} ຖືກຂ້າມເຫດການທີ່ເກີດຂື້ນໄດ້",
"textReplaceSuccess": "ການຄົ້ນຫາໄດ້ສຳເລັດແລ້ວ. ສິ່ງທີ່ເກີດຂື້ນໄດ້ປ່ຽນແທນແລ້ວ: {0}",
"textYes": "ແມ່ນແລ້ວ",
"titleLicenseExp": "ໃບອະນຸຍາດໝົດອາຍຸ",
"titleServerVersion": "ອັບເດດການແກ້ໄຂ",
"titleUpdateVersion": "ປ່ຽນແປງລຸ້ນ",
"txtIncorrectPwd": "ລະຫັດຜ່ານບໍ່ຖືກຕ້ອງ",
"txtProtected": "ຖ້າເຈົ້ານໍາໃຊ້ລະຫັດເພື່ອເປີດເອກະສານ, ລະຫັດປັດຈະບັນຈະຖືກແກ້ໄຂ",
"warnLicenseExceeded": "ທ່ານໄດ້ຖືກຈຳກັດສິດພຽງເທົ່ານີ້ສຳຫລັບການເຊື່່ອມພ້ອມກັນກັບເຄື່ອງມືແກ້ໄຂ %1 ແລ້ວເອກະສານນີ້ຈະເປີດໃຫ້ເບີ່ງເທົ່ານັ້ນ ຕິດຕໍ່ຫາທາງແອດມີນຂອງທ່ານເພື່ອຮັບຂໍ້ມູນເພີ່ມ",
"warnLicenseExp": "License ຂອງທ່ານໄດ້ໝົດອາຍຸກະລຸນາຕໍ່ License ຂອງທ່ານ ແລະ ໂຫລດໜ້າເວັບຄືນໃໝ່ອີກຄັ້ງ.",
"warnLicenseLimitedNoAccess": "ໃບອະນຸຍາດໝົດອາຍຸແລ້ວ. ທ່ານບໍ່ສາມາດເຂົ້າເຖິງການດຳເນີນງານແກ້ໄຂເອກະສານ. ກະລຸນາ, ຕິດຕໍ່ແອດມີນຂອງທ່ານ.",
"warnLicenseLimitedRenewed": "ໃບອະນຸຍາດຕ້ອງໄດ້ຮັບການຕໍ່ອາຍຸ. ທ່ານຈະຖືກຈຳກັດສິດໃນການເຂົ້າເຖິ່ງການແກ້ໄຂເອກະສານ.<br> ກະລຸນາຕິດຕໍ່ແອດມີນຂອງທ່ານເພື່ອຕໍ່ອາຍຸ",
"warnLicenseUsersExceeded": "ຈໍານວນ ການເຊື່ອມຕໍ່ພ້ອມກັນກັບຜູ້ແກ້ໄຂ ແມ່ນເກີນກໍານົດ % 1. ຕິດຕໍ່ທີມບໍລິຫານເພື່ອຂໍ້ມູນເພີ່ມເຕີ່ມ",
"warnNoLicense": "ທ່ານໄດ້ຖືກຈຳກັດສິດພຽງເທົ່ານີ້ສຳຫລັບການເຊື່່ອມພ້ອມກັນກັບເຄື່ອງມືແກ້ໄຂ %1 ແລ້ວເອກະສານນີ້ຈະເປີດໃຫ້ເບີ່ງເທົ່ານັ້ນ ຕິດຕໍ່ທີມຂາຍ %1 ສຳຫລັບເງື່ອນໄຂການອັບເກດສ່ວນບຸກຄົນ",
"warnNoLicenseUsers": "ຈໍານວນການເຊື່ອມຕໍ່ພ້ອມກັນກັບບັນນາທິການ ແມ່ນເກີນກໍານົດ % 1. ຕິດຕໍ່ ທີມຂາຍ %1 ສຳລັບຂໍ້ກຳນົດການຍົກລະດັບສິດ",
"errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please, contact your admin.",
"errorOpensource": "Using the free Community version, you can open documents for viewing only. To access mobile web editors, a commercial license is required.",
"errorUpdateVersion": "The file version has been changed. The page will be reloaded.",
"leavePageText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"textCustomLoader": "Sorry, you are not entitled to change the loader. Please, contact our sales department to get a quote.",
"textOpenFile": "Enter a password to open the file",
"textRemember": "Remember my choice",
"titleUpdateVersion": "Version changed",
"txtIncorrectPwd": "Password is incorrect",
"warnLicenseExceeded": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact your administrator to learn more.",
"warnLicenseExp": "Your license has expired. Please, update it and refresh the page.",
"warnLicenseLimitedNoAccess": "License expired. You have no access to document editing functionality. Please, contact your administrator.",
"warnLicenseLimitedRenewed": "License needs to be renewed. You have limited access to document editing functionality.<br>Please contact your administrator to get full access",
"warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact %1 sales team for personal upgrade terms.",
"warnProcessRightsChange": "You don't have permission to edit the file."
"warnProcessRightsChange": "ທ່ານບໍ່ມີສິດໃນການແກ້ໄຂໄຟລ໌ນີ້."
}
},
"Error": {
"convertationTimeoutText": "ໝົດເວລາການປ່ຽນແປງ.",
"criticalErrorExtText": "ກົດ 'OK' ເພື່ອກັບຄືນໄປຫາລາຍການເອກະສານ.",
"criticalErrorTitle": "ຂໍ້ຜິດພາດ",
"downloadErrorText": "ດາວໂຫຼດບໍ່ສຳເລັດ.",
"errorAccessDeny": "ທ່ານກໍາລັງພະຍາຍາມດໍາເນີນການໃນໜ້າທີ່ທ່ານບໍ່ມີສິດສໍາລັບດໍາເນີນການ.<br>ກະລຸນາ, ຕິດຕໍ່ແອດມີນລະບົບຂອງທ່ານ.",
"errorBadImageUrl": "URL ຮູບພາບບໍ່ຖືກຕ້ອງ",
"errorConnectToServer": "ບໍ່ສາມາດບັນທຶກເອກະສານນີ້ໄດ້. ກວດເບິ່ງການຕັ້ງຄ່າການເຊື່ອມຕໍ່ຂອງທ່ານ ຫຼື ຕິດຕໍ່ຜູ້ແອດມີນຂອງທ່ານ.<br>ເມື່ອທ່ານຄລິກປຸ່ມ 'ຕົກລົງ', ທ່ານຈະຖືກເຕືອນໃຫ້ດາວໂຫລດເອກະສານ.",
"errorDatabaseConnection": "ຂໍ້ຜິດພາດຈາກທາງນອກ <br> ຖານຂໍ້ມູນ ຂໍ້ຜິດພາດພາຍນອກ. ກະລຸນາ, ຕິດຕໍ່ການສະ ໜັບ ສະ ໜູນ.",
"errorDataEncrypted": "ໄດ້ຮັບການປ່ຽນແປງລະຫັດແລ້ວ, ບໍ່ສາມາດຖອດລະຫັດໄດ້.",
"errorDataRange": "ໄລຍະຂອງຂໍ້ມູນບໍ່ຖືກ",
"errorDefaultMessage": "ລະຫັດຂໍ້ຜິດພາດ: %1",
"errorEditingDownloadas": "ເກີດຄວາມຜິດພາດໃນລະຫວ່າງການເຮັດວຽກກັບເອກະສານ.<br>ໃຊ້ຕົວເລືອກ 'ດາວໂຫລດ' ເພື່ອບັນທຶກໄຟລ໌ສໍາຮອງໄວ້ໃນເຄື່ອງ.",
"errorFilePassProtect": "ໄຟລ໌ດັ່ງກ່າວຖືກປ້ອງກັນດ້ວຍລະຫັດຜ່ານ ແລະ ບໍ່ສາມາດເປີດໄດ້.",
"errorFileSizeExceed": "ຂະໜາດໄຟລ໌ເກີນຂີດຈຳກັດເຊີບເວີຂອງທ່ານ.<br>ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບຂອງທ່ານ.",
"errorKeyEncrypt": "ບໍ່ຮູ້ຄຳອະທິບາຍຫຼັກ",
"errorKeyExpire": "ລະຫັດໝົດອາຍຸ",
"errorLoadingFont": "ຟອນບໍ່ໄດ້ຖືກໂຫລດ.<br>ກະລຸນາແອດມີນຂອງທ່ານ.",
"errorSessionAbsolute": "ຊ່ວງເວລາການແກ້ໄຂເອກະສານໝົດອາຍຸແລ້ວ. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"errorSessionIdle": "ເອກະສານບໍ່ໄດ້ຮັບການແກ້ໄຂສໍາລັບການຂ້ອນຂ້າງຍາວ. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"errorSessionToken": "ການເຊື່ອມຕໍ່ກັບເຊີບເວີບໍ່ສະຖຽນ. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"errorStockChart": "ລຳດັບແຖວບໍ່ຖືກຕ້ອງ. ເພື່ອສ້າງຕາຕະລາງເກັບຂໍ້ຮູບກ້າບ, ວາງຂໍ້ມູນໃສ່ແຜ່ນງານຕາມລໍາດັບຕໍ່ໄປນີ້:<br>ລາຄາເປີດ, ລາຄາສູງສຸດ, ລາຄາຕໍ່າສຸດ, ລາຄາປິດ.",
"errorUpdateVersionOnDisconnect": "ອິນເຕີເນັດໄດ້ເຊື່ອມຕໍ່ອີກຄັ້ງ, ແລະ ໄຟລ໌ໄດ້ຖືກປ່ຽນແປງ.<br>ກ່ອນທີ່ທ່ານຈະເລີ່ມການດຳເນີນງານຕໍ່ແນະນຳໃຫ້ດາວໂຫລດໄຟລ໌ ຫຼື ກອບປີ້ເນື້ອໃນທາງໃນໄຟລ໌ເພື່ອຄວາມແນ່ໃຈວ່າຈະບໍ່ຂໍ້ມູນສູນຫາຍຈາກນັ້ນຈືງໂຫຼດໜ້າໃໝ່",
"errorUserDrop": "ບໍ່ສາມາດເຂົ້າເຖິງເອກະສານໄດ້ໃນຂະນະນີ້.",
"errorUsersExceed": "ເກີນຈຳນວນຜູ້ຊົມໃຊ້ທີ່ແຜນການກຳນົດລາຄາອະນຸຍາດ",
"errorViewerDisconnect": "ການເຊື່ອມຕໍ່ຫາຍໄປ. ທ່ານຍັງສາມາດເບິ່ງເອກະສານໄດ້,<br>ແຕ່ທ່ານຈະບໍ່ສາມາດດາວນ໌ໂຫລດຫຼືພິມມັນຈົນກ່ວາການເຊື່ອມຕໍ່ໄດ້ຮັບການຟື້ນຟູແລະຫນ້າຈະຖືກໂຫຼດໃຫມ່.",
"notcriticalErrorTitle": "ເຕືອນ",
"openErrorText": "ມີຂໍ້ຜິດພາດເກີດຂຶ້ນໃນຂະນະທີ່ເປີດໄຟລ໌",
"saveErrorText": "ເກີດຄວາມຜິດພາດຂຶ້ນໃນຂະນະທີ່ບັນທຶກໄຟລ໌",
"scriptLoadError": "ການເຊື່ອມຕໍ່ຊ້າເກີນໄປ, ບາງອົງປະກອບບໍ່ສາມາດໂຫຼດໄດ້. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"splitDividerErrorText": "ຈໍານວນແຖວຕ້ອງເປັນຕົວເລກຂອງ %1",
"splitMaxColsErrorText": "ຈຳນວນຖັນຕ້ອງຕໍ່າ ກວ່າ % 1",
"splitMaxRowsErrorText": "ຈຳນວນແຖວຕ້ອງໜ້ອຍກວ່າ %1",
"unknownErrorText": "ມີຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ",
"uploadImageExtMessage": "ບໍ່ຮູ້ສາເຫດຂໍ້ຜິດຜາດຮູບແບບຂອງຮູບ",
"uploadImageFileCountMessage": "ບໍ່ມີຮູບພາບອັບໂຫລດ",
"criticalErrorExtText": "Press 'OK' to go back to the document list.",
"errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please contact your admin.",
"errorConnectToServer": "Can't save this doc. Check your connection settings or contact your admin.<br>When you click the 'OK' button, you will be prompted to download the document.",
"errorEditingDownloadas": "An error occurred during the work with the document.<br>Use the 'Download' option to save the file backup copy locally.",
"errorFilePassProtect": "The file is password protected and could not be opened.",
"errorFileSizeExceed": "The file size exceeds your server limitation.<br>Please, contact your admin.",
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
"errorSessionAbsolute": "The document editing session has expired. Please, reload the page.",
"errorSessionIdle": "The document has not been edited for quite a long time. Please, reload the page.",
"errorSessionToken": "The connection to the server has been interrupted. Please, reload the page.",
"errorStockChart": "Incorrect row order. To build a stock chart, place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.",
"errorUpdateVersionOnDisconnect": "Internet connection has been restored, and the file version has been changed.<br>Before you can continue working, download the file or copy its content to make sure nothing is lost, and then reload this page.",
"errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but you won't be able to download or print it until the connection is restored and the page is reloaded.",
"openErrorText": "An error has occurred while opening the file",
"saveErrorText": "An error has occurred while saving the file",
"scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.",
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB."
"uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB."
},
"LongActions": {
"applyChangesTextText": "ກຳລັງດາວໂຫຼດຂໍ້ມູນ...",
@ -199,10 +199,10 @@
"waitText": "ກະລຸນາລໍຖ້າ..."
},
"Toolbar": {
"dlgLeaveMsgText": "ທ່ານມີການປ່ຽນແປງທີ່ຍັງບໍ່ໄດ້ບັນທຶກໄວ້ໃນເອກະສານນີ້. ຄລິກທີ່ 'ຢູ່ໃນໜ້ານີ້' ເພື່ອລໍຖ້າການບັນທຶກອັດຕະໂນມັດ. ຄລິກ 'ອອກຈາກໜ້ານີ້' ເພື່ອຍົກເລີກການປ່ຽນແປງທີ່ບໍ່ໄດ້ບັນທຶກໄວ້ທັງໝົດ.",
"dlgLeaveTitleText": "ເຈົ້າອອກຈາກລະບົບ",
"leaveButtonText": "ອອກຈາກໜ້ານີ້",
"stayButtonText": "ຢູ່ໃນໜ້ານີ້",
"dlgLeaveMsgText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"dlgLeaveTitleText": "You leave the application"
"stayButtonText": "ຢູ່ໃນໜ້ານີ້"
},
"View": {
"Add": {
@ -213,7 +213,9 @@
"textCancel": "ຍົກເລີກ",
"textColumns": "ຖັນ",
"textComment": "ຄໍາເຫັນ",
"textDefault": "ຂໍ້ຄວາມທີ່ເລືອກ",
"textDisplay": "ສະແດງຜົນ",
"textEmptyImgUrl": "ທ່ານຈໍາເປັນຕ້ອງລະບຸ URL ຮູບພາບ.",
"textExternalLink": "ລິງພາຍນອກ",
"textFirstSlide": "ສະໄລທຳອິດ",
"textImage": "ຮູບພາບ",
@ -222,7 +224,9 @@
"textInsertImage": "ເພີ່ມຮູບພາບ",
"textLastSlide": "ສະໄລ່ສຸດທ້າຍ",
"textLink": "ລີ້ງ",
"textLinkSettings": "ການຕັ້ງຄ່າລີ້ງ",
"textLinkTo": "ເຊື່ອມຕໍ່ຫາ",
"textLinkType": "ປະເພດລີ້ງ",
"textNextSlide": "ພາບສະໄລທັດໄປ",
"textOk": "ຕົກລົງ",
"textOther": "ອື່ນໆ",
@ -232,16 +236,12 @@
"textRows": "ແຖວ",
"textScreenTip": "ຄຳແນະນຳໃນໜ້າຈໍ",
"textShape": "ຮູບຮ່າງ",
"textSlide": "ຮູບແບບສະໄລ້",
"textSlideInThisPresentation": "ພາບສະໄລ່ ໃນບົດນຳສະເໜີນີ້",
"textSlideNumber": "ຮູບແບບເລກສະໄລ້",
"textTable": "ຕາຕະລາງ",
"textTableSize": "ຂະໜາດຕາຕະລາງ",
"txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\"",
"textDefault": "Selected text",
"textEmptyImgUrl": "You need to specify the image URL.",
"textLinkSettings": "Link Settings",
"textLinkType": "Link Type",
"textSlide": "Slide",
"textSlideNumber": "Slide Number"
"txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\""
},
"Edit": {
"notcriticalErrorTitle": "ເຕືອນ",
@ -267,19 +267,23 @@
"textBandedRow": "ຮ່ວມກຸ່ມແຖວ",
"textBefore": "ກ່ອນ",
"textBlack": "ຜ່ານສີດຳ",
"textBorder": "ຊາຍແດນ",
"textBottom": "ລຸ່ມສຸດ",
"textBottomLeft": "ດ້ານລຸ່ມເບື້ອງຊ້າຍ",
"textBottomRight": "ດ້ານລຸ່ມເບື້ອງຂວາ",
"textBringToForeground": "ເອົາໄປໄວ້ທາງໜ້າ",
"textBullets": "ຂີດໜ້າ",
"textBulletsAndNumbers": "ຫົວຂໍ້ຍ່ອຍ & ຕົວເລກ",
"textCaseSensitive": "ກໍລະນີທີ່ສຳຄັນ",
"textCellMargins": "ຂອບເຂດຂອງແຊວ",
"textChart": "ແຜນຮູບວາດ",
"textClock": "ໂມງ",
"textClockwise": "ການໝຸນຂອງເຂັມໂມງ",
"textColor": "ສີ",
"textCounterclockwise": "ຕົງກັນຊ້າມກັບເຂັມໂມງ",
"textCover": "ໜ້າປົກ",
"textCustomColor": "ປະເພດ ຂອງສີ",
"textDefault": "ຂໍ້ຄວາມທີ່ເລືອກ",
"textDelay": "ລ້າຊ້າ",
"textDeleteSlide": "ລຶບສະໄລ",
"textDesign": "ອອກແບບ",
@ -294,7 +298,9 @@
"textEditLink": "ແກ້ໄຂ ລີ້ງ",
"textEffect": "ຜົນ, ຜົນເສຍ",
"textEffects": "ຜົນ",
"textEmptyImgUrl": "ທ່ານຈໍາເປັນຕ້ອງລະບຸ URL ຮູບພາບ.",
"textExternalLink": "ລິງພາຍນອກ",
"textFade": "ຈ່າງລົງ",
"textFill": "ຕື່ມ",
"textFinalMessage": "ສິ້ນສຸດເບິ່ງພາບສະໄລ, ກົດອອກ",
"textFind": "ຄົ້ນຫາ",
@ -306,6 +312,7 @@
"textFonts": "ຕົວອັກສອນ",
"textFromLibrary": "ຮູບພາບຈາກຫ້ອງສະໝຸດ",
"textFromURL": "ຮູບພາບຈາກ URL",
"textHeaderRow": "ແຖວຫົວ",
"textHighlight": "ໄຮໄລ້ ຜົນ",
"textHighlightColor": "ທາສີໄຮໄລ້",
"textHorizontalIn": "ລວງນອນທາງໃນ",
@ -320,11 +327,14 @@
"textLetterSpacing": "ໄລຍະຫ່າງລະຫວ່າງຕົວອັກສອນ",
"textLineSpacing": "ໄລຍະຫ່າງລະຫວ່າງເສັ້ນ",
"textLink": "ລີ້ງ",
"textLinkSettings": "ການຕັ້ງຄ່າລີ້ງ",
"textLinkTo": "ເຊື່ອມຕໍ່ຫາ",
"textLinkType": "ປະເພດລີ້ງ",
"textMoveBackward": "ຍ້າຍໄປທາງຫຼັງ",
"textMoveForward": "ຍ້າຍໄປດ້ານໜ້າ",
"textNextSlide": "ພາບສະໄລທັດໄປ",
"textNone": "ບໍ່ມີ",
"textNoStyles": "ບໍ່ມີຮູບແບບສຳລັບແຜນວາດປະເພດນີ້.",
"textNoTextFound": "ບໍ່ພົບເນື້ອຫາ",
"textNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\"",
"textNumbers": "ຕົວເລກ",
@ -334,6 +344,7 @@
"textPictureFromLibrary": "ຮູບພາບຈາກຫ້ອງສະໝຸດ",
"textPictureFromURL": "ຮູບພາບຈາກ URL",
"textPreviousSlide": "ພາບສະໄລຜ່ານມາ",
"textPt": "pt",
"textPush": "ດັນ, ຍູ້",
"textRemoveChart": "ລົບແຜນວາດ",
"textRemoveImage": "ລົບຮູບ",
@ -348,11 +359,16 @@
"textScreenTip": "ຄຳແນະນຳໃນໜ້າຈໍ",
"textSearch": "ຄົ້ນຫາ",
"textSec": "S",
"textSelectObjectToEdit": "ເລືອກຈຸດທີ່ຕ້ອງການເພື່ອແກ້ໄຂ",
"textSendToBackground": "ສົ່ງໄປເປັນພື້ນຫຼັງ",
"textShape": "ຮູບຮ່າງ",
"textSize": "ຂະໜາດ",
"textSlide": "ຮູບແບບສະໄລ້",
"textSlideInThisPresentation": "ພາບສະໄລ່ ໃນບົດນຳສະເໜີນີ້",
"textSlideNumber": "ຮູບແບບເລກສະໄລ້",
"textSmallCaps": "ໂຕອັກສອນນ້ອຍ",
"textSmoothly": "ຮູບແບບລາຍລື້ນ",
"textSplit": "ແຍກ",
"textStartOnClick": "ເລີ່ມຕົ້ນກົດ",
"textStrikethrough": "ຂີດຂ້າອອກ",
"textStyle": "ແບບ",
@ -361,10 +377,12 @@
"textSuperscript": "ຕົວຍົກ",
"textTable": "ຕາຕະລາງ",
"textText": "ເນື້ອຫາ",
"textTheme": "ຫົວຂໍ້",
"textTop": "ເບື້ອງເທີງ",
"textTopLeft": "ຂ້າງເທິງ ເບິື້ອງຊ້າຍ",
"textTopRight": "ຂ້າງເທິງເບື້ອງຂວາ",
"textTotalRow": "ຈໍານວນແຖວທັງໝົດ",
"textTransitions": "ການຫັນປ່ຽນ",
"textType": "ພິມ",
"textUnCover": "ເປີດເຜີຍ",
"textVerticalIn": "ລວງຕັ້ງດ້ານໃນ",
@ -374,25 +392,7 @@
"textZoom": "ຂະຫຍາຍ ເຂົ້າ-ອອກ",
"textZoomIn": "ຊຸມເຂົ້າ",
"textZoomOut": "ຂະຫຍາຍອອກ",
"textZoomRotate": "ຂະຫຍາຍ ແລະ ໝຸນ",
"textBorder": "Border",
"textBulletsAndNumbers": "Bullets & Numbers",
"textCounterclockwise": "Counterclockwise",
"textDefault": "Selected text",
"textEmptyImgUrl": "You need to specify the image URL.",
"textFade": "Fade",
"textHeaderRow": "Header Row",
"textLinkSettings": "Link Settings",
"textLinkType": "Link Type",
"textNoStyles": "No styles for this type of chart.",
"textPt": "pt",
"textSelectObjectToEdit": "Select object to edit",
"textSlide": "Slide",
"textSlideNumber": "Slide Number",
"textSmoothly": "Smoothly",
"textSplit": "Split",
"textTheme": "Theme",
"textTransitions": "Transitions"
"textZoomRotate": "ຂະຫຍາຍ ແລະ ໝຸນ"
},
"Settings": {
"mniSlideStandard": "ມາດຕະຖານ (4:3)",
@ -409,14 +409,19 @@
"textColorSchemes": "ໂທນສີ",
"textComment": "ຄໍາເຫັນ",
"textCreated": "ສ້າງ",
"textDarkTheme": "ຮູບແບບສີສັນມືດ",
"textDisableAll": "ປິດທັງໝົດ",
"textDisableAllMacrosWithNotification": "ປິດການໃຊ້ງານແຈ້ງເຕືອນທົ່ວໄປທັງໝົດ",
"textDisableAllMacrosWithoutNotification": "ປິດການໃຊ້ງານແຈ້ງເຕືອນທົວໄປທັງຫມົດໂດຍບໍ່ມີການແຈ້ງການ",
"textDone": "ສໍາເລັດ",
"textDownload": "ດາວໂຫຼດ",
"textDownloadAs": "ດາວໂຫຼດໂດຍ...",
"textEmail": "ອິເມວ",
"textEnableAll": "ເປີດທັງໝົດ",
"textEnableAllMacrosWithoutNotification": "ເປີດໃຊ້ແຈ້ງເຕືອນທົ່ວໄປໂດຍບໍ່ມີການແຈ້ງການ",
"textFind": "ຄົ້ນຫາ",
"textFindAndReplace": "ຄົ້ນຫາແລະປ່ຽນແທນ",
"textFindAndReplaceAll": "ຄົ້ນຫາ ແລະ ປ່ຽນແທນທັງໝົດ",
"textHelp": "ຊວ່ຍ",
"textHighlight": "ໄຮໄລ້ ຜົນ",
"textInch": "ນີ້ວ",
@ -424,6 +429,7 @@
"textLastModifiedBy": "ແກ້ໄຂຄັ້ງລ້າສຸດໂດຍ",
"textLoading": "ກໍາລັງດາວໂຫຼດ...",
"textLocation": "ສະຖານທີ",
"textMacrosSettings": "ການຕັ້ງຄ່າທົ່ວໄປ",
"textNoTextFound": "ບໍ່ພົບເນື້ອຫາ",
"textOwner": "ເຈົ້າຂອງ",
"textPoint": "ຈຸດ",
@ -449,31 +455,25 @@
"txtScheme10": "ເສັ້ນແບ່ງກາງ",
"txtScheme11": "ລົດໄຟຟ້າ",
"txtScheme12": "ໂມດູນ",
"txtScheme13": "ອຸດົມສົມບູນ",
"txtScheme14": "ໂອຣິເອລ",
"txtScheme15": "ເດີມ",
"txtScheme16": "ເຈ້ຍ",
"txtScheme17": "ເສັ້ນໝູນອ້ອມດວງຕາເວັນ",
"txtScheme18": "ເຕັກນິກ",
"txtScheme19": "ຍ່າງ",
"txtScheme2": "ໂທນສີເທົາ",
"txtScheme20": "ໃນເມືອງ",
"txtScheme21": "Verve",
"txtScheme22": "ຫ້ອງການໃໝ່",
"txtScheme3": "ເອເພັກສ",
"txtScheme4": "ມຸມມອງ",
"txtScheme5": "ພົນລະເມືອງ",
"txtScheme6": "ສຳມະໂນ",
"txtScheme7": "ຄວາມເທົ່າທຽມກັນ",
"txtScheme8": "ຂະບວນການ",
"txtScheme9": "ໂຮງຫລໍ່",
"textDarkTheme": "Dark Theme",
"textDisableAllMacrosWithNotification": "Disable all macros with notification",
"textDisableAllMacrosWithoutNotification": "Disable all macros without notification",
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
"textFindAndReplaceAll": "Find and Replace All",
"textMacrosSettings": "Macros Settings",
"txtScheme13": "Opulent",
"txtScheme14": "Oriel",
"txtScheme15": "Origin",
"txtScheme19": "Trek",
"txtScheme21": "Verve",
"txtScheme22": "New Office",
"textFeedback": "Feedback & Support",
"txtScheme5": "Civic"
"txtScheme9": "ໂຮງຫລໍ່"
}
}
}

View file

@ -162,7 +162,7 @@ const PageStyle = props => {
onRangeChanged={(value) => {props.onBorderSize(borderSizeTransform.sizeByIndex(value))}}
></Range>
</div>
<div className='range-number' slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
<div slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
{stateTextBorderSize + ' ' + Common.Utils.Metric.getMetricName(Common.Utils.Metric.c_MetricUnits.pt)}
</div>
</ListItem>
@ -186,7 +186,7 @@ const PageStyle = props => {
onRangeChanged={(value) => {props.onOpacity(value)}}
></Range>
</div>
<div className='range-number' slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
<div slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
{stateOpacity + ' %'}
</div>
</ListItem>

View file

@ -14,6 +14,7 @@
"SSE.ApplicationController.errorFilePassProtect": "ມີລະຫັດປົກປ້ອງຟາຍນີ້ຈຶ່ງບໍ່ສາມາດເປີດໄດ້",
"SSE.ApplicationController.errorFileSizeExceed": "ຂະໜາດຂອງຟາຍໃຫຍ່ກວ່າທີ່ກຳນົດໄວ້ໃນລະບົບ. <br>ກະລຸນະຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລົບຂອງທ່ານ",
"SSE.ApplicationController.errorForceSave": "ເກີດຂໍ້ຜິດພາດໃນລະຫວ່າງການເບັນທຶກຝາຍ. ກະລຸນາໃຊ້ຕົວເລືອກ 'ດາວໂຫລດເປັນ' ເພື່ອບັນທຶກເອກະສານໄວ້ໃນຮາດໄດຄອມພິວເຕີຂອງທ່ານຫຼືລອງໃໝ່ພາຍຫຼັງ.",
"SSE.ApplicationController.errorLoadingFont": "ຟອນບໍ່ໄດ້ຖືກໂຫລດ.<br>ກະລຸນາແອດມີນຂອງທ່ານ.",
"SSE.ApplicationController.errorTokenExpire": "ເຄື່ອງໝາຍຄວາມປອດໄພຂອງເອກະສານໄດ້ໝົດອາຍຸແລ້ວ. <br> ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບເອກະສານຂອງທ່ານ.",
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "ການເຊື່ອຕໍ່ອິນເຕີເນັດຫາກໍ່ກັບມາ, ແລະຟາຍເອກະສານໄດ້ມີການປ່ຽນແປງແລ້ວ. <b>ກ່ອນທີ່ທ່ານຈະດຳເນີການຕໍ່ໄປ, ທ່ານຕ້ອງໄດ້ດາວໂຫຼດຟາຍ ຫຼືສຳເນົາເນື້ອຫາ ເພື່ອປ້ອງການການສູນເສຍ, ແລະກໍ່ທຳການໂຫຼດໜ້າຄືນອີກຄັ້ງ.",
"SSE.ApplicationController.errorUserDrop": "ບໍ່ສາມາດເຂົ້າເຖິງຟາຍໄດ້",

View file

@ -202,6 +202,7 @@
"Common.Views.Comments.textResolved": "S'ha resolt",
"Common.Views.Comments.textSort": "Ordena els comentaris",
"Common.Views.Comments.textViewResolved": "No teniu permís per tornar a obrir el comentari",
"Common.Views.Comments.txtEmpty": "No hi ha cap comentari al full",
"Common.Views.CopyWarningDialog.textDontShow": "No tornis a mostrar aquest missatge",
"Common.Views.CopyWarningDialog.textMsg": "Les accions de copia, talla i enganxa mitjançant els botons de la barra deines de leditor i les accions del menú contextual només es realitzaran dins daquesta pestanya editor. <br><br>Per copiar o enganxar a o des daplicacions fora de la pestanya de l'editor, utilitza les combinacions de teclat següents:",
"Common.Views.CopyWarningDialog.textTitle": "Accions de copia, talla i enganxa ",

View file

@ -202,6 +202,7 @@
"Common.Views.Comments.textResolved": "Resolved",
"Common.Views.Comments.textSort": "Sort comments",
"Common.Views.Comments.textViewResolved": "You have no permission to reopen the comment",
"Common.Views.Comments.txtEmpty": "There are no comments in the sheet.",
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",
"Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions",

View file

@ -202,6 +202,7 @@
"Common.Views.Comments.textResolved": "Resuelto",
"Common.Views.Comments.textSort": "Ordenar comentarios",
"Common.Views.Comments.textViewResolved": "No tiene permiso para volver a abrir el comentario",
"Common.Views.Comments.txtEmpty": "Sin comentarios en la hoja.",
"Common.Views.CopyWarningDialog.textDontShow": "No volver a mostrar este mensaje",
"Common.Views.CopyWarningDialog.textMsg": "Se puede realizar las acciones de copiar, cortar y pegar usando los botones en la barra de herramientas y el menú contextual sólo en esta pestaña del editor.<br><br>Si quiere copiar o pegar algo fuera de esta pestaña, use las combinaciones de teclas siguientes:",
"Common.Views.CopyWarningDialog.textTitle": "Funciones de Copiar, Cortar y Pegar",

View file

@ -114,6 +114,8 @@
"Common.UI.ExtendedColorDialog.textNew": "ໃຫມ່",
"Common.UI.ExtendedColorDialog.textRGBErr": "ຄ່າທີ່ຕື່ມໃສ່ບໍ່ຖືກຕ້ອງ. <br> ກະລຸນາໃສ່ຄ່າຕົວເລກລະຫວ່າງ 0 ຫາ 255.",
"Common.UI.HSBColorPicker.textNoColor": "ບໍ່ມີສີ",
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "ເຊື່ອງລະຫັດຜ່ານ",
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "ສະແດງລະຫັດຜ່ານ",
"Common.UI.SearchDialog.textHighlight": "ໄຮໄລ້ ຜົນລັບ",
"Common.UI.SearchDialog.textMatchCase": "ກໍລະນີທີ່ສຳຄັນ",
"Common.UI.SearchDialog.textReplaceDef": "ກະລຸນາໃສ່ຕົວ ໜັງ ສືທົດແທນເນື້ອຫາ",
@ -174,6 +176,13 @@
"Common.Views.AutoCorrectDialog.warnReset": "ທຸກໆການແກ້ໄຂອັດຕະໂນມັດທີ່ທ່ານເພີ່ມຈະຖືກລຶບອອກແລະສິ່ງທີ່ຖືກປ່ຽນແປງຈະຖືກ ນຳ ກັບມາໃຊ້ແບບເດີມ. ທ່ານຕ້ອງການ ດຳ ເນີນການຕໍ່ບໍ?",
"Common.Views.AutoCorrectDialog.warnRestore": "ການປ້ອນຂໍ້ມູນທີ່ຖືກຕ້ອງສຳລັບ %1 ຈະຖືກຕັ້ງຄ່າໃຫ້ກັບມາເປັນຄ່າເດີມ. ທ່ານຕ້ອງການດຳເນີນການຕໍ່ບໍ່?",
"Common.Views.Chat.textSend": "ສົ່ງ",
"Common.Views.Comments.mniAuthorAsc": "ລຽງ A ຫາ Z",
"Common.Views.Comments.mniAuthorDesc": "ລຽງ Z ເຖິງ A",
"Common.Views.Comments.mniDateAsc": "ເກົ່າທີ່ສຸດ",
"Common.Views.Comments.mniDateDesc": "ໃໝ່ລ່າສຸດ",
"Common.Views.Comments.mniFilterGroups": "ກັ່ນຕອງຕາມກຸ່ມ",
"Common.Views.Comments.mniPositionAsc": "ຈາກດ້ານເທິງ",
"Common.Views.Comments.mniPositionDesc": "ຈາກລຸ່ມ",
"Common.Views.Comments.textAdd": "ເພີ່ມ",
"Common.Views.Comments.textAddComment": "ເພີ່ມຄວາມຄິດເຫັນ",
"Common.Views.Comments.textAddCommentToDoc": "ເພີ່ມຄວາມຄິດເຫັນໃນເອກະສານ",
@ -182,6 +191,7 @@
"Common.Views.Comments.textAnonym": " ແຂກ",
"Common.Views.Comments.textCancel": "ຍົກເລີກ",
"Common.Views.Comments.textClose": " ປິດ",
"Common.Views.Comments.textClosePanel": "ປິດຄຳເຫັນ",
"Common.Views.Comments.textComments": "ຄໍາເຫັນ",
"Common.Views.Comments.textEdit": "ຕົກລົງ",
"Common.Views.Comments.textEnterCommentHint": "ໃສ່ຄຳເຫັນຂອງທ່ານທີ່ນີ້",
@ -190,6 +200,8 @@
"Common.Views.Comments.textReply": "ຕອບ",
"Common.Views.Comments.textResolve": "ແກ້ໄຂ",
"Common.Views.Comments.textResolved": "ແກ້ໄຂແລ້ວ",
"Common.Views.Comments.textSort": "ຈັດຮຽງຄຳເຫັນ",
"Common.Views.Comments.textViewResolved": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ເປີດຄໍາຄິດເຫັນຄືນ",
"Common.Views.CopyWarningDialog.textDontShow": "ຢ່າສະແດງຂໍ້ຄວາມນີ້ອີກ",
"Common.Views.CopyWarningDialog.textMsg": "ດຳເນີນການສຳເນົາ,ຕັດ ແລະ ວາງ ໂດຍໃຊ້ປຸ່ມເຄື່ອງມືແກ້ໄຂ ແລະ ",
"Common.Views.CopyWarningDialog.textTitle": "ປະຕິບັດການສໍາເນົາ, ຕັດ ແລະ ວາງ",
@ -231,6 +243,7 @@
"Common.Views.History.textRestore": "ກູ້ຄືນ",
"Common.Views.History.textShow": "ຂະຫຍາຍສ່ວນ",
"Common.Views.History.textShowAll": "ສະແດງການປ່ຽນແປງໂດຍລະອຽດ",
"Common.Views.History.textVer": "ver.",
"Common.Views.ImageFromUrlDialog.textUrl": "ວາງ URL ຂອງຮູບພາບ:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "ຈຳເປັນຕ້ອງມີສ່ວນນີ້",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\"",
@ -356,6 +369,7 @@
"Common.Views.ReviewPopover.textOpenAgain": "ເປີດໃໝ່ອີກຄັ້ງ",
"Common.Views.ReviewPopover.textReply": "ຕອບ",
"Common.Views.ReviewPopover.textResolve": "ແກ້ໄຂ",
"Common.Views.ReviewPopover.textViewResolved": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ເປີດຄໍາຄິດເຫັນຄືນ",
"Common.Views.ReviewPopover.txtDeleteTip": "ລົບ",
"Common.Views.ReviewPopover.txtEditTip": "ແກ້ໄຂ",
"Common.Views.SaveAsDlg.textLoading": "ກຳລັງໂຫລດ",
@ -428,6 +442,7 @@
"SSE.Controllers.DataTab.txtRemDuplicates": "ລົບລາຍການທີ່ຊໍ້າກັນ",
"SSE.Controllers.DataTab.txtRemoveDataValidation": "ການເລືອກປະເພດຕ້ອງລືອກຫຼາຍກ່ອນ 1 ປະເພດ. <br> ການຕັ້ງຄ່າປັດຈຸບັນດຳເນີນການຕໍ່?",
"SSE.Controllers.DataTab.txtRemSelected": "ລົບໃນລາຍການທີ່ເລືອກ",
"SSE.Controllers.DataTab.txtUrlTitle": "ວາງ URL ຂໍ້ມູນ",
"SSE.Controllers.DocumentHolder.alignmentText": "ການຈັດຕຳແໜ່ງ",
"SSE.Controllers.DocumentHolder.centerText": "ທາງກາງ",
"SSE.Controllers.DocumentHolder.deleteColumnText": "ລົບຖັນ",
@ -465,6 +480,7 @@
"SSE.Controllers.DocumentHolder.txtAddVer": "ເພີ່ມເສັ້ນແນວຕັ້ງ",
"SSE.Controllers.DocumentHolder.txtAlignToChar": "ຈັດຕຳແໜ່ງໃຫ້ຊື່ກັບຕົວອັກສອນ",
"SSE.Controllers.DocumentHolder.txtAll": "(ທັງໝົດ)",
"SSE.Controllers.DocumentHolder.txtAllTableHint": "ສົ່ງຄືນເນື້ອຫາທັງໝົດຂອງຕາຕະລາງ ຫຼື ຖັນຕາຕະລາງທີ່ລະບຸໄວ້ ລວມທັງສ່ວນຫົວຖັນ, ຂໍ້ມູນ ແລະແຖວທັງໝົດ",
"SSE.Controllers.DocumentHolder.txtAnd": "ແລະ",
"SSE.Controllers.DocumentHolder.txtBegins": "ເລີ້ມຕົ້ນດ້ວຍ",
"SSE.Controllers.DocumentHolder.txtBelowAve": "ຕ່ຳກ່ວາຄ່າສະເລ່ຍ",
@ -474,6 +490,7 @@
"SSE.Controllers.DocumentHolder.txtColumn": "ຄໍລັ້ມ",
"SSE.Controllers.DocumentHolder.txtColumnAlign": "ການຈັດແນວຄໍລັ້ມ",
"SSE.Controllers.DocumentHolder.txtContains": "ປະກອບດ້ວຍ",
"SSE.Controllers.DocumentHolder.txtDataTableHint": "ສົ່ງຄືນຕາລາງຂໍ້ມູນຂອງຕາຕະລາງ ຫຼືຖັນຕາຕະລາງທີ່ລະບຸ",
"SSE.Controllers.DocumentHolder.txtDecreaseArg": "ຫຼູດຜ່ອນຄວາມຜິດພາດ",
"SSE.Controllers.DocumentHolder.txtDeleteArg": "ລົບຂໍ້ຂັດແຍ່ງທັງໝົດ",
"SSE.Controllers.DocumentHolder.txtDeleteBreak": "ຢຸດການລົບດ້ວຍຕົວເອງ",
@ -497,6 +514,7 @@
"SSE.Controllers.DocumentHolder.txtGreaterEquals": "ໃຫຍ່ກວ່າ ຫລື ເທົ່າກັບ",
"SSE.Controllers.DocumentHolder.txtGroupCharOver": "ຂຽນທັບຂໍ້ຄວາມ",
"SSE.Controllers.DocumentHolder.txtGroupCharUnder": "ຂຽນກ້ອງຂໍ້ຄວາມ",
"SSE.Controllers.DocumentHolder.txtHeadersTableHint": "ສົ່ງຄືນສ່ວນຫົວຖັນສຳລັບຕາຕະລາງ ຫຼືຖັນຕາຕະລາງທີ່ລະບຸ",
"SSE.Controllers.DocumentHolder.txtHeight": "ລວງສູງ",
"SSE.Controllers.DocumentHolder.txtHideBottom": "ເຊື່ອງຂອບດ້ານລູ່ມ",
"SSE.Controllers.DocumentHolder.txtHideBottomLimit": "ເຊື່ອງຂີດຈຳກັດດ້ານລູ່ມ",
@ -526,6 +544,7 @@
"SSE.Controllers.DocumentHolder.txtLimitChange": "ປ່ຽນສະຖານທີ່ຈຳກັດ",
"SSE.Controllers.DocumentHolder.txtLimitOver": "ຈຳກັດຂໍ້ຄວາມ",
"SSE.Controllers.DocumentHolder.txtLimitUnder": "ຈຳກັດເນື້ອ",
"SSE.Controllers.DocumentHolder.txtLockSort": "ພົບຂໍ້ມູນຢູ່ຖັດຈາກການເລືອກຂອງທ່ານ, ແຕ່ທ່ານບໍ່ມີສິດພຽງພໍເພື່ອປ່ຽນຕາລາງເຫຼົ່ານັ້ນ.<br>ທ່ານຕ້ອງການສືບຕໍ່ກັບການເລືອກປັດຈຸບັນບໍ?",
"SSE.Controllers.DocumentHolder.txtMatchBrackets": "ຈັບຄູ່ວົງເລັບເພື່ອຄວາມສູງຂອງການໂຕ້ຖຽງ",
"SSE.Controllers.DocumentHolder.txtMatrixAlign": "ຈັດລຽງການຈັດຊຸດຂໍ້ມູນ",
"SSE.Controllers.DocumentHolder.txtNoChoices": "ບໍ່ມີຕົວເລືອກໃຫ້ຕື່ມເຊວ. <br> ມີແຕ່ຄ່າຂໍ້ຄວາມຈາກຖັນເທົ່ານັ້ນທີ່ສາມາດເລືອກມາເພື່ອປ່ຽນແທນໄດ້.",
@ -574,10 +593,13 @@
"SSE.Controllers.DocumentHolder.txtSorting": "ການລຽງລຳດັບ",
"SSE.Controllers.DocumentHolder.txtSortSelected": "ຈັດລຽງທີ່ເລືອກ",
"SSE.Controllers.DocumentHolder.txtStretchBrackets": "ຂະຫຍາຍວົງເລັບ",
"SSE.Controllers.DocumentHolder.txtThisRowHint": "ເລືອກສະເພາະຄໍລຳທີ່ລະບຸ",
"SSE.Controllers.DocumentHolder.txtTop": "ຂ້າງເທີງ",
"SSE.Controllers.DocumentHolder.txtTotalsTableHint": "ສົ່ງຄືນແຖວທັງໝົດສຳລັບຕາຕະລາງ ຫຼືຖັນຕາຕະລາງທີ່ລະບຸ",
"SSE.Controllers.DocumentHolder.txtUnderbar": "ຂີດກອ້ງຕົວໜັງສື",
"SSE.Controllers.DocumentHolder.txtUndoExpansion": "ຍົກເລີກການຂະຫຍານຕາຕະລາງແບບອັດຕະໂນມັດ",
"SSE.Controllers.DocumentHolder.txtUseTextImport": "ໃຊ້ຕົວຊ່ວຍສ້າງການນຳເຂົ້າຂໍ້ຄວາມ",
"SSE.Controllers.DocumentHolder.txtWarnUrl": "ການຄລິກລິ້ງນີ້ອາດເປັນອັນຕະລາຍຕໍ່ອຸປະກອນ ແລະຂໍ້ມູນຂອງທ່ານ.<br>ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການສືບຕໍ່?",
"SSE.Controllers.DocumentHolder.txtWidth": "ລວງກວ້າງ",
"SSE.Controllers.FormulaDialog.sCategoryAll": "ທັງໝົດ",
"SSE.Controllers.FormulaDialog.sCategoryCube": "ກຳລັງສາມ",
@ -612,6 +634,7 @@
"SSE.Controllers.LeftMenu.warnDownloadAs": "ຖ້າທ່ານສືບຕໍ່ບັນທຶກໃນຮູບແບບນີ້ທຸກລັກສະນະ ຍົກເວັ້ນຂໍ້ຄວາມຈະຫາຍໄປ. <br> ທ່ານແນ່ໃຈບໍ່ວ່າທ່ານຕ້ອງການດໍາເນີນຕໍ່?",
"SSE.Controllers.Main.confirmMoveCellRange": "ຊ່ວງເຊວປາຍທາງສາມາດບັນຈຸຂໍ້ມູນໄດ້. ດຳເນີນການຕໍ່ຫຼືບໍ່?",
"SSE.Controllers.Main.confirmPutMergeRange": "ແຫ່ງຂໍ້ມູນບັນຈຸບັນລວມເຊວກັນ. <br> ຂໍ້ມູນໄດ້ລວມກັນກ່ອນໜ້າທີ່ໄດ້ບັນທຶກລົງໃນຕາຕະລາງ.",
"SSE.Controllers.Main.confirmReplaceFormulaInTable": "ສູດໃນຫົວແຖວຈະຖືກລຶບອອກ ແລະ ປ່ຽນເປັນຂໍ້ຄວາມໃນສູດ.<br>ທ່ານຕ້ອງການສືບຕໍ່ບໍ?",
"SSE.Controllers.Main.convertationTimeoutText": "ໝົດເວລາການປ່ຽນແປງ.",
"SSE.Controllers.Main.criticalErrorExtText": "ກົດປຸ່ມ \"OK\" ເພື່ອກັບໄປຫາລາຍການເອກະສານ.",
"SSE.Controllers.Main.criticalErrorTitle": "ຂໍ້ຜິດພາດ",
@ -627,8 +650,10 @@
"SSE.Controllers.Main.errorAutoFilterHiddenRange": "ການດຳເນີນການດັ່ງກ່າວບໍ່ສາມາດດຳເນີນການໄດ້ ເນື່ອງຈາກພື້ນທີ່ເຊວທີ່ຖືກຄັດກອງ. <br> ກະລຸນາສະແດງອົງປະກອບທີ່ຄັດກອງແລ້ວລອງໃໝ່ອີກຄັ້ງ.",
"SSE.Controllers.Main.errorBadImageUrl": "URL ຮູບພາບບໍ່ຖືກຕ້ອງ",
"SSE.Controllers.Main.errorCannotUngroup": "ບໍ່ສາມາດຍົກເລີກການຈັດກຸ່ມໄດ້, ໃນການເລີ້ມໂຄງຮ່າງໃຫ້ເລືອກລາຍລະອຽດຂອງແຖວຫຼືຄໍລັມແລ້ວຈັດກຸ່ມ",
"SSE.Controllers.Main.errorCannotUseCommandProtectedSheet": "ທ່ານບໍ່ສາມາດໃຊ້ຄໍາສັ່ງນີ້ຢູ່ໃນໜ້າທີ່ມີການປ້ອງກັນ. ເພື່ອໃຊ້ຄໍາສັ່ງນີ້, ຍົກເລີກການປົກປັກຮັກສາແຜ່ນ.<br>ທ່ານອາດຈະຖືກຮ້ອງຂໍໃຫ້ໃສ່ລະຫັດຜ່ານ.",
"SSE.Controllers.Main.errorChangeArray": "ທ່ານບໍ່ສາມາດປ່ຽນສ່ວນ ໜຶ່ງ ຂອງອາເລໄດ້.",
"SSE.Controllers.Main.errorChangeFilteredRange": "ການດຳເນີນການໃນຄັ້ງນີ້ຈະປ່ຽນແປງຊ່ວງການກັ່ນຕອງເທິງເວີກຊີດຂອງທ່ານ <br> ເພື່ອໃຫ້ວຽກນີ້ສຳເລັດສົມບູນ, ກະລຸນາລົບຕົວກັ່ນຕອງແບບອັດຕະໂນມັດ.",
"SSE.Controllers.Main.errorChangeOnProtectedSheet": "ຕາລາງ ຫຼື ແຜນກ້າບທີ່ທ່ານກຳລັງພະຍາຍາມປ່ຽນແປງແມ່ນຢູ່ໃນແຜ່ນທີ່ປ້ອງກັນໄວ້. ທ່ານອາດຈະຖືກຮ້ອງຂໍໃຫ້ໃສ່ລະຫັດຜ່ານ.",
"SSE.Controllers.Main.errorCoAuthoringDisconnect": "ຂາດການເຊື່ອມຕໍ່ອິນເຕີເນັດ, ເອກະສານບໍ່ສາມາດແກ້ໄຂໄດ້ໃນປັດຈຸບັນ.",
"SSE.Controllers.Main.errorConnectToServer": "ເອກະສານບໍ່ສາມາດບັນທຶກໄດ້. ກະລຸນາກວດສອບການຕັ້ງຄ່າການເຊື່ອມຕໍ່ ຫລື ຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບຂອງທ່ານ. <br> ເມື່ອທ່ານກົດປຸ່ມ 'OK', ທ່ານຈະໄດ້ຮັບການແຈ້ງເຕືອນໃຫ້ດາວໂຫລດເອກະສານ.",
"SSE.Controllers.Main.errorCopyMultiselectArea": "ຄຳ ສັ່ງນີ້ບໍ່ສາມາດໃຊ້ກັບການເລືອກຫລາຍໆອັນໄດ້ <br> ເລືອກຊ່ວງດຽວ ແລະ ລອງ ໃໝ່ ອີກຄັ້ງ",
@ -640,6 +665,8 @@
"SSE.Controllers.Main.errorDataRange": "ໄລຍະຂອງຂໍ້ມູນບໍ່ຖືກ",
"SSE.Controllers.Main.errorDataValidate": "ຄ່າທີ່ທ່ານປ້ອນບໍ່ຖືກຕ້ອງ. <br> ຜູ້ໃຊ້ໄດ້ຈຳກັດຄ່າທີ່ສາມາດປ້ອນລົງໃນເຊວນີ້ໄດ້.",
"SSE.Controllers.Main.errorDefaultMessage": "ລະຫັດຂໍ້ຜິດພາດ: %1",
"SSE.Controllers.Main.errorDeleteColumnContainsLockedCell": "ທ່ານກຳລັງພະຍາຍາມລຶບຖັນທີ່ມີຕາລາງທີ່ຖືກລັອກໄວ້. ຕາລາງທີ່ຖືກລັອກບໍ່ສາມາດຖືກລຶບໃນຂະນະທີ່ແຜ່ນວຽກຖືກລັອກ. ທ່ານອາດຈະຖືກຮ້ອງຂໍໃຫ້ໃສ່ລະຫັດຜ່ານ.",
"SSE.Controllers.Main.errorDeleteRowContainsLockedCell": "ຕາລາງທີ່ຖືກລັອກບໍ່ສາມາດຖືກລຶບໃນຂະນະທີ່ແຜ່ນວຽກຖືກລັອກ. ທ່ານອາດຈະຖືກຮ້ອງຂໍໃຫ້ໃສ່ລະຫັດຜ່ານ.",
"SSE.Controllers.Main.errorEditingDownloadas": "ເກີດຂໍ້ຜິດພາດໃນລະຫວ່າງການເຮັດວຽກກັບເອກກະສານ.<br>ໃຊ້ຕົວເລືອກ 'ດາວໂຫລດເປັນ ... ' ເພື່ອບັນທຶກເອກະສານເກັບໄວ້ໃນຮາດໄດຄອມພິວເຕີຂອງທ່ານ.",
"SSE.Controllers.Main.errorEditingSaveas": "ເກີດຂໍ້ຜິດພາດໃນລະຫວ່າງການເຮັດວຽກກັບເອກກະສານ.<br>ໃຊ້ຕົວເລືອກ 'ບັນທຶກເປັນ ... ' ເພື່ອບັນທຶກເອກະສານເກັບໄວ້ໃນຮາດໄດຄອມພິວເຕີຂອງທ່ານ.",
"SSE.Controllers.Main.errorEditView": "ບໍ່ສາມາດແກ້ໄຂມຸມມອງແຜ່ນວຽກທີ່ມີຢູ່ແລ້ວໄດ້ ແລະ ບໍ່ສາມາດສ້າງມຸມມອງໃໝ່ໄດ້ໃນຂະນະນີ້ເນື່ອງຈາກມີບາງສ່ວນກຳລັງແກ້ໄຂ.",
@ -662,6 +689,8 @@
"SSE.Controllers.Main.errorKeyEncrypt": "ບໍ່ຮູ້ຄຳອະທິບາຍຫຼັກ",
"SSE.Controllers.Main.errorKeyExpire": "ລະຫັດໝົດອາຍຸ",
"SSE.Controllers.Main.errorLabledColumnsPivot": "ການທີ່ຈະສ້າງຕາຕະລາງພິວອດ ຄວນຈະນຳໃຊ້ຂໍ້ມູນທີ່ຖືກຈັດເປັນລະບຽບຢູ່ລາຍການທີ່ມີປ້າຍໝາຍຢູ່ຖັນ.",
"SSE.Controllers.Main.errorLoadingFont": "ຟອນບໍ່ໄດ້ຖືກໂຫລດ.<br>ກະລຸນາແອດມີນຂອງທ່ານ.",
"SSE.Controllers.Main.errorLocationOrDataRangeError": "ການອ້າງອີງສະຖານທີ່ ຫຼືໄລຍະຂໍ້ມູນບໍ່ຖືກຕ້ອງ.",
"SSE.Controllers.Main.errorLockedAll": "ການປະຕິບັດງານບໍ່ສາມາດດຳເນີນການໄດ້ເນື່ອງຈາກວ່າ ແຜ່ນເຈ້ຍໄດ້ຖືກລັອກໂດຍຜູ້ໃຊ້ຄົນອື່ນ.",
"SSE.Controllers.Main.errorLockedCellPivot": "ທ່ານບໍ່ສາມາດປ່ຽນແປງຂໍ້ມູນທີ່ຢູ່ໃນຕາຕະລາງພິວອດໄດ້.",
"SSE.Controllers.Main.errorLockedWorksheetRename": "ບໍ່ສາມາດປ່ຽນຊື່ເອກະສານໄດ້ໃນເວລານີ້ຍ້ອນວ່າຖືກປ່ຽນຊື່ໂດຍຜູ້ໃຊ້ຄົນອື່ນ",
@ -672,6 +701,7 @@
"SSE.Controllers.Main.errorNoDataToParse": "ບໍ່ໄດ້ເລືອກຂໍ້ມູນທີ່ຈະແຍກວິເຄາະ",
"SSE.Controllers.Main.errorOpenWarning": "ສູດແຟ້ມໃດໜຶ່ງມີຕົວອັກສອນເກີນຂີດຈຳກັດ 8192.<br>ສູດໄດ້ຖືກລົບອອກ.",
"SSE.Controllers.Main.errorOperandExpected": "ການເຂົ້າຟັງຊັນທີ່ຖືກເຂົ້າມາແມ່ນບໍ່ຖືກຕ້ອງ. ກະລຸນາກວດເບິ່ງວ່າທ່ານ ກຳ ລັງຂາດໃນວົງເລັບໜຶ່ງ",
"SSE.Controllers.Main.errorPasswordIsNotCorrect": "ລະຫັດຜ່ານທີ່ທ່ານລະບຸນັ້ນບໍ່ຖືກຕ້ອງ.<br>ກວດສອບວ່າກະແຈ CAPS LOCK ປິດຢູ່ ແລະໃຫ້ແນ່ໃຈວ່າໃຊ້ຕົວພິມໃຫຍ່ທີ່ຖືກຕ້ອງ.",
"SSE.Controllers.Main.errorPasteMaxRange": "ພື້ນທີ່ສໍາເນົາ ແລະ ວາງບໍ່ກົງກັນ. <br> ກະລຸນາເລືອກພື້ນທີ່ທີ່ມີຂະໜາດດຽວກັນ ຫຼື ກົດທີ່ເຊວທຳອິດຕິດຕໍ່ກັນເພື່ອວາງເຊວທີ່ຖືກຄັດລອກ.",
"SSE.Controllers.Main.errorPasteMultiSelect": "ການດໍາເນີນການນີ້ບໍ່ສາມາດເຮັດໄດ້ໃນການເລືອກຫຼາຍຊ່ອງ <br> ໃຫ້ທ່ານເລືອກຊ່ອງດຽວ ແລະ ລອງໃຫມ່ອີກຄັ້ງ",
"SSE.Controllers.Main.errorPasteSlicerError": "ບໍ່ສາມາດສຳເນົາຕົວແບ່ງຂໍ້ມູນຕາຕະລາງຈາກງານໜື່ງໄປຍັງງານອື່ນ.",
@ -685,6 +715,7 @@
"SSE.Controllers.Main.errorSessionIdle": "ເອກະສານດັ່ງກ່າວບໍ່ໄດ້ຖືກແກ້ໄຂມາດົນແລ້ວ. ກະລຸນາໂຫລດໜ້ານີ້ຄືນໃໝ່.",
"SSE.Controllers.Main.errorSessionToken": "ການເຊື່ອມຕໍ່ຫາເຊີເວີຖືກລົບກວນ, ກະລຸນາໂຫຼດໜ້າຄືນໃໝ່.",
"SSE.Controllers.Main.errorSetPassword": "ບໍ່ສາມາດຕັ້ງລະຫັດຜ່ານໄດ້",
"SSE.Controllers.Main.errorSingleColumnOrRowError": "ການອ້າງອີງຕຳແໜ່ງທີ່ບໍ່ຖືກຕ້ອງ ເພາະວ່າຕາລາງທັງໝົດບໍ່ແມ່ນຢູ່ໃນຖັນ ຫຼື ແຖວດຽວກັນ.<br>ກະລຸນາ ເລືອກຕາລາງທີ່ຢູ່ໃນຖັນ ຫຼື ແຖວດຽວ.",
"SSE.Controllers.Main.errorStockChart": "ຄໍາສັ່ງແຖວບໍ່ຖືກຕ້ອງ. ເພື່ອສ້າງຕາຕະລາງຫຸ້ນ ໃຫ້ວາງຂໍ້ມູນໃສ່ເຈັ້ຍຕາມ ລຳດັບຕໍ່ໄປນີ້:<br> ລາຄາເປີດ, ລາຄາສູງສຸດ, ລາຄາຕໍ່າສຸດ, ລາຄາປິດ. ",
"SSE.Controllers.Main.errorToken": "ເຄື່ອງໝາຍຄວາມປອດໄພເອກະສານບໍ່ຖືກຕ້ອງ. <br> ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບເອກະສານຂອງທ່ານ.",
"SSE.Controllers.Main.errorTokenExpire": "ເຄື່ອງໝາຍຄວາມປອດໄພຂອງເອກະສານໄດ້ໝົດອາຍຸແລ້ວ. <br> ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບເອກະສານຂອງທ່ານ.",
@ -696,6 +727,7 @@
"SSE.Controllers.Main.errorViewerDisconnect": "ຂາດການເຊື່ອມຕໍ່. ທ່ານຍັງສາມາດເບິ່ງເອກະສານໄດ້, <br> ແຕ່ຈະບໍ່ສາມາດດາວໂຫລດຫລືພິມໄດ້ຈົນກວ່າການເຊື່ອມຕໍ່ຈະຖືກກັັບຄືນ ແລະ ໜ້າ ຈະຖືກໂຫລດຄືນ",
"SSE.Controllers.Main.errorWrongBracketsCount": "ເກີດຂໍ້ຜິດພາດໃນສູດທີ່ໃຊ້.<br>ຈຳນວນວົງເລັບບໍ່ຖືກຕ້ອງ.",
"SSE.Controllers.Main.errorWrongOperator": "ເກີດຂໍ້ຜິດພາດໃນສູດທີ່ໃຊ້, ຕົວດຳເນີນການບໍ່ຖືກຕ້ອງ. <br>ກະລຸນາແກ້ໄຂຂໍ້ຜິດພາດ",
"SSE.Controllers.Main.errorWrongPassword": "ລະຫັດຜ່ານທີ່ທ່ານໃຫ້ນັ້ນບໍ່ຖືກຕ້ອງ.",
"SSE.Controllers.Main.errRemDuplicates": "ພົບຄ່າທີ່ຊ້ຳກັນ ແລະ ຖືກລົບ {0},​ຄ່າທີ່ບໍ່ຊ້ຳກັນ {1}.",
"SSE.Controllers.Main.leavePageText": "ທ່ານມີການປ່ຽນແປງທີ່ບໍ່ໄດ້ຖືກບັນທຶກຢູ່ spreadsheet ນີ້. ກົດປຸ່ມ ' ຢູ່ໜ້ານີ້ ' ແລ້ວ ກົດ 'ບັນທຶກ' ເພື່ອບັນທຶກມັນ. ກົດປຸ່ມ 'ອອກຈາກໜ້ານີ້' ເພື່ອລະເລີຍການປ່ຽນແປງທີ່ບໍ່ໄດ້ຖືກບັນທຶກ.",
"SSE.Controllers.Main.leavePageTextOnClose": "ທຸກໆການປ່ຽນແປງທີ່ບໍ່ໄດ້ເກັບຮັກສາໄວ້ໃນຕາຕະລາງນີ້ຈະຫາຍໄປ. ກົດ \"ຍົກເລິກ\" ຈາກນັ້ນ ກົດ \"ບັນທຶກ\" ເພື່ອກົດບັນທຶກ. ກົດ \"OK\" ເພື່ອຍົກເລີກການປ່ຽນແປງທີ່ບໍ່ໄດ້ບັນທຶກ.",
@ -733,15 +765,23 @@
"SSE.Controllers.Main.textContactUs": "ຕິດຕໍ່ຜູ້ຂາຍ",
"SSE.Controllers.Main.textConvertEquation": "ສົມຜົນນີ້ໄດ້ຖືກສ້າງຂື້ນມາກັບບັນນາທິການສົມຜົນລຸ້ນເກົ່າເຊິ່ງບໍ່ໄດ້ຮັບການສະ ໜັບ ສະ ໜູນ ອີກຕໍ່ໄປ ເພື່ອດັດແກ້ມັນ, ປ່ຽນສົມຜົນໃຫ້ເປັນຮູບແບບ Office Math ML. <br> ປ່ຽນດຽວນີ້ບໍ?",
"SSE.Controllers.Main.textCustomLoader": "ກະລຸນາຮັບຊາບວ່າ ອີງຕາມຂໍ້ ກຳນົດຂອງໃບອະນຸຍາດ ທ່ານບໍ່ມີສິດທີ່ຈະປ່ຽນແປງ ການບັນຈຸ. <br> ກະລຸນາຕິດຕໍ່ຝ່າຍຂາຍຂອງພວກເຮົາເພື່ອຂໍໃບສະເໜີ.",
"SSE.Controllers.Main.textDisconnect": "ຂາດການເຊື່ອມຕໍ່",
"SSE.Controllers.Main.textFillOtherRows": "ຕື່ມຂໍ້ມູນໃສ່ແຖວອື່ນ",
"SSE.Controllers.Main.textFormulaFilledAllRows": "ຕື່ມສູດໃສ່ສະເພາະ {0 }. ຕື່ມແຖວຫວ່າງອື່ນໆອາດໃຊ້ເວລາສອງສາມນາທີ.",
"SSE.Controllers.Main.textFormulaFilledAllRowsWithEmpty": "ຕື່ມສູດໃສ່ສະເພາະ {0 }. ຕື່ມແຖວຫວ່າງອື່ນໆອາດໃຊ້ເວລາສອງສາມນາທີ.",
"SSE.Controllers.Main.textFormulaFilledFirstRowsOtherHaveData": "ສູດທີ່ຕື່ມໃສ່ພຽງແຕ່ {0} ແຖວທໍາອິດທີ່ມີຂໍ້ມູນໃນການບັນທືກ. ເພື່ອການປະຫຍັດໜ່ວຍວຍຄວາມຈໍາ. ມີ {1} ແຖວອື່ນທີ່ມີຂໍ້ມູນຢູ່ໃນຊີດນີ້. ທ່ານສາມາດຕື່ມຂໍ້ມູນໃຫ້ຄົນອື່ນດ້ວຍຕົນເອງ.",
"SSE.Controllers.Main.textFormulaFilledFirstRowsOtherIsEmpty": "ສູດຕື່ມໃສ່ພຽງແຕ່ {0} ແຖວທຳອິດໃນການບັນທືກ. ແຖວອື່ນໃນແຜ່ນຊີດນີ້ບໍ່ມີຂໍ້ມູນ.",
"SSE.Controllers.Main.textGuest": "ບຸກຄົນທົ່ວໄປ",
"SSE.Controllers.Main.textHasMacros": "ເອກະສານບັນຈຸ ມາກໂຄ <br> ແບບອັດຕະໂນມັດ, ທ່ານຍັງຕ້ອງການດໍາເນີນງານ ມາກໂຄ ບໍ ",
"SSE.Controllers.Main.textLearnMore": "ຮຽນຮູ້ເພີ່ມຕື່ມ",
"SSE.Controllers.Main.textLoadingDocument": "ກຳລັງໂຫຼດ spreadsheet",
"SSE.Controllers.Main.textLongName": "ໃສ່ຊື່ທີ່ມີຄວາມຍາວໜ້ອຍກວ່າ 128 ຕົວອັກສອນ.",
"SSE.Controllers.Main.textNeedSynchronize": "ທ່ານໄດ້ປັບປຸງ",
"SSE.Controllers.Main.textNo": "ບໍ່",
"SSE.Controllers.Main.textNoLicenseTitle": "ໃບອະນຸຍາດໄດ້ເຖິງຈຳນວນທີ່ຈຳກັດແລ້ວ",
"SSE.Controllers.Main.textPaidFeature": "ຄຸນສົມບັດທີ່ຈ່າຍ",
"SSE.Controllers.Main.textPleaseWait": "ການດຳເນີນງານອາດຈະໃຊ້ເວລາຫຼາຍກວ່າທີ່ຄາດໄວ້. ກະລຸນາລໍຖ້າ...",
"SSE.Controllers.Main.textReconnect": "ການເຊື່ອມຕໍ່ຖືກກູ້ຄືນມາ",
"SSE.Controllers.Main.textRemember": "ຈື່ທາງເລືອກຂອງຂ້ອຍ",
"SSE.Controllers.Main.textRenameError": "ຊື່ຜູ້ໃຊ້ຕ້ອງບໍ່ວ່າງ",
"SSE.Controllers.Main.textRenameLabel": "ໃສ່ຊື່ສຳລັບເປັນຜູ້ປະສານງານ",
@ -990,6 +1030,9 @@
"SSE.Controllers.Main.txtTable": "ຕາຕະລາງ",
"SSE.Controllers.Main.txtTime": "ເວລາ",
"SSE.Controllers.Main.txtUnlock": "ປົດລັອກ",
"SSE.Controllers.Main.txtUnlockRange": "ປົດລັອກໄລຍະ",
"SSE.Controllers.Main.txtUnlockRangeDescription": "ໃສ່ລະຫັດຜ່ານເພື່ອປ່ຽນໄລຍະ:",
"SSE.Controllers.Main.txtUnlockRangeWarning": "ການປ່ຽນແມ່ນຖືກເຂົ້າລະຫັດຜ່ານ.",
"SSE.Controllers.Main.txtValues": "ການຕີລາຄາ, ປະເມີນ",
"SSE.Controllers.Main.txtXAxis": "ແກນ X",
"SSE.Controllers.Main.txtYAxis": "ແກນ Y",
@ -1001,7 +1044,7 @@
"SSE.Controllers.Main.uploadDocSizeMessage": "ເກີນຂີດ ຈຳ ກັດຂະ ໜາດ ເອກະສານ.",
"SSE.Controllers.Main.uploadImageExtMessage": "ບໍ່ຮູ້ສາເຫດຂໍ້ຜິດຜາດຮູບແບບຂອງຮູບ",
"SSE.Controllers.Main.uploadImageFileCountMessage": "ບໍ່ມີຮູບພາບອັບໂຫລດ",
"SSE.Controllers.Main.uploadImageSizeMessage": "ຂະໜາດຂອງຮູບພາບໃຫ່ຍເກີນກໍານົດ",
"SSE.Controllers.Main.uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB.",
"SSE.Controllers.Main.uploadImageTextText": "ກໍາລັງອັບໂຫລດຮູບພາບ",
"SSE.Controllers.Main.uploadImageTitleText": "ກໍາລັງອັບໂຫລດຮູບພາບ",
"SSE.Controllers.Main.waitText": "ກະລຸນາລໍຖ້າ...",
@ -1030,6 +1073,7 @@
"SSE.Controllers.Statusbar.errorLastSheet": "ສະໝຸດເຮັດວຽກຕ້ອງມີຢ່າງໜ້ອຍໜື່ງແຜ່ນທີ່ເບິ່ງເຫັນ.",
"SSE.Controllers.Statusbar.errorRemoveSheet": "ບໍ່ສາມາດລົບແຜ່ນງານໄດ້",
"SSE.Controllers.Statusbar.strSheet": "ແຜ່ນງານ",
"SSE.Controllers.Statusbar.textDisconnect": "<b>ຂາດເຊື່ອມຕໍ່</b><br>ກຳລັງພະຍາຍາມເຊື່ອມຕໍ່. ກະລຸນາກວດເບິ່ງການຕັ້ງຄ່າການເຊື່ອມຕໍ່.",
"SSE.Controllers.Statusbar.textSheetViewTip": "ທ່ານຢຸ່ໃນໂຫມດເບີ່ງແຜ່ນວຽກ. ການກັ່ນຕອງ ແລະ ການຈັດລຽງ ປະກົດໃຫ້ເຫັນສະເພາະທ່ານ ແລະ ຜູ້ທີ່ຍັງຢູ່ໃນມຸມມອງນີ້ເທົ່ານັ້ນ",
"SSE.Controllers.Statusbar.textSheetViewTipFilters": "ທ່ານຢູ່ໃນໂໝດເບິ່ງແຜ່ນງານ. ຕົວຄັດກອງຈະເບິ່ງເຫັນໄດ້ສະເພາະແຕ່ທ່ານ ແລະ ຜູ້ທີ່ຍັງຢູ່ໃນມຸມມອງນີ້ຢູ່.",
"SSE.Controllers.Statusbar.warnDeleteSheet": "ແຜ່ນເຈ້ຍທີ່ເລືອກໄວ້ອາດຈະມີຂໍ້ມູນ. ທ່ານແນ່ໃຈບໍ່ວ່າທ່ານຕ້ອງການດຳເນີນການ?",
@ -1238,6 +1282,7 @@
"SSE.Controllers.Toolbar.txtLimitLog_LogBase": "ເລກກຳລັງ",
"SSE.Controllers.Toolbar.txtLimitLog_Max": "ໃຫຍ່ສຸດ",
"SSE.Controllers.Toolbar.txtLimitLog_Min": "ໜ້ອຍສຸດ",
"SSE.Controllers.Toolbar.txtLockSort": "ພົບຂໍ້ມູນຢູ່ຖັດຈາກການເລືອກຂອງທ່ານ, ແຕ່ທ່ານບໍ່ມີສິດພຽງພໍເພື່ອປ່ຽນຕາລາງເຫຼົ່ານັ້ນ.<br>ທ່ານຕ້ອງການສືບຕໍ່ກັບການເລືອກປັດຈຸບັນບໍ?",
"SSE.Controllers.Toolbar.txtMatrix_1_2": "1x2 ເມັດທຣິກວ່າງ",
"SSE.Controllers.Toolbar.txtMatrix_1_3": "1x3 ເມັດທຣິກວ່າງ",
"SSE.Controllers.Toolbar.txtMatrix_2_1": "2x1 ເມັດທຣິກວ່າງ",
@ -1396,6 +1441,7 @@
"SSE.Views.AdvancedSeparatorDialog.strDecimalSeparator": "ຕົວຂັ້ນທົດນິຍົມ",
"SSE.Views.AdvancedSeparatorDialog.strThousandsSeparator": "ໜື່ງພັນຕົວແຍກ",
"SSE.Views.AdvancedSeparatorDialog.textLabel": "ການຕັ້ງຄ່າທີ່ໃຊ້ໃນການຮັບຮູ້ຂໍ້ມູນໂຕເລກ",
"SSE.Views.AdvancedSeparatorDialog.textQualifier": "ຄຸນສົມບັດຂໍ້ຄວາມ",
"SSE.Views.AdvancedSeparatorDialog.textTitle": "ຕັ້ງຄ່າຂັ້ນສູງ",
"SSE.Views.AdvancedSeparatorDialog.txtNone": "(ບໍ່ມີ)",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "ຕົວກຣອງທີ່ກຳນົດເອງ",
@ -1843,6 +1889,7 @@
"SSE.Views.DocumentHolder.textCrop": "ຕັດເປັນສ່ວນ",
"SSE.Views.DocumentHolder.textCropFill": "ຕື່ມ",
"SSE.Views.DocumentHolder.textCropFit": "ພໍດີ",
"SSE.Views.DocumentHolder.textEditPoints": "ແກ້ໄຂຄະແນນ",
"SSE.Views.DocumentHolder.textEntriesList": "ເລືອກໃນລາຍການທີ່ກຳນົດ",
"SSE.Views.DocumentHolder.textFlipH": "ປີ້ນແນວນອນ",
"SSE.Views.DocumentHolder.textFlipV": "ປີ້ນແນວຕັ້ງ",
@ -1873,6 +1920,13 @@
"SSE.Views.DocumentHolder.textUndo": "ຍົກເລີກ",
"SSE.Views.DocumentHolder.textUnFreezePanes": "ຍົກເລີກໝາຍຕາຕະລາງ",
"SSE.Views.DocumentHolder.textVar": "ຄ່າຄວາມແປປວນ",
"SSE.Views.DocumentHolder.tipMarkersArrow": "ລູກສອນ",
"SSE.Views.DocumentHolder.tipMarkersCheckmark": "ເຄື່ອງໝາຍຖືກ ສະແດງຫົວຂໍ້",
"SSE.Views.DocumentHolder.tipMarkersDash": "ຫົວແຫລມ",
"SSE.Views.DocumentHolder.tipMarkersFRound": "ເພີ່ມຮູບວົງມົນ",
"SSE.Views.DocumentHolder.tipMarkersFSquare": "ເພີ່ມຮູບສີ່ຫຼ່ຽມ",
"SSE.Views.DocumentHolder.tipMarkersHRound": "ແບບຮອບກວ້າງ",
"SSE.Views.DocumentHolder.tipMarkersStar": "ຮູບແບບດາວ",
"SSE.Views.DocumentHolder.topCellText": "ຈັດຕຳແໜ່ງດ້ານເທິງ",
"SSE.Views.DocumentHolder.txtAccounting": "ການບັນຊີ",
"SSE.Views.DocumentHolder.txtAddComment": "ເພີ່ມຄວາມຄິດເຫັນ",
@ -1935,7 +1989,7 @@
"SSE.Views.DocumentHolder.txtSortFontColor": "ສີຕົວອັກສອນທີ່ເລືອກໄວ້ດ້ານເທິງ",
"SSE.Views.DocumentHolder.txtSparklines": "Sparkline",
"SSE.Views.DocumentHolder.txtText": "ຂໍ້ຄວາມ",
"SSE.Views.DocumentHolder.txtTextAdvanced": "ການຕັ້ງຄ່າຂັ້ນສູງຂອງຂໍ້ຄວາມ",
"SSE.Views.DocumentHolder.txtTextAdvanced": "ການຕັ້ງຄ່າຂັ້ນສູງຫຍໍ້ ໜ້າ",
"SSE.Views.DocumentHolder.txtTime": "ເວລາ",
"SSE.Views.DocumentHolder.txtUngroup": "ຍົກເລີກການຈັດກຸ່ມ",
"SSE.Views.DocumentHolder.txtWidth": "ລວງກວ້າງ ",
@ -1971,6 +2025,8 @@
"SSE.Views.FileMenu.btnCloseMenuCaption": "ປິດເມນູ",
"SSE.Views.FileMenu.btnCreateNewCaption": "ສ້າງໃໝ່",
"SSE.Views.FileMenu.btnDownloadCaption": "ດາວໂຫລດເປັນ...",
"SSE.Views.FileMenu.btnExitCaption": " ປິດ",
"SSE.Views.FileMenu.btnFileOpenCaption": "ເປີດ...",
"SSE.Views.FileMenu.btnHelpCaption": "ຊ່ວຍເຫຼືອ",
"SSE.Views.FileMenu.btnHistoryCaption": "ປະຫວັດ",
"SSE.Views.FileMenu.btnInfoCaption": "ຂໍ້ມູນ Spreadsheet",
@ -1985,6 +2041,7 @@
"SSE.Views.FileMenu.btnSaveCopyAsCaption": "ບັນທຶກສຳເນົາເປັນ...",
"SSE.Views.FileMenu.btnSettingsCaption": "ຕັ້ງ​ຄ່າ​ຂັ້ນ​ສູງ...",
"SSE.Views.FileMenu.btnToEditCaption": "ແກ້ໄຂແຜ່ນງານ",
"SSE.Views.FileMenuPanels.CreateNew.txtBlank": "ຕາຕະລາງເປົ່າ",
"SSE.Views.FileMenuPanels.CreateNew.txtCreateNew": "ສ້າງໃໝ່",
"SSE.Views.FileMenuPanels.DocumentInfo.okButtonText": "ໃຊ້",
"SSE.Views.FileMenuPanels.DocumentInfo.txtAddAuthor": "ເພີ່ມຜູ້ຂຽນ",
@ -2069,6 +2126,7 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "ພາສາດັສ",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "ໂປແລນ",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "ຈຸດ",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "ປາຕຸເກດ (ບຣາຊິວ)",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "ພາສາໂປຕຸເກດ",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "ພາສາໂລມັນ",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "ພາສາຣັດເຊຍ",
@ -2106,7 +2164,7 @@
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "ທົ່ວໄປ",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "ຕັ້ງຄ່າໜ້າເຈ້ຍ",
"SSE.Views.FileMenuPanels.Settings.txtSpellChecking": "ກວດກາການສະກົດຄໍາ",
"SSE.Views.FormatRulesEditDlg.fillColor": "ສີພື້ນຫຼັງ",
"SSE.Views.FormatRulesEditDlg.fillColor": "ຕື່ມສີ",
"SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "ແຈ້ງເຕືອນ",
"SSE.Views.FormatRulesEditDlg.text2Scales": "ສີ 2 ລະດັບ",
"SSE.Views.FormatRulesEditDlg.text3Scales": "ສີ 3 ລະດັບ",
@ -2199,6 +2257,7 @@
"SSE.Views.FormatRulesEditDlg.txtEmpty": "ຈຳເປັນຕ້ອງມີສ່ວນນີ້",
"SSE.Views.FormatRulesEditDlg.txtFraction": "ເສດສ່ວນ",
"SSE.Views.FormatRulesEditDlg.txtGeneral": "ທົ່ວໄປ",
"SSE.Views.FormatRulesEditDlg.txtNoCellIcon": "ບໍ່ມີໄອຄອນ",
"SSE.Views.FormatRulesEditDlg.txtNumber": "ຕົວເລກ",
"SSE.Views.FormatRulesEditDlg.txtPercentage": "ເປີເຊັນ",
"SSE.Views.FormatRulesEditDlg.txtScientific": "ວິທະຍາສາດ",
@ -2207,6 +2266,7 @@
"SSE.Views.FormatRulesEditDlg.txtTitleEdit": "ແກ້ໄຂການຈັດຮູບແບບ",
"SSE.Views.FormatRulesEditDlg.txtTitleNew": "ຈັດການຮູບແບບໃຫມ່",
"SSE.Views.FormatRulesManagerDlg.guestText": "ບຸກຄົນທົ່ວໄປ",
"SSE.Views.FormatRulesManagerDlg.lockText": "ລັອກ",
"SSE.Views.FormatRulesManagerDlg.text1Above": "1 ຄ່າບ່ຽງເບນມາດຕະຖານສູງກວ່າຄ່າສະເລຍ",
"SSE.Views.FormatRulesManagerDlg.text1Below": "1 ຄ່າບ່ຽງເບນມາດຕະຖານຕໍ່າກວ່າຄ່າສະເລ່ຍ",
"SSE.Views.FormatRulesManagerDlg.text2Above": "2 ຄ່າບ່ຽງເບນມາດຕະຖານສູງກວ່າຄ່າສະເລ່ຍ",
@ -2368,6 +2428,7 @@
"SSE.Views.ImageSettings.textCrop": "ຕັດເປັນສ່ວນ",
"SSE.Views.ImageSettings.textCropFill": "ຕື່ມ",
"SSE.Views.ImageSettings.textCropFit": "ພໍດີ",
"SSE.Views.ImageSettings.textCropToShape": "ຂອບຕັດເພືອເປັນຮູ້ຮ່າງ",
"SSE.Views.ImageSettings.textEdit": "ແກ້ໄຂ",
"SSE.Views.ImageSettings.textEditObject": "ແກໄຂຈຸດປະສົງ",
"SSE.Views.ImageSettings.textFlip": "ປີ້ນ",
@ -2460,6 +2521,7 @@
"SSE.Views.NamedRangePasteDlg.txtTitle": "ວາງຊື່",
"SSE.Views.NameManagerDlg.closeButtonText": " ປິດ",
"SSE.Views.NameManagerDlg.guestText": " ແຂກ",
"SSE.Views.NameManagerDlg.lockText": "ລັອກ",
"SSE.Views.NameManagerDlg.textDataRange": "ແຖວຂໍ້ມູນ",
"SSE.Views.NameManagerDlg.textDelete": "ລົບ",
"SSE.Views.NameManagerDlg.textEdit": "ແກ້ໄຂ",
@ -2693,18 +2755,25 @@
"SSE.Views.PrintTitlesDialog.textTop": "ເຮັດແຖວດ້ານເທິງຄືນໃໝ່",
"SSE.Views.PrintWithPreview.txtActualSize": "ຂະໜາດແທ້ຈິງ",
"SSE.Views.PrintWithPreview.txtAllSheets": "ທຸກແຜ່ນ",
"SSE.Views.PrintWithPreview.txtApplyToAllSheets": "ນຳໃຊ້ກັບທຸກແຜ່ນຊີດ",
"SSE.Views.PrintWithPreview.txtBottom": "ລຸ່ມສຸດ",
"SSE.Views.PrintWithPreview.txtCurrentSheet": "ແຜ່ນງານປັດຈະບັນ",
"SSE.Views.PrintWithPreview.txtCustom": "ລູກຄ້າ",
"SSE.Views.PrintWithPreview.txtCustomOptions": "ຕົວເລືອກທີ່ກຳນົດເອງ",
"SSE.Views.PrintWithPreview.txtEmptyTable": "ບໍ່ມີຫຍັງທີ່ຈະພິມເພາະວ່າຕາຕະລາງຫວ່າງເປົ່າ",
"SSE.Views.PrintWithPreview.txtFitCols": "ຈັດທຸກຖັນໃຫ້ພໍດີໃນໜ້າດຽວ",
"SSE.Views.PrintWithPreview.txtFitPage": "ຈັດແຜ່ນໃຫ້ພໍດີໃນໜ້າດຽວ",
"SSE.Views.PrintWithPreview.txtFitRows": "ຈັດທຸກແຖວໃຫ້ພໍດີໃນໜ້າດຽວ",
"SSE.Views.PrintWithPreview.txtGridlinesAndHeadings": "ເສັ້ນຕາຕະລາງ ແລະ ຫົວຂໍ້",
"SSE.Views.PrintWithPreview.txtHeaderFooterSettings": "ການຕັ້ງຄ່າສ່ວນຫົວ ແລະ ສ່ວນທ້າຍ",
"SSE.Views.PrintWithPreview.txtIgnore": "ບໍ່ສົນໃຈພື້ນທີ່ພິມ",
"SSE.Views.PrintWithPreview.txtLandscape": "ພູມສັນຖານ",
"SSE.Views.PrintWithPreview.txtLeft": "ຊ້າຍ",
"SSE.Views.PrintWithPreview.txtMargins": "ຂອບ",
"SSE.Views.PrintWithPreview.txtOf": "ຂອງ {0}",
"SSE.Views.PrintWithPreview.txtPage": "ໜ້າ",
"SSE.Views.PrintWithPreview.txtPageNumInvalid": "ໝາຍ ເລກ ໜ້າ ບໍ່ຖືກຕ້ອງ",
"SSE.Views.PrintWithPreview.txtPageOrientation": "ທິດທາງໜ້າ",
"SSE.Views.PrintWithPreview.txtPageSize": "ຂະໜາດໜ້າ",
"SSE.Views.PrintWithPreview.txtPortrait": "ລວງຕັ້ງ",
"SSE.Views.PrintWithPreview.txtPrint": "ພິມ",
@ -2719,27 +2788,58 @@
"SSE.Views.PrintWithPreview.txtSave": "ບັນທຶກ",
"SSE.Views.PrintWithPreview.txtScaling": "ການປັບຂະໜາດ",
"SSE.Views.PrintWithPreview.txtSelection": "ການເລືອກ",
"SSE.Views.PrintWithPreview.txtSettingsOfSheet": "ການຕັ້ງຄ່າແຜ່ນຊີດ",
"SSE.Views.PrintWithPreview.txtSheet": "ແຜ່ນ: {0}",
"SSE.Views.PrintWithPreview.txtTop": "ເບື້ອງເທີງ",
"SSE.Views.ProtectDialog.textExistName": "ຜິດພາດ! ໄລຍະຫົວຂໍ້ດັ່ງກ່າວມີຢູ່ແລ້ວ",
"SSE.Views.ProtectDialog.textInvalidName": "ຫົວຂໍ້ໄລຍະຈະຕ້ອງຂຶ້ນຕົ້ນດ້ວຍຕົວອັກສອນ ແລະອາດມີຕົວອັກສອນ, ຕົວເລກ, ແລະຍະຫວ່າງເທົ່ານັ້ນ.",
"SSE.Views.ProtectDialog.textInvalidRange": "ຜິດພາດ! ໄລຍະຕາລາງ ບໍ່ຖືກຕ້ອງ",
"SSE.Views.ProtectDialog.textSelectData": "ເລືອກຂໍ້ມູນ",
"SSE.Views.ProtectDialog.txtAllow": "ອະນຸຍາດໃຫ້ຜູ້ໃຊ້ທັງໝົດຂອງແຜ່ນຊີດນີ້",
"SSE.Views.ProtectDialog.txtAutofilter": "ໃຊ້ຕົວກອງອັດຕະໂນມັດ",
"SSE.Views.ProtectDialog.txtDelCols": "ລຶບຄໍລ້ຳ",
"SSE.Views.ProtectDialog.txtDelRows": "ລຶບແຖວ",
"SSE.Views.ProtectDialog.txtEmpty": "ຈຳເປັນຕ້ອງມີສ່ວນນີ້",
"SSE.Views.ProtectDialog.txtFormatCells": "ຈັດຮູບແບບຕາລາງ",
"SSE.Views.ProtectDialog.txtFormatCols": "ຈັດຮູບແບບຖັນ",
"SSE.Views.ProtectDialog.txtFormatRows": "ຈັດຮູບແບບແຖວ",
"SSE.Views.ProtectDialog.txtIncorrectPwd": "ການຢັ້ງຢືນລະຫັດຜ່ານແມ່ນ",
"SSE.Views.ProtectDialog.txtInsCols": "ເພີ່ມຖັນ",
"SSE.Views.ProtectDialog.txtInsHyper": "ໃສ່ລິ້ງໄປຫາ...",
"SSE.Views.ProtectDialog.txtInsRows": "ເພີ່ມແຖວ",
"SSE.Views.ProtectDialog.txtObjs": "ແກ້ໄຂເລື່ອງ",
"SSE.Views.ProtectDialog.txtOptional": "ທາງເລືອກ",
"SSE.Views.ProtectDialog.txtPassword": "ລະຫັດຜ່ານ",
"SSE.Views.ProtectDialog.txtPivot": "ໃຊ້ PivotTable ແລະ PivotChart",
"SSE.Views.ProtectDialog.txtProtect": "ຄວາມປອດໄພ",
"SSE.Views.ProtectDialog.txtRange": "ຊ່ວງ",
"SSE.Views.ProtectDialog.txtRangeName": "ຫົວຂໍ້",
"SSE.Views.ProtectDialog.txtRepeat": "ໃສ່ລະຫັດຜ່ານຄືນໃໝ່",
"SSE.Views.ProtectDialog.txtScen": "ແກ້ໄຂສະຖານະ",
"SSE.Views.ProtectDialog.txtSelLocked": "ເລືອກຕາລາງທີ່ຖືກລັອກ",
"SSE.Views.ProtectDialog.txtSelUnLocked": "ເລືອກຕາລາງປົດລັອກ",
"SSE.Views.ProtectDialog.txtSheetDescription": "ປ້ອງກັນການປ່ຽນແປງທີ່ບໍ່ຕ້ອງການຈາກຜູ້ອື່ນໂດຍການຈໍາກັດຄວາມສາມາດໃນການແກ້ໄຂຂອງພວກເຂົາ.",
"SSE.Views.ProtectDialog.txtSheetTitle": "ປ້ອງກັນແຜ່ນ",
"SSE.Views.ProtectDialog.txtSort": "ລຽງລຳດັບ",
"SSE.Views.ProtectDialog.txtWarning": "ຄຳເຕືອນ: ຖ້າທ່ານລືມລະຫັດຜ່ານ, ທ່ານບໍ່ສາມາດກູ້ຄືນໄດ້. ກະລຸນາຮັກສາມັນໄວ້ໃນບ່ອນທີ່ປອດໄພ.",
"SSE.Views.ProtectDialog.txtWBDescription": "ເພື່ອປ້ອງກັນບໍ່ໃຫ້ຜູ້ໃຊ້ອື່ນເບິ່ງແຜ່ນວຽກທີ່ເຊື່ອງໄວ້, ເພີ່ມ, ຍ້າຍ, ລຶບ, ຫຼື ເຊື່ອງແຜ່ນຊີດ ແລະ ປ່ຽນຊື່ແຜ່ນຊີດ, ທ່ານສາມາດປ້ອງກັນໂຄງສ້າງຂອງປື້ມບັນທືກຂອງທ່ານດ້ວຍລະຫັດຜ່ານ.",
"SSE.Views.ProtectDialog.txtWBTitle": "ປ້ອງກັນໂຄງສ້າງຂອງປຶ້ມບັນທືກ",
"SSE.Views.ProtectRangesDlg.guestText": " ແຂກ",
"SSE.Views.ProtectRangesDlg.lockText": "ລັອກ",
"SSE.Views.ProtectRangesDlg.textDelete": "ລົບ",
"SSE.Views.ProtectRangesDlg.textEdit": "ແກ້ໄຂ",
"SSE.Views.ProtectRangesDlg.textEmpty": "ບໍ່ມີຂອບເຂດອະນຸຍາດໃຫ້ແກ້ໄຂ.",
"SSE.Views.ProtectRangesDlg.textNew": "ໃຫມ່",
"SSE.Views.ProtectRangesDlg.textProtect": "ປ້ອງກັນແຜ່ນ",
"SSE.Views.ProtectRangesDlg.textPwd": "ລະຫັດຜ່ານ",
"SSE.Views.ProtectRangesDlg.textRange": "ຊ່ວງ",
"SSE.Views.ProtectRangesDlg.textRangesDesc": "ໄລຍະທີ່ຖືກປົດລັອກດ້ວຍລະຫັດຜ່ານເມື່ອແຜ່ນຊີດຖືກປ້ອງກັນ (ອັນນີ້ໃຊ້ໄດ້ກັບຕາລາງທີ່ຖືກລັອກເທົ່ານັ້ນ)",
"SSE.Views.ProtectRangesDlg.textTitle": "ຫົວຂໍ້",
"SSE.Views.ProtectRangesDlg.tipIsLocked": "ອົງປະກອບນີ້ໄດ້ຖືກແກ້ໄຂໂດຍຜູ້ນຳໃຊ້ຄົນອື່ນ.",
"SSE.Views.ProtectRangesDlg.txtEditRange": "ແກ້ໄຂໄລຍະ",
"SSE.Views.ProtectRangesDlg.txtNewRange": "ຊ່ວງໃໝ່",
"SSE.Views.ProtectRangesDlg.txtNo": "ບໍ່",
"SSE.Views.ProtectRangesDlg.txtTitle": "ໄລຍະທີ່ອະນຸຍາດໃຫ້ຜູ້ໃຊ້ແກ້ໄຂ",
"SSE.Views.ProtectRangesDlg.txtYes": "ແມ່ນແລ້ວ",
"SSE.Views.ProtectRangesDlg.warnDelete": "ເຈົ້າຫມັ້ນໃຈບໍທີ່ຈະລຶບຊື່ນີ້{0}?",
"SSE.Views.RemoveDuplicatesDialog.textColumns": "ຖັນ",
@ -2750,7 +2850,7 @@
"SSE.Views.RightMenu.txtCellSettings": "ການຕັ້ງຄ່າຂອງເຊວ",
"SSE.Views.RightMenu.txtChartSettings": "ການຕັ້ງຄ່າແຜ່ນຮູບພາບ",
"SSE.Views.RightMenu.txtImageSettings": "ການຕັ້ງຄ່າຮູບພາບ",
"SSE.Views.RightMenu.txtParagraphSettings": "ການຕັ້ງຄ່າຂໍ້ຄວາມ",
"SSE.Views.RightMenu.txtParagraphSettings": "ການຕັ້ງຄ່າວັກ",
"SSE.Views.RightMenu.txtPivotSettings": "ການຕັ້ງຄ່າຂອງຕາຕະລາງພິວອດ",
"SSE.Views.RightMenu.txtSettings": "ການຕັ້ງຄ່າທົ່ວໄປ",
"SSE.Views.RightMenu.txtShapeSettings": "ການຕັ້ງຄ່າຮູບຮ່າງ",
@ -3048,12 +3148,15 @@
"SSE.Views.Statusbar.itemMove": "ຍ້າຍ",
"SSE.Views.Statusbar.itemProtect": "ຄວາມປອດໄພ",
"SSE.Views.Statusbar.itemRename": "ປ່ຽນຊື່",
"SSE.Views.Statusbar.itemStatus": "ກຳລັງບັນທຶກສະຖານະ",
"SSE.Views.Statusbar.itemSum": "ຜົນລວມ",
"SSE.Views.Statusbar.itemTabColor": "ສີຫຍໍ້ໜ້າ",
"SSE.Views.Statusbar.itemUnProtect": "ບໍ່ປ້ອງກັນ",
"SSE.Views.Statusbar.RenameDialog.errNameExists": "ມີຊື່ແຜນວຽກດັ່ງກ່າວແລ້ວ.",
"SSE.Views.Statusbar.RenameDialog.errNameWrongChar": "ຊື່ແຜ່ນງານຕ້ອງບໍ່ມີຕົວອັກສອນດັ່ງຕໍ່ໄປນີ້: \\/*?[]:",
"SSE.Views.Statusbar.RenameDialog.labelSheetName": "ຊື່ແຜ່ນເຈ້ຍ",
"SSE.Views.Statusbar.selectAllSheets": "ເລືອກແຜນງານທັງໝົດ",
"SSE.Views.Statusbar.sheetIndexText": "ໃບທີ {0} ຈາກທັງໝົດ {1}",
"SSE.Views.Statusbar.textAverage": "ສະເລ່ຍ",
"SSE.Views.Statusbar.textCount": "ນັບ",
"SSE.Views.Statusbar.textMax": "ສູງສຸດ",
@ -3064,6 +3167,7 @@
"SSE.Views.Statusbar.tipAddTab": "ເພີ່ມແຜນງານ",
"SSE.Views.Statusbar.tipFirst": "ເລື່ອນໄປທີ່ແຜນງານທຳອິດ",
"SSE.Views.Statusbar.tipLast": "ເລື່ອໄປທີ່ແຜນງານສຸດທ້າຍ",
"SSE.Views.Statusbar.tipListOfSheets": "ບັນຊີລາຍຊື່ຂອງແຜ່ນຊີດ",
"SSE.Views.Statusbar.tipNext": "ເລື່ອນລາຍຊື່ເອກະສານໄປເບື້ອງຂວາ",
"SSE.Views.Statusbar.tipPrev": "ເລື່ອນບັນຊີລາຍຊື່ເອກກະສານໄປເບື້ອງຊ້າຍ",
"SSE.Views.Statusbar.tipZoomFactor": "ຂະຫຍາຍ ",
@ -3253,6 +3357,7 @@
"SSE.Views.Toolbar.textPortrait": "ລວງຕັ້ງ",
"SSE.Views.Toolbar.textPrint": "ພິມ",
"SSE.Views.Toolbar.textPrintGridlines": "ພິມເສັ້ນຕາຕະລາງ",
"SSE.Views.Toolbar.textPrintHeadings": "ພິມຫົວເລື່ອງ",
"SSE.Views.Toolbar.textPrintOptions": "ການຕັ້ງຄ່າພິມ",
"SSE.Views.Toolbar.textRight": "ຂວາ:",
"SSE.Views.Toolbar.textRightBorders": "ຂອບຂວາ",
@ -3338,7 +3443,7 @@
"SSE.Views.Toolbar.tipPageOrient": "ການກຳນົດໜ້າ",
"SSE.Views.Toolbar.tipPageSize": "ຂະໜາດໜ້າ",
"SSE.Views.Toolbar.tipPaste": "ວາງ",
"SSE.Views.Toolbar.tipPrColor": "ສີພື້ນຫຼັງ",
"SSE.Views.Toolbar.tipPrColor": "ຕື່ມສີ",
"SSE.Views.Toolbar.tipPrint": "ພິມ",
"SSE.Views.Toolbar.tipPrintArea": "ເນື້ອທີ່ພິມ",
"SSE.Views.Toolbar.tipPrintTitles": "ພິມຫົວຂໍ້",
@ -3403,6 +3508,7 @@
"SSE.Views.Toolbar.txtScheme2": "ໂທນສີເທົາ",
"SSE.Views.Toolbar.txtScheme20": "ໃນເມືອງ",
"SSE.Views.Toolbar.txtScheme21": "Verve",
"SSE.Views.Toolbar.txtScheme22": "ຫ້ອງການໃໝ່",
"SSE.Views.Toolbar.txtScheme3": "ເອເພັກສ",
"SSE.Views.Toolbar.txtScheme4": "ມຸມມອງ",
"SSE.Views.Toolbar.txtScheme5": "ປະຫວັດ",
@ -3460,6 +3566,7 @@
"SSE.Views.ValueFieldSettingsDialog.txtVarp": "Varp",
"SSE.Views.ViewManagerDlg.closeButtonText": " ປິດ",
"SSE.Views.ViewManagerDlg.guestText": " ແຂກ",
"SSE.Views.ViewManagerDlg.lockText": "ລັອກ",
"SSE.Views.ViewManagerDlg.textDelete": "ລົບ",
"SSE.Views.ViewManagerDlg.textDuplicate": "ກ໋ອບປີ້, ສຳເນົາ",
"SSE.Views.ViewManagerDlg.textEmpty": "ຍັງບໍ່ມີການສ້າງມຸມມອງ",
@ -3475,19 +3582,38 @@
"SSE.Views.ViewManagerDlg.warnDeleteView": "ທ່ານກຳລັງພະຍາຍາມທີ່ຈະລົບມຸມມອງທີ່ເປີດໃຊ້ງານປັດຈຸບັນ '%1'.<br> ປິດມຸມມອງນີ້ ແລະ ລົບອອກ ຫຼື ບໍ່?",
"SSE.Views.ViewTab.capBtnFreeze": "ຕິກໃສ່ບໍລິເວນທີ່ຕ້ອງການໃຫ້ເຫັນແຈ້ງ",
"SSE.Views.ViewTab.capBtnSheetView": "ມູມມອງແຜ່ນງານ",
"SSE.Views.ViewTab.textAlwaysShowToolbar": "ສະແດງແຖບເຄື່ອງມືສະເໝີ",
"SSE.Views.ViewTab.textClose": " ປິດ",
"SSE.Views.ViewTab.textCombineSheetAndStatusBars": "ເຊື່ອງແຖບສະຖານະກີດ",
"SSE.Views.ViewTab.textCreate": "ໃຫມ່",
"SSE.Views.ViewTab.textDefault": "ຄ່າເລີ້ມຕົ້ນ",
"SSE.Views.ViewTab.textFormula": "ແຖບສູດ",
"SSE.Views.ViewTab.textFreezeCol": "ລ໊ອກການເບີ່ງເຫັນຖັນທຳອິດ",
"SSE.Views.ViewTab.textFreezeRow": "ລ໊ອກການເບີ່ງເຫັນແຖວເທິງ",
"SSE.Views.ViewTab.textGridlines": "ເສັ້ນຕາຕະລາງ",
"SSE.Views.ViewTab.textHeadings": "ຫົວເລື່ອງ",
"SSE.Views.ViewTab.textInterfaceTheme": "้ຮູບແບບການສະແດງຜົນ",
"SSE.Views.ViewTab.textManager": "ການຈັດການມຸມມອງ",
"SSE.Views.ViewTab.textShowFrozenPanesShadow": "ສະແດງເງົາຂອງແຖບແຂງ",
"SSE.Views.ViewTab.textUnFreeze": "ຍົກເລີກໝາຍຕາຕະລາງ",
"SSE.Views.ViewTab.textZeros": "ບໍ່ມີເນື້ອຫາ",
"SSE.Views.ViewTab.textZoom": "ຂະຫຍາຍ ",
"SSE.Views.ViewTab.tipClose": "ປິດມູມມອງແຜ່ນງານ",
"SSE.Views.ViewTab.tipCreate": "ສ້າງມຸມມອງແຜ່ນງານ",
"SSE.Views.ViewTab.tipFreeze": "ຕິກໃສ່ບໍລິເວນທີ່ຕ້ອງການໃຫ້ເຫັນແຈ້ງ",
"SSE.Views.ViewTab.tipSheetView": "ມູມມອງແຜ່ນງານ"
"SSE.Views.ViewTab.tipSheetView": "ມູມມອງແຜ່ນງານ",
"SSE.Views.WBProtection.hintAllowRanges": "ໄລຍະທີ່ອະນຸຍາດໃຫ້ແກ້ໄຂ",
"SSE.Views.WBProtection.hintProtectSheet": "ປ້ອງກັນແຜ່ນ",
"SSE.Views.WBProtection.hintProtectWB": "ປ້ອງກັນປຶ້ມບັນທືກ",
"SSE.Views.WBProtection.txtAllowRanges": "ໄລຍະທີ່ອະນຸຍາດໃຫ້ແກ້ໄຂ",
"SSE.Views.WBProtection.txtHiddenFormula": "ສູດທີ່ເຊື່ອງໄວ້",
"SSE.Views.WBProtection.txtLockedCell": "ຕາລາງທີ່ຖືກລັອກ",
"SSE.Views.WBProtection.txtLockedShape": "ຮູບຮ່າງຖືກລັອກ",
"SSE.Views.WBProtection.txtLockedText": "ລັອກຂໍ້ຄວາມ",
"SSE.Views.WBProtection.txtProtectSheet": "ປ້ອງກັນແຜ່ນ",
"SSE.Views.WBProtection.txtProtectWB": "ປ້ອງກັນປຶ້ມບັນທືກ",
"SSE.Views.WBProtection.txtSheetUnlockDescription": "ໃສ່ລະຫັດຜ່ານເພື່ອຍົກເລີກການປ້ອງກັນແຜ່ນ",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "ບໍ່ປ້ອງກັນແຜ່ນຊີດ",
"SSE.Views.WBProtection.txtWBUnlockDescription": "ປ້ອນລະຫັດຜ່ານເພື່ອບໍ່ປົກປ້ອງປື້ມບັນທືກ",
"SSE.Views.WBProtection.txtWBUnlockTitle": "ບໍ່ປ້ອງ ປື້ມບັນທືກ"
}

View file

@ -202,6 +202,7 @@
"Common.Views.Comments.textResolved": "Rezolvat",
"Common.Views.Comments.textSort": "Sortare comentarii",
"Common.Views.Comments.textViewResolved": "Dvs. nu aveți permisiunea de a redeschide comentariu",
"Common.Views.Comments.txtEmpty": "Nu există niciun comentariu.",
"Common.Views.CopyWarningDialog.textDontShow": "Nu afișa acest mesaj din nou",
"Common.Views.CopyWarningDialog.textMsg": "Operațiuni de copiere, decupare și lipire din bară de instrumente sau meniul contextual al editorului se execută numai în editorul.<br><br>Pentru copiere și lipire din sau în aplicații exterioare folosiți următoarele combinații de taste:",
"Common.Views.CopyWarningDialog.textTitle": "Comenzile de copiere, decupare și lipire",

View file

@ -202,6 +202,7 @@
"Common.Views.Comments.textResolved": "Решено",
"Common.Views.Comments.textSort": "Сортировать комментарии",
"Common.Views.Comments.textViewResolved": "У вас нет прав для повторного открытия комментария",
"Common.Views.Comments.txtEmpty": "На листе нет комментариев.",
"Common.Views.CopyWarningDialog.textDontShow": "Больше не показывать это сообщение",
"Common.Views.CopyWarningDialog.textMsg": "Операции копирования, вырезания и вставки можно выполнить с помощью кнопок на панели инструментов и команд контекстного меню только в этой вкладке редактора.<br><br>Для копирования в другие приложения и вставки из них используйте следующие сочетания клавиш:",
"Common.Views.CopyWarningDialog.textTitle": "Операции копирования, вырезания и вставки",

View file

@ -75,7 +75,7 @@
"leavePageText": "Teniu canvis no desats en aquest document. Feu clic a \"Queda't en aquesta pàgina\" per esperar al desament automàtic. Feu clic a \"Deixa aquesta pàgina\" per descartar tots els canvis no desats.",
"notcriticalErrorTitle": "Advertiment",
"SDK": {
"txtAccent": "Èmfasi",
"txtAccent": "Accent",
"txtAll": "(Tots)",
"txtArt": "El vostre text aquí",
"txtBlank": "(en blanc)",
@ -557,7 +557,7 @@
"advDRMPassword": "Contrasenya",
"closeButtonText": "Tanca el fitxer",
"notcriticalErrorTitle": "Advertiment",
"textAbout": "Quant a...",
"textAbout": "Quant a",
"textAddress": "Adreça",
"textApplication": "Aplicació",
"textApplicationSettings": "Configuració de l'aplicació",

View file

@ -34,12 +34,13 @@
"textUsers": "ຜຸ້ໃຊ້"
},
"ThemeColorPalette": {
"textCustomColors": "ກຳນົດສີເອງ",
"textStandartColors": "ສີມາດຕະຖານ",
"textThemeColors": " ຮູບແບບສີ",
"textCustomColors": "Custom Colors"
"textThemeColors": " ຮູບແບບສີ"
}
},
"ContextMenu": {
"errorCopyCutPaste": "ການດຳເນີນການສຳເນົາ, ຕັດ ແລະວາງໂດຍໃຊ້ເມນູການປະຕິບັດ ຈະຖືກດຳເນີນການພາຍໃນໄຟລ໌ປັດຈຸບັນເທົ່ານັ້ນ.",
"errorInvalidLink": "ບໍ່ມີການອ້າງອີງຈຸດເຊື່ອມຕໍ່. ກະລຸນາແກ້ໄຂ ຫຼື ລົບຈຸດເຊື່ອມຕໍ່.",
"menuAddComment": "ເພີ່ມຄຳເຫັນ",
"menuAddLink": "ເພີ່ມລິ້ງ",
@ -60,16 +61,18 @@
"menuWrap": "ຫໍ່",
"notcriticalErrorTitle": "ເຕືອນ",
"textCopyCutPasteActions": "ປະຕິບັດການ ສໍາເນົາ, ຕັດ ແລະ ວາງ",
"warnMergeLostData": "ສະເພາະຂໍ້ມູນຈາກເຊວດ້ານຊ້າຍເທິງທີ່ຈະຢູ່ໃນເຊວຮ່ວມ. <br>ທ່ານຕ້ອງການດຳເນີນການຕໍ່ບໍ່?",
"errorCopyCutPaste": "Copy, cut, and paste actions using the context menu will be performed within the current file only.",
"textDoNotShowAgain": "Don't show again"
"textDoNotShowAgain": "ບໍ່ສະແດງອີກ",
"warnMergeLostData": "ສະເພາະຂໍ້ມູນຈາກເຊວດ້ານຊ້າຍເທິງທີ່ຈະຢູ່ໃນເຊວຮ່ວມ. <br>ທ່ານຕ້ອງການດຳເນີນການຕໍ່ບໍ່?"
},
"Controller": {
"Main": {
"criticalErrorTitle": "ຂໍ້ຜິດພາດ",
"errorAccessDeny": "ທ່ານກໍາລັງພະຍາຍາມດໍາເນີນການໃນໜ້າທີ່ທ່ານບໍ່ມີສິດສໍາລັບດໍາເນີນການ.<br>ກະລຸນາ, ຕິດຕໍ່ແອດມີນລະບົບຂອງທ່ານ.",
"errorOpensource": "ການນໍາໃຊ້ສະບັບຟຣີ, ທ່ານສາມາດເປີດເອກະສານສໍາລັບການອ່ານເທົ່ານັ້ນ. ໃນການເຂົ້າເຖິງໂປຣແກຣມ, ຕ້ອງມີໃບອະນຸຍາດທາງການຄ້າ.",
"errorProcessSaveResult": "ບັນທຶກບໍ່ສໍາເລັດ",
"errorServerVersion": "ສະບັບດັດແກ້ໄດ້ຖືກປັບປຸງແລ້ວ. ໜ້າເວັບຈະຖືກໂຫລດຄືນເພື່ອນຳໃຊ້ການປ່ຽນແປງ.",
"errorUpdateVersion": "ເອກະສານໄດ້ຖືກປ່ຽນແລ້ວ. ໜ້າເວັບຈະຖືກໂຫລດ ໃໝ່.",
"leavePageText": "ທ່ານມີການປ່ຽນແປງທີ່ຍັງບໍ່ໄດ້ບັນທຶກໄວ້ໃນເອກະສານນີ້. ຄລິກທີ່ 'ຢູ່ໃນໜ້ານີ້' ເພື່ອລໍຖ້າການບັນທຶກອັດຕະໂນມັດ. ຄລິກ 'ອອກຈາກໜ້ານີ້' ເພື່ອຍົກເລີກການປ່ຽນແປງທີ່ບໍ່ໄດ້ບັນທຶກໄວ້ທັງໝົດ.",
"notcriticalErrorTitle": "ເຕືອນ",
"SDK": {
"txtAccent": "ສຳນຽງ",
@ -94,6 +97,7 @@
"txtOr": "%1 ຫຼື %2",
"txtPage": "ໜ້າ",
"txtPageOf": "ໜ້າ %1 ຈາກ​ %2",
"txtPages": "ໜ້າ",
"txtPreparedBy": "ກະກຽມໂດຍ",
"txtPrintArea": "ພື້ນທີ່ສຳລັບພິມ",
"txtQuarter": "ໄຕມາດ",
@ -126,16 +130,16 @@
"txtTab": "ແທບ",
"txtTable": "ຕາຕະລາງ",
"txtTime": "ເວລາ",
"txtValues": "ຄ່າ",
"txtXAxis": "ແກນ X",
"txtYAxis": "ແກນ Y",
"txtYears": "ປີ",
"txtPages": "Pages",
"txtValues": "Values"
"txtYears": "ປີ"
},
"textAnonymous": "ບໍ່ລະບຸຊື່",
"textBuyNow": "ເຂົ້າໄປຍັງເວັບໄຊ",
"textClose": "ປິດ",
"textContactUs": "ຕິດຕໍ່ຜູ້ຂາຍ",
"textCustomLoader": "ຂໍອະໄພ, ທ່ານບໍ່ມີສິດປ່ຽນຕົວໂຫຼດໄດ້. ກະລຸນາຕິດຕໍ່ຫາພະແນກການຂາຍຂອງພວກເຮົາເພື່ອໃຫ້ໄດ້ຮັບໃບສະເໜີລາຄາ.",
"textGuest": " ແຂກ",
"textHasMacros": "ເອກະສານບັນຈຸ ມາກໂຄ <br> ແບບອັດຕະໂນມັດ, ທ່ານຍັງຕ້ອງການດໍາເນີນງານ ມາກໂຄ ບໍ ",
"textNo": "ບໍ່",
@ -144,102 +148,101 @@
"textNoTextFound": "ບໍ່ພົບເນື້ອຫາ",
"textOk": "ຕົກລົງ",
"textPaidFeature": "ຄຸນສົມບັດທີ່ຈ່າຍ",
"textRemember": "ຈື່ຈໍາທາງເລືອກ",
"textReplaceSkipped": "ການທົດແທນໄດ້ຖືກປະຕິບັດແລ້ວ. {0} ຖືກຂ້າມເຫດການທີ່ເກີດຂື້ນໄດ້",
"textReplaceSuccess": "ການຄົ້ນຫາໄດ້ສຳເລັດແລ້ວ. ສິ່ງທີ່ເກີດຂື້ນໄດ້ປ່ຽນແທນແລ້ວ: {0}",
"textYes": "ແມ່ນແລ້ວ",
"titleServerVersion": "ອັບເດດການແກ້ໄຂ",
"titleUpdateVersion": "ປ່ຽນແປງລຸ້ນ",
"warnLicenseExceeded": "ທ່ານໄດ້ຖືກຈຳກັດສິດພຽງເທົ່ານີ້ສຳຫລັບການເຊື່່ອມພ້ອມກັນກັບເຄື່ອງມືແກ້ໄຂ %1 ແລ້ວເອກະສານນີ້ຈະເປີດໃຫ້ເບີ່ງເທົ່ານັ້ນ ຕິດຕໍ່ຫາທາງແອດມີນຂອງທ່ານເພື່ອຮັບຂໍ້ມູນເພີ່ມ",
"warnLicenseLimitedNoAccess": "ໃບອະນຸຍາດໝົດອາຍຸແລ້ວ. ທ່ານບໍ່ສາມາດເຂົ້າເຖິງການດຳເນີນງານແກ້ໄຂເອກະສານ. ກະລຸນາ, ຕິດຕໍ່ແອດມີນຂອງທ່ານ.",
"warnLicenseLimitedRenewed": "ໃບອະນຸຍາດຕ້ອງໄດ້ຮັບການຕໍ່ອາຍຸ. ທ່ານຈະຖືກຈຳກັດສິດໃນການເຂົ້າເຖິ່ງການແກ້ໄຂເອກະສານ.<br> ກະລຸນາຕິດຕໍ່ແອດມີນຂອງທ່ານເພື່ອຕໍ່ອາຍຸ",
"warnLicenseUsersExceeded": "ຈໍານວນ ການເຊື່ອມຕໍ່ພ້ອມກັນກັບຜູ້ແກ້ໄຂ ແມ່ນເກີນກໍານົດ % 1. ຕິດຕໍ່ ທີມບໍລິຫານເພື່ອຂໍ້ມູນເພີ່ມເຕີ່ມ",
"warnNoLicense": "ທ່ານໄດ້ຖືກຈຳກັດສິດພຽງເທົ່ານີ້ສຳຫລັບການເຊື່່ອມພ້ອມກັນກັບເຄື່ອງມືແກ້ໄຂ %1 ແລ້ວເອກະສານນີ້ຈະເປີດໃຫ້ເບີ່ງເທົ່ານັ້ນ ຕິດຕໍ່ທີມຂາຍ %1 ສຳຫລັບເງື່ອນໄຂການອັບເກດສ່ວນບຸກຄົນ",
"warnNoLicenseUsers": "ຈໍານວນ ການເຊື່ອມຕໍ່ພ້ອມກັນກັບບັນນາທິການ ແມ່ນເກີນກໍານົດ % 1. ຕິດຕໍ່ ທີມຂາຍ% 1 ສຳ ລັບຂໍ້ ກຳນົດການຍົກລະດັບສິດ",
"errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please, contact your admin.",
"errorOpensource": "Using the free Community version, you can open documents for viewing only. To access mobile web editors, a commercial license is required.",
"leavePageText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"textCustomLoader": "Sorry, you are not entitled to change the loader. Please, contact our sales department to get a quote.",
"textRemember": "Remember my choice",
"warnLicenseExceeded": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact your administrator to learn more.",
"warnLicenseLimitedNoAccess": "License expired. You have no access to document editing functionality. Please, contact your admin.",
"warnLicenseLimitedRenewed": "License needs to be renewed. You have limited access to document editing functionality.<br>Please contact your administrator to get full access",
"warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact %1 sales team for personal upgrade terms.",
"warnProcessRightsChange": "You don't have permission to edit the file."
"warnProcessRightsChange": "ທ່ານບໍ່ມີສິດໃນການແກ້ໄຂໄຟລ໌ນີ້."
}
},
"Error": {
"convertationTimeoutText": "ໝົດເວລາການປ່ຽນແປງ.",
"criticalErrorExtText": "ກົດ 'OK' ເພື່ອກັບຄືນໄປຫາລາຍການເອກະສານ.",
"criticalErrorTitle": "ຂໍ້ຜິດພາດ",
"downloadErrorText": "ດາວໂຫຼດບໍ່ສຳເລັດ.",
"errorAccessDeny": "ທ່ານກໍາລັງພະຍາຍາມດໍາເນີນການໃນໜ້າທີ່ທ່ານບໍ່ມີສິດສໍາລັບດໍາເນີນການ.<br>ກະລຸນາ, ຕິດຕໍ່ແອດມີນລະບົບຂອງທ່ານ.",
"errorAutoFilterChange": "ຄຳສັ່ງດັ່ງກ່າວບໍ່ຖືກອະນຸຍາດ ເນື່ອງຈາກມັນກຳລັງພະຍາຍາມປ່ຽນເຊລໃນຕາຕະລາງໃນແຜ່ນງານຂອງເຈົ້າ.",
"errorAutoFilterChangeFormatTable": "ການດຳເນີນການບໍ່ສາມາດເຮັດໄດ້ສຳລັບຕາລາງທີ່ເລືອກ ເນື່ອງຈາກທ່ານບໍ່ສາມາດຍ້າຍສ່ວນໃດນຶ່ງຂອງຕາຕາລາງໄດ້.<br>ເລືອກໄລຍະຂໍ້ມູນອື່ນເພື່ອໃຫ້ຕາຕະລາງທັງໝົດຖືກປ່ຽນ ແລະລອງໃໝ່ອີກ.",
"errorAutoFilterDataRange": "ການດຳເນີນການດັ່ງກ່າວບໍ່ສາມາດເຮັດໄດ້ສຳລັບຊ່ວງຕາລາງທີ່ເລືອກ.<br>ເລືອກຊ່ວງຂໍ້ມູນທີ່ເປັນເອກະພາບພາຍໃນ ຫຼື ນອກຕາຕະລາງ ແລ້ວລອງໃໝ່ອີກຄັ້ງ.",
"errorAutoFilterHiddenRange": "ບໍ່ສາມາດດຳເນີນການໄດ້ເນື່ອງຈາກພື້ນທີ່ດັ່ງກ່າວມີຕາລາງທີ່ຖືກຟີວເຕີ້.<br>ກະລຸນາ, ຍົກເລີກຟີວເຕີ້.ແລ້ວລອງໃໝ່ອີກຄັ້ງ.",
"errorBadImageUrl": "URL ຮູບພາບບໍ່ຖືກຕ້ອງ",
"errorCannotUseCommandProtectedSheet": "ທ່ານບໍ່ສາມາດໃຊ້ຄໍາສັ່ງນີ້ຢູ່ໃນໜ້າທີ່ມີການປ້ອງກັນ. ເພື່ອໃຊ້ຄໍາສັ່ງນີ້, ຍົກເລີກການປົກປັກຮັກສາແຜ່ນ.<br>ທ່ານອາດຈະຖືກຮ້ອງຂໍໃຫ້ໃສ່ລະຫັດຜ່ານ.",
"errorChangeArray": "ທ່ານບໍ່ສາມາດປ່ຽນສ່ວນ ໜຶ່ງ ຂອງອາເລໄດ້.",
"errorChangeOnProtectedSheet": "ຕາລາງ ຫຼື ແຜນກ້າບທີ່ທ່ານກຳລັງພະຍາຍາມປ່ຽນແປງແມ່ນຢູ່ໃນແຜ່ນທີ່ປ້ອງກັນໄວ້. ທ່ານອາດຈະຖືກຮ້ອງຂໍໃຫ້ໃສ່ລະຫັດຜ່ານ.",
"errorConnectToServer": "ບໍ່ສາມາດບັນທຶກເອກະສານນີ້ໄດ້. ກວດເບິ່ງການຕັ້ງຄ່າການເຊື່ອມຕໍ່ຂອງທ່ານ ຫຼື ຕິດຕໍ່ຜູ້ແອດມີນຂອງທ່ານ.<br>ເມື່ອທ່ານຄລິກປຸ່ມ 'ຕົກລົງ', ທ່ານຈະຖືກເຕືອນໃຫ້ດາວໂຫລດເອກະສານ.",
"errorCopyMultiselectArea": "ຄຳ ສັ່ງນີ້ບໍ່ສາມາດໃຊ້ກັບການເລືອກຫລາຍໆອັນໄດ້ - <br> ເລືອກຊ່ວງດຽວ ແລະ ລອງ ໃໝ່ ອີກຄັ້ງ",
"errorCountArg": "ເກີດຄວາມຜິດພາດໃນສູດຄຳນວນ.<br>ຈຳນວນທີ່ຕ້ອງໃຊ້ໃນການພິຈາລະນາບໍ່ຖືກຕ້ອງ.",
"errorCountArgExceed": "ເກີດຄວາມຜິດພາດໃນສູດ.<br>ທີ່ຕ້ອງໃຊ້ໃນການພິຈາລະນາມີຫຼາຍເກີນໄປ.",
"errorCreateDefName": "ຂອບເຂດທີ່ມີຊື່ບໍ່ສາມາດແກ້ໄຂໄດ້ ແລະ ລະບົບ ໃໝ່ ບໍ່ສາມາດສ້າງຂື້ນໄດ້ໃນເວລານີ້ເນື່ອງຈາກບາງສ່ວນກຳ ລັງຖືກດັດແກ້.",
"errorDatabaseConnection": "ຂໍ້ຜິດພາດຈາກທາງນອກ <br> ຖານຂໍ້ມູນ ຂໍ້ຜິດພາດພາຍນອກ. ກະລຸນາ, ຕິດຕໍ່ການສະ ໜັບ ສະ ໜູນ.",
"errorDataEncrypted": "ໄດ້ຮັບການປ່ຽນແປງລະຫັດແລ້ວ, ບໍ່ສາມາດຖອດລະຫັດໄດ້.",
"errorDataRange": "ໄລຍະຂອງຂໍ້ມູນບໍ່ຖືກ",
"errorDataValidate": "ຄ່າທີ່ທ່ານປ້ອນບໍ່ຖືກຕ້ອງ. <br> ຜູ້ໃຊ້ໄດ້ຈຳກັດຄ່າທີ່ສາມາດປ້ອນລົງໃນເຊວນີ້ໄດ້.",
"errorDefaultMessage": "ລະຫັດຂໍ້ຜິດພາດ: %1",
"errorEditingDownloadas": "ເກີດຄວາມຜິດພາດໃນລະຫວ່າງການເຮັດວຽກກັບເອກະສານ.<br>ໃຊ້ຕົວເລືອກ 'ດາວໂຫລດ' ເພື່ອບັນທຶກໄຟລ໌ສໍາຮອງໄວ້ໃນເຄື່ອງ.",
"errorFilePassProtect": "ໄຟລ໌ດັ່ງກ່າວຖືກປ້ອງກັນດ້ວຍລະຫັດຜ່ານ ແລະ ບໍ່ສາມາດເປີດໄດ້.",
"errorFileRequest": "ຄວາມຜິດພາດພາຍນອກ.<br>ການຮ້ອງຂໍໄຟລ໌. ກະລຸນາ, ຕິດຕໍ່ຜູ້ຊ່ວຍເຫລື່ອ",
"errorFileSizeExceed": "ຂະໜາດໄຟລ໌ເກີນຂີດຈຳກັດເຊີບເວີຂອງທ່ານ.<br>ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບຂອງທ່ານສຳລັບລາຍລະອຽດ.",
"errorFileVKey": "ຂໍ້ຜິດພາດພາຍນອກ.<br>ລະຫັດບໍ່ຖືກຕ້ອງ. ກະລຸນາ, ຕິດຕໍ່ຜູ້ຊ່ວຍເຫລື່ອ.",
"errorFillRange": "ບໍ່ສາມາດຕຶ່ມໃສ່ບ່ອນເຊວທີ່ເລືອໄວ້ <br> ເຊວທີ່ລວມເຂົ້າກັນທັງໝົດຕ້ອງມີຂະໜາດເທົ່າກັນ",
"errorFormulaName": "ຜິດພາດໃນການປ້ອນສູດເຂົ້າ ສູດບໍ່ຖືກຕ້ອງ <br>ກະລຸນາແກ້ໄຂຂໍ້ຜິດພາດ.",
"errorFormulaParsing": "ເກີດຄວາມຜິດພາດພາຍໃນ ໃນຂະນະທີ່ກຳລັງວິເຄາະສູດຄຳນວນ.",
"errorFrmlMaxLength": "ທ່ານບໍ່ສາມາດເພີ່ມສູດນີ້ໄດ້ເນື່ອງຈາກຄວາມຍາວຂອງມັນເກີນຈຳນວນຕົວອັກສອນທີ່ອະນຸຍາດ.<br>ກະລຸນາແກ້ໄຂແລ້ວລອງໃໝ່ອີກຄັ້ງ.",
"errorFrmlMaxReference": "ທ່ານບໍ່ສາມາດໃສ່ສູດນີ້ເພາະມັນມີຄ່າ, <br> ເອກະສານອ້າງອີງຂອງເຊວ, ແລະ/ຫຼື ຊື່ຕ່າງໆຫລາຍເກີນໄປ.",
"errorFrmlMaxTextLength": "ຄ່າຂໍ້ຄວາມໃນສູດຄຳນວນຖືກຈຳກັດໄວ້ທີ່ 255 ຕົວອັກສອນ.<br>ໃຊ້ຟັງຊັນ CONCATENATE ຫຼື ຕົວດຳເນີນການຕໍ່ກັນ (&)",
"errorInvalidRef": "ປ້ອນຊື່ໃຫ້ຖືກຕ້ອງສໍາລັບການເລືອກ ຫຼື ການອ້າງອີງທີ່ຖືກຕ້ອງ.",
"errorKeyEncrypt": "ບໍ່ຮູ້ຄຳອະທິບາຍຫຼັກ",
"errorKeyExpire": "ລະຫັດໝົດອາຍຸ",
"errorLoadingFont": "ຟອນບໍ່ໄດ້ຖືກໂຫລດ.<br>ກະລຸນາແອດມີນຂອງທ່ານ.",
"errorLockedAll": "ການປະຕິບັດງານບໍ່ສາມາດເຮັດໄດ້ຍ້ອນວ່າແຜ່ນໄດ້ຖືກລັອກໂດຍຜູ້ໃຊ້ຄົນອື່ນ.",
"errorLockedCellPivot": "ທ່ານບໍ່ສາມາດປ່ຽນແປງຂໍ້ມູນທີ່ຢູ່ໃນຕາຕະລາງພິວອດໄດ້.",
"errorLockedWorksheetRename": "ບໍ່ສາມາດປ່ຽນຊື່ເອກະສານໄດ້ໃນເວລານີ້ຍ້ອນວ່າຖືກປ່ຽນຊື່ໂດຍຜູ້ໃຊ້ຄົນອື່ນ",
"errorMaxPoints": "ຈໍານວນສູງສຸດຕໍ່ຕາຕະລາງແມ່ນ 4096.",
"errorMoveRange": "ບໍ່ສາມາດເຊື່ອມຕາລາງຮ່ວມເຂົ້າກັນໄດ້",
"errorMultiCellFormula": "ບໍ່ອະນຸຍາດໃຫ້ມີສູດອາເລນຫຼາຍຫ້ອງໃນຕາຕະລາງເຊວ.",
"errorOpenWarning": "ຄວາມຍາວຂອງສູດໜຶ່ງໃນໄຟລ໌ເກີນ<br>ຈຳນວນຕົວອັກສອນທີ່ອະນຸຍາດໃຫ້ ແລະ ມັນໄດ້ຖືກເອົາອອກ.",
"errorOperandExpected": "syntax ຂອງຟັງຊັນທີ່ປ້ອນບໍ່ຖືກຕ້ອງ. ກະລຸນາກວດເບິ່ງວ່າເຈົ້າພາດໜຶ່ງໃນວົງເລັບ - '(' ຫຼື ')'.",
"errorPasteMaxRange": "ພື້ນທີ່ສຳເນົາ ແລະ ທີວາງບໍ່ກົງກັນ. ກະລຸນາເລືອກພື້ນທີ່ທີ່ມີຂະໜາດດຽວກັນ ຫຼື ຄລິກທີ່ຕາລາງທຳອິດຕິດຕໍ່ກັນເພື່ອວາງເຊລທີ່ສຳເນົາໄວ້",
"errorPrintMaxPagesCount": "ຂໍອະໄພ, ບໍ່ສາມາດທີ່ຈະພິມຫລາຍອັກສອນຫລາຍກວ່າ 1500 ໃນໜ້າດ່ຽວໃນໂປຣແກຣມເວີຊັ່ນປະຈຸບັນ<br> ຂໍ້ຈຳກັດນີ້ຈະຖືກຍົກເລີກໃນເວີຊັ່ນຕໍ່ໄປ.",
"errorSessionAbsolute": "ຊ່ວງເວລາການແກ້ໄຂເອກະສານໝົດອາຍຸແລ້ວ. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"errorSessionIdle": "ເອກະສານບໍ່ໄດ້ຮັບການແກ້ໄຂສໍາລັບການຂ້ອນຂ້າງຍາວ. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"errorSessionToken": "ການເຊື່ອມຕໍ່ກັບເຊີບເວີບໍ່ສະຖຽນ. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"errorStockChart": "ລຳດັບແຖວບໍ່ຖືກຕ້ອງ. ເພື່ອສ້າງຕາຕະລາງເກັບຂໍ້ຮູບກ້າບ, ວາງຂໍ້ມູນໃສ່ແຜ່ນງານຕາມລໍາດັບຕໍ່ໄປນີ້:<br>ລາຄາເປີດ, ລາຄາສູງສຸດ, ລາຄາຕໍ່າສຸດ, ລາຄາປິດ.",
"errorUnexpectedGuid": "ຂໍ້ຜິດພາດພາຍນອກ.<br>ຄຳແນະນຳທີ່ບໍ່ຄາດຄິດ. ກະລຸນາ, ຕິດຕໍ່ຜູ້ຊ່ວຍເຫລື່ອ.",
"errorUpdateVersionOnDisconnect": "ການເຊື່ອມຕໍ່ອິນເຕີເນັດຫາກໍຖືກກູ້ຄືນມາ, ແລະ ຟາຍເອກະສານໄດ້ມີການປ່ຽນແປງແລ້ວ. <br> ກ່ອນທີ່ທ່ານຈະດຳເນີນການຕໍ່ໄປ, ທ່ານຕ້ອງໄດ້ດາວໂຫຼດຟາຍ ຫຼື ສຳເນົາເນື້ອຫາ ເພື່ອປ້ອງການການສູນເສຍ, ແລະ ທຳການໂຫຼດໜ້າຄືນອີກຄັ້ງ.",
"errorUserDrop": "ບໍ່ສາມາດເຂົ້າເຖິງເອກະສານໄດ້ໃນຂະນະນີ້.",
"errorUsersExceed": "ເກີນຈຳນວນຜູ້ຊົມໃຊ້ທີ່ແຜນການກຳນົດລາຄາອະນຸຍາດ",
"errorViewerDisconnect": "ການເຊື່ອມຕໍ່ຫາຍໄປ. ທ່ານຍັງສາມາດເບິ່ງເອກະສານໄດ້,<br>ແຕ່ທ່ານຈະບໍ່ສາມາດດາວນ໌ໂຫລດຫຼືພິມມັນຈົນກ່ວາການເຊື່ອມຕໍ່ໄດ້ຮັບການຟື້ນຟູແລະຫນ້າຈະຖືກໂຫຼດໃຫມ່.",
"errorWrongBracketsCount": "ເກີດຄວາມຜິດພາດໃນສູດຄຳນວນ.<br>ຈຳນວນຂອງວົງເລັບບໍ່ຄົບຕາມເງື່ອນໄຂ.",
"errorWrongOperator": "ເກີດຄວາມຜິດພາດໃນສູດຄຳນວນທີ່ປ້ອນເຂົ້າ. ໃຊ້ຕົວປະຕິບັດການຜິດ.<br>ກະລຸນາແກ້ໄຂຂໍ້ຜິດພາດ.",
"notcriticalErrorTitle": "ເຕືອນ",
"openErrorText": "ມີຂໍ້ຜິດພາດເກີດຂຶ້ນໃນຂະນະທີ່ເປີດໄຟລ໌",
"pastInMergeAreaError": "ບໍ່ສາມາດເຊື່ອມຕາລາງຮ່ວມເຂົ້າກັນໄດ້",
"saveErrorText": "ເກີດຄວາມຜິດພາດຂຶ້ນໃນຂະນະທີ່ບັນທຶກໄຟລ໌",
"scriptLoadError": "ການເຊື່ອມຕໍ່ຊ້າເກີນໄປ, ບາງອົງປະກອບບໍ່ສາມາດໂຫຼດໄດ້. ກະລຸນາ, ໂຫຼດໜ້ານີ້ຄືນໃໝ່.",
"textErrorPasswordIsNotCorrect": "ລະຫັດຜ່ານທີ່ທ່ານລະບຸນັ້ນບໍ່ຖືກຕ້ອງ.<br>ກວດສອບວ່າກະແຈ CAPS LOCK ປິດຢູ່ ແລະໃຫ້ແນ່ໃຈວ່າໃຊ້ຕົວພິມໃຫຍ່ທີ່ຖືກຕ້ອງ.",
"unknownErrorText": "ມີຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ",
"uploadImageExtMessage": "ບໍ່ຮູ້ສາເຫດຂໍ້ຜິພາດຮູບແບບຂອງຮູບ",
"uploadImageFileCountMessage": "ບໍ່ມີຮູບພາບອັບໂຫລດ",
"criticalErrorExtText": "Press 'OK' to go back to the document list.",
"errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please, contact your admin.",
"uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB.",
"errorArgsRange": "An error in the formula.<br>Incorrect arguments range.",
"errorAutoFilterChange": "The operation is not allowed as it is attempting to shift cells in a table on your worksheet.",
"errorAutoFilterChangeFormatTable": "The operation could not be done for the selected cells as you cannot move a part of a table.<br>Select another data range so that the whole table is shifted and try again.",
"errorAutoFilterDataRange": "The operation could not be done for the selected range of cells.<br>Select a uniform data range inside or outside the table and try again.",
"errorAutoFilterHiddenRange": "The operation cannot be performed because the area contains filtered cells.<br>Please, unhide the filtered elements and try again.",
"errorCannotUseCommandProtectedSheet": "You cannot use this command on a protected sheet. To use this command, unprotect the sheet.<br>You might be requested to enter a password.",
"errorChangeOnProtectedSheet": "The cell or chart you are trying to change is on a protected sheet. To make a change, unprotect the sheet. You might be requested to enter a password.",
"errorConnectToServer": "Can't save this doc. Check your connection settings or contact your admin.<br>When you click the 'OK' button, you will be prompted to download the document.",
"errorCountArg": "An error in the formula.<br>Invalid number of arguments.",
"errorCountArgExceed": "An error in the formula.<br>Maximum number of arguments exceeded.",
"errorEditingDownloadas": "An error occurred during the work with the document.<br>Use the 'Download' option to save the file backup copy locally.",
"errorFilePassProtect": "The file is password protected and could not be opened.",
"errorFileRequest": "External error.<br>File Request. Please, contact support.",
"errorFileSizeExceed": "The file size exceeds your server limitation.<br>Please, contact your admin for details.",
"errorFileVKey": "External error.<br>Incorrect security key. Please, contact support.",
"errorFormulaName": "An error in the formula.<br>Incorrect formula name.",
"errorFormulaParsing": "Internal error while the formula parsing.",
"errorFrmlMaxLength": "You cannot add this formula as its length exceeds the allowed number of characters.<br>Please, edit it and try again.",
"errorFrmlMaxTextLength": "Text values in formulas are limited to 255 characters.<br>Use the CONCATENATE function or concatenation operator (&)",
"errorFrmlWrongReferences": "The function refers to a sheet that does not exist.<br>Please, check the data and try again.",
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
"errorMoveRange": "Cannot change a part of a merged cell",
"errorOpenWarning": "The length of one of the formulas in the file exceeded<br>the allowed number of characters and it was removed.",
"errorOperandExpected": "The entered function syntax is not correct. Please, check if you missed one of the parentheses - '(' or ')'.",
"errorPasteMaxRange": "The copy and paste area does not match. Please, select an area of the same size or click the first cell in a row to paste the copied cells.",
"errorPrintMaxPagesCount": "Unfortunately, it’s not possible to print more than 1500 pages at once in the current version of the program.<br>This restriction will be eliminated in upcoming releases.",
"errorSessionAbsolute": "The document editing session has expired. Please, reload the page.",
"errorSessionIdle": "The document has not been edited for quite a long time. Please, reload the page.",
"errorSessionToken": "The connection to the server has been interrupted. Please, reload the page.",
"errorStockChart": "Incorrect row order. To build a stock chart, place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.",
"errorUnexpectedGuid": "External error.<br>Unexpected Guid. Please, contact support.",
"errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but you won't be able to download or print it until the connection is restored and the page is reloaded.",
"errorWrongBracketsCount": "An error in the formula.<br>Wrong number of brackets.",
"errorWrongOperator": "An error in the entered formula. Wrong operator is used.<br>Please correct the error.",
"openErrorText": "An error has occurred while opening the file",
"pastInMergeAreaError": "Cannot change a part of a merged cell",
"saveErrorText": "An error has occurred while saving the file",
"scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.",
"textErrorPasswordIsNotCorrect": "The password you supplied is not correct.<br>Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.",
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB."
"errorFrmlWrongReferences": "The function refers to a sheet that does not exist.<br>Please, check the data and try again."
},
"LongActions": {
"advDRMPassword": "ລະຫັດຜ່ານ",
"applyChangesTextText": "ກຳລັງດາວໂຫຼດຂໍ້ມູນ...",
"applyChangesTitleText": "ດາວໂຫຼດຂໍ້ມູນ",
"confirmMoveCellRange": "ຊ່ວງຕາລາງປາຍທາງສາມາດບັນຈຸຂໍ້ມູນໄດ້. ສືບຕໍ່ການດໍາເນີນການບໍ?",
"confirmPutMergeRange": "ຂໍ້ມູນຕົ້ນສະບັບປະກອບດ້ວຍເຊລທີ່ຖືກລວມເຂົ້າກັນ.<br>ພວກມັນຈະຖືກແຍກອອກກ່ອນທີ່ຈະຖືກວາງໃສ່ໃນຕາຕະລາງ.",
"confirmReplaceFormulaInTable": "ສູດໃນຫົວແຖວຈະຖືກລຶບອອກ ແລະ ປ່ຽນເປັນຂໍ້ຄວາມໃນສູດ.<br>ທ່ານຕ້ອງການສືບຕໍ່ບໍ?",
"downloadTextText": "ກຳລັງດາວໂຫຼດເອກະສານ...",
"downloadTitleText": "ດາວໂຫລດເອກະສານ",
"loadFontsTextText": "ກຳລັງດາວໂຫຼດຂໍ້ມູນ...",
@ -262,27 +265,27 @@
"saveTextText": "ກໍາລັງບັນທຶກເອກະສານ...",
"saveTitleText": "ບັນທືກເອກະສານ",
"textCancel": "ຍົກເລີກ",
"textErrorWrongPassword": "ລະຫັດຜ່ານທີ່ທ່ານໃຫ້ນັ້ນບໍ່ຖືກຕ້ອງ.",
"textLoadingDocument": "ກຳລັງດາວໂຫຼດເອກະສານ",
"textNo": "ບໍ່",
"textOk": "ຕົກລົງ",
"textUnlockRange": "ປົດລັອກໄລຍະ",
"textUnlockRangeWarning": "ການປ່ຽນແມ່ນຖືກເຂົ້າລະຫັດຜ່ານ.",
"textYes": "ແມ່ນແລ້ວ",
"txtEditingMode": "ຕັ້ງຄ່າຮູບແບບການແກ້ໄຂ...",
"uploadImageTextText": "ກໍາລັງອັບໂຫລດຮູບພາບ...",
"uploadImageTitleText": "ກໍາລັງອັບໂຫລດຮູບພາບ",
"waitText": "ກະລຸນາລໍຖ້າ...",
"confirmMoveCellRange": "The destination cells range can contain data. Continue the operation?",
"confirmPutMergeRange": "The source data contains merged cells.<br>They will be unmerged before they are pasted into the table.",
"confirmReplaceFormulaInTable": "Formulas in the header row will be removed and converted to static text.<br>Do you want to continue?",
"textErrorWrongPassword": "The password you supplied is not correct.",
"textUnlockRange": "Unlock Range",
"textUnlockRangeWarning": "A range you are trying to change is password protected."
"waitText": "ກະລຸນາລໍຖ້າ..."
},
"Statusbar": {
"notcriticalErrorTitle": "ເຕືອນ",
"textCancel": "ຍົກເລີກ",
"textDelete": "ລົບ",
"textDuplicate": "ສຳເນົາ",
"textErrNameExists": "ຊື່ແຜ່ນນີ້ມີຢູ່ແລ້ວ.",
"textErrNameWrongChar": "ຊື່ຊີດບໍ່ສາມາດມີຕົວອັກສອນອັກຄະລະໄດ້: \\, /, *, ?, [, ], :",
"textErrNotEmpty": "ຊື່ເເຜ່ນ ບໍ່ໃຫ້ປະວ່າງ",
"textErrorLastSheet": "ປຶ້ມວຽກຕ້ອງມີຢ່າງໜ້ອຍໜຶ່ງແຜ່ນວຽກທີ່ເຫັນໄດ້.",
"textErrorRemoveSheet": "ບໍ່ສາມາດລຶບແຜ່ນວຽກໄດ້",
"textHidden": "ເຊື່ອງ",
"textHide": "ເຊື່ອງໄວ້",
@ -296,23 +299,21 @@
"textSheet": "ແຜ່ນງານ",
"textSheetName": "ຊື່ແຜ່ນເຈ້ຍ",
"textUnhide": "ເປີດເຜີຍ",
"textErrNameExists": "Worksheet with this name already exists.",
"textErrNameWrongChar": "A sheet name cannot contains characters: \\, /, *, ?, [, ], :",
"textErrorLastSheet": "The workbook must have at least one visible worksheet.",
"textMoveBack": "Move back",
"textMoveForward": "Move forward",
"textTabColor": "Tab Color",
"textWarnDeleteSheet": "The worksheet maybe has data. Proceed operation?"
"textWarnDeleteSheet": "ແຜ່ນວຽກອາດມີຂໍ້ມູນ. ດໍາເນີນການດໍາເນີນງານບໍ?"
},
"Toolbar": {
"dlgLeaveMsgText": "ທ່ານມີການປ່ຽນແປງທີ່ຍັງບໍ່ໄດ້ບັນທຶກໄວ້ໃນເອກະສານນີ້. ຄລິກທີ່ 'ຢູ່ໃນໜ້ານີ້' ເພື່ອລໍຖ້າການບັນທຶກອັດຕະໂນມັດ. ຄລິກ 'ອອກຈາກໜ້ານີ້' ເພື່ອຍົກເລີກການປ່ຽນແປງທີ່ບໍ່ໄດ້ບັນທຶກໄວ້ທັງໝົດ.",
"dlgLeaveTitleText": "ເຈົ້າອອກຈາກລະບົບ",
"leaveButtonText": "ອອກຈາກໜ້ານີ້",
"stayButtonText": "ຢູ່ໃນໜ້ານີ້",
"dlgLeaveMsgText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes."
"stayButtonText": "ຢູ່ໃນໜ້ານີ້"
},
"View": {
"Add": {
"errorMaxRows": "ຜິດພາດ!, ຈຳນວນຊູດຂໍ້ມູນສູງສຸດຕໍ່ຜັງແມ່ນ 255",
"errorStockChart": "ລຳດັບແຖວບໍ່ຖືກຕ້ອງ. ເພື່ອສ້າງຕາຕະລາງເກັບຂໍ້ຮູບກ້າບ, ວາງຂໍ້ມູນໃສ່ແຜ່ນງານຕາມລໍາດັບຕໍ່ໄປນີ້:<br>ລາຄາເປີດ, ລາຄາສູງສຸດ, ລາຄາຕໍ່າສຸດ, ລາຄາປິດ.",
"notcriticalErrorTitle": "ເຕືອນ",
"sCatDateAndTime": "ວັນທີ ແລະ ເວລາ",
"sCatEngineering": "ວິສະວະກຳ",
@ -325,14 +326,19 @@
"sCatTextAndData": "ເນື້ອຫາ ແລະ ຂໍ້ມູນ",
"textAddLink": "ເພີ່ມລິ້ງ",
"textAddress": "ທີ່ຢູ່",
"textAllTableHint": "ສົ່ງຄືນເນື້ອຫາທັງໝົດຂອງຕາຕະລາງ ຫຼື ຖັນຕາຕະລາງທີ່ລະບຸໄວ້ ລວມທັງສ່ວນຫົວຖັນ, ຂໍ້ມູນ ແລະແຖວທັງໝົດ",
"textBack": "ກັບຄືນ",
"textCancel": "ຍົກເລີກ",
"textChart": "ແຜນຮູບວາດ",
"textComment": "ຄໍາເຫັນ",
"textDataTableHint": "ສົ່ງຄືນຕາລາງຂໍ້ມູນຂອງຕາຕະລາງ ຫຼືຖັນຕາຕະລາງທີ່ລະບຸ",
"textDisplay": "ສະແດງຜົນ",
"textEmptyImgUrl": "ທ່ານຈໍາເປັນຕ້ອງລະບຸ URL ຮູບພາບ.",
"textExternalLink": "ລິງພາຍນອກ",
"textFilter": "ກັ່ນຕອງ",
"textFunction": "ໜ້າທີ່ ",
"textGroups": "ໝວດໝູ່",
"textHeadersTableHint": "ສົ່ງຄືນສ່ວນຫົວຖັນສຳລັບຕາຕະລາງ ຫຼືຖັນຕາຕະລາງທີ່ລະບຸ",
"textImage": "ຮູບພາບ",
"textImageURL": "URL ຮູບພາບ",
"textInsert": "ເພີ່ມ",
@ -340,6 +346,8 @@
"textInternalDataRange": "ຂໍ້ມູນພາຍໃນ",
"textInvalidRange": "ຜິດພາດ,ເຊວບໍ່ຖືກຕ້ອງ",
"textLink": "ລີ້ງ",
"textLinkSettings": "ການຕັ້ງຄ່າລີ້ງ",
"textLinkType": "ປະເພດລີ້ງ",
"textOk": "ຕົກລົງ",
"textOther": "ອື່ນໆ",
"textPictureFromLibrary": "ຮູບພາບຈາກຫ້ອງສະໝຸດ",
@ -351,24 +359,16 @@
"textShape": "ຮູບຮ່າງ",
"textSheet": "ແຜ່ນງານ",
"textSortAndFilter": "ລຽງລຳດັບ ແລະ ກອງ",
"textThisRowHint": "ເລືອກສະເພາະຄໍລຳທີ່ລະບຸ",
"textTotalsTableHint": "ສົ່ງຄືນແຖວທັງໝົດສຳລັບຕາຕະລາງ ຫຼືຖັນຕາຕະລາງທີ່ລະບຸ",
"txtExpand": "ຂະຫຍາຍ ແລະ ຈັດລຽງ",
"txtExpandSort": "ຂໍ້ມູນຖັດຈາກສີ່ງທີ່ເລືອກຈະບໍ່ຖືກຈັດລຽງລຳດັບ. ທ່ານຕ້ອງການຂະຫຍາຍສ່ວນທີ່ເລືອກເພື່ອກວມເອົາຂໍ້ມູນທີ່ຢູ່ຕິດກັນ ຫຼື ດຳເນີນການຈັດລຽງເຊລທີ່ເລືອກໃນປະຈຸບັນເທົ່ານັ້ນຫຼືບໍ່?",
"txtLockSort": "ພົບຂໍ້ມູນຢູ່ຖັດຈາກການເລືອກຂອງທ່ານ, ແຕ່ທ່ານບໍ່ມີສິດພຽງພໍເພື່ອປ່ຽນຕາລາງເຫຼົ່ານັ້ນ.<br>ທ່ານຕ້ອງການສືບຕໍ່ກັບການເລືອກປັດຈຸບັນບໍ?",
"txtNo": "ບໍ່",
"txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\"",
"txtSorting": "ການລຽງລຳດັບ",
"txtSortSelected": "ຈັດລຽງທີ່ເລືອກ",
"txtYes": "ແມ່ນແລ້ວ",
"errorStockChart": "Incorrect row order. To build a stock chart, place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.",
"textAllTableHint": "Returns the entire contents of the table or specified table columns including column headers, data and total rows",
"textDataTableHint": "Returns the data cells of the table or specified table columns",
"textEmptyImgUrl": "You need to specify the image URL.",
"textGroups": "CATEGORIES",
"textHeadersTableHint": "Returns the column headers for the table or specified table columns",
"textLinkSettings": "Link Settings",
"textLinkType": "Link Type",
"textThisRowHint": "Choose only this row of the specified column",
"textTotalsTableHint": "Returns the total rows for the table or specified table columns",
"txtLockSort": "Data is found next to your selection, but you do not have sufficient permissions to change those cells.<br>Do you wish to continue with the current selection?"
"txtYes": "ແມ່ນແລ້ວ"
},
"Edit": {
"notcriticalErrorTitle": "ເຕືອນ",
@ -388,8 +388,10 @@
"textAngleCounterclockwise": "ມຸມທວນເຂັມໂມງ",
"textAuto": "ອັດຕະໂນມັດ",
"textAutomatic": "ອັດຕະໂນມັດ",
"textAxisCrosses": "ແກນກາງ",
"textAxisOptions": "ຕົວເລືອກແກນ",
"textAxisPosition": "ຕົວເລືອກແກນ",
"textAxisTitle": "ແກນຫົວຂໍ້",
"textBack": "ກັບຄືນ",
"textBetweenTickMarks": "ລະຫ່ວາງເຄື່ອງໝາຍຖືກ",
"textBillions": "ຕື້",
@ -421,10 +423,12 @@
"textDollar": "ດອນລາ",
"textEditLink": "ແກ້ໄຂ ລີ້ງ",
"textEffects": "ຜົນ",
"textEmptyImgUrl": "ທ່ານຈໍາເປັນຕ້ອງລະບຸ URL ຮູບພາບ.",
"textEmptyItem": "{ຊ່ອງວ່າງ}",
"textErrorMsg": "ທ່ານຕ້ອງເລືອກຢ່າງ ໜ້ອຍ ໜຶ່ງຄ່າ",
"textErrorTitle": "ເຕືອນ",
"textEuro": "ສະກຸນເງິນຢູໂຣ",
"textExternalLink": "ລິງພາຍນອກ",
"textFill": "ຕື່ມ",
"textFillColor": "ຕື່ມສີ",
"textFilterOptions": "ທາງເລືອກການກັ່ນຕອງ",
@ -439,6 +443,7 @@
"textHigh": "ສູງ",
"textHorizontal": "ແນວນອນ",
"textHorizontalAxis": "ແກນລວງນອນ",
"textHorizontalText": "ຂໍ້ຄວາມແນວນອນ",
"textHundredMil": "100 000 000",
"textHundreds": "ຈຳນວນໜື່ງຮ້ອຍ",
"textHundredThousands": "100 000",
@ -448,6 +453,7 @@
"textIn": "ຂ້າງໃນ",
"textInnerBottom": "ດ້ານລຸ່ມພາຍໃນ",
"textInnerTop": "ດ້ານເທິງ ພາຍໃນ",
"textInsideBorders": "ພາຍໃນພື້ນທີ່",
"textInsideHorizontalBorder": "ພາຍໃນເສັ້ນຂອບລວງນອນ",
"textInsideVerticalBorder": "ພາຍໃນເສັ້ນຂອບລວງຕັ້ງ",
"textInteger": "ຕົວເລກເຕັມ",
@ -460,7 +466,10 @@
"textLeft": "ຊ້າຍ",
"textLeftBorder": "ເສັ້ນຂອບດ້ານຊ້າຍ ",
"textLeftOverlay": "ຊ້ອນທັບດ້ານຊ້າຍ",
"textLegend": "ຄວາມໝາຍ",
"textLink": "ລີ້ງ",
"textLinkSettings": "ການຕັ້ງຄ່າລີ້ງ",
"textLinkType": "ປະເພດລີ້ງ",
"textLow": "ຕໍາ",
"textMajor": "ສຳຄັນ",
"textMajorAndMinor": "ສຳຄັນແລະບໍ່ສຳຄັນ",
@ -490,6 +499,7 @@
"textPictureFromLibrary": "ຮູບພາບຈາກຫ້ອງສະໝຸດ",
"textPictureFromURL": "ຮູບພາບຈາກ URL",
"textPound": "ຕີ",
"textPt": "pt",
"textRange": "ຊ່ວງ",
"textRemoveChart": "ລົບແຜນວາດ",
"textRemoveImage": "ລົບຮູບ",
@ -502,12 +512,14 @@
"textRight": "ຂວາ",
"textRightBorder": "ຂອບດ້ານຂວາ",
"textRightOverlay": "ພາບຊ້ອນທັບດ້ານຂວາ",
"textRotated": "ການໝຸນ",
"textRotateTextDown": "ປິ່ນຫົວຂໍ້ຄວາມລົງ",
"textRotateTextUp": "ປິ່ນຫົວຂໍ້ຄວາມຂື້ນ",
"textRouble": "ເງິນລູເບີນ ຂອງລັດເຊຍ",
"textScientific": "ວິທະຍາສາດ",
"textScreenTip": "ຄຳແນະນຳໃນໜ້າຈໍ",
"textSelectAll": "ເລືອກທັງໝົດ",
"textSelectObjectToEdit": "ເລືອກຈຸດທີ່ຕ້ອງການເພື່ອແກ້ໄຂ",
"textSendToBackground": "ສົ່ງໄປເປັນພື້ນຫຼັງ",
"textSettings": "ການຕັ້ງຄ່າ",
"textShape": "ຮູບຮ່າງ",
@ -520,11 +532,14 @@
"textTextColor": "ສີຂໍ້ຄວາມ",
"textTextFormat": "ຮູບແບບເນື້ອຫາ",
"textTextOrientation": "ທິດທາງຂໍ້ຄວາມ",
"textThick": "ໜາ",
"textThin": "ບາງ",
"textThousands": "ຫຼາຍພັນ",
"textTickOptions": "ຕົວເລືອກຄວາມໜາ",
"textTime": "ເວລາ",
"textTop": "ເບື້ອງເທີງ",
"textTopBorder": "ຂອບເບື້ອງເທິງ",
"textTrillions": "ພັນຕື້",
"textType": "ພິມ",
"textValue": "ຄ່າ",
"textValuesInReverseOrder": "ຄ່າໃນລຳດັບຢ້ອນກັບ ",
@ -535,25 +550,11 @@
"textYen": "ເງິນເຢັນ",
"txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\"",
"txtSortHigh2Low": "ລຽງລຳດັບຈາກສູງສຸດໄປຫາຕ່ຳສຸດ",
"txtSortLow2High": "ລຽງລຳດັບແຕ່ຕ່ຳສຸດໄປຫາສູງສຸດ",
"textAxisCrosses": "Axis Crosses",
"textAxisTitle": "Axis Title",
"textEmptyImgUrl": "You need to specify the image URL.",
"textExternalLink": "External Link",
"textHorizontalText": "Horizontal Text",
"textInsideBorders": "Inside Borders",
"textLegend": "Legend",
"textLinkSettings": "Link Settings",
"textLinkType": "Link Type",
"textPt": "pt",
"textRotated": "Rotated",
"textSelectObjectToEdit": "Select object to edit",
"textThick": "Thick",
"textThin": "Thin",
"textTrillions": "Trillions"
"txtSortLow2High": "ລຽງລຳດັບແຕ່ຕ່ຳສຸດໄປຫາສູງສຸດ"
},
"Settings": {
"advCSVOptions": "ເລືອກຕົວເລືອກຂອງ CSV",
"advDRMEnterPassword": "ກະລຸນາໃສ່ລະຫັດຜ່ານຂອງທ່ານ",
"advDRMOptions": "ຟຮາຍມີການປົກປ້ອງ",
"advDRMPassword": "ລະຫັດຜ່ານ",
"closeButtonText": "ປິດຟຮາຍເອກະສານ",
@ -570,6 +571,8 @@
"textCancel": "ຍົກເລີກ",
"textCentimeter": "ເຊັນຕິເມັດ",
"textChooseCsvOptions": "ເລືອກຕົວເລືອກຂອງ CSV",
"textChooseDelimeter": "ເລືອກຕົວຂັ້ນ",
"textChooseEncoding": "ເລືອກການເຂົ້າລະຫັດ",
"textCollaboration": "ຮ່ວມກັນ",
"textColorSchemes": "ໂທນສີ",
"textComment": "ຄໍາເຫັນ",
@ -577,12 +580,14 @@
"textComments": "ຄໍາເຫັນ",
"textCreated": "ສ້າງ",
"textCustomSize": "ກຳນົດຂະໜາດ",
"textDarkTheme": "ຮູບແບບສີສັນມືດ",
"textDelimeter": "ຂອບເຂດຈຳກັດ",
"textDisableAll": "ປິດທັງໝົດ",
"textDisableAllMacrosWithNotification": "ປິດທຸກ ມາກໂຄ ດ້ວຍ ການແຈ້ງເຕືອນ",
"textDisableAllMacrosWithoutNotification": "ປິດທຸກ ມາກໂຄ ໂດຍບໍ່ແຈ້ງເຕືອນ",
"textDone": "ສໍາເລັດ",
"textDownload": "ດາວໂຫຼດ",
"textDownloadAs": "ດາວໂຫລດເປັນ",
"textEmail": "ອີເມລ",
"textEnableAll": "ເປີດທັງໝົດ",
"textEnableAllMacrosWithoutNotification": "ເປີດທຸກມາກໂຄໂດຍບໍ່ແຈ້ງເຕືອນ",
@ -590,8 +595,10 @@
"textExample": "ຕົວຢ່າງ",
"textFind": "ຊອກ",
"textFindAndReplace": "ຄົ້ນຫາແລະປ່ຽນແທນ",
"textFindAndReplaceAll": "ຄົ້ນຫາ ແລະ ປ່ຽນແທນທັງໝົດ",
"textFormat": "ປະເພດ",
"textFormulaLanguage": "ຕຳລາພາສາ",
"textFormulas": "ສູດ",
"textHelp": "ຊວ່ຍ",
"textHideGridlines": "ເຊື່ອງຕາຕະລາງໄວ້",
"textHideHeadings": "ເຊື່ອງຫົວຂໍ້ໄວ້",
@ -603,11 +610,13 @@
"textLeft": "ຊ້າຍ",
"textLocation": "ສະຖານທີ",
"textLookIn": "ເບິ່ງເຂົ້າໄປທາງໃນ",
"textMacrosSettings": "ການຕັ້ງຄ່າທົ່ວໄປ",
"textMargins": "ຂອບ",
"textMatchCase": "ກໍລະນີຈັບຄູ່ກັນ",
"textMatchCell": "ແຊວຈັບຄູ່ກັນ",
"textNoTextFound": "ບໍ່ພົບເນື້ອຫາ",
"textOk": "ຕົກລົງ",
"textOpenFile": "ໃສ່ລະຫັດຜ່ານເພື່ອເປີດໄຟລ໌",
"textOrientation": "ການຈັດວາງ",
"textOwner": "ເຈົ້າຂອງ",
"textPoint": "ຈຸດ",
@ -636,12 +645,15 @@
"textTop": "ເບື້ອງເທີງ",
"textUnitOfMeasurement": "ຫົວຫນ່ວຍວັດແທກ",
"textUploaded": "ອັບໂຫລດສຳເລັດ",
"textValues": "ຄ່າ",
"textVersion": "ລຸ້ນ",
"textWorkbook": "ປື້ມເຮັດວຽກ",
"txtColon": "ຈ້ຳສອງເມັດ",
"txtComma": "ຈຸດ",
"txtDelimiter": "ຂອບເຂດຈຳກັດ",
"txtDownloadCsv": "ດາວໂຫລດ CSV",
"txtEncoding": "ການເຂົ້າລະຫັດ",
"txtIncorrectPwd": "ລະຫັດຜ່ານບໍ່ຖືກຕ້ອງ",
"txtOk": "ຕົກລົງ",
"txtProtected": "ຖ້າເຈົ້ານໍາໃຊ້ລະຫັດເພື່ອເປີດເອກະສານ, ລະຫັດປັດຈຸບັນຈະຖືກແກ້ໄຂ",
"txtScheme1": "ຫ້ອງການ",
@ -649,14 +661,19 @@
"txtScheme11": "ລົດໄຟຟ້າ",
"txtScheme12": "ໂມດູນ",
"txtScheme13": "ຮູບພາບທີ່ມີລັກສະນະສະເເດງຄວາມຮັ່ງມີ ",
"txtScheme14": "ໂອຣິເອລ",
"txtScheme15": "ເດີມ",
"txtScheme16": "ເຈ້ຍ",
"txtScheme17": "ເສັ້ນໝູນອ້ອມດວງຕາເວັນ",
"txtScheme18": "ເຕັກນິກ",
"txtScheme19": "ຍ່າງ",
"txtScheme2": "ໂທນສີເທົາ",
"txtScheme20": "ໃນເມືອງ",
"txtScheme21": "Verve",
"txtScheme22": "ຫ້ອງການໃໝ່",
"txtScheme3": "ເອເພັກສ",
"txtScheme4": "ມຸມມອງ",
"txtScheme5": "ພົນລະເມືອງ",
"txtScheme6": "ສຳມະໂນ",
"txtScheme7": "ຄວາມເທົ່າທຽມກັນ",
"txtScheme8": "ຂະບວນການ",
@ -664,25 +681,8 @@
"txtSemicolon": "ຈ້ຳຈຸດ",
"txtSpace": "ຍະຫວ່າງ",
"txtTab": "ແທບ",
"warnDownloadAs": "ຖ້າທ່ານສືບຕໍ່ບັນທຶກໃນຮູບແບບນີ້ທຸກລັກສະນະ ຍົກເວັ້ນຂໍ້ຄວາມຈະຫາຍໄປ. <br> ທ່ານແນ່ໃຈບໍ່ວ່າທ່ານຕ້ອງການດໍາເນີນຕໍ່?",
"advDRMEnterPassword": "Your password, please:",
"textChooseDelimeter": "Choose Delimeter",
"textChooseEncoding": "Choose Encoding",
"textDarkTheme": "Dark Theme",
"textDownloadAs": "Download As",
"textFindAndReplaceAll": "Find and Replace All",
"textFormulas": "Formulas",
"textMacrosSettings": "Macros Settings",
"textOpenFile": "Enter a password to open the file",
"textValues": "Values",
"txtDownloadCsv": "Download CSV",
"txtIncorrectPwd": "Password is incorrect",
"txtScheme14": "Oriel",
"txtScheme19": "Trek",
"txtScheme21": "Verve",
"txtScheme22": "New Office",
"textFeedback": "Feedback & Support",
"txtScheme5": "Civic"
"warnDownloadAs": "ຖ້າທ່ານສືບຕໍ່ບັນທຶກໃນຮູບແບບນີ້ທຸກລັກສະນະ ຍົກເວັ້ນຂໍ້ຄວາມຈະຫາຍໄປ. <br> ທ່ານແນ່ໃຈບໍ່ວ່າທ່ານຕ້ອງການດໍາເນີນຕໍ່?"
}
}
}

View file

@ -167,10 +167,16 @@
}
.sheet-filter, .popover-filter {
.list {
ul li:first-child .list-button{
color: @text-normal;
&::after {
background: @background-menu-divider;
}
}
.item-inner {
color: @text-normal;
}
}
}

View file

@ -156,7 +156,7 @@ const PageStyle = props => {
onRangeChanged={(value) => {props.onBorderSize(borderSizeTransform.sizeByIndex(value))}}
></Range>
</div>
<div className='range-number' slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
<div slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
{stateTextBorderSize + ' ' + Common.Utils.Metric.getMetricName(Common.Utils.Metric.c_MetricUnits.pt)}
</div>
</ListItem>
@ -180,7 +180,7 @@ const PageStyle = props => {
onRangeChanged={(value) => {props.onOpacity(value)}}
></Range>
</div>
<div className='range-number' slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
<div slot='inner-end' style={{minWidth: '60px', textAlign: 'right'}}>
{stateOpacity + ' %'}
</div>
</ListItem>