Merge pull request #1779 from ONLYOFFICE/fix/translation
Fix/translation
This commit is contained in:
commit
955f60e672
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Altuera",
|
"common.view.modals.txtHeight": "Altuera",
|
||||||
"common.view.modals.txtShare": "Partekatu esteka",
|
"common.view.modals.txtShare": "Partekatu esteka",
|
||||||
"common.view.modals.txtWidth": "Zabalera",
|
"common.view.modals.txtWidth": "Zabalera",
|
||||||
|
"common.view.SearchBar.textFind": "Bilatu",
|
||||||
"DE.ApplicationController.convertationErrorText": "Bihurketak huts egin du.",
|
"DE.ApplicationController.convertationErrorText": "Bihurketak huts egin du.",
|
||||||
"DE.ApplicationController.convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
"DE.ApplicationController.convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
||||||
"DE.ApplicationController.criticalErrorTitle": "Errorea",
|
"DE.ApplicationController.criticalErrorTitle": "Errorea",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Altura",
|
"common.view.modals.txtHeight": "Altura",
|
||||||
"common.view.modals.txtShare": "Partilhar ligação",
|
"common.view.modals.txtShare": "Partilhar ligação",
|
||||||
"common.view.modals.txtWidth": "Largura",
|
"common.view.modals.txtWidth": "Largura",
|
||||||
|
"common.view.SearchBar.textFind": "Localizar",
|
||||||
"DE.ApplicationController.convertationErrorText": "Falha na conversão.",
|
"DE.ApplicationController.convertationErrorText": "Falha na conversão.",
|
||||||
"DE.ApplicationController.convertationTimeoutText": "Excedeu o tempo limite de conversão.",
|
"DE.ApplicationController.convertationTimeoutText": "Excedeu o tempo limite de conversão.",
|
||||||
"DE.ApplicationController.criticalErrorTitle": "Erro",
|
"DE.ApplicationController.criticalErrorTitle": "Erro",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Înălțime",
|
"common.view.modals.txtHeight": "Înălțime",
|
||||||
"common.view.modals.txtShare": "Partajare link",
|
"common.view.modals.txtShare": "Partajare link",
|
||||||
"common.view.modals.txtWidth": "Lățime",
|
"common.view.modals.txtWidth": "Lățime",
|
||||||
|
"common.view.SearchBar.textFind": "Găsire",
|
||||||
"DE.ApplicationController.convertationErrorText": "Conversia nu a reușit.",
|
"DE.ApplicationController.convertationErrorText": "Conversia nu a reușit.",
|
||||||
"DE.ApplicationController.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
"DE.ApplicationController.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
||||||
"DE.ApplicationController.criticalErrorTitle": "Eroare",
|
"DE.ApplicationController.criticalErrorTitle": "Eroare",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Высота",
|
"common.view.modals.txtHeight": "Высота",
|
||||||
"common.view.modals.txtShare": "Поделиться ссылкой",
|
"common.view.modals.txtShare": "Поделиться ссылкой",
|
||||||
"common.view.modals.txtWidth": "Ширина",
|
"common.view.modals.txtWidth": "Ширина",
|
||||||
|
"common.view.SearchBar.textFind": "Поиск",
|
||||||
"DE.ApplicationController.convertationErrorText": "Конвертация не удалась.",
|
"DE.ApplicationController.convertationErrorText": "Конвертация не удалась.",
|
||||||
"DE.ApplicationController.convertationTimeoutText": "Превышено время ожидания конвертации.",
|
"DE.ApplicationController.convertationTimeoutText": "Превышено время ожидания конвертации.",
|
||||||
"DE.ApplicationController.criticalErrorTitle": "Ошибка",
|
"DE.ApplicationController.criticalErrorTitle": "Ошибка",
|
||||||
|
|
|
@ -121,6 +121,7 @@
|
||||||
"Common.define.chartData.textScatterSmoothMarker": "Dispersió amb línies suaus i marcadors",
|
"Common.define.chartData.textScatterSmoothMarker": "Dispersió amb línies suaus i marcadors",
|
||||||
"Common.define.chartData.textStock": "Accions",
|
"Common.define.chartData.textStock": "Accions",
|
||||||
"Common.define.chartData.textSurface": "Superfície",
|
"Common.define.chartData.textSurface": "Superfície",
|
||||||
|
"Common.Translation.textMoreButton": "Més",
|
||||||
"Common.Translation.warnFileLocked": "No pots editar aquest fitxer perquè és obert en una altra aplicació.",
|
"Common.Translation.warnFileLocked": "No pots editar aquest fitxer perquè és obert en una altra aplicació.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Crea una còpia",
|
"Common.Translation.warnFileLockedBtnEdit": "Crea una còpia",
|
||||||
"Common.Translation.warnFileLockedBtnView": "Obre per a la seva visualització",
|
"Common.Translation.warnFileLockedBtnView": "Obre per a la seva visualització",
|
||||||
|
@ -170,6 +171,11 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Sense color",
|
"Common.UI.HSBColorPicker.textNoColor": "Sense color",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Amaga la contrasenya",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Amaga la contrasenya",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Mostra la contrasenya",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Mostra la contrasenya",
|
||||||
|
"Common.UI.SearchBar.textFind": "Cerca",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Tanca la cerca",
|
||||||
|
"Common.UI.SearchBar.tipNextResult": "El resultat següent",
|
||||||
|
"Common.UI.SearchBar.tipOpenAdvancedSettings": "Obre la configuració avançada",
|
||||||
|
"Common.UI.SearchBar.tipPreviousResult": "El resultat anterior",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Ressalta els resultats",
|
"Common.UI.SearchDialog.textHighlight": "Ressalta els resultats",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "Sensible a majúscules i minúscules",
|
"Common.UI.SearchDialog.textMatchCase": "Sensible a majúscules i minúscules",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Introduïu el text de substitució",
|
"Common.UI.SearchDialog.textReplaceDef": "Introduïu el text de substitució",
|
||||||
|
@ -446,6 +452,15 @@
|
||||||
"Common.Views.ReviewPopover.txtReject": "Rebutja",
|
"Common.Views.ReviewPopover.txtReject": "Rebutja",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "S'està carregant",
|
"Common.Views.SaveAsDlg.textLoading": "S'està carregant",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Carpeta per desar",
|
"Common.Views.SaveAsDlg.textTitle": "Carpeta per desar",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "Sensible a majúscules i minúscules",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Tanca la cerca",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Cerca",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Cerca i substitueix",
|
||||||
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Relacionar amb expressions regulars",
|
||||||
|
"Common.Views.SearchPanel.textNoMatches": "No hi ha cap coincidència",
|
||||||
|
"Common.Views.SearchPanel.textNoSearchResults": "Sense resultats a la cerca",
|
||||||
|
"Common.Views.SearchPanel.tipNextResult": "El resultat següent",
|
||||||
|
"Common.Views.SearchPanel.tipPreviousResult": "El resultat anterior",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "S'està carregant",
|
"Common.Views.SelectFileDlg.textLoading": "S'està carregant",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Seleccioneu l'origen de les dades",
|
"Common.Views.SelectFileDlg.textTitle": "Seleccioneu l'origen de les dades",
|
||||||
"Common.Views.SignDialog.textBold": "Negreta",
|
"Common.Views.SignDialog.textBold": "Negreta",
|
||||||
|
@ -617,6 +632,7 @@
|
||||||
"DE.Controllers.Main.textRemember": "Recorda la meva elecció per a tots els fitxers",
|
"DE.Controllers.Main.textRemember": "Recorda la meva elecció per a tots els fitxers",
|
||||||
"DE.Controllers.Main.textRenameError": "El nom d'usuari no pot estar buit.",
|
"DE.Controllers.Main.textRenameError": "El nom d'usuari no pot estar buit.",
|
||||||
"DE.Controllers.Main.textRenameLabel": "Introduïu un nom que s'utilitzarà per a la col·laboració",
|
"DE.Controllers.Main.textRenameLabel": "Introduïu un nom que s'utilitzarà per a la col·laboració",
|
||||||
|
"DE.Controllers.Main.textRequestMacros": "Una macro fa una sol·licitud a l'URL. Voleu permetre la sol·licitud al %1?",
|
||||||
"DE.Controllers.Main.textShape": "Forma",
|
"DE.Controllers.Main.textShape": "Forma",
|
||||||
"DE.Controllers.Main.textStrict": "Mode estricte",
|
"DE.Controllers.Main.textStrict": "Mode estricte",
|
||||||
"DE.Controllers.Main.textTryUndoRedo": "S'han desactivat les funcions desfés/refés per al mode de coedició ràpida. Fes clic al botó \"Mode estricte\" per canviar al mode de coedició estricte i editar el fitxer sense que hi hagi interferències d'altres usuaris i enviar els vostres canvis un cop els hagis desat. Pots canviar entre els modes de coedició mitjançant l'editor \"Paràmetres avançats\".",
|
"DE.Controllers.Main.textTryUndoRedo": "S'han desactivat les funcions desfés/refés per al mode de coedició ràpida. Fes clic al botó \"Mode estricte\" per canviar al mode de coedició estricte i editar el fitxer sense que hi hagi interferències d'altres usuaris i enviar els vostres canvis un cop els hagis desat. Pots canviar entre els modes de coedició mitjançant l'editor \"Paràmetres avançats\".",
|
||||||
|
@ -891,6 +907,7 @@
|
||||||
"DE.Controllers.Main.warnProcessRightsChange": "No tens permís per editar el fitxer.",
|
"DE.Controllers.Main.warnProcessRightsChange": "No tens permís per editar el fitxer.",
|
||||||
"DE.Controllers.Navigation.txtBeginning": "Inici del document",
|
"DE.Controllers.Navigation.txtBeginning": "Inici del document",
|
||||||
"DE.Controllers.Navigation.txtGotoBeginning": "Ves al començament del document",
|
"DE.Controllers.Navigation.txtGotoBeginning": "Ves al començament del document",
|
||||||
|
"DE.Controllers.Search.warnReplaceString": "{0} no és un caràcter especial vàlid per a la casella Substitueix per.",
|
||||||
"DE.Controllers.Statusbar.textDisconnect": "S'ha perdut la connexió. S'intenta connectar. Comproveu la configuració de connexió",
|
"DE.Controllers.Statusbar.textDisconnect": "S'ha perdut la connexió. S'intenta connectar. Comproveu la configuració de connexió",
|
||||||
"DE.Controllers.Statusbar.textHasChanges": "S'ha fet un seguiment dels canvis nous",
|
"DE.Controllers.Statusbar.textHasChanges": "S'ha fet un seguiment dels canvis nous",
|
||||||
"DE.Controllers.Statusbar.textSetTrackChanges": "Ets en mode de control de canvis",
|
"DE.Controllers.Statusbar.textSetTrackChanges": "Ets en mode de control de canvis",
|
||||||
|
@ -1732,6 +1749,8 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.strFast": "Ràpid",
|
"DE.Views.FileMenuPanels.Settings.strFast": "Ràpid",
|
||||||
"DE.Views.FileMenuPanels.Settings.strFontRender": "Tipus de lletra suggerides",
|
"DE.Views.FileMenuPanels.Settings.strFontRender": "Tipus de lletra suggerides",
|
||||||
"DE.Views.FileMenuPanels.Settings.strForcesave": "Afegeix la versió a l'emmagatzematge després de clicar a Desa o Ctrl + S",
|
"DE.Views.FileMenuPanels.Settings.strForcesave": "Afegeix la versió a l'emmagatzematge després de clicar a Desa o Ctrl + S",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Ignora les paraules en MAJÚSCULA",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Ignora les paraules amb números",
|
||||||
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Configuració de les macros",
|
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Configuració de les macros",
|
||||||
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Mostra el botó d'opcions d’enganxar quan s’enganxa contingut",
|
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Mostra el botó d'opcions d’enganxar quan s’enganxa contingut",
|
||||||
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Canvis de col·laboració en temps real",
|
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Canvis de col·laboració en temps real",
|
||||||
|
@ -1758,9 +1777,13 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Mostra fent un clic en els globus",
|
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Mostra fent un clic en els globus",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Mostra en passar el cursor per damunt dels indicadors de funció",
|
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Mostra en passar el cursor per damunt dels indicadors de funció",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtCm": "Centímetre",
|
"DE.Views.FileMenuPanels.Settings.txtCm": "Centímetre",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtCollaboration": "Col·laboració",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "Activa el mode fosc del document",
|
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "Activa el mode fosc del document",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtEditingSaving": "Edita i desa",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtFastTip": "Coedició en temps real. Tots els canvis es guarden automàticament",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Ajusta-ho a la pàgina",
|
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Ajusta-ho a la pàgina",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Ajusta-ho a l'amplària",
|
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Ajusta-ho a l'amplària",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Jeroglífics",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtInch": "Polzada",
|
"DE.Views.FileMenuPanels.Settings.txtInch": "Polzada",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtInput": "Entrada alternativa",
|
"DE.Views.FileMenuPanels.Settings.txtInput": "Entrada alternativa",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtLast": "Mostra l'últim",
|
"DE.Views.FileMenuPanels.Settings.txtLast": "Mostra l'últim",
|
||||||
|
@ -1820,6 +1843,7 @@
|
||||||
"DE.Views.FormSettings.textWidth": "Amplada de la cel·la",
|
"DE.Views.FormSettings.textWidth": "Amplada de la cel·la",
|
||||||
"DE.Views.FormsTab.capBtnCheckBox": "Casella de selecció",
|
"DE.Views.FormsTab.capBtnCheckBox": "Casella de selecció",
|
||||||
"DE.Views.FormsTab.capBtnComboBox": "Quadre combinat",
|
"DE.Views.FormsTab.capBtnComboBox": "Quadre combinat",
|
||||||
|
"DE.Views.FormsTab.capBtnDownloadForm": "Baixa-ho com a oform",
|
||||||
"DE.Views.FormsTab.capBtnDropDown": "Desplegable",
|
"DE.Views.FormsTab.capBtnDropDown": "Desplegable",
|
||||||
"DE.Views.FormsTab.capBtnImage": "Imatge",
|
"DE.Views.FormsTab.capBtnImage": "Imatge",
|
||||||
"DE.Views.FormsTab.capBtnNext": "Camp següent",
|
"DE.Views.FormsTab.capBtnNext": "Camp següent",
|
||||||
|
@ -1839,6 +1863,7 @@
|
||||||
"DE.Views.FormsTab.textSubmited": "El formulari s'ha enviat correctament",
|
"DE.Views.FormsTab.textSubmited": "El formulari s'ha enviat correctament",
|
||||||
"DE.Views.FormsTab.tipCheckBox": "Insereix una casella de selecció",
|
"DE.Views.FormsTab.tipCheckBox": "Insereix una casella de selecció",
|
||||||
"DE.Views.FormsTab.tipComboBox": "Insereix un quadre combinat",
|
"DE.Views.FormsTab.tipComboBox": "Insereix un quadre combinat",
|
||||||
|
"DE.Views.FormsTab.tipDownloadForm": "Baixeu un fitxer com a document OFORM que es pot omplir",
|
||||||
"DE.Views.FormsTab.tipDropDown": "Insereix una llista desplegable",
|
"DE.Views.FormsTab.tipDropDown": "Insereix una llista desplegable",
|
||||||
"DE.Views.FormsTab.tipImageField": "Insereix una imatge",
|
"DE.Views.FormsTab.tipImageField": "Insereix una imatge",
|
||||||
"DE.Views.FormsTab.tipNextForm": "Ves al camp següent",
|
"DE.Views.FormsTab.tipNextForm": "Ves al camp següent",
|
||||||
|
@ -1993,6 +2018,7 @@
|
||||||
"DE.Views.LeftMenu.tipChat": "Xat",
|
"DE.Views.LeftMenu.tipChat": "Xat",
|
||||||
"DE.Views.LeftMenu.tipComments": "Comentaris",
|
"DE.Views.LeftMenu.tipComments": "Comentaris",
|
||||||
"DE.Views.LeftMenu.tipNavigation": "Navegació",
|
"DE.Views.LeftMenu.tipNavigation": "Navegació",
|
||||||
|
"DE.Views.LeftMenu.tipOutline": "Capçaleres",
|
||||||
"DE.Views.LeftMenu.tipPlugins": "Complements",
|
"DE.Views.LeftMenu.tipPlugins": "Complements",
|
||||||
"DE.Views.LeftMenu.tipSearch": "Cerca",
|
"DE.Views.LeftMenu.tipSearch": "Cerca",
|
||||||
"DE.Views.LeftMenu.tipSupport": "Comentaris i servei d'atenció al client",
|
"DE.Views.LeftMenu.tipSupport": "Comentaris i servei d'atenció al client",
|
||||||
|
@ -2015,6 +2041,7 @@
|
||||||
"DE.Views.LineNumbersDialog.textStartAt": "Inicia a",
|
"DE.Views.LineNumbersDialog.textStartAt": "Inicia a",
|
||||||
"DE.Views.LineNumbersDialog.textTitle": "Números de línia",
|
"DE.Views.LineNumbersDialog.textTitle": "Números de línia",
|
||||||
"DE.Views.LineNumbersDialog.txtAutoText": "Automàtic",
|
"DE.Views.LineNumbersDialog.txtAutoText": "Automàtic",
|
||||||
|
"DE.Views.Links.capBtnAddText": "Afegeix text",
|
||||||
"DE.Views.Links.capBtnBookmarks": "Marcador",
|
"DE.Views.Links.capBtnBookmarks": "Marcador",
|
||||||
"DE.Views.Links.capBtnCaption": "Llegenda",
|
"DE.Views.Links.capBtnCaption": "Llegenda",
|
||||||
"DE.Views.Links.capBtnContentsUpdate": "Actualitza la taula",
|
"DE.Views.Links.capBtnContentsUpdate": "Actualitza la taula",
|
||||||
|
@ -2039,6 +2066,7 @@
|
||||||
"DE.Views.Links.textSwapNotes": "Intercanvia les notes al peu de pàgina i les notes Finals",
|
"DE.Views.Links.textSwapNotes": "Intercanvia les notes al peu de pàgina i les notes Finals",
|
||||||
"DE.Views.Links.textUpdateAll": "Actualitza tota la taula",
|
"DE.Views.Links.textUpdateAll": "Actualitza tota la taula",
|
||||||
"DE.Views.Links.textUpdatePages": "Actualitza només els números de pàgina",
|
"DE.Views.Links.textUpdatePages": "Actualitza només els números de pàgina",
|
||||||
|
"DE.Views.Links.tipAddText": "Inclou la capçalera a la Taula de Continguts",
|
||||||
"DE.Views.Links.tipBookmarks": "Crea un marcador",
|
"DE.Views.Links.tipBookmarks": "Crea un marcador",
|
||||||
"DE.Views.Links.tipCaption": "Insereix una llegenda",
|
"DE.Views.Links.tipCaption": "Insereix una llegenda",
|
||||||
"DE.Views.Links.tipContents": "Insereix una taula de continguts",
|
"DE.Views.Links.tipContents": "Insereix una taula de continguts",
|
||||||
|
@ -2049,6 +2077,8 @@
|
||||||
"DE.Views.Links.tipTableFigures": "Insereix un índex d'il·lustracions",
|
"DE.Views.Links.tipTableFigures": "Insereix un índex d'il·lustracions",
|
||||||
"DE.Views.Links.tipTableFiguresUpdate": "Actualitza l'índex d'il·lustracions",
|
"DE.Views.Links.tipTableFiguresUpdate": "Actualitza l'índex d'il·lustracions",
|
||||||
"DE.Views.Links.titleUpdateTOF": "Actualitza l'índex d'il·lustracions",
|
"DE.Views.Links.titleUpdateTOF": "Actualitza l'índex d'il·lustracions",
|
||||||
|
"DE.Views.Links.txtDontShowTof": "Que no es mostri a la taula de continguts",
|
||||||
|
"DE.Views.Links.txtLevel": "Nivell",
|
||||||
"DE.Views.ListSettingsDialog.textAuto": "Automàtic",
|
"DE.Views.ListSettingsDialog.textAuto": "Automàtic",
|
||||||
"DE.Views.ListSettingsDialog.textCenter": "Centra",
|
"DE.Views.ListSettingsDialog.textCenter": "Centra",
|
||||||
"DE.Views.ListSettingsDialog.textLeft": "Esquerra",
|
"DE.Views.ListSettingsDialog.textLeft": "Esquerra",
|
||||||
|
@ -2113,6 +2143,8 @@
|
||||||
"DE.Views.MailMergeSettings.txtPrev": "Al registre anterior",
|
"DE.Views.MailMergeSettings.txtPrev": "Al registre anterior",
|
||||||
"DE.Views.MailMergeSettings.txtUntitled": "Sense títol",
|
"DE.Views.MailMergeSettings.txtUntitled": "Sense títol",
|
||||||
"DE.Views.MailMergeSettings.warnProcessMailMerge": "S'ha produït un error en iniciar la combinació",
|
"DE.Views.MailMergeSettings.warnProcessMailMerge": "S'ha produït un error en iniciar la combinació",
|
||||||
|
"DE.Views.Navigation.strNavigate": "Capçaleres",
|
||||||
|
"DE.Views.Navigation.txtClosePanel": "Tanca els títols",
|
||||||
"DE.Views.Navigation.txtCollapse": "Redueix-ho tot",
|
"DE.Views.Navigation.txtCollapse": "Redueix-ho tot",
|
||||||
"DE.Views.Navigation.txtDemote": "Rebaixa de nivell",
|
"DE.Views.Navigation.txtDemote": "Rebaixa de nivell",
|
||||||
"DE.Views.Navigation.txtEmpty": "No hi ha cap títol al document. <br>Aplica un estil d’encapçalament al text de manera que aparegui a la taula de continguts.",
|
"DE.Views.Navigation.txtEmpty": "No hi ha cap títol al document. <br>Aplica un estil d’encapçalament al text de manera que aparegui a la taula de continguts.",
|
||||||
|
@ -2120,11 +2152,15 @@
|
||||||
"DE.Views.Navigation.txtEmptyViewer": "No hi ha cap títol al document.",
|
"DE.Views.Navigation.txtEmptyViewer": "No hi ha cap títol al document.",
|
||||||
"DE.Views.Navigation.txtExpand": "Expandeix-ho tot",
|
"DE.Views.Navigation.txtExpand": "Expandeix-ho tot",
|
||||||
"DE.Views.Navigation.txtExpandToLevel": "Expandeix al nivell",
|
"DE.Views.Navigation.txtExpandToLevel": "Expandeix al nivell",
|
||||||
|
"DE.Views.Navigation.txtFontSize": "Mida del tipus de lletra",
|
||||||
"DE.Views.Navigation.txtHeadingAfter": "Crea un títol després",
|
"DE.Views.Navigation.txtHeadingAfter": "Crea un títol després",
|
||||||
"DE.Views.Navigation.txtHeadingBefore": "Crea un títol abans",
|
"DE.Views.Navigation.txtHeadingBefore": "Crea un títol abans",
|
||||||
|
"DE.Views.Navigation.txtLarge": "Gran",
|
||||||
|
"DE.Views.Navigation.txtMedium": "Mitjà",
|
||||||
"DE.Views.Navigation.txtNewHeading": "Crea un subtítol",
|
"DE.Views.Navigation.txtNewHeading": "Crea un subtítol",
|
||||||
"DE.Views.Navigation.txtPromote": "Augmenta de nivell",
|
"DE.Views.Navigation.txtPromote": "Augmenta de nivell",
|
||||||
"DE.Views.Navigation.txtSelect": "Seleccioneu el contingut",
|
"DE.Views.Navigation.txtSelect": "Seleccioneu el contingut",
|
||||||
|
"DE.Views.Navigation.txtSettings": "Configuració de les capçaleres",
|
||||||
"DE.Views.NoteSettingsDialog.textApply": "Aplica",
|
"DE.Views.NoteSettingsDialog.textApply": "Aplica",
|
||||||
"DE.Views.NoteSettingsDialog.textApplyTo": "Aplica els canvis a",
|
"DE.Views.NoteSettingsDialog.textApplyTo": "Aplica els canvis a",
|
||||||
"DE.Views.NoteSettingsDialog.textContinue": "Continu",
|
"DE.Views.NoteSettingsDialog.textContinue": "Continu",
|
||||||
|
@ -2816,6 +2852,7 @@
|
||||||
"DE.Views.ViewTab.textFitToWidth": "Ajusta-ho a l'amplària",
|
"DE.Views.ViewTab.textFitToWidth": "Ajusta-ho a l'amplària",
|
||||||
"DE.Views.ViewTab.textInterfaceTheme": "Tema de la interfície",
|
"DE.Views.ViewTab.textInterfaceTheme": "Tema de la interfície",
|
||||||
"DE.Views.ViewTab.textNavigation": "Navegació",
|
"DE.Views.ViewTab.textNavigation": "Navegació",
|
||||||
|
"DE.Views.ViewTab.textOutline": "Capçaleres",
|
||||||
"DE.Views.ViewTab.textRulers": "Regles",
|
"DE.Views.ViewTab.textRulers": "Regles",
|
||||||
"DE.Views.ViewTab.textStatusBar": "Barra d'estat",
|
"DE.Views.ViewTab.textStatusBar": "Barra d'estat",
|
||||||
"DE.Views.ViewTab.textZoom": "Zoom",
|
"DE.Views.ViewTab.textZoom": "Zoom",
|
||||||
|
|
|
@ -563,13 +563,13 @@
|
||||||
"DE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
"DE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
||||||
"DE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
"DE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
||||||
"DE.Controllers.Main.errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
"DE.Controllers.Main.errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
||||||
"DE.Controllers.Main.errorEditingDownloadas": "An error occurred during the work with the document.<br>Use the 'Download as...' option to save the file backup copy to your computer hard drive.",
|
"DE.Controllers.Main.errorEditingDownloadas": "An error occurred during the work with the document.<br>Use the 'Download as...' option to save the file backup copy to a drive.",
|
||||||
"DE.Controllers.Main.errorEditingSaveas": "An error occurred during the work with the document.<br>Use the 'Save as...' option to save the file backup copy to your computer hard drive.",
|
"DE.Controllers.Main.errorEditingSaveas": "An error occurred during the work with the document.<br>Use the 'Save as...' option to save the file backup copy to a drive.",
|
||||||
"DE.Controllers.Main.errorEmailClient": "No email client could be found.",
|
"DE.Controllers.Main.errorEmailClient": "No email client could be found.",
|
||||||
"DE.Controllers.Main.errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
"DE.Controllers.Main.errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||||
"DE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.",
|
"DE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.",
|
||||||
"DE.Controllers.Main.errorFileSizeExceed": "The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details.",
|
"DE.Controllers.Main.errorFileSizeExceed": "The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details.",
|
||||||
"DE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.",
|
"DE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to a drive or try again later.",
|
||||||
"DE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor",
|
"DE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor",
|
||||||
"DE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
"DE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
||||||
"DE.Controllers.Main.errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
"DE.Controllers.Main.errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||||
|
@ -1760,23 +1760,14 @@
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
"DE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
||||||
"DE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
|
"DE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
|
||||||
"DE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides",
|
"DE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides",
|
||||||
"del_DE.Views.FileMenuPanels.Settings.strAutoRecover": "Turn on autorecover",
|
|
||||||
"del_DE.Views.FileMenuPanels.Settings.strAutosave": "Turn on autosave",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing Mode",
|
"DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing Mode",
|
||||||
"del_DE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once",
|
|
||||||
"del_DE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strFast": "Fast",
|
"DE.Views.FileMenuPanels.Settings.strFast": "Fast",
|
||||||
"DE.Views.FileMenuPanels.Settings.strFontRender": "Font Hinting",
|
"DE.Views.FileMenuPanels.Settings.strFontRender": "Font Hinting",
|
||||||
"DE.Views.FileMenuPanels.Settings.strForcesave": "Add version to storage after clicking Save or Ctrl+S",
|
"DE.Views.FileMenuPanels.Settings.strForcesave": "Add version to storage after clicking Save or Ctrl+S",
|
||||||
"del_DE.Views.FileMenuPanels.Settings.strInputMode": "Turn on hieroglyphs",
|
|
||||||
"del_DE.Views.FileMenuPanels.Settings.strLiveComment": "Turn on display of the comments",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Ignore words in UPPERCASE",
|
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Ignore words in UPPERCASE",
|
||||||
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Ignore words with numbers",
|
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Ignore words with numbers",
|
||||||
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Macros Settings",
|
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Macros Settings",
|
||||||
"del_DE.Views.FileMenuPanels.Settings.strPaste": "Cut, copy and paste",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Show the Paste Options button when the content is pasted",
|
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Show the Paste Options button when the content is pasted",
|
||||||
"del_DE.Views.FileMenuPanels.Settings.strResolvedComment": "Turn on display of the resolved comments",
|
|
||||||
"del_DE.Views.FileMenuPanels.Settings.strReviewHover": "Track Changes Display",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Real-time Collaboration Changes",
|
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Real-time Collaboration Changes",
|
||||||
"DE.Views.FileMenuPanels.Settings.strShowComments": "Show comments in text",
|
"DE.Views.FileMenuPanels.Settings.strShowComments": "Show comments in text",
|
||||||
"DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "Show resolved comments",
|
"DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "Show resolved comments",
|
||||||
|
@ -2701,6 +2692,7 @@
|
||||||
"DE.Views.Toolbar.mniImageFromFile": "Image from File",
|
"DE.Views.Toolbar.mniImageFromFile": "Image from File",
|
||||||
"DE.Views.Toolbar.mniImageFromStorage": "Image from Storage",
|
"DE.Views.Toolbar.mniImageFromStorage": "Image from Storage",
|
||||||
"DE.Views.Toolbar.mniImageFromUrl": "Image from URL",
|
"DE.Views.Toolbar.mniImageFromUrl": "Image from URL",
|
||||||
|
"DE.Views.Toolbar.mniInsertSSE": "Insert Spreadsheet",
|
||||||
"DE.Views.Toolbar.mniLowerCase": "lowercase",
|
"DE.Views.Toolbar.mniLowerCase": "lowercase",
|
||||||
"DE.Views.Toolbar.mniRemoveFooter": "Remove Footer",
|
"DE.Views.Toolbar.mniRemoveFooter": "Remove Footer",
|
||||||
"DE.Views.Toolbar.mniRemoveHeader": "Remove Header",
|
"DE.Views.Toolbar.mniRemoveHeader": "Remove Header",
|
||||||
|
@ -2882,7 +2874,6 @@
|
||||||
"DE.Views.Toolbar.txtScheme7": "Equity",
|
"DE.Views.Toolbar.txtScheme7": "Equity",
|
||||||
"DE.Views.Toolbar.txtScheme8": "Flow",
|
"DE.Views.Toolbar.txtScheme8": "Flow",
|
||||||
"DE.Views.Toolbar.txtScheme9": "Foundry",
|
"DE.Views.Toolbar.txtScheme9": "Foundry",
|
||||||
"DE.Views.Toolbar.mniInsertSSE": "Insert Spreadsheet",
|
|
||||||
"DE.Views.ViewTab.textAlwaysShowToolbar": "Always show toolbar",
|
"DE.Views.ViewTab.textAlwaysShowToolbar": "Always show toolbar",
|
||||||
"DE.Views.ViewTab.textDarkDocument": "Dark document",
|
"DE.Views.ViewTab.textDarkDocument": "Dark document",
|
||||||
"DE.Views.ViewTab.textFitToPage": "Fit To Page",
|
"DE.Views.ViewTab.textFitToPage": "Fit To Page",
|
||||||
|
|
|
@ -121,6 +121,7 @@
|
||||||
"Common.define.chartData.textScatterSmoothMarker": "Barreiadura lerro leundu eta markatzaileekin",
|
"Common.define.chartData.textScatterSmoothMarker": "Barreiadura lerro leundu eta markatzaileekin",
|
||||||
"Common.define.chartData.textStock": "Kotizazioak",
|
"Common.define.chartData.textStock": "Kotizazioak",
|
||||||
"Common.define.chartData.textSurface": "Gainazala",
|
"Common.define.chartData.textSurface": "Gainazala",
|
||||||
|
"Common.Translation.textMoreButton": "Gehiago",
|
||||||
"Common.Translation.warnFileLocked": "Ezin duzu fitxategi hau editatu, beste aplikazio batean editatzen ari direlako.",
|
"Common.Translation.warnFileLocked": "Ezin duzu fitxategi hau editatu, beste aplikazio batean editatzen ari direlako.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Sortu kopia",
|
"Common.Translation.warnFileLockedBtnEdit": "Sortu kopia",
|
||||||
"Common.Translation.warnFileLockedBtnView": "Ireki ikusteko",
|
"Common.Translation.warnFileLockedBtnView": "Ireki ikusteko",
|
||||||
|
@ -170,6 +171,11 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Kolorerik ez",
|
"Common.UI.HSBColorPicker.textNoColor": "Kolorerik ez",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ezkutatu pasahitza",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ezkutatu pasahitza",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Erakutsi pasahitza",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Erakutsi pasahitza",
|
||||||
|
"Common.UI.SearchBar.textFind": "Bilatu",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Itxi bilaketa",
|
||||||
|
"Common.UI.SearchBar.tipNextResult": "Hurrengo emaitza",
|
||||||
|
"Common.UI.SearchBar.tipOpenAdvancedSettings": "Ireki ezarpen aurreratuak",
|
||||||
|
"Common.UI.SearchBar.tipPreviousResult": "Aurreko emaitza",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Nabarmendu emaitzak",
|
"Common.UI.SearchDialog.textHighlight": "Nabarmendu emaitzak",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "Bereizi maiuskulak eta minuskulak",
|
"Common.UI.SearchDialog.textMatchCase": "Bereizi maiuskulak eta minuskulak",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Idatzi ordezko testua",
|
"Common.UI.SearchDialog.textReplaceDef": "Idatzi ordezko testua",
|
||||||
|
@ -182,11 +188,13 @@
|
||||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Ordeztu guztia",
|
"Common.UI.SearchDialog.txtBtnReplaceAll": "Ordeztu guztia",
|
||||||
"Common.UI.SynchronizeTip.textDontShow": "Ez erakutsi mezu hau berriro",
|
"Common.UI.SynchronizeTip.textDontShow": "Ez erakutsi mezu hau berriro",
|
||||||
"Common.UI.SynchronizeTip.textSynchronize": "Dokumentua beste erabiltzaile batek aldatu du.<br>Egin klik zure aldaketak gorde eta eguneratzeak berriz kargatzeko.",
|
"Common.UI.SynchronizeTip.textSynchronize": "Dokumentua beste erabiltzaile batek aldatu du.<br>Egin klik zure aldaketak gorde eta eguneratzeak berriz kargatzeko.",
|
||||||
|
"Common.UI.ThemeColorPalette.textRecentColors": "Azkena erabilitako koloreak",
|
||||||
"Common.UI.ThemeColorPalette.textStandartColors": "Kolore estandarrak",
|
"Common.UI.ThemeColorPalette.textStandartColors": "Kolore estandarrak",
|
||||||
"Common.UI.ThemeColorPalette.textThemeColors": "Itxuraren koloreak",
|
"Common.UI.ThemeColorPalette.textThemeColors": "Itxuraren koloreak",
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Klasiko argia",
|
"Common.UI.Themes.txtThemeClassicLight": "Klasiko argia",
|
||||||
"Common.UI.Themes.txtThemeDark": "Iluna",
|
"Common.UI.Themes.txtThemeDark": "Iluna",
|
||||||
"Common.UI.Themes.txtThemeLight": "Argia",
|
"Common.UI.Themes.txtThemeLight": "Argia",
|
||||||
|
"Common.UI.Themes.txtThemeSystem": "Sistemako berdina",
|
||||||
"Common.UI.Window.cancelButtonText": "Utzi",
|
"Common.UI.Window.cancelButtonText": "Utzi",
|
||||||
"Common.UI.Window.closeButtonText": "Itxi",
|
"Common.UI.Window.closeButtonText": "Itxi",
|
||||||
"Common.UI.Window.noButtonText": "Ez",
|
"Common.UI.Window.noButtonText": "Ez",
|
||||||
|
@ -285,6 +293,7 @@
|
||||||
"Common.Views.Header.textHideLines": "Ezkutatu erregelak",
|
"Common.Views.Header.textHideLines": "Ezkutatu erregelak",
|
||||||
"Common.Views.Header.textHideStatusBar": "Ezkutatu egoera-barra",
|
"Common.Views.Header.textHideStatusBar": "Ezkutatu egoera-barra",
|
||||||
"Common.Views.Header.textRemoveFavorite": "Kendu gogokoetatik",
|
"Common.Views.Header.textRemoveFavorite": "Kendu gogokoetatik",
|
||||||
|
"Common.Views.Header.textShare": "Partekatu",
|
||||||
"Common.Views.Header.textZoom": "Zooma",
|
"Common.Views.Header.textZoom": "Zooma",
|
||||||
"Common.Views.Header.tipAccessRights": "Kudeatu dokumentuaren sarbide-eskubideak",
|
"Common.Views.Header.tipAccessRights": "Kudeatu dokumentuaren sarbide-eskubideak",
|
||||||
"Common.Views.Header.tipDownload": "Deskargatu fitxategia",
|
"Common.Views.Header.tipDownload": "Deskargatu fitxategia",
|
||||||
|
@ -292,7 +301,9 @@
|
||||||
"Common.Views.Header.tipPrint": "Inprimatu fitxategia",
|
"Common.Views.Header.tipPrint": "Inprimatu fitxategia",
|
||||||
"Common.Views.Header.tipRedo": "Berregin",
|
"Common.Views.Header.tipRedo": "Berregin",
|
||||||
"Common.Views.Header.tipSave": "Gorde",
|
"Common.Views.Header.tipSave": "Gorde",
|
||||||
|
"Common.Views.Header.tipSearch": "Bilatu",
|
||||||
"Common.Views.Header.tipUndo": "Desegin",
|
"Common.Views.Header.tipUndo": "Desegin",
|
||||||
|
"Common.Views.Header.tipUsers": "Ikusi erabiltzaileak",
|
||||||
"Common.Views.Header.tipViewSettings": "Ikusi ezarpenak",
|
"Common.Views.Header.tipViewSettings": "Ikusi ezarpenak",
|
||||||
"Common.Views.Header.tipViewUsers": "Ikusi erabiltzaileak eta kudeatu dokumentuaren sarbide-eskubideak",
|
"Common.Views.Header.tipViewUsers": "Ikusi erabiltzaileak eta kudeatu dokumentuaren sarbide-eskubideak",
|
||||||
"Common.Views.Header.txtAccessRights": "Aldatu sarbide-eskubideak",
|
"Common.Views.Header.txtAccessRights": "Aldatu sarbide-eskubideak",
|
||||||
|
@ -446,6 +457,21 @@
|
||||||
"Common.Views.ReviewPopover.txtReject": "Baztertu",
|
"Common.Views.ReviewPopover.txtReject": "Baztertu",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "Kargatzen",
|
"Common.Views.SaveAsDlg.textLoading": "Kargatzen",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Karpeta gordetzeko",
|
"Common.Views.SaveAsDlg.textTitle": "Karpeta gordetzeko",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "Bereizi maiuskulak eta minuskulak",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Itxi bilaketa",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Bilatu",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Bilatu eta ordeztu",
|
||||||
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Egin bilaketak adierazpen erregularrak erabiliz",
|
||||||
|
"Common.Views.SearchPanel.textNoMatches": "Ez dago bat datorrenik",
|
||||||
|
"Common.Views.SearchPanel.textNoSearchResults": "Ez dago bilaketaren emaitzarik",
|
||||||
|
"Common.Views.SearchPanel.textReplace": "Ordeztu",
|
||||||
|
"Common.Views.SearchPanel.textReplaceAll": "Ordeztu guztia",
|
||||||
|
"Common.Views.SearchPanel.textReplaceWith": "Ordeztu honekin",
|
||||||
|
"Common.Views.SearchPanel.textSearchResults": "Bilaketaren emaitzak: {0}{1}",
|
||||||
|
"Common.Views.SearchPanel.textTooManyResults": "Emaitza gehiegi daude hemen erakusteko",
|
||||||
|
"Common.Views.SearchPanel.textWholeWords": "Hitz osoak soilik",
|
||||||
|
"Common.Views.SearchPanel.tipNextResult": "Hurrengo emaitza",
|
||||||
|
"Common.Views.SearchPanel.tipPreviousResult": "Aurreko emaitza",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Kargatzen",
|
"Common.Views.SelectFileDlg.textLoading": "Kargatzen",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Hautatu datu-iturburua",
|
"Common.Views.SelectFileDlg.textTitle": "Hautatu datu-iturburua",
|
||||||
"Common.Views.SignDialog.textBold": "Lodia",
|
"Common.Views.SignDialog.textBold": "Lodia",
|
||||||
|
@ -540,6 +566,7 @@
|
||||||
"DE.Controllers.Main.errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lan egitean.<br>Erabili 'Deskargatu honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrera gordetzeko.",
|
"DE.Controllers.Main.errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lan egitean.<br>Erabili 'Deskargatu honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrera gordetzeko.",
|
||||||
"DE.Controllers.Main.errorEditingSaveas": "Errore bat gertatu da dokumentuarekin lan egitean.<br>Erabili 'Gorde honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrera gordetzeko.",
|
"DE.Controllers.Main.errorEditingSaveas": "Errore bat gertatu da dokumentuarekin lan egitean.<br>Erabili 'Gorde honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrera gordetzeko.",
|
||||||
"DE.Controllers.Main.errorEmailClient": "Ezin izan da posta-bezerorik aurkitu.",
|
"DE.Controllers.Main.errorEmailClient": "Ezin izan da posta-bezerorik aurkitu.",
|
||||||
|
"DE.Controllers.Main.errorEmptyTOC": "Hasi aurkibide bat sortzen hautatutako testuari Estiloak galeriako goiburu-estilo bat aplikatuz.",
|
||||||
"DE.Controllers.Main.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
"DE.Controllers.Main.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
||||||
"DE.Controllers.Main.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
"DE.Controllers.Main.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
||||||
"DE.Controllers.Main.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrera gordetzeko edo saiatu berriro geroago.",
|
"DE.Controllers.Main.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrera gordetzeko edo saiatu berriro geroago.",
|
||||||
|
@ -548,6 +575,7 @@
|
||||||
"DE.Controllers.Main.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"DE.Controllers.Main.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"DE.Controllers.Main.errorMailMergeLoadFile": "Dokumentua kargatzeak huts egin du. Mesedez hautatu beste fitxategi bat.",
|
"DE.Controllers.Main.errorMailMergeLoadFile": "Dokumentua kargatzeak huts egin du. Mesedez hautatu beste fitxategi bat.",
|
||||||
"DE.Controllers.Main.errorMailMergeSaveFile": "Konbinazioak huts egin du.",
|
"DE.Controllers.Main.errorMailMergeSaveFile": "Konbinazioak huts egin du.",
|
||||||
|
"DE.Controllers.Main.errorNoTOC": "Ez dago aurkibiderik eguneratzeko. Bat txertatu dezakezu Erreferentziak fitxatik.",
|
||||||
"DE.Controllers.Main.errorProcessSaveResult": "Gordetzeak huts egin du.",
|
"DE.Controllers.Main.errorProcessSaveResult": "Gordetzeak huts egin du.",
|
||||||
"DE.Controllers.Main.errorServerVersion": "Editorearen bertsioa eguneratu da. Orria berriz kargatuko da aldaketak aplikatzeko.",
|
"DE.Controllers.Main.errorServerVersion": "Editorearen bertsioa eguneratu da. Orria berriz kargatuko da aldaketak aplikatzeko.",
|
||||||
"DE.Controllers.Main.errorSessionAbsolute": "Dokumentua editatzeko saioa iraungi da. Kargatu berriro orria.",
|
"DE.Controllers.Main.errorSessionAbsolute": "Dokumentua editatzeko saioa iraungi da. Kargatu berriro orria.",
|
||||||
|
@ -615,8 +643,10 @@
|
||||||
"DE.Controllers.Main.textPaidFeature": "Ordainpeko ezaugarria",
|
"DE.Controllers.Main.textPaidFeature": "Ordainpeko ezaugarria",
|
||||||
"DE.Controllers.Main.textReconnect": "Konexioa berrezarrita",
|
"DE.Controllers.Main.textReconnect": "Konexioa berrezarrita",
|
||||||
"DE.Controllers.Main.textRemember": "Gogoratu nire aukera fitxategi guztientzat",
|
"DE.Controllers.Main.textRemember": "Gogoratu nire aukera fitxategi guztientzat",
|
||||||
|
"DE.Controllers.Main.textRememberMacros": "Gogoratu nire aukera makro guztientzat",
|
||||||
"DE.Controllers.Main.textRenameError": "Erabiltzaile-izenak ezin du hutsik egon.",
|
"DE.Controllers.Main.textRenameError": "Erabiltzaile-izenak ezin du hutsik egon.",
|
||||||
"DE.Controllers.Main.textRenameLabel": "Idatzi izen bat elkarlanean erabiltzeko",
|
"DE.Controllers.Main.textRenameLabel": "Idatzi izen bat elkarlanean erabiltzeko",
|
||||||
|
"DE.Controllers.Main.textRequestMacros": "Makro batek URL baterako eskaera egiten du. %1 URL-rako eskaera onartu nahi duzu?",
|
||||||
"DE.Controllers.Main.textShape": "Forma",
|
"DE.Controllers.Main.textShape": "Forma",
|
||||||
"DE.Controllers.Main.textStrict": "Modu zorrotza",
|
"DE.Controllers.Main.textStrict": "Modu zorrotza",
|
||||||
"DE.Controllers.Main.textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.<br>Egin klik 'Modu zorrotza' botoian fitxategia batera editatzeko modu zorrotzera aldatzeko, fitxategia beste erabiltzaileen interferentziarik gabe editatu eta aldaketak gordetzen dituzunean soilik bidaltzeko. Batera editatzeko modua Ezarpen aurreratuetan aukeratu dezakezu.",
|
"DE.Controllers.Main.textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.<br>Egin klik 'Modu zorrotza' botoian fitxategia batera editatzeko modu zorrotzera aldatzeko, fitxategia beste erabiltzaileen interferentziarik gabe editatu eta aldaketak gordetzen dituzunean soilik bidaltzeko. Batera editatzeko modua Ezarpen aurreratuetan aukeratu dezakezu.",
|
||||||
|
@ -891,6 +921,8 @@
|
||||||
"DE.Controllers.Main.warnProcessRightsChange": "Fitxategi hau editatzeko baimena ukatu zaizu.",
|
"DE.Controllers.Main.warnProcessRightsChange": "Fitxategi hau editatzeko baimena ukatu zaizu.",
|
||||||
"DE.Controllers.Navigation.txtBeginning": "Dokumentuaren hasiera",
|
"DE.Controllers.Navigation.txtBeginning": "Dokumentuaren hasiera",
|
||||||
"DE.Controllers.Navigation.txtGotoBeginning": "Joan dokumentuaren hasierara",
|
"DE.Controllers.Navigation.txtGotoBeginning": "Joan dokumentuaren hasierara",
|
||||||
|
"DE.Controllers.Search.notcriticalErrorTitle": "Abisua",
|
||||||
|
"DE.Controllers.Search.warnReplaceString": "{0} ez da baliozko karaktere berezi bat Ordezkatu honekin kaxarako.",
|
||||||
"DE.Controllers.Statusbar.textDisconnect": "<b>Konexioa galdu da</b><br>Saiatu berriz konektatzen. Egiaztatu konexioaren ezarpenak.",
|
"DE.Controllers.Statusbar.textDisconnect": "<b>Konexioa galdu da</b><br>Saiatu berriz konektatzen. Egiaztatu konexioaren ezarpenak.",
|
||||||
"DE.Controllers.Statusbar.textHasChanges": "Aldaketa berriak aurkitu dira",
|
"DE.Controllers.Statusbar.textHasChanges": "Aldaketa berriak aurkitu dira",
|
||||||
"DE.Controllers.Statusbar.textSetTrackChanges": "Aldaketen kontroleko moduan zaude.",
|
"DE.Controllers.Statusbar.textSetTrackChanges": "Aldaketen kontroleko moduan zaude.",
|
||||||
|
@ -1285,10 +1317,6 @@
|
||||||
"DE.Views.CellsAddDialog.textRow": "Errenkadak",
|
"DE.Views.CellsAddDialog.textRow": "Errenkadak",
|
||||||
"DE.Views.CellsAddDialog.textTitle": "Txertatu hainbat",
|
"DE.Views.CellsAddDialog.textTitle": "Txertatu hainbat",
|
||||||
"DE.Views.CellsAddDialog.textUp": "Kurtsorearen gainean",
|
"DE.Views.CellsAddDialog.textUp": "Kurtsorearen gainean",
|
||||||
"DE.Views.CellsRemoveDialog.textCol": "Ezabatu zutabe osoa",
|
|
||||||
"DE.Views.CellsRemoveDialog.textLeft": "Lerratu gelaxkak ezkerrera",
|
|
||||||
"DE.Views.CellsRemoveDialog.textRow": "Ezabatu errenkada osoa",
|
|
||||||
"DE.Views.CellsRemoveDialog.textTitle": "Ezabatu gelaxkak",
|
|
||||||
"DE.Views.ChartSettings.textAdvanced": "Erakutsi ezarpen aurreratuak",
|
"DE.Views.ChartSettings.textAdvanced": "Erakutsi ezarpen aurreratuak",
|
||||||
"DE.Views.ChartSettings.textChartType": "Aldatu diagrama-mota",
|
"DE.Views.ChartSettings.textChartType": "Aldatu diagrama-mota",
|
||||||
"DE.Views.ChartSettings.textEditData": "Editatu datuak",
|
"DE.Views.ChartSettings.textEditData": "Editatu datuak",
|
||||||
|
@ -1307,10 +1335,6 @@
|
||||||
"DE.Views.ChartSettings.txtTight": "Estua",
|
"DE.Views.ChartSettings.txtTight": "Estua",
|
||||||
"DE.Views.ChartSettings.txtTitle": "Diagrama",
|
"DE.Views.ChartSettings.txtTitle": "Diagrama",
|
||||||
"DE.Views.ChartSettings.txtTopAndBottom": "Goian eta behean",
|
"DE.Views.ChartSettings.txtTopAndBottom": "Goian eta behean",
|
||||||
"DE.Views.CompareSettingsDialog.textChar": "Karaktere-mailan",
|
|
||||||
"DE.Views.CompareSettingsDialog.textShow": "Erakutsi aldaketak hemen",
|
|
||||||
"DE.Views.CompareSettingsDialog.textTitle": "Konparazio-ezarpenak",
|
|
||||||
"DE.Views.CompareSettingsDialog.textWord": "Hitz-maila",
|
|
||||||
"DE.Views.ControlSettingsDialog.strGeneral": "Orokorra",
|
"DE.Views.ControlSettingsDialog.strGeneral": "Orokorra",
|
||||||
"DE.Views.ControlSettingsDialog.textAdd": "Gehitu",
|
"DE.Views.ControlSettingsDialog.textAdd": "Gehitu",
|
||||||
"DE.Views.ControlSettingsDialog.textAppearance": "Itxura",
|
"DE.Views.ControlSettingsDialog.textAppearance": "Itxura",
|
||||||
|
@ -1736,22 +1760,17 @@
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.txtView": "Ikusi sinadurak",
|
"DE.Views.FileMenuPanels.ProtectDoc.txtView": "Ikusi sinadurak",
|
||||||
"DE.Views.FileMenuPanels.Settings.okButtonText": "Aplikatu",
|
"DE.Views.FileMenuPanels.Settings.okButtonText": "Aplikatu",
|
||||||
"DE.Views.FileMenuPanels.Settings.strAlignGuides": "Aktibatu lerrokatze-gidak",
|
"DE.Views.FileMenuPanels.Settings.strAlignGuides": "Aktibatu lerrokatze-gidak",
|
||||||
"DE.Views.FileMenuPanels.Settings.strAutoRecover": "Aktibatu berreskuratze automatikoa",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strAutosave": "Aktibatu gordetze automatikoa",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Batera editatzeko modua",
|
"DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Batera editatzeko modua",
|
||||||
"DE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Beste erabiltzaileek zure aldaketak berehala ikusiko dituzte",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "Aldaketak onartu behar dituzu ikusi aurretik",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strFast": "Azkarra",
|
"DE.Views.FileMenuPanels.Settings.strFast": "Azkarra",
|
||||||
"DE.Views.FileMenuPanels.Settings.strFontRender": "Hinting",
|
"DE.Views.FileMenuPanels.Settings.strFontRender": "Hinting",
|
||||||
"DE.Views.FileMenuPanels.Settings.strForcesave": "Gehitu bertsioa biltegira Gorde edo Ctrl+S sakatu ondoren",
|
"DE.Views.FileMenuPanels.Settings.strForcesave": "Gehitu bertsioa biltegira Gorde edo Ctrl+S sakatu ondoren",
|
||||||
"DE.Views.FileMenuPanels.Settings.strInputMode": "Aktibatu hieroglifoak",
|
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Egin ez ikusia MAIUSKULETAN dauden hitzei",
|
||||||
"DE.Views.FileMenuPanels.Settings.strLiveComment": "Aktibatu iruzkinak bistaratzea",
|
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Egin ez ikusia zenbakiak dituzten hitzei",
|
||||||
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Makroen ezarpenak",
|
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Makroen ezarpenak",
|
||||||
"DE.Views.FileMenuPanels.Settings.strPaste": "Ebaki, kopiatu eta itsatsi",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Erakutsi itsasteko aukeren botoia edukia itsastean",
|
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Erakutsi itsasteko aukeren botoia edukia itsastean",
|
||||||
"DE.Views.FileMenuPanels.Settings.strResolvedComment": "Aktibatu konpondutako iruzkinak bistaratzea",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strReviewHover": "Aldaketen kontrola bistaratzea",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Denbora errealeko lankidetza aldaketak",
|
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Denbora errealeko lankidetza aldaketak",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strShowComments": "Erakutsi iruzkinak testuan",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "Erakutsi ebatzitako iruzkinak",
|
||||||
"DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Aktibatu ortografia egiaztatzeko aukera",
|
"DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Aktibatu ortografia egiaztatzeko aukera",
|
||||||
"DE.Views.FileMenuPanels.Settings.strStrict": "Zorrotza",
|
"DE.Views.FileMenuPanels.Settings.strStrict": "Zorrotza",
|
||||||
"DE.Views.FileMenuPanels.Settings.strTheme": "Interfazearen gaia",
|
"DE.Views.FileMenuPanels.Settings.strTheme": "Interfazearen gaia",
|
||||||
|
@ -1775,9 +1794,13 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Erakutsi buntuiloan klik egitean",
|
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Erakutsi buntuiloan klik egitean",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Erakutsi sagua argibideen gainean jartzean",
|
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Erakutsi sagua argibideen gainean jartzean",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtCm": "Zentimetro",
|
"DE.Views.FileMenuPanels.Settings.txtCm": "Zentimetro",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtCollaboration": "Lankidetza",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "Aktibatu dokumentuaren modu iluna",
|
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "Aktibatu dokumentuaren modu iluna",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtEditingSaving": "Editatzen eta gordetzen",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtFastTip": "Denbora errealean aldi berean editatzea. Aldaketak guztiak automatikoki gordetzen dira",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Doitu orrira",
|
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Doitu orrira",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Doitu zabalerara",
|
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Doitu zabalerara",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Hieroglifoak",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtInch": "Hazbete",
|
"DE.Views.FileMenuPanels.Settings.txtInch": "Hazbete",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtInput": "Ordezko sarrera",
|
"DE.Views.FileMenuPanels.Settings.txtInput": "Ordezko sarrera",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtLast": "Ikusi azkena",
|
"DE.Views.FileMenuPanels.Settings.txtLast": "Ikusi azkena",
|
||||||
|
@ -1789,12 +1812,17 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.txtPt": "Puntua",
|
"DE.Views.FileMenuPanels.Settings.txtPt": "Puntua",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtRunMacros": "Gaitu guztiak",
|
"DE.Views.FileMenuPanels.Settings.txtRunMacros": "Gaitu guztiak",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtRunMacrosDesc": "Gaitu makro guztiak jakinarazpenik gabe",
|
"DE.Views.FileMenuPanels.Settings.txtRunMacrosDesc": "Gaitu makro guztiak jakinarazpenik gabe",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtShowTrackChanges": "Erakutsi aldaketen kontrola",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Ortografia-egiaztapena",
|
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Ortografia-egiaztapena",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtStopMacros": "Desgaitu guztiak",
|
"DE.Views.FileMenuPanels.Settings.txtStopMacros": "Desgaitu guztiak",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Desgaitu makro guztiak jakinarazpenik gabe",
|
"DE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Desgaitu makro guztiak jakinarazpenik gabe",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtStrictTip": "Erabili \"Gorde\" botoia zuk eta besteek egindako aldaketak sinkronizatzeko",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtUseAltKey": "Erabili Alt tekla erabiltzaile interfazean teklatua erabiliz nabigatzeko",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Erabili Aukera tekla erabiltzaile interfazean teklatua erabiliz nabigatzeko",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtWarnMacros": "Erakutsi jakinarazpena",
|
"DE.Views.FileMenuPanels.Settings.txtWarnMacros": "Erakutsi jakinarazpena",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Desgaitu makro guztiak jakinarazpen batekin",
|
"DE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Desgaitu makro guztiak jakinarazpen batekin",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtWin": "Windows bezala",
|
"DE.Views.FileMenuPanels.Settings.txtWin": "Windows bezala",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtWorkspace": "Laneko area",
|
||||||
"DE.Views.FormSettings.textAlways": "Beti",
|
"DE.Views.FormSettings.textAlways": "Beti",
|
||||||
"DE.Views.FormSettings.textAspect": "Blokeatu aspektu-erlazioa",
|
"DE.Views.FormSettings.textAspect": "Blokeatu aspektu-erlazioa",
|
||||||
"DE.Views.FormSettings.textAutofit": "Doitu automatikoki",
|
"DE.Views.FormSettings.textAutofit": "Doitu automatikoki",
|
||||||
|
@ -1837,6 +1865,7 @@
|
||||||
"DE.Views.FormSettings.textWidth": "Gelaxkaren zabalera",
|
"DE.Views.FormSettings.textWidth": "Gelaxkaren zabalera",
|
||||||
"DE.Views.FormsTab.capBtnCheckBox": "Kontrol-laukia",
|
"DE.Views.FormsTab.capBtnCheckBox": "Kontrol-laukia",
|
||||||
"DE.Views.FormsTab.capBtnComboBox": "Konbinazio-koadroa",
|
"DE.Views.FormsTab.capBtnComboBox": "Konbinazio-koadroa",
|
||||||
|
"DE.Views.FormsTab.capBtnDownloadForm": "Deskargatu oform bezala",
|
||||||
"DE.Views.FormsTab.capBtnDropDown": "Goitibeherakoa",
|
"DE.Views.FormsTab.capBtnDropDown": "Goitibeherakoa",
|
||||||
"DE.Views.FormsTab.capBtnImage": "Irudia",
|
"DE.Views.FormsTab.capBtnImage": "Irudia",
|
||||||
"DE.Views.FormsTab.capBtnNext": "Hurrengo eremua",
|
"DE.Views.FormsTab.capBtnNext": "Hurrengo eremua",
|
||||||
|
@ -1856,6 +1885,7 @@
|
||||||
"DE.Views.FormsTab.textSubmited": "Formularioa behar bezala bidali da",
|
"DE.Views.FormsTab.textSubmited": "Formularioa behar bezala bidali da",
|
||||||
"DE.Views.FormsTab.tipCheckBox": "Txertatu kontrol-laukia",
|
"DE.Views.FormsTab.tipCheckBox": "Txertatu kontrol-laukia",
|
||||||
"DE.Views.FormsTab.tipComboBox": "Txertatu konbinazio-koadroa",
|
"DE.Views.FormsTab.tipComboBox": "Txertatu konbinazio-koadroa",
|
||||||
|
"DE.Views.FormsTab.tipDownloadForm": "Deskargatu fitxategi bat OFORM dokumentu editagarri bezala",
|
||||||
"DE.Views.FormsTab.tipDropDown": "Txertatu goitibeherako zerrenda",
|
"DE.Views.FormsTab.tipDropDown": "Txertatu goitibeherako zerrenda",
|
||||||
"DE.Views.FormsTab.tipImageField": "Txertatu irudia",
|
"DE.Views.FormsTab.tipImageField": "Txertatu irudia",
|
||||||
"DE.Views.FormsTab.tipNextForm": "Joan hurrengo eremura",
|
"DE.Views.FormsTab.tipNextForm": "Joan hurrengo eremura",
|
||||||
|
@ -2010,6 +2040,7 @@
|
||||||
"DE.Views.LeftMenu.tipChat": "Txata",
|
"DE.Views.LeftMenu.tipChat": "Txata",
|
||||||
"DE.Views.LeftMenu.tipComments": "Iruzkinak",
|
"DE.Views.LeftMenu.tipComments": "Iruzkinak",
|
||||||
"DE.Views.LeftMenu.tipNavigation": "Nabigazioa",
|
"DE.Views.LeftMenu.tipNavigation": "Nabigazioa",
|
||||||
|
"DE.Views.LeftMenu.tipOutline": "Izenburuak",
|
||||||
"DE.Views.LeftMenu.tipPlugins": "Pluginak",
|
"DE.Views.LeftMenu.tipPlugins": "Pluginak",
|
||||||
"DE.Views.LeftMenu.tipSearch": "Bilatu",
|
"DE.Views.LeftMenu.tipSearch": "Bilatu",
|
||||||
"DE.Views.LeftMenu.tipSupport": "Oharrak eta laguntza",
|
"DE.Views.LeftMenu.tipSupport": "Oharrak eta laguntza",
|
||||||
|
@ -2032,6 +2063,7 @@
|
||||||
"DE.Views.LineNumbersDialog.textStartAt": "Hasi hemendik:",
|
"DE.Views.LineNumbersDialog.textStartAt": "Hasi hemendik:",
|
||||||
"DE.Views.LineNumbersDialog.textTitle": "Lerro-zenbakiak",
|
"DE.Views.LineNumbersDialog.textTitle": "Lerro-zenbakiak",
|
||||||
"DE.Views.LineNumbersDialog.txtAutoText": "Automatikoa",
|
"DE.Views.LineNumbersDialog.txtAutoText": "Automatikoa",
|
||||||
|
"DE.Views.Links.capBtnAddText": "Gehitu testua",
|
||||||
"DE.Views.Links.capBtnBookmarks": "Laster-marka",
|
"DE.Views.Links.capBtnBookmarks": "Laster-marka",
|
||||||
"DE.Views.Links.capBtnCaption": "Epigrafea",
|
"DE.Views.Links.capBtnCaption": "Epigrafea",
|
||||||
"DE.Views.Links.capBtnContentsUpdate": "Eguneratu taula",
|
"DE.Views.Links.capBtnContentsUpdate": "Eguneratu taula",
|
||||||
|
@ -2056,6 +2088,7 @@
|
||||||
"DE.Views.Links.textSwapNotes": "Trukatu oin-oharrak eta amaiera-oharrak",
|
"DE.Views.Links.textSwapNotes": "Trukatu oin-oharrak eta amaiera-oharrak",
|
||||||
"DE.Views.Links.textUpdateAll": "Eguneratu taula osoa",
|
"DE.Views.Links.textUpdateAll": "Eguneratu taula osoa",
|
||||||
"DE.Views.Links.textUpdatePages": "Eguneratu orri-zenbakiak soilik",
|
"DE.Views.Links.textUpdatePages": "Eguneratu orri-zenbakiak soilik",
|
||||||
|
"DE.Views.Links.tipAddText": "Izenburua Aurkibidean sartu",
|
||||||
"DE.Views.Links.tipBookmarks": "Sortu laster-marka",
|
"DE.Views.Links.tipBookmarks": "Sortu laster-marka",
|
||||||
"DE.Views.Links.tipCaption": "Txertatu epigrafea",
|
"DE.Views.Links.tipCaption": "Txertatu epigrafea",
|
||||||
"DE.Views.Links.tipContents": "Txertatu aurkibidea",
|
"DE.Views.Links.tipContents": "Txertatu aurkibidea",
|
||||||
|
@ -2066,6 +2099,8 @@
|
||||||
"DE.Views.Links.tipTableFigures": "Txertatu irudien aurkibidea",
|
"DE.Views.Links.tipTableFigures": "Txertatu irudien aurkibidea",
|
||||||
"DE.Views.Links.tipTableFiguresUpdate": "Eguneratu irudien aurkibidea",
|
"DE.Views.Links.tipTableFiguresUpdate": "Eguneratu irudien aurkibidea",
|
||||||
"DE.Views.Links.titleUpdateTOF": "Eguneratu irudien aurkibidea",
|
"DE.Views.Links.titleUpdateTOF": "Eguneratu irudien aurkibidea",
|
||||||
|
"DE.Views.Links.txtDontShowTof": "Ez erakutsi aurkibidean",
|
||||||
|
"DE.Views.Links.txtLevel": "Maila",
|
||||||
"DE.Views.ListSettingsDialog.textAuto": "Automatikoa",
|
"DE.Views.ListSettingsDialog.textAuto": "Automatikoa",
|
||||||
"DE.Views.ListSettingsDialog.textCenter": "Erdia",
|
"DE.Views.ListSettingsDialog.textCenter": "Erdia",
|
||||||
"DE.Views.ListSettingsDialog.textLeft": "Ezkerra",
|
"DE.Views.ListSettingsDialog.textLeft": "Ezkerra",
|
||||||
|
@ -2130,6 +2165,8 @@
|
||||||
"DE.Views.MailMergeSettings.txtPrev": "Aurreko erregistrora",
|
"DE.Views.MailMergeSettings.txtPrev": "Aurreko erregistrora",
|
||||||
"DE.Views.MailMergeSettings.txtUntitled": "Izengabea",
|
"DE.Views.MailMergeSettings.txtUntitled": "Izengabea",
|
||||||
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Konbinazioa hasteak huts egin du",
|
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Konbinazioa hasteak huts egin du",
|
||||||
|
"DE.Views.Navigation.strNavigate": "Izenburuak",
|
||||||
|
"DE.Views.Navigation.txtClosePanel": "Itxi izenburuak",
|
||||||
"DE.Views.Navigation.txtCollapse": "Tolestu guztiak",
|
"DE.Views.Navigation.txtCollapse": "Tolestu guztiak",
|
||||||
"DE.Views.Navigation.txtDemote": "Jaitsi maila",
|
"DE.Views.Navigation.txtDemote": "Jaitsi maila",
|
||||||
"DE.Views.Navigation.txtEmpty": "Ez dago izenbururik dokumentuan.<br>Aplikatu izenburu-estilo bat testuari aurkibidean agertu dadin.",
|
"DE.Views.Navigation.txtEmpty": "Ez dago izenbururik dokumentuan.<br>Aplikatu izenburu-estilo bat testuari aurkibidean agertu dadin.",
|
||||||
|
@ -2137,11 +2174,17 @@
|
||||||
"DE.Views.Navigation.txtEmptyViewer": "Ez dago goibururik dokumentu honetan.",
|
"DE.Views.Navigation.txtEmptyViewer": "Ez dago goibururik dokumentu honetan.",
|
||||||
"DE.Views.Navigation.txtExpand": "Zabaldu guztia",
|
"DE.Views.Navigation.txtExpand": "Zabaldu guztia",
|
||||||
"DE.Views.Navigation.txtExpandToLevel": "Zabaldu maila honetara",
|
"DE.Views.Navigation.txtExpandToLevel": "Zabaldu maila honetara",
|
||||||
|
"DE.Views.Navigation.txtFontSize": "Letra-tamaina",
|
||||||
"DE.Views.Navigation.txtHeadingAfter": "Izenburu berria ondoren",
|
"DE.Views.Navigation.txtHeadingAfter": "Izenburu berria ondoren",
|
||||||
"DE.Views.Navigation.txtHeadingBefore": "Izenburu berria aurretik",
|
"DE.Views.Navigation.txtHeadingBefore": "Izenburu berria aurretik",
|
||||||
|
"DE.Views.Navigation.txtLarge": "Handia",
|
||||||
|
"DE.Views.Navigation.txtMedium": "Ertaina",
|
||||||
"DE.Views.Navigation.txtNewHeading": "Azpi-izenburu berria",
|
"DE.Views.Navigation.txtNewHeading": "Azpi-izenburu berria",
|
||||||
"DE.Views.Navigation.txtPromote": "Jaso maila",
|
"DE.Views.Navigation.txtPromote": "Jaso maila",
|
||||||
"DE.Views.Navigation.txtSelect": "Hautatu edukia",
|
"DE.Views.Navigation.txtSelect": "Hautatu edukia",
|
||||||
|
"DE.Views.Navigation.txtSettings": "Izenburuen ezarpenak",
|
||||||
|
"DE.Views.Navigation.txtSmall": "Txikia",
|
||||||
|
"DE.Views.Navigation.txtWrapHeadings": "Egokitu izenburu luzeak",
|
||||||
"DE.Views.NoteSettingsDialog.textApply": "Aplikatu",
|
"DE.Views.NoteSettingsDialog.textApply": "Aplikatu",
|
||||||
"DE.Views.NoteSettingsDialog.textApplyTo": "Aplikatu aldaketak honi",
|
"DE.Views.NoteSettingsDialog.textApplyTo": "Aplikatu aldaketak honi",
|
||||||
"DE.Views.NoteSettingsDialog.textContinue": "Jarraitua",
|
"DE.Views.NoteSettingsDialog.textContinue": "Jarraitua",
|
||||||
|
@ -2260,7 +2303,7 @@
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textFirstLine": "Lehen lerroa",
|
"DE.Views.ParagraphSettingsAdvanced.textFirstLine": "Lehen lerroa",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textHanging": "Alderantzizkoa",
|
"DE.Views.ParagraphSettingsAdvanced.textHanging": "Alderantzizkoa",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textJustified": "Justifikatuta",
|
"DE.Views.ParagraphSettingsAdvanced.textJustified": "Justifikatuta",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textLeader": "Betegarria",
|
"DE.Views.ParagraphSettingsAdvanced.textLeader": "Gida-marra",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textLeft": "Ezkerra",
|
"DE.Views.ParagraphSettingsAdvanced.textLeft": "Ezkerra",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textLevel": "Maila",
|
"DE.Views.ParagraphSettingsAdvanced.textLevel": "Maila",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textNone": "Bat ere ez",
|
"DE.Views.ParagraphSettingsAdvanced.textNone": "Bat ere ez",
|
||||||
|
@ -2408,7 +2451,7 @@
|
||||||
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Eraiki irudien aurkibidea hemendik:",
|
"DE.Views.TableOfContentsSettings.textBuildTableOF": "Eraiki irudien aurkibidea hemendik:",
|
||||||
"DE.Views.TableOfContentsSettings.textEquation": "Ekuazioa",
|
"DE.Views.TableOfContentsSettings.textEquation": "Ekuazioa",
|
||||||
"DE.Views.TableOfContentsSettings.textFigure": "Irudia",
|
"DE.Views.TableOfContentsSettings.textFigure": "Irudia",
|
||||||
"DE.Views.TableOfContentsSettings.textLeader": "Betegarria",
|
"DE.Views.TableOfContentsSettings.textLeader": "Gida-marra",
|
||||||
"DE.Views.TableOfContentsSettings.textLevel": "Maila",
|
"DE.Views.TableOfContentsSettings.textLevel": "Maila",
|
||||||
"DE.Views.TableOfContentsSettings.textLevels": "Mailak",
|
"DE.Views.TableOfContentsSettings.textLevels": "Mailak",
|
||||||
"DE.Views.TableOfContentsSettings.textNone": "Bat ere ez",
|
"DE.Views.TableOfContentsSettings.textNone": "Bat ere ez",
|
||||||
|
@ -2649,6 +2692,8 @@
|
||||||
"DE.Views.Toolbar.mniImageFromStorage": "Irudia biltegitik",
|
"DE.Views.Toolbar.mniImageFromStorage": "Irudia biltegitik",
|
||||||
"DE.Views.Toolbar.mniImageFromUrl": "Irudia URLtik",
|
"DE.Views.Toolbar.mniImageFromUrl": "Irudia URLtik",
|
||||||
"DE.Views.Toolbar.mniLowerCase": "minuskula",
|
"DE.Views.Toolbar.mniLowerCase": "minuskula",
|
||||||
|
"DE.Views.Toolbar.mniRemoveFooter": "Kendu orri-oina",
|
||||||
|
"DE.Views.Toolbar.mniRemoveHeader": "Kendu goiburua",
|
||||||
"DE.Views.Toolbar.mniSentenceCase": "Esaldi hasierako maiuskula.",
|
"DE.Views.Toolbar.mniSentenceCase": "Esaldi hasierako maiuskula.",
|
||||||
"DE.Views.Toolbar.mniTextToTable": "Bihurtu testua taula",
|
"DE.Views.Toolbar.mniTextToTable": "Bihurtu testua taula",
|
||||||
"DE.Views.Toolbar.mniToggleCase": "tRUKATU maiuskulak/MINUSKULAK",
|
"DE.Views.Toolbar.mniToggleCase": "tRUKATU maiuskulak/MINUSKULAK",
|
||||||
|
@ -2833,6 +2878,7 @@
|
||||||
"DE.Views.ViewTab.textFitToWidth": "Doitu zabalerara",
|
"DE.Views.ViewTab.textFitToWidth": "Doitu zabalerara",
|
||||||
"DE.Views.ViewTab.textInterfaceTheme": "Interfazearen gaia",
|
"DE.Views.ViewTab.textInterfaceTheme": "Interfazearen gaia",
|
||||||
"DE.Views.ViewTab.textNavigation": "Nabigazioa",
|
"DE.Views.ViewTab.textNavigation": "Nabigazioa",
|
||||||
|
"DE.Views.ViewTab.textOutline": "Izenburuak",
|
||||||
"DE.Views.ViewTab.textRulers": "Erregelak",
|
"DE.Views.ViewTab.textRulers": "Erregelak",
|
||||||
"DE.Views.ViewTab.textStatusBar": "Egoera-barra",
|
"DE.Views.ViewTab.textStatusBar": "Egoera-barra",
|
||||||
"DE.Views.ViewTab.textZoom": "Zooma",
|
"DE.Views.ViewTab.textZoom": "Zooma",
|
||||||
|
|
|
@ -1282,10 +1282,6 @@
|
||||||
"DE.Views.CellsAddDialog.textRow": "Baris",
|
"DE.Views.CellsAddDialog.textRow": "Baris",
|
||||||
"DE.Views.CellsAddDialog.textTitle": "Sisipkan Beberapa",
|
"DE.Views.CellsAddDialog.textTitle": "Sisipkan Beberapa",
|
||||||
"DE.Views.CellsAddDialog.textUp": "Di atas kursor",
|
"DE.Views.CellsAddDialog.textUp": "Di atas kursor",
|
||||||
"DE.Views.CellsRemoveDialog.textCol": "Padam keseluruhan lajur",
|
|
||||||
"DE.Views.CellsRemoveDialog.textLeft": "Anjakkan sel ke kiri",
|
|
||||||
"DE.Views.CellsRemoveDialog.textRow": "Padam keseluruhan baris",
|
|
||||||
"DE.Views.CellsRemoveDialog.textTitle": "Padam Sel",
|
|
||||||
"DE.Views.ChartSettings.textAdvanced": "Tunjukkan seting lanjutan",
|
"DE.Views.ChartSettings.textAdvanced": "Tunjukkan seting lanjutan",
|
||||||
"DE.Views.ChartSettings.textChartType": "Ubah Jenis Carta",
|
"DE.Views.ChartSettings.textChartType": "Ubah Jenis Carta",
|
||||||
"DE.Views.ChartSettings.textEditData": "Edit Data",
|
"DE.Views.ChartSettings.textEditData": "Edit Data",
|
||||||
|
@ -1304,10 +1300,6 @@
|
||||||
"DE.Views.ChartSettings.txtTight": "Ketat",
|
"DE.Views.ChartSettings.txtTight": "Ketat",
|
||||||
"DE.Views.ChartSettings.txtTitle": "Carta",
|
"DE.Views.ChartSettings.txtTitle": "Carta",
|
||||||
"DE.Views.ChartSettings.txtTopAndBottom": "Atas dan bawah",
|
"DE.Views.ChartSettings.txtTopAndBottom": "Atas dan bawah",
|
||||||
"DE.Views.CompareSettingsDialog.textChar": "Tahap aksara",
|
|
||||||
"DE.Views.CompareSettingsDialog.textShow": "Tunjukkan perubahan pada",
|
|
||||||
"DE.Views.CompareSettingsDialog.textTitle": "Seting perbandingan",
|
|
||||||
"DE.Views.CompareSettingsDialog.textWord": "Tahap perkataan",
|
|
||||||
"DE.Views.ControlSettingsDialog.strGeneral": "Am",
|
"DE.Views.ControlSettingsDialog.strGeneral": "Am",
|
||||||
"DE.Views.ControlSettingsDialog.textAdd": "Tambah",
|
"DE.Views.ControlSettingsDialog.textAdd": "Tambah",
|
||||||
"DE.Views.ControlSettingsDialog.textAppearance": "Penampilan",
|
"DE.Views.ControlSettingsDialog.textAppearance": "Penampilan",
|
||||||
|
@ -1730,21 +1722,12 @@
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.txtView": "Lihat tandatangan",
|
"DE.Views.FileMenuPanels.ProtectDoc.txtView": "Lihat tandatangan",
|
||||||
"DE.Views.FileMenuPanels.Settings.okButtonText": "Guna",
|
"DE.Views.FileMenuPanels.Settings.okButtonText": "Guna",
|
||||||
"DE.Views.FileMenuPanels.Settings.strAlignGuides": "Hidupkan panduan penjajaran",
|
"DE.Views.FileMenuPanels.Settings.strAlignGuides": "Hidupkan panduan penjajaran",
|
||||||
"DE.Views.FileMenuPanels.Settings.strAutoRecover": "Hidupkan autopulih",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strAutosave": "Hidupkan autosimpan",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Mod Pengeditan-bersama",
|
"DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Mod Pengeditan-bersama",
|
||||||
"DE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Pengguna lain akan melihat perubahan anda sekaligus",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "Anda akan perlu menerima perubahan sebelum anda boleh melihatnya.",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strFast": "Pantas",
|
"DE.Views.FileMenuPanels.Settings.strFast": "Pantas",
|
||||||
"DE.Views.FileMenuPanels.Settings.strFontRender": "Pembayang Fon",
|
"DE.Views.FileMenuPanels.Settings.strFontRender": "Pembayang Fon",
|
||||||
"DE.Views.FileMenuPanels.Settings.strForcesave": "Tambah versi kepada simpanan selepas mengklik Simpan atau Ctrl+S",
|
"DE.Views.FileMenuPanels.Settings.strForcesave": "Tambah versi kepada simpanan selepas mengklik Simpan atau Ctrl+S",
|
||||||
"DE.Views.FileMenuPanels.Settings.strInputMode": "Hidupkan Hieroglif",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strLiveComment": "Hidupkan paparan komen",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Seting Makro",
|
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Seting Makro",
|
||||||
"DE.Views.FileMenuPanels.Settings.strPaste": "Potong, salin dan tampal",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Tunjukkan butang Pilihan Tampal di mana kandungan ditampalkan",
|
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Tunjukkan butang Pilihan Tampal di mana kandungan ditampalkan",
|
||||||
"DE.Views.FileMenuPanels.Settings.strResolvedComment": "Hidupkan paparan komen yang diselesaikan",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strReviewHover": "Paparan Jejak Perubahan",
|
|
||||||
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Perubahan Kerjasama Masa-sebenar",
|
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Perubahan Kerjasama Masa-sebenar",
|
||||||
"DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Hidupkan pilihan semakan ejaan",
|
"DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Hidupkan pilihan semakan ejaan",
|
||||||
"DE.Views.FileMenuPanels.Settings.strStrict": "Tegas",
|
"DE.Views.FileMenuPanels.Settings.strStrict": "Tegas",
|
||||||
|
|
|
@ -170,6 +170,7 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Geen kleur",
|
"Common.UI.HSBColorPicker.textNoColor": "Geen kleur",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Wachtwoord verbergen",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Wachtwoord verbergen",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Wachtwoord weergeven",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Wachtwoord weergeven",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Zoekopdracht sluiten",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Resultaten markeren",
|
"Common.UI.SearchDialog.textHighlight": "Resultaten markeren",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "Hoofdlettergevoelig",
|
"Common.UI.SearchDialog.textMatchCase": "Hoofdlettergevoelig",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Voer de vervangende tekst in",
|
"Common.UI.SearchDialog.textReplaceDef": "Voer de vervangende tekst in",
|
||||||
|
@ -213,6 +214,8 @@
|
||||||
"Common.Views.AutoCorrectDialog.textBulleted": "Automatische lijsten met opsommingstekens",
|
"Common.Views.AutoCorrectDialog.textBulleted": "Automatische lijsten met opsommingstekens",
|
||||||
"Common.Views.AutoCorrectDialog.textBy": "Door",
|
"Common.Views.AutoCorrectDialog.textBy": "Door",
|
||||||
"Common.Views.AutoCorrectDialog.textDelete": "Verwijderen",
|
"Common.Views.AutoCorrectDialog.textDelete": "Verwijderen",
|
||||||
|
"Common.Views.AutoCorrectDialog.textDoubleSpaces": "Voeg punt toe met dubbele spatie",
|
||||||
|
"Common.Views.AutoCorrectDialog.textFLCells": "Kapitaliseer eerste letter in tabelcellen",
|
||||||
"Common.Views.AutoCorrectDialog.textFLSentence": "Maak de eerste letter van zinnen hoofdletter",
|
"Common.Views.AutoCorrectDialog.textFLSentence": "Maak de eerste letter van zinnen hoofdletter",
|
||||||
"Common.Views.AutoCorrectDialog.textHyperlink": " Internet en netwerkpaden met hyperlinks",
|
"Common.Views.AutoCorrectDialog.textHyperlink": " Internet en netwerkpaden met hyperlinks",
|
||||||
"Common.Views.AutoCorrectDialog.textHyphens": "Koppeltekens (--) met streepje (—)",
|
"Common.Views.AutoCorrectDialog.textHyphens": "Koppeltekens (--) met streepje (—)",
|
||||||
|
@ -443,6 +446,8 @@
|
||||||
"Common.Views.ReviewPopover.txtReject": "Verwerpen",
|
"Common.Views.ReviewPopover.txtReject": "Verwerpen",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "Laden",
|
"Common.Views.SaveAsDlg.textLoading": "Laden",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Map voor opslaan",
|
"Common.Views.SaveAsDlg.textTitle": "Map voor opslaan",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "Hoofdlettergevoelig",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Zoekopdracht sluiten",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Laden",
|
"Common.Views.SelectFileDlg.textLoading": "Laden",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Gegevensbron selecteren",
|
"Common.Views.SelectFileDlg.textTitle": "Gegevensbron selecteren",
|
||||||
"Common.Views.SignDialog.textBold": "Vet",
|
"Common.Views.SignDialog.textBold": "Vet",
|
||||||
|
@ -511,6 +516,7 @@
|
||||||
"DE.Controllers.LeftMenu.txtUntitled": "Naamloos",
|
"DE.Controllers.LeftMenu.txtUntitled": "Naamloos",
|
||||||
"DE.Controllers.LeftMenu.warnDownloadAs": "Als u doorgaat met opslaan in deze indeling, gaan alle kenmerken verloren en blijft alleen de tekst behouden.<br>Wilt u doorgaan?",
|
"DE.Controllers.LeftMenu.warnDownloadAs": "Als u doorgaat met opslaan in deze indeling, gaan alle kenmerken verloren en blijft alleen de tekst behouden.<br>Wilt u doorgaan?",
|
||||||
"DE.Controllers.LeftMenu.warnDownloadAsRTF": "Als u doorgaat met opslaan in deze indeling, kan een deel van de opmaak verloren gaan. <br> Weet u zeker dat u wilt doorgaan?",
|
"DE.Controllers.LeftMenu.warnDownloadAsRTF": "Als u doorgaat met opslaan in deze indeling, kan een deel van de opmaak verloren gaan. <br> Weet u zeker dat u wilt doorgaan?",
|
||||||
|
"DE.Controllers.LeftMenu.warnReplaceString": "{0} is geen geldig speciaal teken voor het vervangende veld.",
|
||||||
"DE.Controllers.Main.applyChangesTextText": "Wijzigingen worden geladen...",
|
"DE.Controllers.Main.applyChangesTextText": "Wijzigingen worden geladen...",
|
||||||
"DE.Controllers.Main.applyChangesTitleText": "Wijzigingen worden geladen",
|
"DE.Controllers.Main.applyChangesTitleText": "Wijzigingen worden geladen",
|
||||||
"DE.Controllers.Main.convertationTimeoutText": "Time-out voor conversie overschreden.",
|
"DE.Controllers.Main.convertationTimeoutText": "Time-out voor conversie overschreden.",
|
||||||
|
@ -612,6 +618,7 @@
|
||||||
"DE.Controllers.Main.textRemember": "Onthoud voorkeur",
|
"DE.Controllers.Main.textRemember": "Onthoud voorkeur",
|
||||||
"DE.Controllers.Main.textRenameError": "Gebruikersnaam mag niet leeg zijn. ",
|
"DE.Controllers.Main.textRenameError": "Gebruikersnaam mag niet leeg zijn. ",
|
||||||
"DE.Controllers.Main.textRenameLabel": "Voer een naam in die voor samenwerking moet worden gebruikt ",
|
"DE.Controllers.Main.textRenameLabel": "Voer een naam in die voor samenwerking moet worden gebruikt ",
|
||||||
|
"DE.Controllers.Main.textRequestMacros": "Een macro maakt een verzoek naar een URL. Wil je dit verzoek naar %1 toestaan?",
|
||||||
"DE.Controllers.Main.textShape": "Vorm",
|
"DE.Controllers.Main.textShape": "Vorm",
|
||||||
"DE.Controllers.Main.textStrict": "Strikte modus",
|
"DE.Controllers.Main.textStrict": "Strikte modus",
|
||||||
"DE.Controllers.Main.textTryUndoRedo": "De functies Ongedaan maken/Opnieuw worden uitgeschakeld in de modus Snel gezamenlijk bewerken.<br>Klik op de knop 'Strikte modus' om over te schakelen naar de strikte modus voor gezamenlijk bewerken. U kunt het bestand dan zonder interferentie van andere gebruikers bewerken en uw wijzigingen verzenden wanneer u die opslaat. U kunt schakelen tussen de modi voor gezamenlijke bewerking via Geavanceerde instellingen van de editor.",
|
"DE.Controllers.Main.textTryUndoRedo": "De functies Ongedaan maken/Opnieuw worden uitgeschakeld in de modus Snel gezamenlijk bewerken.<br>Klik op de knop 'Strikte modus' om over te schakelen naar de strikte modus voor gezamenlijk bewerken. U kunt het bestand dan zonder interferentie van andere gebruikers bewerken en uw wijzigingen verzenden wanneer u die opslaat. U kunt schakelen tussen de modi voor gezamenlijke bewerking via Geavanceerde instellingen van de editor.",
|
||||||
|
@ -886,6 +893,7 @@
|
||||||
"DE.Controllers.Main.warnProcessRightsChange": "Het recht om het bestand te bewerken is u ontzegd.",
|
"DE.Controllers.Main.warnProcessRightsChange": "Het recht om het bestand te bewerken is u ontzegd.",
|
||||||
"DE.Controllers.Navigation.txtBeginning": "Begin van het document",
|
"DE.Controllers.Navigation.txtBeginning": "Begin van het document",
|
||||||
"DE.Controllers.Navigation.txtGotoBeginning": "Ga naar het begin van het document",
|
"DE.Controllers.Navigation.txtGotoBeginning": "Ga naar het begin van het document",
|
||||||
|
"DE.Controllers.Search.warnReplaceString": "{0} is geen geldig speciaal teken voor de \"Vervang met\" box.",
|
||||||
"DE.Controllers.Statusbar.textDisconnect": "<b>Verbinding verbroken</b><br>Proberen opnieuw te verbinden. Controleer de netwerkinstellingen.",
|
"DE.Controllers.Statusbar.textDisconnect": "<b>Verbinding verbroken</b><br>Proberen opnieuw te verbinden. Controleer de netwerkinstellingen.",
|
||||||
"DE.Controllers.Statusbar.textHasChanges": "Er zijn nieuwe wijzigingen bijgehouden",
|
"DE.Controllers.Statusbar.textHasChanges": "Er zijn nieuwe wijzigingen bijgehouden",
|
||||||
"DE.Controllers.Statusbar.textSetTrackChanges": "U bevindt zich in de modus Wijzigingen bijhouden ",
|
"DE.Controllers.Statusbar.textSetTrackChanges": "U bevindt zich in de modus Wijzigingen bijhouden ",
|
||||||
|
@ -1467,6 +1475,7 @@
|
||||||
"DE.Views.DocumentHolder.textDistributeCols": "Kolommen verdelen",
|
"DE.Views.DocumentHolder.textDistributeCols": "Kolommen verdelen",
|
||||||
"DE.Views.DocumentHolder.textDistributeRows": "Rijen verdelen",
|
"DE.Views.DocumentHolder.textDistributeRows": "Rijen verdelen",
|
||||||
"DE.Views.DocumentHolder.textEditControls": "Inhoud beheer instellingen",
|
"DE.Views.DocumentHolder.textEditControls": "Inhoud beheer instellingen",
|
||||||
|
"DE.Views.DocumentHolder.textEditPoints": "Punten bewerken",
|
||||||
"DE.Views.DocumentHolder.textEditWrapBoundary": "Rand tekstterugloop bewerken",
|
"DE.Views.DocumentHolder.textEditWrapBoundary": "Rand tekstterugloop bewerken",
|
||||||
"DE.Views.DocumentHolder.textFlipH": "Horizontaal omdraaien",
|
"DE.Views.DocumentHolder.textFlipH": "Horizontaal omdraaien",
|
||||||
"DE.Views.DocumentHolder.textFlipV": "Verticaal omdraaien",
|
"DE.Views.DocumentHolder.textFlipV": "Verticaal omdraaien",
|
||||||
|
@ -1685,6 +1694,7 @@
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Toegangsrechten wijzigen",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Toegangsrechten wijzigen",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtComment": "Opmerking",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtComment": "Opmerking",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtCreated": "Aangemaakt",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtCreated": "Aangemaakt",
|
||||||
|
"DE.Views.FileMenuPanels.DocumentInfo.txtFastWV": "Snelle webweergave",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "Laden...",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "Laden...",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Laatst aangepast door",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Laatst aangepast door",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "Laatst aangepast",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "Laatst aangepast",
|
||||||
|
@ -1745,7 +1755,9 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Geef weer door klik in ballons",
|
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Geef weer door klik in ballons",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Geef weer in tooltips door cursor over item te bewegen.",
|
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Geef weer in tooltips door cursor over item te bewegen.",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtCm": "Centimeter",
|
"DE.Views.FileMenuPanels.Settings.txtCm": "Centimeter",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtCollaboration": "Samenwerking",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "Donkere modus voor document inschakelen",
|
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "Donkere modus voor document inschakelen",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtEditingSaving": "Bewerken en opslaan",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Aan pagina aanpassen",
|
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Aan pagina aanpassen",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Aan breedte aanpassen",
|
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Aan breedte aanpassen",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtInch": "Inch",
|
"DE.Views.FileMenuPanels.Settings.txtInch": "Inch",
|
||||||
|
@ -1807,6 +1819,7 @@
|
||||||
"DE.Views.FormSettings.textWidth": "Celbreedte",
|
"DE.Views.FormSettings.textWidth": "Celbreedte",
|
||||||
"DE.Views.FormsTab.capBtnCheckBox": "Checkbox",
|
"DE.Views.FormsTab.capBtnCheckBox": "Checkbox",
|
||||||
"DE.Views.FormsTab.capBtnComboBox": "Keuzelijst",
|
"DE.Views.FormsTab.capBtnComboBox": "Keuzelijst",
|
||||||
|
"DE.Views.FormsTab.capBtnDownloadForm": "Downloaden als oform",
|
||||||
"DE.Views.FormsTab.capBtnDropDown": "Dropdown",
|
"DE.Views.FormsTab.capBtnDropDown": "Dropdown",
|
||||||
"DE.Views.FormsTab.capBtnImage": "Afbeelding",
|
"DE.Views.FormsTab.capBtnImage": "Afbeelding",
|
||||||
"DE.Views.FormsTab.capBtnNext": "Volgend veld ",
|
"DE.Views.FormsTab.capBtnNext": "Volgend veld ",
|
||||||
|
@ -1826,6 +1839,7 @@
|
||||||
"DE.Views.FormsTab.textSubmited": "Formulier succesvol ingediend ",
|
"DE.Views.FormsTab.textSubmited": "Formulier succesvol ingediend ",
|
||||||
"DE.Views.FormsTab.tipCheckBox": "Selectievakje invoegen",
|
"DE.Views.FormsTab.tipCheckBox": "Selectievakje invoegen",
|
||||||
"DE.Views.FormsTab.tipComboBox": "Plaats de keuzelijst met invoervak",
|
"DE.Views.FormsTab.tipComboBox": "Plaats de keuzelijst met invoervak",
|
||||||
|
"DE.Views.FormsTab.tipDownloadForm": "Een bestand downloaden als invulbaar OFORM-document",
|
||||||
"DE.Views.FormsTab.tipDropDown": "Dropdown-lijst invoegen",
|
"DE.Views.FormsTab.tipDropDown": "Dropdown-lijst invoegen",
|
||||||
"DE.Views.FormsTab.tipImageField": "Afbeelding invoegen",
|
"DE.Views.FormsTab.tipImageField": "Afbeelding invoegen",
|
||||||
"DE.Views.FormsTab.tipNextForm": "Ga naar het volgende veld ",
|
"DE.Views.FormsTab.tipNextForm": "Ga naar het volgende veld ",
|
||||||
|
@ -2002,6 +2016,7 @@
|
||||||
"DE.Views.LineNumbersDialog.textStartAt": "Beginnen bij",
|
"DE.Views.LineNumbersDialog.textStartAt": "Beginnen bij",
|
||||||
"DE.Views.LineNumbersDialog.textTitle": "Regelnummers",
|
"DE.Views.LineNumbersDialog.textTitle": "Regelnummers",
|
||||||
"DE.Views.LineNumbersDialog.txtAutoText": "Automatisch",
|
"DE.Views.LineNumbersDialog.txtAutoText": "Automatisch",
|
||||||
|
"DE.Views.Links.capBtnAddText": "Tekst toevoegen",
|
||||||
"DE.Views.Links.capBtnBookmarks": "Bladwijzer",
|
"DE.Views.Links.capBtnBookmarks": "Bladwijzer",
|
||||||
"DE.Views.Links.capBtnCaption": "Onderschrift",
|
"DE.Views.Links.capBtnCaption": "Onderschrift",
|
||||||
"DE.Views.Links.capBtnContentsUpdate": "Verversen",
|
"DE.Views.Links.capBtnContentsUpdate": "Verversen",
|
||||||
|
@ -2036,6 +2051,7 @@
|
||||||
"DE.Views.Links.tipTableFigures": "Voeg een tabel met figuren in",
|
"DE.Views.Links.tipTableFigures": "Voeg een tabel met figuren in",
|
||||||
"DE.Views.Links.tipTableFiguresUpdate": "Vernieuw de tabel met figuren",
|
"DE.Views.Links.tipTableFiguresUpdate": "Vernieuw de tabel met figuren",
|
||||||
"DE.Views.Links.titleUpdateTOF": "Vernieuw de tabel met figuren",
|
"DE.Views.Links.titleUpdateTOF": "Vernieuw de tabel met figuren",
|
||||||
|
"DE.Views.Links.txtDontShowTof": "Niet weergeven in inhoudsopgave",
|
||||||
"DE.Views.ListSettingsDialog.textAuto": "Automatisch",
|
"DE.Views.ListSettingsDialog.textAuto": "Automatisch",
|
||||||
"DE.Views.ListSettingsDialog.textCenter": "Midden",
|
"DE.Views.ListSettingsDialog.textCenter": "Midden",
|
||||||
"DE.Views.ListSettingsDialog.textLeft": "Links",
|
"DE.Views.ListSettingsDialog.textLeft": "Links",
|
||||||
|
@ -2043,7 +2059,7 @@
|
||||||
"DE.Views.ListSettingsDialog.textPreview": "Voorbeeld",
|
"DE.Views.ListSettingsDialog.textPreview": "Voorbeeld",
|
||||||
"DE.Views.ListSettingsDialog.textRight": "Rechts",
|
"DE.Views.ListSettingsDialog.textRight": "Rechts",
|
||||||
"DE.Views.ListSettingsDialog.txtAlign": "Uitlijning",
|
"DE.Views.ListSettingsDialog.txtAlign": "Uitlijning",
|
||||||
"DE.Views.ListSettingsDialog.txtBullet": "punt",
|
"DE.Views.ListSettingsDialog.txtBullet": "Opsommingsteken",
|
||||||
"DE.Views.ListSettingsDialog.txtColor": "Kleur",
|
"DE.Views.ListSettingsDialog.txtColor": "Kleur",
|
||||||
"DE.Views.ListSettingsDialog.txtFont": "Lettertype en symbool",
|
"DE.Views.ListSettingsDialog.txtFont": "Lettertype en symbool",
|
||||||
"DE.Views.ListSettingsDialog.txtLikeText": "Als een text",
|
"DE.Views.ListSettingsDialog.txtLikeText": "Als een text",
|
||||||
|
@ -2100,6 +2116,7 @@
|
||||||
"DE.Views.MailMergeSettings.txtPrev": "Naar vorige record",
|
"DE.Views.MailMergeSettings.txtPrev": "Naar vorige record",
|
||||||
"DE.Views.MailMergeSettings.txtUntitled": "Naamloos",
|
"DE.Views.MailMergeSettings.txtUntitled": "Naamloos",
|
||||||
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Starten samenvoeging mislukt",
|
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Starten samenvoeging mislukt",
|
||||||
|
"DE.Views.Navigation.txtClosePanel": "Kopjes sluiten",
|
||||||
"DE.Views.Navigation.txtCollapse": "Alles inklappen",
|
"DE.Views.Navigation.txtCollapse": "Alles inklappen",
|
||||||
"DE.Views.Navigation.txtDemote": "Degraderen",
|
"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.txtEmpty": "Er zijn geen koppen in het document.<br>Pas een kopstijl toe op de tekst zodat deze in de inhoudsopgave wordt weergegeven.",
|
||||||
|
@ -2160,6 +2177,7 @@
|
||||||
"DE.Views.PageSizeDialog.textTitle": "Paginaformaat",
|
"DE.Views.PageSizeDialog.textTitle": "Paginaformaat",
|
||||||
"DE.Views.PageSizeDialog.textWidth": "Breedte",
|
"DE.Views.PageSizeDialog.textWidth": "Breedte",
|
||||||
"DE.Views.PageSizeDialog.txtCustom": "Aangepast",
|
"DE.Views.PageSizeDialog.txtCustom": "Aangepast",
|
||||||
|
"DE.Views.PageThumbnails.textClosePanel": "Paginaminiaturen sluiten",
|
||||||
"DE.Views.PageThumbnails.textPageThumbnails": "Pagina pictogrammen",
|
"DE.Views.PageThumbnails.textPageThumbnails": "Pagina pictogrammen",
|
||||||
"DE.Views.PageThumbnails.textThumbnailsSettings": "Pictograminstellingen",
|
"DE.Views.PageThumbnails.textThumbnailsSettings": "Pictograminstellingen",
|
||||||
"DE.Views.PageThumbnails.textThumbnailsSize": "Pictogram grootte",
|
"DE.Views.PageThumbnails.textThumbnailsSize": "Pictogram grootte",
|
||||||
|
@ -2740,6 +2758,9 @@
|
||||||
"DE.Views.Toolbar.tipMarkersArrow": "Pijltjes",
|
"DE.Views.Toolbar.tipMarkersArrow": "Pijltjes",
|
||||||
"DE.Views.Toolbar.tipMarkersCheckmark": "Vinkjes",
|
"DE.Views.Toolbar.tipMarkersCheckmark": "Vinkjes",
|
||||||
"DE.Views.Toolbar.tipMarkersDash": "Streepjes",
|
"DE.Views.Toolbar.tipMarkersDash": "Streepjes",
|
||||||
|
"DE.Views.Toolbar.tipMarkersFRhombus": "Opgevulde ruitopsommingstekens",
|
||||||
|
"DE.Views.Toolbar.tipMarkersFRound": "Opgevulde ronde opsommingstekens",
|
||||||
|
"DE.Views.Toolbar.tipMarkersFSquare": "Opgevulde vierkante opsommingstekens",
|
||||||
"DE.Views.Toolbar.tipMultilevels": "Lijst met meerdere niveaus",
|
"DE.Views.Toolbar.tipMultilevels": "Lijst met meerdere niveaus",
|
||||||
"DE.Views.Toolbar.tipNumbers": "Nummering",
|
"DE.Views.Toolbar.tipNumbers": "Nummering",
|
||||||
"DE.Views.Toolbar.tipPageBreak": "Pagina- of sectie-einde invoegen",
|
"DE.Views.Toolbar.tipPageBreak": "Pagina- of sectie-einde invoegen",
|
||||||
|
|
|
@ -170,6 +170,7 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Sem cor",
|
"Common.UI.HSBColorPicker.textNoColor": "Sem cor",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ocultar palavra-passe",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ocultar palavra-passe",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Mostrar palavra-passe",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Mostrar palavra-passe",
|
||||||
|
"Common.UI.SearchBar.textFind": "Localizar",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Destacar resultados",
|
"Common.UI.SearchDialog.textHighlight": "Destacar resultados",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "Diferenciar maiúsculas de minúsculas",
|
"Common.UI.SearchDialog.textMatchCase": "Diferenciar maiúsculas de minúsculas",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Inserir o texto de substituição",
|
"Common.UI.SearchDialog.textReplaceDef": "Inserir o texto de substituição",
|
||||||
|
@ -446,6 +447,9 @@
|
||||||
"Common.Views.ReviewPopover.txtReject": "Rejeitar",
|
"Common.Views.ReviewPopover.txtReject": "Rejeitar",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "A carregar",
|
"Common.Views.SaveAsDlg.textLoading": "A carregar",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Pasta para guardar",
|
"Common.Views.SaveAsDlg.textTitle": "Pasta para guardar",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "Diferenciar maiúsculas de minúsculas",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Localizar",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Localizar e substituir",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "A carregar",
|
"Common.Views.SelectFileDlg.textLoading": "A carregar",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Selecionar fonte de dados",
|
"Common.Views.SelectFileDlg.textTitle": "Selecionar fonte de dados",
|
||||||
"Common.Views.SignDialog.textBold": "Negrito",
|
"Common.Views.SignDialog.textBold": "Negrito",
|
||||||
|
@ -1993,6 +1997,7 @@
|
||||||
"DE.Views.LeftMenu.tipChat": "Chat",
|
"DE.Views.LeftMenu.tipChat": "Chat",
|
||||||
"DE.Views.LeftMenu.tipComments": "Comentários",
|
"DE.Views.LeftMenu.tipComments": "Comentários",
|
||||||
"DE.Views.LeftMenu.tipNavigation": "Navegação",
|
"DE.Views.LeftMenu.tipNavigation": "Navegação",
|
||||||
|
"DE.Views.LeftMenu.tipOutline": "Títulos",
|
||||||
"DE.Views.LeftMenu.tipPlugins": "Plugins",
|
"DE.Views.LeftMenu.tipPlugins": "Plugins",
|
||||||
"DE.Views.LeftMenu.tipSearch": "Pesquisa",
|
"DE.Views.LeftMenu.tipSearch": "Pesquisa",
|
||||||
"DE.Views.LeftMenu.tipSupport": "Feedback e Suporte",
|
"DE.Views.LeftMenu.tipSupport": "Feedback e Suporte",
|
||||||
|
@ -2015,6 +2020,7 @@
|
||||||
"DE.Views.LineNumbersDialog.textStartAt": "Iniciar em",
|
"DE.Views.LineNumbersDialog.textStartAt": "Iniciar em",
|
||||||
"DE.Views.LineNumbersDialog.textTitle": "Números de Linhas",
|
"DE.Views.LineNumbersDialog.textTitle": "Números de Linhas",
|
||||||
"DE.Views.LineNumbersDialog.txtAutoText": "Automático",
|
"DE.Views.LineNumbersDialog.txtAutoText": "Automático",
|
||||||
|
"DE.Views.Links.capBtnAddText": "Adicionar texto",
|
||||||
"DE.Views.Links.capBtnBookmarks": "Marcador",
|
"DE.Views.Links.capBtnBookmarks": "Marcador",
|
||||||
"DE.Views.Links.capBtnCaption": "Legenda",
|
"DE.Views.Links.capBtnCaption": "Legenda",
|
||||||
"DE.Views.Links.capBtnContentsUpdate": "Atualizar Tabela",
|
"DE.Views.Links.capBtnContentsUpdate": "Atualizar Tabela",
|
||||||
|
@ -2049,6 +2055,7 @@
|
||||||
"DE.Views.Links.tipTableFigures": "Inserir tabela de figuras",
|
"DE.Views.Links.tipTableFigures": "Inserir tabela de figuras",
|
||||||
"DE.Views.Links.tipTableFiguresUpdate": "Recarregar tabela de figuras",
|
"DE.Views.Links.tipTableFiguresUpdate": "Recarregar tabela de figuras",
|
||||||
"DE.Views.Links.titleUpdateTOF": "Recarregar tabela de figuras",
|
"DE.Views.Links.titleUpdateTOF": "Recarregar tabela de figuras",
|
||||||
|
"DE.Views.Links.txtLevel": "Nível",
|
||||||
"DE.Views.ListSettingsDialog.textAuto": "Automático",
|
"DE.Views.ListSettingsDialog.textAuto": "Automático",
|
||||||
"DE.Views.ListSettingsDialog.textCenter": "Centro",
|
"DE.Views.ListSettingsDialog.textCenter": "Centro",
|
||||||
"DE.Views.ListSettingsDialog.textLeft": "Esquerda",
|
"DE.Views.ListSettingsDialog.textLeft": "Esquerda",
|
||||||
|
@ -2113,6 +2120,7 @@
|
||||||
"DE.Views.MailMergeSettings.txtPrev": "To previous record",
|
"DE.Views.MailMergeSettings.txtPrev": "To previous record",
|
||||||
"DE.Views.MailMergeSettings.txtUntitled": "Sem título",
|
"DE.Views.MailMergeSettings.txtUntitled": "Sem título",
|
||||||
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Starting merge failed",
|
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Starting merge failed",
|
||||||
|
"DE.Views.Navigation.strNavigate": "Títulos",
|
||||||
"DE.Views.Navigation.txtCollapse": "Recolher tudo",
|
"DE.Views.Navigation.txtCollapse": "Recolher tudo",
|
||||||
"DE.Views.Navigation.txtDemote": "Rebaixar",
|
"DE.Views.Navigation.txtDemote": "Rebaixar",
|
||||||
"DE.Views.Navigation.txtEmpty": "Não existem títulos no documento.<br>Aplique um estilo de título ao texto para que este apareça no índice remissivo.",
|
"DE.Views.Navigation.txtEmpty": "Não existem títulos no documento.<br>Aplique um estilo de título ao texto para que este apareça no índice remissivo.",
|
||||||
|
@ -2120,6 +2128,7 @@
|
||||||
"DE.Views.Navigation.txtEmptyViewer": "Não há títulos no documento.",
|
"DE.Views.Navigation.txtEmptyViewer": "Não há títulos no documento.",
|
||||||
"DE.Views.Navigation.txtExpand": "Expandir tudo",
|
"DE.Views.Navigation.txtExpand": "Expandir tudo",
|
||||||
"DE.Views.Navigation.txtExpandToLevel": "Expandir ao nível",
|
"DE.Views.Navigation.txtExpandToLevel": "Expandir ao nível",
|
||||||
|
"DE.Views.Navigation.txtFontSize": "Tamanho do tipo de letra",
|
||||||
"DE.Views.Navigation.txtHeadingAfter": "Novo título depois",
|
"DE.Views.Navigation.txtHeadingAfter": "Novo título depois",
|
||||||
"DE.Views.Navigation.txtHeadingBefore": "Novo título antes",
|
"DE.Views.Navigation.txtHeadingBefore": "Novo título antes",
|
||||||
"DE.Views.Navigation.txtNewHeading": "Novo subtítulo",
|
"DE.Views.Navigation.txtNewHeading": "Novo subtítulo",
|
||||||
|
@ -2816,6 +2825,7 @@
|
||||||
"DE.Views.ViewTab.textFitToWidth": "Ajustar à Largura",
|
"DE.Views.ViewTab.textFitToWidth": "Ajustar à Largura",
|
||||||
"DE.Views.ViewTab.textInterfaceTheme": "Tema da interface",
|
"DE.Views.ViewTab.textInterfaceTheme": "Tema da interface",
|
||||||
"DE.Views.ViewTab.textNavigation": "Navegação",
|
"DE.Views.ViewTab.textNavigation": "Navegação",
|
||||||
|
"DE.Views.ViewTab.textOutline": "Títulos",
|
||||||
"DE.Views.ViewTab.textRulers": "Réguas",
|
"DE.Views.ViewTab.textRulers": "Réguas",
|
||||||
"DE.Views.ViewTab.textStatusBar": "Barra de estado",
|
"DE.Views.ViewTab.textStatusBar": "Barra de estado",
|
||||||
"DE.Views.ViewTab.textZoom": "Zoom",
|
"DE.Views.ViewTab.textZoom": "Zoom",
|
||||||
|
|
|
@ -121,6 +121,7 @@
|
||||||
"Common.define.chartData.textScatterSmoothMarker": "Diagramă prin puncte cu linii netede și marcatori",
|
"Common.define.chartData.textScatterSmoothMarker": "Diagramă prin puncte cu linii netede și marcatori",
|
||||||
"Common.define.chartData.textStock": "Bursiere",
|
"Common.define.chartData.textStock": "Bursiere",
|
||||||
"Common.define.chartData.textSurface": "Suprafața",
|
"Common.define.chartData.textSurface": "Suprafața",
|
||||||
|
"Common.Translation.textMoreButton": "Mai multe",
|
||||||
"Common.Translation.warnFileLocked": "Nu puteți edita fișierul deoarece el este editat într-o altă aplicație. ",
|
"Common.Translation.warnFileLocked": "Nu puteți edita fișierul deoarece el este editat într-o altă aplicație. ",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Crează o copie",
|
"Common.Translation.warnFileLockedBtnEdit": "Crează o copie",
|
||||||
"Common.Translation.warnFileLockedBtnView": "Deschide vizualizarea",
|
"Common.Translation.warnFileLockedBtnView": "Deschide vizualizarea",
|
||||||
|
@ -170,6 +171,11 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Fără culoare",
|
"Common.UI.HSBColorPicker.textNoColor": "Fără culoare",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ascunde parola",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ascunde parola",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Afișează parola",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Afișează parola",
|
||||||
|
"Common.UI.SearchBar.textFind": "Găsire",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Închidere căutare",
|
||||||
|
"Common.UI.SearchBar.tipNextResult": "Următorul rezultat",
|
||||||
|
"Common.UI.SearchBar.tipOpenAdvancedSettings": "Deschide setările avansate",
|
||||||
|
"Common.UI.SearchBar.tipPreviousResult": "Rezultatul anterior",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Evidențierea rezultatelor",
|
"Common.UI.SearchDialog.textHighlight": "Evidențierea rezultatelor",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "Sensibil la litere mari și mici",
|
"Common.UI.SearchDialog.textMatchCase": "Sensibil la litere mari și mici",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Introduceți textul înlocuitor",
|
"Common.UI.SearchDialog.textReplaceDef": "Introduceți textul înlocuitor",
|
||||||
|
@ -182,11 +188,13 @@
|
||||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Înlocuire peste tot",
|
"Common.UI.SearchDialog.txtBtnReplaceAll": "Înlocuire peste tot",
|
||||||
"Common.UI.SynchronizeTip.textDontShow": "Nu afișa acest mesaj din nou",
|
"Common.UI.SynchronizeTip.textDontShow": "Nu afișa acest mesaj din nou",
|
||||||
"Common.UI.SynchronizeTip.textSynchronize": "Documentul a fost modificat de către un alt utilizator.<br>Salvați modificările făcute de dumneavoastră și reîmprospătați documentul.",
|
"Common.UI.SynchronizeTip.textSynchronize": "Documentul a fost modificat de către un alt utilizator.<br>Salvați modificările făcute de dumneavoastră și reîmprospătați documentul.",
|
||||||
|
"Common.UI.ThemeColorPalette.textRecentColors": "Culori recente",
|
||||||
"Common.UI.ThemeColorPalette.textStandartColors": "Culori standard",
|
"Common.UI.ThemeColorPalette.textStandartColors": "Culori standard",
|
||||||
"Common.UI.ThemeColorPalette.textThemeColors": "Culori temă",
|
"Common.UI.ThemeColorPalette.textThemeColors": "Culori temă",
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Clasic Luminos",
|
"Common.UI.Themes.txtThemeClassicLight": "Clasic Luminos",
|
||||||
"Common.UI.Themes.txtThemeDark": "Întunecat",
|
"Common.UI.Themes.txtThemeDark": "Întunecat",
|
||||||
"Common.UI.Themes.txtThemeLight": "Luminos",
|
"Common.UI.Themes.txtThemeLight": "Luminos",
|
||||||
|
"Common.UI.Themes.txtThemeSystem": "La fel ca sistemul",
|
||||||
"Common.UI.Window.cancelButtonText": "Revocare",
|
"Common.UI.Window.cancelButtonText": "Revocare",
|
||||||
"Common.UI.Window.closeButtonText": "Închidere",
|
"Common.UI.Window.closeButtonText": "Închidere",
|
||||||
"Common.UI.Window.noButtonText": "Nu",
|
"Common.UI.Window.noButtonText": "Nu",
|
||||||
|
@ -285,6 +293,7 @@
|
||||||
"Common.Views.Header.textHideLines": "Ascundere rigle",
|
"Common.Views.Header.textHideLines": "Ascundere rigle",
|
||||||
"Common.Views.Header.textHideStatusBar": "Ascundere bară de stare",
|
"Common.Views.Header.textHideStatusBar": "Ascundere bară de stare",
|
||||||
"Common.Views.Header.textRemoveFavorite": "Eliminare din Preferințe",
|
"Common.Views.Header.textRemoveFavorite": "Eliminare din Preferințe",
|
||||||
|
"Common.Views.Header.textShare": "Partajează",
|
||||||
"Common.Views.Header.textZoom": "Zoom",
|
"Common.Views.Header.textZoom": "Zoom",
|
||||||
"Common.Views.Header.tipAccessRights": "Administrarea permisiunilor de acces la document",
|
"Common.Views.Header.tipAccessRights": "Administrarea permisiunilor de acces la document",
|
||||||
"Common.Views.Header.tipDownload": "Descărcare fișier",
|
"Common.Views.Header.tipDownload": "Descărcare fișier",
|
||||||
|
@ -292,7 +301,9 @@
|
||||||
"Common.Views.Header.tipPrint": "Se imprimă tot fișierul",
|
"Common.Views.Header.tipPrint": "Se imprimă tot fișierul",
|
||||||
"Common.Views.Header.tipRedo": "Refacere",
|
"Common.Views.Header.tipRedo": "Refacere",
|
||||||
"Common.Views.Header.tipSave": "Salvează",
|
"Common.Views.Header.tipSave": "Salvează",
|
||||||
|
"Common.Views.Header.tipSearch": "Căutare",
|
||||||
"Common.Views.Header.tipUndo": "Anulează",
|
"Common.Views.Header.tipUndo": "Anulează",
|
||||||
|
"Common.Views.Header.tipUsers": "Vizualizare utilizatori",
|
||||||
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
||||||
"Common.Views.Header.tipViewUsers": "Vizualizare utilizatori și gestionare permisiuni de acces",
|
"Common.Views.Header.tipViewUsers": "Vizualizare utilizatori și gestionare permisiuni de acces",
|
||||||
"Common.Views.Header.txtAccessRights": "Modificare permisiuni",
|
"Common.Views.Header.txtAccessRights": "Modificare permisiuni",
|
||||||
|
@ -446,6 +457,21 @@
|
||||||
"Common.Views.ReviewPopover.txtReject": "Respingere",
|
"Common.Views.ReviewPopover.txtReject": "Respingere",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "Încărcare",
|
"Common.Views.SaveAsDlg.textLoading": "Încărcare",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Folderul de salvare",
|
"Common.Views.SaveAsDlg.textTitle": "Folderul de salvare",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "Sensibil la litere mari și mici",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Închidere căutare",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Găsire",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Găsire și înlocuire",
|
||||||
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Potrivire expresie regulată",
|
||||||
|
"Common.Views.SearchPanel.textNoMatches": "Nicio potrivire",
|
||||||
|
"Common.Views.SearchPanel.textNoSearchResults": "Niciun rezultat de căutare",
|
||||||
|
"Common.Views.SearchPanel.textReplace": "Înlocuire",
|
||||||
|
"Common.Views.SearchPanel.textReplaceAll": "Înlocuire peste tot",
|
||||||
|
"Common.Views.SearchPanel.textReplaceWith": "Înlocuire cu",
|
||||||
|
"Common.Views.SearchPanel.textSearchResults": "Rezultatele căutării: {0}/{1}",
|
||||||
|
"Common.Views.SearchPanel.textTooManyResults": "Prea multe rezultate ca să fie afișate aici",
|
||||||
|
"Common.Views.SearchPanel.textWholeWords": "Numai cuvinte întregi",
|
||||||
|
"Common.Views.SearchPanel.tipNextResult": "Următorul rezultat",
|
||||||
|
"Common.Views.SearchPanel.tipPreviousResult": "Rezultatul anterior",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Încărcare",
|
"Common.Views.SelectFileDlg.textLoading": "Încărcare",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Selectați sursa de date",
|
"Common.Views.SelectFileDlg.textTitle": "Selectați sursa de date",
|
||||||
"Common.Views.SignDialog.textBold": "Aldin",
|
"Common.Views.SignDialog.textBold": "Aldin",
|
||||||
|
@ -540,6 +566,7 @@
|
||||||
"DE.Controllers.Main.errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.<br>Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca...",
|
"DE.Controllers.Main.errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.<br>Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca...",
|
||||||
"DE.Controllers.Main.errorEditingSaveas": "S-a produs o eroare în timpul editării documentului.<br>Pentru copierea de rezervă pe PC utilizați opțiunea Salvare ca...",
|
"DE.Controllers.Main.errorEditingSaveas": "S-a produs o eroare în timpul editării documentului.<br>Pentru copierea de rezervă pe PC utilizați opțiunea Salvare ca...",
|
||||||
"DE.Controllers.Main.errorEmailClient": "Client de poștă electronică imposibil de găsit. ",
|
"DE.Controllers.Main.errorEmailClient": "Client de poștă electronică imposibil de găsit. ",
|
||||||
|
"DE.Controllers.Main.errorEmptyTOC": "Începeți să creați un cuprins prin aplicarea stilurilor de titlu din Galeria de stiluri la textul selectat.",
|
||||||
"DE.Controllers.Main.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
"DE.Controllers.Main.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
||||||
"DE.Controllers.Main.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
"DE.Controllers.Main.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
||||||
"DE.Controllers.Main.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
"DE.Controllers.Main.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
||||||
|
@ -548,6 +575,7 @@
|
||||||
"DE.Controllers.Main.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
"DE.Controllers.Main.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
||||||
"DE.Controllers.Main.errorMailMergeLoadFile": "Încărcarea fișierului eșuată. Selectați un alt fișier.",
|
"DE.Controllers.Main.errorMailMergeLoadFile": "Încărcarea fișierului eșuată. Selectați un alt fișier.",
|
||||||
"DE.Controllers.Main.errorMailMergeSaveFile": "Îmbinarea eșuată.",
|
"DE.Controllers.Main.errorMailMergeSaveFile": "Îmbinarea eșuată.",
|
||||||
|
"DE.Controllers.Main.errorNoTOC": "Nu există niciun cuprins de actualizat. Accesați fila Referințe ca să puteți insera un cuprins.",
|
||||||
"DE.Controllers.Main.errorProcessSaveResult": "Salvarea nu a reușit.",
|
"DE.Controllers.Main.errorProcessSaveResult": "Salvarea nu a reușit.",
|
||||||
"DE.Controllers.Main.errorServerVersion": "Editorul a fost actualizat. Pagina va fi reîmprospătată pentru a aplica această actualizare.",
|
"DE.Controllers.Main.errorServerVersion": "Editorul a fost actualizat. Pagina va fi reîmprospătată pentru a aplica această actualizare.",
|
||||||
"DE.Controllers.Main.errorSessionAbsolute": "Sesiunea de editare a expirat. Încercați să reîmprospătați pagina.",
|
"DE.Controllers.Main.errorSessionAbsolute": "Sesiunea de editare a expirat. Încercați să reîmprospătați pagina.",
|
||||||
|
@ -615,8 +643,10 @@
|
||||||
"DE.Controllers.Main.textPaidFeature": "Funcția contra plată",
|
"DE.Controllers.Main.textPaidFeature": "Funcția contra plată",
|
||||||
"DE.Controllers.Main.textReconnect": "Conexiunea este restabilită",
|
"DE.Controllers.Main.textReconnect": "Conexiunea este restabilită",
|
||||||
"DE.Controllers.Main.textRemember": "Salvează setările pentru toate fișiere",
|
"DE.Controllers.Main.textRemember": "Salvează setările pentru toate fișiere",
|
||||||
|
"DE.Controllers.Main.textRememberMacros": "Rețineți alegerea mea pentru toate macrocomenzi",
|
||||||
"DE.Controllers.Main.textRenameError": "Numele utilizatorului trebuie comletat.",
|
"DE.Controllers.Main.textRenameError": "Numele utilizatorului trebuie comletat.",
|
||||||
"DE.Controllers.Main.textRenameLabel": "Introduceți numele pentru lucrul în colaborare",
|
"DE.Controllers.Main.textRenameLabel": "Introduceți numele pentru lucrul în colaborare",
|
||||||
|
"DE.Controllers.Main.textRequestMacros": "O macrocomandă trimite o solicitare URL. Doriți să permiteți ca solicitarea să fie trimisă către %1?",
|
||||||
"DE.Controllers.Main.textShape": "Forma",
|
"DE.Controllers.Main.textShape": "Forma",
|
||||||
"DE.Controllers.Main.textStrict": "Modul strict",
|
"DE.Controllers.Main.textStrict": "Modul strict",
|
||||||
"DE.Controllers.Main.textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.<br>Faceți clic pe Modul strict ca să comutați la modul Strict de editare colaborativă și să nu intrați în conflict cu alte persoane. Toate modificările vor fi trimise numai după ce le salvați. Ulilizati Setări avansate ale editorului ca să comutați între moduri de editare colaborativă. ",
|
"DE.Controllers.Main.textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.<br>Faceți clic pe Modul strict ca să comutați la modul Strict de editare colaborativă și să nu intrați în conflict cu alte persoane. Toate modificările vor fi trimise numai după ce le salvați. Ulilizati Setări avansate ale editorului ca să comutați între moduri de editare colaborativă. ",
|
||||||
|
@ -891,6 +921,8 @@
|
||||||
"DE.Controllers.Main.warnProcessRightsChange": "Accesul la editarea fișierului refuzat.",
|
"DE.Controllers.Main.warnProcessRightsChange": "Accesul la editarea fișierului refuzat.",
|
||||||
"DE.Controllers.Navigation.txtBeginning": "Începutul documentului",
|
"DE.Controllers.Navigation.txtBeginning": "Începutul documentului",
|
||||||
"DE.Controllers.Navigation.txtGotoBeginning": "Salt la începutul documentului",
|
"DE.Controllers.Navigation.txtGotoBeginning": "Salt la începutul documentului",
|
||||||
|
"DE.Controllers.Search.notcriticalErrorTitle": "Avertisment",
|
||||||
|
"DE.Controllers.Search.warnReplaceString": "{0} este un caracter special nevalid care nu este permis în caseta Înlocuire cu.",
|
||||||
"DE.Controllers.Statusbar.textDisconnect": "<b>Conexiunea a fost pierdută</b><br>Încercare de conectare. Verificați setările conexiunii.",
|
"DE.Controllers.Statusbar.textDisconnect": "<b>Conexiunea a fost pierdută</b><br>Încercare de conectare. Verificați setările conexiunii.",
|
||||||
"DE.Controllers.Statusbar.textHasChanges": "Au fost identificate noile modificări",
|
"DE.Controllers.Statusbar.textHasChanges": "Au fost identificate noile modificări",
|
||||||
"DE.Controllers.Statusbar.textSetTrackChanges": "Sunteți în modul Urmărire Modificări",
|
"DE.Controllers.Statusbar.textSetTrackChanges": "Sunteți în modul Urmărire Modificări",
|
||||||
|
@ -1732,9 +1764,13 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.strFast": "Rapid",
|
"DE.Views.FileMenuPanels.Settings.strFast": "Rapid",
|
||||||
"DE.Views.FileMenuPanels.Settings.strFontRender": "Sugestie font",
|
"DE.Views.FileMenuPanels.Settings.strFontRender": "Sugestie font",
|
||||||
"DE.Views.FileMenuPanels.Settings.strForcesave": "Versiunea se adaugă la stocarea după ce faceți clic pe Salvare sau Ctrl+S",
|
"DE.Views.FileMenuPanels.Settings.strForcesave": "Versiunea se adaugă la stocarea după ce faceți clic pe Salvare sau Ctrl+S",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Ignoră cuvintele cu MAJUSCULE",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Ignoră cuvintele care conțin numere",
|
||||||
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Setări macrocomandă",
|
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Setări macrocomandă",
|
||||||
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Afișarea butonului Opțiuni lipire de fiecare dată când lipiți conținut",
|
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Afișarea butonului Opțiuni lipire de fiecare dată când lipiți conținut",
|
||||||
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Modificările aduse documentului la colaborarea în timp real",
|
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Modificările aduse documentului la colaborarea în timp real",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strShowComments": "Afișare comentarii din text",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "Afișare comentarii rezolvate",
|
||||||
"DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Activarea verificare ortografică",
|
"DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Activarea verificare ortografică",
|
||||||
"DE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
"DE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
||||||
"DE.Views.FileMenuPanels.Settings.strTheme": "Tema interfeței",
|
"DE.Views.FileMenuPanels.Settings.strTheme": "Tema interfeței",
|
||||||
|
@ -1758,9 +1794,13 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Afișare în baloane cu un clic",
|
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Afișare în baloane cu un clic",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Afișarea sfaturilor ecran la trecere",
|
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Afișarea sfaturilor ecran la trecere",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtCm": "Centimetru",
|
"DE.Views.FileMenuPanels.Settings.txtCm": "Centimetru",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtCollaboration": "Colaborare",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "Activează modul întunecat la nivel de document",
|
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "Activează modul întunecat la nivel de document",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtEditingSaving": "Editare și salvare",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtFastTip": "Co-editare în timp real. Toate modificările sunt salvate automat.",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Portivire la pagina",
|
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Portivire la pagina",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Potrivire lățime",
|
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Potrivire lățime",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Hieroglife",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtInch": "Inch",
|
"DE.Views.FileMenuPanels.Settings.txtInch": "Inch",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtInput": "Intrare alternativă",
|
"DE.Views.FileMenuPanels.Settings.txtInput": "Intrare alternativă",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtLast": "Vizualizare ultima",
|
"DE.Views.FileMenuPanels.Settings.txtLast": "Vizualizare ultima",
|
||||||
|
@ -1772,12 +1812,17 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.txtPt": "Punct",
|
"DE.Views.FileMenuPanels.Settings.txtPt": "Punct",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtRunMacros": "Se activează toate",
|
"DE.Views.FileMenuPanels.Settings.txtRunMacros": "Se activează toate",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtRunMacrosDesc": "Se activează toate macrocomenzile, fără notificare",
|
"DE.Views.FileMenuPanels.Settings.txtRunMacrosDesc": "Se activează toate macrocomenzile, fără notificare",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtShowTrackChanges": "Afișare urmărire modificări",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Verificarea ortografică",
|
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Verificarea ortografică",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtStopMacros": "Se dezactivează toate",
|
"DE.Views.FileMenuPanels.Settings.txtStopMacros": "Se dezactivează toate",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Se dezactivează toate macrocomenzile, fără notificare",
|
"DE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Se dezactivează toate macrocomenzile, fără notificare",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtStrictTip": "Utilizați butonul Salvare pentru a sincroniza modificările pe care le efectuați dvs. sau alte persoane",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtUseAltKey": "Utilizați tasta Alt pentru a naviga în interfața de utilizator cu ajutorul tastaturii",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Utilizați tasta Option pentru a naviga în interfața de utilizator cu ajutorul tastaturii",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtWarnMacros": "Afișare notificări",
|
"DE.Views.FileMenuPanels.Settings.txtWarnMacros": "Afișare notificări",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Se dezactivează toate macrocomenzile, cu notificare ",
|
"DE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Se dezactivează toate macrocomenzile, cu notificare ",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtWin": "ca Windows",
|
"DE.Views.FileMenuPanels.Settings.txtWin": "ca Windows",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtWorkspace": "Workspace",
|
||||||
"DE.Views.FormSettings.textAlways": "Întotdeauna",
|
"DE.Views.FormSettings.textAlways": "Întotdeauna",
|
||||||
"DE.Views.FormSettings.textAspect": "Blocare raport aspect",
|
"DE.Views.FormSettings.textAspect": "Blocare raport aspect",
|
||||||
"DE.Views.FormSettings.textAutofit": "Potrivire automată",
|
"DE.Views.FormSettings.textAutofit": "Potrivire automată",
|
||||||
|
@ -1820,6 +1865,7 @@
|
||||||
"DE.Views.FormSettings.textWidth": "Lățimea celulei",
|
"DE.Views.FormSettings.textWidth": "Lățimea celulei",
|
||||||
"DE.Views.FormsTab.capBtnCheckBox": "Caseta de selectare",
|
"DE.Views.FormsTab.capBtnCheckBox": "Caseta de selectare",
|
||||||
"DE.Views.FormsTab.capBtnComboBox": "Casetă combo",
|
"DE.Views.FormsTab.capBtnComboBox": "Casetă combo",
|
||||||
|
"DE.Views.FormsTab.capBtnDownloadForm": "Descărcare în formatul oform",
|
||||||
"DE.Views.FormsTab.capBtnDropDown": "Derulant",
|
"DE.Views.FormsTab.capBtnDropDown": "Derulant",
|
||||||
"DE.Views.FormsTab.capBtnImage": "Imagine",
|
"DE.Views.FormsTab.capBtnImage": "Imagine",
|
||||||
"DE.Views.FormsTab.capBtnNext": "Câmpul următor",
|
"DE.Views.FormsTab.capBtnNext": "Câmpul următor",
|
||||||
|
@ -1839,6 +1885,7 @@
|
||||||
"DE.Views.FormsTab.textSubmited": "Formularul a fost remis cu succes",
|
"DE.Views.FormsTab.textSubmited": "Formularul a fost remis cu succes",
|
||||||
"DE.Views.FormsTab.tipCheckBox": "Se inserează un control casetă de selectare",
|
"DE.Views.FormsTab.tipCheckBox": "Se inserează un control casetă de selectare",
|
||||||
"DE.Views.FormsTab.tipComboBox": "Se inserează un control casetă combo",
|
"DE.Views.FormsTab.tipComboBox": "Se inserează un control casetă combo",
|
||||||
|
"DE.Views.FormsTab.tipDownloadForm": "Descărcare ca un fișer OFORM spre completare",
|
||||||
"DE.Views.FormsTab.tipDropDown": "Se inserează un control listă verticală",
|
"DE.Views.FormsTab.tipDropDown": "Se inserează un control listă verticală",
|
||||||
"DE.Views.FormsTab.tipImageField": "Se inserează un control imagine",
|
"DE.Views.FormsTab.tipImageField": "Se inserează un control imagine",
|
||||||
"DE.Views.FormsTab.tipNextForm": "Salt la câmpul următor",
|
"DE.Views.FormsTab.tipNextForm": "Salt la câmpul următor",
|
||||||
|
@ -1993,6 +2040,7 @@
|
||||||
"DE.Views.LeftMenu.tipChat": "Chat",
|
"DE.Views.LeftMenu.tipChat": "Chat",
|
||||||
"DE.Views.LeftMenu.tipComments": "Comentarii",
|
"DE.Views.LeftMenu.tipComments": "Comentarii",
|
||||||
"DE.Views.LeftMenu.tipNavigation": "Navigare",
|
"DE.Views.LeftMenu.tipNavigation": "Navigare",
|
||||||
|
"DE.Views.LeftMenu.tipOutline": "Titluri",
|
||||||
"DE.Views.LeftMenu.tipPlugins": "Plugin-uri",
|
"DE.Views.LeftMenu.tipPlugins": "Plugin-uri",
|
||||||
"DE.Views.LeftMenu.tipSearch": "Căutare",
|
"DE.Views.LeftMenu.tipSearch": "Căutare",
|
||||||
"DE.Views.LeftMenu.tipSupport": "Feedback și asistența",
|
"DE.Views.LeftMenu.tipSupport": "Feedback și asistența",
|
||||||
|
@ -2015,6 +2063,7 @@
|
||||||
"DE.Views.LineNumbersDialog.textStartAt": "Pornire de la",
|
"DE.Views.LineNumbersDialog.textStartAt": "Pornire de la",
|
||||||
"DE.Views.LineNumbersDialog.textTitle": "Numere de linie",
|
"DE.Views.LineNumbersDialog.textTitle": "Numere de linie",
|
||||||
"DE.Views.LineNumbersDialog.txtAutoText": "Auto",
|
"DE.Views.LineNumbersDialog.txtAutoText": "Auto",
|
||||||
|
"DE.Views.Links.capBtnAddText": "Adăugare text",
|
||||||
"DE.Views.Links.capBtnBookmarks": "Marcaj",
|
"DE.Views.Links.capBtnBookmarks": "Marcaj",
|
||||||
"DE.Views.Links.capBtnCaption": "Legenda",
|
"DE.Views.Links.capBtnCaption": "Legenda",
|
||||||
"DE.Views.Links.capBtnContentsUpdate": "Actualizare tabel",
|
"DE.Views.Links.capBtnContentsUpdate": "Actualizare tabel",
|
||||||
|
@ -2030,7 +2079,7 @@
|
||||||
"DE.Views.Links.mniInsEndnote": "Inserare notă de final",
|
"DE.Views.Links.mniInsEndnote": "Inserare notă de final",
|
||||||
"DE.Views.Links.mniInsFootnote": "Inserarea notei de subsol",
|
"DE.Views.Links.mniInsFootnote": "Inserarea notei de subsol",
|
||||||
"DE.Views.Links.mniNoteSettings": "Setări note",
|
"DE.Views.Links.mniNoteSettings": "Setări note",
|
||||||
"DE.Views.Links.textContentsRemove": "Ștergere cuprins",
|
"DE.Views.Links.textContentsRemove": "Eliminare cuprins",
|
||||||
"DE.Views.Links.textContentsSettings": "Setări",
|
"DE.Views.Links.textContentsSettings": "Setări",
|
||||||
"DE.Views.Links.textConvertToEndnotes": "Conversia tuturor notelor de subsol în note de final",
|
"DE.Views.Links.textConvertToEndnotes": "Conversia tuturor notelor de subsol în note de final",
|
||||||
"DE.Views.Links.textConvertToFootnotes": "Conversia tuturor notelor de final în note de subsol",
|
"DE.Views.Links.textConvertToFootnotes": "Conversia tuturor notelor de final în note de subsol",
|
||||||
|
@ -2039,6 +2088,7 @@
|
||||||
"DE.Views.Links.textSwapNotes": "Transfer note de final în note de subsol",
|
"DE.Views.Links.textSwapNotes": "Transfer note de final în note de subsol",
|
||||||
"DE.Views.Links.textUpdateAll": "Actualizare tabel întreg",
|
"DE.Views.Links.textUpdateAll": "Actualizare tabel întreg",
|
||||||
"DE.Views.Links.textUpdatePages": "Actualizare numai numere de pagină",
|
"DE.Views.Links.textUpdatePages": "Actualizare numai numere de pagină",
|
||||||
|
"DE.Views.Links.tipAddText": "Include titlul în Cupris",
|
||||||
"DE.Views.Links.tipBookmarks": "Crearea unui marcaj",
|
"DE.Views.Links.tipBookmarks": "Crearea unui marcaj",
|
||||||
"DE.Views.Links.tipCaption": "Inserare legendă",
|
"DE.Views.Links.tipCaption": "Inserare legendă",
|
||||||
"DE.Views.Links.tipContents": "Inserare cuprins",
|
"DE.Views.Links.tipContents": "Inserare cuprins",
|
||||||
|
@ -2049,6 +2099,8 @@
|
||||||
"DE.Views.Links.tipTableFigures": "Inserare tabel de figuri",
|
"DE.Views.Links.tipTableFigures": "Inserare tabel de figuri",
|
||||||
"DE.Views.Links.tipTableFiguresUpdate": "Actualizare tabel de figuri",
|
"DE.Views.Links.tipTableFiguresUpdate": "Actualizare tabel de figuri",
|
||||||
"DE.Views.Links.titleUpdateTOF": "Actualizare tabel de figuri",
|
"DE.Views.Links.titleUpdateTOF": "Actualizare tabel de figuri",
|
||||||
|
"DE.Views.Links.txtDontShowTof": "Nu se afișează în Cuprins",
|
||||||
|
"DE.Views.Links.txtLevel": "Nivel",
|
||||||
"DE.Views.ListSettingsDialog.textAuto": "Automat",
|
"DE.Views.ListSettingsDialog.textAuto": "Automat",
|
||||||
"DE.Views.ListSettingsDialog.textCenter": "La centru",
|
"DE.Views.ListSettingsDialog.textCenter": "La centru",
|
||||||
"DE.Views.ListSettingsDialog.textLeft": "Stânga",
|
"DE.Views.ListSettingsDialog.textLeft": "Stânga",
|
||||||
|
@ -2113,6 +2165,8 @@
|
||||||
"DE.Views.MailMergeSettings.txtPrev": "Înregistrarea anterioară",
|
"DE.Views.MailMergeSettings.txtPrev": "Înregistrarea anterioară",
|
||||||
"DE.Views.MailMergeSettings.txtUntitled": "Fără titlu",
|
"DE.Views.MailMergeSettings.txtUntitled": "Fără titlu",
|
||||||
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Îmbinarea corespondenței nu a reușit",
|
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Îmbinarea corespondenței nu a reușit",
|
||||||
|
"DE.Views.Navigation.strNavigate": "Titluri",
|
||||||
|
"DE.Views.Navigation.txtClosePanel": "Închidere titluri",
|
||||||
"DE.Views.Navigation.txtCollapse": "Restrângeți toate",
|
"DE.Views.Navigation.txtCollapse": "Restrângeți toate",
|
||||||
"DE.Views.Navigation.txtDemote": "Retrogradare",
|
"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.txtEmpty": "Documentul nu are anteturi.<br>Aplicați un stil de titlu pentru textul care va fi inclus în cuprins.",
|
||||||
|
@ -2120,11 +2174,17 @@
|
||||||
"DE.Views.Navigation.txtEmptyViewer": "Documentul nu are anteturi.",
|
"DE.Views.Navigation.txtEmptyViewer": "Documentul nu are anteturi.",
|
||||||
"DE.Views.Navigation.txtExpand": "Extindere totală ",
|
"DE.Views.Navigation.txtExpand": "Extindere totală ",
|
||||||
"DE.Views.Navigation.txtExpandToLevel": "Extindere la nivel",
|
"DE.Views.Navigation.txtExpandToLevel": "Extindere la nivel",
|
||||||
|
"DE.Views.Navigation.txtFontSize": "Dimensiune font",
|
||||||
"DE.Views.Navigation.txtHeadingAfter": "Titlul nou după",
|
"DE.Views.Navigation.txtHeadingAfter": "Titlul nou după",
|
||||||
"DE.Views.Navigation.txtHeadingBefore": "Titlul nou înainte",
|
"DE.Views.Navigation.txtHeadingBefore": "Titlul nou înainte",
|
||||||
|
"DE.Views.Navigation.txtLarge": "Mare",
|
||||||
|
"DE.Views.Navigation.txtMedium": "Mediu",
|
||||||
"DE.Views.Navigation.txtNewHeading": "Subtitlu nou",
|
"DE.Views.Navigation.txtNewHeading": "Subtitlu nou",
|
||||||
"DE.Views.Navigation.txtPromote": "Promovare",
|
"DE.Views.Navigation.txtPromote": "Promovare",
|
||||||
"DE.Views.Navigation.txtSelect": "Selectați conținut",
|
"DE.Views.Navigation.txtSelect": "Selectați conținut",
|
||||||
|
"DE.Views.Navigation.txtSettings": "Setarea titlurilor",
|
||||||
|
"DE.Views.Navigation.txtSmall": "Mic",
|
||||||
|
"DE.Views.Navigation.txtWrapHeadings": "Încadrare titluri lungi",
|
||||||
"DE.Views.NoteSettingsDialog.textApply": "Aplicare",
|
"DE.Views.NoteSettingsDialog.textApply": "Aplicare",
|
||||||
"DE.Views.NoteSettingsDialog.textApplyTo": "Aplicarea modificărilor pentru",
|
"DE.Views.NoteSettingsDialog.textApplyTo": "Aplicarea modificărilor pentru",
|
||||||
"DE.Views.NoteSettingsDialog.textContinue": "Continuă",
|
"DE.Views.NoteSettingsDialog.textContinue": "Continuă",
|
||||||
|
@ -2632,6 +2692,8 @@
|
||||||
"DE.Views.Toolbar.mniImageFromStorage": "Imaginea din serviciul stocare",
|
"DE.Views.Toolbar.mniImageFromStorage": "Imaginea din serviciul stocare",
|
||||||
"DE.Views.Toolbar.mniImageFromUrl": "Imaginea prin URL",
|
"DE.Views.Toolbar.mniImageFromUrl": "Imaginea prin URL",
|
||||||
"DE.Views.Toolbar.mniLowerCase": "minuscule",
|
"DE.Views.Toolbar.mniLowerCase": "minuscule",
|
||||||
|
"DE.Views.Toolbar.mniRemoveFooter": "Eliminare subsol",
|
||||||
|
"DE.Views.Toolbar.mniRemoveHeader": "Eliminare antet",
|
||||||
"DE.Views.Toolbar.mniSentenceCase": "Tip propoziție.",
|
"DE.Views.Toolbar.mniSentenceCase": "Tip propoziție.",
|
||||||
"DE.Views.Toolbar.mniTextToTable": "Conversie text în tabel",
|
"DE.Views.Toolbar.mniTextToTable": "Conversie text în tabel",
|
||||||
"DE.Views.Toolbar.mniToggleCase": "cOMURARE LITERE MARI/MICI.",
|
"DE.Views.Toolbar.mniToggleCase": "cOMURARE LITERE MARI/MICI.",
|
||||||
|
@ -2816,6 +2878,7 @@
|
||||||
"DE.Views.ViewTab.textFitToWidth": "Potrivire lățime",
|
"DE.Views.ViewTab.textFitToWidth": "Potrivire lățime",
|
||||||
"DE.Views.ViewTab.textInterfaceTheme": "Tema interfeței",
|
"DE.Views.ViewTab.textInterfaceTheme": "Tema interfeței",
|
||||||
"DE.Views.ViewTab.textNavigation": "Navigare",
|
"DE.Views.ViewTab.textNavigation": "Navigare",
|
||||||
|
"DE.Views.ViewTab.textOutline": "Titluri",
|
||||||
"DE.Views.ViewTab.textRulers": "Rigle",
|
"DE.Views.ViewTab.textRulers": "Rigle",
|
||||||
"DE.Views.ViewTab.textStatusBar": "Bară de stare",
|
"DE.Views.ViewTab.textStatusBar": "Bară de stare",
|
||||||
"DE.Views.ViewTab.textZoom": "Zoom",
|
"DE.Views.ViewTab.textZoom": "Zoom",
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
"Common.define.chartData.textScatterSmoothMarker": "Точечная с гладкими кривыми и маркерами",
|
"Common.define.chartData.textScatterSmoothMarker": "Точечная с гладкими кривыми и маркерами",
|
||||||
"Common.define.chartData.textStock": "Биржевая",
|
"Common.define.chartData.textStock": "Биржевая",
|
||||||
"Common.define.chartData.textSurface": "Поверхность",
|
"Common.define.chartData.textSurface": "Поверхность",
|
||||||
"Common.Translation.textMoreButton": "Больше",
|
"Common.Translation.textMoreButton": "Ещё",
|
||||||
"Common.Translation.warnFileLocked": "Вы не можете редактировать этот файл, потому что он уже редактируется в другом приложении.",
|
"Common.Translation.warnFileLocked": "Вы не можете редактировать этот файл, потому что он уже редактируется в другом приложении.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Создать копию",
|
"Common.Translation.warnFileLockedBtnEdit": "Создать копию",
|
||||||
"Common.Translation.warnFileLockedBtnView": "Открыть на просмотр",
|
"Common.Translation.warnFileLockedBtnView": "Открыть на просмотр",
|
||||||
|
@ -171,6 +171,11 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Без цвета",
|
"Common.UI.HSBColorPicker.textNoColor": "Без цвета",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Скрыть пароль",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Скрыть пароль",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Показать пароль",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Показать пароль",
|
||||||
|
"Common.UI.SearchBar.textFind": "Поиск",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Закрыть поиск",
|
||||||
|
"Common.UI.SearchBar.tipNextResult": "Следующий результат",
|
||||||
|
"Common.UI.SearchBar.tipOpenAdvancedSettings": "Открыть дополнительные параметры",
|
||||||
|
"Common.UI.SearchBar.tipPreviousResult": "Предыдущий результат",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Выделить результаты",
|
"Common.UI.SearchDialog.textHighlight": "Выделить результаты",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "С учетом регистра",
|
"Common.UI.SearchDialog.textMatchCase": "С учетом регистра",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Введите текст для замены",
|
"Common.UI.SearchDialog.textReplaceDef": "Введите текст для замены",
|
||||||
|
@ -183,11 +188,13 @@
|
||||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Заменить все",
|
"Common.UI.SearchDialog.txtBtnReplaceAll": "Заменить все",
|
||||||
"Common.UI.SynchronizeTip.textDontShow": "Больше не показывать это сообщение",
|
"Common.UI.SynchronizeTip.textDontShow": "Больше не показывать это сообщение",
|
||||||
"Common.UI.SynchronizeTip.textSynchronize": "Документ изменен другим пользователем.<br>Нажмите, чтобы сохранить свои изменения и загрузить обновления.",
|
"Common.UI.SynchronizeTip.textSynchronize": "Документ изменен другим пользователем.<br>Нажмите, чтобы сохранить свои изменения и загрузить обновления.",
|
||||||
|
"Common.UI.ThemeColorPalette.textRecentColors": "Недавние цвета",
|
||||||
"Common.UI.ThemeColorPalette.textStandartColors": "Стандартные цвета",
|
"Common.UI.ThemeColorPalette.textStandartColors": "Стандартные цвета",
|
||||||
"Common.UI.ThemeColorPalette.textThemeColors": "Цвета темы",
|
"Common.UI.ThemeColorPalette.textThemeColors": "Цвета темы",
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Классическая светлая",
|
"Common.UI.Themes.txtThemeClassicLight": "Классическая светлая",
|
||||||
"Common.UI.Themes.txtThemeDark": "Темная",
|
"Common.UI.Themes.txtThemeDark": "Темная",
|
||||||
"Common.UI.Themes.txtThemeLight": "Светлая",
|
"Common.UI.Themes.txtThemeLight": "Светлая",
|
||||||
|
"Common.UI.Themes.txtThemeSystem": "Системная",
|
||||||
"Common.UI.Window.cancelButtonText": "Отмена",
|
"Common.UI.Window.cancelButtonText": "Отмена",
|
||||||
"Common.UI.Window.closeButtonText": "Закрыть",
|
"Common.UI.Window.closeButtonText": "Закрыть",
|
||||||
"Common.UI.Window.noButtonText": "Нет",
|
"Common.UI.Window.noButtonText": "Нет",
|
||||||
|
@ -286,6 +293,7 @@
|
||||||
"Common.Views.Header.textHideLines": "Скрыть линейки",
|
"Common.Views.Header.textHideLines": "Скрыть линейки",
|
||||||
"Common.Views.Header.textHideStatusBar": "Скрыть строку состояния",
|
"Common.Views.Header.textHideStatusBar": "Скрыть строку состояния",
|
||||||
"Common.Views.Header.textRemoveFavorite": "Удалить из избранного",
|
"Common.Views.Header.textRemoveFavorite": "Удалить из избранного",
|
||||||
|
"Common.Views.Header.textShare": "Доступ",
|
||||||
"Common.Views.Header.textZoom": "Масштаб",
|
"Common.Views.Header.textZoom": "Масштаб",
|
||||||
"Common.Views.Header.tipAccessRights": "Управление правами доступа к документу",
|
"Common.Views.Header.tipAccessRights": "Управление правами доступа к документу",
|
||||||
"Common.Views.Header.tipDownload": "Скачать файл",
|
"Common.Views.Header.tipDownload": "Скачать файл",
|
||||||
|
@ -293,7 +301,9 @@
|
||||||
"Common.Views.Header.tipPrint": "Напечатать файл",
|
"Common.Views.Header.tipPrint": "Напечатать файл",
|
||||||
"Common.Views.Header.tipRedo": "Повторить",
|
"Common.Views.Header.tipRedo": "Повторить",
|
||||||
"Common.Views.Header.tipSave": "Сохранить",
|
"Common.Views.Header.tipSave": "Сохранить",
|
||||||
|
"Common.Views.Header.tipSearch": "Поиск",
|
||||||
"Common.Views.Header.tipUndo": "Отменить",
|
"Common.Views.Header.tipUndo": "Отменить",
|
||||||
|
"Common.Views.Header.tipUsers": "Просмотр пользователей",
|
||||||
"Common.Views.Header.tipViewSettings": "Параметры вида",
|
"Common.Views.Header.tipViewSettings": "Параметры вида",
|
||||||
"Common.Views.Header.tipViewUsers": "Просмотр пользователей и управление правами доступа к документу",
|
"Common.Views.Header.tipViewUsers": "Просмотр пользователей и управление правами доступа к документу",
|
||||||
"Common.Views.Header.txtAccessRights": "Изменить права доступа",
|
"Common.Views.Header.txtAccessRights": "Изменить права доступа",
|
||||||
|
@ -447,6 +457,21 @@
|
||||||
"Common.Views.ReviewPopover.txtReject": "Отклонить",
|
"Common.Views.ReviewPopover.txtReject": "Отклонить",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "Загрузка",
|
"Common.Views.SaveAsDlg.textLoading": "Загрузка",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Папка для сохранения",
|
"Common.Views.SaveAsDlg.textTitle": "Папка для сохранения",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "С учетом регистра",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Закрыть поиск",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Поиск",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Поиск и замена",
|
||||||
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Сопоставление с использованием регулярных выражений",
|
||||||
|
"Common.Views.SearchPanel.textNoMatches": "Совпадений нет",
|
||||||
|
"Common.Views.SearchPanel.textNoSearchResults": "Ничего не найдено",
|
||||||
|
"Common.Views.SearchPanel.textReplace": "Заменить",
|
||||||
|
"Common.Views.SearchPanel.textReplaceAll": "Заменить все",
|
||||||
|
"Common.Views.SearchPanel.textReplaceWith": "Заменить на",
|
||||||
|
"Common.Views.SearchPanel.textSearchResults": "Результаты поиска: {0}/{1}",
|
||||||
|
"Common.Views.SearchPanel.textTooManyResults": "Слишком много результатов, чтобы отобразить их здесь",
|
||||||
|
"Common.Views.SearchPanel.textWholeWords": "Только слово целиком",
|
||||||
|
"Common.Views.SearchPanel.tipNextResult": "Следующий результат",
|
||||||
|
"Common.Views.SearchPanel.tipPreviousResult": "Предыдущий результат",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Загрузка",
|
"Common.Views.SelectFileDlg.textLoading": "Загрузка",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Выбрать источник данных",
|
"Common.Views.SelectFileDlg.textTitle": "Выбрать источник данных",
|
||||||
"Common.Views.SignDialog.textBold": "Полужирный",
|
"Common.Views.SignDialog.textBold": "Полужирный",
|
||||||
|
@ -538,17 +563,19 @@
|
||||||
"DE.Controllers.Main.errorDataRange": "Некорректный диапазон данных.",
|
"DE.Controllers.Main.errorDataRange": "Некорректный диапазон данных.",
|
||||||
"DE.Controllers.Main.errorDefaultMessage": "Код ошибки: %1",
|
"DE.Controllers.Main.errorDefaultMessage": "Код ошибки: %1",
|
||||||
"DE.Controllers.Main.errorDirectUrl": "Проверьте ссылку на документ.<br>Эта ссылка должна быть прямой ссылкой для скачивания файла.",
|
"DE.Controllers.Main.errorDirectUrl": "Проверьте ссылку на документ.<br>Эта ссылка должна быть прямой ссылкой для скачивания файла.",
|
||||||
"DE.Controllers.Main.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.",
|
"DE.Controllers.Main.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на диск.",
|
||||||
"DE.Controllers.Main.errorEditingSaveas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Сохранить как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.",
|
"DE.Controllers.Main.errorEditingSaveas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Сохранить как...', чтобы сохранить резервную копию файла на диск.",
|
||||||
"DE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент",
|
"DE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент",
|
||||||
|
"DE.Controllers.Main.errorEmptyTOC": "Начните создавать оглавление, применив к выделенному тексту стиль заголовка из галереи Стилей.",
|
||||||
"DE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.",
|
"DE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.",
|
||||||
"DE.Controllers.Main.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.<br>Обратитесь к администратору Сервера документов для получения дополнительной информации.",
|
"DE.Controllers.Main.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.<br>Обратитесь к администратору Сервера документов для получения дополнительной информации.",
|
||||||
"DE.Controllers.Main.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.",
|
"DE.Controllers.Main.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на диск или повторите попытку позже.",
|
||||||
"DE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа",
|
"DE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа",
|
||||||
"DE.Controllers.Main.errorKeyExpire": "Срок действия дескриптора ключа истек",
|
"DE.Controllers.Main.errorKeyExpire": "Срок действия дескриптора ключа истек",
|
||||||
"DE.Controllers.Main.errorLoadingFont": "Шрифты не загружены.<br>Пожалуйста, обратитесь к администратору Сервера документов.",
|
"DE.Controllers.Main.errorLoadingFont": "Шрифты не загружены.<br>Пожалуйста, обратитесь к администратору Сервера документов.",
|
||||||
"DE.Controllers.Main.errorMailMergeLoadFile": "Загрузка документа не удалась. Выберите другой файл.",
|
"DE.Controllers.Main.errorMailMergeLoadFile": "Загрузка документа не удалась. Выберите другой файл.",
|
||||||
"DE.Controllers.Main.errorMailMergeSaveFile": "Не удалось выполнить слияние.",
|
"DE.Controllers.Main.errorMailMergeSaveFile": "Не удалось выполнить слияние.",
|
||||||
|
"DE.Controllers.Main.errorNoTOC": "Нет оглавления, которое нужно обновить. Вы можете вставить его на вкладке Ссылки.",
|
||||||
"DE.Controllers.Main.errorProcessSaveResult": "Сбой при сохранении.",
|
"DE.Controllers.Main.errorProcessSaveResult": "Сбой при сохранении.",
|
||||||
"DE.Controllers.Main.errorServerVersion": "Версия редактора была обновлена. Страница будет перезагружена, чтобы применить изменения.",
|
"DE.Controllers.Main.errorServerVersion": "Версия редактора была обновлена. Страница будет перезагружена, чтобы применить изменения.",
|
||||||
"DE.Controllers.Main.errorSessionAbsolute": "Время сеанса редактирования документа истекло. Пожалуйста, обновите страницу.",
|
"DE.Controllers.Main.errorSessionAbsolute": "Время сеанса редактирования документа истекло. Пожалуйста, обновите страницу.",
|
||||||
|
@ -616,8 +643,10 @@
|
||||||
"DE.Controllers.Main.textPaidFeature": "Платная функция",
|
"DE.Controllers.Main.textPaidFeature": "Платная функция",
|
||||||
"DE.Controllers.Main.textReconnect": "Соединение восстановлено",
|
"DE.Controllers.Main.textReconnect": "Соединение восстановлено",
|
||||||
"DE.Controllers.Main.textRemember": "Запомнить мой выбор для всех файлов",
|
"DE.Controllers.Main.textRemember": "Запомнить мой выбор для всех файлов",
|
||||||
|
"DE.Controllers.Main.textRememberMacros": "Запомнить мой выбор для всех макросов",
|
||||||
"DE.Controllers.Main.textRenameError": "Имя пользователя не должно быть пустым.",
|
"DE.Controllers.Main.textRenameError": "Имя пользователя не должно быть пустым.",
|
||||||
"DE.Controllers.Main.textRenameLabel": "Введите имя, которое будет использоваться для совместной работы",
|
"DE.Controllers.Main.textRenameLabel": "Введите имя, которое будет использоваться для совместной работы",
|
||||||
|
"DE.Controllers.Main.textRequestMacros": "Макрос делает запрос на URL. Вы хотите разрешить запрос на %1?",
|
||||||
"DE.Controllers.Main.textShape": "Фигура",
|
"DE.Controllers.Main.textShape": "Фигура",
|
||||||
"DE.Controllers.Main.textStrict": "Строгий режим",
|
"DE.Controllers.Main.textStrict": "Строгий режим",
|
||||||
"DE.Controllers.Main.textTryUndoRedo": "Функции отмены и повтора действий отключены в Быстром режиме совместного редактирования.<br>Нажмите на кнопку 'Строгий режим' для переключения в Строгий режим совместного редактирования, чтобы редактировать файл без вмешательства других пользователей и отправлять изменения только после того, как вы их сохраните. Переключаться между режимами совместного редактирования можно с помощью Дополнительных параметров редактора.",
|
"DE.Controllers.Main.textTryUndoRedo": "Функции отмены и повтора действий отключены в Быстром режиме совместного редактирования.<br>Нажмите на кнопку 'Строгий режим' для переключения в Строгий режим совместного редактирования, чтобы редактировать файл без вмешательства других пользователей и отправлять изменения только после того, как вы их сохраните. Переключаться между режимами совместного редактирования можно с помощью Дополнительных параметров редактора.",
|
||||||
|
@ -892,6 +921,8 @@
|
||||||
"DE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
|
"DE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
|
||||||
"DE.Controllers.Navigation.txtBeginning": "Начало документа",
|
"DE.Controllers.Navigation.txtBeginning": "Начало документа",
|
||||||
"DE.Controllers.Navigation.txtGotoBeginning": "Перейти в начало документа",
|
"DE.Controllers.Navigation.txtGotoBeginning": "Перейти в начало документа",
|
||||||
|
"DE.Controllers.Search.notcriticalErrorTitle": "Внимание",
|
||||||
|
"DE.Controllers.Search.warnReplaceString": "{0} нельзя использовать как специальный символ в поле Заменить на.",
|
||||||
"DE.Controllers.Statusbar.textDisconnect": "<b>Соединение потеряно</b><br>Попытка подключения. Проверьте настройки подключения.",
|
"DE.Controllers.Statusbar.textDisconnect": "<b>Соединение потеряно</b><br>Попытка подключения. Проверьте настройки подключения.",
|
||||||
"DE.Controllers.Statusbar.textHasChanges": "Отслежены новые изменения",
|
"DE.Controllers.Statusbar.textHasChanges": "Отслежены новые изменения",
|
||||||
"DE.Controllers.Statusbar.textSetTrackChanges": "Вы находитесь в режиме отслеживания изменений",
|
"DE.Controllers.Statusbar.textSetTrackChanges": "Вы находитесь в режиме отслеживания изменений",
|
||||||
|
@ -1733,9 +1764,13 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.strFast": "Быстрый",
|
"DE.Views.FileMenuPanels.Settings.strFast": "Быстрый",
|
||||||
"DE.Views.FileMenuPanels.Settings.strFontRender": "Хинтинг шрифтов",
|
"DE.Views.FileMenuPanels.Settings.strFontRender": "Хинтинг шрифтов",
|
||||||
"DE.Views.FileMenuPanels.Settings.strForcesave": "Добавлять версию в хранилище после нажатия кнопки Сохранить или Ctrl+S",
|
"DE.Views.FileMenuPanels.Settings.strForcesave": "Добавлять версию в хранилище после нажатия кнопки Сохранить или Ctrl+S",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Пропускать слова из ПРОПИСНЫХ БУКВ",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Пропускать слова с цифрами",
|
||||||
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Настройки макросов",
|
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Настройки макросов",
|
||||||
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Показывать кнопку Параметры вставки при вставке содержимого",
|
"DE.Views.FileMenuPanels.Settings.strPasteButton": "Показывать кнопку Параметры вставки при вставке содержимого",
|
||||||
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Отображать изменения при совместной работе",
|
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Отображать изменения при совместной работе",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strShowComments": "Показывать комментарии в тексте",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "Показывать решенные комментарии",
|
||||||
"DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Включить проверку орфографии",
|
"DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Включить проверку орфографии",
|
||||||
"DE.Views.FileMenuPanels.Settings.strStrict": "Строгий",
|
"DE.Views.FileMenuPanels.Settings.strStrict": "Строгий",
|
||||||
"DE.Views.FileMenuPanels.Settings.strTheme": "Тема интерфейса",
|
"DE.Views.FileMenuPanels.Settings.strTheme": "Тема интерфейса",
|
||||||
|
@ -1759,9 +1794,13 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Показывать при клике в выносках",
|
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Показывать при клике в выносках",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Показывать при наведении в подсказках",
|
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Показывать при наведении в подсказках",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtCm": "Сантиметр",
|
"DE.Views.FileMenuPanels.Settings.txtCm": "Сантиметр",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtCollaboration": "Совместная работа",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "Включить темный режим",
|
"DE.Views.FileMenuPanels.Settings.txtDarkMode": "Включить темный режим",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtEditingSaving": "Редактирование и сохранение",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtFastTip": "Совместное редактирование в режиме реального времени. Все изменения сохраняются автоматически",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitPage": "По размеру страницы",
|
"DE.Views.FileMenuPanels.Settings.txtFitPage": "По размеру страницы",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "По ширине",
|
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "По ширине",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Иероглифы",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtInch": "Дюйм",
|
"DE.Views.FileMenuPanels.Settings.txtInch": "Дюйм",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtInput": "Альтернативный ввод",
|
"DE.Views.FileMenuPanels.Settings.txtInput": "Альтернативный ввод",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtLast": "Последние",
|
"DE.Views.FileMenuPanels.Settings.txtLast": "Последние",
|
||||||
|
@ -1773,12 +1812,17 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.txtPt": "Пункт",
|
"DE.Views.FileMenuPanels.Settings.txtPt": "Пункт",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtRunMacros": "Включить все",
|
"DE.Views.FileMenuPanels.Settings.txtRunMacros": "Включить все",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtRunMacrosDesc": "Включить все макросы без уведомления",
|
"DE.Views.FileMenuPanels.Settings.txtRunMacrosDesc": "Включить все макросы без уведомления",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtShowTrackChanges": "Показывать изменения при рецензировании",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Проверка орфографии",
|
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Проверка орфографии",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtStopMacros": "Отключить все",
|
"DE.Views.FileMenuPanels.Settings.txtStopMacros": "Отключить все",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Отключить все макросы без уведомления",
|
"DE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Отключить все макросы без уведомления",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtStrictTip": "Используйте кнопку \"Сохранить\" для синхронизации изменений, внесенных вами и другими пользователями.",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtUseAltKey": "Использовать клавишу Alt для навигации по интерфейсу с помощью клавиатуры",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Использовать клавишу Option для навигации по интерфейсу с помощью клавиатуры",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtWarnMacros": "Показывать уведомление",
|
"DE.Views.FileMenuPanels.Settings.txtWarnMacros": "Показывать уведомление",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Отключить все макросы с уведомлением",
|
"DE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Отключить все макросы с уведомлением",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtWin": "как Windows",
|
"DE.Views.FileMenuPanels.Settings.txtWin": "как Windows",
|
||||||
|
"DE.Views.FileMenuPanels.Settings.txtWorkspace": "Рабочая область",
|
||||||
"DE.Views.FormSettings.textAlways": "Всегда",
|
"DE.Views.FormSettings.textAlways": "Всегда",
|
||||||
"DE.Views.FormSettings.textAspect": "Сохранять пропорции",
|
"DE.Views.FormSettings.textAspect": "Сохранять пропорции",
|
||||||
"DE.Views.FormSettings.textAutofit": "Автоподбор",
|
"DE.Views.FormSettings.textAutofit": "Автоподбор",
|
||||||
|
@ -1822,6 +1866,7 @@
|
||||||
"DE.Views.FormSettings.textWidth": "Ширина ячейки",
|
"DE.Views.FormSettings.textWidth": "Ширина ячейки",
|
||||||
"DE.Views.FormsTab.capBtnCheckBox": "Флажок",
|
"DE.Views.FormsTab.capBtnCheckBox": "Флажок",
|
||||||
"DE.Views.FormsTab.capBtnComboBox": "Поле со списком",
|
"DE.Views.FormsTab.capBtnComboBox": "Поле со списком",
|
||||||
|
"DE.Views.FormsTab.capBtnDownloadForm": "Скачать как oform",
|
||||||
"DE.Views.FormsTab.capBtnDropDown": "Выпадающий список",
|
"DE.Views.FormsTab.capBtnDropDown": "Выпадающий список",
|
||||||
"DE.Views.FormsTab.capBtnImage": "Изображение",
|
"DE.Views.FormsTab.capBtnImage": "Изображение",
|
||||||
"DE.Views.FormsTab.capBtnNext": "Следующее поле",
|
"DE.Views.FormsTab.capBtnNext": "Следующее поле",
|
||||||
|
@ -1841,6 +1886,7 @@
|
||||||
"DE.Views.FormsTab.textSubmited": "Форма успешно отправлена",
|
"DE.Views.FormsTab.textSubmited": "Форма успешно отправлена",
|
||||||
"DE.Views.FormsTab.tipCheckBox": "Вставить флажок",
|
"DE.Views.FormsTab.tipCheckBox": "Вставить флажок",
|
||||||
"DE.Views.FormsTab.tipComboBox": "Вставить поле со списком",
|
"DE.Views.FormsTab.tipComboBox": "Вставить поле со списком",
|
||||||
|
"DE.Views.FormsTab.tipDownloadForm": "Скачать файл как заполняемый документ OFORM",
|
||||||
"DE.Views.FormsTab.tipDropDown": "Вставить выпадающий список",
|
"DE.Views.FormsTab.tipDropDown": "Вставить выпадающий список",
|
||||||
"DE.Views.FormsTab.tipImageField": "Вставить изображение",
|
"DE.Views.FormsTab.tipImageField": "Вставить изображение",
|
||||||
"DE.Views.FormsTab.tipNextForm": "Перейти к следующему полю",
|
"DE.Views.FormsTab.tipNextForm": "Перейти к следующему полю",
|
||||||
|
@ -1995,6 +2041,7 @@
|
||||||
"DE.Views.LeftMenu.tipChat": "Чат",
|
"DE.Views.LeftMenu.tipChat": "Чат",
|
||||||
"DE.Views.LeftMenu.tipComments": "Комментарии",
|
"DE.Views.LeftMenu.tipComments": "Комментарии",
|
||||||
"DE.Views.LeftMenu.tipNavigation": "Навигация",
|
"DE.Views.LeftMenu.tipNavigation": "Навигация",
|
||||||
|
"DE.Views.LeftMenu.tipOutline": "Заголовки",
|
||||||
"DE.Views.LeftMenu.tipPlugins": "Плагины",
|
"DE.Views.LeftMenu.tipPlugins": "Плагины",
|
||||||
"DE.Views.LeftMenu.tipSearch": "Поиск",
|
"DE.Views.LeftMenu.tipSearch": "Поиск",
|
||||||
"DE.Views.LeftMenu.tipSupport": "Обратная связь и поддержка",
|
"DE.Views.LeftMenu.tipSupport": "Обратная связь и поддержка",
|
||||||
|
@ -2017,6 +2064,7 @@
|
||||||
"DE.Views.LineNumbersDialog.textStartAt": "Начать с",
|
"DE.Views.LineNumbersDialog.textStartAt": "Начать с",
|
||||||
"DE.Views.LineNumbersDialog.textTitle": "Нумерация строк",
|
"DE.Views.LineNumbersDialog.textTitle": "Нумерация строк",
|
||||||
"DE.Views.LineNumbersDialog.txtAutoText": "Авто",
|
"DE.Views.LineNumbersDialog.txtAutoText": "Авто",
|
||||||
|
"DE.Views.Links.capBtnAddText": "Добавить текст",
|
||||||
"DE.Views.Links.capBtnBookmarks": "Закладка",
|
"DE.Views.Links.capBtnBookmarks": "Закладка",
|
||||||
"DE.Views.Links.capBtnCaption": "Название",
|
"DE.Views.Links.capBtnCaption": "Название",
|
||||||
"DE.Views.Links.capBtnContentsUpdate": "Обновить таблицу",
|
"DE.Views.Links.capBtnContentsUpdate": "Обновить таблицу",
|
||||||
|
@ -2041,6 +2089,7 @@
|
||||||
"DE.Views.Links.textSwapNotes": "Поменять сноски",
|
"DE.Views.Links.textSwapNotes": "Поменять сноски",
|
||||||
"DE.Views.Links.textUpdateAll": "Обновить целиком",
|
"DE.Views.Links.textUpdateAll": "Обновить целиком",
|
||||||
"DE.Views.Links.textUpdatePages": "Обновить только номера страниц",
|
"DE.Views.Links.textUpdatePages": "Обновить только номера страниц",
|
||||||
|
"DE.Views.Links.tipAddText": "Включать заголовки в оглавление",
|
||||||
"DE.Views.Links.tipBookmarks": "Создать закладку",
|
"DE.Views.Links.tipBookmarks": "Создать закладку",
|
||||||
"DE.Views.Links.tipCaption": "Вставить название",
|
"DE.Views.Links.tipCaption": "Вставить название",
|
||||||
"DE.Views.Links.tipContents": "Вставить оглавление",
|
"DE.Views.Links.tipContents": "Вставить оглавление",
|
||||||
|
@ -2051,6 +2100,8 @@
|
||||||
"DE.Views.Links.tipTableFigures": "Вставить список иллюстраций",
|
"DE.Views.Links.tipTableFigures": "Вставить список иллюстраций",
|
||||||
"DE.Views.Links.tipTableFiguresUpdate": "Обновить список иллюстраций",
|
"DE.Views.Links.tipTableFiguresUpdate": "Обновить список иллюстраций",
|
||||||
"DE.Views.Links.titleUpdateTOF": "Обновить список иллюстраций",
|
"DE.Views.Links.titleUpdateTOF": "Обновить список иллюстраций",
|
||||||
|
"DE.Views.Links.txtDontShowTof": "Не включать в оглавление",
|
||||||
|
"DE.Views.Links.txtLevel": "Уровень",
|
||||||
"DE.Views.ListSettingsDialog.textAuto": "Автоматически",
|
"DE.Views.ListSettingsDialog.textAuto": "Автоматически",
|
||||||
"DE.Views.ListSettingsDialog.textCenter": "По центру",
|
"DE.Views.ListSettingsDialog.textCenter": "По центру",
|
||||||
"DE.Views.ListSettingsDialog.textLeft": "По левому краю",
|
"DE.Views.ListSettingsDialog.textLeft": "По левому краю",
|
||||||
|
@ -2115,6 +2166,8 @@
|
||||||
"DE.Views.MailMergeSettings.txtPrev": "Предыдущая запись",
|
"DE.Views.MailMergeSettings.txtPrev": "Предыдущая запись",
|
||||||
"DE.Views.MailMergeSettings.txtUntitled": "Без имени",
|
"DE.Views.MailMergeSettings.txtUntitled": "Без имени",
|
||||||
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Не удалось начать слияние",
|
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Не удалось начать слияние",
|
||||||
|
"DE.Views.Navigation.strNavigate": "Заголовки",
|
||||||
|
"DE.Views.Navigation.txtClosePanel": "Закрыть заголовки",
|
||||||
"DE.Views.Navigation.txtCollapse": "Свернуть все",
|
"DE.Views.Navigation.txtCollapse": "Свернуть все",
|
||||||
"DE.Views.Navigation.txtDemote": "Понизить уровень",
|
"DE.Views.Navigation.txtDemote": "Понизить уровень",
|
||||||
"DE.Views.Navigation.txtEmpty": "В документе нет заголовков.<br>Примените стиль заголовка к тексту, чтобы он появился в оглавлении.",
|
"DE.Views.Navigation.txtEmpty": "В документе нет заголовков.<br>Примените стиль заголовка к тексту, чтобы он появился в оглавлении.",
|
||||||
|
@ -2122,11 +2175,17 @@
|
||||||
"DE.Views.Navigation.txtEmptyViewer": "В документе нет заголовков.",
|
"DE.Views.Navigation.txtEmptyViewer": "В документе нет заголовков.",
|
||||||
"DE.Views.Navigation.txtExpand": "Развернуть все",
|
"DE.Views.Navigation.txtExpand": "Развернуть все",
|
||||||
"DE.Views.Navigation.txtExpandToLevel": "Развернуть до уровня",
|
"DE.Views.Navigation.txtExpandToLevel": "Развернуть до уровня",
|
||||||
|
"DE.Views.Navigation.txtFontSize": "Размер шрифта",
|
||||||
"DE.Views.Navigation.txtHeadingAfter": "Новый заголовок после",
|
"DE.Views.Navigation.txtHeadingAfter": "Новый заголовок после",
|
||||||
"DE.Views.Navigation.txtHeadingBefore": "Новый заголовок перед",
|
"DE.Views.Navigation.txtHeadingBefore": "Новый заголовок перед",
|
||||||
|
"DE.Views.Navigation.txtLarge": "Большой",
|
||||||
|
"DE.Views.Navigation.txtMedium": "Средний",
|
||||||
"DE.Views.Navigation.txtNewHeading": "Новый подзаголовок",
|
"DE.Views.Navigation.txtNewHeading": "Новый подзаголовок",
|
||||||
"DE.Views.Navigation.txtPromote": "Повысить уровень",
|
"DE.Views.Navigation.txtPromote": "Повысить уровень",
|
||||||
"DE.Views.Navigation.txtSelect": "Выделить содержимое",
|
"DE.Views.Navigation.txtSelect": "Выделить содержимое",
|
||||||
|
"DE.Views.Navigation.txtSettings": "Параметры заголовков",
|
||||||
|
"DE.Views.Navigation.txtSmall": "Маленький",
|
||||||
|
"DE.Views.Navigation.txtWrapHeadings": "Переносить длинные заголовки",
|
||||||
"DE.Views.NoteSettingsDialog.textApply": "Применить",
|
"DE.Views.NoteSettingsDialog.textApply": "Применить",
|
||||||
"DE.Views.NoteSettingsDialog.textApplyTo": "Применить изменения",
|
"DE.Views.NoteSettingsDialog.textApplyTo": "Применить изменения",
|
||||||
"DE.Views.NoteSettingsDialog.textContinue": "Непрерывная",
|
"DE.Views.NoteSettingsDialog.textContinue": "Непрерывная",
|
||||||
|
@ -2634,6 +2693,8 @@
|
||||||
"DE.Views.Toolbar.mniImageFromStorage": "Изображение из хранилища",
|
"DE.Views.Toolbar.mniImageFromStorage": "Изображение из хранилища",
|
||||||
"DE.Views.Toolbar.mniImageFromUrl": "Изображение по URL",
|
"DE.Views.Toolbar.mniImageFromUrl": "Изображение по URL",
|
||||||
"DE.Views.Toolbar.mniLowerCase": "нижний регистр",
|
"DE.Views.Toolbar.mniLowerCase": "нижний регистр",
|
||||||
|
"DE.Views.Toolbar.mniRemoveFooter": "Удалить нижний колонтитул",
|
||||||
|
"DE.Views.Toolbar.mniRemoveHeader": "Удалить верхний колонтитул",
|
||||||
"DE.Views.Toolbar.mniSentenceCase": "Как в предложениях.",
|
"DE.Views.Toolbar.mniSentenceCase": "Как в предложениях.",
|
||||||
"DE.Views.Toolbar.mniTextToTable": "Преобразовать текст в таблицу",
|
"DE.Views.Toolbar.mniTextToTable": "Преобразовать текст в таблицу",
|
||||||
"DE.Views.Toolbar.mniToggleCase": "иЗМЕНИТЬ рЕГИСТР",
|
"DE.Views.Toolbar.mniToggleCase": "иЗМЕНИТЬ рЕГИСТР",
|
||||||
|
@ -2818,6 +2879,7 @@
|
||||||
"DE.Views.ViewTab.textFitToWidth": "По ширине",
|
"DE.Views.ViewTab.textFitToWidth": "По ширине",
|
||||||
"DE.Views.ViewTab.textInterfaceTheme": "Тема интерфейса",
|
"DE.Views.ViewTab.textInterfaceTheme": "Тема интерфейса",
|
||||||
"DE.Views.ViewTab.textNavigation": "Навигация",
|
"DE.Views.ViewTab.textNavigation": "Навигация",
|
||||||
|
"DE.Views.ViewTab.textOutline": "Заголовки",
|
||||||
"DE.Views.ViewTab.textRulers": "Линейки",
|
"DE.Views.ViewTab.textRulers": "Линейки",
|
||||||
"DE.Views.ViewTab.textStatusBar": "Строка состояния",
|
"DE.Views.ViewTab.textStatusBar": "Строка состояния",
|
||||||
"DE.Views.ViewTab.textZoom": "Масштаб",
|
"DE.Views.ViewTab.textZoom": "Масштаб",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"txtNotUrl": "Bu sahədə \"http://www.example.com\" formatında URL olmalıdır",
|
"txtNotUrl": "Bu sahədə \"http://www.example.com\" formatında URL olmalıdır",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -276,7 +276,6 @@
|
||||||
"textPageBreakBefore": "Yeni Səhifədən",
|
"textPageBreakBefore": "Yeni Səhifədən",
|
||||||
"textPageNumbering": "Səhifənin Nömrələnməsi",
|
"textPageNumbering": "Səhifənin Nömrələnməsi",
|
||||||
"textParagraph": "Paraqraf",
|
"textParagraph": "Paraqraf",
|
||||||
"textParagraphStyles": "Paraqraf Üslubları",
|
|
||||||
"textPictureFromLibrary": "Kitabxanadan şəkil",
|
"textPictureFromLibrary": "Kitabxanadan şəkil",
|
||||||
"textPictureFromURL": "URL-dən şəkil",
|
"textPictureFromURL": "URL-dən şəkil",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -314,57 +313,57 @@
|
||||||
"textTotalRow": "Yekun Sətir",
|
"textTotalRow": "Yekun Sətir",
|
||||||
"textType": "Növ",
|
"textType": "Növ",
|
||||||
"textWrap": "Keçirin",
|
"textWrap": "Keçirin",
|
||||||
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textApril": "April",
|
"textApril": "April",
|
||||||
"textAugust": "August",
|
"textAugust": "August",
|
||||||
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
"textDecember": "December",
|
"textDecember": "December",
|
||||||
"textDesign": "Design",
|
"textDesign": "Design",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
"textEmpty": "Empty",
|
"textEmpty": "Empty",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
"textFebruary": "February",
|
"textFebruary": "February",
|
||||||
|
"textFormal": "Formal",
|
||||||
"textFr": "Fr",
|
"textFr": "Fr",
|
||||||
"textJanuary": "January",
|
"textJanuary": "January",
|
||||||
"textJuly": "July",
|
"textJuly": "July",
|
||||||
"textJune": "June",
|
"textJune": "June",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
"textMarch": "March",
|
"textMarch": "March",
|
||||||
"textMay": "May",
|
"textMay": "May",
|
||||||
"textMo": "Mo",
|
"textMo": "Mo",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
"textNovember": "November",
|
"textNovember": "November",
|
||||||
"textOctober": "October",
|
"textOctober": "October",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textCreateTextStyle": "Create new text style",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textSa": "Sa",
|
|
||||||
"textSeptember": "September",
|
|
||||||
"textSu": "Su",
|
|
||||||
"textTh": "Th",
|
|
||||||
"textTu": "Tu",
|
|
||||||
"textWe": "We",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
"textOnline": "Online",
|
||||||
"textClassic": "Classic",
|
"textPageNumbers": "Page Numbers",
|
||||||
"textDistinctive": "Distinctive",
|
"textParagraphStyle": "Paragraph Style",
|
||||||
"textCentered": "Centered",
|
"textRefresh": "Refresh",
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSa": "Sa",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSeptember": "September",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textSu": "Su",
|
||||||
|
"textTableOfCont": "TOC",
|
||||||
|
"textTh": "Th",
|
||||||
|
"textTitle": "Title",
|
||||||
|
"textTu": "Tu",
|
||||||
|
"textWe": "We"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Çevrilmə vaxtı maksimumu keçdi.",
|
"convertationTimeoutText": "Çevrilmə vaxtı maksimumu keçdi.",
|
||||||
|
@ -653,22 +652,22 @@
|
||||||
"txtScheme7": "Bərabər",
|
"txtScheme7": "Bərabər",
|
||||||
"txtScheme8": "Axın",
|
"txtScheme8": "Axın",
|
||||||
"txtScheme9": "Emalatxana",
|
"txtScheme9": "Emalatxana",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textNo": "No",
|
"textNo": "No",
|
||||||
"textPageSize": "Page Size",
|
"textPageSize": "Page Size",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textYes": "Yes",
|
"textRightToLeft": "Right To Left",
|
||||||
"textNavigation": "Navigation",
|
"textYes": "Yes"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Памеры табліцы",
|
"textTableSize": "Памеры табліцы",
|
||||||
"txtNotUrl": "Гэтае поле мусіць быць URL-адрасам фармату \"http://www.example.com\"",
|
"txtNotUrl": "Гэтае поле мусіць быць URL-адрасам фармату \"http://www.example.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -288,7 +288,6 @@
|
||||||
"textPageBreakBefore": "З новай старонкі",
|
"textPageBreakBefore": "З новай старонкі",
|
||||||
"textPageNumbering": "Нумарацыя старонак",
|
"textPageNumbering": "Нумарацыя старонак",
|
||||||
"textParagraph": "Абзац",
|
"textParagraph": "Абзац",
|
||||||
"textParagraphStyles": "Стылі абзаца",
|
|
||||||
"textPictureFromLibrary": "Выява з бібліятэкі",
|
"textPictureFromLibrary": "Выява з бібліятэкі",
|
||||||
"textPictureFromURL": "Выява па URL",
|
"textPictureFromURL": "Выява па URL",
|
||||||
"textPt": "пт",
|
"textPt": "пт",
|
||||||
|
@ -330,41 +329,41 @@
|
||||||
"textType": "Тып",
|
"textType": "Тып",
|
||||||
"textWe": "Сер",
|
"textWe": "Сер",
|
||||||
"textWrap": "Абцяканне",
|
"textWrap": "Абцяканне",
|
||||||
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textBehind": "Behind Text",
|
"textBehind": "Behind Text",
|
||||||
"textBulletsAndNumbers": "Bullets & Numbers",
|
"textBulletsAndNumbers": "Bullets & Numbers",
|
||||||
"textFirstLine": "FirstLine",
|
|
||||||
"textNoStyles": "No styles for this type of charts.",
|
|
||||||
"textCreateTextStyle": "Create new text style",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textSelectObjectToEdit": "Select object to edit",
|
|
||||||
"textSquare": "Square",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFirstLine": "FirstLine",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textNoStyles": "No styles for this type of charts.",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSelectObjectToEdit": "Select object to edit",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textSquare": "Square",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Час чакання пераўтварэння сышоў.",
|
"convertationTimeoutText": "Час чакання пераўтварэння сышоў.",
|
||||||
|
@ -391,18 +390,18 @@
|
||||||
"errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please, contact your admin.",
|
"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.",
|
"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.",
|
"errorEditingDownloadas": "An error occurred during the work with the document.<br>Download document to save the file backup copy locally.",
|
||||||
|
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||||
"errorFilePassProtect": "The file is password protected and could not be opened.",
|
"errorFilePassProtect": "The file is password protected and could not be opened.",
|
||||||
"errorFileSizeExceed": "The file size exceeds your server limit.<br>Please, contact your admin.",
|
"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.",
|
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||||
"errorMailMergeLoadFile": "Loading failed",
|
"errorMailMergeLoadFile": "Loading failed",
|
||||||
|
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||||
"errorSessionAbsolute": "The document editing session has expired. Please, reload the page.",
|
"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.",
|
"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.",
|
"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.",
|
"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.",
|
"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.",
|
"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.",
|
||||||
"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.",
|
|
||||||
"openErrorText": "An error has occurred while opening the file",
|
"openErrorText": "An error has occurred while opening the file",
|
||||||
"saveErrorText": "An error has occurred while saving 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.",
|
"scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.",
|
||||||
|
@ -532,6 +531,7 @@
|
||||||
"leavePageText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
|
"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.",
|
"textCustomLoader": "Sorry, you are not entitled to change the loader. Contact our sales department to get a quote.",
|
||||||
"textRemember": "Remember my choice",
|
"textRemember": "Remember my choice",
|
||||||
|
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
||||||
"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.",
|
"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.",
|
"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.",
|
"warnLicenseLimitedNoAccess": "License expired. You have no access to document editing functionality. Please, contact your admin.",
|
||||||
|
@ -539,8 +539,7 @@
|
||||||
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
||||||
"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.",
|
"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.",
|
||||||
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
||||||
"warnProcessRightsChange": "You don't have permission to edit this file.",
|
"warnProcessRightsChange": "You don't have permission to edit this file."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"advDRMOptions": "Абаронены файл",
|
"advDRMOptions": "Абаронены файл",
|
||||||
|
@ -641,34 +640,34 @@
|
||||||
"txtScheme8": "Плынь",
|
"txtScheme8": "Плынь",
|
||||||
"txtScheme9": "Ліцейня",
|
"txtScheme9": "Ліцейня",
|
||||||
"textAbout": "About",
|
"textAbout": "About",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textChooseEncoding": "Choose Encoding",
|
"textChooseEncoding": "Choose Encoding",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textDisableAllMacrosWithNotification": "Disable all macros with notification",
|
"textDisableAllMacrosWithNotification": "Disable all macros with notification",
|
||||||
"textDisableAllMacrosWithoutNotification": "Disable all macros without notification",
|
"textDisableAllMacrosWithoutNotification": "Disable all macros without notification",
|
||||||
"textDownloadAs": "Download As",
|
"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?",
|
"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?",
|
"textDownloadTxt": "If you continue saving in this format all features except the text will be lost. Are you sure you want to continue?",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFindAndReplaceAll": "Find and Replace All",
|
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
"textFindAndReplaceAll": "Find and Replace All",
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textNo": "No",
|
"textNo": "No",
|
||||||
"textPageSize": "Page Size",
|
"textPageSize": "Page Size",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left",
|
||||||
"textYes": "Yes",
|
"textYes": "Yes",
|
||||||
"txtDownloadTxt": "Download TXT",
|
"txtDownloadTxt": "Download TXT",
|
||||||
"txtIncorrectPwd": "Password is incorrect",
|
"txtIncorrectPwd": "Password is incorrect",
|
||||||
"txtProtected": "Once you enter the password and open the file, the current password will be reset",
|
"txtProtected": "Once you enter the password and open the file, the current password will be reset",
|
||||||
"txtScheme22": "New Office",
|
"txtScheme22": "New Office"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveTitleText": "Вы выходзіце з праграмы",
|
"dlgLeaveTitleText": "Вы выходзіце з праграмы",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Mida de la taula",
|
"textTableSize": "Mida de la taula",
|
||||||
"txtNotUrl": "Aquest camp hauria de ser un URL amb el format \"http://www.exemple.com\"",
|
"txtNotUrl": "Aquest camp hauria de ser un URL amb el format \"http://www.exemple.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Salt de pàgina anterior",
|
"textPageBreakBefore": "Salt de pàgina anterior",
|
||||||
"textPageNumbering": "Numeració de pàgines",
|
"textPageNumbering": "Numeració de pàgines",
|
||||||
"textParagraph": "Paràgraf",
|
"textParagraph": "Paràgraf",
|
||||||
"textParagraphStyles": "Estils de paràgraf",
|
|
||||||
"textPictureFromLibrary": "Imatge de la biblioteca",
|
"textPictureFromLibrary": "Imatge de la biblioteca",
|
||||||
"textPictureFromURL": "Imatge de l'URL",
|
"textPictureFromURL": "Imatge de l'URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Tipus",
|
"textType": "Tipus",
|
||||||
"textWe": "dc.",
|
"textWe": "dc.",
|
||||||
"textWrap": "Ajustament",
|
"textWrap": "Ajustament",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "S'ha superat el temps de conversió.",
|
"convertationTimeoutText": "S'ha superat el temps de conversió.",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "Equitat",
|
"txtScheme7": "Equitat",
|
||||||
"txtScheme8": "Flux",
|
"txtScheme8": "Flux",
|
||||||
"txtScheme9": "Foneria",
|
"txtScheme9": "Foneria",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Velikost tabulky",
|
"textTableSize": "Velikost tabulky",
|
||||||
"txtNotUrl": "Toto pole by mělo obsahovat adresu URL ve formátu \"http://www.example.com\"",
|
"txtNotUrl": "Toto pole by mělo obsahovat adresu URL ve formátu \"http://www.example.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Konec stránky před",
|
"textPageBreakBefore": "Konec stránky před",
|
||||||
"textPageNumbering": "Číslování stránek",
|
"textPageNumbering": "Číslování stránek",
|
||||||
"textParagraph": "Odstavec",
|
"textParagraph": "Odstavec",
|
||||||
"textParagraphStyles": "Styly odstavce",
|
|
||||||
"textPictureFromLibrary": "Obrázek z knihovny",
|
"textPictureFromLibrary": "Obrázek z knihovny",
|
||||||
"textPictureFromURL": "Obrázek z adresy URL",
|
"textPictureFromURL": "Obrázek z adresy URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Typ",
|
"textType": "Typ",
|
||||||
"textWe": "st",
|
"textWe": "st",
|
||||||
"textWrap": "Obtékání",
|
"textWrap": "Obtékání",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Vypršel čas konverze.",
|
"convertationTimeoutText": "Vypršel čas konverze.",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "Rovnost",
|
"txtScheme7": "Rovnost",
|
||||||
"txtScheme8": "Tok",
|
"txtScheme8": "Tok",
|
||||||
"txtScheme9": "Slévárna",
|
"txtScheme9": "Slévárna",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Tabellengröße",
|
"textTableSize": "Tabellengröße",
|
||||||
"txtNotUrl": "Dieser Bereich soll eine URL im Format \"http://www.example.com\" sein.",
|
"txtNotUrl": "Dieser Bereich soll eine URL im Format \"http://www.example.com\" sein.",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Seitenumbruch vor",
|
"textPageBreakBefore": "Seitenumbruch vor",
|
||||||
"textPageNumbering": "Seitennummerierung",
|
"textPageNumbering": "Seitennummerierung",
|
||||||
"textParagraph": "Absatz",
|
"textParagraph": "Absatz",
|
||||||
"textParagraphStyles": "Absatzformatvorlage",
|
|
||||||
"textPictureFromLibrary": "Bild aus dem Verzeichnis",
|
"textPictureFromLibrary": "Bild aus dem Verzeichnis",
|
||||||
"textPictureFromURL": "Bild aus URL",
|
"textPictureFromURL": "Bild aus URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Typ",
|
"textType": "Typ",
|
||||||
"textWe": "Mi",
|
"textWe": "Mi",
|
||||||
"textWrap": "Umbrechen",
|
"textWrap": "Umbrechen",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Zeitüberschreitung bei der Konvertierung.",
|
"convertationTimeoutText": "Zeitüberschreitung bei der Konvertierung.",
|
||||||
|
@ -653,22 +652,22 @@
|
||||||
"txtScheme7": "Kapital",
|
"txtScheme7": "Kapital",
|
||||||
"txtScheme8": "Fluss",
|
"txtScheme8": "Fluss",
|
||||||
"txtScheme9": "Gießerei",
|
"txtScheme9": "Gießerei",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textNo": "No",
|
"textNo": "No",
|
||||||
"textPageSize": "Page Size",
|
"textPageSize": "Page Size",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textYes": "Yes",
|
"textRightToLeft": "Right To Left",
|
||||||
"textNavigation": "Navigation",
|
"textYes": "Yes"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Μέγεθος Πίνακα",
|
"textTableSize": "Μέγεθος Πίνακα",
|
||||||
"txtNotUrl": "Αυτό το πεδίο πρέπει να είναι μια διεύθυνση URL με τη μορφή «http://www.example.com»",
|
"txtNotUrl": "Αυτό το πεδίο πρέπει να είναι μια διεύθυνση URL με τη μορφή «http://www.example.com»",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Αλλαγή Σελίδας Πριν",
|
"textPageBreakBefore": "Αλλαγή Σελίδας Πριν",
|
||||||
"textPageNumbering": "Αρίθμηση Σελίδας",
|
"textPageNumbering": "Αρίθμηση Σελίδας",
|
||||||
"textParagraph": "Παράγραφος",
|
"textParagraph": "Παράγραφος",
|
||||||
"textParagraphStyles": "Τεχνοτροπίες Παραγράφου",
|
|
||||||
"textPictureFromLibrary": "Εικόνα από τη Βιβλιοθήκη",
|
"textPictureFromLibrary": "Εικόνα από τη Βιβλιοθήκη",
|
||||||
"textPictureFromURL": "Εικόνα από Σύνδεσμο",
|
"textPictureFromURL": "Εικόνα από Σύνδεσμο",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Τύπος",
|
"textType": "Τύπος",
|
||||||
"textWe": "Τετ",
|
"textWe": "Τετ",
|
||||||
"textWrap": "Αναδίπλωση",
|
"textWrap": "Αναδίπλωση",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Υπέρβαση χρονικού ορίου μετατροπής.",
|
"convertationTimeoutText": "Υπέρβαση χρονικού ορίου μετατροπής.",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "Μετοχή",
|
"txtScheme7": "Μετοχή",
|
||||||
"txtScheme8": "Ροή",
|
"txtScheme8": "Ροή",
|
||||||
"txtScheme9": "Χυτήριο",
|
"txtScheme9": "Χυτήριο",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Έχετε μη αποθηκευμένες αλλαγές. Πατήστε 'Παραμονή στη Σελίδα' για να περιμένετε την αυτόματη αποθήκευση. Πατήστε 'Έξοδος από τη Σελίδα' για να απορρίψετε όλες τις μη αποθηκευμένες αλλαγές.",
|
"dlgLeaveMsgText": "Έχετε μη αποθηκευμένες αλλαγές. Πατήστε 'Παραμονή στη Σελίδα' για να περιμένετε την αυτόματη αποθήκευση. Πατήστε 'Έξοδος από τη Σελίδα' για να απορρίψετε όλες τις μη αποθηκευμένες αλλαγές.",
|
||||||
|
|
|
@ -56,11 +56,11 @@
|
||||||
"textShape": "Shape",
|
"textShape": "Shape",
|
||||||
"textStartAt": "Start At",
|
"textStartAt": "Start At",
|
||||||
"textTable": "Table",
|
"textTable": "Table",
|
||||||
"textTableSize": "Table Size",
|
|
||||||
"txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
|
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
|
"textTableSize": "Table Size",
|
||||||
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithPageNumbers": "With Page Numbers",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"txtNotUrl": "This field should be a URL in the format \"http://www.example.com\""
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -196,9 +196,9 @@
|
||||||
"textDoNotShowAgain": "Don't show again",
|
"textDoNotShowAgain": "Don't show again",
|
||||||
"textNumberingValue": "Numbering Value",
|
"textNumberingValue": "Numbering Value",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textRows": "Rows",
|
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only"
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRows": "Rows"
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Warning",
|
"notcriticalErrorTitle": "Warning",
|
||||||
|
@ -213,6 +213,7 @@
|
||||||
"textAlign": "Align",
|
"textAlign": "Align",
|
||||||
"textAllCaps": "All caps",
|
"textAllCaps": "All caps",
|
||||||
"textAllowOverlap": "Allow overlap",
|
"textAllowOverlap": "Allow overlap",
|
||||||
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textApril": "April",
|
"textApril": "April",
|
||||||
"textAugust": "August",
|
"textAugust": "August",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
|
@ -227,11 +228,16 @@
|
||||||
"textBringToForeground": "Bring to Foreground",
|
"textBringToForeground": "Bring to Foreground",
|
||||||
"textBullets": "Bullets",
|
"textBullets": "Bullets",
|
||||||
"textBulletsAndNumbers": "Bullets & Numbers",
|
"textBulletsAndNumbers": "Bullets & Numbers",
|
||||||
|
"textCancel": "Cancel",
|
||||||
"textCellMargins": "Cell Margins",
|
"textCellMargins": "Cell Margins",
|
||||||
|
"textCentered": "Centered",
|
||||||
"textChart": "Chart",
|
"textChart": "Chart",
|
||||||
|
"textClassic": "Classic",
|
||||||
"textClose": "Close",
|
"textClose": "Close",
|
||||||
"textColor": "Color",
|
"textColor": "Color",
|
||||||
"textContinueFromPreviousSection": "Continue from previous section",
|
"textContinueFromPreviousSection": "Continue from previous section",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
"textCustomColor": "Custom Color",
|
"textCustomColor": "Custom Color",
|
||||||
"textDecember": "December",
|
"textDecember": "December",
|
||||||
"textDesign": "Design",
|
"textDesign": "Design",
|
||||||
|
@ -239,11 +245,14 @@
|
||||||
"textDifferentOddAndEvenPages": "Different odd and even pages",
|
"textDifferentOddAndEvenPages": "Different odd and even pages",
|
||||||
"textDisplay": "Display",
|
"textDisplay": "Display",
|
||||||
"textDistanceFromText": "Distance from text",
|
"textDistanceFromText": "Distance from text",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
"textDoubleStrikethrough": "Double Strikethrough",
|
"textDoubleStrikethrough": "Double Strikethrough",
|
||||||
"textEditLink": "Edit Link",
|
"textEditLink": "Edit Link",
|
||||||
"textEffects": "Effects",
|
"textEffects": "Effects",
|
||||||
"textEmpty": "Empty",
|
"textEmpty": "Empty",
|
||||||
"textEmptyImgUrl": "You need to specify image URL.",
|
"textEmptyImgUrl": "You need to specify image URL.",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
"textFebruary": "February",
|
"textFebruary": "February",
|
||||||
"textFill": "Fill",
|
"textFill": "Fill",
|
||||||
"textFirstColumn": "First Column",
|
"textFirstColumn": "First Column",
|
||||||
|
@ -253,6 +262,7 @@
|
||||||
"textFontColors": "Font Colors",
|
"textFontColors": "Font Colors",
|
||||||
"textFonts": "Fonts",
|
"textFonts": "Fonts",
|
||||||
"textFooter": "Footer",
|
"textFooter": "Footer",
|
||||||
|
"textFormal": "Formal",
|
||||||
"textFr": "Fr",
|
"textFr": "Fr",
|
||||||
"textHeader": "Header",
|
"textHeader": "Header",
|
||||||
"textHeaderRow": "Header Row",
|
"textHeaderRow": "Header Row",
|
||||||
|
@ -268,7 +278,9 @@
|
||||||
"textKeepLinesTogether": "Keep Lines Together",
|
"textKeepLinesTogether": "Keep Lines Together",
|
||||||
"textKeepWithNext": "Keep with Next",
|
"textKeepWithNext": "Keep with Next",
|
||||||
"textLastColumn": "Last Column",
|
"textLastColumn": "Last Column",
|
||||||
|
"textLeader": "Leader",
|
||||||
"textLetterSpacing": "Letter Spacing",
|
"textLetterSpacing": "Letter Spacing",
|
||||||
|
"textLevels": "Levels",
|
||||||
"textLineSpacing": "Line Spacing",
|
"textLineSpacing": "Line Spacing",
|
||||||
"textLink": "Link",
|
"textLink": "Link",
|
||||||
"textLinkSettings": "Link Settings",
|
"textLinkSettings": "Link Settings",
|
||||||
|
@ -276,9 +288,11 @@
|
||||||
"textMarch": "March",
|
"textMarch": "March",
|
||||||
"textMay": "May",
|
"textMay": "May",
|
||||||
"textMo": "Mo",
|
"textMo": "Mo",
|
||||||
|
"textModern": "Modern",
|
||||||
"textMoveBackward": "Move Backward",
|
"textMoveBackward": "Move Backward",
|
||||||
"textMoveForward": "Move Forward",
|
"textMoveForward": "Move Forward",
|
||||||
"textMoveWithText": "Move with Text",
|
"textMoveWithText": "Move with Text",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
"textNone": "None",
|
"textNone": "None",
|
||||||
"textNoStyles": "No styles for this type of charts.",
|
"textNoStyles": "No styles for this type of charts.",
|
||||||
"textNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
|
"textNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
|
||||||
|
@ -286,85 +300,70 @@
|
||||||
"textNumbers": "Numbers",
|
"textNumbers": "Numbers",
|
||||||
"textOctober": "October",
|
"textOctober": "October",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
|
"textOnline": "Online",
|
||||||
"textOpacity": "Opacity",
|
"textOpacity": "Opacity",
|
||||||
"textOptions": "Options",
|
"textOptions": "Options",
|
||||||
"textOrphanControl": "Orphan Control",
|
"textOrphanControl": "Orphan Control",
|
||||||
"textPageBreakBefore": "Page Break Before",
|
"textPageBreakBefore": "Page Break Before",
|
||||||
"textPageNumbering": "Page Numbering",
|
"textPageNumbering": "Page Numbering",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
"textParagraph": "Paragraph",
|
"textParagraph": "Paragraph",
|
||||||
"textCreateTextStyle": "Create new text style",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"del_textParagraphStyles": "Paragraph Styles",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
"textParagraphStyle": "Paragraph Style",
|
||||||
"textPictureFromLibrary": "Picture from Library",
|
"textPictureFromLibrary": "Picture from Library",
|
||||||
"textPictureFromURL": "Picture from URL",
|
"textPictureFromURL": "Picture from URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
"textRemoveChart": "Remove Chart",
|
"textRemoveChart": "Remove Chart",
|
||||||
"textRemoveImage": "Remove Image",
|
"textRemoveImage": "Remove Image",
|
||||||
"textRemoveLink": "Remove Link",
|
"textRemoveLink": "Remove Link",
|
||||||
"textRemoveShape": "Remove Shape",
|
"textRemoveShape": "Remove Shape",
|
||||||
"textRemoveTable": "Remove Table",
|
"textRemoveTable": "Remove Table",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"textReorder": "Reorder",
|
"textReorder": "Reorder",
|
||||||
"textRepeatAsHeaderRow": "Repeat as Header Row",
|
"textRepeatAsHeaderRow": "Repeat as Header Row",
|
||||||
"textReplace": "Replace",
|
"textReplace": "Replace",
|
||||||
"textReplaceImage": "Replace Image",
|
"textReplaceImage": "Replace Image",
|
||||||
"textResizeToFitContent": "Resize to Fit Content",
|
"textResizeToFitContent": "Resize to Fit Content",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
"textSa": "Sa",
|
"textSa": "Sa",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
"textScreenTip": "Screen Tip",
|
"textScreenTip": "Screen Tip",
|
||||||
"textSelectObjectToEdit": "Select object to edit",
|
"textSelectObjectToEdit": "Select object to edit",
|
||||||
"textSendToBackground": "Send to Background",
|
"textSendToBackground": "Send to Background",
|
||||||
"textSeptember": "September",
|
"textSeptember": "September",
|
||||||
"textSettings": "Settings",
|
"textSettings": "Settings",
|
||||||
"textShape": "Shape",
|
"textShape": "Shape",
|
||||||
|
"textSimple": "Simple",
|
||||||
"textSize": "Size",
|
"textSize": "Size",
|
||||||
"textSmallCaps": "Small Caps",
|
"textSmallCaps": "Small Caps",
|
||||||
"textSpaceBetweenParagraphs": "Space Between Paragraphs",
|
"textSpaceBetweenParagraphs": "Space Between Paragraphs",
|
||||||
"textSquare": "Square",
|
"textSquare": "Square",
|
||||||
|
"textStandard": "Standard",
|
||||||
"textStartAt": "Start at",
|
"textStartAt": "Start at",
|
||||||
"textStrikethrough": "Strikethrough",
|
"textStrikethrough": "Strikethrough",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyle": "Style",
|
"textStyle": "Style",
|
||||||
"textStyleOptions": "Style Options",
|
"textStyleOptions": "Style Options",
|
||||||
|
"textStyles": "Styles",
|
||||||
"textSu": "Su",
|
"textSu": "Su",
|
||||||
"textSubscript": "Subscript",
|
"textSubscript": "Subscript",
|
||||||
"textSuperscript": "Superscript",
|
"textSuperscript": "Superscript",
|
||||||
"textTable": "Table",
|
"textTable": "Table",
|
||||||
|
"textTableOfCont": "TOC",
|
||||||
"textTableOptions": "Table Options",
|
"textTableOptions": "Table Options",
|
||||||
"textText": "Text",
|
"textText": "Text",
|
||||||
"textTh": "Th",
|
"textTh": "Th",
|
||||||
"textThrough": "Through",
|
"textThrough": "Through",
|
||||||
"textTight": "Tight",
|
"textTight": "Tight",
|
||||||
|
"textTitle": "Title",
|
||||||
"textTopAndBottom": "Top and Bottom",
|
"textTopAndBottom": "Top and Bottom",
|
||||||
"textTotalRow": "Total Row",
|
"textTotalRow": "Total Row",
|
||||||
"textTu": "Tu",
|
"textTu": "Tu",
|
||||||
"textType": "Type",
|
"textType": "Type",
|
||||||
"textWe": "We",
|
"textWe": "We",
|
||||||
"textWrap": "Wrap",
|
"textWrap": "Wrap"
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
|
||||||
"textStyles": "Styles",
|
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Conversion timeout exceeded.",
|
"convertationTimeoutText": "Conversion timeout exceeded.",
|
||||||
|
@ -379,6 +378,7 @@
|
||||||
"errorDataRange": "Incorrect data range.",
|
"errorDataRange": "Incorrect data range.",
|
||||||
"errorDefaultMessage": "Error code: %1",
|
"errorDefaultMessage": "Error code: %1",
|
||||||
"errorEditingDownloadas": "An error occurred during the work with the document.<br>Download document to save the file backup copy locally.",
|
"errorEditingDownloadas": "An error occurred during the work with the document.<br>Download document to save the file backup copy locally.",
|
||||||
|
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||||
"errorFilePassProtect": "The file is password protected and could not be opened.",
|
"errorFilePassProtect": "The file is password protected and could not be opened.",
|
||||||
"errorFileSizeExceed": "The file size exceeds your server limit.<br>Please, contact your admin.",
|
"errorFileSizeExceed": "The file size exceeds your server limit.<br>Please, contact your admin.",
|
||||||
"errorKeyEncrypt": "Unknown key descriptor",
|
"errorKeyEncrypt": "Unknown key descriptor",
|
||||||
|
@ -386,6 +386,7 @@
|
||||||
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||||
"errorMailMergeLoadFile": "Loading failed",
|
"errorMailMergeLoadFile": "Loading failed",
|
||||||
"errorMailMergeSaveFile": "Merge failed.",
|
"errorMailMergeSaveFile": "Merge failed.",
|
||||||
|
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||||
"errorSessionAbsolute": "The document editing session has expired. Please, reload the page.",
|
"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.",
|
"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.",
|
"errorSessionToken": "The connection to the server has been interrupted. Please, reload the page.",
|
||||||
|
@ -394,8 +395,6 @@
|
||||||
"errorUserDrop": "The file can't be accessed right now.",
|
"errorUserDrop": "The file can't be accessed right now.",
|
||||||
"errorUsersExceed": "The number of users allowed by the pricing plan was exceeded",
|
"errorUsersExceed": "The number of users allowed by the pricing plan was exceeded",
|
||||||
"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.",
|
"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.",
|
||||||
"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.",
|
|
||||||
"notcriticalErrorTitle": "Warning",
|
"notcriticalErrorTitle": "Warning",
|
||||||
"openErrorText": "An error has occurred while opening the file",
|
"openErrorText": "An error has occurred while opening the file",
|
||||||
"saveErrorText": "An error has occurred while saving the file",
|
"saveErrorText": "An error has occurred while saving the file",
|
||||||
|
@ -528,6 +527,7 @@
|
||||||
"textRemember": "Remember my choice",
|
"textRemember": "Remember my choice",
|
||||||
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
||||||
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
||||||
|
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
||||||
"textYes": "Yes",
|
"textYes": "Yes",
|
||||||
"titleLicenseExp": "License expired",
|
"titleLicenseExp": "License expired",
|
||||||
"titleServerVersion": "Editor updated",
|
"titleServerVersion": "Editor updated",
|
||||||
|
@ -539,8 +539,7 @@
|
||||||
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
||||||
"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.",
|
"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.",
|
||||||
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
||||||
"warnProcessRightsChange": "You don't have permission to edit this file.",
|
"warnProcessRightsChange": "You don't have permission to edit this file."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"advDRMOptions": "Protected File",
|
"advDRMOptions": "Protected File",
|
||||||
|
@ -553,6 +552,7 @@
|
||||||
"textApplicationSettings": "Application Settings",
|
"textApplicationSettings": "Application Settings",
|
||||||
"textAuthor": "Author",
|
"textAuthor": "Author",
|
||||||
"textBack": "Back",
|
"textBack": "Back",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textBottom": "Bottom",
|
"textBottom": "Bottom",
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
"textCaseSensitive": "Case Sensitive",
|
"textCaseSensitive": "Case Sensitive",
|
||||||
|
@ -566,6 +566,7 @@
|
||||||
"textCommentsDisplay": "Comments Display",
|
"textCommentsDisplay": "Comments Display",
|
||||||
"textCreated": "Created",
|
"textCreated": "Created",
|
||||||
"textCustomSize": "Custom Size",
|
"textCustomSize": "Custom Size",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textDisableAll": "Disable All",
|
"textDisableAll": "Disable All",
|
||||||
"textDisableAllMacrosWithNotification": "Disable all macros with notification",
|
"textDisableAllMacrosWithNotification": "Disable all macros with notification",
|
||||||
"textDisableAllMacrosWithoutNotification": "Disable all macros without notification",
|
"textDisableAllMacrosWithoutNotification": "Disable all macros without notification",
|
||||||
|
@ -577,16 +578,18 @@
|
||||||
"textDownloadAs": "Download As",
|
"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?",
|
"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?",
|
"textDownloadTxt": "If you continue saving in this format all features except the text will be lost. Are you sure you want to continue?",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textEnableAll": "Enable All",
|
"textEnableAll": "Enable All",
|
||||||
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
||||||
"textEncoding": "Encoding",
|
"textEncoding": "Encoding",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
"textFind": "Find",
|
"textFind": "Find",
|
||||||
"textFindAndReplace": "Find and Replace",
|
"textFindAndReplace": "Find and Replace",
|
||||||
"textFindAndReplaceAll": "Find and Replace All",
|
"textFindAndReplaceAll": "Find and Replace All",
|
||||||
"textFormat": "Format",
|
"textFormat": "Format",
|
||||||
"textHelp": "Help",
|
"textHelp": "Help",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textHiddenTableBorders": "Hidden Table Borders",
|
"textHiddenTableBorders": "Hidden Table Borders",
|
||||||
"textHighlightResults": "Highlight Results",
|
"textHighlightResults": "Highlight Results",
|
||||||
"textInch": "Inch",
|
"textInch": "Inch",
|
||||||
|
@ -594,16 +597,14 @@
|
||||||
"textLastModified": "Last Modified",
|
"textLastModified": "Last Modified",
|
||||||
"textLastModifiedBy": "Last Modified By",
|
"textLastModifiedBy": "Last Modified By",
|
||||||
"textLeft": "Left",
|
"textLeft": "Left",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
"textLoading": "Loading...",
|
"textLoading": "Loading...",
|
||||||
"textLocation": "Location",
|
"textLocation": "Location",
|
||||||
"textMacrosSettings": "Macros Settings",
|
"textMacrosSettings": "Macros Settings",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textMargins": "Margins",
|
"textMargins": "Margins",
|
||||||
"textMarginsH": "Top and bottom margins are too high for a given page height",
|
"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",
|
"textMarginsW": "Left and right margins are too wide for a given page width",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
"textNo": "No",
|
"textNo": "No",
|
||||||
"textNoCharacters": "Nonprinting Characters",
|
"textNoCharacters": "Nonprinting Characters",
|
||||||
"textNoTextFound": "Text not found",
|
"textNoTextFound": "Text not found",
|
||||||
|
@ -614,9 +615,9 @@
|
||||||
"textPages": "Pages",
|
"textPages": "Pages",
|
||||||
"textPageSize": "Page Size",
|
"textPageSize": "Page Size",
|
||||||
"textParagraphs": "Paragraphs",
|
"textParagraphs": "Paragraphs",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"textPoint": "Point",
|
"textPoint": "Point",
|
||||||
"textPortrait": "Portrait",
|
"textPortrait": "Portrait",
|
||||||
"textPrint": "Print",
|
"textPrint": "Print",
|
||||||
|
@ -624,7 +625,9 @@
|
||||||
"textReplace": "Replace",
|
"textReplace": "Replace",
|
||||||
"textReplaceAll": "Replace All",
|
"textReplaceAll": "Replace All",
|
||||||
"textResolvedComments": "Resolved Comments",
|
"textResolvedComments": "Resolved Comments",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textRight": "Right",
|
"textRight": "Right",
|
||||||
|
"textRightToLeft": "Right To Left",
|
||||||
"textSearch": "Search",
|
"textSearch": "Search",
|
||||||
"textSettings": "Settings",
|
"textSettings": "Settings",
|
||||||
"textShowNotification": "Show Notification",
|
"textShowNotification": "Show Notification",
|
||||||
|
@ -664,11 +667,7 @@
|
||||||
"txtScheme6": "Concourse",
|
"txtScheme6": "Concourse",
|
||||||
"txtScheme7": "Equity",
|
"txtScheme7": "Equity",
|
||||||
"txtScheme8": "Flow",
|
"txtScheme8": "Flow",
|
||||||
"txtScheme9": "Foundry",
|
"txtScheme9": "Foundry"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
|
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Tamaño de tabla",
|
"textTableSize": "Tamaño de tabla",
|
||||||
"txtNotUrl": "Este campo debe ser una dirección URL en el formato \"http://www.example.com\"",
|
"txtNotUrl": "Este campo debe ser una dirección URL en el formato \"http://www.example.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Salto de página antes",
|
"textPageBreakBefore": "Salto de página antes",
|
||||||
"textPageNumbering": "Numeración de páginas",
|
"textPageNumbering": "Numeración de páginas",
|
||||||
"textParagraph": "Párrafo",
|
"textParagraph": "Párrafo",
|
||||||
"textParagraphStyles": "Estilos de párrafo",
|
|
||||||
"textPictureFromLibrary": "Imagen desde biblioteca",
|
"textPictureFromLibrary": "Imagen desde biblioteca",
|
||||||
"textPictureFromURL": "Imagen desde URL",
|
"textPictureFromURL": "Imagen desde URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Tipo",
|
"textType": "Tipo",
|
||||||
"textWe": "mi.",
|
"textWe": "mi.",
|
||||||
"textWrap": "Ajuste",
|
"textWrap": "Ajuste",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Tiempo de conversión está superado.",
|
"convertationTimeoutText": "Tiempo de conversión está superado.",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "Equidad ",
|
"txtScheme7": "Equidad ",
|
||||||
"txtScheme8": "Flujo",
|
"txtScheme8": "Flujo",
|
||||||
"txtScheme9": "Fundición",
|
"txtScheme9": "Fundición",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"textInsertFootnote": "Txertatu oin-oharra",
|
"textInsertFootnote": "Txertatu oin-oharra",
|
||||||
"textInsertImage": "Txertatu irudia",
|
"textInsertImage": "Txertatu irudia",
|
||||||
"textLeftBottom": "Behean ezkerrean",
|
"textLeftBottom": "Behean ezkerrean",
|
||||||
"textLeftTop": "Goran ezkerrean",
|
"textLeftTop": "Goian ezkerrean",
|
||||||
"textLink": "Esteka",
|
"textLink": "Esteka",
|
||||||
"textLinkSettings": "Esteka-ezarpenak",
|
"textLinkSettings": "Esteka-ezarpenak",
|
||||||
"textLocation": "Kokalekua",
|
"textLocation": "Kokalekua",
|
||||||
|
@ -43,24 +43,24 @@
|
||||||
"textOddPage": "Orri bakoitia",
|
"textOddPage": "Orri bakoitia",
|
||||||
"textOk": "Ados",
|
"textOk": "Ados",
|
||||||
"textOther": "Beste bat",
|
"textOther": "Beste bat",
|
||||||
"textPageBreak": "Orri jauzia",
|
"textPageBreak": "Orri-jauzia",
|
||||||
"textPageNumber": "Orrialde-zenbakia",
|
"textPageNumber": "Orrialde-zenbakia",
|
||||||
"textPictureFromLibrary": "Irudia liburutegitik",
|
"textPictureFromLibrary": "Irudia liburutegitik",
|
||||||
"textPictureFromURL": "Irudia URL-tik",
|
"textPictureFromURL": "Irudia URL-tik",
|
||||||
"textPosition": "Kokapena",
|
"textPosition": "Posizioa",
|
||||||
"textRightBottom": "Behean eskuinean",
|
"textRightBottom": "Behean eskuinean",
|
||||||
"textRightTop": "Goran eskuinean",
|
"textRightTop": "Goian eskuinean",
|
||||||
"textRows": "Errenkadak",
|
"textRows": "Errenkadak",
|
||||||
"textScreenTip": "Pantailako aholkua",
|
"textScreenTip": "Pantailako aholkua",
|
||||||
"textSectionBreak": "Sekzio-jauzia",
|
"textSectionBreak": "Sekzio-jauzia",
|
||||||
"textShape": "Forma",
|
"textShape": "Forma",
|
||||||
"textStartAt": "Hasi hemendik:",
|
"textStartAt": "Hasi hemendik:",
|
||||||
"textTable": "Taula",
|
"textTable": "Taula",
|
||||||
|
"textTableContents": "Aurkibidea",
|
||||||
"textTableSize": "Taularen tamaina",
|
"textTableSize": "Taularen tamaina",
|
||||||
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.example.com\" bezalakoa",
|
"textWithBlueLinks": "Esteka urdinekin",
|
||||||
"textTableContents": "Table of Contents",
|
"textWithPageNumbers": "Orri-zenbakiekin",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa"
|
||||||
"textWithBlueLinks": "With Blue Links"
|
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
"textCollaboration": "Lankidetza",
|
"textCollaboration": "Lankidetza",
|
||||||
"textColor": "Letra-kolorea",
|
"textColor": "Letra-kolorea",
|
||||||
"textComments": "Iruzkinak",
|
"textComments": "Iruzkinak",
|
||||||
"textContextual": "Ez gaitu tarteak estilo bereko paragrafoen artean",
|
"textContextual": "Ez gehitu tarteak estilo bereko paragrafoen artean",
|
||||||
"textDelete": "Ezabatu",
|
"textDelete": "Ezabatu",
|
||||||
"textDeleteComment": "Ezabatu iruzkina",
|
"textDeleteComment": "Ezabatu iruzkina",
|
||||||
"textDeleted": "Ezabatua:",
|
"textDeleted": "Ezabatua:",
|
||||||
|
@ -114,8 +114,8 @@
|
||||||
"textLeft": "Lerrokatu ezkerrean",
|
"textLeft": "Lerrokatu ezkerrean",
|
||||||
"textLineSpacing": "Lerroartea:",
|
"textLineSpacing": "Lerroartea:",
|
||||||
"textMarkup": "Markak",
|
"textMarkup": "Markak",
|
||||||
"textMessageDeleteComment": "Seguru iruzkin hau ezabatu nahi duzula?",
|
"textMessageDeleteComment": "Ziur zaude iruzkin hau ezabatu nahi duzula?",
|
||||||
"textMessageDeleteReply": "Seguru erantzun hau ezabatu nahi duzula?",
|
"textMessageDeleteReply": "Ziur zaude erantzun hau ezabatu nahi duzula?",
|
||||||
"textMultiple": "hainbat",
|
"textMultiple": "hainbat",
|
||||||
"textNoBreakBefore": "Lerro jauzirik ez aurretik",
|
"textNoBreakBefore": "Lerro jauzirik ez aurretik",
|
||||||
"textNoChanges": "Ez dago aldaketarik.",
|
"textNoChanges": "Ez dago aldaketarik.",
|
||||||
|
@ -129,15 +129,15 @@
|
||||||
"textOk": "Ados",
|
"textOk": "Ados",
|
||||||
"textOriginal": "Jatorrizkoa",
|
"textOriginal": "Jatorrizkoa",
|
||||||
"textParaDeleted": "Paragrafoa ezabatuta",
|
"textParaDeleted": "Paragrafoa ezabatuta",
|
||||||
"textParaFormatted": "Formatudun paragrafoa",
|
"textParaFormatted": "Paragrafoari formatua emanda",
|
||||||
"textParaInserted": "Paragrafoa txertatuta",
|
"textParaInserted": "Paragrafoa txertatuta",
|
||||||
"textParaMoveFromDown": "Beherako eramana:",
|
"textParaMoveFromDown": "Behera eraman da:",
|
||||||
"textParaMoveFromUp": "Goraka eramana:",
|
"textParaMoveFromUp": "Gora eraman da:",
|
||||||
"textParaMoveTo": "Mugitua:",
|
"textParaMoveTo": "Mugitua:",
|
||||||
"textPosition": "Kokapena",
|
"textPosition": "Posizioa",
|
||||||
"textReject": "Baztertu",
|
"textReject": "Baztertu",
|
||||||
"textRejectAllChanges": "Baztertu aldaketa guztiak",
|
"textRejectAllChanges": "Baztertu aldaketa guztiak",
|
||||||
"textReopen": "Berrireki",
|
"textReopen": "Ireki berriro",
|
||||||
"textResolve": "Ebatzi",
|
"textResolve": "Ebatzi",
|
||||||
"textReview": "Berrikusi",
|
"textReview": "Berrikusi",
|
||||||
"textReviewChange": "Berrikusi aldaketa",
|
"textReviewChange": "Berrikusi aldaketa",
|
||||||
|
@ -152,8 +152,8 @@
|
||||||
"textSubScript": "Azpi-indizea",
|
"textSubScript": "Azpi-indizea",
|
||||||
"textSuperScript": "Goi-indizea",
|
"textSuperScript": "Goi-indizea",
|
||||||
"textTableChanged": "Taularen ezaugarriak aldatuta",
|
"textTableChanged": "Taularen ezaugarriak aldatuta",
|
||||||
"textTableRowsAdd": "Taularen lerroak gehituta",
|
"textTableRowsAdd": "Taularen errenkadak gehituta",
|
||||||
"textTableRowsDel": "Taularen lerroak kenduta",
|
"textTableRowsDel": "Taularen errenkadak kenduta",
|
||||||
"textTabs": "Aldatu tabulazioak",
|
"textTabs": "Aldatu tabulazioak",
|
||||||
"textTrackChanges": "Aldaketen kontrola",
|
"textTrackChanges": "Aldaketen kontrola",
|
||||||
"textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.",
|
"textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.",
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
"menuJoinList": "Batu aurreko zerrendarekin",
|
"menuJoinList": "Batu aurreko zerrendarekin",
|
||||||
"menuMerge": "Konbinatu",
|
"menuMerge": "Konbinatu",
|
||||||
"menuMore": "Gehiago",
|
"menuMore": "Gehiago",
|
||||||
"menuOpenLink": "Esteka ireki",
|
"menuOpenLink": "Ireki esteka",
|
||||||
"menuReview": "Berrikusi",
|
"menuReview": "Berrikusi",
|
||||||
"menuReviewChange": "Berrikusi aldaketa",
|
"menuReviewChange": "Berrikusi aldaketa",
|
||||||
"menuSeparateList": "Aparteko zerrenda",
|
"menuSeparateList": "Aparteko zerrenda",
|
||||||
|
@ -196,9 +196,9 @@
|
||||||
"textDoNotShowAgain": "Ez erakutsi berriro",
|
"textDoNotShowAgain": "Ez erakutsi berriro",
|
||||||
"textNumberingValue": "Zenbakitze balioa",
|
"textNumberingValue": "Zenbakitze balioa",
|
||||||
"textOk": "Ados",
|
"textOk": "Ados",
|
||||||
"textRows": "Errenkadak",
|
"textRefreshEntireTable": "Freskatu taula osoa",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshPageNumbersOnly": "Freskatu orri-zenbakiak soilik",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only"
|
"textRows": "Errenkadak"
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Abisua",
|
"notcriticalErrorTitle": "Abisua",
|
||||||
|
@ -213,6 +213,7 @@
|
||||||
"textAlign": "Lerrokatu",
|
"textAlign": "Lerrokatu",
|
||||||
"textAllCaps": "Maiuskulak",
|
"textAllCaps": "Maiuskulak",
|
||||||
"textAllowOverlap": "Onartu teilakatzea",
|
"textAllowOverlap": "Onartu teilakatzea",
|
||||||
|
"textAmountOfLevels": "Maila kopurua",
|
||||||
"textApril": "Apirila",
|
"textApril": "Apirila",
|
||||||
"textAugust": "Abuztua",
|
"textAugust": "Abuztua",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
|
@ -227,32 +228,41 @@
|
||||||
"textBringToForeground": "Ekarri aurreko planora",
|
"textBringToForeground": "Ekarri aurreko planora",
|
||||||
"textBullets": "Buletak",
|
"textBullets": "Buletak",
|
||||||
"textBulletsAndNumbers": "Buletak eta zenbakiak",
|
"textBulletsAndNumbers": "Buletak eta zenbakiak",
|
||||||
|
"textCancel": "Utzi",
|
||||||
"textCellMargins": "Gelaxkaren marjinak",
|
"textCellMargins": "Gelaxkaren marjinak",
|
||||||
|
"textCentered": "Erdian",
|
||||||
"textChart": "Diagrama",
|
"textChart": "Diagrama",
|
||||||
|
"textClassic": "Klasikoa",
|
||||||
"textClose": "Itxi",
|
"textClose": "Itxi",
|
||||||
"textColor": "Kolorea",
|
"textColor": "Kolorea",
|
||||||
"textContinueFromPreviousSection": "Jarraitu aurreko sekziotik",
|
"textContinueFromPreviousSection": "Jarraitu aurreko sekziotik",
|
||||||
|
"textCreateTextStyle": "Sortu testu-estilo berria",
|
||||||
|
"textCurrent": "Unekoa",
|
||||||
"textCustomColor": "Kolore pertsonalizatua",
|
"textCustomColor": "Kolore pertsonalizatua",
|
||||||
"textDecember": "Abendua",
|
"textDecember": "Abendua",
|
||||||
"textDesign": "Diseinua",
|
"textDesign": "Diseinua",
|
||||||
"textDifferentFirstPage": "Lehen orri desberdina",
|
"textDifferentFirstPage": "Lehen orri desberdina",
|
||||||
"textDifferentOddAndEvenPages": "Bakoiti-bikoitiak desberdin",
|
"textDifferentOddAndEvenPages": "Orri bakoiti-bikoitiak desberdin",
|
||||||
"textDisplay": "Bistaratzea",
|
"textDisplay": "Bistaratzea",
|
||||||
"textDistanceFromText": "Distantzia testutik",
|
"textDistanceFromText": "Distantzia testutik",
|
||||||
|
"textDistinctive": "Bereizgarria",
|
||||||
|
"textDone": "Eginda",
|
||||||
"textDoubleStrikethrough": "Marratu bikoitza",
|
"textDoubleStrikethrough": "Marratu bikoitza",
|
||||||
"textEditLink": "Editatu esteka",
|
"textEditLink": "Editatu esteka",
|
||||||
"textEffects": "Efektuak",
|
"textEffects": "Efektuak",
|
||||||
"textEmpty": "Hutsa",
|
"textEmpty": "Hutsa",
|
||||||
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
||||||
|
"textEnterTitleNewStyle": "Idatzi estilo berriaren izenburua",
|
||||||
"textFebruary": "Otsaila",
|
"textFebruary": "Otsaila",
|
||||||
"textFill": "Bete",
|
"textFill": "Bete",
|
||||||
"textFirstColumn": "Lehen zutabea",
|
"textFirstColumn": "Lehen zutabea",
|
||||||
"textFirstLine": "LehenLerroa",
|
"textFirstLine": "Lehen lerroa",
|
||||||
"textFlow": "Fluxua",
|
"textFlow": "Fluxua",
|
||||||
"textFontColor": "Letra-kolorea",
|
"textFontColor": "Letra-kolorea",
|
||||||
"textFontColors": "Letra koloreak",
|
"textFontColors": "Letra koloreak",
|
||||||
"textFonts": "Letra-motak",
|
"textFonts": "Letra-tipoak",
|
||||||
"textFooter": "Orri-oina",
|
"textFooter": "Orri-oina",
|
||||||
|
"textFormal": "Formala",
|
||||||
"textFr": "ol.",
|
"textFr": "ol.",
|
||||||
"textHeader": "Goiburua",
|
"textHeader": "Goiburua",
|
||||||
"textHeaderRow": "Goiburu lerroa",
|
"textHeaderRow": "Goiburu lerroa",
|
||||||
|
@ -268,7 +278,9 @@
|
||||||
"textKeepLinesTogether": "Mantendu lerroak elkarrekin",
|
"textKeepLinesTogether": "Mantendu lerroak elkarrekin",
|
||||||
"textKeepWithNext": "Mantendu hurrengoarekin",
|
"textKeepWithNext": "Mantendu hurrengoarekin",
|
||||||
"textLastColumn": "Azken zutabea",
|
"textLastColumn": "Azken zutabea",
|
||||||
"textLetterSpacing": "Letren tartea",
|
"textLeader": "Gida-marra",
|
||||||
|
"textLetterSpacing": "Letren arteko tartea",
|
||||||
|
"textLevels": "Mailak",
|
||||||
"textLineSpacing": "Lerroartea",
|
"textLineSpacing": "Lerroartea",
|
||||||
"textLink": "Esteka",
|
"textLink": "Esteka",
|
||||||
"textLinkSettings": "Esteka-ezarpenak",
|
"textLinkSettings": "Esteka-ezarpenak",
|
||||||
|
@ -276,99 +288,86 @@
|
||||||
"textMarch": "Martxoa",
|
"textMarch": "Martxoa",
|
||||||
"textMay": "Maiatza",
|
"textMay": "Maiatza",
|
||||||
"textMo": "al.",
|
"textMo": "al.",
|
||||||
"textMoveBackward": "Atzera eraman",
|
"textModern": "Modernoa",
|
||||||
"textMoveForward": "Aurrera eraman",
|
"textMoveBackward": "Eraman atzera",
|
||||||
|
"textMoveForward": "Eraman aurrera",
|
||||||
"textMoveWithText": "Eraman testuarekin",
|
"textMoveWithText": "Eraman testuarekin",
|
||||||
"textNone": "bat ere ez",
|
"textNextParagraphStyle": "Hurrengo paragrafoaren estiloa",
|
||||||
"textNoStyles": "Ez dago estilorik grafiko mota honetarako.",
|
"textNone": "Bat ere ez",
|
||||||
"textNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.example.com\" bezalakoa",
|
"textNoStyles": "Ez dago estilorik diagrama mota honetarako.",
|
||||||
|
"textNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
||||||
"textNovember": "Azaroa",
|
"textNovember": "Azaroa",
|
||||||
"textNumbers": "Zenbakiak",
|
"textNumbers": "Zenbakiak",
|
||||||
"textOctober": "Urria",
|
"textOctober": "Urria",
|
||||||
"textOk": "Ados",
|
"textOk": "Ados",
|
||||||
|
"textOnline": "Linean",
|
||||||
"textOpacity": "Opakutasuna",
|
"textOpacity": "Opakutasuna",
|
||||||
"textOptions": "Aukerak",
|
"textOptions": "Aukerak",
|
||||||
"textOrphanControl": "Lerro solteen kontrola",
|
"textOrphanControl": "Lerro solteen kontrola",
|
||||||
"textPageBreakBefore": "Orri-jauzia aurretik",
|
"textPageBreakBefore": "Orri-jauzia aurretik",
|
||||||
"textPageNumbering": "Orri-zenbakitzea",
|
"textPageNumbering": "Orri-zenbakitzea",
|
||||||
|
"textPageNumbers": "Orri-zenbakiak",
|
||||||
"textParagraph": "Paragrafoa",
|
"textParagraph": "Paragrafoa",
|
||||||
"textParagraphStyles": "Paragrafo estiloak",
|
"textParagraphStyle": "Paragrafo-estiloa",
|
||||||
"textPictureFromLibrary": "Irudia liburutegitik",
|
"textPictureFromLibrary": "Irudia liburutegitik",
|
||||||
"textPictureFromURL": "Irudia URL-tik",
|
"textPictureFromURL": "Irudia URL-tik",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
"textRemoveChart": "Ezabatu grafikoa",
|
"textRefresh": "Freskatu",
|
||||||
|
"textRefreshEntireTable": "Freskatu taula osoa",
|
||||||
|
"textRefreshPageNumbersOnly": "Freskatu orri-zenbakiak soilik",
|
||||||
|
"textRemoveChart": "Kendu diagrama",
|
||||||
"textRemoveImage": "Kendu irudia",
|
"textRemoveImage": "Kendu irudia",
|
||||||
"textRemoveLink": "Kendu esteka",
|
"textRemoveLink": "Kendu esteka",
|
||||||
"textRemoveShape": "Kendu forma",
|
"textRemoveShape": "Kendu forma",
|
||||||
"textRemoveTable": "Kendu taula",
|
"textRemoveTable": "Kendu taula",
|
||||||
|
"textRemoveTableContent": "Kendu aurkibidea",
|
||||||
"textReorder": "Berrordenatu",
|
"textReorder": "Berrordenatu",
|
||||||
"textRepeatAsHeaderRow": "Errepikatu goiburuko lerro bezala",
|
"textRepeatAsHeaderRow": "Errepikatu goiburuko lerro bezala",
|
||||||
"textReplace": "Ordeztu",
|
"textReplace": "Ordeztu",
|
||||||
"textReplaceImage": "Ordeztu irudia",
|
"textReplaceImage": "Ordeztu irudia",
|
||||||
"textResizeToFitContent": "Tamaina aldatu edukia egokitzeko",
|
"textResizeToFitContent": "Aldatu tamaina edukira egokitzeko",
|
||||||
|
"textRightAlign": "Lerrokatu eskuinean",
|
||||||
"textSa": "lr.",
|
"textSa": "lr.",
|
||||||
|
"textSameCreatedNewStyle": "Sortutako estilo berriaren berdina",
|
||||||
"textScreenTip": "Pantailako aholkua",
|
"textScreenTip": "Pantailako aholkua",
|
||||||
"textSelectObjectToEdit": "Aukeratu editatzeko objektua",
|
"textSelectObjectToEdit": "Hautatu objektua editatzeko",
|
||||||
"textSendToBackground": "Eraman atzeko planora",
|
"textSendToBackground": "Eraman atzeko planora",
|
||||||
"textSeptember": "Iraila",
|
"textSeptember": "Iraila",
|
||||||
"textSettings": "Ezarpenak",
|
"textSettings": "Ezarpenak",
|
||||||
"textShape": "Forma",
|
"textShape": "Forma",
|
||||||
|
"textSimple": "Soila",
|
||||||
"textSize": "Tamaina",
|
"textSize": "Tamaina",
|
||||||
"textSmallCaps": "Maiuskula txikiak",
|
"textSmallCaps": "Maiuskula txikiak",
|
||||||
"textSpaceBetweenParagraphs": "Paragrafoen arteko tartea",
|
"textSpaceBetweenParagraphs": "Paragrafoen arteko tartea",
|
||||||
"textSquare": "Karratua",
|
"textSquare": "Karratua",
|
||||||
|
"textStandard": "Estandarra",
|
||||||
"textStartAt": "Hasi hemendik:",
|
"textStartAt": "Hasi hemendik:",
|
||||||
"textStrikethrough": "Marratua",
|
"textStrikethrough": "Marratua",
|
||||||
|
"textStructure": "Egitura",
|
||||||
"textStyle": "Estiloa",
|
"textStyle": "Estiloa",
|
||||||
"textStyleOptions": "Estiloaren aukerak",
|
"textStyleOptions": "Estiloaren aukerak",
|
||||||
|
"textStyles": "Estiloak",
|
||||||
"textSu": "ig.",
|
"textSu": "ig.",
|
||||||
"textSubscript": "Azpi-indizea",
|
"textSubscript": "Azpi-indizea",
|
||||||
"textSuperscript": "Goi-indizea",
|
"textSuperscript": "Goi-indizea",
|
||||||
"textTable": "Taula",
|
"textTable": "Taula",
|
||||||
|
"textTableOfCont": "Aurkibidea",
|
||||||
"textTableOptions": "Taularen aukerak",
|
"textTableOptions": "Taularen aukerak",
|
||||||
"textText": "Testua",
|
"textText": "Testua",
|
||||||
"textTh": "og.",
|
"textTh": "og.",
|
||||||
"textThrough": "Zeharkatu",
|
"textThrough": "Zeharkatu",
|
||||||
"textTight": "Estua",
|
"textTight": "Estua",
|
||||||
|
"textTitle": "Izenburua",
|
||||||
"textTopAndBottom": "Goian eta behean",
|
"textTopAndBottom": "Goian eta behean",
|
||||||
"textTotalRow": "Errenkada kopurua",
|
"textTotalRow": "Guztizkoen errenkada",
|
||||||
"textTu": "ar.",
|
"textTu": "ar.",
|
||||||
"textType": "Mota",
|
"textType": "Mota",
|
||||||
"textWe": "az.",
|
"textWe": "az.",
|
||||||
"textWrap": "Doikuntza",
|
"textWrap": "Doikuntza"
|
||||||
"textCreateTextStyle": "Create new text style",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
|
||||||
"textStyles": "Styles",
|
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
"convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
||||||
"criticalErrorExtText": "Sakatu \"Ados\" dokumentuen zerrendara itzultzeko.",
|
"criticalErrorExtText": "Sakatu 'Ados' dokumentuen zerrendara itzultzeko.",
|
||||||
"criticalErrorTitle": "Errorea",
|
"criticalErrorTitle": "Errorea",
|
||||||
"downloadErrorText": "Deskargak huts egin du.",
|
"downloadErrorText": "Deskargak huts egin du.",
|
||||||
"errorAccessDeny": "Baimenik ez duzun ekintza bat egiten saiatzen ari zara.<br>Mesedez, jarri harremanetan kudeatzaileekin.",
|
"errorAccessDeny": "Baimenik ez duzun ekintza bat egiten saiatzen ari zara.<br>Mesedez, jarri harremanetan kudeatzaileekin.",
|
||||||
|
@ -379,34 +378,34 @@
|
||||||
"errorDataRange": "Datu-barruti okerra.",
|
"errorDataRange": "Datu-barruti okerra.",
|
||||||
"errorDefaultMessage": "Errore-kodea: %1",
|
"errorDefaultMessage": "Errore-kodea: %1",
|
||||||
"errorEditingDownloadas": "Errore bat gertatu da fitxategiarekin lan egitean.<br>Deskargatu dokumentua fitxategiaren kopia lokalean gordetzeko.",
|
"errorEditingDownloadas": "Errore bat gertatu da fitxategiarekin lan egitean.<br>Deskargatu dokumentua fitxategiaren kopia lokalean gordetzeko.",
|
||||||
"errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
"errorEmptyTOC": "Hasi aurkibide bat sortzen hautatutako testuari Estiloak galeriako goiburu-estilo bat aplikatuz.",
|
||||||
|
"errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin izan da ireki.",
|
||||||
"errorFileSizeExceed": "Fitxategiaren tamainak zerbitzariak onartzen duena gainditzen du.<br>Mesedez, jarri harremanetan kudeatzailearekin.",
|
"errorFileSizeExceed": "Fitxategiaren tamainak zerbitzariak onartzen duena gainditzen du.<br>Mesedez, jarri harremanetan kudeatzailearekin.",
|
||||||
"errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
"errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
||||||
"errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
"errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
||||||
"errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"errorMailMergeLoadFile": "Karga errorea",
|
"errorMailMergeLoadFile": "Huts egin du kargatzean",
|
||||||
"errorMailMergeSaveFile": "Konbinazioak huts egin du.",
|
"errorMailMergeSaveFile": "Konbinazioak huts egin du.",
|
||||||
"errorSessionAbsolute": "Dokumentu-edizioaren saioa iraungi egin da. Mesedez, birkargatu orria.",
|
"errorNoTOC": "Ez dago aurkibiderik eguneratzeko. Bat txertatu dezakezu Erreferentziak fitxatik.",
|
||||||
"errorSessionIdle": "Dokumentua ez da editatu denbora luzean. Mesedez, ireki berriz.",
|
"errorSessionAbsolute": "Dokumentua editatzeko saioa iraungi da. Mesedez, kargatu berriro orria",
|
||||||
"errorSessionToken": "Zerbitzarira konexioa eten egin da. Mesedez, birkargatu orria.",
|
"errorSessionIdle": "Dokumentua ez da editatu denbora luzean. Mesedez, kargatu berriro orria.",
|
||||||
"errorStockChart": "Lerroen ordena okerra. Kotizazio-grafiko bat sortzeko sartu datuak orrian ordena honetan:<br> irekitzeko prezioa, gehienezko prezioa, gutxieneko prezioa, ixteko prezioa.",
|
"errorSessionToken": "Zerbitzarira konexioa eten egin da. Mesedez, kargatu berriro orria.",
|
||||||
|
"errorStockChart": "Errenkaden ordena okerra. Kotizazio-diagrama bat sortzeko, sartu datuak orrian ordena honetan:<br> irekierako prezioa, gehienezko prezioa, gutxieneko prezioa, itxierako prezioa.",
|
||||||
"errorUpdateVersionOnDisconnect": "Interneteko konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
"errorUpdateVersionOnDisconnect": "Interneteko konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
||||||
"errorUserDrop": "Une honetan ezin da dokumentua eskuratu.",
|
"errorUserDrop": "Une honetan ezin da fitxategia eskuratu.",
|
||||||
"errorUsersExceed": "Ordainketa planak onartzen duen erabiltzaile kopurua gainditu da",
|
"errorUsersExceed": "Ordainketa planak onartzen duen erabiltzaile kopurua gainditu da",
|
||||||
"errorViewerDisconnect": "Konexioa galdu da. Oraindik dokumentua ikus dezakezu,<br>baina ezingo duzu deskargatu edo inprimatu konexioa berreskuratu eta orria birkargatu arte.",
|
"errorViewerDisconnect": "Konexioa galdu da. Oraindik dokumentua ikus dezakezu,<br>baina ezingo duzu deskargatu edo inprimatu konexioa berreskuratu eta orria birkargatu arte.",
|
||||||
"notcriticalErrorTitle": "Abisua",
|
"notcriticalErrorTitle": "Abisua",
|
||||||
"openErrorText": "Errore bat gertatu da fitxategia irekitzean",
|
"openErrorText": "Errore bat gertatu da fitxategia irekitzean",
|
||||||
"saveErrorText": "Errore bat gertatu da fitxategia gordetzean",
|
"saveErrorText": "Errore bat gertatu da fitxategia gordetzean",
|
||||||
"scriptLoadError": "Konexioa oso motela da, osagarrietako batzuk ezin izan dira kargatu. Mesedez, birkargatu orria.",
|
"scriptLoadError": "Konexioa oso motela da, osagarrietako batzuk ezin izan dira kargatu. Mesedez, kargatu berriro orria.",
|
||||||
"splitDividerErrorText": "Lerro kopuruak %1-(e)n zatitzailea izan behar du",
|
"splitDividerErrorText": "Errenkada kopuruak %1(e)n zatitzailea izan behar du",
|
||||||
"splitMaxColsErrorText": "Zutabe kopurua %1a baino txikiago izan behar da",
|
"splitMaxColsErrorText": "Zutabe kopurua %1a baino txikiago izan behar da",
|
||||||
"splitMaxRowsErrorText": "Errenkada kopurua %1a baino txikiago izan behar da",
|
"splitMaxRowsErrorText": "Errenkada kopurua %1 baino txikiago izan behar da",
|
||||||
"unknownErrorText": "Errore ezezaguna.",
|
"unknownErrorText": "Errore ezezaguna.",
|
||||||
"uploadImageExtMessage": "Irudi formatu ezezaguna.",
|
"uploadImageExtMessage": "Irudi-formatu ezezaguna.",
|
||||||
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
||||||
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.",
|
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da."
|
||||||
"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."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "Datuak kargatzen...",
|
"applyChangesTextText": "Datuak kargatzen...",
|
||||||
|
@ -429,8 +428,8 @@
|
||||||
"mailMergeLoadFileTitle": "Datu-iturburua kargatzen",
|
"mailMergeLoadFileTitle": "Datu-iturburua kargatzen",
|
||||||
"openTextText": "Dokumentua irekitzen...",
|
"openTextText": "Dokumentua irekitzen...",
|
||||||
"openTitleText": "Dokumentua irekitzen",
|
"openTitleText": "Dokumentua irekitzen",
|
||||||
"printTextText": "Inprimatu dokumentua...",
|
"printTextText": "Dokumentua inprimatzen...",
|
||||||
"printTitleText": "Inprimatu dokumentua",
|
"printTitleText": "Dokumentua inprimatzen",
|
||||||
"savePreparingText": "Gordetzeko prestatzen",
|
"savePreparingText": "Gordetzeko prestatzen",
|
||||||
"savePreparingTitle": "Gordetzeko prestatzen. Itxaron mesedez...",
|
"savePreparingTitle": "Gordetzeko prestatzen. Itxaron mesedez...",
|
||||||
"saveTextText": "Dokumentua gordetzen...",
|
"saveTextText": "Dokumentua gordetzen...",
|
||||||
|
@ -450,7 +449,7 @@
|
||||||
"errorProcessSaveResult": "Gordetzeak huts egin du.",
|
"errorProcessSaveResult": "Gordetzeak huts egin du.",
|
||||||
"errorServerVersion": "Editorearen bertsioa eguneratu da. Orria berriz kargatuko da aldaketak aplikatzeko.",
|
"errorServerVersion": "Editorearen bertsioa eguneratu da. Orria berriz kargatuko da aldaketak aplikatzeko.",
|
||||||
"errorUpdateVersion": "Fitxategiaren bertsioa aldatu da. Orria berriz kargatuko da.",
|
"errorUpdateVersion": "Fitxategiaren bertsioa aldatu da. Orria berriz kargatuko da.",
|
||||||
"leavePageText": "Gorde gabeko aldaketak dituzu. Egin klik \"Orri honetan jarraitu\" gordetze-automatikoari itxaroteko. Egin klik \"Utzi orri hau\" gorde gabeko aldaketa guztiak baztertzeko.",
|
"leavePageText": "Gorde gabeko aldaketak dituzu. Egin klik \"Jarraitu orri honetan\" gordetze-automatikoari itxaroteko. Egin klik \"Utzi orri hau\" gorde gabeko aldaketa guztiak baztertzeko.",
|
||||||
"notcriticalErrorTitle": "Abisua",
|
"notcriticalErrorTitle": "Abisua",
|
||||||
"SDK": {
|
"SDK": {
|
||||||
" -Section ": "-Sekzioa",
|
" -Section ": "-Sekzioa",
|
||||||
|
@ -491,7 +490,7 @@
|
||||||
"No Spacing": "Tarterik ez",
|
"No Spacing": "Tarterik ez",
|
||||||
"No table of contents entries found": "Ez dago izenbururik dokumentuan. Aplikatu izenburu-estilo bat testuari aurkibidean agertu dadin.",
|
"No table of contents entries found": "Ez dago izenbururik dokumentuan. Aplikatu izenburu-estilo bat testuari aurkibidean agertu dadin.",
|
||||||
"No table of figures entries found": "Ez da irudien aurkibideko sarrerarik aurkitu.",
|
"No table of figures entries found": "Ez da irudien aurkibideko sarrerarik aurkitu.",
|
||||||
"None": "bat ere ez",
|
"None": "Bat ere ez",
|
||||||
"Normal": "Normala",
|
"Normal": "Normala",
|
||||||
"Number Too Large To Format": "Zenbakia handiegia da formatua emateko",
|
"Number Too Large To Format": "Zenbakia handiegia da formatua emateko",
|
||||||
"Odd Page ": "Orri bakoitia",
|
"Odd Page ": "Orri bakoitia",
|
||||||
|
@ -518,29 +517,29 @@
|
||||||
"textBuyNow": "Bisitatu webgunea",
|
"textBuyNow": "Bisitatu webgunea",
|
||||||
"textClose": "Itxi",
|
"textClose": "Itxi",
|
||||||
"textContactUs": "Jarri harremanetan salmenta-sailarekin",
|
"textContactUs": "Jarri harremanetan salmenta-sailarekin",
|
||||||
"textCustomLoader": "Sentitzen dut, ez duzu kargatzailea aldatzeko baimenik. Jarri harremanetan gure salmenta-saila aurrekontu bat lortzeko.",
|
"textCustomLoader": "Sentitzen dugu, ez duzu kargatzailea aldatzeko baimenik. Jarri harremanetan gure salmenta-sailarekin aurrekontu bat lortzeko.",
|
||||||
"textGuest": "Gonbidatua",
|
"textGuest": "Gonbidatua",
|
||||||
"textHasMacros": "Fitxategiak makro automatikoak dauzka.<br>Makroak exekutatu nahi dituzu?",
|
"textHasMacros": "Fitxategiak makro automatikoak dauzka.<br>Makroak exekutatu nahi dituzu?",
|
||||||
"textNo": "Ez",
|
"textNo": "Ez",
|
||||||
"textNoLicenseTitle": "Lizentziaren mugara iritsi zara",
|
"textNoLicenseTitle": "Lizentzien mugara iritsi zara",
|
||||||
"textNoTextFound": "Ez da testua aurkitu",
|
"textNoTextFound": "Ez da testua aurkitu",
|
||||||
"textPaidFeature": "Ordainpeko ezaugarria",
|
"textPaidFeature": "Ordainpeko ezaugarria",
|
||||||
"textRemember": "Gogoratu nire aukera",
|
"textRemember": "Gogoratu nire aukera",
|
||||||
"textReplaceSkipped": "Ordezkapena burutu da. {0} agerraldi saltatu dira.",
|
"textReplaceSkipped": "Ordezkapena burutu da. {0} agerraldi saltatu dira.",
|
||||||
"textReplaceSuccess": "Bilaketa burutu da. Ordezkatu diren agerraldiak: {0}",
|
"textReplaceSuccess": "Bilaketa burutu da. Ordezkatu diren agerraldiak: {0}",
|
||||||
|
"textRequestMacros": "Makro batek URL baterako eskaera egiten du. %1 URL-rako eskaera onartu nahi duzu?",
|
||||||
"textYes": "Bai",
|
"textYes": "Bai",
|
||||||
"titleLicenseExp": "Lizentzia iraungi da",
|
"titleLicenseExp": "Lizentzia iraungi da",
|
||||||
"titleServerVersion": "Editorea eguneratu da",
|
"titleServerVersion": "Editorea eguneratu da",
|
||||||
"titleUpdateVersion": "Bertsioa aldatu da",
|
"titleUpdateVersion": "Bertsioa aldatu da",
|
||||||
"warnLicenseExceeded": "Aldibereko %1 editoreren konexio-mugara iritsi zara. Dokumentu hau bistaratzeko bakarrik irekiko da. Jarri harremanetan administratzailearekin informazio gehiago lortzeko.",
|
"warnLicenseExceeded": "Aldibereko %1 editoreren konexio-mugara iritsi zara. Dokumentu hau ikusteko bakarrik irekiko da. Jarri harremanetan administratzailearekin informazio gehiago lortzeko.",
|
||||||
"warnLicenseExp": "Zure lizentzia iraungi da. Mesedez, eguneratu zure lizentzia eta freskatu orria.",
|
"warnLicenseExp": "Zure lizentzia iraungi da. Mesedez, eguneratu zure lizentzia eta freskatu orria.",
|
||||||
"warnLicenseLimitedNoAccess": "Lizentzia iraungi da. Ez daukazu dokumentu-edizio funtzionalitaterako sarbidea. Mesedez, kontaktatu zure administratzailea.",
|
"warnLicenseLimitedNoAccess": "Lizentzia iraungi da. Ez daukazu dokumentu-edizio funtzionalitaterako sarbidea. Mesedez, kontaktatu zure administratzailea.",
|
||||||
"warnLicenseLimitedRenewed": "Lizentziak berritzea behar du. Dokumentu-edizioaren funtzionalitatera sarbide mugatua duzu.<br>Mesedez jarri harremanetan zure administratzailearekin sarbide osoa lortzeko",
|
"warnLicenseLimitedRenewed": "Lizentziak berritzea behar du. Dokumentu-edizioaren funtzionalitatera sarbide mugatua duzu.<br>Mesedez jarri harremanetan zure administratzailearekin sarbide osoa lortzeko",
|
||||||
"warnLicenseUsersExceeded": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan zure administratzailearekin informazio gehiagorako.",
|
"warnLicenseUsersExceeded": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan zure administratzailearekin informazio gehiagorako.",
|
||||||
"warnNoLicense": "Aldibereko konexioen mugara iritsi zara %1 editorerekin. Dokumentu hau bere bistaratzerako bakarrik irekiko da. Jarri harremanetan %1 salmenta taldearekin eguneraketa pertsonalaren baldintzak jakiteko.",
|
"warnNoLicense": "Aldibereko %1 editoreren konexio-mugara iritsi zara. Dokumentu hau ikusteko bakarrik irekiko da. Jarri harremanetan %1 salmenta taldearekin eguneraketa pertsonalaren baldintzak jakiteko.",
|
||||||
"warnNoLicenseUsers": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
"warnNoLicenseUsers": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
||||||
"warnProcessRightsChange": "Ez duzu fitxategi hau editatzeko baimenik.",
|
"warnProcessRightsChange": "Ez duzu fitxategi hau editatzeko baimenik."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"advDRMOptions": "Babestutako fitxategia",
|
"advDRMOptions": "Babestutako fitxategia",
|
||||||
|
@ -553,6 +552,7 @@
|
||||||
"textApplicationSettings": "Aplikazioaren ezarpenak",
|
"textApplicationSettings": "Aplikazioaren ezarpenak",
|
||||||
"textAuthor": "Egilea",
|
"textAuthor": "Egilea",
|
||||||
"textBack": "Atzera",
|
"textBack": "Atzera",
|
||||||
|
"textBeginningDocument": "Dokumentuaren hasiera",
|
||||||
"textBottom": "Behean",
|
"textBottom": "Behean",
|
||||||
"textCancel": "Utzi",
|
"textCancel": "Utzi",
|
||||||
"textCaseSensitive": "Bereizi maiuskulak eta minuskulak",
|
"textCaseSensitive": "Bereizi maiuskulak eta minuskulak",
|
||||||
|
@ -566,24 +566,28 @@
|
||||||
"textCommentsDisplay": "Iruzkinen bistaratzea",
|
"textCommentsDisplay": "Iruzkinen bistaratzea",
|
||||||
"textCreated": "Sortze-data",
|
"textCreated": "Sortze-data",
|
||||||
"textCustomSize": "Tamaina pertsonalizatua",
|
"textCustomSize": "Tamaina pertsonalizatua",
|
||||||
|
"textDirection": "Norabidea",
|
||||||
"textDisableAll": "Desgaitu guztiak",
|
"textDisableAll": "Desgaitu guztiak",
|
||||||
"textDisableAllMacrosWithNotification": "Desgaitu makro guztiak abisuarekin",
|
"textDisableAllMacrosWithNotification": "Desgaitu makro guztiak jakinarazpenarekin",
|
||||||
"textDisableAllMacrosWithoutNotification": "Desgaitu makro guztiak abisurik gabe",
|
"textDisableAllMacrosWithoutNotification": "Desgaitu makro guztiak abisurik gabe",
|
||||||
"textDocumentInfo": "Dokumentuaren informazioa",
|
"textDocumentInfo": "Dokumentuaren informazioa",
|
||||||
"textDocumentSettings": "Dokumentuarekin ezarpenak",
|
"textDocumentSettings": "Dokumentuarekin ezarpenak",
|
||||||
"textDocumentTitle": "Dokumentuaren izenburua",
|
"textDocumentTitle": "Dokumentuaren izenburua",
|
||||||
"textDone": "Eginda",
|
"textDone": "Eginda",
|
||||||
"textDownload": "Deskargatu",
|
"textDownload": "Deskargatu",
|
||||||
"textDownloadAs": "Jaitsi horrela",
|
"textDownloadAs": "Deskargatu horrela",
|
||||||
"textDownloadRtf": "Formatu honetan gordetzen jarraitzen baduzu ezaugarri batzuk galdu egingo dira. Seguru zaude jarraitu nahi duzula?",
|
"textDownloadRtf": "Formatu honetan gordetzen baduzu formatuaren zati bat galdu daiteke. Ziur zaude jarraitu nahi duzula?",
|
||||||
"textDownloadTxt": "Formatu honetan gordetzen jarraitzen baduzu ezaugarri guztiak galduko dira testua izan ezik. Seguru zaude jarraitu nahi duzula?",
|
"textDownloadTxt": "Formatu honetan gordetzen baduzu ezaugarri guztiak galduko dira testua izan ezik. Ziur zaude jarraitu nahi duzula?",
|
||||||
|
"textEmptyHeading": "Goiburu hutsa",
|
||||||
|
"textEmptyScreens": "Ez dago izenbururik dokumentuan. Aplikatu izenburu-estilo bat testuari aurkibidean ager dadin.",
|
||||||
"textEnableAll": "Gaitu guztiak",
|
"textEnableAll": "Gaitu guztiak",
|
||||||
"textEnableAllMacrosWithoutNotification": "Gaitu makro guztiak abisurik gabe",
|
"textEnableAllMacrosWithoutNotification": "Gaitu makro guztiak jakinarazpenik gabe",
|
||||||
"textEncoding": "Kodeketa",
|
"textEncoding": "Kodeketa",
|
||||||
"textFastWV": "Web-ikuspegi azkarra",
|
"textFastWV": "Web-ikuspegi azkarra",
|
||||||
|
"textFeedback": "Oharrak eta laguntza",
|
||||||
"textFind": "Bilatu",
|
"textFind": "Bilatu",
|
||||||
"textFindAndReplace": "Bilatu eta ordeztu",
|
"textFindAndReplace": "Bilatu eta ordeztu",
|
||||||
"textFindAndReplaceAll": "Bilatu eta ordezkatu guztia",
|
"textFindAndReplaceAll": "Bilatu eta ordeztu guztia",
|
||||||
"textFormat": "Formatua",
|
"textFormat": "Formatua",
|
||||||
"textHelp": "Laguntza",
|
"textHelp": "Laguntza",
|
||||||
"textHiddenTableBorders": "Taularen ertzak ezkutuan",
|
"textHiddenTableBorders": "Taularen ertzak ezkutuan",
|
||||||
|
@ -593,12 +597,14 @@
|
||||||
"textLastModified": "Azken aldaketa",
|
"textLastModified": "Azken aldaketa",
|
||||||
"textLastModifiedBy": "Azken aldaketaren egilea",
|
"textLastModifiedBy": "Azken aldaketaren egilea",
|
||||||
"textLeft": "Ezkerra",
|
"textLeft": "Ezkerra",
|
||||||
|
"textLeftToRight": "Ezkerretik eskuinera",
|
||||||
"textLoading": "Kargatzen...",
|
"textLoading": "Kargatzen...",
|
||||||
"textLocation": "Kokalekua",
|
"textLocation": "Kokalekua",
|
||||||
"textMacrosSettings": "Makroen ezarpenak",
|
"textMacrosSettings": "Makroen ezarpenak",
|
||||||
"textMargins": "Marjinak",
|
"textMargins": "Marjinak",
|
||||||
"textMarginsH": "Goiko eta beheko marjinak altuegiak dira orriaren altuerarako",
|
"textMarginsH": "Goiko eta beheko marjinak altuegiak dira orriaren altuerarako",
|
||||||
"textMarginsW": "Ezkerreko eta eskuineko marjinak zabalegiak dira erabilitako orriaren zabalerarako",
|
"textMarginsW": "Ezkerreko eta eskuineko marjinak zabalegiak dira erabilitako orriaren zabalerarako",
|
||||||
|
"textNavigation": "Nabigazioa",
|
||||||
"textNo": "Ez",
|
"textNo": "Ez",
|
||||||
"textNoCharacters": "Inprimatzekoak ez diren karaktereak",
|
"textNoCharacters": "Inprimatzekoak ez diren karaktereak",
|
||||||
"textNoTextFound": "Ez da testua aurkitu",
|
"textNoTextFound": "Ez da testua aurkitu",
|
||||||
|
@ -609,6 +615,7 @@
|
||||||
"textPages": "Orriak",
|
"textPages": "Orriak",
|
||||||
"textPageSize": "Orriaren tamaina",
|
"textPageSize": "Orriaren tamaina",
|
||||||
"textParagraphs": "Paragrafoak",
|
"textParagraphs": "Paragrafoak",
|
||||||
|
"textPdfProducer": "PDF ekoizlea",
|
||||||
"textPdfTagged": "Etiketatutako PDFa",
|
"textPdfTagged": "Etiketatutako PDFa",
|
||||||
"textPdfVer": "PDF bertsioa",
|
"textPdfVer": "PDF bertsioa",
|
||||||
"textPoint": "Puntua",
|
"textPoint": "Puntua",
|
||||||
|
@ -618,22 +625,24 @@
|
||||||
"textReplace": "Ordeztu",
|
"textReplace": "Ordeztu",
|
||||||
"textReplaceAll": "Ordeztu guztia",
|
"textReplaceAll": "Ordeztu guztia",
|
||||||
"textResolvedComments": "Ebatzitako iruzkinak",
|
"textResolvedComments": "Ebatzitako iruzkinak",
|
||||||
|
"textRestartApplication": "Mesedez berrabiarazi aplikazioa aldaketek eragina izan dezaten",
|
||||||
"textRight": "Eskuina",
|
"textRight": "Eskuina",
|
||||||
|
"textRightToLeft": "Eskuinetik ezkerrera",
|
||||||
"textSearch": "Bilatu",
|
"textSearch": "Bilatu",
|
||||||
"textSettings": "Ezarpenak",
|
"textSettings": "Ezarpenak",
|
||||||
"textShowNotification": "Erakutsi jakinarazpena",
|
"textShowNotification": "Erakutsi jakinarazpena",
|
||||||
"textSpaces": "Tarteak",
|
"textSpaces": "Tarteak",
|
||||||
"textSpellcheck": "Ortografia egiaztapena",
|
"textSpellcheck": "Ortografia-egiaztapena",
|
||||||
"textStatistic": "Estadistikak",
|
"textStatistic": "Estatistikak",
|
||||||
"textSubject": "Gaia",
|
"textSubject": "Gaia",
|
||||||
"textSymbols": "Ikurrak",
|
"textSymbols": "Ikurrak",
|
||||||
"textTitle": "Izenburua",
|
"textTitle": "Izenburua",
|
||||||
"textTop": "Goian",
|
"textTop": "Goian",
|
||||||
"textUnitOfMeasurement": "Neurketa-unitatea",
|
"textUnitOfMeasurement": "Neurri-unitatea",
|
||||||
"textUploaded": "Kargatuta",
|
"textUploaded": "Kargatuta",
|
||||||
"textWords": "Hitzak",
|
"textWords": "Hitzak",
|
||||||
"textYes": "Bai",
|
"textYes": "Bai",
|
||||||
"txtDownloadTxt": "Jaitsi TXT",
|
"txtDownloadTxt": "Deskargatu TXT",
|
||||||
"txtIncorrectPwd": "Pasahitza ez da zuzena",
|
"txtIncorrectPwd": "Pasahitza ez da zuzena",
|
||||||
"txtOk": "Ados",
|
"txtOk": "Ados",
|
||||||
"txtProtected": "Behin pasahitza sartu eta fitxategia ireki duzula, uneko pasahitza berrezarri egingo da",
|
"txtProtected": "Behin pasahitza sartu eta fitxategia ireki duzula, uneko pasahitza berrezarri egingo da",
|
||||||
|
@ -658,22 +667,12 @@
|
||||||
"txtScheme6": "Zabaldegia",
|
"txtScheme6": "Zabaldegia",
|
||||||
"txtScheme7": "Berdintza",
|
"txtScheme7": "Berdintza",
|
||||||
"txtScheme8": "Fluxua",
|
"txtScheme8": "Fluxua",
|
||||||
"txtScheme9": "Sortzailea",
|
"txtScheme9": "Sortzailea"
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Gorde gabeko aldaketak dituzu. Egin klik \"Orri honetan jarraitu\" gordetze-automatikoari itxaroteko. Egin klik \"Utzi orri hau\" gorde gabeko aldaketa guztiak baztertzeko.",
|
"dlgLeaveMsgText": "Gorde gabeko aldaketak dituzu. Egin klik \"Jarraitu orri honetan\" gordetze-automatikoari itxaroteko. Egin klik \"Utzi orri hau\" gorde gabeko aldaketa guztiak baztertzeko.",
|
||||||
"dlgLeaveTitleText": "Aplikazioa uzten duzu",
|
"dlgLeaveTitleText": "Aplikazioa uzten duzu",
|
||||||
"leaveButtonText": "Orritik irten",
|
"leaveButtonText": "Irten orritik",
|
||||||
"stayButtonText": "Orri honetan geratu"
|
"stayButtonText": "Jarraitu orrian"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Taille du tableau",
|
"textTableSize": "Taille du tableau",
|
||||||
"txtNotUrl": "Ce champ doit contenir une URL au format \"http://www.example.com\"",
|
"txtNotUrl": "Ce champ doit contenir une URL au format \"http://www.example.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Saut de page avant",
|
"textPageBreakBefore": "Saut de page avant",
|
||||||
"textPageNumbering": "Numérotation des pages",
|
"textPageNumbering": "Numérotation des pages",
|
||||||
"textParagraph": "Paragraphe",
|
"textParagraph": "Paragraphe",
|
||||||
"textParagraphStyles": "Styles de paragraphe",
|
|
||||||
"textPictureFromLibrary": "Image depuis la bibliothèque",
|
"textPictureFromLibrary": "Image depuis la bibliothèque",
|
||||||
"textPictureFromURL": "Image depuis URL",
|
"textPictureFromURL": "Image depuis URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Type",
|
"textType": "Type",
|
||||||
"textWe": "mer.",
|
"textWe": "mer.",
|
||||||
"textWrap": "Renvoi à la ligne",
|
"textWrap": "Renvoi à la ligne",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Délai de conversion expiré.",
|
"convertationTimeoutText": "Délai de conversion expiré.",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "Capitaux",
|
"txtScheme7": "Capitaux",
|
||||||
"txtScheme8": "Flux",
|
"txtScheme8": "Flux",
|
||||||
"txtScheme9": "Fonderie",
|
"txtScheme9": "Fonderie",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Tamaño da táboa",
|
"textTableSize": "Tamaño da táboa",
|
||||||
"txtNotUrl": "Este campo debe ser unha URL no formato \"http://www.example.com\"",
|
"txtNotUrl": "Este campo debe ser unha URL no formato \"http://www.example.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Salto de páxina antes",
|
"textPageBreakBefore": "Salto de páxina antes",
|
||||||
"textPageNumbering": "Numeración de páxinas",
|
"textPageNumbering": "Numeración de páxinas",
|
||||||
"textParagraph": "Parágrafo",
|
"textParagraph": "Parágrafo",
|
||||||
"textParagraphStyles": "Estilos do parágrafo",
|
|
||||||
"textPictureFromLibrary": "Imaxe da biblioteca",
|
"textPictureFromLibrary": "Imaxe da biblioteca",
|
||||||
"textPictureFromURL": "Imaxe da URL",
|
"textPictureFromURL": "Imaxe da URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Tipo",
|
"textType": "Tipo",
|
||||||
"textWe": "Me",
|
"textWe": "Me",
|
||||||
"textWrap": "Axuste",
|
"textWrap": "Axuste",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Excedeu o tempo límite de conversión.",
|
"convertationTimeoutText": "Excedeu o tempo límite de conversión.",
|
||||||
|
@ -653,22 +652,22 @@
|
||||||
"txtScheme7": "Equidade",
|
"txtScheme7": "Equidade",
|
||||||
"txtScheme8": "Fluxo",
|
"txtScheme8": "Fluxo",
|
||||||
"txtScheme9": "Fundición",
|
"txtScheme9": "Fundición",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textNo": "No",
|
"textNo": "No",
|
||||||
"textPageSize": "Page Size",
|
"textPageSize": "Page Size",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textYes": "Yes",
|
"textRightToLeft": "Right To Left",
|
||||||
"textNavigation": "Navigation",
|
"textYes": "Yes"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Táblázat mérete",
|
"textTableSize": "Táblázat mérete",
|
||||||
"txtNotUrl": "Ennek a mezőnek URL formátumúnak kell lennie, pl.: „http://www.pelda.hu”",
|
"txtNotUrl": "Ennek a mezőnek URL formátumúnak kell lennie, pl.: „http://www.pelda.hu”",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Oldaltörés Előtte",
|
"textPageBreakBefore": "Oldaltörés Előtte",
|
||||||
"textPageNumbering": "Oldalszámozás",
|
"textPageNumbering": "Oldalszámozás",
|
||||||
"textParagraph": "Bekezdés",
|
"textParagraph": "Bekezdés",
|
||||||
"textParagraphStyles": "Bekezdés stílusok",
|
|
||||||
"textPictureFromLibrary": "Kép a könyvtárból",
|
"textPictureFromLibrary": "Kép a könyvtárból",
|
||||||
"textPictureFromURL": "Kép URL-en keresztül",
|
"textPictureFromURL": "Kép URL-en keresztül",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Típus",
|
"textType": "Típus",
|
||||||
"textWe": "Sze",
|
"textWe": "Sze",
|
||||||
"textWrap": "Tördel",
|
"textWrap": "Tördel",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Időtúllépés az átalakítás során.",
|
"convertationTimeoutText": "Időtúllépés az átalakítás során.",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "Saját tőke",
|
"txtScheme7": "Saját tőke",
|
||||||
"txtScheme8": "Folyam",
|
"txtScheme8": "Folyam",
|
||||||
"txtScheme9": "Öntöde",
|
"txtScheme9": "Öntöde",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Ukuran Tabel",
|
"textTableSize": "Ukuran Tabel",
|
||||||
"txtNotUrl": "Area ini harus dalam format URL “http://www.contoh.com”",
|
"txtNotUrl": "Area ini harus dalam format URL “http://www.contoh.com”",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Jeda halaman sebelum",
|
"textPageBreakBefore": "Jeda halaman sebelum",
|
||||||
"textPageNumbering": "Penomoran Halaman",
|
"textPageNumbering": "Penomoran Halaman",
|
||||||
"textParagraph": "Paragraf",
|
"textParagraph": "Paragraf",
|
||||||
"textParagraphStyles": "Style Paragraf",
|
|
||||||
"textPictureFromLibrary": "Gambar dari Perpustakaan",
|
"textPictureFromLibrary": "Gambar dari Perpustakaan",
|
||||||
"textPictureFromURL": "Gambar dari URL",
|
"textPictureFromURL": "Gambar dari URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Ketik",
|
"textType": "Ketik",
|
||||||
"textWe": "Rab",
|
"textWe": "Rab",
|
||||||
"textWrap": "Wrap",
|
"textWrap": "Wrap",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Waktu konversi habis.",
|
"convertationTimeoutText": "Waktu konversi habis.",
|
||||||
|
@ -656,19 +655,19 @@
|
||||||
"txtScheme7": "Margin Sisa",
|
"txtScheme7": "Margin Sisa",
|
||||||
"txtScheme8": "Alur",
|
"txtScheme8": "Alur",
|
||||||
"txtScheme9": "Cetakan",
|
"txtScheme9": "Cetakan",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textNavigation": "Navigation",
|
"textRightToLeft": "Right To Left"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Anda memiliki perubahan yang belum tersimpan. Klik 'Tetap di Halaman Ini' untuk menunggu simpan otomatis. Klik ‘Tinggalkan Halaman Ini’ untuk membatalkan semua perubahan yang belum disimpan.",
|
"dlgLeaveMsgText": "Anda memiliki perubahan yang belum tersimpan. Klik 'Tetap di Halaman Ini' untuk menunggu simpan otomatis. Klik ‘Tinggalkan Halaman Ini’ untuk membatalkan semua perubahan yang belum disimpan.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Dimensione di tabella",
|
"textTableSize": "Dimensione di tabella",
|
||||||
"txtNotUrl": "Questo campo deve essere un URL nel formato \"http://www.example.com\"",
|
"txtNotUrl": "Questo campo deve essere un URL nel formato \"http://www.example.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Interruzione di pagina davanti",
|
"textPageBreakBefore": "Interruzione di pagina davanti",
|
||||||
"textPageNumbering": "Numerazione di pagine",
|
"textPageNumbering": "Numerazione di pagine",
|
||||||
"textParagraph": "Paragrafo",
|
"textParagraph": "Paragrafo",
|
||||||
"textParagraphStyles": "Stili di paragrafo",
|
|
||||||
"textPictureFromLibrary": "Immagine dalla libreria",
|
"textPictureFromLibrary": "Immagine dalla libreria",
|
||||||
"textPictureFromURL": "Immagine dall'URL",
|
"textPictureFromURL": "Immagine dall'URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Tipo",
|
"textType": "Tipo",
|
||||||
"textWe": "Mer",
|
"textWe": "Mer",
|
||||||
"textWrap": "Avvolgere",
|
"textWrap": "Avvolgere",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "È stato superato il tempo massimo della conversione.",
|
"convertationTimeoutText": "È stato superato il tempo massimo della conversione.",
|
||||||
|
@ -653,22 +652,22 @@
|
||||||
"txtScheme7": "Equità",
|
"txtScheme7": "Equità",
|
||||||
"txtScheme8": "Flusso",
|
"txtScheme8": "Flusso",
|
||||||
"txtScheme9": "Fonderia",
|
"txtScheme9": "Fonderia",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textNo": "No",
|
"textNo": "No",
|
||||||
"textPageSize": "Page Size",
|
"textPageSize": "Page Size",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textYes": "Yes",
|
"textRightToLeft": "Right To Left",
|
||||||
"textNavigation": "Navigation",
|
"textYes": "Yes"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "表のサイズ",
|
"textTableSize": "表のサイズ",
|
||||||
"txtNotUrl": "このフィールドは、「http://www.example.com」の形式のURLである必要があります。",
|
"txtNotUrl": "このフィールドは、「http://www.example.com」の形式のURLである必要があります。",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "前に改ページ",
|
"textPageBreakBefore": "前に改ページ",
|
||||||
"textPageNumbering": "ページ番号",
|
"textPageNumbering": "ページ番号",
|
||||||
"textParagraph": "段落",
|
"textParagraph": "段落",
|
||||||
"textParagraphStyles": "段落のスタイル",
|
|
||||||
"textPictureFromLibrary": "ライブラリからのイメージ",
|
"textPictureFromLibrary": "ライブラリからのイメージ",
|
||||||
"textPictureFromURL": "URLからのイメージ",
|
"textPictureFromURL": "URLからのイメージ",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "タイプ",
|
"textType": "タイプ",
|
||||||
"textWe": "水",
|
"textWe": "水",
|
||||||
"textWrap": "折り返す",
|
"textWrap": "折り返す",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "変換のタイムアウトを超過しました。",
|
"convertationTimeoutText": "変換のタイムアウトを超過しました。",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "株主資本",
|
"txtScheme7": "株主資本",
|
||||||
"txtScheme8": "フロー",
|
"txtScheme8": "フロー",
|
||||||
"txtScheme9": "ファウンドリ",
|
"txtScheme9": "ファウンドリ",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "保存されていない変更があります。自動保存を待つように「このページから移動しない」をクリックしてください。保存されていない変更を破棄ように「このページから移動する」をクリックしてください。",
|
"dlgLeaveMsgText": "保存されていない変更があります。自動保存を待つように「このページから移動しない」をクリックしてください。保存されていない変更を破棄ように「このページから移動する」をクリックしてください。",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "표 크기",
|
"textTableSize": "표 크기",
|
||||||
"txtNotUrl": "이 필드는 \"http://www.example.com\"형식의 URL이어야합니다.",
|
"txtNotUrl": "이 필드는 \"http://www.example.com\"형식의 URL이어야합니다.",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "현재 단락 앞에서 페이지 나누기",
|
"textPageBreakBefore": "현재 단락 앞에서 페이지 나누기",
|
||||||
"textPageNumbering": "페이지 넘버링",
|
"textPageNumbering": "페이지 넘버링",
|
||||||
"textParagraph": "단락",
|
"textParagraph": "단락",
|
||||||
"textParagraphStyles": "단락 스타일",
|
|
||||||
"textPictureFromLibrary": "그림 라이브러리에서",
|
"textPictureFromLibrary": "그림 라이브러리에서",
|
||||||
"textPictureFromURL": "URL에서 그림",
|
"textPictureFromURL": "URL에서 그림",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "유형",
|
"textType": "유형",
|
||||||
"textWe": "수요일",
|
"textWe": "수요일",
|
||||||
"textWrap": "줄 바꾸기",
|
"textWrap": "줄 바꾸기",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "변환 시간을 초과했습니다.",
|
"convertationTimeoutText": "변환 시간을 초과했습니다.",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "같음",
|
"txtScheme7": "같음",
|
||||||
"txtScheme8": "플로우",
|
"txtScheme8": "플로우",
|
||||||
"txtScheme9": "발견",
|
"txtScheme9": "발견",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "저장하지 않은 변경 사항이 있습니다. 자동 저장이 완료될 때까지 기다리려면 \"이 페이지에 머물기\"를 클릭하십시오. \"이 페이지에서 나가기\"를 클릭하면 저장되지 않은 모든 변경 사항이 삭제됩니다.",
|
"dlgLeaveMsgText": "저장하지 않은 변경 사항이 있습니다. 자동 저장이 완료될 때까지 기다리려면 \"이 페이지에 머물기\"를 클릭하십시오. \"이 페이지에서 나가기\"를 클릭하면 저장되지 않은 모든 변경 사항이 삭제됩니다.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "ຂະໜາດຕາຕະລາງ",
|
"textTableSize": "ຂະໜາດຕາຕະລາງ",
|
||||||
"txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\"",
|
"txtNotUrl": "ຊ່ອງຂໍ້ມູນນີ້ຄວນຈະເປັນ URL ໃນຮູບແບບ \"http://www.example.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "ແຍກໜ້າເອກະສານກ່ອນໜ້າ",
|
"textPageBreakBefore": "ແຍກໜ້າເອກະສານກ່ອນໜ້າ",
|
||||||
"textPageNumbering": "ເລກໜ້າ",
|
"textPageNumbering": "ເລກໜ້າ",
|
||||||
"textParagraph": "ວັກ",
|
"textParagraph": "ວັກ",
|
||||||
"textParagraphStyles": "ຮຸບແບບວັກ",
|
|
||||||
"textPictureFromLibrary": "ຮູບພາບຈາກຫ້ອງສະໝຸດ",
|
"textPictureFromLibrary": "ຮູບພາບຈາກຫ້ອງສະໝຸດ",
|
||||||
"textPictureFromURL": "ຮູບພາບຈາກ URL",
|
"textPictureFromURL": "ຮູບພາບຈາກ URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "ພິມ",
|
"textType": "ພິມ",
|
||||||
"textWe": "ພວກເຮົາ",
|
"textWe": "ພວກເຮົາ",
|
||||||
"textWrap": "ຫໍ່",
|
"textWrap": "ຫໍ່",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "ໝົດເວລາການປ່ຽນແປງ.",
|
"convertationTimeoutText": "ໝົດເວລາການປ່ຽນແປງ.",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "ຄວາມເທົ່າທຽມກັນ",
|
"txtScheme7": "ຄວາມເທົ່າທຽມກັນ",
|
||||||
"txtScheme8": "ຂະບວນການ",
|
"txtScheme8": "ຂະບວນການ",
|
||||||
"txtScheme9": "ໂຮງຫລໍ່",
|
"txtScheme9": "ໂຮງຫລໍ່",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "ທ່ານມີການປ່ຽນແປງທີ່ຍັງບໍ່ໄດ້ບັນທຶກໄວ້. ຄລິກທີ່ 'ຢູ່ໃນໜ້ານີ້' ເພື່ອລໍຖ້າການບັນທຶກອັດຕະໂນມັດ. ຄລິກ 'ອອກຈາກໜ້ານີ້' ເພື່ອຍົກເລີກການປ່ຽນແປງທີ່ບໍ່ໄດ້ບັນທຶກໄວ້ທັງໝົດ.",
|
"dlgLeaveMsgText": "ທ່ານມີການປ່ຽນແປງທີ່ຍັງບໍ່ໄດ້ບັນທຶກໄວ້. ຄລິກທີ່ 'ຢູ່ໃນໜ້ານີ້' ເພື່ອລໍຖ້າການບັນທຶກອັດຕະໂນມັດ. ຄລິກ 'ອອກຈາກໜ້ານີ້' ເພື່ອຍົກເລີກການປ່ຽນແປງທີ່ບໍ່ໄດ້ບັນທຶກໄວ້ທັງໝົດ.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Saiz Jadual",
|
"textTableSize": "Saiz Jadual",
|
||||||
"txtNotUrl": "Medan ini perlu sebagai URL dalam \"http://www.example.com\" formatnya",
|
"txtNotUrl": "Medan ini perlu sebagai URL dalam \"http://www.example.com\" formatnya",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Pemutus Halaman Sebelum",
|
"textPageBreakBefore": "Pemutus Halaman Sebelum",
|
||||||
"textPageNumbering": "Penomboran Halaman",
|
"textPageNumbering": "Penomboran Halaman",
|
||||||
"textParagraph": "Perenggan",
|
"textParagraph": "Perenggan",
|
||||||
"textParagraphStyles": "Gaya Perenggan",
|
|
||||||
"textPictureFromLibrary": "Gambar daripada Perpustakaan",
|
"textPictureFromLibrary": "Gambar daripada Perpustakaan",
|
||||||
"textPictureFromURL": "Gambar daripada URL",
|
"textPictureFromURL": "Gambar daripada URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Jenis",
|
"textType": "Jenis",
|
||||||
"textWe": "Kami",
|
"textWe": "Kami",
|
||||||
"textWrap": "Balut",
|
"textWrap": "Balut",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Melebihi masa tamat penukaran.",
|
"convertationTimeoutText": "Melebihi masa tamat penukaran.",
|
||||||
|
@ -658,17 +657,17 @@
|
||||||
"txtScheme7": "Ekuiti",
|
"txtScheme7": "Ekuiti",
|
||||||
"txtScheme8": "Aliran",
|
"txtScheme8": "Aliran",
|
||||||
"txtScheme9": "Faundri",
|
"txtScheme9": "Faundri",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"textSubject": "Subject",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left",
|
||||||
|
"textSubject": "Subject"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Anda mempunyai perubahan yang tidak disimpan. Klik 'Stay on this Page' untuk menunggu autosimpan. Klik 'Leave this Page' untuk membuang semua perubahan yang tidak disimpan.",
|
"dlgLeaveMsgText": "Anda mempunyai perubahan yang tidak disimpan. Klik 'Stay on this Page' untuk menunggu autosimpan. Klik 'Leave this Page' untuk membuang semua perubahan yang tidak disimpan.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"txtNotUrl": "Dit veld moet een URL bevatten in de notatie \"http://www.internet.nl\"",
|
"txtNotUrl": "Dit veld moet een URL bevatten in de notatie \"http://www.internet.nl\"",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -276,7 +276,6 @@
|
||||||
"textPageBreakBefore": "Pagina-einde vóór",
|
"textPageBreakBefore": "Pagina-einde vóór",
|
||||||
"textPageNumbering": "Paginanummering",
|
"textPageNumbering": "Paginanummering",
|
||||||
"textParagraph": "Alinea",
|
"textParagraph": "Alinea",
|
||||||
"textParagraphStyles": "Alineastijlen",
|
|
||||||
"textPictureFromLibrary": "Afbeelding uit bibliotheek",
|
"textPictureFromLibrary": "Afbeelding uit bibliotheek",
|
||||||
"textPictureFromURL": "Afbeelding van URL",
|
"textPictureFromURL": "Afbeelding van URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -314,57 +313,57 @@
|
||||||
"textTotalRow": "Totaalrij",
|
"textTotalRow": "Totaalrij",
|
||||||
"textType": "Type",
|
"textType": "Type",
|
||||||
"textWrap": "Wikkel",
|
"textWrap": "Wikkel",
|
||||||
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textApril": "April",
|
"textApril": "April",
|
||||||
"textAugust": "August",
|
"textAugust": "August",
|
||||||
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
"textDecember": "December",
|
"textDecember": "December",
|
||||||
"textDesign": "Design",
|
"textDesign": "Design",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
"textEmpty": "Empty",
|
"textEmpty": "Empty",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
"textFebruary": "February",
|
"textFebruary": "February",
|
||||||
|
"textFormal": "Formal",
|
||||||
"textFr": "Fr",
|
"textFr": "Fr",
|
||||||
"textJanuary": "January",
|
"textJanuary": "January",
|
||||||
"textJuly": "July",
|
"textJuly": "July",
|
||||||
"textJune": "June",
|
"textJune": "June",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
"textMarch": "March",
|
"textMarch": "March",
|
||||||
"textMay": "May",
|
"textMay": "May",
|
||||||
"textMo": "Mo",
|
"textMo": "Mo",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
"textNovember": "November",
|
"textNovember": "November",
|
||||||
"textOctober": "October",
|
"textOctober": "October",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textCreateTextStyle": "Create new text style",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textSa": "Sa",
|
|
||||||
"textSeptember": "September",
|
|
||||||
"textSu": "Su",
|
|
||||||
"textTh": "Th",
|
|
||||||
"textTu": "Tu",
|
|
||||||
"textWe": "We",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
"textOnline": "Online",
|
||||||
"textClassic": "Classic",
|
"textPageNumbers": "Page Numbers",
|
||||||
"textDistinctive": "Distinctive",
|
"textParagraphStyle": "Paragraph Style",
|
||||||
"textCentered": "Centered",
|
"textRefresh": "Refresh",
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSa": "Sa",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSeptember": "September",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textSu": "Su",
|
||||||
|
"textTableOfCont": "TOC",
|
||||||
|
"textTh": "Th",
|
||||||
|
"textTitle": "Title",
|
||||||
|
"textTu": "Tu",
|
||||||
|
"textWe": "We"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Time-out voor conversie overschreden.",
|
"convertationTimeoutText": "Time-out voor conversie overschreden.",
|
||||||
|
@ -653,22 +652,22 @@
|
||||||
"txtScheme7": "Vermogen",
|
"txtScheme7": "Vermogen",
|
||||||
"txtScheme8": "Stroom",
|
"txtScheme8": "Stroom",
|
||||||
"txtScheme9": "Gieterij",
|
"txtScheme9": "Gieterij",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textNo": "No",
|
"textNo": "No",
|
||||||
"textPageSize": "Page Size",
|
"textPageSize": "Page Size",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textYes": "Yes",
|
"textRightToLeft": "Right To Left",
|
||||||
"textNavigation": "Navigation",
|
"textYes": "Yes"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Tamanho da tabela",
|
"textTableSize": "Tamanho da tabela",
|
||||||
"txtNotUrl": "Este campo deve ser um URL no formato \"http://www.exemplo.com\"",
|
"txtNotUrl": "Este campo deve ser um URL no formato \"http://www.exemplo.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -213,6 +213,7 @@
|
||||||
"textAlign": "Alinhar",
|
"textAlign": "Alinhar",
|
||||||
"textAllCaps": "Tudo em maiúsculas",
|
"textAllCaps": "Tudo em maiúsculas",
|
||||||
"textAllowOverlap": "Permitir sobreposição",
|
"textAllowOverlap": "Permitir sobreposição",
|
||||||
|
"textAmountOfLevels": "Quantidade de níveis",
|
||||||
"textApril": "Abril",
|
"textApril": "Abril",
|
||||||
"textAugust": "Agosto",
|
"textAugust": "Agosto",
|
||||||
"textAuto": "Automático",
|
"textAuto": "Automático",
|
||||||
|
@ -227,11 +228,16 @@
|
||||||
"textBringToForeground": "Trazer para primeiro plano",
|
"textBringToForeground": "Trazer para primeiro plano",
|
||||||
"textBullets": "Marcas",
|
"textBullets": "Marcas",
|
||||||
"textBulletsAndNumbers": "Marcas e numeração",
|
"textBulletsAndNumbers": "Marcas e numeração",
|
||||||
|
"textCancel": "Cancelar",
|
||||||
"textCellMargins": "Margens da célula",
|
"textCellMargins": "Margens da célula",
|
||||||
|
"textCentered": "Centrado",
|
||||||
"textChart": "Gráfico",
|
"textChart": "Gráfico",
|
||||||
|
"textClassic": "Clássico",
|
||||||
"textClose": "Fechar",
|
"textClose": "Fechar",
|
||||||
"textColor": "Cor",
|
"textColor": "Cor",
|
||||||
"textContinueFromPreviousSection": "Continuar da secção anterior",
|
"textContinueFromPreviousSection": "Continuar da secção anterior",
|
||||||
|
"textCreateTextStyle": "Criar novo estilo de texto",
|
||||||
|
"textCurrent": "Atual",
|
||||||
"textCustomColor": "Cor personalizada",
|
"textCustomColor": "Cor personalizada",
|
||||||
"textDecember": "Dezembro",
|
"textDecember": "Dezembro",
|
||||||
"textDesign": "Design",
|
"textDesign": "Design",
|
||||||
|
@ -239,6 +245,8 @@
|
||||||
"textDifferentOddAndEvenPages": "Páginas pares e ímpares diferentes",
|
"textDifferentOddAndEvenPages": "Páginas pares e ímpares diferentes",
|
||||||
"textDisplay": "Exibição",
|
"textDisplay": "Exibição",
|
||||||
"textDistanceFromText": "Distância a partir do texto",
|
"textDistanceFromText": "Distância a partir do texto",
|
||||||
|
"textDistinctive": "Distintivo",
|
||||||
|
"textDone": "Concluído",
|
||||||
"textDoubleStrikethrough": "Rasurado duplo",
|
"textDoubleStrikethrough": "Rasurado duplo",
|
||||||
"textEditLink": "Editar ligação",
|
"textEditLink": "Editar ligação",
|
||||||
"textEffects": "Efeitos",
|
"textEffects": "Efeitos",
|
||||||
|
@ -253,6 +261,7 @@
|
||||||
"textFontColors": "Cores do tipo de letra",
|
"textFontColors": "Cores do tipo de letra",
|
||||||
"textFonts": "Tipos de letra",
|
"textFonts": "Tipos de letra",
|
||||||
"textFooter": "Rodapé",
|
"textFooter": "Rodapé",
|
||||||
|
"textFormal": "Formal",
|
||||||
"textFr": "Sex",
|
"textFr": "Sex",
|
||||||
"textHeader": "Cabeçalho",
|
"textHeader": "Cabeçalho",
|
||||||
"textHeaderRow": "Linha de cabeçalho",
|
"textHeaderRow": "Linha de cabeçalho",
|
||||||
|
@ -268,7 +277,9 @@
|
||||||
"textKeepLinesTogether": "Manter as linhas juntas",
|
"textKeepLinesTogether": "Manter as linhas juntas",
|
||||||
"textKeepWithNext": "Manter com seguinte",
|
"textKeepWithNext": "Manter com seguinte",
|
||||||
"textLastColumn": "Última coluna",
|
"textLastColumn": "Última coluna",
|
||||||
|
"textLeader": "Guia",
|
||||||
"textLetterSpacing": "Espaçamento entre letras",
|
"textLetterSpacing": "Espaçamento entre letras",
|
||||||
|
"textLevels": "Níveis",
|
||||||
"textLineSpacing": "Espaçamento entre linhas",
|
"textLineSpacing": "Espaçamento entre linhas",
|
||||||
"textLink": "Ligação",
|
"textLink": "Ligação",
|
||||||
"textLinkSettings": "Definições da ligação",
|
"textLinkSettings": "Definições da ligação",
|
||||||
|
@ -276,9 +287,11 @@
|
||||||
"textMarch": "Março",
|
"textMarch": "Março",
|
||||||
"textMay": "Maio",
|
"textMay": "Maio",
|
||||||
"textMo": "Seg",
|
"textMo": "Seg",
|
||||||
|
"textModern": "Moderno",
|
||||||
"textMoveBackward": "Mover para trás",
|
"textMoveBackward": "Mover para trás",
|
||||||
"textMoveForward": "Mover para frente",
|
"textMoveForward": "Mover para frente",
|
||||||
"textMoveWithText": "Mover com texto",
|
"textMoveWithText": "Mover com texto",
|
||||||
|
"textNextParagraphStyle": "Estilo do parágrafo seguinte",
|
||||||
"textNone": "Nenhum",
|
"textNone": "Nenhum",
|
||||||
"textNoStyles": "Sem estilos para este tipo de gráficos",
|
"textNoStyles": "Sem estilos para este tipo de gráficos",
|
||||||
"textNotUrl": "Este campo deve ser um URL no formato \"http://www.exemplo.com\"",
|
"textNotUrl": "Este campo deve ser um URL no formato \"http://www.exemplo.com\"",
|
||||||
|
@ -286,16 +299,17 @@
|
||||||
"textNumbers": "Números",
|
"textNumbers": "Números",
|
||||||
"textOctober": "Outubro",
|
"textOctober": "Outubro",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
|
"textOnline": "Online",
|
||||||
"textOpacity": "Opacidade",
|
"textOpacity": "Opacidade",
|
||||||
"textOptions": "Opções",
|
"textOptions": "Opções",
|
||||||
"textOrphanControl": "Controlo de órfãos",
|
"textOrphanControl": "Controlo de órfãos",
|
||||||
"textPageBreakBefore": "Quebra de página antes",
|
"textPageBreakBefore": "Quebra de página antes",
|
||||||
"textPageNumbering": "Numeração de páginas",
|
"textPageNumbering": "Numeração de páginas",
|
||||||
"textParagraph": "Parágrafo",
|
"textParagraph": "Parágrafo",
|
||||||
"textParagraphStyles": "Estilos de parágrafo",
|
|
||||||
"textPictureFromLibrary": "Imagem da biblioteca",
|
"textPictureFromLibrary": "Imagem da biblioteca",
|
||||||
"textPictureFromURL": "Imagem de um URL",
|
"textPictureFromURL": "Imagem de um URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
"textRefresh": "Atualizar",
|
||||||
"textRemoveChart": "Remover gráfico",
|
"textRemoveChart": "Remover gráfico",
|
||||||
"textRemoveImage": "Remover imagem",
|
"textRemoveImage": "Remover imagem",
|
||||||
"textRemoveLink": "Remover ligação",
|
"textRemoveLink": "Remover ligação",
|
||||||
|
@ -313,14 +327,18 @@
|
||||||
"textSeptember": "Setembro",
|
"textSeptember": "Setembro",
|
||||||
"textSettings": "Configurações",
|
"textSettings": "Configurações",
|
||||||
"textShape": "Forma",
|
"textShape": "Forma",
|
||||||
|
"textSimple": "Simples",
|
||||||
"textSize": "Tamanho",
|
"textSize": "Tamanho",
|
||||||
"textSmallCaps": "Versaletes",
|
"textSmallCaps": "Versaletes",
|
||||||
"textSpaceBetweenParagraphs": "Espaçamento entre parágrafos",
|
"textSpaceBetweenParagraphs": "Espaçamento entre parágrafos",
|
||||||
"textSquare": "Quadrado",
|
"textSquare": "Quadrado",
|
||||||
|
"textStandard": "Padrão",
|
||||||
"textStartAt": "Iniciar em",
|
"textStartAt": "Iniciar em",
|
||||||
"textStrikethrough": "Rasurado",
|
"textStrikethrough": "Rasurado",
|
||||||
|
"textStructure": "Estrutura",
|
||||||
"textStyle": "Estilo",
|
"textStyle": "Estilo",
|
||||||
"textStyleOptions": "Opções de estilo",
|
"textStyleOptions": "Opções de estilo",
|
||||||
|
"textStyles": "Estilos",
|
||||||
"textSu": "Dom",
|
"textSu": "Dom",
|
||||||
"textSubscript": "Subscrito",
|
"textSubscript": "Subscrito",
|
||||||
"textSuperscript": "Sobrescrito",
|
"textSuperscript": "Sobrescrito",
|
||||||
|
@ -336,35 +354,16 @@
|
||||||
"textType": "Tipo",
|
"textType": "Tipo",
|
||||||
"textWe": "Qua",
|
"textWe": "Qua",
|
||||||
"textWrap": "Moldar",
|
"textWrap": "Moldar",
|
||||||
"textCreateTextStyle": "Create new text style",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
"textPageNumbers": "Page Numbers",
|
||||||
"textSimple": "Simple",
|
"textParagraphStyle": "Paragraph Style",
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
"textStyles": "Styles",
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Excedeu o tempo limite de conversão.",
|
"convertationTimeoutText": "Excedeu o tempo limite de conversão.",
|
||||||
|
@ -528,6 +527,7 @@
|
||||||
"textRemember": "Memorizar a minha escolha",
|
"textRemember": "Memorizar a minha escolha",
|
||||||
"textReplaceSkipped": "A substituição foi realizada. {0} ocorrências foram ignoradas.",
|
"textReplaceSkipped": "A substituição foi realizada. {0} ocorrências foram ignoradas.",
|
||||||
"textReplaceSuccess": "A pesquisa foi realizada. Ocorrências substituídas: {0}",
|
"textReplaceSuccess": "A pesquisa foi realizada. Ocorrências substituídas: {0}",
|
||||||
|
"textRequestMacros": "Uma macro faz um pedido de URL. Quer permitir o pedido à %1?",
|
||||||
"textYes": "Sim",
|
"textYes": "Sim",
|
||||||
"titleLicenseExp": "Licença expirada",
|
"titleLicenseExp": "Licença expirada",
|
||||||
"titleServerVersion": "Editor atualizado",
|
"titleServerVersion": "Editor atualizado",
|
||||||
|
@ -539,8 +539,7 @@
|
||||||
"warnLicenseUsersExceeded": "Atingiu o limite de %1 editores. Contacte o seu administrador para obter detalhes.",
|
"warnLicenseUsersExceeded": "Atingiu o limite de %1 editores. Contacte o seu administrador para obter detalhes.",
|
||||||
"warnNoLicense": "Atingiu o limite de ligações simultâneas a %1 editores. Este documento será aberto apenas para visualização. Contacte a %1 equipa de vendas para consultar os termos de atualização para si.",
|
"warnNoLicense": "Atingiu o limite de ligações simultâneas a %1 editores. Este documento será aberto apenas para visualização. Contacte a %1 equipa de vendas para consultar os termos de atualização para si.",
|
||||||
"warnNoLicenseUsers": "Atingiu o limite de %1 editores. Contacte a equipa comercial %1 para obter mais informações.",
|
"warnNoLicenseUsers": "Atingiu o limite de %1 editores. Contacte a equipa comercial %1 para obter mais informações.",
|
||||||
"warnProcessRightsChange": "Não tem autorização para editar este ficheiro.",
|
"warnProcessRightsChange": "Não tem autorização para editar este ficheiro."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"advDRMOptions": "Ficheiro protegido",
|
"advDRMOptions": "Ficheiro protegido",
|
||||||
|
@ -553,6 +552,7 @@
|
||||||
"textApplicationSettings": "Definições da aplicação",
|
"textApplicationSettings": "Definições da aplicação",
|
||||||
"textAuthor": "Autor",
|
"textAuthor": "Autor",
|
||||||
"textBack": "Recuar",
|
"textBack": "Recuar",
|
||||||
|
"textBeginningDocument": "Início do documento",
|
||||||
"textBottom": "Inferior",
|
"textBottom": "Inferior",
|
||||||
"textCancel": "Cancelar",
|
"textCancel": "Cancelar",
|
||||||
"textCaseSensitive": "Diferenciar maiúsculas/minúsculas",
|
"textCaseSensitive": "Diferenciar maiúsculas/minúsculas",
|
||||||
|
@ -566,6 +566,7 @@
|
||||||
"textCommentsDisplay": "Exibição de comentários",
|
"textCommentsDisplay": "Exibição de comentários",
|
||||||
"textCreated": "Criado",
|
"textCreated": "Criado",
|
||||||
"textCustomSize": "Tamanho personalizado",
|
"textCustomSize": "Tamanho personalizado",
|
||||||
|
"textDirection": "Direção",
|
||||||
"textDisableAll": "Desativar tudo",
|
"textDisableAll": "Desativar tudo",
|
||||||
"textDisableAllMacrosWithNotification": "Desativar todas as macros com notificação",
|
"textDisableAllMacrosWithNotification": "Desativar todas as macros com notificação",
|
||||||
"textDisableAllMacrosWithoutNotification": "Desativar todas as macros sem notificação",
|
"textDisableAllMacrosWithoutNotification": "Desativar todas as macros sem notificação",
|
||||||
|
@ -577,10 +578,12 @@
|
||||||
"textDownloadAs": "Descarregar como",
|
"textDownloadAs": "Descarregar como",
|
||||||
"textDownloadRtf": "Se continuar e guardar neste formato é possível perder alguma formatação.<br>Tem a certeza de que quer continuar?",
|
"textDownloadRtf": "Se continuar e guardar neste formato é possível perder alguma formatação.<br>Tem a certeza de que quer continuar?",
|
||||||
"textDownloadTxt": "Se continuar e guardar neste formato é possível perder alguma formatação.<br>Tem a certeza de que quer continuar?",
|
"textDownloadTxt": "Se continuar e guardar neste formato é possível perder alguma formatação.<br>Tem a certeza de que quer continuar?",
|
||||||
|
"textEmptyHeading": "Título vazio",
|
||||||
"textEnableAll": "Ativar tudo",
|
"textEnableAll": "Ativar tudo",
|
||||||
"textEnableAllMacrosWithoutNotification": "Ativar todas as macros sem notificação",
|
"textEnableAllMacrosWithoutNotification": "Ativar todas as macros sem notificação",
|
||||||
"textEncoding": "Codificação",
|
"textEncoding": "Codificação",
|
||||||
"textFastWV": "Visualização rápida da Web",
|
"textFastWV": "Visualização rápida da Web",
|
||||||
|
"textFeedback": "Feedback e Suporte",
|
||||||
"textFind": "Localizar",
|
"textFind": "Localizar",
|
||||||
"textFindAndReplace": "Localizar e substituir",
|
"textFindAndReplace": "Localizar e substituir",
|
||||||
"textFindAndReplaceAll": "Localizar e substituir tudo",
|
"textFindAndReplaceAll": "Localizar e substituir tudo",
|
||||||
|
@ -593,12 +596,14 @@
|
||||||
"textLastModified": "Última modificação",
|
"textLastModified": "Última modificação",
|
||||||
"textLastModifiedBy": "Última modificação por",
|
"textLastModifiedBy": "Última modificação por",
|
||||||
"textLeft": "Esquerda",
|
"textLeft": "Esquerda",
|
||||||
|
"textLeftToRight": "Da esquerda para a direita",
|
||||||
"textLoading": "Carregando...",
|
"textLoading": "Carregando...",
|
||||||
"textLocation": "Localização",
|
"textLocation": "Localização",
|
||||||
"textMacrosSettings": "Definições de macros",
|
"textMacrosSettings": "Definições de macros",
|
||||||
"textMargins": "Margens",
|
"textMargins": "Margens",
|
||||||
"textMarginsH": "As margens superior e inferior são muito grandes para a altura indicada",
|
"textMarginsH": "As margens superior e inferior são muito grandes para a altura indicada",
|
||||||
"textMarginsW": "As margens direita e esquerda são muito grandes para a largura indicada",
|
"textMarginsW": "As margens direita e esquerda são muito grandes para a largura indicada",
|
||||||
|
"textNavigation": "Navegação",
|
||||||
"textNo": "Não",
|
"textNo": "Não",
|
||||||
"textNoCharacters": "Caracteres não imprimíveis",
|
"textNoCharacters": "Caracteres não imprimíveis",
|
||||||
"textNoTextFound": "Texto não encontrado",
|
"textNoTextFound": "Texto não encontrado",
|
||||||
|
@ -619,6 +624,7 @@
|
||||||
"textReplaceAll": "Substituir tudo",
|
"textReplaceAll": "Substituir tudo",
|
||||||
"textResolvedComments": "Comentários resolvidos",
|
"textResolvedComments": "Comentários resolvidos",
|
||||||
"textRight": "Direita",
|
"textRight": "Direita",
|
||||||
|
"textRightToLeft": "Da direita para a esquerda",
|
||||||
"textSearch": "Pesquisar",
|
"textSearch": "Pesquisar",
|
||||||
"textSettings": "Configurações",
|
"textSettings": "Configurações",
|
||||||
"textShowNotification": "Mostrar notificação",
|
"textShowNotification": "Mostrar notificação",
|
||||||
|
@ -659,16 +665,9 @@
|
||||||
"txtScheme7": "Equidade",
|
"txtScheme7": "Equidade",
|
||||||
"txtScheme8": "Fluxo",
|
"txtScheme8": "Fluxo",
|
||||||
"txtScheme9": "Fundição",
|
"txtScheme9": "Fundição",
|
||||||
"textFeedback": "Feedback & Support",
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
"textPdfProducer": "PDF Producer",
|
||||||
"textNavigation": "Navigation",
|
"textRestartApplication": "Please restart the application for the changes to take effect"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Existem alterações não guardadas. Clique 'Ficar na página' para guardar automaticamente. Clique 'Sair da página' para rejeitar todas as alterações.",
|
"dlgLeaveMsgText": "Existem alterações não guardadas. Clique 'Ficar na página' para guardar automaticamente. Clique 'Sair da página' para rejeitar todas as alterações.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Tamanho da tabela",
|
"textTableSize": "Tamanho da tabela",
|
||||||
"txtNotUrl": "Este campo deve ser uma URL no formato \"http://www.example.com\"",
|
"txtNotUrl": "Este campo deve ser uma URL no formato \"http://www.example.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Quebra de página antes",
|
"textPageBreakBefore": "Quebra de página antes",
|
||||||
"textPageNumbering": "Numeração da página",
|
"textPageNumbering": "Numeração da página",
|
||||||
"textParagraph": "Parágrafo",
|
"textParagraph": "Parágrafo",
|
||||||
"textParagraphStyles": "Estilos do parágrafo",
|
|
||||||
"textPictureFromLibrary": "Imagem da biblioteca",
|
"textPictureFromLibrary": "Imagem da biblioteca",
|
||||||
"textPictureFromURL": "Imagem da URL",
|
"textPictureFromURL": "Imagem da URL",
|
||||||
"textPt": "Pt",
|
"textPt": "Pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Tipo",
|
"textType": "Tipo",
|
||||||
"textWe": "Qua",
|
"textWe": "Qua",
|
||||||
"textWrap": "Encapsulamento",
|
"textWrap": "Encapsulamento",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Tempo limite de conversão excedido.",
|
"convertationTimeoutText": "Tempo limite de conversão excedido.",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "Patrimônio Líquido",
|
"txtScheme7": "Patrimônio Líquido",
|
||||||
"txtScheme8": "Fluxo",
|
"txtScheme8": "Fluxo",
|
||||||
"txtScheme9": "Fundição",
|
"txtScheme9": "Fundição",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -56,11 +56,11 @@
|
||||||
"textShape": "Forma",
|
"textShape": "Forma",
|
||||||
"textStartAt": "Pornire de la",
|
"textStartAt": "Pornire de la",
|
||||||
"textTable": "Tabel",
|
"textTable": "Tabel",
|
||||||
|
"textTableContents": "Cuprins",
|
||||||
"textTableSize": "Dimensiune tabel",
|
"textTableSize": "Dimensiune tabel",
|
||||||
"txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\"",
|
"textWithBlueLinks": "Cu linkuri albastre",
|
||||||
"textTableContents": "Table of Contents",
|
"textWithPageNumbers": "Cu numere de pagină",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\""
|
||||||
"textWithBlueLinks": "With Blue Links"
|
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -196,9 +196,9 @@
|
||||||
"textDoNotShowAgain": "Nu mai afișa",
|
"textDoNotShowAgain": "Nu mai afișa",
|
||||||
"textNumberingValue": "Valoare de numerotare",
|
"textNumberingValue": "Valoare de numerotare",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textRows": "Rânduri",
|
"textRefreshEntireTable": "Reîmprospătarea întregului tabel",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshPageNumbersOnly": "Actualizare numai numere de pagină",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only"
|
"textRows": "Rânduri"
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Avertisment",
|
"notcriticalErrorTitle": "Avertisment",
|
||||||
|
@ -213,6 +213,7 @@
|
||||||
"textAlign": "Aliniere",
|
"textAlign": "Aliniere",
|
||||||
"textAllCaps": "Cu majuscule",
|
"textAllCaps": "Cu majuscule",
|
||||||
"textAllowOverlap": "Se permite suprapunerea",
|
"textAllowOverlap": "Se permite suprapunerea",
|
||||||
|
"textAmountOfLevels": "Număr de niveluri",
|
||||||
"textApril": "Aprilie",
|
"textApril": "Aprilie",
|
||||||
"textAugust": "August",
|
"textAugust": "August",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
|
@ -227,11 +228,16 @@
|
||||||
"textBringToForeground": "Aducere în prim plan",
|
"textBringToForeground": "Aducere în prim plan",
|
||||||
"textBullets": "Marcatori",
|
"textBullets": "Marcatori",
|
||||||
"textBulletsAndNumbers": "Marcatori și numerotare",
|
"textBulletsAndNumbers": "Marcatori și numerotare",
|
||||||
|
"textCancel": "Anulare",
|
||||||
"textCellMargins": "Margini de celulă",
|
"textCellMargins": "Margini de celulă",
|
||||||
|
"textCentered": "Centrat",
|
||||||
"textChart": "Diagramă",
|
"textChart": "Diagramă",
|
||||||
|
"textClassic": "Clasic",
|
||||||
"textClose": "Închide",
|
"textClose": "Închide",
|
||||||
"textColor": "Culoare",
|
"textColor": "Culoare",
|
||||||
"textContinueFromPreviousSection": "Continuare din secțiunea anterioară",
|
"textContinueFromPreviousSection": "Continuare din secțiunea anterioară",
|
||||||
|
"textCreateTextStyle": "Crearea unui nou stil de text",
|
||||||
|
"textCurrent": "Curent",
|
||||||
"textCustomColor": "Culoare particularizată",
|
"textCustomColor": "Culoare particularizată",
|
||||||
"textDecember": "Decembrie",
|
"textDecember": "Decembrie",
|
||||||
"textDesign": "Proiectare",
|
"textDesign": "Proiectare",
|
||||||
|
@ -239,11 +245,14 @@
|
||||||
"textDifferentOddAndEvenPages": "Pagini pare și impare diferite",
|
"textDifferentOddAndEvenPages": "Pagini pare și impare diferite",
|
||||||
"textDisplay": "Afișare",
|
"textDisplay": "Afișare",
|
||||||
"textDistanceFromText": "Distanță de la text",
|
"textDistanceFromText": "Distanță de la text",
|
||||||
|
"textDistinctive": "Distinctiv",
|
||||||
|
"textDone": "Gata",
|
||||||
"textDoubleStrikethrough": "Tăiere cu două linii",
|
"textDoubleStrikethrough": "Tăiere cu două linii",
|
||||||
"textEditLink": "Editare link",
|
"textEditLink": "Editare link",
|
||||||
"textEffects": "Efecte",
|
"textEffects": "Efecte",
|
||||||
"textEmpty": "Necompletat",
|
"textEmpty": "Necompletat",
|
||||||
"textEmptyImgUrl": "Trebuie specificată adresa URL a imaginii.",
|
"textEmptyImgUrl": "Trebuie specificată adresa URL a imaginii.",
|
||||||
|
"textEnterTitleNewStyle": "Introduceți un titlu pentru noul stil.",
|
||||||
"textFebruary": "Februarie",
|
"textFebruary": "Februarie",
|
||||||
"textFill": "Umplere",
|
"textFill": "Umplere",
|
||||||
"textFirstColumn": "Prima coloană",
|
"textFirstColumn": "Prima coloană",
|
||||||
|
@ -253,6 +262,7 @@
|
||||||
"textFontColors": "Culorile font",
|
"textFontColors": "Culorile font",
|
||||||
"textFonts": "Fonturi",
|
"textFonts": "Fonturi",
|
||||||
"textFooter": "Subsol",
|
"textFooter": "Subsol",
|
||||||
|
"textFormal": "Oficial",
|
||||||
"textFr": "V",
|
"textFr": "V",
|
||||||
"textHeader": "Antet",
|
"textHeader": "Antet",
|
||||||
"textHeaderRow": "Rândul de antet",
|
"textHeaderRow": "Rândul de antet",
|
||||||
|
@ -268,7 +278,9 @@
|
||||||
"textKeepLinesTogether": "Păstrare linii împreună",
|
"textKeepLinesTogether": "Păstrare linii împreună",
|
||||||
"textKeepWithNext": "Păstrare cu următorul",
|
"textKeepWithNext": "Păstrare cu următorul",
|
||||||
"textLastColumn": "Ultima coloană",
|
"textLastColumn": "Ultima coloană",
|
||||||
|
"textLeader": "Indicator",
|
||||||
"textLetterSpacing": "Spațierea dintre caractere",
|
"textLetterSpacing": "Spațierea dintre caractere",
|
||||||
|
"textLevels": "Nivele",
|
||||||
"textLineSpacing": "Interlinie",
|
"textLineSpacing": "Interlinie",
|
||||||
"textLink": "Link",
|
"textLink": "Link",
|
||||||
"textLinkSettings": "Configurarea link",
|
"textLinkSettings": "Configurarea link",
|
||||||
|
@ -276,9 +288,11 @@
|
||||||
"textMarch": "Martie",
|
"textMarch": "Martie",
|
||||||
"textMay": "Mai",
|
"textMay": "Mai",
|
||||||
"textMo": "L",
|
"textMo": "L",
|
||||||
|
"textModern": "Modern",
|
||||||
"textMoveBackward": "Mutare în ultimul plan",
|
"textMoveBackward": "Mutare în ultimul plan",
|
||||||
"textMoveForward": "Mutare înainte",
|
"textMoveForward": "Mutare înainte",
|
||||||
"textMoveWithText": "Mutare odată cu textul",
|
"textMoveWithText": "Mutare odată cu textul",
|
||||||
|
"textNextParagraphStyle": "Stil de paragraf următor",
|
||||||
"textNone": "Niciunul",
|
"textNone": "Niciunul",
|
||||||
"textNoStyles": "Niciun stil pentru acest tip de diagramă.",
|
"textNoStyles": "Niciun stil pentru acest tip de diagramă.",
|
||||||
"textNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\"",
|
"textNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\"",
|
||||||
|
@ -286,85 +300,70 @@
|
||||||
"textNumbers": "Numere",
|
"textNumbers": "Numere",
|
||||||
"textOctober": "Octombrie",
|
"textOctober": "Octombrie",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
|
"textOnline": "Online",
|
||||||
"textOpacity": "Transparență",
|
"textOpacity": "Transparență",
|
||||||
"textOptions": "Opțiuni",
|
"textOptions": "Opțiuni",
|
||||||
"textOrphanControl": "Control orfan",
|
"textOrphanControl": "Control orfan",
|
||||||
"textPageBreakBefore": "Sfârsit pagină inainte",
|
"textPageBreakBefore": "Sfârsit pagină inainte",
|
||||||
"textPageNumbering": "Numerotare pagini",
|
"textPageNumbering": "Numerotare pagini",
|
||||||
|
"textPageNumbers": "Numere de pagină",
|
||||||
"textParagraph": "Paragraf",
|
"textParagraph": "Paragraf",
|
||||||
"textParagraphStyles": "Stiluri paragraf",
|
"textParagraphStyle": "Stil paragraf",
|
||||||
"textPictureFromLibrary": "Imagine dintr-o bibliotecă ",
|
"textPictureFromLibrary": "Imagine dintr-o bibliotecă ",
|
||||||
"textPictureFromURL": "Imaginea prin URL",
|
"textPictureFromURL": "Imaginea prin URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
"textRefresh": "Actualizare",
|
||||||
|
"textRefreshEntireTable": "Reîmprospătarea întregului tabel",
|
||||||
|
"textRefreshPageNumbersOnly": "Actualizare numai numere de pagină",
|
||||||
"textRemoveChart": "Ștergere diagramă",
|
"textRemoveChart": "Ștergere diagramă",
|
||||||
"textRemoveImage": "Ștergere imagine",
|
"textRemoveImage": "Ștergere imagine",
|
||||||
"textRemoveLink": "Ștergere link",
|
"textRemoveLink": "Ștergere link",
|
||||||
"textRemoveShape": "Stergere forma",
|
"textRemoveShape": "Stergere forma",
|
||||||
"textRemoveTable": "Ștergere tabel",
|
"textRemoveTable": "Ștergere tabel",
|
||||||
|
"textRemoveTableContent": "Eliminare cuprins",
|
||||||
"textReorder": "Reordonare",
|
"textReorder": "Reordonare",
|
||||||
"textRepeatAsHeaderRow": "Repetare rânduri antet",
|
"textRepeatAsHeaderRow": "Repetare rânduri antet",
|
||||||
"textReplace": "Înlocuire",
|
"textReplace": "Înlocuire",
|
||||||
"textReplaceImage": "Înlocuire imagine",
|
"textReplaceImage": "Înlocuire imagine",
|
||||||
"textResizeToFitContent": "Potrivire conținut",
|
"textResizeToFitContent": "Potrivire conținut",
|
||||||
|
"textRightAlign": "Aliniere la dreapta",
|
||||||
"textSa": "S",
|
"textSa": "S",
|
||||||
|
"textSameCreatedNewStyle": "La fel ca stil nou",
|
||||||
"textScreenTip": "Sfaturi ecran",
|
"textScreenTip": "Sfaturi ecran",
|
||||||
"textSelectObjectToEdit": "Selectați obiectul pentru editare",
|
"textSelectObjectToEdit": "Selectați obiectul pentru editare",
|
||||||
"textSendToBackground": "Trimitere în plan secundar",
|
"textSendToBackground": "Trimitere în plan secundar",
|
||||||
"textSeptember": "Septembrie",
|
"textSeptember": "Septembrie",
|
||||||
"textSettings": "Setări",
|
"textSettings": "Setări",
|
||||||
"textShape": "Forma",
|
"textShape": "Forma",
|
||||||
|
"textSimple": "Simplu",
|
||||||
"textSize": "Dimensiune",
|
"textSize": "Dimensiune",
|
||||||
"textSmallCaps": "Majuscule reduse",
|
"textSmallCaps": "Majuscule reduse",
|
||||||
"textSpaceBetweenParagraphs": "Spațiere între paragrafe",
|
"textSpaceBetweenParagraphs": "Spațiere între paragrafe",
|
||||||
"textSquare": "Pătrat",
|
"textSquare": "Pătrat",
|
||||||
|
"textStandard": "Standard",
|
||||||
"textStartAt": "Pornire de la",
|
"textStartAt": "Pornire de la",
|
||||||
"textStrikethrough": "Tăiere cu o linie",
|
"textStrikethrough": "Tăiere cu o linie",
|
||||||
|
"textStructure": "Structură",
|
||||||
"textStyle": "Stil",
|
"textStyle": "Stil",
|
||||||
"textStyleOptions": "Opțiuni de stil",
|
"textStyleOptions": "Opțiuni de stil",
|
||||||
|
"textStyles": "Stiluri",
|
||||||
"textSu": "D",
|
"textSu": "D",
|
||||||
"textSubscript": "Indice",
|
"textSubscript": "Indice",
|
||||||
"textSuperscript": "Exponent",
|
"textSuperscript": "Exponent",
|
||||||
"textTable": "Tabel",
|
"textTable": "Tabel",
|
||||||
|
"textTableOfCont": "TOC",
|
||||||
"textTableOptions": "Opțiuni tabel",
|
"textTableOptions": "Opțiuni tabel",
|
||||||
"textText": "Text",
|
"textText": "Text",
|
||||||
"textTh": "J",
|
"textTh": "J",
|
||||||
"textThrough": "Printre",
|
"textThrough": "Printre",
|
||||||
"textTight": "Strâns",
|
"textTight": "Strâns",
|
||||||
|
"textTitle": "Titlu",
|
||||||
"textTopAndBottom": "Sus și jos",
|
"textTopAndBottom": "Sus și jos",
|
||||||
"textTotalRow": "Rând total",
|
"textTotalRow": "Rând total",
|
||||||
"textTu": "Ma",
|
"textTu": "Ma",
|
||||||
"textType": "Tip",
|
"textType": "Tip",
|
||||||
"textWe": "Mi",
|
"textWe": "Mi",
|
||||||
"textWrap": "Încadrare",
|
"textWrap": "Încadrare"
|
||||||
"textCreateTextStyle": "Create new text style",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
|
||||||
"textStyles": "Styles",
|
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
"convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
||||||
|
@ -379,6 +378,7 @@
|
||||||
"errorDataRange": "Zonă de date incorectă.",
|
"errorDataRange": "Zonă de date incorectă.",
|
||||||
"errorDefaultMessage": "Codul de eroare: %1",
|
"errorDefaultMessage": "Codul de eroare: %1",
|
||||||
"errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.<br>Încărcați documentul pentru copierea de rezervă locală. ",
|
"errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.<br>Încărcați documentul pentru copierea de rezervă locală. ",
|
||||||
|
"errorEmptyTOC": "Începeți să creați un cuprins prin aplicarea stilurilor de titlu din Galeria de stiluri la textul selectat.",
|
||||||
"errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
"errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
||||||
"errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dvs.",
|
"errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dvs.",
|
||||||
"errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
"errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
||||||
|
@ -386,6 +386,7 @@
|
||||||
"errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
"errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
||||||
"errorMailMergeLoadFile": "Încărcarea eșuată",
|
"errorMailMergeLoadFile": "Încărcarea eșuată",
|
||||||
"errorMailMergeSaveFile": "Îmbinarea eșuată.",
|
"errorMailMergeSaveFile": "Îmbinarea eșuată.",
|
||||||
|
"errorNoTOC": "Nu există niciun cuprins de actualizat. Accesați fila Referințe ca să puteți insera un cuprins.",
|
||||||
"errorSessionAbsolute": "Sesiunea de editare a expirat. Încercați să reîmprospătați pagina.",
|
"errorSessionAbsolute": "Sesiunea de editare a expirat. Încercați să reîmprospătați pagina.",
|
||||||
"errorSessionIdle": "Acțiunile de editare a documentului nu s-au efectuat de ceva timp. Încercați să reîmprospătați pagina.",
|
"errorSessionIdle": "Acțiunile de editare a documentului nu s-au efectuat de ceva timp. Încercați să reîmprospătați pagina.",
|
||||||
"errorSessionToken": "Conexeunea la server s-a întrerupt. Încercați să reîmprospătati pagina.",
|
"errorSessionToken": "Conexeunea la server s-a întrerupt. Încercați să reîmprospătati pagina.",
|
||||||
|
@ -404,9 +405,7 @@
|
||||||
"unknownErrorText": "Eroare necunoscută.",
|
"unknownErrorText": "Eroare necunoscută.",
|
||||||
"uploadImageExtMessage": "Format de imagine nerecunoscut.",
|
"uploadImageExtMessage": "Format de imagine nerecunoscut.",
|
||||||
"uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.",
|
"uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.",
|
||||||
"uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.",
|
"uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB."
|
||||||
"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."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "Încărcarea datelor...",
|
"applyChangesTextText": "Încărcarea datelor...",
|
||||||
|
@ -453,7 +452,7 @@
|
||||||
"leavePageText": "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.",
|
"leavePageText": "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.",
|
||||||
"notcriticalErrorTitle": "Avertisment",
|
"notcriticalErrorTitle": "Avertisment",
|
||||||
"SDK": {
|
"SDK": {
|
||||||
" -Section ": "- Secțiune",
|
" -Section ": "-Secțiune",
|
||||||
"above": "deasupra",
|
"above": "deasupra",
|
||||||
"below": "dedesubt",
|
"below": "dedesubt",
|
||||||
"Caption": "Legenda",
|
"Caption": "Legenda",
|
||||||
|
@ -528,6 +527,7 @@
|
||||||
"textRemember": "Reține opțiunea mea",
|
"textRemember": "Reține opțiunea mea",
|
||||||
"textReplaceSkipped": "A avut loc o înlocuire. {0} apariții ignorate.",
|
"textReplaceSkipped": "A avut loc o înlocuire. {0} apariții ignorate.",
|
||||||
"textReplaceSuccess": "Căutarea a fost finalizată. Înlocuiri: {0}",
|
"textReplaceSuccess": "Căutarea a fost finalizată. Înlocuiri: {0}",
|
||||||
|
"textRequestMacros": "O macrocomandă trimite o solicitare URL. Doriți să permiteți ca solicitarea să fie trimisă către %1?",
|
||||||
"textYes": "Da",
|
"textYes": "Da",
|
||||||
"titleLicenseExp": "Licența a expirat",
|
"titleLicenseExp": "Licența a expirat",
|
||||||
"titleServerVersion": "Editorul a fost actualizat",
|
"titleServerVersion": "Editorul a fost actualizat",
|
||||||
|
@ -539,8 +539,7 @@
|
||||||
"warnLicenseUsersExceeded": "Ați atins numărul maxim de utilizatori ai %1 editoare. Pentru detalii, contactați administratorul dvs.",
|
"warnLicenseUsersExceeded": "Ați atins numărul maxim de utilizatori ai %1 editoare. Pentru detalii, contactați administratorul dvs.",
|
||||||
"warnNoLicense": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare. Contactați %1 Departamentul de Vânzări pentru acordarea condițiilor personale de actualizare.",
|
"warnNoLicense": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare. Contactați %1 Departamentul de Vânzări pentru acordarea condițiilor personale de actualizare.",
|
||||||
"warnNoLicenseUsers": "Ați atins numărul maxim de utilizatori ai %1 editoare. Contactați Grup Vânzări %1 pentru acordarea condițiilor personale de licențiere.",
|
"warnNoLicenseUsers": "Ați atins numărul maxim de utilizatori ai %1 editoare. Contactați Grup Vânzări %1 pentru acordarea condițiilor personale de licențiere.",
|
||||||
"warnProcessRightsChange": "Nu aveți permisiunea de editare pentru fișier.",
|
"warnProcessRightsChange": "Nu aveți permisiunea de editare pentru fișier."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"advDRMOptions": "Fișierul protejat",
|
"advDRMOptions": "Fișierul protejat",
|
||||||
|
@ -553,6 +552,7 @@
|
||||||
"textApplicationSettings": "Setări Aplicație",
|
"textApplicationSettings": "Setări Aplicație",
|
||||||
"textAuthor": "Autor",
|
"textAuthor": "Autor",
|
||||||
"textBack": "Înapoi",
|
"textBack": "Înapoi",
|
||||||
|
"textBeginningDocument": "Începutul documentului",
|
||||||
"textBottom": "Jos",
|
"textBottom": "Jos",
|
||||||
"textCancel": "Revocare",
|
"textCancel": "Revocare",
|
||||||
"textCaseSensitive": "Sensibil la litere mari și mici",
|
"textCaseSensitive": "Sensibil la litere mari și mici",
|
||||||
|
@ -566,6 +566,7 @@
|
||||||
"textCommentsDisplay": "Afișare comentarii",
|
"textCommentsDisplay": "Afișare comentarii",
|
||||||
"textCreated": "A fost creat la",
|
"textCreated": "A fost creat la",
|
||||||
"textCustomSize": "Dimensiunea particularizată",
|
"textCustomSize": "Dimensiunea particularizată",
|
||||||
|
"textDirection": "Orientare",
|
||||||
"textDisableAll": "Se dezactivează toate",
|
"textDisableAll": "Se dezactivează toate",
|
||||||
"textDisableAllMacrosWithNotification": "Se dezactivează toate macrocomenzileâ cu notificare",
|
"textDisableAllMacrosWithNotification": "Se dezactivează toate macrocomenzileâ cu notificare",
|
||||||
"textDisableAllMacrosWithoutNotification": "Se dezactivează toate macrocomenzile fără notificare",
|
"textDisableAllMacrosWithoutNotification": "Se dezactivează toate macrocomenzile fără notificare",
|
||||||
|
@ -577,10 +578,13 @@
|
||||||
"textDownloadAs": "Descărcare ca",
|
"textDownloadAs": "Descărcare ca",
|
||||||
"textDownloadRtf": "Dacă salvați în acest format de fișier, este posibil ca unele dintre formatări să se piardă. Sigur doriți să continuați?",
|
"textDownloadRtf": "Dacă salvați în acest format de fișier, este posibil ca unele dintre formatări să se piardă. Sigur doriți să continuați?",
|
||||||
"textDownloadTxt": "Dacă salvați în acest format de fișier, toate caracteristici vor fi pierdute, cu excepția textului. Sunteți sigur că doriți să continuați?",
|
"textDownloadTxt": "Dacă salvați în acest format de fișier, toate caracteristici vor fi pierdute, cu excepția textului. Sunteți sigur că doriți să continuați?",
|
||||||
|
"textEmptyHeading": "Titlul necompletat",
|
||||||
|
"textEmptyScreens": "Nu există nicun titlu. Aplicați un stil de titlu textului pentru ca acesta să apară în cuprinsul.",
|
||||||
"textEnableAll": "Se activează toate",
|
"textEnableAll": "Se activează toate",
|
||||||
"textEnableAllMacrosWithoutNotification": "Se activează toate macrocomenzile cu notificare ",
|
"textEnableAllMacrosWithoutNotification": "Se activează toate macrocomenzile cu notificare ",
|
||||||
"textEncoding": "Codificare",
|
"textEncoding": "Codificare",
|
||||||
"textFastWV": "Vizualizare rapidă web",
|
"textFastWV": "Vizualizare rapidă web",
|
||||||
|
"textFeedback": "Feedback și asistența",
|
||||||
"textFind": "Găsire",
|
"textFind": "Găsire",
|
||||||
"textFindAndReplace": "Găsire și înlocuire",
|
"textFindAndReplace": "Găsire și înlocuire",
|
||||||
"textFindAndReplaceAll": "Găsire și înlocuire totală",
|
"textFindAndReplaceAll": "Găsire și înlocuire totală",
|
||||||
|
@ -593,12 +597,14 @@
|
||||||
"textLastModified": "Data ultimei modificări",
|
"textLastModified": "Data ultimei modificări",
|
||||||
"textLastModifiedBy": "Modificat ultima dată de către",
|
"textLastModifiedBy": "Modificat ultima dată de către",
|
||||||
"textLeft": "Stânga",
|
"textLeft": "Stânga",
|
||||||
|
"textLeftToRight": "De la stânga la dreapta",
|
||||||
"textLoading": "Se încarcă...",
|
"textLoading": "Se încarcă...",
|
||||||
"textLocation": "Locația",
|
"textLocation": "Locația",
|
||||||
"textMacrosSettings": "Setări macrocomandă",
|
"textMacrosSettings": "Setări macrocomandă",
|
||||||
"textMargins": "Margini",
|
"textMargins": "Margini",
|
||||||
"textMarginsH": "Marginile sus și jos sunt prea ridicate pentru această pagină",
|
"textMarginsH": "Marginile sus și jos sunt prea ridicate pentru această pagină",
|
||||||
"textMarginsW": "Marginile stânga și dreapta sunt prea late pentru această pagină",
|
"textMarginsW": "Marginile stânga și dreapta sunt prea late pentru această pagină",
|
||||||
|
"textNavigation": "Navigare",
|
||||||
"textNo": "Nu",
|
"textNo": "Nu",
|
||||||
"textNoCharacters": "Caractere neimprimate",
|
"textNoCharacters": "Caractere neimprimate",
|
||||||
"textNoTextFound": "Textul nu a fost găsit",
|
"textNoTextFound": "Textul nu a fost găsit",
|
||||||
|
@ -609,6 +615,7 @@
|
||||||
"textPages": "Pagini",
|
"textPages": "Pagini",
|
||||||
"textPageSize": "Dimensiune pagină",
|
"textPageSize": "Dimensiune pagină",
|
||||||
"textParagraphs": "Paragrafe",
|
"textParagraphs": "Paragrafe",
|
||||||
|
"textPdfProducer": "Producător de PDF",
|
||||||
"textPdfTagged": "PDF etichetat",
|
"textPdfTagged": "PDF etichetat",
|
||||||
"textPdfVer": "Versiune a PDF",
|
"textPdfVer": "Versiune a PDF",
|
||||||
"textPoint": "Punct",
|
"textPoint": "Punct",
|
||||||
|
@ -618,7 +625,9 @@
|
||||||
"textReplace": "Înlocuire",
|
"textReplace": "Înlocuire",
|
||||||
"textReplaceAll": "Înlocuire peste tot",
|
"textReplaceAll": "Înlocuire peste tot",
|
||||||
"textResolvedComments": "Comentarii rezolvate",
|
"textResolvedComments": "Comentarii rezolvate",
|
||||||
|
"textRestartApplication": "Vă rugăm să reporniți aplicația pentru ca modificările să intre în vigoare",
|
||||||
"textRight": "Dreapta",
|
"textRight": "Dreapta",
|
||||||
|
"textRightToLeft": "De la dreapta la stânga",
|
||||||
"textSearch": "Căutare",
|
"textSearch": "Căutare",
|
||||||
"textSettings": "Setări",
|
"textSettings": "Setări",
|
||||||
"textShowNotification": "Afișare notificări",
|
"textShowNotification": "Afișare notificări",
|
||||||
|
@ -658,17 +667,7 @@
|
||||||
"txtScheme6": "Concurență",
|
"txtScheme6": "Concurență",
|
||||||
"txtScheme7": "Echilibru",
|
"txtScheme7": "Echilibru",
|
||||||
"txtScheme8": "Flux",
|
"txtScheme8": "Flux",
|
||||||
"txtScheme9": "Forjă",
|
"txtScheme9": "Forjă"
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -56,11 +56,11 @@
|
||||||
"textShape": "Фигура",
|
"textShape": "Фигура",
|
||||||
"textStartAt": "Начать с",
|
"textStartAt": "Начать с",
|
||||||
"textTable": "Таблица",
|
"textTable": "Таблица",
|
||||||
|
"textTableContents": "Оглавление",
|
||||||
"textTableSize": "Размер таблицы",
|
"textTableSize": "Размер таблицы",
|
||||||
"txtNotUrl": "Это поле должно быть URL-адресом в формате \"http://www.example.com\"",
|
"textWithBlueLinks": "С синими ссылками",
|
||||||
"textTableContents": "Table of Contents",
|
"textWithPageNumbers": "С номерами страниц",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"txtNotUrl": "Это поле должно быть URL-адресом в формате \"http://www.example.com\""
|
||||||
"textWithBlueLinks": "With Blue Links"
|
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -196,9 +196,9 @@
|
||||||
"textDoNotShowAgain": "Больше не показывать",
|
"textDoNotShowAgain": "Больше не показывать",
|
||||||
"textNumberingValue": "Начальное значение",
|
"textNumberingValue": "Начальное значение",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRows": "Строки",
|
"textRefreshEntireTable": "Обновить целиком",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshPageNumbersOnly": "Обновить только номера страниц",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only"
|
"textRows": "Строки"
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Внимание",
|
"notcriticalErrorTitle": "Внимание",
|
||||||
|
@ -213,6 +213,7 @@
|
||||||
"textAlign": "Выравнивание",
|
"textAlign": "Выравнивание",
|
||||||
"textAllCaps": "Все прописные",
|
"textAllCaps": "Все прописные",
|
||||||
"textAllowOverlap": "Разрешить перекрытие",
|
"textAllowOverlap": "Разрешить перекрытие",
|
||||||
|
"textAmountOfLevels": "Количество уровней",
|
||||||
"textApril": "Апрель",
|
"textApril": "Апрель",
|
||||||
"textAugust": "Август",
|
"textAugust": "Август",
|
||||||
"textAuto": "Авто",
|
"textAuto": "Авто",
|
||||||
|
@ -227,11 +228,16 @@
|
||||||
"textBringToForeground": "Перенести на передний план",
|
"textBringToForeground": "Перенести на передний план",
|
||||||
"textBullets": "Маркеры",
|
"textBullets": "Маркеры",
|
||||||
"textBulletsAndNumbers": "Маркеры и нумерация",
|
"textBulletsAndNumbers": "Маркеры и нумерация",
|
||||||
|
"textCancel": "Отмена",
|
||||||
"textCellMargins": "Поля ячейки",
|
"textCellMargins": "Поля ячейки",
|
||||||
|
"textCentered": "По центру",
|
||||||
"textChart": "Диаграмма",
|
"textChart": "Диаграмма",
|
||||||
|
"textClassic": "Классический",
|
||||||
"textClose": "Закрыть",
|
"textClose": "Закрыть",
|
||||||
"textColor": "Цвет",
|
"textColor": "Цвет",
|
||||||
"textContinueFromPreviousSection": "Продолжить",
|
"textContinueFromPreviousSection": "Продолжить",
|
||||||
|
"textCreateTextStyle": "Создать новый стиль текста",
|
||||||
|
"textCurrent": "Текущий",
|
||||||
"textCustomColor": "Пользовательский цвет",
|
"textCustomColor": "Пользовательский цвет",
|
||||||
"textDecember": "Декабрь",
|
"textDecember": "Декабрь",
|
||||||
"textDesign": "Дизайн",
|
"textDesign": "Дизайн",
|
||||||
|
@ -239,11 +245,14 @@
|
||||||
"textDifferentOddAndEvenPages": "Разные для четных и нечетных",
|
"textDifferentOddAndEvenPages": "Разные для четных и нечетных",
|
||||||
"textDisplay": "Отобразить",
|
"textDisplay": "Отобразить",
|
||||||
"textDistanceFromText": "Расстояние до текста",
|
"textDistanceFromText": "Расстояние до текста",
|
||||||
|
"textDistinctive": "Изысканный",
|
||||||
|
"textDone": "Готово",
|
||||||
"textDoubleStrikethrough": "Двойное зачёркивание",
|
"textDoubleStrikethrough": "Двойное зачёркивание",
|
||||||
"textEditLink": "Редактировать ссылку",
|
"textEditLink": "Редактировать ссылку",
|
||||||
"textEffects": "Эффекты",
|
"textEffects": "Эффекты",
|
||||||
"textEmpty": "Пусто",
|
"textEmpty": "Пусто",
|
||||||
"textEmptyImgUrl": "Необходимо указать URL рисунка.",
|
"textEmptyImgUrl": "Необходимо указать URL рисунка.",
|
||||||
|
"textEnterTitleNewStyle": "Введите название нового стиля",
|
||||||
"textFebruary": "Февраль",
|
"textFebruary": "Февраль",
|
||||||
"textFill": "Заливка",
|
"textFill": "Заливка",
|
||||||
"textFirstColumn": "Первый столбец",
|
"textFirstColumn": "Первый столбец",
|
||||||
|
@ -253,6 +262,7 @@
|
||||||
"textFontColors": "Цвета шрифта",
|
"textFontColors": "Цвета шрифта",
|
||||||
"textFonts": "Шрифты",
|
"textFonts": "Шрифты",
|
||||||
"textFooter": "Колонтитул",
|
"textFooter": "Колонтитул",
|
||||||
|
"textFormal": "Официальный",
|
||||||
"textFr": "Пт",
|
"textFr": "Пт",
|
||||||
"textHeader": "Колонтитул",
|
"textHeader": "Колонтитул",
|
||||||
"textHeaderRow": "Строка заголовка",
|
"textHeaderRow": "Строка заголовка",
|
||||||
|
@ -268,7 +278,9 @@
|
||||||
"textKeepLinesTogether": "Не разрывать абзац",
|
"textKeepLinesTogether": "Не разрывать абзац",
|
||||||
"textKeepWithNext": "Не отрывать от следующего",
|
"textKeepWithNext": "Не отрывать от следующего",
|
||||||
"textLastColumn": "Последний столбец",
|
"textLastColumn": "Последний столбец",
|
||||||
|
"textLeader": "Заполнитель",
|
||||||
"textLetterSpacing": "Интервал",
|
"textLetterSpacing": "Интервал",
|
||||||
|
"textLevels": "Уровни",
|
||||||
"textLineSpacing": "Междустрочный интервал",
|
"textLineSpacing": "Междустрочный интервал",
|
||||||
"textLink": "Ссылка",
|
"textLink": "Ссылка",
|
||||||
"textLinkSettings": "Настройки ссылки",
|
"textLinkSettings": "Настройки ссылки",
|
||||||
|
@ -276,9 +288,11 @@
|
||||||
"textMarch": "Март",
|
"textMarch": "Март",
|
||||||
"textMay": "Май",
|
"textMay": "Май",
|
||||||
"textMo": "Пн",
|
"textMo": "Пн",
|
||||||
|
"textModern": "Современный",
|
||||||
"textMoveBackward": "Перенести назад",
|
"textMoveBackward": "Перенести назад",
|
||||||
"textMoveForward": "Перенести вперед",
|
"textMoveForward": "Перенести вперед",
|
||||||
"textMoveWithText": "Перемещать с текстом",
|
"textMoveWithText": "Перемещать с текстом",
|
||||||
|
"textNextParagraphStyle": "Стиль следующего абзаца",
|
||||||
"textNone": "Нет",
|
"textNone": "Нет",
|
||||||
"textNoStyles": "Для этого типа диаграмм нет стилей.",
|
"textNoStyles": "Для этого типа диаграмм нет стилей.",
|
||||||
"textNotUrl": "Это поле должно быть URL-адресом в формате \"http://www.example.com\"",
|
"textNotUrl": "Это поле должно быть URL-адресом в формате \"http://www.example.com\"",
|
||||||
|
@ -286,85 +300,70 @@
|
||||||
"textNumbers": "Нумерация",
|
"textNumbers": "Нумерация",
|
||||||
"textOctober": "Октябрь",
|
"textOctober": "Октябрь",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
|
"textOnline": "Онлайн",
|
||||||
"textOpacity": "Непрозрачность",
|
"textOpacity": "Непрозрачность",
|
||||||
"textOptions": "Параметры",
|
"textOptions": "Параметры",
|
||||||
"textOrphanControl": "Запрет висячих строк",
|
"textOrphanControl": "Запрет висячих строк",
|
||||||
"textPageBreakBefore": "С новой страницы",
|
"textPageBreakBefore": "С новой страницы",
|
||||||
"textPageNumbering": "Нумерация страниц",
|
"textPageNumbering": "Нумерация страниц",
|
||||||
|
"textPageNumbers": "Номера страниц",
|
||||||
"textParagraph": "Абзац",
|
"textParagraph": "Абзац",
|
||||||
"textParagraphStyles": "Стили абзаца",
|
"textParagraphStyle": "Стиль абзаца",
|
||||||
"textPictureFromLibrary": "Рисунок из библиотеки",
|
"textPictureFromLibrary": "Рисунок из библиотеки",
|
||||||
"textPictureFromURL": "Рисунок по URL",
|
"textPictureFromURL": "Рисунок по URL",
|
||||||
"textPt": "пт",
|
"textPt": "пт",
|
||||||
|
"textRefresh": "Обновить",
|
||||||
|
"textRefreshEntireTable": "Обновить целиком",
|
||||||
|
"textRefreshPageNumbersOnly": "Обновить только номера страниц",
|
||||||
"textRemoveChart": "Удалить диаграмму",
|
"textRemoveChart": "Удалить диаграмму",
|
||||||
"textRemoveImage": "Удалить рисунок",
|
"textRemoveImage": "Удалить рисунок",
|
||||||
"textRemoveLink": "Удалить ссылку",
|
"textRemoveLink": "Удалить ссылку",
|
||||||
"textRemoveShape": "Удалить фигуру",
|
"textRemoveShape": "Удалить фигуру",
|
||||||
"textRemoveTable": "Удалить таблицу",
|
"textRemoveTable": "Удалить таблицу",
|
||||||
|
"textRemoveTableContent": "Удалить оглавление",
|
||||||
"textReorder": "Порядок",
|
"textReorder": "Порядок",
|
||||||
"textRepeatAsHeaderRow": "Повторять как заголовок",
|
"textRepeatAsHeaderRow": "Повторять как заголовок",
|
||||||
"textReplace": "Заменить",
|
"textReplace": "Заменить",
|
||||||
"textReplaceImage": "Заменить рисунок",
|
"textReplaceImage": "Заменить рисунок",
|
||||||
"textResizeToFitContent": "По размеру содержимого",
|
"textResizeToFitContent": "По размеру содержимого",
|
||||||
|
"textRightAlign": "По правому краю",
|
||||||
"textSa": "Сб",
|
"textSa": "Сб",
|
||||||
|
"textSameCreatedNewStyle": "Такой же, как создаваемый стиль",
|
||||||
"textScreenTip": "Подсказка",
|
"textScreenTip": "Подсказка",
|
||||||
"textSelectObjectToEdit": "Выберите объект для редактирования",
|
"textSelectObjectToEdit": "Выберите объект для редактирования",
|
||||||
"textSendToBackground": "Перенести на задний план",
|
"textSendToBackground": "Перенести на задний план",
|
||||||
"textSeptember": "Сентябрь",
|
"textSeptember": "Сентябрь",
|
||||||
"textSettings": "Настройки",
|
"textSettings": "Настройки",
|
||||||
"textShape": "Фигура",
|
"textShape": "Фигура",
|
||||||
|
"textSimple": "Простой",
|
||||||
"textSize": "Размер",
|
"textSize": "Размер",
|
||||||
"textSmallCaps": "Малые прописные",
|
"textSmallCaps": "Малые прописные",
|
||||||
"textSpaceBetweenParagraphs": "Интервал между абзацами",
|
"textSpaceBetweenParagraphs": "Интервал между абзацами",
|
||||||
"textSquare": "Вокруг рамки",
|
"textSquare": "Вокруг рамки",
|
||||||
|
"textStandard": "Стандартный",
|
||||||
"textStartAt": "Начать с",
|
"textStartAt": "Начать с",
|
||||||
"textStrikethrough": "Зачёркивание",
|
"textStrikethrough": "Зачёркивание",
|
||||||
|
"textStructure": "Структура",
|
||||||
"textStyle": "Стиль",
|
"textStyle": "Стиль",
|
||||||
"textStyleOptions": "Настройки стиля",
|
"textStyleOptions": "Настройки стиля",
|
||||||
|
"textStyles": "Стили",
|
||||||
"textSu": "Вс",
|
"textSu": "Вс",
|
||||||
"textSubscript": "Подстрочные",
|
"textSubscript": "Подстрочные",
|
||||||
"textSuperscript": "Надстрочные",
|
"textSuperscript": "Надстрочные",
|
||||||
"textTable": "Таблица",
|
"textTable": "Таблица",
|
||||||
|
"textTableOfCont": "Оглавление",
|
||||||
"textTableOptions": "Настройки таблицы",
|
"textTableOptions": "Настройки таблицы",
|
||||||
"textText": "Текст",
|
"textText": "Текст",
|
||||||
"textTh": "Чт",
|
"textTh": "Чт",
|
||||||
"textThrough": "Сквозное",
|
"textThrough": "Сквозное",
|
||||||
"textTight": "По контуру",
|
"textTight": "По контуру",
|
||||||
|
"textTitle": "Заголовок",
|
||||||
"textTopAndBottom": "Сверху и снизу",
|
"textTopAndBottom": "Сверху и снизу",
|
||||||
"textTotalRow": "Строка итогов",
|
"textTotalRow": "Строка итогов",
|
||||||
"textTu": "Вт",
|
"textTu": "Вт",
|
||||||
"textType": "Тип",
|
"textType": "Тип",
|
||||||
"textWe": "Ср",
|
"textWe": "Ср",
|
||||||
"textWrap": "Стиль обтекания",
|
"textWrap": "Стиль обтекания"
|
||||||
"textCreateTextStyle": "Create new text style",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
|
||||||
"textStyles": "Styles",
|
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Превышено время ожидания конвертации.",
|
"convertationTimeoutText": "Превышено время ожидания конвертации.",
|
||||||
|
@ -379,6 +378,7 @@
|
||||||
"errorDataRange": "Некорректный диапазон данных.",
|
"errorDataRange": "Некорректный диапазон данных.",
|
||||||
"errorDefaultMessage": "Код ошибки: %1",
|
"errorDefaultMessage": "Код ошибки: %1",
|
||||||
"errorEditingDownloadas": "В ходе работы с документом произошла ошибка.<br>Скачайте документ, чтобы сохранить резервную копию файла локально.",
|
"errorEditingDownloadas": "В ходе работы с документом произошла ошибка.<br>Скачайте документ, чтобы сохранить резервную копию файла локально.",
|
||||||
|
"errorEmptyTOC": "Начните создавать оглавление, применив к выделенному тексту стиль заголовка из галереи Стилей.",
|
||||||
"errorFilePassProtect": "Файл защищен паролем и не может быть открыт.",
|
"errorFilePassProtect": "Файл защищен паролем и не может быть открыт.",
|
||||||
"errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.<br>Пожалуйста, обратитесь к администратору.",
|
"errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.<br>Пожалуйста, обратитесь к администратору.",
|
||||||
"errorKeyEncrypt": "Неизвестный дескриптор ключа",
|
"errorKeyEncrypt": "Неизвестный дескриптор ключа",
|
||||||
|
@ -386,6 +386,7 @@
|
||||||
"errorLoadingFont": "Шрифты не загружены.<br>Пожалуйста, обратитесь к администратору Сервера документов.",
|
"errorLoadingFont": "Шрифты не загружены.<br>Пожалуйста, обратитесь к администратору Сервера документов.",
|
||||||
"errorMailMergeLoadFile": "Сбой при загрузке",
|
"errorMailMergeLoadFile": "Сбой при загрузке",
|
||||||
"errorMailMergeSaveFile": "Не удалось выполнить слияние.",
|
"errorMailMergeSaveFile": "Не удалось выполнить слияние.",
|
||||||
|
"errorNoTOC": "Нет оглавления, которое нужно обновить. Вы можете вставить его на вкладке Ссылки.",
|
||||||
"errorSessionAbsolute": "Время сеанса редактирования документа истекло. Пожалуйста, обновите страницу.",
|
"errorSessionAbsolute": "Время сеанса редактирования документа истекло. Пожалуйста, обновите страницу.",
|
||||||
"errorSessionIdle": "Документ долгое время не редактировался. Пожалуйста, обновите страницу.",
|
"errorSessionIdle": "Документ долгое время не редактировался. Пожалуйста, обновите страницу.",
|
||||||
"errorSessionToken": "Подключение к серверу было прервано. Пожалуйста, обновите страницу.",
|
"errorSessionToken": "Подключение к серверу было прервано. Пожалуйста, обновите страницу.",
|
||||||
|
@ -404,9 +405,7 @@
|
||||||
"unknownErrorText": "Неизвестная ошибка.",
|
"unknownErrorText": "Неизвестная ошибка.",
|
||||||
"uploadImageExtMessage": "Неизвестный формат рисунка.",
|
"uploadImageExtMessage": "Неизвестный формат рисунка.",
|
||||||
"uploadImageFileCountMessage": "Ни одного рисунка не загружено.",
|
"uploadImageFileCountMessage": "Ни одного рисунка не загружено.",
|
||||||
"uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB.",
|
"uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB."
|
||||||
"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."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "Загрузка данных...",
|
"applyChangesTextText": "Загрузка данных...",
|
||||||
|
@ -528,6 +527,7 @@
|
||||||
"textRemember": "Запомнить мой выбор",
|
"textRemember": "Запомнить мой выбор",
|
||||||
"textReplaceSkipped": "Замена выполнена. Пропущено вхождений - {0}.",
|
"textReplaceSkipped": "Замена выполнена. Пропущено вхождений - {0}.",
|
||||||
"textReplaceSuccess": "Поиск выполнен. Заменено вхождений: {0}",
|
"textReplaceSuccess": "Поиск выполнен. Заменено вхождений: {0}",
|
||||||
|
"textRequestMacros": "Макрос делает запрос на URL. Вы хотите разрешить запрос на %1?",
|
||||||
"textYes": "Да",
|
"textYes": "Да",
|
||||||
"titleLicenseExp": "Истек срок действия лицензии",
|
"titleLicenseExp": "Истек срок действия лицензии",
|
||||||
"titleServerVersion": "Редактор обновлен",
|
"titleServerVersion": "Редактор обновлен",
|
||||||
|
@ -539,8 +539,7 @@
|
||||||
"warnLicenseUsersExceeded": "Вы достигли лимита на количество пользователей редакторов %1. Свяжитесь с администратором, чтобы узнать больше.",
|
"warnLicenseUsersExceeded": "Вы достигли лимита на количество пользователей редакторов %1. Свяжитесь с администратором, чтобы узнать больше.",
|
||||||
"warnNoLicense": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт на просмотр. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.",
|
"warnNoLicense": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт на просмотр. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.",
|
||||||
"warnNoLicenseUsers": "Вы достигли лимита на количество пользователей редакторов %1. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.",
|
"warnNoLicenseUsers": "Вы достигли лимита на количество пользователей редакторов %1. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.",
|
||||||
"warnProcessRightsChange": "У вас нет прав на редактирование этого файла.",
|
"warnProcessRightsChange": "У вас нет прав на редактирование этого файла."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"advDRMOptions": "Защищенный файл",
|
"advDRMOptions": "Защищенный файл",
|
||||||
|
@ -553,6 +552,7 @@
|
||||||
"textApplicationSettings": "Настройки приложения",
|
"textApplicationSettings": "Настройки приложения",
|
||||||
"textAuthor": "Автор",
|
"textAuthor": "Автор",
|
||||||
"textBack": "Назад",
|
"textBack": "Назад",
|
||||||
|
"textBeginningDocument": "Начало документа",
|
||||||
"textBottom": "Нижнее",
|
"textBottom": "Нижнее",
|
||||||
"textCancel": "Отмена",
|
"textCancel": "Отмена",
|
||||||
"textCaseSensitive": "С учетом регистра",
|
"textCaseSensitive": "С учетом регистра",
|
||||||
|
@ -566,6 +566,7 @@
|
||||||
"textCommentsDisplay": "Отображение комментариев",
|
"textCommentsDisplay": "Отображение комментариев",
|
||||||
"textCreated": "Создан",
|
"textCreated": "Создан",
|
||||||
"textCustomSize": "Особый размер",
|
"textCustomSize": "Особый размер",
|
||||||
|
"textDirection": "Направление",
|
||||||
"textDisableAll": "Отключить все",
|
"textDisableAll": "Отключить все",
|
||||||
"textDisableAllMacrosWithNotification": "Отключить все макросы с уведомлением",
|
"textDisableAllMacrosWithNotification": "Отключить все макросы с уведомлением",
|
||||||
"textDisableAllMacrosWithoutNotification": "Отключить все макросы без уведомления",
|
"textDisableAllMacrosWithoutNotification": "Отключить все макросы без уведомления",
|
||||||
|
@ -577,10 +578,13 @@
|
||||||
"textDownloadAs": "Скачать как",
|
"textDownloadAs": "Скачать как",
|
||||||
"textDownloadRtf": "Если вы продолжите сохранение в этот формат, часть форматирования может быть потеряна. Вы действительно хотите продолжить?",
|
"textDownloadRtf": "Если вы продолжите сохранение в этот формат, часть форматирования может быть потеряна. Вы действительно хотите продолжить?",
|
||||||
"textDownloadTxt": "Если вы продолжите сохранение в этот формат, вся функциональность, кроме текста, будет потеряна. Вы действительно хотите продолжить?",
|
"textDownloadTxt": "Если вы продолжите сохранение в этот формат, вся функциональность, кроме текста, будет потеряна. Вы действительно хотите продолжить?",
|
||||||
|
"textEmptyHeading": "Пустой заголовок",
|
||||||
|
"textEmptyScreens": "В документе нет заголовков. Примените к тексту стиль заголовков, чтобы он отображался в оглавлении.",
|
||||||
"textEnableAll": "Включить все",
|
"textEnableAll": "Включить все",
|
||||||
"textEnableAllMacrosWithoutNotification": "Включить все макросы без уведомления",
|
"textEnableAllMacrosWithoutNotification": "Включить все макросы без уведомления",
|
||||||
"textEncoding": "Кодировка",
|
"textEncoding": "Кодировка",
|
||||||
"textFastWV": "Быстрый веб-просмотр",
|
"textFastWV": "Быстрый веб-просмотр",
|
||||||
|
"textFeedback": "Обратная связь и поддержка",
|
||||||
"textFind": "Поиск",
|
"textFind": "Поиск",
|
||||||
"textFindAndReplace": "Поиск и замена",
|
"textFindAndReplace": "Поиск и замена",
|
||||||
"textFindAndReplaceAll": "Найти и заменить все",
|
"textFindAndReplaceAll": "Найти и заменить все",
|
||||||
|
@ -593,12 +597,14 @@
|
||||||
"textLastModified": "Последнее изменение",
|
"textLastModified": "Последнее изменение",
|
||||||
"textLastModifiedBy": "Автор последнего изменения",
|
"textLastModifiedBy": "Автор последнего изменения",
|
||||||
"textLeft": "Левое",
|
"textLeft": "Левое",
|
||||||
|
"textLeftToRight": "Слева направо",
|
||||||
"textLoading": "Загрузка...",
|
"textLoading": "Загрузка...",
|
||||||
"textLocation": "Размещение",
|
"textLocation": "Размещение",
|
||||||
"textMacrosSettings": "Настройки макросов",
|
"textMacrosSettings": "Настройки макросов",
|
||||||
"textMargins": "Поля",
|
"textMargins": "Поля",
|
||||||
"textMarginsH": "Верхнее и нижнее поля слишком высокие для заданной высоты страницы",
|
"textMarginsH": "Верхнее и нижнее поля слишком высокие для заданной высоты страницы",
|
||||||
"textMarginsW": "Левое и правое поля слишком широкие для заданной ширины страницы",
|
"textMarginsW": "Левое и правое поля слишком широкие для заданной ширины страницы",
|
||||||
|
"textNavigation": "Навигация",
|
||||||
"textNo": "Нет",
|
"textNo": "Нет",
|
||||||
"textNoCharacters": "Непечатаемые символы",
|
"textNoCharacters": "Непечатаемые символы",
|
||||||
"textNoTextFound": "Текст не найден",
|
"textNoTextFound": "Текст не найден",
|
||||||
|
@ -609,6 +615,7 @@
|
||||||
"textPages": "Страницы",
|
"textPages": "Страницы",
|
||||||
"textPageSize": "Размер страницы",
|
"textPageSize": "Размер страницы",
|
||||||
"textParagraphs": "Абзацы",
|
"textParagraphs": "Абзацы",
|
||||||
|
"textPdfProducer": "Производитель PDF",
|
||||||
"textPdfTagged": "PDF с тегами",
|
"textPdfTagged": "PDF с тегами",
|
||||||
"textPdfVer": "Версия PDF",
|
"textPdfVer": "Версия PDF",
|
||||||
"textPoint": "Пункт",
|
"textPoint": "Пункт",
|
||||||
|
@ -618,7 +625,9 @@
|
||||||
"textReplace": "Заменить",
|
"textReplace": "Заменить",
|
||||||
"textReplaceAll": "Заменить все",
|
"textReplaceAll": "Заменить все",
|
||||||
"textResolvedComments": "Решенные комментарии",
|
"textResolvedComments": "Решенные комментарии",
|
||||||
|
"textRestartApplication": "Перезапустите приложение, чтобы изменения вступили в силу.",
|
||||||
"textRight": "Правое",
|
"textRight": "Правое",
|
||||||
|
"textRightToLeft": "Справа налево",
|
||||||
"textSearch": "Поиск",
|
"textSearch": "Поиск",
|
||||||
"textSettings": "Настройки",
|
"textSettings": "Настройки",
|
||||||
"textShowNotification": "Показывать уведомление",
|
"textShowNotification": "Показывать уведомление",
|
||||||
|
@ -658,17 +667,7 @@
|
||||||
"txtScheme6": "Открытая",
|
"txtScheme6": "Открытая",
|
||||||
"txtScheme7": "Справедливость",
|
"txtScheme7": "Справедливость",
|
||||||
"txtScheme8": "Поток",
|
"txtScheme8": "Поток",
|
||||||
"txtScheme9": "Литейная",
|
"txtScheme9": "Литейная"
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "В документе есть несохраненные изменения. Нажмите 'Остаться на странице', чтобы дождаться автосохранения. Нажмите 'Уйти со страницы', чтобы сбросить все несохраненные изменения.",
|
"dlgLeaveMsgText": "В документе есть несохраненные изменения. Нажмите 'Остаться на странице', чтобы дождаться автосохранения. Нажмите 'Уйти со страницы', чтобы сбросить все несохраненные изменения.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Veľkosť tabuľky",
|
"textTableSize": "Veľkosť tabuľky",
|
||||||
"txtNotUrl": "Toto pole by malo byť vo formáte \"http://www.example.com\"",
|
"txtNotUrl": "Toto pole by malo byť vo formáte \"http://www.example.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "Zlom strany pred",
|
"textPageBreakBefore": "Zlom strany pred",
|
||||||
"textPageNumbering": "Číslovanie strany",
|
"textPageNumbering": "Číslovanie strany",
|
||||||
"textParagraph": "Odsek",
|
"textParagraph": "Odsek",
|
||||||
"textParagraphStyles": "Štýly odsekov",
|
|
||||||
"textPictureFromLibrary": "Obrázok z Knižnice",
|
"textPictureFromLibrary": "Obrázok z Knižnice",
|
||||||
"textPictureFromURL": "Obrázok z URL adresy",
|
"textPictureFromURL": "Obrázok z URL adresy",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Typ",
|
"textType": "Typ",
|
||||||
"textWe": "st",
|
"textWe": "st",
|
||||||
"textWrap": "Zabaliť",
|
"textWrap": "Zabaliť",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Prekročený čas konverzie.",
|
"convertationTimeoutText": "Prekročený čas konverzie.",
|
||||||
|
@ -653,22 +652,22 @@
|
||||||
"txtScheme7": "Spravodlivosť",
|
"txtScheme7": "Spravodlivosť",
|
||||||
"txtScheme8": "Tok",
|
"txtScheme8": "Tok",
|
||||||
"txtScheme9": "Zlieváreň",
|
"txtScheme9": "Zlieváreň",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textNo": "No",
|
"textNo": "No",
|
||||||
"textPageSize": "Page Size",
|
"textPageSize": "Page Size",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textYes": "Yes",
|
"textRightToLeft": "Right To Left",
|
||||||
"textNavigation": "Navigation",
|
"textYes": "Yes"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Tablo Boyutu",
|
"textTableSize": "Tablo Boyutu",
|
||||||
"txtNotUrl": "Bu alan \"http://www.example.com\" formatında bir URL olmak zorundadır",
|
"txtNotUrl": "Bu alan \"http://www.example.com\" formatında bir URL olmak zorundadır",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -281,7 +281,6 @@
|
||||||
"textPageBreakBefore": "Sayfa Sonu Öncesi",
|
"textPageBreakBefore": "Sayfa Sonu Öncesi",
|
||||||
"textPageNumbering": "Sayfa Numaralandırma",
|
"textPageNumbering": "Sayfa Numaralandırma",
|
||||||
"textParagraph": "Paragraf",
|
"textParagraph": "Paragraf",
|
||||||
"textParagraphStyles": "Paragraf stilleri",
|
|
||||||
"textPictureFromLibrary": "Kütüphaneden Resim",
|
"textPictureFromLibrary": "Kütüphaneden Resim",
|
||||||
"textPictureFromURL": "URL'den resim",
|
"textPictureFromURL": "URL'den resim",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -319,52 +318,52 @@
|
||||||
"textTotalRow": "Toplam Satır",
|
"textTotalRow": "Toplam Satır",
|
||||||
"textType": "Tip",
|
"textType": "Tip",
|
||||||
"textWrap": "Metni Kaydır",
|
"textWrap": "Metni Kaydır",
|
||||||
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
"textEmpty": "Empty",
|
"textEmpty": "Empty",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
"textFebruary": "February",
|
"textFebruary": "February",
|
||||||
|
"textFormal": "Formal",
|
||||||
"textFr": "Fr",
|
"textFr": "Fr",
|
||||||
"textJanuary": "January",
|
"textJanuary": "January",
|
||||||
"textJuly": "July",
|
"textJuly": "July",
|
||||||
"textJune": "June",
|
"textJune": "June",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
"textMarch": "March",
|
"textMarch": "March",
|
||||||
"textMay": "May",
|
"textMay": "May",
|
||||||
"textMo": "Mo",
|
"textMo": "Mo",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
"textNovember": "November",
|
"textNovember": "November",
|
||||||
"textOctober": "October",
|
"textOctober": "October",
|
||||||
"textCreateTextStyle": "Create new text style",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textSa": "Sa",
|
|
||||||
"textSeptember": "September",
|
|
||||||
"textSu": "Su",
|
|
||||||
"textTh": "Th",
|
|
||||||
"textTu": "Tu",
|
|
||||||
"textWe": "We",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
"textOnline": "Online",
|
||||||
"textClassic": "Classic",
|
"textPageNumbers": "Page Numbers",
|
||||||
"textDistinctive": "Distinctive",
|
"textParagraphStyle": "Paragraph Style",
|
||||||
"textCentered": "Centered",
|
"textRefresh": "Refresh",
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSa": "Sa",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSeptember": "September",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textSu": "Su",
|
||||||
|
"textTableOfCont": "TOC",
|
||||||
|
"textTh": "Th",
|
||||||
|
"textTitle": "Title",
|
||||||
|
"textTu": "Tu",
|
||||||
|
"textWe": "We"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Değişim süresi aşıldı.",
|
"convertationTimeoutText": "Değişim süresi aşıldı.",
|
||||||
|
@ -651,24 +650,24 @@
|
||||||
"txtScheme7": "Net Değer",
|
"txtScheme7": "Net Değer",
|
||||||
"txtScheme8": "Yayılma",
|
"txtScheme8": "Yayılma",
|
||||||
"txtScheme9": "Döküm",
|
"txtScheme9": "Döküm",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textNo": "No",
|
"textNo": "No",
|
||||||
"textPageSize": "Page Size",
|
"textPageSize": "Page Size",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left",
|
||||||
"textYes": "Yes",
|
"textYes": "Yes",
|
||||||
"txtScheme14": "Oriel",
|
"txtScheme14": "Oriel",
|
||||||
"txtScheme19": "Trek",
|
"txtScheme19": "Trek"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "Розмір таблиці",
|
"textTableSize": "Розмір таблиці",
|
||||||
"txtNotUrl": "Це поле має бути URL-адресою у форматі \"http://www.example.com\"",
|
"txtNotUrl": "Це поле має бути URL-адресою у форматі \"http://www.example.com\"",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "З нової сторінки",
|
"textPageBreakBefore": "З нової сторінки",
|
||||||
"textPageNumbering": "Нумерація сторінок",
|
"textPageNumbering": "Нумерація сторінок",
|
||||||
"textParagraph": "Абзац",
|
"textParagraph": "Абзац",
|
||||||
"textParagraphStyles": "Стилі абзацу",
|
|
||||||
"textPictureFromLibrary": "Зображення з бібліотеки",
|
"textPictureFromLibrary": "Зображення з бібліотеки",
|
||||||
"textPictureFromURL": "Зображення з URL",
|
"textPictureFromURL": "Зображення з URL",
|
||||||
"textPt": "Пт",
|
"textPt": "Пт",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "Тип",
|
"textType": "Тип",
|
||||||
"textWe": "Ср",
|
"textWe": "Ср",
|
||||||
"textWrap": "Стиль обтікання",
|
"textWrap": "Стиль обтікання",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Перевищено час очікування конверсії.",
|
"convertationTimeoutText": "Перевищено час очікування конверсії.",
|
||||||
|
@ -653,22 +652,22 @@
|
||||||
"txtScheme7": "Власний",
|
"txtScheme7": "Власний",
|
||||||
"txtScheme8": "Потік",
|
"txtScheme8": "Потік",
|
||||||
"txtScheme9": "Ливарна",
|
"txtScheme9": "Ливарна",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textNo": "No",
|
"textNo": "No",
|
||||||
"textPageSize": "Page Size",
|
"textPageSize": "Page Size",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textYes": "Yes",
|
"textRightToLeft": "Right To Left",
|
||||||
"textNavigation": "Navigation",
|
"textYes": "Yes"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "У документі є незбережені зміни. Натисніть 'Залишитись на сторінці', щоб дочекатися автозбереження. Натисніть 'Піти зі сторінки', щоб скинути всі незбережені зміни.",
|
"dlgLeaveMsgText": "У документі є незбережені зміни. Натисніть 'Залишитись на сторінці', щоб дочекатися автозбереження. Натисніть 'Піти зі сторінки', щоб скинути всі незбережені зміни.",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "表格大小",
|
"textTableSize": "表格大小",
|
||||||
"txtNotUrl": "此字段應為格式為“ http://www.example.com”的URL。",
|
"txtNotUrl": "此字段應為格式為“ http://www.example.com”的URL。",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "分頁之前",
|
"textPageBreakBefore": "分頁之前",
|
||||||
"textPageNumbering": "頁編碼",
|
"textPageNumbering": "頁編碼",
|
||||||
"textParagraph": "段落",
|
"textParagraph": "段落",
|
||||||
"textParagraphStyles": "段落樣式",
|
|
||||||
"textPictureFromLibrary": "來自圖庫的圖片",
|
"textPictureFromLibrary": "來自圖庫的圖片",
|
||||||
"textPictureFromURL": "網址圖片",
|
"textPictureFromURL": "網址圖片",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "類型",
|
"textType": "類型",
|
||||||
"textWe": "We",
|
"textWe": "We",
|
||||||
"textWrap": "包覆",
|
"textWrap": "包覆",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "轉換逾時。",
|
"convertationTimeoutText": "轉換逾時。",
|
||||||
|
@ -656,19 +655,19 @@
|
||||||
"txtScheme7": "產權",
|
"txtScheme7": "產權",
|
||||||
"txtScheme8": "流程",
|
"txtScheme8": "流程",
|
||||||
"txtScheme9": "鑄造廠",
|
"txtScheme9": "鑄造廠",
|
||||||
|
"textBeginningDocument": "Beginning of document",
|
||||||
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
"textFastWV": "Fast Web View",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textNavigation": "Navigation",
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textPdfProducer": "PDF Producer",
|
||||||
"textPdfTagged": "Tagged PDF",
|
"textPdfTagged": "Tagged PDF",
|
||||||
"textPdfVer": "PDF Version",
|
"textPdfVer": "PDF Version",
|
||||||
"textPdfProducer": "PDF Producer",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textNavigation": "Navigation",
|
"textRightToLeft": "Right To Left"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "您有未儲存的變更。點擊“留在此頁面”以等待自動儲存。點擊“離開此頁面”以放棄所有未儲存的變更。",
|
"dlgLeaveMsgText": "您有未儲存的變更。點擊“留在此頁面”以等待自動儲存。點擊“離開此頁面”以放棄所有未儲存的變更。",
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"textTableSize": "表格大小",
|
"textTableSize": "表格大小",
|
||||||
"txtNotUrl": "该字段应为“http://www.example.com”格式的URL",
|
"txtNotUrl": "该字段应为“http://www.example.com”格式的URL",
|
||||||
"textTableContents": "Table of Contents",
|
"textTableContents": "Table of Contents",
|
||||||
"textWithPageNumbers": "With Page Numbers",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithBlueLinks": "With Blue Links"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -292,7 +292,6 @@
|
||||||
"textPageBreakBefore": "段前分页",
|
"textPageBreakBefore": "段前分页",
|
||||||
"textPageNumbering": "页码编号",
|
"textPageNumbering": "页码编号",
|
||||||
"textParagraph": "段",
|
"textParagraph": "段",
|
||||||
"textParagraphStyles": "段落样式",
|
|
||||||
"textPictureFromLibrary": "图库",
|
"textPictureFromLibrary": "图库",
|
||||||
"textPictureFromURL": "来自网络的图片",
|
"textPictureFromURL": "来自网络的图片",
|
||||||
"textPt": "像素",
|
"textPt": "像素",
|
||||||
|
@ -336,35 +335,35 @@
|
||||||
"textType": "类型",
|
"textType": "类型",
|
||||||
"textWe": "周三",
|
"textWe": "周三",
|
||||||
"textWrap": "包裹",
|
"textWrap": "包裹",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textDone": "Done",
|
|
||||||
"textTitle": "Title",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textTableOfCont": "TOC",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textRemoveTableContent": "Remove table of content",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
"textCentered": "Centered",
|
||||||
|
"textClassic": "Classic",
|
||||||
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
"textCurrent": "Current",
|
||||||
|
"textDistinctive": "Distinctive",
|
||||||
|
"textDone": "Done",
|
||||||
|
"textEnterTitleNewStyle": "Enter title of a new style",
|
||||||
|
"textFormal": "Formal",
|
||||||
|
"textLeader": "Leader",
|
||||||
|
"textLevels": "Levels",
|
||||||
|
"textModern": "Modern",
|
||||||
|
"textNextParagraphStyle": "Next paragraph style",
|
||||||
|
"textOnline": "Online",
|
||||||
|
"textPageNumbers": "Page Numbers",
|
||||||
|
"textParagraphStyle": "Paragraph Style",
|
||||||
|
"textRefresh": "Refresh",
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
|
"textRightAlign": "Right Align",
|
||||||
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
"textSimple": "Simple",
|
||||||
|
"textStandard": "Standard",
|
||||||
|
"textStructure": "Structure",
|
||||||
"textStyles": "Styles",
|
"textStyles": "Styles",
|
||||||
"textAmountOfLevels": "Amount of Levels"
|
"textTableOfCont": "TOC",
|
||||||
|
"textTitle": "Title"
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "转换超时",
|
"convertationTimeoutText": "转换超时",
|
||||||
|
@ -659,16 +658,16 @@
|
||||||
"txtScheme7": "公平",
|
"txtScheme7": "公平",
|
||||||
"txtScheme8": "流动",
|
"txtScheme8": "流动",
|
||||||
"txtScheme9": "发现",
|
"txtScheme9": "发现",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"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",
|
"textBeginningDocument": "Beginning of document",
|
||||||
"textEmptyHeading": "Empty Heading"
|
"textDirection": "Direction",
|
||||||
|
"textEmptyHeading": "Empty Heading",
|
||||||
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
|
"textNavigation": "Navigation",
|
||||||
|
"textPdfProducer": "PDF Producer",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRightToLeft": "Right To Left"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "你有未保存的修改。点击“留在该页”可等待自动保存完成。点击“离开该页”将丢弃全部未经保存的修改。",
|
"dlgLeaveMsgText": "你有未保存的修改。点击“留在该页”可等待自动保存完成。点击“离开该页”将丢弃全部未经保存的修改。",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Altuera",
|
"common.view.modals.txtHeight": "Altuera",
|
||||||
"common.view.modals.txtShare": "Partekatu esteka",
|
"common.view.modals.txtShare": "Partekatu esteka",
|
||||||
"common.view.modals.txtWidth": "Zabalera",
|
"common.view.modals.txtWidth": "Zabalera",
|
||||||
|
"common.view.SearchBar.textFind": "Bilatu",
|
||||||
"PE.ApplicationController.convertationErrorText": "Bihurketak huts egin du.",
|
"PE.ApplicationController.convertationErrorText": "Bihurketak huts egin du.",
|
||||||
"PE.ApplicationController.convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
"PE.ApplicationController.convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
||||||
"PE.ApplicationController.criticalErrorTitle": "Errorea",
|
"PE.ApplicationController.criticalErrorTitle": "Errorea",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Altura",
|
"common.view.modals.txtHeight": "Altura",
|
||||||
"common.view.modals.txtShare": "Partilhar ligação",
|
"common.view.modals.txtShare": "Partilhar ligação",
|
||||||
"common.view.modals.txtWidth": "Largura",
|
"common.view.modals.txtWidth": "Largura",
|
||||||
|
"common.view.SearchBar.textFind": "Localizar",
|
||||||
"PE.ApplicationController.convertationErrorText": "Falha na conversão.",
|
"PE.ApplicationController.convertationErrorText": "Falha na conversão.",
|
||||||
"PE.ApplicationController.convertationTimeoutText": "Excedeu o tempo limite de conversão.",
|
"PE.ApplicationController.convertationTimeoutText": "Excedeu o tempo limite de conversão.",
|
||||||
"PE.ApplicationController.criticalErrorTitle": "Erro",
|
"PE.ApplicationController.criticalErrorTitle": "Erro",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Înălțime",
|
"common.view.modals.txtHeight": "Înălțime",
|
||||||
"common.view.modals.txtShare": "Partajare link",
|
"common.view.modals.txtShare": "Partajare link",
|
||||||
"common.view.modals.txtWidth": "Lățime",
|
"common.view.modals.txtWidth": "Lățime",
|
||||||
|
"common.view.SearchBar.textFind": "Găsire",
|
||||||
"PE.ApplicationController.convertationErrorText": "Conversia nu a reușit.",
|
"PE.ApplicationController.convertationErrorText": "Conversia nu a reușit.",
|
||||||
"PE.ApplicationController.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
"PE.ApplicationController.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
||||||
"PE.ApplicationController.criticalErrorTitle": "Eroare",
|
"PE.ApplicationController.criticalErrorTitle": "Eroare",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Высота",
|
"common.view.modals.txtHeight": "Высота",
|
||||||
"common.view.modals.txtShare": "Поделиться ссылкой",
|
"common.view.modals.txtShare": "Поделиться ссылкой",
|
||||||
"common.view.modals.txtWidth": "Ширина",
|
"common.view.modals.txtWidth": "Ширина",
|
||||||
|
"common.view.SearchBar.textFind": "Поиск",
|
||||||
"PE.ApplicationController.convertationErrorText": "Конвертация не удалась.",
|
"PE.ApplicationController.convertationErrorText": "Конвертация не удалась.",
|
||||||
"PE.ApplicationController.convertationTimeoutText": "Превышено время ожидания конвертации.",
|
"PE.ApplicationController.convertationTimeoutText": "Превышено время ожидания конвертации.",
|
||||||
"PE.ApplicationController.criticalErrorTitle": "Ошибка",
|
"PE.ApplicationController.criticalErrorTitle": "Ошибка",
|
||||||
|
|
|
@ -601,7 +601,6 @@
|
||||||
"Common.Views.UserNameDialog.textDontShow": "Don't ask me again",
|
"Common.Views.UserNameDialog.textDontShow": "Don't ask me again",
|
||||||
"Common.Views.UserNameDialog.textLabel": "Label:",
|
"Common.Views.UserNameDialog.textLabel": "Label:",
|
||||||
"Common.Views.UserNameDialog.textLabelError": "Label must not be empty.",
|
"Common.Views.UserNameDialog.textLabelError": "Label must not be empty.",
|
||||||
"del_PE.Views.FileMenuPanels.Settings.strAutoRecover": "Turn on autorecover",
|
|
||||||
"PE.Controllers.LeftMenu.leavePageText": "All unsaved changes in this document will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
|
"PE.Controllers.LeftMenu.leavePageText": "All unsaved changes in this document will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
|
||||||
"PE.Controllers.LeftMenu.newDocumentTitle": "Unnamed presentation",
|
"PE.Controllers.LeftMenu.newDocumentTitle": "Unnamed presentation",
|
||||||
"PE.Controllers.LeftMenu.notcriticalErrorTitle": "Warning",
|
"PE.Controllers.LeftMenu.notcriticalErrorTitle": "Warning",
|
||||||
|
@ -628,12 +627,12 @@
|
||||||
"PE.Controllers.Main.errorDataEncrypted": "Encrypted changes have been received, they cannot be deciphered.",
|
"PE.Controllers.Main.errorDataEncrypted": "Encrypted changes have been received, they cannot be deciphered.",
|
||||||
"PE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
"PE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
||||||
"PE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
"PE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
||||||
"PE.Controllers.Main.errorEditingDownloadas": "An error occurred during the work with the document.<br>Use the 'Download as...' option to save the file backup copy to your computer hard drive.",
|
"PE.Controllers.Main.errorEditingDownloadas": "An error occurred during the work with the document.<br>Use the 'Download as...' option to save the file backup copy to a drive.",
|
||||||
"PE.Controllers.Main.errorEditingSaveas": "An error occurred during the work with the document.<br>Use the 'Save as...' option to save the file backup copy to your computer hard drive.",
|
"PE.Controllers.Main.errorEditingSaveas": "An error occurred during the work with the document.<br>Use the 'Save as...' option to save the file backup copy to a drive.",
|
||||||
"PE.Controllers.Main.errorEmailClient": "No email client could be found.",
|
"PE.Controllers.Main.errorEmailClient": "No email client could be found.",
|
||||||
"PE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.",
|
"PE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.",
|
||||||
"PE.Controllers.Main.errorFileSizeExceed": "The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details.",
|
"PE.Controllers.Main.errorFileSizeExceed": "The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details.",
|
||||||
"PE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.",
|
"PE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to a drive or try again later.",
|
||||||
"PE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor",
|
"PE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor",
|
||||||
"PE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
"PE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
||||||
"PE.Controllers.Main.errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
"PE.Controllers.Main.errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||||
|
@ -1630,22 +1629,15 @@
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in presentation are invalid or could not be verified. The presentation is protected from editing.",
|
"PE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in presentation are invalid or could not be verified. The presentation is protected from editing.",
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
"PE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
||||||
"PE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
|
"PE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
|
||||||
"del_PE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides",
|
|
||||||
"del_PE.Views.FileMenuPanels.Settings.strAutosave": "Turn on autosave",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing Mode",
|
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing Mode",
|
||||||
"del_PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once",
|
|
||||||
"del_PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strFast": "Fast",
|
"PE.Views.FileMenuPanels.Settings.strFast": "Fast",
|
||||||
"PE.Views.FileMenuPanels.Settings.strFontRender": "Font Hinting",
|
"PE.Views.FileMenuPanels.Settings.strFontRender": "Font Hinting",
|
||||||
"PE.Views.FileMenuPanels.Settings.strForcesave": "Add version to storage after clicking Save or Ctrl+S",
|
"PE.Views.FileMenuPanels.Settings.strForcesave": "Add version to storage after clicking Save or Ctrl+S",
|
||||||
"del_PE.Views.FileMenuPanels.Settings.strInputMode": "Turn on hieroglyphs",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Ignore words in UPPERCASE",
|
"PE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Ignore words in UPPERCASE",
|
||||||
"PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Ignore words with numbers",
|
"PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Ignore words with numbers",
|
||||||
"PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Macros Settings",
|
"PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Macros Settings",
|
||||||
"PE.Views.FileMenuPanels.Settings.strPaste": "Cut, copy and paste",
|
"PE.Views.FileMenuPanels.Settings.strPaste": "Cut, copy and paste",
|
||||||
"PE.Views.FileMenuPanels.Settings.strPasteButton": "Show the Paste Options button when the content is pasted",
|
"PE.Views.FileMenuPanels.Settings.strPasteButton": "Show the Paste Options button when the content is pasted",
|
||||||
"del_PE.Views.FileMenuPanels.Settings.strShowChanges": "Real-time Collaboration Changes",
|
|
||||||
"del_PE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Turn on spell checking option",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
"PE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
||||||
"PE.Views.FileMenuPanels.Settings.strTheme": "Interface theme",
|
"PE.Views.FileMenuPanels.Settings.strTheme": "Interface theme",
|
||||||
"PE.Views.FileMenuPanels.Settings.strUnit": "Unit of Measurement",
|
"PE.Views.FileMenuPanels.Settings.strUnit": "Unit of Measurement",
|
||||||
|
@ -2177,6 +2169,7 @@
|
||||||
"PE.Views.Toolbar.mniImageFromFile": "Image from File",
|
"PE.Views.Toolbar.mniImageFromFile": "Image from File",
|
||||||
"PE.Views.Toolbar.mniImageFromStorage": "Image from Storage",
|
"PE.Views.Toolbar.mniImageFromStorage": "Image from Storage",
|
||||||
"PE.Views.Toolbar.mniImageFromUrl": "Image from URL",
|
"PE.Views.Toolbar.mniImageFromUrl": "Image from URL",
|
||||||
|
"PE.Views.Toolbar.mniInsertSSE": "Insert Spreadsheet",
|
||||||
"PE.Views.Toolbar.mniLowerCase": "lowercase",
|
"PE.Views.Toolbar.mniLowerCase": "lowercase",
|
||||||
"PE.Views.Toolbar.mniSentenceCase": "Sentence case.",
|
"PE.Views.Toolbar.mniSentenceCase": "Sentence case.",
|
||||||
"PE.Views.Toolbar.mniSlideAdvanced": "Advanced Settings",
|
"PE.Views.Toolbar.mniSlideAdvanced": "Advanced Settings",
|
||||||
|
@ -2314,7 +2307,6 @@
|
||||||
"PE.Views.Toolbar.txtScheme9": "Foundry",
|
"PE.Views.Toolbar.txtScheme9": "Foundry",
|
||||||
"PE.Views.Toolbar.txtSlideAlign": "Align to Slide",
|
"PE.Views.Toolbar.txtSlideAlign": "Align to Slide",
|
||||||
"PE.Views.Toolbar.txtUngroup": "Ungroup",
|
"PE.Views.Toolbar.txtUngroup": "Ungroup",
|
||||||
"PE.Views.Toolbar.mniInsertSSE": "Insert Spreadsheet",
|
|
||||||
"PE.Views.Transitions.strDelay": "Delay",
|
"PE.Views.Transitions.strDelay": "Delay",
|
||||||
"PE.Views.Transitions.strDuration": "Duration",
|
"PE.Views.Transitions.strDuration": "Duration",
|
||||||
"PE.Views.Transitions.strStartOnClick": "Start On Click",
|
"PE.Views.Transitions.strStartOnClick": "Start On Click",
|
||||||
|
|
|
@ -141,7 +141,6 @@
|
||||||
"Common.define.effectData.textInFromScreenCenter": "Pantailaren erditik handitu",
|
"Common.define.effectData.textInFromScreenCenter": "Pantailaren erditik handitu",
|
||||||
"Common.define.effectData.textInSlightly": "Gerturatu arinki",
|
"Common.define.effectData.textInSlightly": "Gerturatu arinki",
|
||||||
"Common.define.effectData.textInToScreenBottom": "Gerturatu pantailaren beheko aldera",
|
"Common.define.effectData.textInToScreenBottom": "Gerturatu pantailaren beheko aldera",
|
||||||
"Common.define.effectData.textInToScreenCenter": "Gerturatu pantailaren erdialdera",
|
|
||||||
"Common.define.effectData.textInvertedSquare": "Alderantzizko karratua",
|
"Common.define.effectData.textInvertedSquare": "Alderantzizko karratua",
|
||||||
"Common.define.effectData.textInvertedTriangle": "Alderantzizko hirukia",
|
"Common.define.effectData.textInvertedTriangle": "Alderantzizko hirukia",
|
||||||
"Common.define.effectData.textLeft": "Ezkerra",
|
"Common.define.effectData.textLeft": "Ezkerra",
|
||||||
|
@ -217,7 +216,6 @@
|
||||||
"Common.define.effectData.textToBottom": "Beherantz",
|
"Common.define.effectData.textToBottom": "Beherantz",
|
||||||
"Common.define.effectData.textToBottomLeft": "Beherantz eta ezkerrerantz",
|
"Common.define.effectData.textToBottomLeft": "Beherantz eta ezkerrerantz",
|
||||||
"Common.define.effectData.textToBottomRight": "Beherantz eta eskuinerantz",
|
"Common.define.effectData.textToBottomRight": "Beherantz eta eskuinerantz",
|
||||||
"Common.define.effectData.textToFromScreenBottom": "Urrundu pantailaren behealdera",
|
|
||||||
"Common.define.effectData.textToLeft": "Ezkerrera",
|
"Common.define.effectData.textToLeft": "Ezkerrera",
|
||||||
"Common.define.effectData.textToRight": "Eskuinera",
|
"Common.define.effectData.textToRight": "Eskuinera",
|
||||||
"Common.define.effectData.textToTop": "Gora",
|
"Common.define.effectData.textToTop": "Gora",
|
||||||
|
@ -243,6 +241,7 @@
|
||||||
"Common.define.effectData.textWipe": "Ezabatu",
|
"Common.define.effectData.textWipe": "Ezabatu",
|
||||||
"Common.define.effectData.textZigzag": "Sigi-saga ",
|
"Common.define.effectData.textZigzag": "Sigi-saga ",
|
||||||
"Common.define.effectData.textZoom": "Zooma",
|
"Common.define.effectData.textZoom": "Zooma",
|
||||||
|
"Common.Translation.textMoreButton": "Gehiago",
|
||||||
"Common.Translation.warnFileLocked": "Artxiboa beste aplikazio batean editatua izaten ari da. Editatzen jarraitu dezakezu eta kopia bezala gorde.",
|
"Common.Translation.warnFileLocked": "Artxiboa beste aplikazio batean editatua izaten ari da. Editatzen jarraitu dezakezu eta kopia bezala gorde.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Kopia bat sortu",
|
"Common.Translation.warnFileLockedBtnEdit": "Kopia bat sortu",
|
||||||
"Common.Translation.warnFileLockedBtnView": "Ireki ikusteko",
|
"Common.Translation.warnFileLockedBtnView": "Ireki ikusteko",
|
||||||
|
@ -259,6 +258,11 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Kolorerik ez",
|
"Common.UI.HSBColorPicker.textNoColor": "Kolorerik ez",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ezkutatu pasahitza",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ezkutatu pasahitza",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Erakutsi pasahitza",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Erakutsi pasahitza",
|
||||||
|
"Common.UI.SearchBar.textFind": "Bilatu",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Itxi bilaketa",
|
||||||
|
"Common.UI.SearchBar.tipNextResult": "Hurrengo emaitza",
|
||||||
|
"Common.UI.SearchBar.tipOpenAdvancedSettings": "Ireki ezarpen aurreratuak",
|
||||||
|
"Common.UI.SearchBar.tipPreviousResult": "Aurreko emaitza",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Nabarmendu emaitzak",
|
"Common.UI.SearchDialog.textHighlight": "Nabarmendu emaitzak",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "Bereizi maiuskulak eta minuskulak",
|
"Common.UI.SearchDialog.textMatchCase": "Bereizi maiuskulak eta minuskulak",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Idatzi ordezko testua",
|
"Common.UI.SearchDialog.textReplaceDef": "Idatzi ordezko testua",
|
||||||
|
@ -271,11 +275,13 @@
|
||||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Ordeztu guztia",
|
"Common.UI.SearchDialog.txtBtnReplaceAll": "Ordeztu guztia",
|
||||||
"Common.UI.SynchronizeTip.textDontShow": "Ez erakutsi mezu hau berriro",
|
"Common.UI.SynchronizeTip.textDontShow": "Ez erakutsi mezu hau berriro",
|
||||||
"Common.UI.SynchronizeTip.textSynchronize": "Dokumentua beste erabiltzaile batek aldatu du.<br>Egin klik zure aldaketak gorde eta eguneratzeak berriz kargatzeko.",
|
"Common.UI.SynchronizeTip.textSynchronize": "Dokumentua beste erabiltzaile batek aldatu du.<br>Egin klik zure aldaketak gorde eta eguneratzeak berriz kargatzeko.",
|
||||||
|
"Common.UI.ThemeColorPalette.textRecentColors": "Azkena erabilitako koloreak",
|
||||||
"Common.UI.ThemeColorPalette.textStandartColors": "Kolore estandarrak",
|
"Common.UI.ThemeColorPalette.textStandartColors": "Kolore estandarrak",
|
||||||
"Common.UI.ThemeColorPalette.textThemeColors": "Itxuraren koloreak",
|
"Common.UI.ThemeColorPalette.textThemeColors": "Itxuraren koloreak",
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Klasiko argia",
|
"Common.UI.Themes.txtThemeClassicLight": "Klasiko argia",
|
||||||
"Common.UI.Themes.txtThemeDark": "Iluna",
|
"Common.UI.Themes.txtThemeDark": "Iluna",
|
||||||
"Common.UI.Themes.txtThemeLight": "Argia",
|
"Common.UI.Themes.txtThemeLight": "Argia",
|
||||||
|
"Common.UI.Themes.txtThemeSystem": "Sistemako berdina",
|
||||||
"Common.UI.Window.cancelButtonText": "Utzi",
|
"Common.UI.Window.cancelButtonText": "Utzi",
|
||||||
"Common.UI.Window.closeButtonText": "Itxi",
|
"Common.UI.Window.closeButtonText": "Itxi",
|
||||||
"Common.UI.Window.noButtonText": "Ez",
|
"Common.UI.Window.noButtonText": "Ez",
|
||||||
|
@ -376,6 +382,7 @@
|
||||||
"Common.Views.Header.textSaveChanged": "Aldatua",
|
"Common.Views.Header.textSaveChanged": "Aldatua",
|
||||||
"Common.Views.Header.textSaveEnd": "Aldaketa guztiak gordeta",
|
"Common.Views.Header.textSaveEnd": "Aldaketa guztiak gordeta",
|
||||||
"Common.Views.Header.textSaveExpander": "Aldaketa guztiak gordeta",
|
"Common.Views.Header.textSaveExpander": "Aldaketa guztiak gordeta",
|
||||||
|
"Common.Views.Header.textShare": "Partekatu",
|
||||||
"Common.Views.Header.textZoom": "Zooma",
|
"Common.Views.Header.textZoom": "Zooma",
|
||||||
"Common.Views.Header.tipAccessRights": "Kudeatu dokumentuaren sarbide-eskubideak",
|
"Common.Views.Header.tipAccessRights": "Kudeatu dokumentuaren sarbide-eskubideak",
|
||||||
"Common.Views.Header.tipDownload": "Deskargatu fitxategia",
|
"Common.Views.Header.tipDownload": "Deskargatu fitxategia",
|
||||||
|
@ -383,8 +390,10 @@
|
||||||
"Common.Views.Header.tipPrint": "Inprimatu fitxategia",
|
"Common.Views.Header.tipPrint": "Inprimatu fitxategia",
|
||||||
"Common.Views.Header.tipRedo": "Berregin",
|
"Common.Views.Header.tipRedo": "Berregin",
|
||||||
"Common.Views.Header.tipSave": "Gorde",
|
"Common.Views.Header.tipSave": "Gorde",
|
||||||
|
"Common.Views.Header.tipSearch": "Bilatu",
|
||||||
"Common.Views.Header.tipUndo": "Desegin",
|
"Common.Views.Header.tipUndo": "Desegin",
|
||||||
"Common.Views.Header.tipUndock": "Leiho independente batetara banandu",
|
"Common.Views.Header.tipUndock": "Leiho independente batetara banandu",
|
||||||
|
"Common.Views.Header.tipUsers": "Ikusi erabiltzaileak",
|
||||||
"Common.Views.Header.tipViewSettings": "Ikusi ezarpenak",
|
"Common.Views.Header.tipViewSettings": "Ikusi ezarpenak",
|
||||||
"Common.Views.Header.tipViewUsers": "Ikusi erabiltzaileak eta kudeatu dokumentuaren sarbide-eskubideak",
|
"Common.Views.Header.tipViewUsers": "Ikusi erabiltzaileak eta kudeatu dokumentuaren sarbide-eskubideak",
|
||||||
"Common.Views.Header.txtAccessRights": "Aldatu sarbide-eskubideak",
|
"Common.Views.Header.txtAccessRights": "Aldatu sarbide-eskubideak",
|
||||||
|
@ -521,6 +530,21 @@
|
||||||
"Common.Views.ReviewPopover.txtEditTip": "Editatu",
|
"Common.Views.ReviewPopover.txtEditTip": "Editatu",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "Kargatzen",
|
"Common.Views.SaveAsDlg.textLoading": "Kargatzen",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Karpeta gordetzeko",
|
"Common.Views.SaveAsDlg.textTitle": "Karpeta gordetzeko",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "Bereizi maiuskulak eta minuskulak",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Itxi bilaketa",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Bilatu",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Bilatu eta ordeztu",
|
||||||
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Egin bilaketak adierazpen erregularrak erabiliz",
|
||||||
|
"Common.Views.SearchPanel.textNoMatches": "Ez dago bat datorrenik",
|
||||||
|
"Common.Views.SearchPanel.textNoSearchResults": "Ez dago bilaketaren emaitzarik",
|
||||||
|
"Common.Views.SearchPanel.textReplace": "Ordeztu",
|
||||||
|
"Common.Views.SearchPanel.textReplaceAll": "Ordeztu guztia",
|
||||||
|
"Common.Views.SearchPanel.textReplaceWith": "Ordeztu honekin",
|
||||||
|
"Common.Views.SearchPanel.textSearchResults": "Bilaketaren emaitzak: {0}{1}",
|
||||||
|
"Common.Views.SearchPanel.textTooManyResults": "Emaitza gehiegi daude hemen erakusteko",
|
||||||
|
"Common.Views.SearchPanel.textWholeWords": "Hitz osoak soilik",
|
||||||
|
"Common.Views.SearchPanel.tipNextResult": "Hurrengo emaitza",
|
||||||
|
"Common.Views.SearchPanel.tipPreviousResult": "Aurreko emaitza",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Kargatzen",
|
"Common.Views.SelectFileDlg.textLoading": "Kargatzen",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Hautatu datu-iturburua",
|
"Common.Views.SelectFileDlg.textTitle": "Hautatu datu-iturburua",
|
||||||
"Common.Views.SignDialog.textBold": "Lodia",
|
"Common.Views.SignDialog.textBold": "Lodia",
|
||||||
|
@ -676,8 +700,10 @@
|
||||||
"PE.Controllers.Main.textPaidFeature": "Ordainpeko ezaugarria",
|
"PE.Controllers.Main.textPaidFeature": "Ordainpeko ezaugarria",
|
||||||
"PE.Controllers.Main.textReconnect": "Konexioa berrezarrita",
|
"PE.Controllers.Main.textReconnect": "Konexioa berrezarrita",
|
||||||
"PE.Controllers.Main.textRemember": "Gogoratu nire aukera fitxategi guztientzat",
|
"PE.Controllers.Main.textRemember": "Gogoratu nire aukera fitxategi guztientzat",
|
||||||
|
"PE.Controllers.Main.textRememberMacros": "Gogoratu nire aukera makro guztientzat",
|
||||||
"PE.Controllers.Main.textRenameError": "Erabiltzaile-izenak ezin du hutsik egon.",
|
"PE.Controllers.Main.textRenameError": "Erabiltzaile-izenak ezin du hutsik egon.",
|
||||||
"PE.Controllers.Main.textRenameLabel": "Idatzi izen bat elkarlanean erabiltzeko",
|
"PE.Controllers.Main.textRenameLabel": "Idatzi izen bat elkarlanean erabiltzeko",
|
||||||
|
"PE.Controllers.Main.textRequestMacros": "Makro batek URL baterako eskaera egiten du. %1 URL-rako eskaera onartu nahi duzu?",
|
||||||
"PE.Controllers.Main.textShape": "Forma",
|
"PE.Controllers.Main.textShape": "Forma",
|
||||||
"PE.Controllers.Main.textStrict": "Modu zorrotza",
|
"PE.Controllers.Main.textStrict": "Modu zorrotza",
|
||||||
"PE.Controllers.Main.textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.<br>Egin klik 'Modu zorrotza' botoian fitxategia batera editatzeko modu zorrotzera aldatzeko, fitxategia beste erabiltzaileen interferentziarik gabe editatu eta aldaketak gordetzen dituzunean soilik bidaltzeko. Batera editatzeko modua Ezarpen aurreratuetan aukeratu dezakezu.",
|
"PE.Controllers.Main.textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.<br>Egin klik 'Modu zorrotza' botoian fitxategia batera editatzeko modu zorrotzera aldatzeko, fitxategia beste erabiltzaileen interferentziarik gabe editatu eta aldaketak gordetzen dituzunean soilik bidaltzeko. Batera editatzeko modua Ezarpen aurreratuetan aukeratu dezakezu.",
|
||||||
|
@ -956,6 +982,8 @@
|
||||||
"PE.Controllers.Main.warnNoLicense": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Dokumentu hau irakurtzeko soilik irekiko da.<br>Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
"PE.Controllers.Main.warnNoLicense": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Dokumentu hau irakurtzeko soilik irekiko da.<br>Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
||||||
"PE.Controllers.Main.warnNoLicenseUsers": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
"PE.Controllers.Main.warnNoLicenseUsers": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
||||||
"PE.Controllers.Main.warnProcessRightsChange": "Fitxategi hau editatzeko baimena ukatu zaizu.",
|
"PE.Controllers.Main.warnProcessRightsChange": "Fitxategi hau editatzeko baimena ukatu zaizu.",
|
||||||
|
"PE.Controllers.Search.notcriticalErrorTitle": "Abisua",
|
||||||
|
"PE.Controllers.Search.warnReplaceString": "{0} ez da baliozko karaktere berezi bat Ordezkatu honekin kaxarako.",
|
||||||
"PE.Controllers.Statusbar.textDisconnect": "<b>Konexioa galdu da</b><br>Saiatu berriz konektatzen. Egiaztatu konexioaren ezarpenak.",
|
"PE.Controllers.Statusbar.textDisconnect": "<b>Konexioa galdu da</b><br>Saiatu berriz konektatzen. Egiaztatu konexioaren ezarpenak.",
|
||||||
"PE.Controllers.Statusbar.zoomText": "Zooma %{0}",
|
"PE.Controllers.Statusbar.zoomText": "Zooma %{0}",
|
||||||
"PE.Controllers.Toolbar.confirmAddFontName": "Gordeko duzun letra-tipoa ez dago uneko gailuan erabilgarri.<br>Testu-estiloa sistemako letra-tipo bat erabiliz bistaratuko da. Gordetako letra-tipoa erabilgarri dagoenean erabiliko da.<br>Jarraitu nahi duzu?",
|
"PE.Controllers.Toolbar.confirmAddFontName": "Gordeko duzun letra-tipoa ez dago uneko gailuan erabilgarri.<br>Testu-estiloa sistemako letra-tipo bat erabiliz bistaratuko da. Gordetako letra-tipoa erabilgarri dagoenean erabiliko da.<br>Jarraitu nahi duzu?",
|
||||||
|
@ -1338,7 +1366,18 @@
|
||||||
"PE.Views.ChartSettingsAdvanced.textAltDescription": "Deskribapena",
|
"PE.Views.ChartSettingsAdvanced.textAltDescription": "Deskribapena",
|
||||||
"PE.Views.ChartSettingsAdvanced.textAltTip": "Objektuaren informazio bisualaren testuan oinarritutako ordezko irudikapena, zeina ikusmen-urritasun edo narriadura kognitiboa duten pertsonei irakurriko zaien; irudi, forma automatiko, diagrama edo taulan dagoen informazioa hobeto ulertzen laguntzeko.",
|
"PE.Views.ChartSettingsAdvanced.textAltTip": "Objektuaren informazio bisualaren testuan oinarritutako ordezko irudikapena, zeina ikusmen-urritasun edo narriadura kognitiboa duten pertsonei irakurriko zaien; irudi, forma automatiko, diagrama edo taulan dagoen informazioa hobeto ulertzen laguntzeko.",
|
||||||
"PE.Views.ChartSettingsAdvanced.textAltTitle": "Izenburua",
|
"PE.Views.ChartSettingsAdvanced.textAltTitle": "Izenburua",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textCenter": "Erdia",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textFrom": "Nork",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textHeight": "Altuera",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textHorizontal": "Horizontala",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textKeepRatio": "Proportzio konstanteak",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textPlacement": "Kokapena",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textPosition": "Posizioa",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textSize": "Tamaina",
|
||||||
"PE.Views.ChartSettingsAdvanced.textTitle": "Diagrama - Ezarpen aurreratuak",
|
"PE.Views.ChartSettingsAdvanced.textTitle": "Diagrama - Ezarpen aurreratuak",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textTopLeftCorner": "Ezkerreko goiko izkina",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textVertical": "Bertikala",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textWidth": "Zabalera",
|
||||||
"PE.Views.DateTimeDialog.confirmDefault": "Ezarri formatu lehenetsia {0}(r)entzat: \"{1}\"",
|
"PE.Views.DateTimeDialog.confirmDefault": "Ezarri formatu lehenetsia {0}(r)entzat: \"{1}\"",
|
||||||
"PE.Views.DateTimeDialog.textDefault": "Ezarri lehenetsi bezala",
|
"PE.Views.DateTimeDialog.textDefault": "Ezarri lehenetsi bezala",
|
||||||
"PE.Views.DateTimeDialog.textFormat": "Formatuak",
|
"PE.Views.DateTimeDialog.textFormat": "Formatuak",
|
||||||
|
@ -1590,21 +1629,15 @@
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Aurkezpeneko zenbait sinadura digital ez dira baliozkoak edo ezin izan dira balioztatu. Aurkezpena editatzeaz babestuta dago.",
|
"PE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Aurkezpeneko zenbait sinadura digital ez dira baliozkoak edo ezin izan dira balioztatu. Aurkezpena editatzeaz babestuta dago.",
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.txtView": "Ikusi sinadurak",
|
"PE.Views.FileMenuPanels.ProtectDoc.txtView": "Ikusi sinadurak",
|
||||||
"PE.Views.FileMenuPanels.Settings.okButtonText": "Aplikatu",
|
"PE.Views.FileMenuPanels.Settings.okButtonText": "Aplikatu",
|
||||||
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "Aktibatu lerrokatze-gidak",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strAutoRecover": "Aktibatu berreskuratze automatikoa",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strAutosave": "Aktibatu gordetze automatikoa",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Batera editatzeko modua",
|
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Batera editatzeko modua",
|
||||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Beste erabiltzaileek zure aldaketak berehala ikusiko dituzte",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "Aldaketak onartu behar dituzu ikusi aurretik",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strFast": "Azkarra",
|
"PE.Views.FileMenuPanels.Settings.strFast": "Azkarra",
|
||||||
"PE.Views.FileMenuPanels.Settings.strFontRender": "Hinting",
|
"PE.Views.FileMenuPanels.Settings.strFontRender": "Hinting",
|
||||||
"PE.Views.FileMenuPanels.Settings.strForcesave": "Gehitu bertsioa biltegira Gorde edo Ctrl+S sakatu ondoren",
|
"PE.Views.FileMenuPanels.Settings.strForcesave": "Gehitu bertsioa biltegira Gorde edo Ctrl+S sakatu ondoren",
|
||||||
"PE.Views.FileMenuPanels.Settings.strInputMode": "Aktibatu hieroglifoak",
|
"PE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Egin ez ikusia MAIUSKULETAN dauden hitzei",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Egin ez ikusia zenbakiak dituzten hitzei",
|
||||||
"PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Makroen ezarpenak",
|
"PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Makroen ezarpenak",
|
||||||
"PE.Views.FileMenuPanels.Settings.strPaste": "Ebaki, kopiatu eta itsatsi",
|
"PE.Views.FileMenuPanels.Settings.strPaste": "Ebaki, kopiatu eta itsatsi",
|
||||||
"PE.Views.FileMenuPanels.Settings.strPasteButton": "Erakutsi itsasteko aukeren botoia edukia itsastean",
|
"PE.Views.FileMenuPanels.Settings.strPasteButton": "Erakutsi itsasteko aukeren botoia edukia itsastean",
|
||||||
"PE.Views.FileMenuPanels.Settings.strShowChanges": "Denbora errealeko lankidetza aldaketak",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Aktibatu ortografia egiaztatzeko aukera",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strStrict": "Zorrotza",
|
"PE.Views.FileMenuPanels.Settings.strStrict": "Zorrotza",
|
||||||
"PE.Views.FileMenuPanels.Settings.strTheme": "Interfazearen gaia",
|
"PE.Views.FileMenuPanels.Settings.strTheme": "Interfazearen gaia",
|
||||||
"PE.Views.FileMenuPanels.Settings.strUnit": "Neurketa-unitatea",
|
"PE.Views.FileMenuPanels.Settings.strUnit": "Neurketa-unitatea",
|
||||||
|
@ -1623,8 +1656,12 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Zuzenketa automatikoaren aukerak...",
|
"PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Zuzenketa automatikoaren aukerak...",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtCacheMode": "Cache modu lehenetsia",
|
"PE.Views.FileMenuPanels.Settings.txtCacheMode": "Cache modu lehenetsia",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtCm": "Zentimetro",
|
"PE.Views.FileMenuPanels.Settings.txtCm": "Zentimetro",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtCollaboration": "Lankidetza",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtEditingSaving": "Editatzen eta gordetzen",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtFastTip": "Denbora errealean aldi berean editatzea. Aldaketak guztiak automatikoki gordetzen dira",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "Doitu diapositibara",
|
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "Doitu diapositibara",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtFitWidth": "Doitu zabalerara",
|
"PE.Views.FileMenuPanels.Settings.txtFitWidth": "Doitu zabalerara",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Hieroglifoak",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtInch": "Hazbete",
|
"PE.Views.FileMenuPanels.Settings.txtInch": "Hazbete",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtInput": "Ordezko sarrera",
|
"PE.Views.FileMenuPanels.Settings.txtInput": "Ordezko sarrera",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtLast": "Ikusi azkena",
|
"PE.Views.FileMenuPanels.Settings.txtLast": "Ikusi azkena",
|
||||||
|
@ -1637,9 +1674,13 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Ortografia-egiaztapena",
|
"PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Ortografia-egiaztapena",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtStopMacros": "Desgaitu guztiak",
|
"PE.Views.FileMenuPanels.Settings.txtStopMacros": "Desgaitu guztiak",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Desgaitu makro guztiak jakinarazpenik gabe",
|
"PE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Desgaitu makro guztiak jakinarazpenik gabe",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtStrictTip": "Erabili \"Gorde\" botoia zuk eta besteek egindako aldaketak sinkronizatzeko",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtUseAltKey": "Erabili Alt tekla erabiltzaile interfazean teklatua erabiliz nabigatzeko",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Erabili Aukera tekla erabiltzaile interfazean teklatua erabiliz nabigatzeko",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWarnMacros": "Erakutsi jakinarazpena",
|
"PE.Views.FileMenuPanels.Settings.txtWarnMacros": "Erakutsi jakinarazpena",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Desgaitu makro guztiak jakinarazpen batekin",
|
"PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Desgaitu makro guztiak jakinarazpen batekin",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWin": "Windows bezala",
|
"PE.Views.FileMenuPanels.Settings.txtWin": "Windows bezala",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtWorkspace": "Laneko area",
|
||||||
"PE.Views.HeaderFooterDialog.applyAllText": "Aplikatu guztiei",
|
"PE.Views.HeaderFooterDialog.applyAllText": "Aplikatu guztiei",
|
||||||
"PE.Views.HeaderFooterDialog.applyText": "Aplikatu",
|
"PE.Views.HeaderFooterDialog.applyText": "Aplikatu",
|
||||||
"PE.Views.HeaderFooterDialog.diffLanguage": "Ezin da data-formatu bat erabili diapositiba-patroiaren hizkuntza desberdin batean.<br>Eredua aldatzeko, sakatu \"Aplikatu dena\" \"Aplikatu\" beharrean",
|
"PE.Views.HeaderFooterDialog.diffLanguage": "Ezin da data-formatu bat erabili diapositiba-patroiaren hizkuntza desberdin batean.<br>Eredua aldatzeko, sakatu \"Aplikatu dena\" \"Aplikatu\" beharrean",
|
||||||
|
@ -1702,8 +1743,11 @@
|
||||||
"PE.Views.ImageSettingsAdvanced.textAltTip": "Objektuaren informazio bisualaren testuan oinarritutako ordezko irudikapena, zeina ikusmen-urritasun edo narriadura kognitiboa duten pertsonei irakurriko zaien; irudi, forma automatiko, diagrama edo taulan dagoen informazioa hobeto ulertzen laguntzeko.",
|
"PE.Views.ImageSettingsAdvanced.textAltTip": "Objektuaren informazio bisualaren testuan oinarritutako ordezko irudikapena, zeina ikusmen-urritasun edo narriadura kognitiboa duten pertsonei irakurriko zaien; irudi, forma automatiko, diagrama edo taulan dagoen informazioa hobeto ulertzen laguntzeko.",
|
||||||
"PE.Views.ImageSettingsAdvanced.textAltTitle": "Izenburua",
|
"PE.Views.ImageSettingsAdvanced.textAltTitle": "Izenburua",
|
||||||
"PE.Views.ImageSettingsAdvanced.textAngle": "Angelua",
|
"PE.Views.ImageSettingsAdvanced.textAngle": "Angelua",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textCenter": "Erdia",
|
||||||
"PE.Views.ImageSettingsAdvanced.textFlipped": "Iraulita",
|
"PE.Views.ImageSettingsAdvanced.textFlipped": "Iraulita",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textFrom": "Nork",
|
||||||
"PE.Views.ImageSettingsAdvanced.textHeight": "Altuera",
|
"PE.Views.ImageSettingsAdvanced.textHeight": "Altuera",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textHorizontal": "Horizontala",
|
||||||
"PE.Views.ImageSettingsAdvanced.textHorizontally": "Horizontalki",
|
"PE.Views.ImageSettingsAdvanced.textHorizontally": "Horizontalki",
|
||||||
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Proportzio konstanteak",
|
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Proportzio konstanteak",
|
||||||
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Benetako tamaina",
|
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Benetako tamaina",
|
||||||
|
@ -1712,6 +1756,8 @@
|
||||||
"PE.Views.ImageSettingsAdvanced.textRotation": "Biraketa",
|
"PE.Views.ImageSettingsAdvanced.textRotation": "Biraketa",
|
||||||
"PE.Views.ImageSettingsAdvanced.textSize": "Tamaina",
|
"PE.Views.ImageSettingsAdvanced.textSize": "Tamaina",
|
||||||
"PE.Views.ImageSettingsAdvanced.textTitle": "Irudia - Ezarpen aurreratuak",
|
"PE.Views.ImageSettingsAdvanced.textTitle": "Irudia - Ezarpen aurreratuak",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textTopLeftCorner": "Ezkerreko goiko izkina",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textVertical": "Bertikala",
|
||||||
"PE.Views.ImageSettingsAdvanced.textVertically": "Bertikalki",
|
"PE.Views.ImageSettingsAdvanced.textVertically": "Bertikalki",
|
||||||
"PE.Views.ImageSettingsAdvanced.textWidth": "Zabalera",
|
"PE.Views.ImageSettingsAdvanced.textWidth": "Zabalera",
|
||||||
"PE.Views.LeftMenu.tipAbout": "Honi buruz",
|
"PE.Views.LeftMenu.tipAbout": "Honi buruz",
|
||||||
|
@ -1851,12 +1897,15 @@
|
||||||
"PE.Views.ShapeSettingsAdvanced.textBevel": "Alaka",
|
"PE.Views.ShapeSettingsAdvanced.textBevel": "Alaka",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textBottom": "Behean",
|
"PE.Views.ShapeSettingsAdvanced.textBottom": "Behean",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textCapType": "Hizki larri mota",
|
"PE.Views.ShapeSettingsAdvanced.textCapType": "Hizki larri mota",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textCenter": "Erdia",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textColNumber": "Zutabe-kopurua",
|
"PE.Views.ShapeSettingsAdvanced.textColNumber": "Zutabe-kopurua",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Amaierako tamaina",
|
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Amaierako tamaina",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Amaierako estiloa",
|
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Amaierako estiloa",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textFlat": "Laua",
|
"PE.Views.ShapeSettingsAdvanced.textFlat": "Laua",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textFlipped": "Iraulita",
|
"PE.Views.ShapeSettingsAdvanced.textFlipped": "Iraulita",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textFrom": "Nork",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textHeight": "Altuera",
|
"PE.Views.ShapeSettingsAdvanced.textHeight": "Altuera",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textHorizontal": "Horizontala",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textHorizontally": "Horizontalki",
|
"PE.Views.ShapeSettingsAdvanced.textHorizontally": "Horizontalki",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Konbinazio-mota",
|
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Konbinazio-mota",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Proportzio konstanteak",
|
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Proportzio konstanteak",
|
||||||
|
@ -1864,6 +1913,8 @@
|
||||||
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Marra-estiloa",
|
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Marra-estiloa",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textMiter": "Ebakia",
|
"PE.Views.ShapeSettingsAdvanced.textMiter": "Ebakia",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textNofit": "Ez doitu automatikoki",
|
"PE.Views.ShapeSettingsAdvanced.textNofit": "Ez doitu automatikoki",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textPlacement": "Kokapena",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textPosition": "Posizioa",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textResizeFit": "Aldatu forma testura egokitzeko",
|
"PE.Views.ShapeSettingsAdvanced.textResizeFit": "Aldatu forma testura egokitzeko",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textRight": "Eskuina",
|
"PE.Views.ShapeSettingsAdvanced.textRight": "Eskuina",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textRotation": "Biraketa",
|
"PE.Views.ShapeSettingsAdvanced.textRotation": "Biraketa",
|
||||||
|
@ -1875,6 +1926,8 @@
|
||||||
"PE.Views.ShapeSettingsAdvanced.textTextBox": "Testu-koadroa",
|
"PE.Views.ShapeSettingsAdvanced.textTextBox": "Testu-koadroa",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textTitle": "Forma - Ezarpen aurreratuak",
|
"PE.Views.ShapeSettingsAdvanced.textTitle": "Forma - Ezarpen aurreratuak",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textTop": "Goian",
|
"PE.Views.ShapeSettingsAdvanced.textTop": "Goian",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textTopLeftCorner": "Ezkerreko goiko izkina",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textVertical": "Bertikala",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textVertically": "Bertikalki",
|
"PE.Views.ShapeSettingsAdvanced.textVertically": "Bertikalki",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Pisuak eta geziak",
|
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Pisuak eta geziak",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textWidth": "Zabalera",
|
"PE.Views.ShapeSettingsAdvanced.textWidth": "Zabalera",
|
||||||
|
@ -2028,13 +2081,24 @@
|
||||||
"PE.Views.TableSettingsAdvanced.textAltTip": "Objektuaren informazio bisualaren testuan oinarritutako ordezko irudikapena, zeina ikusmen-urritasun edo narriadura kognitiboa duten pertsonei irakurriko zaien; irudi, forma automatiko, diagrama edo taulan dagoen informazioa hobeto ulertzen laguntzeko.",
|
"PE.Views.TableSettingsAdvanced.textAltTip": "Objektuaren informazio bisualaren testuan oinarritutako ordezko irudikapena, zeina ikusmen-urritasun edo narriadura kognitiboa duten pertsonei irakurriko zaien; irudi, forma automatiko, diagrama edo taulan dagoen informazioa hobeto ulertzen laguntzeko.",
|
||||||
"PE.Views.TableSettingsAdvanced.textAltTitle": "Izenburua",
|
"PE.Views.TableSettingsAdvanced.textAltTitle": "Izenburua",
|
||||||
"PE.Views.TableSettingsAdvanced.textBottom": "Behean",
|
"PE.Views.TableSettingsAdvanced.textBottom": "Behean",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textCenter": "Erdia",
|
||||||
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Erabili marjina lehenetsiak",
|
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Erabili marjina lehenetsiak",
|
||||||
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Marjina lehenetsiak",
|
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Marjina lehenetsiak",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textFrom": "Nork",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textHeight": "Altuera",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textHorizontal": "Horizontala",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textKeepRatio": "Proportzio konstanteak",
|
||||||
"PE.Views.TableSettingsAdvanced.textLeft": "Ezkerra",
|
"PE.Views.TableSettingsAdvanced.textLeft": "Ezkerra",
|
||||||
"PE.Views.TableSettingsAdvanced.textMargins": "Gelaxkaren marjinak",
|
"PE.Views.TableSettingsAdvanced.textMargins": "Gelaxkaren marjinak",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textPlacement": "Kokapena",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textPosition": "Posizioa",
|
||||||
"PE.Views.TableSettingsAdvanced.textRight": "Eskuina",
|
"PE.Views.TableSettingsAdvanced.textRight": "Eskuina",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textSize": "Tamaina",
|
||||||
"PE.Views.TableSettingsAdvanced.textTitle": "Taula - Ezarpen aurreratuak",
|
"PE.Views.TableSettingsAdvanced.textTitle": "Taula - Ezarpen aurreratuak",
|
||||||
"PE.Views.TableSettingsAdvanced.textTop": "Goian",
|
"PE.Views.TableSettingsAdvanced.textTop": "Goian",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textTopLeftCorner": "Ezkerreko goiko izkina",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textVertical": "Bertikala",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textWidth": "Zabalera",
|
||||||
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Marjinak",
|
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Marjinak",
|
||||||
"PE.Views.TextArtSettings.strBackground": "Atzeko planoaren kolorea",
|
"PE.Views.TextArtSettings.strBackground": "Atzeko planoaren kolorea",
|
||||||
"PE.Views.TextArtSettings.strColor": "Kolorea",
|
"PE.Views.TextArtSettings.strColor": "Kolorea",
|
||||||
|
@ -2250,7 +2314,7 @@
|
||||||
"PE.Views.Transitions.textBottomLeft": "Behean ezkerrean",
|
"PE.Views.Transitions.textBottomLeft": "Behean ezkerrean",
|
||||||
"PE.Views.Transitions.textBottomRight": "Behean eskuinean",
|
"PE.Views.Transitions.textBottomRight": "Behean eskuinean",
|
||||||
"PE.Views.Transitions.textClock": "Ordularia",
|
"PE.Views.Transitions.textClock": "Ordularia",
|
||||||
"PE.Views.Transitions.textClockwise": "Ordulariaren norantzan",
|
"PE.Views.Transitions.textClockwise": "Erlojuaren noranzkoan",
|
||||||
"PE.Views.Transitions.textCounterclockwise": "Erlojuaren norabidearen aurka",
|
"PE.Views.Transitions.textCounterclockwise": "Erlojuaren norabidearen aurka",
|
||||||
"PE.Views.Transitions.textCover": "Estali",
|
"PE.Views.Transitions.textCover": "Estali",
|
||||||
"PE.Views.Transitions.textFade": "Desagerrarazi",
|
"PE.Views.Transitions.textFade": "Desagerrarazi",
|
||||||
|
|
|
@ -141,7 +141,6 @@
|
||||||
"Common.define.effectData.textInFromScreenCenter": "Dalam Dari Skrin Pusat",
|
"Common.define.effectData.textInFromScreenCenter": "Dalam Dari Skrin Pusat",
|
||||||
"Common.define.effectData.textInSlightly": "Ke Dalam Sedikit",
|
"Common.define.effectData.textInSlightly": "Ke Dalam Sedikit",
|
||||||
"Common.define.effectData.textInToScreenBottom": "Ke Dalam ke Bawah Skrin",
|
"Common.define.effectData.textInToScreenBottom": "Ke Dalam ke Bawah Skrin",
|
||||||
"Common.define.effectData.textInToScreenCenter": "Ke Dalam ke Pusat Skrin",
|
|
||||||
"Common.define.effectData.textInvertedSquare": "Segi Empat Sama Songsang",
|
"Common.define.effectData.textInvertedSquare": "Segi Empat Sama Songsang",
|
||||||
"Common.define.effectData.textInvertedTriangle": "Segi Tiga Songsang",
|
"Common.define.effectData.textInvertedTriangle": "Segi Tiga Songsang",
|
||||||
"Common.define.effectData.textLeft": "Kiri",
|
"Common.define.effectData.textLeft": "Kiri",
|
||||||
|
@ -217,7 +216,6 @@
|
||||||
"Common.define.effectData.textToBottom": "Ke Bawah",
|
"Common.define.effectData.textToBottom": "Ke Bawah",
|
||||||
"Common.define.effectData.textToBottomLeft": "Ke Bawah-Kiri",
|
"Common.define.effectData.textToBottomLeft": "Ke Bawah-Kiri",
|
||||||
"Common.define.effectData.textToBottomRight": "Ke Bawah-Kanan",
|
"Common.define.effectData.textToBottomRight": "Ke Bawah-Kanan",
|
||||||
"Common.define.effectData.textToFromScreenBottom": "Keluar Ke Bawah Skrin",
|
|
||||||
"Common.define.effectData.textToLeft": "Ke Kiri",
|
"Common.define.effectData.textToLeft": "Ke Kiri",
|
||||||
"Common.define.effectData.textToRight": "Ke Kanan",
|
"Common.define.effectData.textToRight": "Ke Kanan",
|
||||||
"Common.define.effectData.textToTop": "Ke Atas",
|
"Common.define.effectData.textToTop": "Ke Atas",
|
||||||
|
@ -1583,21 +1581,13 @@
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Beberapa tandatangan digital dalam persembahan adalah tidak sah atau tidak dapat disahkan. Persembahan dilindungi daripada editing.",
|
"PE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Beberapa tandatangan digital dalam persembahan adalah tidak sah atau tidak dapat disahkan. Persembahan dilindungi daripada editing.",
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.txtView": "Lihat tandatangan",
|
"PE.Views.FileMenuPanels.ProtectDoc.txtView": "Lihat tandatangan",
|
||||||
"PE.Views.FileMenuPanels.Settings.okButtonText": "Guna",
|
"PE.Views.FileMenuPanels.Settings.okButtonText": "Guna",
|
||||||
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "Hidupkan panduan penjajaran",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strAutoRecover": "Hidupkan autopulih",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strAutosave": "Hidupkan autosimpan",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Mod Pengeditan-bersama",
|
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Mod Pengeditan-bersama",
|
||||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Pengguna lain akan melihat perubahan anda sekaligus",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "Anda akan perlu menerima perubahan sebelum anda boleh melihatnya.",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strFast": "Pantas",
|
"PE.Views.FileMenuPanels.Settings.strFast": "Pantas",
|
||||||
"PE.Views.FileMenuPanels.Settings.strFontRender": "Pembayang Fon",
|
"PE.Views.FileMenuPanels.Settings.strFontRender": "Pembayang Fon",
|
||||||
"PE.Views.FileMenuPanels.Settings.strForcesave": "Tambah versi kepada simpanan selepas mengklik Simpan atau Ctrl+S",
|
"PE.Views.FileMenuPanels.Settings.strForcesave": "Tambah versi kepada simpanan selepas mengklik Simpan atau Ctrl+S",
|
||||||
"PE.Views.FileMenuPanels.Settings.strInputMode": "Hidupkan Hieroglif",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Seting Makro",
|
"PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Seting Makro",
|
||||||
"PE.Views.FileMenuPanels.Settings.strPaste": "Potong, salin dan tampal",
|
"PE.Views.FileMenuPanels.Settings.strPaste": "Potong, salin dan tampal",
|
||||||
"PE.Views.FileMenuPanels.Settings.strPasteButton": "Tunjukkan butang Pilihan Tampal di mana kandungan ditampalkan",
|
"PE.Views.FileMenuPanels.Settings.strPasteButton": "Tunjukkan butang Pilihan Tampal di mana kandungan ditampalkan",
|
||||||
"PE.Views.FileMenuPanels.Settings.strShowChanges": "Perubahan Kerjasama Masa-sebenar",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Hidupkan pilihan semakan ejaan",
|
|
||||||
"PE.Views.FileMenuPanels.Settings.strStrict": "Tegas",
|
"PE.Views.FileMenuPanels.Settings.strStrict": "Tegas",
|
||||||
"PE.Views.FileMenuPanels.Settings.strTheme": "Tema antara muka",
|
"PE.Views.FileMenuPanels.Settings.strTheme": "Tema antara muka",
|
||||||
"PE.Views.FileMenuPanels.Settings.strUnit": "Unit Pengukuran",
|
"PE.Views.FileMenuPanels.Settings.strUnit": "Unit Pengukuran",
|
||||||
|
|
|
@ -241,6 +241,7 @@
|
||||||
"Common.define.effectData.textWipe": "Ștergere",
|
"Common.define.effectData.textWipe": "Ștergere",
|
||||||
"Common.define.effectData.textZigzag": "Zigzag",
|
"Common.define.effectData.textZigzag": "Zigzag",
|
||||||
"Common.define.effectData.textZoom": "Zoom",
|
"Common.define.effectData.textZoom": "Zoom",
|
||||||
|
"Common.Translation.textMoreButton": "Mai multe",
|
||||||
"Common.Translation.warnFileLocked": "Fișierul este editat într-o altă aplicație. Puteți continua să editați și să-l salvați ca o copie.",
|
"Common.Translation.warnFileLocked": "Fișierul este editat într-o altă aplicație. Puteți continua să editați și să-l salvați ca o copie.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Crează o copie",
|
"Common.Translation.warnFileLockedBtnEdit": "Crează o copie",
|
||||||
"Common.Translation.warnFileLockedBtnView": "Deschide vizualizarea",
|
"Common.Translation.warnFileLockedBtnView": "Deschide vizualizarea",
|
||||||
|
@ -257,6 +258,11 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Fără culoare",
|
"Common.UI.HSBColorPicker.textNoColor": "Fără culoare",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ascunde parola",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ascunde parola",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Afișează parola",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Afișează parola",
|
||||||
|
"Common.UI.SearchBar.textFind": "Găsire",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Închidere căutare",
|
||||||
|
"Common.UI.SearchBar.tipNextResult": "Următorul rezultat",
|
||||||
|
"Common.UI.SearchBar.tipOpenAdvancedSettings": "Deschide setările avansate",
|
||||||
|
"Common.UI.SearchBar.tipPreviousResult": "Rezultatul anterior",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Evidențierea rezultatelor",
|
"Common.UI.SearchDialog.textHighlight": "Evidențierea rezultatelor",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "Sensibil la litere mari și mici",
|
"Common.UI.SearchDialog.textMatchCase": "Sensibil la litere mari și mici",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Introduceți textul înlocuitor",
|
"Common.UI.SearchDialog.textReplaceDef": "Introduceți textul înlocuitor",
|
||||||
|
@ -269,11 +275,13 @@
|
||||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Înlocuire peste tot",
|
"Common.UI.SearchDialog.txtBtnReplaceAll": "Înlocuire peste tot",
|
||||||
"Common.UI.SynchronizeTip.textDontShow": "Nu afișa acest mesaj din nou",
|
"Common.UI.SynchronizeTip.textDontShow": "Nu afișa acest mesaj din nou",
|
||||||
"Common.UI.SynchronizeTip.textSynchronize": "Documentul a fost modificat de către un alt utilizator.<br>Salvați modificările făcute de dumneavoastră și reîmprospătați documentul.",
|
"Common.UI.SynchronizeTip.textSynchronize": "Documentul a fost modificat de către un alt utilizator.<br>Salvați modificările făcute de dumneavoastră și reîmprospătați documentul.",
|
||||||
|
"Common.UI.ThemeColorPalette.textRecentColors": "Culori recente",
|
||||||
"Common.UI.ThemeColorPalette.textStandartColors": "Culori standard",
|
"Common.UI.ThemeColorPalette.textStandartColors": "Culori standard",
|
||||||
"Common.UI.ThemeColorPalette.textThemeColors": "Culori temă",
|
"Common.UI.ThemeColorPalette.textThemeColors": "Culori temă",
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Clasic Luminos",
|
"Common.UI.Themes.txtThemeClassicLight": "Clasic Luminos",
|
||||||
"Common.UI.Themes.txtThemeDark": "Întunecat",
|
"Common.UI.Themes.txtThemeDark": "Întunecat",
|
||||||
"Common.UI.Themes.txtThemeLight": "Luminos",
|
"Common.UI.Themes.txtThemeLight": "Luminos",
|
||||||
|
"Common.UI.Themes.txtThemeSystem": "La fel ca sistemul",
|
||||||
"Common.UI.Window.cancelButtonText": "Anulare",
|
"Common.UI.Window.cancelButtonText": "Anulare",
|
||||||
"Common.UI.Window.closeButtonText": "Închidere",
|
"Common.UI.Window.closeButtonText": "Închidere",
|
||||||
"Common.UI.Window.noButtonText": "Nu",
|
"Common.UI.Window.noButtonText": "Nu",
|
||||||
|
@ -374,6 +382,7 @@
|
||||||
"Common.Views.Header.textSaveChanged": "Modificat",
|
"Common.Views.Header.textSaveChanged": "Modificat",
|
||||||
"Common.Views.Header.textSaveEnd": "Toate modificările au fost salvate",
|
"Common.Views.Header.textSaveEnd": "Toate modificările au fost salvate",
|
||||||
"Common.Views.Header.textSaveExpander": "Toate modificările au fost salvate",
|
"Common.Views.Header.textSaveExpander": "Toate modificările au fost salvate",
|
||||||
|
"Common.Views.Header.textShare": "Partajează",
|
||||||
"Common.Views.Header.textZoom": "Zoom",
|
"Common.Views.Header.textZoom": "Zoom",
|
||||||
"Common.Views.Header.tipAccessRights": "Administrarea permisiunilor de acces la document",
|
"Common.Views.Header.tipAccessRights": "Administrarea permisiunilor de acces la document",
|
||||||
"Common.Views.Header.tipDownload": "Descărcare fișier",
|
"Common.Views.Header.tipDownload": "Descărcare fișier",
|
||||||
|
@ -381,8 +390,10 @@
|
||||||
"Common.Views.Header.tipPrint": "Se imprimă tot fișierul",
|
"Common.Views.Header.tipPrint": "Se imprimă tot fișierul",
|
||||||
"Common.Views.Header.tipRedo": "Refacere",
|
"Common.Views.Header.tipRedo": "Refacere",
|
||||||
"Common.Views.Header.tipSave": "Salvează",
|
"Common.Views.Header.tipSave": "Salvează",
|
||||||
|
"Common.Views.Header.tipSearch": "Căutare",
|
||||||
"Common.Views.Header.tipUndo": "Anulează",
|
"Common.Views.Header.tipUndo": "Anulează",
|
||||||
"Common.Views.Header.tipUndock": "Detașare într-o fereastră separată",
|
"Common.Views.Header.tipUndock": "Detașare într-o fereastră separată",
|
||||||
|
"Common.Views.Header.tipUsers": "Vizualizare utilizatori",
|
||||||
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
||||||
"Common.Views.Header.tipViewUsers": "Vizualizare utilizatori și gestionare permisiuni de acces",
|
"Common.Views.Header.tipViewUsers": "Vizualizare utilizatori și gestionare permisiuni de acces",
|
||||||
"Common.Views.Header.txtAccessRights": "Modificare permisiuni",
|
"Common.Views.Header.txtAccessRights": "Modificare permisiuni",
|
||||||
|
@ -519,6 +530,21 @@
|
||||||
"Common.Views.ReviewPopover.txtEditTip": "Editare",
|
"Common.Views.ReviewPopover.txtEditTip": "Editare",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "Încărcare",
|
"Common.Views.SaveAsDlg.textLoading": "Încărcare",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Folderul de salvare",
|
"Common.Views.SaveAsDlg.textTitle": "Folderul de salvare",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "Sensibil la litere mari și mici",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Închidere căutare",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Găsire",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Găsire și înlocuire",
|
||||||
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Potrivire expresie regulată",
|
||||||
|
"Common.Views.SearchPanel.textNoMatches": "Nicio potrivire",
|
||||||
|
"Common.Views.SearchPanel.textNoSearchResults": "Niciun rezultat de căutare",
|
||||||
|
"Common.Views.SearchPanel.textReplace": "Înlocuire",
|
||||||
|
"Common.Views.SearchPanel.textReplaceAll": "Înlocuire peste tot",
|
||||||
|
"Common.Views.SearchPanel.textReplaceWith": "Înlocuire cu",
|
||||||
|
"Common.Views.SearchPanel.textSearchResults": "Rezultatele căutării: {0}/{1}",
|
||||||
|
"Common.Views.SearchPanel.textTooManyResults": "Prea multe rezultate ca să fie afișate aici",
|
||||||
|
"Common.Views.SearchPanel.textWholeWords": "Numai cuvinte întregi",
|
||||||
|
"Common.Views.SearchPanel.tipNextResult": "Următorul rezultat",
|
||||||
|
"Common.Views.SearchPanel.tipPreviousResult": "Rezultatul anterior",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Încărcare",
|
"Common.Views.SelectFileDlg.textLoading": "Încărcare",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Selectați sursa de date",
|
"Common.Views.SelectFileDlg.textTitle": "Selectați sursa de date",
|
||||||
"Common.Views.SignDialog.textBold": "Aldin",
|
"Common.Views.SignDialog.textBold": "Aldin",
|
||||||
|
@ -674,8 +700,10 @@
|
||||||
"PE.Controllers.Main.textPaidFeature": "Funcția contra plată",
|
"PE.Controllers.Main.textPaidFeature": "Funcția contra plată",
|
||||||
"PE.Controllers.Main.textReconnect": "Conexiunea este restabilită",
|
"PE.Controllers.Main.textReconnect": "Conexiunea este restabilită",
|
||||||
"PE.Controllers.Main.textRemember": "Salvează setările pentru toate fișiere",
|
"PE.Controllers.Main.textRemember": "Salvează setările pentru toate fișiere",
|
||||||
|
"PE.Controllers.Main.textRememberMacros": "Rețineți alegerea mea pentru toate macrocomenzi",
|
||||||
"PE.Controllers.Main.textRenameError": "Numele utilizatorului trebuie comletat.",
|
"PE.Controllers.Main.textRenameError": "Numele utilizatorului trebuie comletat.",
|
||||||
"PE.Controllers.Main.textRenameLabel": "Introduceți numele pentru lucrul în colaborare",
|
"PE.Controllers.Main.textRenameLabel": "Introduceți numele pentru lucrul în colaborare",
|
||||||
|
"PE.Controllers.Main.textRequestMacros": "O macrocomandă trimite o solicitare URL. Doriți să permiteți ca solicitarea să fie trimisă către %1?",
|
||||||
"PE.Controllers.Main.textShape": "Forma",
|
"PE.Controllers.Main.textShape": "Forma",
|
||||||
"PE.Controllers.Main.textStrict": "Modul strict",
|
"PE.Controllers.Main.textStrict": "Modul strict",
|
||||||
"PE.Controllers.Main.textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.<br>Faceți clic pe Modul strict ca să comutați la modul Strict de editare colaborativă și să nu intrați în conflict cu alte persoane. Toate modificările vor fi trimise numai după ce le salvați. Ulilizati Setări avansate ale editorului ca să comutați între moduri de editare colaborativă. ",
|
"PE.Controllers.Main.textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.<br>Faceți clic pe Modul strict ca să comutați la modul Strict de editare colaborativă și să nu intrați în conflict cu alte persoane. Toate modificările vor fi trimise numai după ce le salvați. Ulilizati Setări avansate ale editorului ca să comutați între moduri de editare colaborativă. ",
|
||||||
|
@ -954,6 +982,8 @@
|
||||||
"PE.Controllers.Main.warnNoLicense": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare.<br>Contactați %1 Departamentul de Vânzări pentru acordarea condițiilor personale de licențiere.",
|
"PE.Controllers.Main.warnNoLicense": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare.<br>Contactați %1 Departamentul de Vânzări pentru acordarea condițiilor personale de licențiere.",
|
||||||
"PE.Controllers.Main.warnNoLicenseUsers": "Ați atins numărul maxim de utilizatori ai %1 editoare. Contactați Grup Vânzări %1 pentru acordarea condițiilor personale de licențiere.",
|
"PE.Controllers.Main.warnNoLicenseUsers": "Ați atins numărul maxim de utilizatori ai %1 editoare. Contactați Grup Vânzări %1 pentru acordarea condițiilor personale de licențiere.",
|
||||||
"PE.Controllers.Main.warnProcessRightsChange": "Accesul la editarea fișierului refuzat.",
|
"PE.Controllers.Main.warnProcessRightsChange": "Accesul la editarea fișierului refuzat.",
|
||||||
|
"PE.Controllers.Search.notcriticalErrorTitle": "Avertisment",
|
||||||
|
"PE.Controllers.Search.warnReplaceString": "{0} este un caracter special nevalid care nu este permis în caseta Înlocuire cu.",
|
||||||
"PE.Controllers.Statusbar.textDisconnect": "<b>Conexiunea a fost pierdută</b><br>Încercare de conectare. Verificați setările conexiunii.",
|
"PE.Controllers.Statusbar.textDisconnect": "<b>Conexiunea a fost pierdută</b><br>Încercare de conectare. Verificați setările conexiunii.",
|
||||||
"PE.Controllers.Statusbar.zoomText": "Zoom {0}%",
|
"PE.Controllers.Statusbar.zoomText": "Zoom {0}%",
|
||||||
"PE.Controllers.Toolbar.confirmAddFontName": "Fonturi pe care doriți să le salvați nu sunt disponibile pe acest dispozitiv.<br>Textul va apărea scris cu fontul și stilul disponibil pe sistem, fontul salvat va fi aplicat de îndată ce devine disponibil.<br>Doriți să continuați?",
|
"PE.Controllers.Toolbar.confirmAddFontName": "Fonturi pe care doriți să le salvați nu sunt disponibile pe acest dispozitiv.<br>Textul va apărea scris cu fontul și stilul disponibil pe sistem, fontul salvat va fi aplicat de îndată ce devine disponibil.<br>Doriți să continuați?",
|
||||||
|
@ -1336,7 +1366,18 @@
|
||||||
"PE.Views.ChartSettingsAdvanced.textAltDescription": "Descriere",
|
"PE.Views.ChartSettingsAdvanced.textAltDescription": "Descriere",
|
||||||
"PE.Views.ChartSettingsAdvanced.textAltTip": "Furnizarea textului alternativ pentru conținut vizual destinat persoanelor cu deficiențe de vedere și cognitive pentru a le ajuta să înțăleagă mai bine conținutul unei imagini, forme automate, diagramei sau tabele.",
|
"PE.Views.ChartSettingsAdvanced.textAltTip": "Furnizarea textului alternativ pentru conținut vizual destinat persoanelor cu deficiențe de vedere și cognitive pentru a le ajuta să înțăleagă mai bine conținutul unei imagini, forme automate, diagramei sau tabele.",
|
||||||
"PE.Views.ChartSettingsAdvanced.textAltTitle": "Titlu",
|
"PE.Views.ChartSettingsAdvanced.textAltTitle": "Titlu",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textCenter": "La centru",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textFrom": "De la",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textHeight": "Înălțime",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textHorizontal": "Orizontală",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textKeepRatio": "Dimensiuni constante",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textPlacement": "Plasare",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textPosition": "Poziție",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textSize": "Dimensiune",
|
||||||
"PE.Views.ChartSettingsAdvanced.textTitle": "Diagramă - Setări avansate",
|
"PE.Views.ChartSettingsAdvanced.textTitle": "Diagramă - Setări avansate",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textTopLeftCorner": "Colţul din stânga-sus",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textVertical": "Verticală",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textWidth": "Lățime",
|
||||||
"PE.Views.DateTimeDialog.confirmDefault": "Setare format implicit pentru {0}: \"{1}\"",
|
"PE.Views.DateTimeDialog.confirmDefault": "Setare format implicit pentru {0}: \"{1}\"",
|
||||||
"PE.Views.DateTimeDialog.textDefault": "Stabilire ca implicit",
|
"PE.Views.DateTimeDialog.textDefault": "Stabilire ca implicit",
|
||||||
"PE.Views.DateTimeDialog.textFormat": "Formate",
|
"PE.Views.DateTimeDialog.textFormat": "Formate",
|
||||||
|
@ -1592,6 +1633,8 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.strFast": "Rapid",
|
"PE.Views.FileMenuPanels.Settings.strFast": "Rapid",
|
||||||
"PE.Views.FileMenuPanels.Settings.strFontRender": "Sugestie font",
|
"PE.Views.FileMenuPanels.Settings.strFontRender": "Sugestie font",
|
||||||
"PE.Views.FileMenuPanels.Settings.strForcesave": "Versiunea se adaugă la stocarea după ce faceți clic pe Salvare sau Ctrl+S",
|
"PE.Views.FileMenuPanels.Settings.strForcesave": "Versiunea se adaugă la stocarea după ce faceți clic pe Salvare sau Ctrl+S",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Ignoră cuvintele cu MAJUSCULE",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Ignoră cuvintele care conțin numere",
|
||||||
"PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Setări macrocomandă",
|
"PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Setări macrocomandă",
|
||||||
"PE.Views.FileMenuPanels.Settings.strPaste": "Decupare, copiere și lipire",
|
"PE.Views.FileMenuPanels.Settings.strPaste": "Decupare, copiere și lipire",
|
||||||
"PE.Views.FileMenuPanels.Settings.strPasteButton": "Afișarea butonului Opțiuni lipire de fiecare dată când lipiți conținut",
|
"PE.Views.FileMenuPanels.Settings.strPasteButton": "Afișarea butonului Opțiuni lipire de fiecare dată când lipiți conținut",
|
||||||
|
@ -1613,8 +1656,12 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Opțiuni AutoCorecție...",
|
"PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Opțiuni AutoCorecție...",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtCacheMode": "Mod implicit memoria Cache",
|
"PE.Views.FileMenuPanels.Settings.txtCacheMode": "Mod implicit memoria Cache",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtCm": "Centimetru",
|
"PE.Views.FileMenuPanels.Settings.txtCm": "Centimetru",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtCollaboration": "Colaborare",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtEditingSaving": "Editare și salvare",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtFastTip": "Co-editare în timp real. Toate modificările sunt salvate automat.",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "Se aliniază la diapozitiv",
|
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "Se aliniază la diapozitiv",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtFitWidth": "Potrivire lățime",
|
"PE.Views.FileMenuPanels.Settings.txtFitWidth": "Potrivire lățime",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Hieroglife",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtInch": "Inch",
|
"PE.Views.FileMenuPanels.Settings.txtInch": "Inch",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtInput": "Intrare alternativă",
|
"PE.Views.FileMenuPanels.Settings.txtInput": "Intrare alternativă",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtLast": "Vizualizare ultima",
|
"PE.Views.FileMenuPanels.Settings.txtLast": "Vizualizare ultima",
|
||||||
|
@ -1627,9 +1674,13 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Verificarea ortografică",
|
"PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Verificarea ortografică",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtStopMacros": "Se dezactivează toate",
|
"PE.Views.FileMenuPanels.Settings.txtStopMacros": "Se dezactivează toate",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Se dezactivează toate macrocomenzile, fără notificare",
|
"PE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Se dezactivează toate macrocomenzile, fără notificare",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtStrictTip": "Utilizați butonul Salvare pentru a sincroniza modificările pe care le efectuați dvs. sau alte persoane",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtUseAltKey": "Utilizați tasta Alt pentru a naviga în interfața de utilizator cu ajutorul tastaturii",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Utilizați tasta Option pentru a naviga în interfața de utilizator cu ajutorul tastaturii",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWarnMacros": "Afișare notificări",
|
"PE.Views.FileMenuPanels.Settings.txtWarnMacros": "Afișare notificări",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Se dezactivează toate macrocomenzile, cu notificare ",
|
"PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Se dezactivează toate macrocomenzile, cu notificare ",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWin": "ca Windows",
|
"PE.Views.FileMenuPanels.Settings.txtWin": "ca Windows",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtWorkspace": "Workspace",
|
||||||
"PE.Views.HeaderFooterDialog.applyAllText": "Se aplică pentru toate",
|
"PE.Views.HeaderFooterDialog.applyAllText": "Se aplică pentru toate",
|
||||||
"PE.Views.HeaderFooterDialog.applyText": "Aplicare",
|
"PE.Views.HeaderFooterDialog.applyText": "Aplicare",
|
||||||
"PE.Views.HeaderFooterDialog.diffLanguage": "Forrmatul de dată trebuie să se portivească cu setările coordonatorului de diapozitive.<br>Pentru a modifica setările coordonatorului faceți clic pe 'Se aplică pentru toate' în loc de 'Se aplică'",
|
"PE.Views.HeaderFooterDialog.diffLanguage": "Forrmatul de dată trebuie să se portivească cu setările coordonatorului de diapozitive.<br>Pentru a modifica setările coordonatorului faceți clic pe 'Se aplică pentru toate' în loc de 'Se aplică'",
|
||||||
|
@ -1692,8 +1743,11 @@
|
||||||
"PE.Views.ImageSettingsAdvanced.textAltTip": "Furnizarea textului alternativ pentru conținut vizual destinat persoanelor cu deficiențe de vedere și cognitive pentru a le ajuta să înțăleagă mai bine conținutul unei imagini, forme automate, diagramei sau tabele.",
|
"PE.Views.ImageSettingsAdvanced.textAltTip": "Furnizarea textului alternativ pentru conținut vizual destinat persoanelor cu deficiențe de vedere și cognitive pentru a le ajuta să înțăleagă mai bine conținutul unei imagini, forme automate, diagramei sau tabele.",
|
||||||
"PE.Views.ImageSettingsAdvanced.textAltTitle": "Titlu",
|
"PE.Views.ImageSettingsAdvanced.textAltTitle": "Titlu",
|
||||||
"PE.Views.ImageSettingsAdvanced.textAngle": "Unghi",
|
"PE.Views.ImageSettingsAdvanced.textAngle": "Unghi",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textCenter": "La centru",
|
||||||
"PE.Views.ImageSettingsAdvanced.textFlipped": "Răsturnat",
|
"PE.Views.ImageSettingsAdvanced.textFlipped": "Răsturnat",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textFrom": "De la",
|
||||||
"PE.Views.ImageSettingsAdvanced.textHeight": "Înălțime",
|
"PE.Views.ImageSettingsAdvanced.textHeight": "Înălțime",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textHorizontal": "Orizontală",
|
||||||
"PE.Views.ImageSettingsAdvanced.textHorizontally": "Orizontal",
|
"PE.Views.ImageSettingsAdvanced.textHorizontally": "Orizontal",
|
||||||
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Dimensiuni constante",
|
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Dimensiuni constante",
|
||||||
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Dimensiunea reală",
|
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Dimensiunea reală",
|
||||||
|
@ -1702,6 +1756,8 @@
|
||||||
"PE.Views.ImageSettingsAdvanced.textRotation": "Rotație",
|
"PE.Views.ImageSettingsAdvanced.textRotation": "Rotație",
|
||||||
"PE.Views.ImageSettingsAdvanced.textSize": "Dimensiune",
|
"PE.Views.ImageSettingsAdvanced.textSize": "Dimensiune",
|
||||||
"PE.Views.ImageSettingsAdvanced.textTitle": "Imagine - Setări avansate",
|
"PE.Views.ImageSettingsAdvanced.textTitle": "Imagine - Setări avansate",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textTopLeftCorner": "Colţul din stânga-sus",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textVertical": "Verticală",
|
||||||
"PE.Views.ImageSettingsAdvanced.textVertically": "Vertical",
|
"PE.Views.ImageSettingsAdvanced.textVertically": "Vertical",
|
||||||
"PE.Views.ImageSettingsAdvanced.textWidth": "Lățime",
|
"PE.Views.ImageSettingsAdvanced.textWidth": "Lățime",
|
||||||
"PE.Views.LeftMenu.tipAbout": "Informații",
|
"PE.Views.LeftMenu.tipAbout": "Informații",
|
||||||
|
@ -1841,12 +1897,15 @@
|
||||||
"PE.Views.ShapeSettingsAdvanced.textBevel": "Unghi ascuțit",
|
"PE.Views.ShapeSettingsAdvanced.textBevel": "Unghi ascuțit",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textBottom": "Jos",
|
"PE.Views.ShapeSettingsAdvanced.textBottom": "Jos",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textCapType": "Tip capăt",
|
"PE.Views.ShapeSettingsAdvanced.textCapType": "Tip capăt",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textCenter": "La centru",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textColNumber": "Număr de coloane",
|
"PE.Views.ShapeSettingsAdvanced.textColNumber": "Număr de coloane",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Dimensiune sfârșit",
|
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Dimensiune sfârșit",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Tip sfârșit",
|
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Tip sfârșit",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textFlat": "Plat",
|
"PE.Views.ShapeSettingsAdvanced.textFlat": "Plat",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textFlipped": "Răsturnat",
|
"PE.Views.ShapeSettingsAdvanced.textFlipped": "Răsturnat",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textFrom": "De la",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textHeight": "Înălțime",
|
"PE.Views.ShapeSettingsAdvanced.textHeight": "Înălțime",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textHorizontal": "Orizontală",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textHorizontally": "Orizontal",
|
"PE.Views.ShapeSettingsAdvanced.textHorizontally": "Orizontal",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Tip unire",
|
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Tip unire",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Dimensiuni constante",
|
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Dimensiuni constante",
|
||||||
|
@ -1854,6 +1913,8 @@
|
||||||
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Stil linie",
|
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Stil linie",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textMiter": "Relief",
|
"PE.Views.ShapeSettingsAdvanced.textMiter": "Relief",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textNofit": "Fără portivire automată",
|
"PE.Views.ShapeSettingsAdvanced.textNofit": "Fără portivire automată",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textPlacement": "Plasare",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textPosition": "Poziție",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textResizeFit": "Redimensionare formă pentru a se portivi cu textul",
|
"PE.Views.ShapeSettingsAdvanced.textResizeFit": "Redimensionare formă pentru a se portivi cu textul",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textRight": "Dreapta",
|
"PE.Views.ShapeSettingsAdvanced.textRight": "Dreapta",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textRotation": "Rotație",
|
"PE.Views.ShapeSettingsAdvanced.textRotation": "Rotație",
|
||||||
|
@ -1865,6 +1926,8 @@
|
||||||
"PE.Views.ShapeSettingsAdvanced.textTextBox": "Casetă text",
|
"PE.Views.ShapeSettingsAdvanced.textTextBox": "Casetă text",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textTitle": "Forma - Setări avansate",
|
"PE.Views.ShapeSettingsAdvanced.textTitle": "Forma - Setări avansate",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textTop": "Sus",
|
"PE.Views.ShapeSettingsAdvanced.textTop": "Sus",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textTopLeftCorner": "Colţul din stânga-sus",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textVertical": "Verticală",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textVertically": "Vertical",
|
"PE.Views.ShapeSettingsAdvanced.textVertically": "Vertical",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Stil linie și setări săgeată",
|
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Stil linie și setări săgeată",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textWidth": "Lățime",
|
"PE.Views.ShapeSettingsAdvanced.textWidth": "Lățime",
|
||||||
|
@ -2018,13 +2081,24 @@
|
||||||
"PE.Views.TableSettingsAdvanced.textAltTip": "Furnizarea textului alternativ pentru conținut vizual destinat persoanelor cu deficiențe de vedere și cognitive pentru a le ajuta să înțăleagă mai bine conținutul unei imagini, forme automate, diagramei sau tabele.",
|
"PE.Views.TableSettingsAdvanced.textAltTip": "Furnizarea textului alternativ pentru conținut vizual destinat persoanelor cu deficiențe de vedere și cognitive pentru a le ajuta să înțăleagă mai bine conținutul unei imagini, forme automate, diagramei sau tabele.",
|
||||||
"PE.Views.TableSettingsAdvanced.textAltTitle": "Titlu",
|
"PE.Views.TableSettingsAdvanced.textAltTitle": "Titlu",
|
||||||
"PE.Views.TableSettingsAdvanced.textBottom": "Jos",
|
"PE.Views.TableSettingsAdvanced.textBottom": "Jos",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textCenter": "La centru",
|
||||||
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Se aplică margini implicite",
|
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Se aplică margini implicite",
|
||||||
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Margini implicite",
|
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Margini implicite",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textFrom": "De la",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textHeight": "Înălțime",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textHorizontal": "Orizontală",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textKeepRatio": "Dimensiuni constante",
|
||||||
"PE.Views.TableSettingsAdvanced.textLeft": "Stânga",
|
"PE.Views.TableSettingsAdvanced.textLeft": "Stânga",
|
||||||
"PE.Views.TableSettingsAdvanced.textMargins": "Margini de celulă",
|
"PE.Views.TableSettingsAdvanced.textMargins": "Margini de celulă",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textPlacement": "Plasare",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textPosition": "Poziție",
|
||||||
"PE.Views.TableSettingsAdvanced.textRight": "Dreapta",
|
"PE.Views.TableSettingsAdvanced.textRight": "Dreapta",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textSize": "Dimensiune",
|
||||||
"PE.Views.TableSettingsAdvanced.textTitle": "Tabel - Setări avansate",
|
"PE.Views.TableSettingsAdvanced.textTitle": "Tabel - Setări avansate",
|
||||||
"PE.Views.TableSettingsAdvanced.textTop": "Sus",
|
"PE.Views.TableSettingsAdvanced.textTop": "Sus",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textTopLeftCorner": "Colţul din stânga-sus",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textVertical": "Verticală",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textWidth": "Lățime",
|
||||||
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Margini",
|
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Margini",
|
||||||
"PE.Views.TextArtSettings.strBackground": "Culoare de fundal",
|
"PE.Views.TextArtSettings.strBackground": "Culoare de fundal",
|
||||||
"PE.Views.TextArtSettings.strColor": "Culoare",
|
"PE.Views.TextArtSettings.strColor": "Culoare",
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
"Common.define.effectData.textFloatIn": "Плавное приближение",
|
"Common.define.effectData.textFloatIn": "Плавное приближение",
|
||||||
"Common.define.effectData.textFloatOut": "Плавное удаление",
|
"Common.define.effectData.textFloatOut": "Плавное удаление",
|
||||||
"Common.define.effectData.textFloatUp": "Плавное перемещение вверх",
|
"Common.define.effectData.textFloatUp": "Плавное перемещение вверх",
|
||||||
"Common.define.effectData.textFlyIn": "Влет",
|
"Common.define.effectData.textFlyIn": "Вылет",
|
||||||
"Common.define.effectData.textFlyOut": "Вылет за край листа",
|
"Common.define.effectData.textFlyOut": "Вылет за край листа",
|
||||||
"Common.define.effectData.textFontColor": "Цвет шрифта",
|
"Common.define.effectData.textFontColor": "Цвет шрифта",
|
||||||
"Common.define.effectData.textFootball": "Овал",
|
"Common.define.effectData.textFootball": "Овал",
|
||||||
|
@ -241,6 +241,7 @@
|
||||||
"Common.define.effectData.textWipe": "Появление",
|
"Common.define.effectData.textWipe": "Появление",
|
||||||
"Common.define.effectData.textZigzag": "Зигзаг",
|
"Common.define.effectData.textZigzag": "Зигзаг",
|
||||||
"Common.define.effectData.textZoom": "Масштабирование",
|
"Common.define.effectData.textZoom": "Масштабирование",
|
||||||
|
"Common.Translation.textMoreButton": "Ещё",
|
||||||
"Common.Translation.warnFileLocked": "Файл редактируется в другом приложении. Вы можете продолжить редактирование и сохранить его как копию.",
|
"Common.Translation.warnFileLocked": "Файл редактируется в другом приложении. Вы можете продолжить редактирование и сохранить его как копию.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Создать копию",
|
"Common.Translation.warnFileLockedBtnEdit": "Создать копию",
|
||||||
"Common.Translation.warnFileLockedBtnView": "Открыть на просмотр",
|
"Common.Translation.warnFileLockedBtnView": "Открыть на просмотр",
|
||||||
|
@ -257,6 +258,11 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Без цвета",
|
"Common.UI.HSBColorPicker.textNoColor": "Без цвета",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Скрыть пароль",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Скрыть пароль",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Показать пароль",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Показать пароль",
|
||||||
|
"Common.UI.SearchBar.textFind": "Поиск",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Закрыть поиск",
|
||||||
|
"Common.UI.SearchBar.tipNextResult": "Следующий результат",
|
||||||
|
"Common.UI.SearchBar.tipOpenAdvancedSettings": "Открыть дополнительные параметры",
|
||||||
|
"Common.UI.SearchBar.tipPreviousResult": "Предыдущий результат",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Выделить результаты",
|
"Common.UI.SearchDialog.textHighlight": "Выделить результаты",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "С учетом регистра",
|
"Common.UI.SearchDialog.textMatchCase": "С учетом регистра",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Введите текст для замены",
|
"Common.UI.SearchDialog.textReplaceDef": "Введите текст для замены",
|
||||||
|
@ -269,11 +275,13 @@
|
||||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Заменить все",
|
"Common.UI.SearchDialog.txtBtnReplaceAll": "Заменить все",
|
||||||
"Common.UI.SynchronizeTip.textDontShow": "Больше не показывать это сообщение",
|
"Common.UI.SynchronizeTip.textDontShow": "Больше не показывать это сообщение",
|
||||||
"Common.UI.SynchronizeTip.textSynchronize": "Документ изменен другим пользователем.<br/>Нажмите, чтобы сохранить свои изменения и загрузить обновления.",
|
"Common.UI.SynchronizeTip.textSynchronize": "Документ изменен другим пользователем.<br/>Нажмите, чтобы сохранить свои изменения и загрузить обновления.",
|
||||||
|
"Common.UI.ThemeColorPalette.textRecentColors": "Недавние цвета",
|
||||||
"Common.UI.ThemeColorPalette.textStandartColors": "Стандартные цвета",
|
"Common.UI.ThemeColorPalette.textStandartColors": "Стандартные цвета",
|
||||||
"Common.UI.ThemeColorPalette.textThemeColors": "Цвета темы",
|
"Common.UI.ThemeColorPalette.textThemeColors": "Цвета темы",
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Классическая светлая",
|
"Common.UI.Themes.txtThemeClassicLight": "Классическая светлая",
|
||||||
"Common.UI.Themes.txtThemeDark": "Темная",
|
"Common.UI.Themes.txtThemeDark": "Темная",
|
||||||
"Common.UI.Themes.txtThemeLight": "Светлая",
|
"Common.UI.Themes.txtThemeLight": "Светлая",
|
||||||
|
"Common.UI.Themes.txtThemeSystem": "Системная",
|
||||||
"Common.UI.Window.cancelButtonText": "Отмена",
|
"Common.UI.Window.cancelButtonText": "Отмена",
|
||||||
"Common.UI.Window.closeButtonText": "Закрыть",
|
"Common.UI.Window.closeButtonText": "Закрыть",
|
||||||
"Common.UI.Window.noButtonText": "Нет",
|
"Common.UI.Window.noButtonText": "Нет",
|
||||||
|
@ -374,6 +382,7 @@
|
||||||
"Common.Views.Header.textSaveChanged": "Изменен",
|
"Common.Views.Header.textSaveChanged": "Изменен",
|
||||||
"Common.Views.Header.textSaveEnd": "Все изменения сохранены",
|
"Common.Views.Header.textSaveEnd": "Все изменения сохранены",
|
||||||
"Common.Views.Header.textSaveExpander": "Все изменения сохранены",
|
"Common.Views.Header.textSaveExpander": "Все изменения сохранены",
|
||||||
|
"Common.Views.Header.textShare": "Доступ",
|
||||||
"Common.Views.Header.textZoom": "Масштаб",
|
"Common.Views.Header.textZoom": "Масштаб",
|
||||||
"Common.Views.Header.tipAccessRights": "Управление правами доступа к документу",
|
"Common.Views.Header.tipAccessRights": "Управление правами доступа к документу",
|
||||||
"Common.Views.Header.tipDownload": "Скачать файл",
|
"Common.Views.Header.tipDownload": "Скачать файл",
|
||||||
|
@ -381,8 +390,10 @@
|
||||||
"Common.Views.Header.tipPrint": "Напечатать файл",
|
"Common.Views.Header.tipPrint": "Напечатать файл",
|
||||||
"Common.Views.Header.tipRedo": "Повторить",
|
"Common.Views.Header.tipRedo": "Повторить",
|
||||||
"Common.Views.Header.tipSave": "Сохранить",
|
"Common.Views.Header.tipSave": "Сохранить",
|
||||||
|
"Common.Views.Header.tipSearch": "Поиск",
|
||||||
"Common.Views.Header.tipUndo": "Отменить",
|
"Common.Views.Header.tipUndo": "Отменить",
|
||||||
"Common.Views.Header.tipUndock": "Открепить в отдельном окне",
|
"Common.Views.Header.tipUndock": "Открепить в отдельном окне",
|
||||||
|
"Common.Views.Header.tipUsers": "Просмотр пользователей",
|
||||||
"Common.Views.Header.tipViewSettings": "Параметры вида",
|
"Common.Views.Header.tipViewSettings": "Параметры вида",
|
||||||
"Common.Views.Header.tipViewUsers": "Просмотр пользователей и управление правами доступа к документу",
|
"Common.Views.Header.tipViewUsers": "Просмотр пользователей и управление правами доступа к документу",
|
||||||
"Common.Views.Header.txtAccessRights": "Изменить права доступа",
|
"Common.Views.Header.txtAccessRights": "Изменить права доступа",
|
||||||
|
@ -519,6 +530,21 @@
|
||||||
"Common.Views.ReviewPopover.txtEditTip": "Редактировать",
|
"Common.Views.ReviewPopover.txtEditTip": "Редактировать",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "Загрузка",
|
"Common.Views.SaveAsDlg.textLoading": "Загрузка",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Папка для сохранения",
|
"Common.Views.SaveAsDlg.textTitle": "Папка для сохранения",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "С учетом регистра",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Закрыть поиск",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Поиск",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Поиск и замена",
|
||||||
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Сопоставление с использованием регулярных выражений",
|
||||||
|
"Common.Views.SearchPanel.textNoMatches": "Совпадений нет",
|
||||||
|
"Common.Views.SearchPanel.textNoSearchResults": "Ничего не найдено",
|
||||||
|
"Common.Views.SearchPanel.textReplace": "Заменить",
|
||||||
|
"Common.Views.SearchPanel.textReplaceAll": "Заменить все",
|
||||||
|
"Common.Views.SearchPanel.textReplaceWith": "Заменить на",
|
||||||
|
"Common.Views.SearchPanel.textSearchResults": "Результаты поиска: {0}/{1}",
|
||||||
|
"Common.Views.SearchPanel.textTooManyResults": "Слишком много результатов, чтобы отобразить их здесь",
|
||||||
|
"Common.Views.SearchPanel.textWholeWords": "Только слово целиком",
|
||||||
|
"Common.Views.SearchPanel.tipNextResult": "Следующий результат",
|
||||||
|
"Common.Views.SearchPanel.tipPreviousResult": "Предыдущий результат",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Загрузка",
|
"Common.Views.SelectFileDlg.textLoading": "Загрузка",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Выбрать источник данных",
|
"Common.Views.SelectFileDlg.textTitle": "Выбрать источник данных",
|
||||||
"Common.Views.SignDialog.textBold": "Полужирный",
|
"Common.Views.SignDialog.textBold": "Полужирный",
|
||||||
|
@ -601,12 +627,12 @@
|
||||||
"PE.Controllers.Main.errorDataEncrypted": "Получены зашифрованные изменения, их нельзя расшифровать.",
|
"PE.Controllers.Main.errorDataEncrypted": "Получены зашифрованные изменения, их нельзя расшифровать.",
|
||||||
"PE.Controllers.Main.errorDataRange": "Некорректный диапазон данных.",
|
"PE.Controllers.Main.errorDataRange": "Некорректный диапазон данных.",
|
||||||
"PE.Controllers.Main.errorDefaultMessage": "Код ошибки: %1",
|
"PE.Controllers.Main.errorDefaultMessage": "Код ошибки: %1",
|
||||||
"PE.Controllers.Main.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.",
|
"PE.Controllers.Main.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на диск.",
|
||||||
"PE.Controllers.Main.errorEditingSaveas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Сохранить как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.",
|
"PE.Controllers.Main.errorEditingSaveas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Сохранить как...', чтобы сохранить резервную копию файла на диск.",
|
||||||
"PE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент",
|
"PE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент",
|
||||||
"PE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.",
|
"PE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.",
|
||||||
"PE.Controllers.Main.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.<br>Обратитесь к администратору Сервера документов для получения дополнительной информации.",
|
"PE.Controllers.Main.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.<br>Обратитесь к администратору Сервера документов для получения дополнительной информации.",
|
||||||
"PE.Controllers.Main.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.",
|
"PE.Controllers.Main.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на диск или повторите попытку позже.",
|
||||||
"PE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа",
|
"PE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа",
|
||||||
"PE.Controllers.Main.errorKeyExpire": "Срок действия дескриптора ключа истек",
|
"PE.Controllers.Main.errorKeyExpire": "Срок действия дескриптора ключа истек",
|
||||||
"PE.Controllers.Main.errorLoadingFont": "Шрифты не загружены.<br>Пожалуйста, обратитесь к администратору Сервера документов.",
|
"PE.Controllers.Main.errorLoadingFont": "Шрифты не загружены.<br>Пожалуйста, обратитесь к администратору Сервера документов.",
|
||||||
|
@ -674,8 +700,10 @@
|
||||||
"PE.Controllers.Main.textPaidFeature": "Платная функция",
|
"PE.Controllers.Main.textPaidFeature": "Платная функция",
|
||||||
"PE.Controllers.Main.textReconnect": "Соединение восстановлено",
|
"PE.Controllers.Main.textReconnect": "Соединение восстановлено",
|
||||||
"PE.Controllers.Main.textRemember": "Запомнить мой выбор для всех файлов",
|
"PE.Controllers.Main.textRemember": "Запомнить мой выбор для всех файлов",
|
||||||
|
"PE.Controllers.Main.textRememberMacros": "Запомнить мой выбор для всех макросов",
|
||||||
"PE.Controllers.Main.textRenameError": "Имя пользователя не должно быть пустым.",
|
"PE.Controllers.Main.textRenameError": "Имя пользователя не должно быть пустым.",
|
||||||
"PE.Controllers.Main.textRenameLabel": "Введите имя, которое будет использоваться для совместной работы",
|
"PE.Controllers.Main.textRenameLabel": "Введите имя, которое будет использоваться для совместной работы",
|
||||||
|
"PE.Controllers.Main.textRequestMacros": "Макрос делает запрос на URL. Вы хотите разрешить запрос на %1?",
|
||||||
"PE.Controllers.Main.textShape": "Фигура",
|
"PE.Controllers.Main.textShape": "Фигура",
|
||||||
"PE.Controllers.Main.textStrict": "Строгий режим",
|
"PE.Controllers.Main.textStrict": "Строгий режим",
|
||||||
"PE.Controllers.Main.textTryUndoRedo": "Функции отмены и повтора действий отключены в Быстром режиме совместного редактирования.<br>Нажмите на кнопку 'Строгий режим' для переключения в Строгий режим совместного редактирования, чтобы редактировать файл без вмешательства других пользователей и отправлять изменения только после того, как вы их сохраните. Переключаться между режимами совместного редактирования можно с помощью Дополнительных параметров редактора.",
|
"PE.Controllers.Main.textTryUndoRedo": "Функции отмены и повтора действий отключены в Быстром режиме совместного редактирования.<br>Нажмите на кнопку 'Строгий режим' для переключения в Строгий режим совместного редактирования, чтобы редактировать файл без вмешательства других пользователей и отправлять изменения только после того, как вы их сохраните. Переключаться между режимами совместного редактирования можно с помощью Дополнительных параметров редактора.",
|
||||||
|
@ -954,6 +982,8 @@
|
||||||
"PE.Controllers.Main.warnNoLicense": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт на просмотр.<br>Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия лицензирования.",
|
"PE.Controllers.Main.warnNoLicense": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт на просмотр.<br>Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия лицензирования.",
|
||||||
"PE.Controllers.Main.warnNoLicenseUsers": "Вы достигли лимита на одновременные подключения к редакторам %1.<br>Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия лицензирования.",
|
"PE.Controllers.Main.warnNoLicenseUsers": "Вы достигли лимита на одновременные подключения к редакторам %1.<br>Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия лицензирования.",
|
||||||
"PE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
|
"PE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
|
||||||
|
"PE.Controllers.Search.notcriticalErrorTitle": "Внимание",
|
||||||
|
"PE.Controllers.Search.warnReplaceString": "{0} нельзя использовать как специальный символ в поле Заменить на.",
|
||||||
"PE.Controllers.Statusbar.textDisconnect": "<b>Соединение потеряно</b><br>Попытка подключения. Проверьте настройки подключения.",
|
"PE.Controllers.Statusbar.textDisconnect": "<b>Соединение потеряно</b><br>Попытка подключения. Проверьте настройки подключения.",
|
||||||
"PE.Controllers.Statusbar.zoomText": "Масштаб {0}%",
|
"PE.Controllers.Statusbar.zoomText": "Масштаб {0}%",
|
||||||
"PE.Controllers.Toolbar.confirmAddFontName": "Шрифт, который вы хотите сохранить, недоступен на этом устройстве.<br>Стиль текста будет отображаться с помощью одного из системных шрифтов. Сохраненный шрифт будет использоваться, когда он станет доступен.<br>Вы хотите продолжить?",
|
"PE.Controllers.Toolbar.confirmAddFontName": "Шрифт, который вы хотите сохранить, недоступен на этом устройстве.<br>Стиль текста будет отображаться с помощью одного из системных шрифтов. Сохраненный шрифт будет использоваться, когда он станет доступен.<br>Вы хотите продолжить?",
|
||||||
|
@ -1336,7 +1366,18 @@
|
||||||
"PE.Views.ChartSettingsAdvanced.textAltDescription": "Описание",
|
"PE.Views.ChartSettingsAdvanced.textAltDescription": "Описание",
|
||||||
"PE.Views.ChartSettingsAdvanced.textAltTip": "Альтернативное текстовое представление информации о визуальном объекте, которое будет зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит изображение, автофигура, диаграмма или таблица.",
|
"PE.Views.ChartSettingsAdvanced.textAltTip": "Альтернативное текстовое представление информации о визуальном объекте, которое будет зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит изображение, автофигура, диаграмма или таблица.",
|
||||||
"PE.Views.ChartSettingsAdvanced.textAltTitle": "Заголовок",
|
"PE.Views.ChartSettingsAdvanced.textAltTitle": "Заголовок",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textCenter": "По центру",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textFrom": "От",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textHeight": "Высота",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textHorizontal": "По горизонтали",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textKeepRatio": "Сохранять пропорции",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textPlacement": "Положение",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textPosition": "Позиция",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textSize": "Размер",
|
||||||
"PE.Views.ChartSettingsAdvanced.textTitle": "Диаграмма - дополнительные параметры",
|
"PE.Views.ChartSettingsAdvanced.textTitle": "Диаграмма - дополнительные параметры",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textTopLeftCorner": "Верхний левый угол",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textVertical": "По вертикали",
|
||||||
|
"PE.Views.ChartSettingsAdvanced.textWidth": "Ширина",
|
||||||
"PE.Views.DateTimeDialog.confirmDefault": "Задать формат по умолчанию для {0}: \"{1}\"",
|
"PE.Views.DateTimeDialog.confirmDefault": "Задать формат по умолчанию для {0}: \"{1}\"",
|
||||||
"PE.Views.DateTimeDialog.textDefault": "Установить по умолчанию",
|
"PE.Views.DateTimeDialog.textDefault": "Установить по умолчанию",
|
||||||
"PE.Views.DateTimeDialog.textFormat": "Форматы",
|
"PE.Views.DateTimeDialog.textFormat": "Форматы",
|
||||||
|
@ -1592,6 +1633,8 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.strFast": "Быстрый",
|
"PE.Views.FileMenuPanels.Settings.strFast": "Быстрый",
|
||||||
"PE.Views.FileMenuPanels.Settings.strFontRender": "Хинтинг шрифтов",
|
"PE.Views.FileMenuPanels.Settings.strFontRender": "Хинтинг шрифтов",
|
||||||
"PE.Views.FileMenuPanels.Settings.strForcesave": "Добавлять версию в хранилище после нажатия кнопки Сохранить или Ctrl+S",
|
"PE.Views.FileMenuPanels.Settings.strForcesave": "Добавлять версию в хранилище после нажатия кнопки Сохранить или Ctrl+S",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Пропускать слова из ПРОПИСНЫХ БУКВ",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Пропускать слова с цифрами",
|
||||||
"PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Настройки макросов",
|
"PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Настройки макросов",
|
||||||
"PE.Views.FileMenuPanels.Settings.strPaste": "Вырезание, копирование и вставка",
|
"PE.Views.FileMenuPanels.Settings.strPaste": "Вырезание, копирование и вставка",
|
||||||
"PE.Views.FileMenuPanels.Settings.strPasteButton": "Показывать кнопку Параметры вставки при вставке содержимого",
|
"PE.Views.FileMenuPanels.Settings.strPasteButton": "Показывать кнопку Параметры вставки при вставке содержимого",
|
||||||
|
@ -1613,8 +1656,12 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Параметры автозамены...",
|
"PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Параметры автозамены...",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtCacheMode": "Режим кэширования по умолчанию",
|
"PE.Views.FileMenuPanels.Settings.txtCacheMode": "Режим кэширования по умолчанию",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtCm": "Сантиметр",
|
"PE.Views.FileMenuPanels.Settings.txtCm": "Сантиметр",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtCollaboration": "Совместная работа",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtEditingSaving": "Редактирование и сохранение",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtFastTip": "Совместное редактирование в режиме реального времени. Все изменения сохраняются автоматически",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "По размеру слайда",
|
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "По размеру слайда",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtFitWidth": "По ширине",
|
"PE.Views.FileMenuPanels.Settings.txtFitWidth": "По ширине",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Иероглифы",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtInch": "Дюйм",
|
"PE.Views.FileMenuPanels.Settings.txtInch": "Дюйм",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtInput": "Альтернативный ввод",
|
"PE.Views.FileMenuPanels.Settings.txtInput": "Альтернативный ввод",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtLast": "Последние",
|
"PE.Views.FileMenuPanels.Settings.txtLast": "Последние",
|
||||||
|
@ -1627,9 +1674,13 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Проверка орфографии",
|
"PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Проверка орфографии",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtStopMacros": "Отключить все",
|
"PE.Views.FileMenuPanels.Settings.txtStopMacros": "Отключить все",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Отключить все макросы без уведомления",
|
"PE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Отключить все макросы без уведомления",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtStrictTip": "Используйте кнопку \"Сохранить\" для синхронизации изменений, внесенных вами и другими пользователями.",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtUseAltKey": "Использовать клавишу Alt для навигации по интерфейсу с помощью клавиатуры",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Использовать клавишу Option для навигации по интерфейсу с помощью клавиатуры",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWarnMacros": "Показывать уведомление",
|
"PE.Views.FileMenuPanels.Settings.txtWarnMacros": "Показывать уведомление",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Отключить все макросы с уведомлением",
|
"PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Отключить все макросы с уведомлением",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWin": "как Windows",
|
"PE.Views.FileMenuPanels.Settings.txtWin": "как Windows",
|
||||||
|
"PE.Views.FileMenuPanels.Settings.txtWorkspace": "Рабочая область",
|
||||||
"PE.Views.HeaderFooterDialog.applyAllText": "Применить ко всем",
|
"PE.Views.HeaderFooterDialog.applyAllText": "Применить ко всем",
|
||||||
"PE.Views.HeaderFooterDialog.applyText": "Применить",
|
"PE.Views.HeaderFooterDialog.applyText": "Применить",
|
||||||
"PE.Views.HeaderFooterDialog.diffLanguage": "Формат даты должен использовать тот же язык, что и образец слайдов.<br>Чтобы изменить образец, вместо кнопки 'Применить' нажмите кнопку 'Применить ко всем'",
|
"PE.Views.HeaderFooterDialog.diffLanguage": "Формат даты должен использовать тот же язык, что и образец слайдов.<br>Чтобы изменить образец, вместо кнопки 'Применить' нажмите кнопку 'Применить ко всем'",
|
||||||
|
@ -1692,8 +1743,11 @@
|
||||||
"PE.Views.ImageSettingsAdvanced.textAltTip": "Альтернативное текстовое представление информации о визуальном объекте, которое будет зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит изображение, автофигура, диаграмма или таблица.",
|
"PE.Views.ImageSettingsAdvanced.textAltTip": "Альтернативное текстовое представление информации о визуальном объекте, которое будет зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит изображение, автофигура, диаграмма или таблица.",
|
||||||
"PE.Views.ImageSettingsAdvanced.textAltTitle": "Заголовок",
|
"PE.Views.ImageSettingsAdvanced.textAltTitle": "Заголовок",
|
||||||
"PE.Views.ImageSettingsAdvanced.textAngle": "Угол",
|
"PE.Views.ImageSettingsAdvanced.textAngle": "Угол",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textCenter": "По центру",
|
||||||
"PE.Views.ImageSettingsAdvanced.textFlipped": "Отражено",
|
"PE.Views.ImageSettingsAdvanced.textFlipped": "Отражено",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textFrom": "От",
|
||||||
"PE.Views.ImageSettingsAdvanced.textHeight": "Высота",
|
"PE.Views.ImageSettingsAdvanced.textHeight": "Высота",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textHorizontal": "По горизонтали",
|
||||||
"PE.Views.ImageSettingsAdvanced.textHorizontally": "По горизонтали",
|
"PE.Views.ImageSettingsAdvanced.textHorizontally": "По горизонтали",
|
||||||
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Сохранять пропорции",
|
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Сохранять пропорции",
|
||||||
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Реальный размер",
|
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Реальный размер",
|
||||||
|
@ -1702,6 +1756,8 @@
|
||||||
"PE.Views.ImageSettingsAdvanced.textRotation": "Поворот",
|
"PE.Views.ImageSettingsAdvanced.textRotation": "Поворот",
|
||||||
"PE.Views.ImageSettingsAdvanced.textSize": "Размер",
|
"PE.Views.ImageSettingsAdvanced.textSize": "Размер",
|
||||||
"PE.Views.ImageSettingsAdvanced.textTitle": "Изображение - дополнительные параметры",
|
"PE.Views.ImageSettingsAdvanced.textTitle": "Изображение - дополнительные параметры",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textTopLeftCorner": "Верхний левый угол",
|
||||||
|
"PE.Views.ImageSettingsAdvanced.textVertical": "По вертикали",
|
||||||
"PE.Views.ImageSettingsAdvanced.textVertically": "По вертикали",
|
"PE.Views.ImageSettingsAdvanced.textVertically": "По вертикали",
|
||||||
"PE.Views.ImageSettingsAdvanced.textWidth": "Ширина",
|
"PE.Views.ImageSettingsAdvanced.textWidth": "Ширина",
|
||||||
"PE.Views.LeftMenu.tipAbout": "О программе",
|
"PE.Views.LeftMenu.tipAbout": "О программе",
|
||||||
|
@ -1841,12 +1897,15 @@
|
||||||
"PE.Views.ShapeSettingsAdvanced.textBevel": "Скошенный",
|
"PE.Views.ShapeSettingsAdvanced.textBevel": "Скошенный",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textBottom": "Снизу",
|
"PE.Views.ShapeSettingsAdvanced.textBottom": "Снизу",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textCapType": "Тип окончания",
|
"PE.Views.ShapeSettingsAdvanced.textCapType": "Тип окончания",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textCenter": "По центру",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textColNumber": "Количество колонок",
|
"PE.Views.ShapeSettingsAdvanced.textColNumber": "Количество колонок",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Конечный размер",
|
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Конечный размер",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Конечный стиль",
|
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Конечный стиль",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textFlat": "Плоский",
|
"PE.Views.ShapeSettingsAdvanced.textFlat": "Плоский",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textFlipped": "Отражено",
|
"PE.Views.ShapeSettingsAdvanced.textFlipped": "Отражено",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textFrom": "От",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textHeight": "Высота",
|
"PE.Views.ShapeSettingsAdvanced.textHeight": "Высота",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textHorizontal": "По горизонтали",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textHorizontally": "По горизонтали",
|
"PE.Views.ShapeSettingsAdvanced.textHorizontally": "По горизонтали",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Тип соединения",
|
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Тип соединения",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Сохранять пропорции",
|
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Сохранять пропорции",
|
||||||
|
@ -1854,6 +1913,8 @@
|
||||||
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Стиль линии",
|
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Стиль линии",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textMiter": "Прямой",
|
"PE.Views.ShapeSettingsAdvanced.textMiter": "Прямой",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textNofit": "Без автоподбора",
|
"PE.Views.ShapeSettingsAdvanced.textNofit": "Без автоподбора",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textPlacement": "Положение",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textPosition": "Позиция",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textResizeFit": "Подгонять размер фигуры под текст",
|
"PE.Views.ShapeSettingsAdvanced.textResizeFit": "Подгонять размер фигуры под текст",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textRight": "Справа",
|
"PE.Views.ShapeSettingsAdvanced.textRight": "Справа",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textRotation": "Поворот",
|
"PE.Views.ShapeSettingsAdvanced.textRotation": "Поворот",
|
||||||
|
@ -1865,6 +1926,8 @@
|
||||||
"PE.Views.ShapeSettingsAdvanced.textTextBox": "Текстовое поле",
|
"PE.Views.ShapeSettingsAdvanced.textTextBox": "Текстовое поле",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textTitle": "Фигура - дополнительные параметры",
|
"PE.Views.ShapeSettingsAdvanced.textTitle": "Фигура - дополнительные параметры",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textTop": "Сверху",
|
"PE.Views.ShapeSettingsAdvanced.textTop": "Сверху",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textTopLeftCorner": "Верхний левый угол",
|
||||||
|
"PE.Views.ShapeSettingsAdvanced.textVertical": "По вертикали",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textVertically": "По вертикали",
|
"PE.Views.ShapeSettingsAdvanced.textVertically": "По вертикали",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Линии и стрелки",
|
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Линии и стрелки",
|
||||||
"PE.Views.ShapeSettingsAdvanced.textWidth": "Ширина",
|
"PE.Views.ShapeSettingsAdvanced.textWidth": "Ширина",
|
||||||
|
@ -2018,13 +2081,24 @@
|
||||||
"PE.Views.TableSettingsAdvanced.textAltTip": "Альтернативное текстовое представление информации о визуальном объекте, которое будет зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит изображение, автофигура, диаграмма или таблица.",
|
"PE.Views.TableSettingsAdvanced.textAltTip": "Альтернативное текстовое представление информации о визуальном объекте, которое будет зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит изображение, автофигура, диаграмма или таблица.",
|
||||||
"PE.Views.TableSettingsAdvanced.textAltTitle": "Заголовок",
|
"PE.Views.TableSettingsAdvanced.textAltTitle": "Заголовок",
|
||||||
"PE.Views.TableSettingsAdvanced.textBottom": "Снизу",
|
"PE.Views.TableSettingsAdvanced.textBottom": "Снизу",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textCenter": "По центру",
|
||||||
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Использовать поля по умолчанию",
|
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Использовать поля по умолчанию",
|
||||||
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Поля по умолчанию",
|
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Поля по умолчанию",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textFrom": "От",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textHeight": "Высота",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textHorizontal": "По горизонтали",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textKeepRatio": "Сохранять пропорции",
|
||||||
"PE.Views.TableSettingsAdvanced.textLeft": "Слева",
|
"PE.Views.TableSettingsAdvanced.textLeft": "Слева",
|
||||||
"PE.Views.TableSettingsAdvanced.textMargins": "Поля ячейки",
|
"PE.Views.TableSettingsAdvanced.textMargins": "Поля ячейки",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textPlacement": "Положение",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textPosition": "Позиция",
|
||||||
"PE.Views.TableSettingsAdvanced.textRight": "Справа",
|
"PE.Views.TableSettingsAdvanced.textRight": "Справа",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textSize": "Размер",
|
||||||
"PE.Views.TableSettingsAdvanced.textTitle": "Таблица - дополнительные параметры",
|
"PE.Views.TableSettingsAdvanced.textTitle": "Таблица - дополнительные параметры",
|
||||||
"PE.Views.TableSettingsAdvanced.textTop": "Сверху",
|
"PE.Views.TableSettingsAdvanced.textTop": "Сверху",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textTopLeftCorner": "Верхний левый угол",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textVertical": "По вертикали",
|
||||||
|
"PE.Views.TableSettingsAdvanced.textWidth": "Ширина",
|
||||||
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Поля",
|
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Поля",
|
||||||
"PE.Views.TextArtSettings.strBackground": "Цвет фона",
|
"PE.Views.TextArtSettings.strBackground": "Цвет фона",
|
||||||
"PE.Views.TextArtSettings.strColor": "Цвет",
|
"PE.Views.TextArtSettings.strColor": "Цвет",
|
||||||
|
|
|
@ -1459,7 +1459,7 @@
|
||||||
"PE.Views.DocumentHolder.txtFractionLinear": "改为线性分数",
|
"PE.Views.DocumentHolder.txtFractionLinear": "改为线性分数",
|
||||||
"PE.Views.DocumentHolder.txtFractionSkewed": "改为倾斜分数",
|
"PE.Views.DocumentHolder.txtFractionSkewed": "改为倾斜分数",
|
||||||
"PE.Views.DocumentHolder.txtFractionStacked": "改为堆积分数",
|
"PE.Views.DocumentHolder.txtFractionStacked": "改为堆积分数",
|
||||||
"PE.Views.DocumentHolder.txtGroup": "团队",
|
"PE.Views.DocumentHolder.txtGroup": "组合",
|
||||||
"PE.Views.DocumentHolder.txtGroupCharOver": "字符在文字上",
|
"PE.Views.DocumentHolder.txtGroupCharOver": "字符在文字上",
|
||||||
"PE.Views.DocumentHolder.txtGroupCharUnder": "文字下的Char",
|
"PE.Views.DocumentHolder.txtGroupCharUnder": "文字下的Char",
|
||||||
"PE.Views.DocumentHolder.txtHideBottom": "隐藏底部边框",
|
"PE.Views.DocumentHolder.txtHideBottom": "隐藏底部边框",
|
||||||
|
@ -2206,7 +2206,7 @@
|
||||||
"PE.Views.Toolbar.txtDistribHor": "水平分布",
|
"PE.Views.Toolbar.txtDistribHor": "水平分布",
|
||||||
"PE.Views.Toolbar.txtDistribVert": "垂直分布",
|
"PE.Views.Toolbar.txtDistribVert": "垂直分布",
|
||||||
"PE.Views.Toolbar.txtDuplicateSlide": "复制幻灯片",
|
"PE.Views.Toolbar.txtDuplicateSlide": "复制幻灯片",
|
||||||
"PE.Views.Toolbar.txtGroup": "团队",
|
"PE.Views.Toolbar.txtGroup": "组合",
|
||||||
"PE.Views.Toolbar.txtObjectsAlign": "对齐所选对象",
|
"PE.Views.Toolbar.txtObjectsAlign": "对齐所选对象",
|
||||||
"PE.Views.Toolbar.txtScheme1": "公司地址",
|
"PE.Views.Toolbar.txtScheme1": "公司地址",
|
||||||
"PE.Views.Toolbar.txtScheme10": "中位数",
|
"PE.Views.Toolbar.txtScheme10": "中位数",
|
||||||
|
|
|
@ -473,12 +473,12 @@
|
||||||
"txtScheme7": "Bərabər",
|
"txtScheme7": "Bərabər",
|
||||||
"txtScheme8": "Axın",
|
"txtScheme8": "Axın",
|
||||||
"txtScheme9": "Emalatxana",
|
"txtScheme9": "Emalatxana",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textDarkTheme": "Dark Theme",
|
"textDarkTheme": "Dark Theme",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -118,6 +118,7 @@
|
||||||
"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.",
|
"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.",
|
"textCustomLoader": "Sorry, you are not entitled to change the loader. Please, contact our sales department to get a quote.",
|
||||||
"textRemember": "Remember my choice",
|
"textRemember": "Remember my choice",
|
||||||
|
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
||||||
"txtIncorrectPwd": "Password is incorrect",
|
"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.",
|
"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.",
|
"warnLicenseExp": "Your license has expired. Please, update it and refresh the page.",
|
||||||
|
@ -126,8 +127,7 @@
|
||||||
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
||||||
"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.",
|
"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.",
|
||||||
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
||||||
"warnProcessRightsChange": "You don't have permission to edit the file.",
|
"warnProcessRightsChange": "You don't have permission to edit the file."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -467,18 +467,18 @@
|
||||||
"txtScheme7": "Справядлівасць",
|
"txtScheme7": "Справядлівасць",
|
||||||
"txtScheme8": "Плынь",
|
"txtScheme8": "Плынь",
|
||||||
"txtScheme9": "Ліцейня",
|
"txtScheme9": "Ліцейня",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textDarkTheme": "Dark Theme",
|
"textDarkTheme": "Dark Theme",
|
||||||
"textDisableAllMacrosWithNotification": "Disable all macros with notification",
|
"textDisableAllMacrosWithNotification": "Disable all macros with notification",
|
||||||
"textDisableAllMacrosWithoutNotification": "Disable all macros without notification",
|
"textDisableAllMacrosWithoutNotification": "Disable all macros without notification",
|
||||||
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
||||||
"textFindAndReplaceAll": "Find and Replace All",
|
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textTel": "tel:",
|
"textFindAndReplaceAll": "Find and Replace All",
|
||||||
"txtScheme22": "New Office",
|
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL",
|
||||||
|
"textTel": "tel:",
|
||||||
|
"txtScheme22": "New Office"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Equitat",
|
"txtScheme7": "Equitat",
|
||||||
"txtScheme8": "Flux",
|
"txtScheme8": "Flux",
|
||||||
"txtScheme9": "Foneria",
|
"txtScheme9": "Foneria",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Rovnost",
|
"txtScheme7": "Rovnost",
|
||||||
"txtScheme8": "Tok",
|
"txtScheme8": "Tok",
|
||||||
"txtScheme9": "Slévárna",
|
"txtScheme9": "Slévárna",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Eigenkapital",
|
"txtScheme7": "Eigenkapital",
|
||||||
"txtScheme8": "Fluss",
|
"txtScheme8": "Fluss",
|
||||||
"txtScheme9": "Gießerei",
|
"txtScheme9": "Gießerei",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Μετοχή",
|
"txtScheme7": "Μετοχή",
|
||||||
"txtScheme8": "Ροή",
|
"txtScheme8": "Ροή",
|
||||||
"txtScheme9": "Χυτήριο",
|
"txtScheme9": "Χυτήριο",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -113,6 +113,7 @@
|
||||||
"textRemember": "Remember my choice",
|
"textRemember": "Remember my choice",
|
||||||
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
||||||
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
||||||
|
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
||||||
"textYes": "Yes",
|
"textYes": "Yes",
|
||||||
"titleLicenseExp": "License expired",
|
"titleLicenseExp": "License expired",
|
||||||
"titleServerVersion": "Editor updated",
|
"titleServerVersion": "Editor updated",
|
||||||
|
@ -126,8 +127,7 @@
|
||||||
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
||||||
"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.",
|
"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.",
|
||||||
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
||||||
"warnProcessRightsChange": "You don't have permission to edit the file.",
|
"warnProcessRightsChange": "You don't have permission to edit the file."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -398,6 +398,7 @@
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"mniSlideStandard": "Standard (4:3)",
|
"mniSlideStandard": "Standard (4:3)",
|
||||||
"mniSlideWide": "Widescreen (16:9)",
|
"mniSlideWide": "Widescreen (16:9)",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textAbout": "About",
|
"textAbout": "About",
|
||||||
"textAddress": "address:",
|
"textAddress": "address:",
|
||||||
"textApplication": "Application",
|
"textApplication": "Application",
|
||||||
|
@ -420,11 +421,11 @@
|
||||||
"textEmail": "email:",
|
"textEmail": "email:",
|
||||||
"textEnableAll": "Enable All",
|
"textEnableAll": "Enable All",
|
||||||
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
"textFind": "Find",
|
"textFind": "Find",
|
||||||
"textFindAndReplace": "Find and Replace",
|
"textFindAndReplace": "Find and Replace",
|
||||||
"textFindAndReplaceAll": "Find and Replace All",
|
"textFindAndReplaceAll": "Find and Replace All",
|
||||||
"textHelp": "Help",
|
"textHelp": "Help",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textHighlight": "Highlight Results",
|
"textHighlight": "Highlight Results",
|
||||||
"textInch": "Inch",
|
"textInch": "Inch",
|
||||||
"textLastModified": "Last Modified",
|
"textLastModified": "Last Modified",
|
||||||
|
@ -433,6 +434,7 @@
|
||||||
"textLocation": "Location",
|
"textLocation": "Location",
|
||||||
"textMacrosSettings": "Macros Settings",
|
"textMacrosSettings": "Macros Settings",
|
||||||
"textNoTextFound": "Text not found",
|
"textNoTextFound": "Text not found",
|
||||||
|
"textOk": "Ok",
|
||||||
"textOwner": "Owner",
|
"textOwner": "Owner",
|
||||||
"textPoint": "Point",
|
"textPoint": "Point",
|
||||||
"textPoweredBy": "Powered By",
|
"textPoweredBy": "Powered By",
|
||||||
|
@ -442,6 +444,8 @@
|
||||||
"textPrint": "Print",
|
"textPrint": "Print",
|
||||||
"textReplace": "Replace",
|
"textReplace": "Replace",
|
||||||
"textReplaceAll": "Replace All",
|
"textReplaceAll": "Replace All",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRTL": "RTL",
|
||||||
"textSearch": "Search",
|
"textSearch": "Search",
|
||||||
"textSettings": "Settings",
|
"textSettings": "Settings",
|
||||||
"textShowNotification": "Show Notification",
|
"textShowNotification": "Show Notification",
|
||||||
|
@ -474,11 +478,7 @@
|
||||||
"txtScheme6": "Concourse",
|
"txtScheme6": "Concourse",
|
||||||
"txtScheme7": "Equity",
|
"txtScheme7": "Equity",
|
||||||
"txtScheme8": "Flow",
|
"txtScheme8": "Flow",
|
||||||
"txtScheme9": "Foundry",
|
"txtScheme9": "Foundry"
|
||||||
"textOk": "Ok",
|
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"notcriticalErrorTitle": "Warning"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Equidad ",
|
"txtScheme7": "Equidad ",
|
||||||
"txtScheme8": "Flujo",
|
"txtScheme8": "Flujo",
|
||||||
"txtScheme9": "Fundición",
|
"txtScheme9": "Fundición",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -24,11 +24,11 @@
|
||||||
"textEditComment": "Editatu iruzkina",
|
"textEditComment": "Editatu iruzkina",
|
||||||
"textEditReply": "Editatu erantzuna",
|
"textEditReply": "Editatu erantzuna",
|
||||||
"textEditUser": "Fitxategia editatzen ari diren erabiltzaileak:",
|
"textEditUser": "Fitxategia editatzen ari diren erabiltzaileak:",
|
||||||
"textMessageDeleteComment": "Seguru iruzkin hau ezabatu nahi duzula?",
|
"textMessageDeleteComment": "Ziur zaude iruzkin hau ezabatu nahi duzula?",
|
||||||
"textMessageDeleteReply": "Seguru erantzun hau ezabatu nahi duzula?",
|
"textMessageDeleteReply": "Ziur zaude erantzun hau ezabatu nahi duzula?",
|
||||||
"textNoComments": "Dokumentu honetan ez dago iruzkinik",
|
"textNoComments": "Dokumentu honetan ez dago iruzkinik",
|
||||||
"textOk": "Ados",
|
"textOk": "Ados",
|
||||||
"textReopen": "Berrireki",
|
"textReopen": "Ireki berriro",
|
||||||
"textResolve": "Ebatzi",
|
"textResolve": "Ebatzi",
|
||||||
"textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.",
|
"textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.",
|
||||||
"textUsers": "Erabiltzaileak"
|
"textUsers": "Erabiltzaileak"
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
"menuEdit": "Editatu",
|
"menuEdit": "Editatu",
|
||||||
"menuMerge": "Konbinatu",
|
"menuMerge": "Konbinatu",
|
||||||
"menuMore": "Gehiago",
|
"menuMore": "Gehiago",
|
||||||
"menuOpenLink": "Esteka ireki",
|
"menuOpenLink": "Ireki esteka",
|
||||||
"menuSplit": "Zatitu",
|
"menuSplit": "Zatitu",
|
||||||
"menuViewComment": "Ikusi iruzkina",
|
"menuViewComment": "Ikusi iruzkina",
|
||||||
"textColumns": "Zutabeak",
|
"textColumns": "Zutabeak",
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
"Chart": "Diagrama",
|
"Chart": "Diagrama",
|
||||||
"Click to add first slide": "Egin klik lehen diapositiba gehitzeko",
|
"Click to add first slide": "Egin klik lehen diapositiba gehitzeko",
|
||||||
"Click to add notes": "Egin klik oharrak gehitzeko",
|
"Click to add notes": "Egin klik oharrak gehitzeko",
|
||||||
"ClipArt": "Clip Art",
|
"ClipArt": "Clip Art irudia",
|
||||||
"Date and time": "Data eta ordua",
|
"Date and time": "Data eta ordua",
|
||||||
"Diagram": "Diagrama",
|
"Diagram": "Diagrama",
|
||||||
"Diagram Title": "Diagramaren titulua",
|
"Diagram Title": "Diagramaren titulua",
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
"Image": "Irudia",
|
"Image": "Irudia",
|
||||||
"Loading": "Kargatzen",
|
"Loading": "Kargatzen",
|
||||||
"Media": "Multimedia",
|
"Media": "Multimedia",
|
||||||
"None": "bat ere ez",
|
"None": "Bat ere ez",
|
||||||
"Picture": "Irudia",
|
"Picture": "Irudia",
|
||||||
"Series": "Seriea",
|
"Series": "Seriea",
|
||||||
"Slide number": "Diapositiba zenbakia",
|
"Slide number": "Diapositiba zenbakia",
|
||||||
|
@ -106,65 +106,65 @@
|
||||||
"textGuest": "Gonbidatua",
|
"textGuest": "Gonbidatua",
|
||||||
"textHasMacros": "Fitxategiak makro automatikoak dauzka.<br>Makroak exekutatu nahi dituzu?",
|
"textHasMacros": "Fitxategiak makro automatikoak dauzka.<br>Makroak exekutatu nahi dituzu?",
|
||||||
"textNo": "Ez",
|
"textNo": "Ez",
|
||||||
"textNoLicenseTitle": "Lizentziaren mugara iritsi zara",
|
"textNoLicenseTitle": "Lizentzien mugara iritsi zara",
|
||||||
"textNoTextFound": "Ez da testua aurkitu",
|
"textNoTextFound": "Ez da testua aurkitu",
|
||||||
"textOpenFile": "Idatzi pasahitza fitxategia irekitzeko",
|
"textOpenFile": "Idatzi pasahitza fitxategia irekitzeko",
|
||||||
"textPaidFeature": "Ordainpeko ezaugarria",
|
"textPaidFeature": "Ordainpeko ezaugarria",
|
||||||
"textRemember": "Gogoratu nire aukera",
|
"textRemember": "Gogoratu nire aukera",
|
||||||
"textReplaceSkipped": "Ordezkapena burutu da. {0} agerraldi saltatu dira.",
|
"textReplaceSkipped": "Ordezkapena burutu da. {0} agerraldi saltatu dira.",
|
||||||
"textReplaceSuccess": "Bilaketa burutu da. Ordezkatu diren agerraldiak: {0}",
|
"textReplaceSuccess": "Bilaketa burutu da. Ordezkatu diren agerraldiak: {0}",
|
||||||
|
"textRequestMacros": "Makro batek URL baterako eskaera egiten du. %1 URL-rako eskaera onartu nahi duzu?",
|
||||||
"textYes": "Bai",
|
"textYes": "Bai",
|
||||||
"titleLicenseExp": "Lizentzia iraungi da",
|
"titleLicenseExp": "Lizentzia iraungi da",
|
||||||
"titleServerVersion": "Editorea eguneratu da",
|
"titleServerVersion": "Editorea eguneratu da",
|
||||||
"titleUpdateVersion": "Bertsioa aldatu da",
|
"titleUpdateVersion": "Bertsioa aldatu da",
|
||||||
"txtIncorrectPwd": "Pasahitza ez da zuzena",
|
"txtIncorrectPwd": "Pasahitza ez da zuzena",
|
||||||
"txtProtected": "Behin pasahitza sartu eta fitxategia ireki duzula, uneko pasahitza berrezarri egingo da",
|
"txtProtected": "Behin pasahitza sartu eta fitxategia ireki duzula, uneko pasahitza berrezarri egingo da",
|
||||||
"warnLicenseExceeded": "Aldibereko %1 editoreren konexio-mugara iritsi zara. Dokumentu hau bistaratzeko bakarrik irekiko da. Jarri harremanetan administratzailearekin informazio gehiago lortzeko.",
|
"warnLicenseExceeded": "Aldibereko %1 editoreren konexio-mugara iritsi zara. Dokumentu hau ikusteko bakarrik irekiko da. Jarri harremanetan administratzailearekin informazio gehiago lortzeko.",
|
||||||
"warnLicenseExp": "Zure lizentzia iraungi da. Mesedez, eguneratu lizentzia eta birkargatu orria.",
|
"warnLicenseExp": "Zure lizentzia iraungi da. Mesedez, eguneratu lizentzia eta kargatu berriro orria.",
|
||||||
"warnLicenseLimitedNoAccess": "Lizentzia iraungi da. Ez daukazu sarbiderik dokumentu-edizio funtzionalitatera. Mesedez, kontaktatu zure administratzailea.",
|
"warnLicenseLimitedNoAccess": "Lizentzia iraungi da. Ez daukazu sarbiderik dokumentu-edizio funtzionalitatera. Mesedez, kontaktatu zure administratzailea.",
|
||||||
"warnLicenseLimitedRenewed": "Lizentziak berritzea behar du. Dokumentu-edizioaren funtzionalitatera sarbide mugatua duzu.<br>Mesedez jarri harremanetan zure administratzailearekin sarbide osoa lortzeko",
|
"warnLicenseLimitedRenewed": "Lizentzia berritu behar da. Dokumentu-edizioaren funtzionalitatera sarbide mugatua duzu.<br>Mesedez jarri harremanetan zure administratzailearekin sarbide osoa lortzeko",
|
||||||
"warnLicenseUsersExceeded": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan zure administratzailearekin informazio gehiagorako.",
|
"warnLicenseUsersExceeded": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan zure administratzailearekin informazio gehiagorako.",
|
||||||
"warnNoLicense": "Aldibereko konexioen mugara iritsi zara %1 editorerekin. Dokumentu hau bere bistaratzerako bakarrik irekiko da. Jarri harremanetan %1 salmenta taldearekin eguneraketa pertsonalaren baldintzak jakiteko.",
|
"warnNoLicense": "Aldibereko %1 editoreren konexio-mugara iritsi zara. Dokumentu hau ikusteko bakarrik irekiko da. Jarri harremanetan %1 salmenta taldearekin eguneraketa pertsonalaren baldintzak jakiteko.",
|
||||||
"warnNoLicenseUsers": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
"warnNoLicenseUsers": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
||||||
"warnProcessRightsChange": "Ez duzu baimenik fitxategia editatzeko.",
|
"warnProcessRightsChange": "Ez duzu baimenik fitxategia editatzeko."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
"convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
||||||
"criticalErrorExtText": "Sakatu \"Ados\" dokumentuen zerrendara itzultzeko.",
|
"criticalErrorExtText": "Sakatu 'Ados' dokumentuen zerrendara itzultzeko.",
|
||||||
"criticalErrorTitle": "Errorea",
|
"criticalErrorTitle": "Errorea",
|
||||||
"downloadErrorText": "Deskargak huts egin du.",
|
"downloadErrorText": "Deskargak huts egin du.",
|
||||||
"errorAccessDeny": "Baimenik ez duzun ekintza bat egin nahian zabiltza.<br>Mesedez kontaktatu zure administratzailea.",
|
"errorAccessDeny": "Baimenik ez duzun ekintza bat egin nahian zabiltza.<br>Mesedez kontaktatu zure administratzailea.",
|
||||||
"errorBadImageUrl": "Irudiaren URLa ez da zuzena",
|
"errorBadImageUrl": "Irudiaren URLa ez da zuzena",
|
||||||
"errorConnectToServer": "Ezin da gorde dokumentu hau. Probatu zure konexioaren ezarpenak edo administrariarekin harremanetan jarri.<br> 'Ados' botoia sakatzean dokumentua deskargatzea eskatuko zaizu.",
|
"errorConnectToServer": "Ezin da dokumentu hau gorde. Egiaztatu zure konexioaren ezarpenak edo jarri administrariarekin harremanetan.<br>'Ados' botoia sakatzean dokumentua deskargatzeko aukera emango zaizu.",
|
||||||
"errorDatabaseConnection": "Kanpoko errorea.<br>Datu-basera konektatzeko errorea. Mesedez, jarri harremanetan laguntza-teknikoko taldearekin.",
|
"errorDatabaseConnection": "Kanpoko errorea.<br>Datu-basera konektatzeko errorea. Mesedez, jarri harremanetan laguntza-teknikoko taldearekin.",
|
||||||
"errorDataEncrypted": "Enkriptatutako aldaketak jaso dira, ezin dira deszifratu.",
|
"errorDataEncrypted": "Enkriptatutako aldaketak jaso dira, ezin dira deszifratu.",
|
||||||
"errorDataRange": "Datu-barruti okerra.",
|
"errorDataRange": "Datu-barruti okerra.",
|
||||||
"errorDefaultMessage": "Errore-kodea: %1",
|
"errorDefaultMessage": "Errore-kodea: %1",
|
||||||
"errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lanean.<br>Erabili 'Deskargatu' aukera fitxategiaren babeskopia lokalean gordetzeko. ",
|
"errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lan egitean.<br>Erabili 'Deskargatu' aukera fitxategiaren babeskopia lokalean gordetzeko. ",
|
||||||
"errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
"errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin izan da ireki.",
|
||||||
"errorFileSizeExceed": "Fitxategiaren tamaina zerbitzariaren mugaz gaindi dago.<br>Mesedez, jar zaitez harremanetan zure administratzailearekin.",
|
"errorFileSizeExceed": "Fitxategiaren tamaina zerbitzariaren mugaz gaindi dago.<br>Mesedez, jar zaitez harremanetan zure administratzailearekin.",
|
||||||
"errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
"errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
||||||
"errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
"errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
||||||
"errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"errorSessionAbsolute": "Dokumentu-edizioaren saioa iraungi egin da. Mesedez, birkargatu orria.",
|
"errorSessionAbsolute": "Dokumentua editatzeko saioa iraungi da. Mesedez, kargatu berriro orria",
|
||||||
"errorSessionIdle": "Dokumentua ez da editatu denbora luzean. Mesedez, ireki berriz.",
|
"errorSessionIdle": "Dokumentua ez da editatu denbora luzean. Mesedez, kargatu berriro orria.",
|
||||||
"errorSessionToken": "Zerbitzarira konexioa eten egin da. Mesedez, birkargatu orria.",
|
"errorSessionToken": "Zerbitzarira konexioa eten egin da. Mesedez, kargatu berriro orria.",
|
||||||
"errorStockChart": "Lerroen ordena okerra. Kotizazio-grafiko bat sortzeko sartu datuak orrian ordena honetan:<br> irekitzeko prezioa, gehienezko prezioa, gutxieneko prezioa, ixteko prezioa.",
|
"errorStockChart": "Errenkaden ordena okerra. Kotizazio-diagrama bat sortzeko, sartu datuak orrian ordena honetan:<br> irekierako prezioa, gehienezko prezioa, gutxieneko prezioa, itxierako prezioa.",
|
||||||
"errorUpdateVersionOnDisconnect": "Interneterako konexioa berreskuratu da eta fitxategiaren bertsioa aldatu egin da.<br>Lanean jarraitu aurretik, fitxategia deskargatu edo bere edukia kopiatu beharra daukazu ezer galduko ez dela ziurtatzeko, eta ondoren birkargatu orri hau.",
|
"errorUpdateVersionOnDisconnect": "Interneterako konexioa berreskuratu da eta fitxategiaren bertsioa aldatu egin da.<br>Lanean jarraitu aurretik, fitxategia deskargatu edo bere edukia kopiatu dezakezu, ezer galduko ez dela ziurtatzeko, eta ondoren berriro kargatu orri hau.",
|
||||||
"errorUserDrop": "Ezin da fitxategia atzitu une honetan.",
|
"errorUserDrop": "Ezin da fitxategia atzitu une honetan.",
|
||||||
"errorUsersExceed": "Ordainketa planak onartzen duen erabiltzaile kopurua gainditu da",
|
"errorUsersExceed": "Prezio-planean baimendutako erabiltzaile-kopurua gainditu da",
|
||||||
"errorViewerDisconnect": "Konexioa galdu da. Oraindik dokumentua ikus dezakezu,<br>baina ezingo duzu deskargatu edo inprimatu konexioa berreskuratu eta orria birkargatu arte.",
|
"errorViewerDisconnect": "Konexioa galdu da. Oraindik dokumentua ikus dezakezu,<br>baina ezingo duzu deskargatu edo inprimatu konexioa berreskuratu eta orria berriz kargatu arte.",
|
||||||
"notcriticalErrorTitle": "Abisua",
|
"notcriticalErrorTitle": "Abisua",
|
||||||
"openErrorText": "Errore bat gertatu da fitxategia irekitzean",
|
"openErrorText": "Errore bat gertatu da fitxategia irekitzean",
|
||||||
"saveErrorText": "Errore bat gertatu da fitxategia gordetzean",
|
"saveErrorText": "Errore bat gertatu da fitxategia gordetzean",
|
||||||
"scriptLoadError": "Konexioa oso motela da, osagarrietako batzuk ezin izan dira kargatu. Mesedez, birkargatu orria.",
|
"scriptLoadError": "Konexioa oso motela da, osagarrietako batzuk ezin izan dira kargatu. Mesedez, kargatu berriro orria.",
|
||||||
"splitDividerErrorText": "Lerro kopuruak %1-(e)n zatitzailea izan behar du",
|
"splitDividerErrorText": "Errenkada kopuruak %1(e)n zatitzailea izan behar du",
|
||||||
"splitMaxColsErrorText": "Zutabe kopurua %1a baino txikiago izan behar da",
|
"splitMaxColsErrorText": "Zutabe kopurua %1 baino txikiagoa izan behar da",
|
||||||
"splitMaxRowsErrorText": "Errenkada kopurua %1a baino txikiago izan behar da",
|
"splitMaxRowsErrorText": "Errenkada kopurua %1 baino txikiagoa izan behar da",
|
||||||
"unknownErrorText": "Errore ezezaguna.",
|
"unknownErrorText": "Errore ezezaguna.",
|
||||||
"uploadImageExtMessage": "Irudi-formatu ezezaguna.",
|
"uploadImageExtMessage": "Irudi formatu ezezaguna.",
|
||||||
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
||||||
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da."
|
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da."
|
||||||
},
|
},
|
||||||
|
@ -187,8 +187,8 @@
|
||||||
"loadThemeTitleText": "Gaia kargatzen",
|
"loadThemeTitleText": "Gaia kargatzen",
|
||||||
"openTextText": "Dokumentua irekitzen...",
|
"openTextText": "Dokumentua irekitzen...",
|
||||||
"openTitleText": "Dokumentua irekitzen",
|
"openTitleText": "Dokumentua irekitzen",
|
||||||
"printTextText": "Inprimatu dokumentua...",
|
"printTextText": "Dokumentua inprimatzen...",
|
||||||
"printTitleText": "Inprimatu dokumentua",
|
"printTitleText": "Dokumentua inprimatzen",
|
||||||
"savePreparingText": "Gordetzeko prestatzen",
|
"savePreparingText": "Gordetzeko prestatzen",
|
||||||
"savePreparingTitle": "Gordetzeko prestatzen. Itxaron mesedez...",
|
"savePreparingTitle": "Gordetzeko prestatzen. Itxaron mesedez...",
|
||||||
"saveTextText": "Dokumentua gordetzen...",
|
"saveTextText": "Dokumentua gordetzen...",
|
||||||
|
@ -202,8 +202,8 @@
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Gorde gabeko aldaketak dituzu dokumentu honetan. Egin klik \"Jarraitu orri honetan\" gordetze automatikoari itxaroteko. Egin klik \"Utzi orri hau\" gorde gabeko aldaketa guztiak baztertzeko.",
|
"dlgLeaveMsgText": "Gorde gabeko aldaketak dituzu dokumentu honetan. Egin klik \"Jarraitu orri honetan\" gordetze automatikoari itxaroteko. Egin klik \"Utzi orri hau\" gorde gabeko aldaketa guztiak baztertzeko.",
|
||||||
"dlgLeaveTitleText": "Aplikazioa uzten duzu",
|
"dlgLeaveTitleText": "Aplikazioa uzten duzu",
|
||||||
"leaveButtonText": "Orritik irten",
|
"leaveButtonText": "Irten orritik",
|
||||||
"stayButtonText": "Orri honetan geratu"
|
"stayButtonText": "Jarraitu orrian"
|
||||||
},
|
},
|
||||||
"View": {
|
"View": {
|
||||||
"Add": {
|
"Add": {
|
||||||
|
@ -214,7 +214,7 @@
|
||||||
"textCancel": "Utzi",
|
"textCancel": "Utzi",
|
||||||
"textColumns": "Zutabeak",
|
"textColumns": "Zutabeak",
|
||||||
"textComment": "Iruzkina",
|
"textComment": "Iruzkina",
|
||||||
"textDefault": "Aukeratutako testua",
|
"textDefault": "Hautatutako testua",
|
||||||
"textDisplay": "Bistaratzea",
|
"textDisplay": "Bistaratzea",
|
||||||
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
||||||
"textExternalLink": "Kanpoko esteka",
|
"textExternalLink": "Kanpoko esteka",
|
||||||
|
@ -264,10 +264,10 @@
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
"textAutomatic": "Automatikoa",
|
"textAutomatic": "Automatikoa",
|
||||||
"textBack": "Atzera",
|
"textBack": "Atzera",
|
||||||
"textBandedColumn": "Zutabea bandekin",
|
"textBandedColumn": "Zutabe bandaduna",
|
||||||
"textBandedRow": "Errenkada bandekin",
|
"textBandedRow": "Errenkada bandaduna",
|
||||||
"textBefore": "Aurretik",
|
"textBefore": "Aurretik",
|
||||||
"textBlack": "Beltzean",
|
"textBlack": "Beltzetik pasatuta",
|
||||||
"textBorder": "Ertza",
|
"textBorder": "Ertza",
|
||||||
"textBottom": "Behean",
|
"textBottom": "Behean",
|
||||||
"textBottomLeft": "Behean ezkerrean",
|
"textBottomLeft": "Behean ezkerrean",
|
||||||
|
@ -279,12 +279,12 @@
|
||||||
"textCellMargins": "Gelaxkaren marjinak",
|
"textCellMargins": "Gelaxkaren marjinak",
|
||||||
"textChart": "Diagrama",
|
"textChart": "Diagrama",
|
||||||
"textClock": "Ordularia",
|
"textClock": "Ordularia",
|
||||||
"textClockwise": "Ordulariaren norabidean",
|
"textClockwise": "Erlojuaren noranzkoan",
|
||||||
"textColor": "Kolorea",
|
"textColor": "Kolorea",
|
||||||
"textCounterclockwise": "Erlojuaren norabidearen aurka",
|
"textCounterclockwise": "Erlojuaren aurkako noranzkoan",
|
||||||
"textCover": "Estali",
|
"textCover": "Estali",
|
||||||
"textCustomColor": "Kolore pertsonalizatua",
|
"textCustomColor": "Kolore pertsonalizatua",
|
||||||
"textDefault": "Aukeratutako testua",
|
"textDefault": "Hautatutako testua",
|
||||||
"textDelay": "Atzerapena",
|
"textDelay": "Atzerapena",
|
||||||
"textDeleteSlide": "Ezabatu diapositiba",
|
"textDeleteSlide": "Ezabatu diapositiba",
|
||||||
"textDesign": "Diseinua",
|
"textDesign": "Diseinua",
|
||||||
|
@ -294,14 +294,14 @@
|
||||||
"textDistributeVertically": "Banatu bertikalki",
|
"textDistributeVertically": "Banatu bertikalki",
|
||||||
"textDone": "Eginda",
|
"textDone": "Eginda",
|
||||||
"textDoubleStrikethrough": "Marratu bikoitza",
|
"textDoubleStrikethrough": "Marratu bikoitza",
|
||||||
"textDuplicateSlide": "Diapositiba bikoiztu",
|
"textDuplicateSlide": "Bikoiztu diapositiba",
|
||||||
"textDuration": "Luzera",
|
"textDuration": "Iraupena",
|
||||||
"textEditLink": "Editatu esteka",
|
"textEditLink": "Editatu esteka",
|
||||||
"textEffect": "Efektua",
|
"textEffect": "Efektua",
|
||||||
"textEffects": "Efektuak",
|
"textEffects": "Efektuak",
|
||||||
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
||||||
"textExternalLink": "Kanpoko esteka",
|
"textExternalLink": "Kanpoko esteka",
|
||||||
"textFade": "Desagerrarazi",
|
"textFade": "Lausotu",
|
||||||
"textFill": "Bete",
|
"textFill": "Bete",
|
||||||
"textFinalMessage": "Diapositibaren aurrebistaren amaiera. Egin klik irteteko.",
|
"textFinalMessage": "Diapositibaren aurrebistaren amaiera. Egin klik irteteko.",
|
||||||
"textFind": "Bilatu",
|
"textFind": "Bilatu",
|
||||||
|
@ -309,11 +309,11 @@
|
||||||
"textFirstColumn": "Lehen zutabea",
|
"textFirstColumn": "Lehen zutabea",
|
||||||
"textFirstSlide": "Lehen diapositiba",
|
"textFirstSlide": "Lehen diapositiba",
|
||||||
"textFontColor": "Letra-kolorea",
|
"textFontColor": "Letra-kolorea",
|
||||||
"textFontColors": "Letra koloreak",
|
"textFontColors": "Letra-koloreak",
|
||||||
"textFonts": "Letra-motak",
|
"textFonts": "Letra-tipoak",
|
||||||
"textFromLibrary": "Irudia liburutegitik",
|
"textFromLibrary": "Irudia liburutegitik",
|
||||||
"textFromURL": "Irudia URL-tik",
|
"textFromURL": "Irudia URL-tik",
|
||||||
"textHeaderRow": "Goiburu lerroa",
|
"textHeaderRow": "Goiburu-errenkada",
|
||||||
"textHighlight": "Nabarmendu emaitzak",
|
"textHighlight": "Nabarmendu emaitzak",
|
||||||
"textHighlightColor": "Nabarmentze-kolorea",
|
"textHighlightColor": "Nabarmentze-kolorea",
|
||||||
"textHorizontalIn": "Horizontala barnera",
|
"textHorizontalIn": "Horizontala barnera",
|
||||||
|
@ -325,17 +325,17 @@
|
||||||
"textLastSlide": "Azken diapositiba",
|
"textLastSlide": "Azken diapositiba",
|
||||||
"textLayout": "Diseinua",
|
"textLayout": "Diseinua",
|
||||||
"textLeft": "Ezkerra",
|
"textLeft": "Ezkerra",
|
||||||
"textLetterSpacing": "Letren tartea",
|
"textLetterSpacing": "Letren arteko tartea",
|
||||||
"textLineSpacing": "Lerroartea",
|
"textLineSpacing": "Lerroartea",
|
||||||
"textLink": "Esteka",
|
"textLink": "Esteka",
|
||||||
"textLinkSettings": "Esteka-ezarpenak",
|
"textLinkSettings": "Esteka-ezarpenak",
|
||||||
"textLinkTo": "Esteka hona",
|
"textLinkTo": "Esteka hona",
|
||||||
"textLinkType": "Esteka mota",
|
"textLinkType": "Esteka mota",
|
||||||
"textMoveBackward": "Atzera eraman",
|
"textMoveBackward": "Eraman atzera",
|
||||||
"textMoveForward": "Aurrera eraman",
|
"textMoveForward": "Eraman aurrera",
|
||||||
"textNextSlide": "Hurrengo diapositiba",
|
"textNextSlide": "Hurrengo diapositiba",
|
||||||
"textNone": "bat ere ez",
|
"textNone": "Bat ere ez",
|
||||||
"textNoStyles": "Ez dago estilorik grafiko mota honentzat.",
|
"textNoStyles": "Ez dago estilorik diagrama mota honentzat.",
|
||||||
"textNoTextFound": "Ez da testua aurkitu",
|
"textNoTextFound": "Ez da testua aurkitu",
|
||||||
"textNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
"textNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
||||||
"textNumbers": "Zenbakiak",
|
"textNumbers": "Zenbakiak",
|
||||||
|
@ -347,7 +347,7 @@
|
||||||
"textPreviousSlide": "Aurreko diapositiba",
|
"textPreviousSlide": "Aurreko diapositiba",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
"textPush": "Bultza",
|
"textPush": "Bultza",
|
||||||
"textRemoveChart": "Ezabatu grafikoa",
|
"textRemoveChart": "Kendu diagrama",
|
||||||
"textRemoveImage": "Kendu irudia",
|
"textRemoveImage": "Kendu irudia",
|
||||||
"textRemoveLink": "Kendu esteka",
|
"textRemoveLink": "Kendu esteka",
|
||||||
"textRemoveShape": "Kendu forma",
|
"textRemoveShape": "Kendu forma",
|
||||||
|
@ -360,7 +360,7 @@
|
||||||
"textScreenTip": "Pantailako aholkua",
|
"textScreenTip": "Pantailako aholkua",
|
||||||
"textSearch": "Bilatu",
|
"textSearch": "Bilatu",
|
||||||
"textSec": "s",
|
"textSec": "s",
|
||||||
"textSelectObjectToEdit": "Aukeratu editatzeko objektua",
|
"textSelectObjectToEdit": "Hautatu objektua editatzeko",
|
||||||
"textSendToBackground": "Eraman atzeko planora",
|
"textSendToBackground": "Eraman atzeko planora",
|
||||||
"textShape": "Forma",
|
"textShape": "Forma",
|
||||||
"textSize": "Tamaina",
|
"textSize": "Tamaina",
|
||||||
|
@ -382,10 +382,10 @@
|
||||||
"textTop": "Goian",
|
"textTop": "Goian",
|
||||||
"textTopLeft": "Goian ezkerrean",
|
"textTopLeft": "Goian ezkerrean",
|
||||||
"textTopRight": "Goian eskuinean",
|
"textTopRight": "Goian eskuinean",
|
||||||
"textTotalRow": "Errenkada kopurua",
|
"textTotalRow": "Guztizkoen errenkada",
|
||||||
"textTransitions": "Trantsizioak",
|
"textTransitions": "Trantsizioak",
|
||||||
"textType": "Mota",
|
"textType": "Mota",
|
||||||
"textUnCover": "Agertarazi",
|
"textUnCover": "Agerrarazi",
|
||||||
"textVerticalIn": "Bertikala barnera",
|
"textVerticalIn": "Bertikala barnera",
|
||||||
"textVerticalOut": "Bertikala kanpora",
|
"textVerticalOut": "Bertikala kanpora",
|
||||||
"textWedge": "Ziria",
|
"textWedge": "Ziria",
|
||||||
|
@ -398,6 +398,7 @@
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"mniSlideStandard": "Estandarra (4:3)",
|
"mniSlideStandard": "Estandarra (4:3)",
|
||||||
"mniSlideWide": "Panoramikoa (16:9)",
|
"mniSlideWide": "Panoramikoa (16:9)",
|
||||||
|
"notcriticalErrorTitle": "Abisua",
|
||||||
"textAbout": "Honi buruz",
|
"textAbout": "Honi buruz",
|
||||||
"textAddress": "helbidea:",
|
"textAddress": "helbidea:",
|
||||||
"textApplication": "Aplikazioa",
|
"textApplication": "Aplikazioa",
|
||||||
|
@ -412,17 +413,18 @@
|
||||||
"textCreated": "Sortze-data",
|
"textCreated": "Sortze-data",
|
||||||
"textDarkTheme": "Itxura iluna",
|
"textDarkTheme": "Itxura iluna",
|
||||||
"textDisableAll": "Desgaitu guztiak",
|
"textDisableAll": "Desgaitu guztiak",
|
||||||
"textDisableAllMacrosWithNotification": "Desgaitu makro guztiak abisuarekin",
|
"textDisableAllMacrosWithNotification": "Desgaitu makro guztiak jakinarazpenarekin",
|
||||||
"textDisableAllMacrosWithoutNotification": "Desgaitu makro guztiak abisurik gabe",
|
"textDisableAllMacrosWithoutNotification": "Desgaitu makro guztiak jakinarazpenik gabe",
|
||||||
"textDone": "Eginda",
|
"textDone": "Eginda",
|
||||||
"textDownload": "Deskargatu",
|
"textDownload": "Deskargatu",
|
||||||
"textDownloadAs": "Deskargatu honela...",
|
"textDownloadAs": "Deskargatu honela...",
|
||||||
"textEmail": "posta elektronikoa:",
|
"textEmail": "posta elektronikoa:",
|
||||||
"textEnableAll": "Gaitu guztiak",
|
"textEnableAll": "Gaitu guztiak",
|
||||||
"textEnableAllMacrosWithoutNotification": "Gaitu makro guztiak abisurik gabe",
|
"textEnableAllMacrosWithoutNotification": "Gaitu makro guztiak jakinarazpenik gabe",
|
||||||
|
"textFeedback": "Oharrak eta laguntza",
|
||||||
"textFind": "Bilatu",
|
"textFind": "Bilatu",
|
||||||
"textFindAndReplace": "Bilatu eta ordeztu",
|
"textFindAndReplace": "Bilatu eta ordeztu",
|
||||||
"textFindAndReplaceAll": "Bilatu eta ordezkatu guztia",
|
"textFindAndReplaceAll": "Bilatu eta ordeztu guztia",
|
||||||
"textHelp": "Laguntza",
|
"textHelp": "Laguntza",
|
||||||
"textHighlight": "Nabarmendu emaitzak",
|
"textHighlight": "Nabarmendu emaitzak",
|
||||||
"textInch": "Hazbete",
|
"textInch": "Hazbete",
|
||||||
|
@ -432,15 +434,18 @@
|
||||||
"textLocation": "Kokalekua",
|
"textLocation": "Kokalekua",
|
||||||
"textMacrosSettings": "Makroen ezarpenak",
|
"textMacrosSettings": "Makroen ezarpenak",
|
||||||
"textNoTextFound": "Ez da testua aurkitu",
|
"textNoTextFound": "Ez da testua aurkitu",
|
||||||
|
"textOk": "Ados",
|
||||||
"textOwner": "Jabea",
|
"textOwner": "Jabea",
|
||||||
"textPoint": "Puntua",
|
"textPoint": "Puntua",
|
||||||
"textPoweredBy": "Garatzailea:",
|
"textPoweredBy": "Garatzailea:",
|
||||||
"textPresentationInfo": "Aurkezpenari buruzko informazioa",
|
"textPresentationInfo": "Aurkezpenari buruzko informazioa",
|
||||||
"textPresentationSettings": "Aurkezpenaren konfigurazioa",
|
"textPresentationSettings": "Aurkezpenaren konfigurazioa",
|
||||||
"textPresentationTitle": "Aurkezpen titulua",
|
"textPresentationTitle": "Aurkezpenaren izenburua",
|
||||||
"textPrint": "Inprimatu",
|
"textPrint": "Inprimatu",
|
||||||
"textReplace": "Ordeztu",
|
"textReplace": "Ordeztu",
|
||||||
"textReplaceAll": "Ordeztu guztia",
|
"textReplaceAll": "Ordeztu guztia",
|
||||||
|
"textRestartApplication": "Mesedez berrabiarazi aplikazioa aldaketek eragina izan dezaten",
|
||||||
|
"textRTL": "Esk.-Ezk.",
|
||||||
"textSearch": "Bilatu",
|
"textSearch": "Bilatu",
|
||||||
"textSettings": "Ezarpenak",
|
"textSettings": "Ezarpenak",
|
||||||
"textShowNotification": "Erakutsi jakinarazpena",
|
"textShowNotification": "Erakutsi jakinarazpena",
|
||||||
|
@ -449,7 +454,7 @@
|
||||||
"textSubject": "Gaia",
|
"textSubject": "Gaia",
|
||||||
"textTel": "tel:",
|
"textTel": "tel:",
|
||||||
"textTitle": "Izenburua",
|
"textTitle": "Izenburua",
|
||||||
"textUnitOfMeasurement": "Neurketa-unitatea",
|
"textUnitOfMeasurement": "Neurri-unitatea",
|
||||||
"textUploaded": "Kargatuta",
|
"textUploaded": "Kargatuta",
|
||||||
"textVersion": "Bertsioa",
|
"textVersion": "Bertsioa",
|
||||||
"txtScheme1": "Bulegoa",
|
"txtScheme1": "Bulegoa",
|
||||||
|
@ -473,12 +478,7 @@
|
||||||
"txtScheme6": "Zabaldegia",
|
"txtScheme6": "Zabaldegia",
|
||||||
"txtScheme7": "Berdintza",
|
"txtScheme7": "Berdintza",
|
||||||
"txtScheme8": "Fluxua",
|
"txtScheme8": "Fluxua",
|
||||||
"txtScheme9": "Sortzailea",
|
"txtScheme9": "Sortzailea"
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textOk": "Ok",
|
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"notcriticalErrorTitle": "Warning"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Capitaux",
|
"txtScheme7": "Capitaux",
|
||||||
"txtScheme8": "Flux",
|
"txtScheme8": "Flux",
|
||||||
"txtScheme9": "Fonderie",
|
"txtScheme9": "Fonderie",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Equidade",
|
"txtScheme7": "Equidade",
|
||||||
"txtScheme8": "Fluxo",
|
"txtScheme8": "Fluxo",
|
||||||
"txtScheme9": "Fundición",
|
"txtScheme9": "Fundición",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Saját tőke",
|
"txtScheme7": "Saját tőke",
|
||||||
"txtScheme8": "Folyam",
|
"txtScheme8": "Folyam",
|
||||||
"txtScheme9": "Öntöde",
|
"txtScheme9": "Öntöde",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Margin Sisa",
|
"txtScheme7": "Margin Sisa",
|
||||||
"txtScheme8": "Alur",
|
"txtScheme8": "Alur",
|
||||||
"txtScheme9": "Cetakan",
|
"txtScheme9": "Cetakan",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Equità",
|
"txtScheme7": "Equità",
|
||||||
"txtScheme8": "Flusso",
|
"txtScheme8": "Flusso",
|
||||||
"txtScheme9": "Fonderia",
|
"txtScheme9": "Fonderia",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "株主資本",
|
"txtScheme7": "株主資本",
|
||||||
"txtScheme8": "フロー",
|
"txtScheme8": "フロー",
|
||||||
"txtScheme9": "ファウンドリ",
|
"txtScheme9": "ファウンドリ",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "같음",
|
"txtScheme7": "같음",
|
||||||
"txtScheme8": "플로우",
|
"txtScheme8": "플로우",
|
||||||
"txtScheme9": "발견",
|
"txtScheme9": "발견",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "ຄວາມເທົ່າທຽມກັນ",
|
"txtScheme7": "ຄວາມເທົ່າທຽມກັນ",
|
||||||
"txtScheme8": "ຂະບວນການ",
|
"txtScheme8": "ຂະບວນການ",
|
||||||
"txtScheme9": "ໂຮງຫລໍ່",
|
"txtScheme9": "ໂຮງຫລໍ່",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -473,12 +473,12 @@
|
||||||
"txtScheme7": "Ekuiti",
|
"txtScheme7": "Ekuiti",
|
||||||
"txtScheme8": "Aliran",
|
"txtScheme8": "Aliran",
|
||||||
"txtScheme9": "Faundri",
|
"txtScheme9": "Faundri",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textSubject": "Subject",
|
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL",
|
||||||
|
"textSubject": "Subject"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Vermogen",
|
"txtScheme7": "Vermogen",
|
||||||
"txtScheme8": "Stroom",
|
"txtScheme8": "Stroom",
|
||||||
"txtScheme9": "Gieterij",
|
"txtScheme9": "Gieterij",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -113,6 +113,7 @@
|
||||||
"textRemember": "Memorizar a minha escolha",
|
"textRemember": "Memorizar a minha escolha",
|
||||||
"textReplaceSkipped": "A substituição foi realizada. {0} ocorrências foram ignoradas.",
|
"textReplaceSkipped": "A substituição foi realizada. {0} ocorrências foram ignoradas.",
|
||||||
"textReplaceSuccess": "A pesquisa foi realizada. Ocorrências substituídas: {0}",
|
"textReplaceSuccess": "A pesquisa foi realizada. Ocorrências substituídas: {0}",
|
||||||
|
"textRequestMacros": "Uma macro faz um pedido de URL. Quer permitir o pedido à %1?",
|
||||||
"textYes": "Sim",
|
"textYes": "Sim",
|
||||||
"titleLicenseExp": "Licença expirada",
|
"titleLicenseExp": "Licença expirada",
|
||||||
"titleServerVersion": "Editor atualizado",
|
"titleServerVersion": "Editor atualizado",
|
||||||
|
@ -126,8 +127,7 @@
|
||||||
"warnLicenseUsersExceeded": "Atingiu o limite de %1 editores. Contacte o seu administrador para obter detalhes.",
|
"warnLicenseUsersExceeded": "Atingiu o limite de %1 editores. Contacte o seu administrador para obter detalhes.",
|
||||||
"warnNoLicense": "Atingiu o limite de ligações simultâneas a %1 editores. Este documento será aberto apenas para visualização. Contacte a %1 equipa de vendas para consultar os termos de atualização para si.",
|
"warnNoLicense": "Atingiu o limite de ligações simultâneas a %1 editores. Este documento será aberto apenas para visualização. Contacte a %1 equipa de vendas para consultar os termos de atualização para si.",
|
||||||
"warnNoLicenseUsers": "Atingiu o limite de %1 editores. Contacte a equipa comercial %1 para obter mais informações.",
|
"warnNoLicenseUsers": "Atingiu o limite de %1 editores. Contacte a equipa comercial %1 para obter mais informações.",
|
||||||
"warnProcessRightsChange": "Não tem autorização para editar este ficheiro.",
|
"warnProcessRightsChange": "Não tem autorização para editar este ficheiro."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -398,6 +398,7 @@
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"mniSlideStandard": "Padrão (4:3)",
|
"mniSlideStandard": "Padrão (4:3)",
|
||||||
"mniSlideWide": "Ecrã panorâmico (16:9)",
|
"mniSlideWide": "Ecrã panorâmico (16:9)",
|
||||||
|
"notcriticalErrorTitle": "Aviso",
|
||||||
"textAbout": "Acerca",
|
"textAbout": "Acerca",
|
||||||
"textAddress": "endereço:",
|
"textAddress": "endereço:",
|
||||||
"textApplication": "Aplicação",
|
"textApplication": "Aplicação",
|
||||||
|
@ -420,6 +421,7 @@
|
||||||
"textEmail": "e-mail:",
|
"textEmail": "e-mail:",
|
||||||
"textEnableAll": "Ativar tudo",
|
"textEnableAll": "Ativar tudo",
|
||||||
"textEnableAllMacrosWithoutNotification": "Ativar todas as macros sem notificação",
|
"textEnableAllMacrosWithoutNotification": "Ativar todas as macros sem notificação",
|
||||||
|
"textFeedback": "Feedback e Suporte",
|
||||||
"textFind": "Localizar",
|
"textFind": "Localizar",
|
||||||
"textFindAndReplace": "Localizar e substituir",
|
"textFindAndReplace": "Localizar e substituir",
|
||||||
"textFindAndReplaceAll": "Localizar e substituir tudo",
|
"textFindAndReplaceAll": "Localizar e substituir tudo",
|
||||||
|
@ -432,6 +434,7 @@
|
||||||
"textLocation": "Localização",
|
"textLocation": "Localização",
|
||||||
"textMacrosSettings": "Definições de macros",
|
"textMacrosSettings": "Definições de macros",
|
||||||
"textNoTextFound": "Texto não encontrado",
|
"textNoTextFound": "Texto não encontrado",
|
||||||
|
"textOk": "Ok",
|
||||||
"textOwner": "Proprietário",
|
"textOwner": "Proprietário",
|
||||||
"textPoint": "Ponto",
|
"textPoint": "Ponto",
|
||||||
"textPoweredBy": "Desenvolvido por",
|
"textPoweredBy": "Desenvolvido por",
|
||||||
|
@ -441,6 +444,8 @@
|
||||||
"textPrint": "Imprimir",
|
"textPrint": "Imprimir",
|
||||||
"textReplace": "Substituir",
|
"textReplace": "Substituir",
|
||||||
"textReplaceAll": "Substituir tudo",
|
"textReplaceAll": "Substituir tudo",
|
||||||
|
"textRestartApplication": "Por favor reinicie o pedido para que as alterações tenham efeito",
|
||||||
|
"textRTL": "RTL",
|
||||||
"textSearch": "Pesquisar",
|
"textSearch": "Pesquisar",
|
||||||
"textSettings": "Configurações",
|
"textSettings": "Configurações",
|
||||||
"textShowNotification": "Mostrar notificação",
|
"textShowNotification": "Mostrar notificação",
|
||||||
|
@ -473,12 +478,7 @@
|
||||||
"txtScheme6": "Concurso",
|
"txtScheme6": "Concurso",
|
||||||
"txtScheme7": "Equidade",
|
"txtScheme7": "Equidade",
|
||||||
"txtScheme8": "Fluxo",
|
"txtScheme8": "Fluxo",
|
||||||
"txtScheme9": "Fundição",
|
"txtScheme9": "Fundição"
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textOk": "Ok",
|
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"notcriticalErrorTitle": "Warning"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Patrimônio Líquido",
|
"txtScheme7": "Patrimônio Líquido",
|
||||||
"txtScheme8": "Fluxo",
|
"txtScheme8": "Fluxo",
|
||||||
"txtScheme9": "Fundição",
|
"txtScheme9": "Fundição",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -113,6 +113,7 @@
|
||||||
"textRemember": "Reține opțiunea mea",
|
"textRemember": "Reține opțiunea mea",
|
||||||
"textReplaceSkipped": "A avut loc o înlocuire. {0} apariții ignorate.",
|
"textReplaceSkipped": "A avut loc o înlocuire. {0} apariții ignorate.",
|
||||||
"textReplaceSuccess": "Căutarea a fost finalizată. Înlocuiri: {0}",
|
"textReplaceSuccess": "Căutarea a fost finalizată. Înlocuiri: {0}",
|
||||||
|
"textRequestMacros": "O macrocomandă trimite o solicitare URL. Doriți să permiteți ca solicitarea să fie trimisă către %1?",
|
||||||
"textYes": "Da",
|
"textYes": "Da",
|
||||||
"titleLicenseExp": "Licența a expirat",
|
"titleLicenseExp": "Licența a expirat",
|
||||||
"titleServerVersion": "Editorul a fost actualizat",
|
"titleServerVersion": "Editorul a fost actualizat",
|
||||||
|
@ -126,8 +127,7 @@
|
||||||
"warnLicenseUsersExceeded": "Ați atins numărul maxim de utilizatori ai %1 editoare. Pentru detalii, contactați administratorul dvs.",
|
"warnLicenseUsersExceeded": "Ați atins numărul maxim de utilizatori ai %1 editoare. Pentru detalii, contactați administratorul dvs.",
|
||||||
"warnNoLicense": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare. Contactați %1 Departamentul de Vânzări pentru acordarea condițiilor personale de actualizare.",
|
"warnNoLicense": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare. Contactați %1 Departamentul de Vânzări pentru acordarea condițiilor personale de actualizare.",
|
||||||
"warnNoLicenseUsers": "Ați atins numărul maxim de utilizatori ai %1 editoare. Contactați Grup Vânzări %1 pentru acordarea condițiilor personale de licențiere.",
|
"warnNoLicenseUsers": "Ați atins numărul maxim de utilizatori ai %1 editoare. Contactați Grup Vânzări %1 pentru acordarea condițiilor personale de licențiere.",
|
||||||
"warnProcessRightsChange": "Nu aveți permisiunea de editare pentru fișier.",
|
"warnProcessRightsChange": "Nu aveți permisiunea de editare pentru fișier."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -398,6 +398,7 @@
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"mniSlideStandard": "Standard (4:3)",
|
"mniSlideStandard": "Standard (4:3)",
|
||||||
"mniSlideWide": "Ecran lat (16:9)",
|
"mniSlideWide": "Ecran lat (16:9)",
|
||||||
|
"notcriticalErrorTitle": "Avertisment",
|
||||||
"textAbout": "Informații",
|
"textAbout": "Informații",
|
||||||
"textAddress": "adresă:",
|
"textAddress": "adresă:",
|
||||||
"textApplication": "Aplicația",
|
"textApplication": "Aplicația",
|
||||||
|
@ -420,6 +421,7 @@
|
||||||
"textEmail": "e-mail:",
|
"textEmail": "e-mail:",
|
||||||
"textEnableAll": "Se activează toate",
|
"textEnableAll": "Se activează toate",
|
||||||
"textEnableAllMacrosWithoutNotification": "Se activează toate macrocomenzile cu notificare ",
|
"textEnableAllMacrosWithoutNotification": "Se activează toate macrocomenzile cu notificare ",
|
||||||
|
"textFeedback": "Feedback și asistența",
|
||||||
"textFind": "Găsire",
|
"textFind": "Găsire",
|
||||||
"textFindAndReplace": "Găsire și înlocuire",
|
"textFindAndReplace": "Găsire și înlocuire",
|
||||||
"textFindAndReplaceAll": "Găsire și înlocuire totală",
|
"textFindAndReplaceAll": "Găsire și înlocuire totală",
|
||||||
|
@ -432,6 +434,7 @@
|
||||||
"textLocation": "Locația",
|
"textLocation": "Locația",
|
||||||
"textMacrosSettings": "Setări macrocomandă",
|
"textMacrosSettings": "Setări macrocomandă",
|
||||||
"textNoTextFound": "Textul nu a fost găsit",
|
"textNoTextFound": "Textul nu a fost găsit",
|
||||||
|
"textOk": "OK",
|
||||||
"textOwner": "Proprietar",
|
"textOwner": "Proprietar",
|
||||||
"textPoint": "Punct",
|
"textPoint": "Punct",
|
||||||
"textPoweredBy": "Dezvoltat de",
|
"textPoweredBy": "Dezvoltat de",
|
||||||
|
@ -441,6 +444,8 @@
|
||||||
"textPrint": "Imprimare",
|
"textPrint": "Imprimare",
|
||||||
"textReplace": "Înlocuire",
|
"textReplace": "Înlocuire",
|
||||||
"textReplaceAll": "Înlocuire peste tot",
|
"textReplaceAll": "Înlocuire peste tot",
|
||||||
|
"textRestartApplication": "Vă rugăm să reporniți aplicația pentru ca modificările să intre în vigoare",
|
||||||
|
"textRTL": "Dreapta spre stânga (RTL)",
|
||||||
"textSearch": "Căutare",
|
"textSearch": "Căutare",
|
||||||
"textSettings": "Setări",
|
"textSettings": "Setări",
|
||||||
"textShowNotification": "Afișare notificări",
|
"textShowNotification": "Afișare notificări",
|
||||||
|
@ -473,12 +478,7 @@
|
||||||
"txtScheme6": "Concurență",
|
"txtScheme6": "Concurență",
|
||||||
"txtScheme7": "Echilibru",
|
"txtScheme7": "Echilibru",
|
||||||
"txtScheme8": "Flux",
|
"txtScheme8": "Flux",
|
||||||
"txtScheme9": "Forjă",
|
"txtScheme9": "Forjă"
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textOk": "Ok",
|
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"notcriticalErrorTitle": "Warning"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -113,6 +113,7 @@
|
||||||
"textRemember": "Запомнить мой выбор",
|
"textRemember": "Запомнить мой выбор",
|
||||||
"textReplaceSkipped": "Замена выполнена. Пропущено вхождений - {0}.",
|
"textReplaceSkipped": "Замена выполнена. Пропущено вхождений - {0}.",
|
||||||
"textReplaceSuccess": "Поиск выполнен. Заменено вхождений: {0}",
|
"textReplaceSuccess": "Поиск выполнен. Заменено вхождений: {0}",
|
||||||
|
"textRequestMacros": "Макрос делает запрос на URL. Вы хотите разрешить запрос на %1?",
|
||||||
"textYes": "Да",
|
"textYes": "Да",
|
||||||
"titleLicenseExp": "Истек срок действия лицензии",
|
"titleLicenseExp": "Истек срок действия лицензии",
|
||||||
"titleServerVersion": "Редактор обновлен",
|
"titleServerVersion": "Редактор обновлен",
|
||||||
|
@ -126,8 +127,7 @@
|
||||||
"warnLicenseUsersExceeded": "Вы достигли лимита на количество пользователей редакторов %1. Свяжитесь с администратором, чтобы узнать больше.",
|
"warnLicenseUsersExceeded": "Вы достигли лимита на количество пользователей редакторов %1. Свяжитесь с администратором, чтобы узнать больше.",
|
||||||
"warnNoLicense": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт на просмотр. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.",
|
"warnNoLicense": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт на просмотр. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.",
|
||||||
"warnNoLicenseUsers": "Вы достигли лимита на количество пользователей редакторов %1. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.",
|
"warnNoLicenseUsers": "Вы достигли лимита на количество пользователей редакторов %1. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.",
|
||||||
"warnProcessRightsChange": "У вас нет прав на редактирование этого файла.",
|
"warnProcessRightsChange": "У вас нет прав на редактирование этого файла."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -398,6 +398,7 @@
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"mniSlideStandard": "Стандартный (4:3)",
|
"mniSlideStandard": "Стандартный (4:3)",
|
||||||
"mniSlideWide": "Широкоэкранный (16:9)",
|
"mniSlideWide": "Широкоэкранный (16:9)",
|
||||||
|
"notcriticalErrorTitle": "Внимание",
|
||||||
"textAbout": "О программе",
|
"textAbout": "О программе",
|
||||||
"textAddress": "адрес: ",
|
"textAddress": "адрес: ",
|
||||||
"textApplication": "Приложение",
|
"textApplication": "Приложение",
|
||||||
|
@ -420,6 +421,7 @@
|
||||||
"textEmail": "email: ",
|
"textEmail": "email: ",
|
||||||
"textEnableAll": "Включить все",
|
"textEnableAll": "Включить все",
|
||||||
"textEnableAllMacrosWithoutNotification": "Включить все макросы без уведомления",
|
"textEnableAllMacrosWithoutNotification": "Включить все макросы без уведомления",
|
||||||
|
"textFeedback": "Обратная связь и поддержка",
|
||||||
"textFind": "Поиск",
|
"textFind": "Поиск",
|
||||||
"textFindAndReplace": "Поиск и замена",
|
"textFindAndReplace": "Поиск и замена",
|
||||||
"textFindAndReplaceAll": "Найти и заменить все",
|
"textFindAndReplaceAll": "Найти и заменить все",
|
||||||
|
@ -432,6 +434,7 @@
|
||||||
"textLocation": "Размещение",
|
"textLocation": "Размещение",
|
||||||
"textMacrosSettings": "Настройки макросов",
|
"textMacrosSettings": "Настройки макросов",
|
||||||
"textNoTextFound": "Текст не найден",
|
"textNoTextFound": "Текст не найден",
|
||||||
|
"textOk": "Ok",
|
||||||
"textOwner": "Владелец",
|
"textOwner": "Владелец",
|
||||||
"textPoint": "Пункт",
|
"textPoint": "Пункт",
|
||||||
"textPoweredBy": "Разработано",
|
"textPoweredBy": "Разработано",
|
||||||
|
@ -441,6 +444,8 @@
|
||||||
"textPrint": "Печать",
|
"textPrint": "Печать",
|
||||||
"textReplace": "Заменить",
|
"textReplace": "Заменить",
|
||||||
"textReplaceAll": "Заменить все",
|
"textReplaceAll": "Заменить все",
|
||||||
|
"textRestartApplication": "Перезапустите приложение, чтобы изменения вступили в силу.",
|
||||||
|
"textRTL": "Справа налево",
|
||||||
"textSearch": "Поиск",
|
"textSearch": "Поиск",
|
||||||
"textSettings": "Настройки",
|
"textSettings": "Настройки",
|
||||||
"textShowNotification": "Показывать уведомление",
|
"textShowNotification": "Показывать уведомление",
|
||||||
|
@ -473,12 +478,7 @@
|
||||||
"txtScheme6": "Открытая",
|
"txtScheme6": "Открытая",
|
||||||
"txtScheme7": "Справедливость",
|
"txtScheme7": "Справедливость",
|
||||||
"txtScheme8": "Поток",
|
"txtScheme8": "Поток",
|
||||||
"txtScheme9": "Литейная",
|
"txtScheme9": "Литейная"
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textOk": "Ok",
|
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"notcriticalErrorTitle": "Warning"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "Spravodlivosť",
|
"txtScheme7": "Spravodlivosť",
|
||||||
"txtScheme8": "Tok",
|
"txtScheme8": "Tok",
|
||||||
"txtScheme9": "Zlieváreň",
|
"txtScheme9": "Zlieváreň",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -257,6 +257,7 @@
|
||||||
"textComment": "Komentar",
|
"textComment": "Komentar",
|
||||||
"mniSlideStandard": "Standard (4:3)",
|
"mniSlideStandard": "Standard (4:3)",
|
||||||
"mniSlideWide": "Widescreen (16:9)",
|
"mniSlideWide": "Widescreen (16:9)",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textAddress": "address:",
|
"textAddress": "address:",
|
||||||
"textApplicationSettings": "Application Settings",
|
"textApplicationSettings": "Application Settings",
|
||||||
"textAuthor": "Author",
|
"textAuthor": "Author",
|
||||||
|
@ -275,11 +276,11 @@
|
||||||
"textEmail": "email:",
|
"textEmail": "email:",
|
||||||
"textEnableAll": "Enable All",
|
"textEnableAll": "Enable All",
|
||||||
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
"textFind": "Find",
|
"textFind": "Find",
|
||||||
"textFindAndReplace": "Find and Replace",
|
"textFindAndReplace": "Find and Replace",
|
||||||
"textFindAndReplaceAll": "Find and Replace All",
|
"textFindAndReplaceAll": "Find and Replace All",
|
||||||
"textHelp": "Help",
|
"textHelp": "Help",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textHighlight": "Highlight Results",
|
"textHighlight": "Highlight Results",
|
||||||
"textInch": "Inch",
|
"textInch": "Inch",
|
||||||
"textLastModified": "Last Modified",
|
"textLastModified": "Last Modified",
|
||||||
|
@ -288,6 +289,7 @@
|
||||||
"textLocation": "Location",
|
"textLocation": "Location",
|
||||||
"textMacrosSettings": "Macros Settings",
|
"textMacrosSettings": "Macros Settings",
|
||||||
"textNoTextFound": "Text not found",
|
"textNoTextFound": "Text not found",
|
||||||
|
"textOk": "Ok",
|
||||||
"textOwner": "Owner",
|
"textOwner": "Owner",
|
||||||
"textPoint": "Point",
|
"textPoint": "Point",
|
||||||
"textPoweredBy": "Powered By",
|
"textPoweredBy": "Powered By",
|
||||||
|
@ -297,6 +299,8 @@
|
||||||
"textPrint": "Print",
|
"textPrint": "Print",
|
||||||
"textReplace": "Replace",
|
"textReplace": "Replace",
|
||||||
"textReplaceAll": "Replace All",
|
"textReplaceAll": "Replace All",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRTL": "RTL",
|
||||||
"textSearch": "Search",
|
"textSearch": "Search",
|
||||||
"textSettings": "Settings",
|
"textSettings": "Settings",
|
||||||
"textShowNotification": "Show Notification",
|
"textShowNotification": "Show Notification",
|
||||||
|
@ -329,11 +333,7 @@
|
||||||
"txtScheme6": "Concourse",
|
"txtScheme6": "Concourse",
|
||||||
"txtScheme7": "Equity",
|
"txtScheme7": "Equity",
|
||||||
"txtScheme8": "Flow",
|
"txtScheme8": "Flow",
|
||||||
"txtScheme9": "Foundry",
|
"txtScheme9": "Foundry"
|
||||||
"textOk": "Ok",
|
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"notcriticalErrorTitle": "Warning"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Controller": {
|
"Controller": {
|
||||||
|
@ -389,6 +389,7 @@
|
||||||
"textRemember": "Remember my choice",
|
"textRemember": "Remember my choice",
|
||||||
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
||||||
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
||||||
|
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
||||||
"textYes": "Yes",
|
"textYes": "Yes",
|
||||||
"titleLicenseExp": "License expired",
|
"titleLicenseExp": "License expired",
|
||||||
"titleServerVersion": "Editor updated",
|
"titleServerVersion": "Editor updated",
|
||||||
|
@ -402,8 +403,7 @@
|
||||||
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
||||||
"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.",
|
"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.",
|
||||||
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
||||||
"warnProcessRightsChange": "You don't have permission to edit the file.",
|
"warnProcessRightsChange": "You don't have permission to edit the file."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
|
|
@ -470,15 +470,15 @@
|
||||||
"txtScheme7": "Net Değer",
|
"txtScheme7": "Net Değer",
|
||||||
"txtScheme8": "Yayılma",
|
"txtScheme8": "Yayılma",
|
||||||
"txtScheme9": "Döküm",
|
"txtScheme9": "Döküm",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textDarkTheme": "Dark Theme",
|
"textDarkTheme": "Dark Theme",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textOk": "Ok",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRTL": "RTL",
|
||||||
"txtScheme14": "Oriel",
|
"txtScheme14": "Oriel",
|
||||||
"txtScheme17": "Solstice",
|
"txtScheme17": "Solstice",
|
||||||
"txtScheme19": "Trek",
|
"txtScheme19": "Trek"
|
||||||
"textOk": "Ok",
|
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"notcriticalErrorTitle": "Warning"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -113,6 +113,7 @@
|
||||||
"textRemember": "Remember my choice",
|
"textRemember": "Remember my choice",
|
||||||
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
||||||
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
||||||
|
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
||||||
"textYes": "Yes",
|
"textYes": "Yes",
|
||||||
"titleLicenseExp": "License expired",
|
"titleLicenseExp": "License expired",
|
||||||
"titleServerVersion": "Editor updated",
|
"titleServerVersion": "Editor updated",
|
||||||
|
@ -126,8 +127,7 @@
|
||||||
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
||||||
"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.",
|
"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.",
|
||||||
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
||||||
"warnProcessRightsChange": "You don't have permission to edit the file.",
|
"warnProcessRightsChange": "You don't have permission to edit the file."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -372,6 +372,7 @@
|
||||||
"txtScheme5": "Офіційна",
|
"txtScheme5": "Офіційна",
|
||||||
"mniSlideStandard": "Standard (4:3)",
|
"mniSlideStandard": "Standard (4:3)",
|
||||||
"mniSlideWide": "Widescreen (16:9)",
|
"mniSlideWide": "Widescreen (16:9)",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textCollaboration": "Collaboration",
|
"textCollaboration": "Collaboration",
|
||||||
"textColorSchemes": "Color Schemes",
|
"textColorSchemes": "Color Schemes",
|
||||||
"textComment": "Comment",
|
"textComment": "Comment",
|
||||||
|
@ -386,11 +387,11 @@
|
||||||
"textEmail": "email:",
|
"textEmail": "email:",
|
||||||
"textEnableAll": "Enable All",
|
"textEnableAll": "Enable All",
|
||||||
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
"textEnableAllMacrosWithoutNotification": "Enable all macros without notification",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
"textFind": "Find",
|
"textFind": "Find",
|
||||||
"textFindAndReplace": "Find and Replace",
|
"textFindAndReplace": "Find and Replace",
|
||||||
"textFindAndReplaceAll": "Find and Replace All",
|
"textFindAndReplaceAll": "Find and Replace All",
|
||||||
"textHelp": "Help",
|
"textHelp": "Help",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textHighlight": "Highlight Results",
|
"textHighlight": "Highlight Results",
|
||||||
"textInch": "Inch",
|
"textInch": "Inch",
|
||||||
"textLastModified": "Last Modified",
|
"textLastModified": "Last Modified",
|
||||||
|
@ -399,6 +400,7 @@
|
||||||
"textLocation": "Location",
|
"textLocation": "Location",
|
||||||
"textMacrosSettings": "Macros Settings",
|
"textMacrosSettings": "Macros Settings",
|
||||||
"textNoTextFound": "Text not found",
|
"textNoTextFound": "Text not found",
|
||||||
|
"textOk": "Ok",
|
||||||
"textOwner": "Owner",
|
"textOwner": "Owner",
|
||||||
"textPoint": "Point",
|
"textPoint": "Point",
|
||||||
"textPoweredBy": "Powered By",
|
"textPoweredBy": "Powered By",
|
||||||
|
@ -408,6 +410,8 @@
|
||||||
"textPrint": "Print",
|
"textPrint": "Print",
|
||||||
"textReplace": "Replace",
|
"textReplace": "Replace",
|
||||||
"textReplaceAll": "Replace All",
|
"textReplaceAll": "Replace All",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
|
"textRTL": "RTL",
|
||||||
"textSearch": "Search",
|
"textSearch": "Search",
|
||||||
"textSettings": "Settings",
|
"textSettings": "Settings",
|
||||||
"textShowNotification": "Show Notification",
|
"textShowNotification": "Show Notification",
|
||||||
|
@ -437,11 +441,7 @@
|
||||||
"txtScheme6": "Concourse",
|
"txtScheme6": "Concourse",
|
||||||
"txtScheme7": "Equity",
|
"txtScheme7": "Equity",
|
||||||
"txtScheme8": "Flow",
|
"txtScheme8": "Flow",
|
||||||
"txtScheme9": "Foundry",
|
"txtScheme9": "Foundry"
|
||||||
"textOk": "Ok",
|
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"notcriticalErrorTitle": "Warning"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
|
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "產權",
|
"txtScheme7": "產權",
|
||||||
"txtScheme8": "流程",
|
"txtScheme8": "流程",
|
||||||
"txtScheme9": "鑄造廠",
|
"txtScheme9": "鑄造廠",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -474,11 +474,11 @@
|
||||||
"txtScheme7": "公平",
|
"txtScheme7": "公平",
|
||||||
"txtScheme8": "流动",
|
"txtScheme8": "流动",
|
||||||
"txtScheme9": "发现",
|
"txtScheme9": "发现",
|
||||||
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textOk": "Ok",
|
"textOk": "Ok",
|
||||||
"textRTL": "RTL",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"notcriticalErrorTitle": "Warning"
|
"textRTL": "RTL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Altuera",
|
"common.view.modals.txtHeight": "Altuera",
|
||||||
"common.view.modals.txtShare": "Partekatu esteka",
|
"common.view.modals.txtShare": "Partekatu esteka",
|
||||||
"common.view.modals.txtWidth": "Zabalera",
|
"common.view.modals.txtWidth": "Zabalera",
|
||||||
|
"common.view.SearchBar.textFind": "Bilatu",
|
||||||
"SSE.ApplicationController.convertationErrorText": "Bihurketak huts egin du.",
|
"SSE.ApplicationController.convertationErrorText": "Bihurketak huts egin du.",
|
||||||
"SSE.ApplicationController.convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
"SSE.ApplicationController.convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
||||||
"SSE.ApplicationController.criticalErrorTitle": "Errorea",
|
"SSE.ApplicationController.criticalErrorTitle": "Errorea",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Altura",
|
"common.view.modals.txtHeight": "Altura",
|
||||||
"common.view.modals.txtShare": "Partilhar ligação",
|
"common.view.modals.txtShare": "Partilhar ligação",
|
||||||
"common.view.modals.txtWidth": "Largura",
|
"common.view.modals.txtWidth": "Largura",
|
||||||
|
"common.view.SearchBar.textFind": "Localizar",
|
||||||
"SSE.ApplicationController.convertationErrorText": "Falha na conversão.",
|
"SSE.ApplicationController.convertationErrorText": "Falha na conversão.",
|
||||||
"SSE.ApplicationController.convertationTimeoutText": "Excedeu o tempo limite de conversão.",
|
"SSE.ApplicationController.convertationTimeoutText": "Excedeu o tempo limite de conversão.",
|
||||||
"SSE.ApplicationController.criticalErrorTitle": "Erro",
|
"SSE.ApplicationController.criticalErrorTitle": "Erro",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Înălțime",
|
"common.view.modals.txtHeight": "Înălțime",
|
||||||
"common.view.modals.txtShare": "Partajare link",
|
"common.view.modals.txtShare": "Partajare link",
|
||||||
"common.view.modals.txtWidth": "Lățime",
|
"common.view.modals.txtWidth": "Lățime",
|
||||||
|
"common.view.SearchBar.textFind": "Găsire",
|
||||||
"SSE.ApplicationController.convertationErrorText": "Conversia nu a reușit.",
|
"SSE.ApplicationController.convertationErrorText": "Conversia nu a reușit.",
|
||||||
"SSE.ApplicationController.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
"SSE.ApplicationController.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
||||||
"SSE.ApplicationController.criticalErrorTitle": "Eroare",
|
"SSE.ApplicationController.criticalErrorTitle": "Eroare",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Высота",
|
"common.view.modals.txtHeight": "Высота",
|
||||||
"common.view.modals.txtShare": "Поделиться ссылкой",
|
"common.view.modals.txtShare": "Поделиться ссылкой",
|
||||||
"common.view.modals.txtWidth": "Ширина",
|
"common.view.modals.txtWidth": "Ширина",
|
||||||
|
"common.view.SearchBar.textFind": "Поиск",
|
||||||
"SSE.ApplicationController.convertationErrorText": "Конвертация не удалась.",
|
"SSE.ApplicationController.convertationErrorText": "Конвертация не удалась.",
|
||||||
"SSE.ApplicationController.convertationTimeoutText": "Превышено время ожидания конвертации.",
|
"SSE.ApplicationController.convertationTimeoutText": "Превышено время ожидания конвертации.",
|
||||||
"SSE.ApplicationController.criticalErrorTitle": "Ошибка",
|
"SSE.ApplicationController.criticalErrorTitle": "Ошибка",
|
||||||
|
|
|
@ -710,8 +710,8 @@
|
||||||
"SSE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
"SSE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
||||||
"SSE.Controllers.Main.errorDeleteColumnContainsLockedCell": "You are trying to delete a column that contains a locked cell. Locked cells cannot be deleted while the worksheet is protected.<br>To delete a locked cell, unprotect the sheet. You might be requested to enter a password.",
|
"SSE.Controllers.Main.errorDeleteColumnContainsLockedCell": "You are trying to delete a column that contains a locked cell. Locked cells cannot be deleted while the worksheet is protected.<br>To delete a locked cell, unprotect the sheet. You might be requested to enter a password.",
|
||||||
"SSE.Controllers.Main.errorDeleteRowContainsLockedCell": "You are trying to delete a row that contains a locked cell. Locked cells cannot be deleted while the worksheet is protected.<br>To delete a locked cell, unprotect the sheet. You might be requested to enter a password.",
|
"SSE.Controllers.Main.errorDeleteRowContainsLockedCell": "You are trying to delete a row that contains a locked cell. Locked cells cannot be deleted while the worksheet is protected.<br>To delete a locked cell, unprotect the sheet. You might be requested to enter a password.",
|
||||||
"SSE.Controllers.Main.errorEditingDownloadas": "An error occurred during the work with the document.<br>Use the 'Download as...' option to save the file backup copy to your computer hard drive.",
|
"SSE.Controllers.Main.errorEditingDownloadas": "An error occurred during the work with the document.<br>Use the 'Download as...' option to save the file backup copy to a drive.",
|
||||||
"SSE.Controllers.Main.errorEditingSaveas": "An error occurred during the work with the document.<br>Use the 'Save as...' option to save the file backup copy to your computer hard drive.",
|
"SSE.Controllers.Main.errorEditingSaveas": "An error occurred during the work with the document.<br>Use the 'Save as...' option to save the file backup copy to a drive.",
|
||||||
"SSE.Controllers.Main.errorEditView": "The existing sheet view cannot be edited and the new ones cannot be created at the moment as some of them are being edited.",
|
"SSE.Controllers.Main.errorEditView": "The existing sheet view cannot be edited and the new ones cannot be created at the moment as some of them are being edited.",
|
||||||
"SSE.Controllers.Main.errorEmailClient": "No email client could be found.",
|
"SSE.Controllers.Main.errorEmailClient": "No email client could be found.",
|
||||||
"SSE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.",
|
"SSE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.",
|
||||||
|
@ -719,7 +719,7 @@
|
||||||
"SSE.Controllers.Main.errorFileSizeExceed": "The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details.",
|
"SSE.Controllers.Main.errorFileSizeExceed": "The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details.",
|
||||||
"SSE.Controllers.Main.errorFileVKey": "External error.<br>Incorrect security key. Please contact support in case the error persists.",
|
"SSE.Controllers.Main.errorFileVKey": "External error.<br>Incorrect security key. Please contact support in case the error persists.",
|
||||||
"SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells.<br>All the merged cells need to be the same size.",
|
"SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells.<br>All the merged cells need to be the same size.",
|
||||||
"SSE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.",
|
"SSE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to a drive or try again later.",
|
||||||
"SSE.Controllers.Main.errorFormulaName": "An error in the entered formula.<br>Incorrect formula name is used.",
|
"SSE.Controllers.Main.errorFormulaName": "An error in the entered formula.<br>Incorrect formula name is used.",
|
||||||
"SSE.Controllers.Main.errorFormulaParsing": "Internal error while parsing the formula.",
|
"SSE.Controllers.Main.errorFormulaParsing": "Internal error while parsing the formula.",
|
||||||
"SSE.Controllers.Main.errorFrmlMaxLength": "The length of your formula exceeds the limit of 8192 characters.<br>Please edit it and try again.",
|
"SSE.Controllers.Main.errorFrmlMaxLength": "The length of your formula exceeds the limit of 8192 characters.<br>Please edit it and try again.",
|
||||||
|
@ -2118,11 +2118,7 @@
|
||||||
"SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Change access rights",
|
"SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Change access rights",
|
||||||
"SSE.Views.FileMenuPanels.DocumentRights.txtRights": "Persons who have rights",
|
"SSE.Views.FileMenuPanels.DocumentRights.txtRights": "Persons who have rights",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Apply",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Apply",
|
||||||
"del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strAutoRecover": "Turn on autorecover",
|
|
||||||
"del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strAutosave": "Turn on autosave",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Co-editing Mode",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Co-editing Mode",
|
||||||
"del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthModeDescFast": "Other users will see your changes at once",
|
|
||||||
"del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthModeDescStrict": "You will need to accept changes before you can see them",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Decimal separator",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Decimal separator",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDictionaryLanguage": "Dictionary language",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDictionaryLanguage": "Dictionary language",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Fast",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Fast",
|
||||||
|
@ -2132,16 +2128,12 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Example: SUM; MIN; MAX; COUNT",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Example: SUM; MIN; MAX; COUNT",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsInUPPERCASE": "Ignore words in UPPERCASE",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsInUPPERCASE": "Ignore words in UPPERCASE",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsWithNumbers": "Ignore words with numbers",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsWithNumbers": "Ignore words with numbers",
|
||||||
"del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strLiveComment": "Turn on display of the comments",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Macros Settings",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Macros Settings",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Cut, copy and paste",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Cut, copy and paste",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Show the Paste Options button when the content is pasted",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Show the Paste Options button when the content is pasted",
|
||||||
"del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strR1C1": "Turn on R1C1 style",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strReferenceStyle": "R1C1 reference style",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strReferenceStyle": "R1C1 reference style",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Regional Settings",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Regional Settings",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Example: ",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Example: ",
|
||||||
"del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strResolvedComment": "Turn on display of the resolved comments",
|
|
||||||
"del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strSeparator": "Separator",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowComments": "Show comments in sheet",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowComments": "Show comments in sheet",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "Show resolved comments",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "Show resolved comments",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Strict",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Strict",
|
||||||
|
@ -2183,7 +2175,6 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italian",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italian",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japanese",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japanese",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Korean",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Korean",
|
||||||
"del_SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Commenting Display",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Lao",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Lao",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Latvian",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Latvian",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "as OS X",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "as OS X",
|
||||||
|
@ -2216,12 +2207,6 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "as Windows",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "as Windows",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWorkspace": "Workspace",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWorkspace": "Workspace",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Chinese",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Chinese",
|
||||||
"del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.okButtonText": "Apply",
|
|
||||||
"del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.strDictionaryLanguage": "Dictionary language",
|
|
||||||
"del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.strIgnoreWordsInUPPERCASE": "Ignore words in UPPERCASE",
|
|
||||||
"del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.strIgnoreWordsWithNumbers": "Ignore words with numbers",
|
|
||||||
"del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.txtAutoCorrect": "AutoCorrect options...",
|
|
||||||
"del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.txtProofing": "Proofing",
|
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Warning",
|
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Warning",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "With password",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "With password",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Spreadsheet",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Spreadsheet",
|
||||||
|
@ -2233,9 +2218,6 @@
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures have been added to the spreadsheet. The spreadsheet is protected from editing.",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures have been added to the spreadsheet. The spreadsheet is protected from editing.",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in spreadsheet are invalid or could not be verified. The spreadsheet is protected from editing.",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in spreadsheet are invalid or could not be verified. The spreadsheet is protected from editing.",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
||||||
"del_SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
|
|
||||||
"del_SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Page Settings",
|
|
||||||
"del_SSE.Views.FileMenuPanels.Settings.txtSpellChecking": "Spell checking",
|
|
||||||
"SSE.Views.FormatRulesEditDlg.fillColor": "Fill color",
|
"SSE.Views.FormatRulesEditDlg.fillColor": "Fill color",
|
||||||
"SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Warning",
|
"SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Warning",
|
||||||
"SSE.Views.FormatRulesEditDlg.text2Scales": "2 Color scale",
|
"SSE.Views.FormatRulesEditDlg.text2Scales": "2 Color scale",
|
||||||
|
@ -3198,11 +3180,11 @@
|
||||||
"SSE.Views.Spellcheck.textIgnore": "Ignore",
|
"SSE.Views.Spellcheck.textIgnore": "Ignore",
|
||||||
"SSE.Views.Spellcheck.textIgnoreAll": "Ignore All",
|
"SSE.Views.Spellcheck.textIgnoreAll": "Ignore All",
|
||||||
"SSE.Views.Spellcheck.txtAddToDictionary": "Add To Dictionary",
|
"SSE.Views.Spellcheck.txtAddToDictionary": "Add To Dictionary",
|
||||||
|
"SSE.Views.Spellcheck.txtClosePanel": "Close spelling",
|
||||||
"SSE.Views.Spellcheck.txtComplete": "Spellcheck has been completed",
|
"SSE.Views.Spellcheck.txtComplete": "Spellcheck has been completed",
|
||||||
"SSE.Views.Spellcheck.txtDictionaryLanguage": "Dictionary Language",
|
"SSE.Views.Spellcheck.txtDictionaryLanguage": "Dictionary Language",
|
||||||
"SSE.Views.Spellcheck.txtNextTip": "Go to the next word",
|
"SSE.Views.Spellcheck.txtNextTip": "Go to the next word",
|
||||||
"SSE.Views.Spellcheck.txtSpelling": "Spelling",
|
"SSE.Views.Spellcheck.txtSpelling": "Spelling",
|
||||||
"SSE.Views.Spellcheck.txtClosePanel": "Close spelling",
|
|
||||||
"SSE.Views.Statusbar.CopyDialog.itemCopyToEnd": "(Copy to end)",
|
"SSE.Views.Statusbar.CopyDialog.itemCopyToEnd": "(Copy to end)",
|
||||||
"SSE.Views.Statusbar.CopyDialog.itemMoveToEnd": "(Move to end)",
|
"SSE.Views.Statusbar.CopyDialog.itemMoveToEnd": "(Move to end)",
|
||||||
"SSE.Views.Statusbar.CopyDialog.textCopyBefore": "Paste before sheet",
|
"SSE.Views.Statusbar.CopyDialog.textCopyBefore": "Paste before sheet",
|
||||||
|
@ -3399,10 +3381,13 @@
|
||||||
"SSE.Views.Toolbar.textDelUp": "Shift Cells Up",
|
"SSE.Views.Toolbar.textDelUp": "Shift Cells Up",
|
||||||
"SSE.Views.Toolbar.textDiagDownBorder": "Diagonal Down Border",
|
"SSE.Views.Toolbar.textDiagDownBorder": "Diagonal Down Border",
|
||||||
"SSE.Views.Toolbar.textDiagUpBorder": "Diagonal Up Border",
|
"SSE.Views.Toolbar.textDiagUpBorder": "Diagonal Up Border",
|
||||||
|
"SSE.Views.Toolbar.textDone": "Done",
|
||||||
|
"SSE.Views.Toolbar.textEditVA": "Edit Visible Area",
|
||||||
"SSE.Views.Toolbar.textEntireCol": "Entire Column",
|
"SSE.Views.Toolbar.textEntireCol": "Entire Column",
|
||||||
"SSE.Views.Toolbar.textEntireRow": "Entire Row",
|
"SSE.Views.Toolbar.textEntireRow": "Entire Row",
|
||||||
"SSE.Views.Toolbar.textFewPages": "pages",
|
"SSE.Views.Toolbar.textFewPages": "pages",
|
||||||
"SSE.Views.Toolbar.textHeight": "Height",
|
"SSE.Views.Toolbar.textHeight": "Height",
|
||||||
|
"SSE.Views.Toolbar.textHideVA": "Hide Visible Area",
|
||||||
"SSE.Views.Toolbar.textHorizontal": "Horizontal Text",
|
"SSE.Views.Toolbar.textHorizontal": "Horizontal Text",
|
||||||
"SSE.Views.Toolbar.textInsDown": "Shift Cells Down",
|
"SSE.Views.Toolbar.textInsDown": "Shift Cells Down",
|
||||||
"SSE.Views.Toolbar.textInsideBorders": "Inside Borders",
|
"SSE.Views.Toolbar.textInsideBorders": "Inside Borders",
|
||||||
|
@ -3492,6 +3477,7 @@
|
||||||
"SSE.Views.Toolbar.tipFontColor": "Font color",
|
"SSE.Views.Toolbar.tipFontColor": "Font color",
|
||||||
"SSE.Views.Toolbar.tipFontName": "Font",
|
"SSE.Views.Toolbar.tipFontName": "Font",
|
||||||
"SSE.Views.Toolbar.tipFontSize": "Font size",
|
"SSE.Views.Toolbar.tipFontSize": "Font size",
|
||||||
|
"SSE.Views.Toolbar.tipHAligh": "Horizontal Align",
|
||||||
"SSE.Views.Toolbar.tipImgAlign": "Align objects",
|
"SSE.Views.Toolbar.tipImgAlign": "Align objects",
|
||||||
"SSE.Views.Toolbar.tipImgGroup": "Group objects",
|
"SSE.Views.Toolbar.tipImgGroup": "Group objects",
|
||||||
"SSE.Views.Toolbar.tipIncDecimal": "Increase decimal",
|
"SSE.Views.Toolbar.tipIncDecimal": "Increase decimal",
|
||||||
|
@ -3527,8 +3513,11 @@
|
||||||
"SSE.Views.Toolbar.tipSendBackward": "Send backward",
|
"SSE.Views.Toolbar.tipSendBackward": "Send backward",
|
||||||
"SSE.Views.Toolbar.tipSendForward": "Bring forward",
|
"SSE.Views.Toolbar.tipSendForward": "Bring forward",
|
||||||
"SSE.Views.Toolbar.tipSynchronize": "The document has been changed by another user. Please click to save your changes and reload the updates.",
|
"SSE.Views.Toolbar.tipSynchronize": "The document has been changed by another user. Please click to save your changes and reload the updates.",
|
||||||
|
"SSE.Views.Toolbar.tipTextFormatting": "More text formatting tools",
|
||||||
"SSE.Views.Toolbar.tipTextOrientation": "Orientation",
|
"SSE.Views.Toolbar.tipTextOrientation": "Orientation",
|
||||||
"SSE.Views.Toolbar.tipUndo": "Undo",
|
"SSE.Views.Toolbar.tipUndo": "Undo",
|
||||||
|
"SSE.Views.Toolbar.tipVAligh": "Vertical Align",
|
||||||
|
"SSE.Views.Toolbar.tipVisibleArea": "Visible area",
|
||||||
"SSE.Views.Toolbar.tipWrap": "Wrap text",
|
"SSE.Views.Toolbar.tipWrap": "Wrap text",
|
||||||
"SSE.Views.Toolbar.txtAccounting": "Accounting",
|
"SSE.Views.Toolbar.txtAccounting": "Accounting",
|
||||||
"SSE.Views.Toolbar.txtAdditional": "Additional",
|
"SSE.Views.Toolbar.txtAdditional": "Additional",
|
||||||
|
@ -3600,13 +3589,6 @@
|
||||||
"SSE.Views.Toolbar.txtTime": "Time",
|
"SSE.Views.Toolbar.txtTime": "Time",
|
||||||
"SSE.Views.Toolbar.txtUnmerge": "Unmerge Cells",
|
"SSE.Views.Toolbar.txtUnmerge": "Unmerge Cells",
|
||||||
"SSE.Views.Toolbar.txtYen": "¥ Yen",
|
"SSE.Views.Toolbar.txtYen": "¥ Yen",
|
||||||
"SSE.Views.Toolbar.textHideVA": "Hide Visible Area",
|
|
||||||
"SSE.Views.Toolbar.textEditVA": "Edit Visible Area",
|
|
||||||
"SSE.Views.Toolbar.tipVisibleArea": "Visible area",
|
|
||||||
"SSE.Views.Toolbar.textDone": "Done",
|
|
||||||
"SSE.Views.Toolbar.tipTextFormatting": "More text formatting tools",
|
|
||||||
"SSE.Views.Toolbar.tipHAligh": "Horizontal Align",
|
|
||||||
"SSE.Views.Toolbar.tipVAligh": "Vertical Align",
|
|
||||||
"SSE.Views.Top10FilterDialog.textType": "Show",
|
"SSE.Views.Top10FilterDialog.textType": "Show",
|
||||||
"SSE.Views.Top10FilterDialog.txtBottom": "Bottom",
|
"SSE.Views.Top10FilterDialog.txtBottom": "Bottom",
|
||||||
"SSE.Views.Top10FilterDialog.txtBy": "by",
|
"SSE.Views.Top10FilterDialog.txtBy": "by",
|
||||||
|
|
|
@ -116,6 +116,11 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Kolorerik ez",
|
"Common.UI.HSBColorPicker.textNoColor": "Kolorerik ez",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ezkutatu pasahitza",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ezkutatu pasahitza",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Erakutsi pasahitza",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Erakutsi pasahitza",
|
||||||
|
"Common.UI.SearchBar.textFind": "Bilatu",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Itxi bilaketa",
|
||||||
|
"Common.UI.SearchBar.tipNextResult": "Hurrengo emaitza",
|
||||||
|
"Common.UI.SearchBar.tipOpenAdvancedSettings": "Ireki ezarpen aurreratuak",
|
||||||
|
"Common.UI.SearchBar.tipPreviousResult": "Aurreko emaitza",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Nabarmendu emaitzak",
|
"Common.UI.SearchDialog.textHighlight": "Nabarmendu emaitzak",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "Bereizi maiuskulak eta minuskulak",
|
"Common.UI.SearchDialog.textMatchCase": "Bereizi maiuskulak eta minuskulak",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Idatzi ordezko testua",
|
"Common.UI.SearchDialog.textReplaceDef": "Idatzi ordezko testua",
|
||||||
|
@ -128,11 +133,13 @@
|
||||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Ordeztu guztia",
|
"Common.UI.SearchDialog.txtBtnReplaceAll": "Ordeztu guztia",
|
||||||
"Common.UI.SynchronizeTip.textDontShow": "Ez erakutsi mezu hau berriro",
|
"Common.UI.SynchronizeTip.textDontShow": "Ez erakutsi mezu hau berriro",
|
||||||
"Common.UI.SynchronizeTip.textSynchronize": "Dokumentua beste erabiltzaile batek aldatu du.<br>Egin klik zure aldaketak gorde eta eguneratzeak berriz kargatzeko.",
|
"Common.UI.SynchronizeTip.textSynchronize": "Dokumentua beste erabiltzaile batek aldatu du.<br>Egin klik zure aldaketak gorde eta eguneratzeak berriz kargatzeko.",
|
||||||
|
"Common.UI.ThemeColorPalette.textRecentColors": "Azkena erabilitako koloreak",
|
||||||
"Common.UI.ThemeColorPalette.textStandartColors": "Kolore estandarrak",
|
"Common.UI.ThemeColorPalette.textStandartColors": "Kolore estandarrak",
|
||||||
"Common.UI.ThemeColorPalette.textThemeColors": "Itxuraren koloreak",
|
"Common.UI.ThemeColorPalette.textThemeColors": "Itxuraren koloreak",
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Klasiko argia",
|
"Common.UI.Themes.txtThemeClassicLight": "Klasiko argia",
|
||||||
"Common.UI.Themes.txtThemeDark": "Iluna",
|
"Common.UI.Themes.txtThemeDark": "Iluna",
|
||||||
"Common.UI.Themes.txtThemeLight": "Argia",
|
"Common.UI.Themes.txtThemeLight": "Argia",
|
||||||
|
"Common.UI.Themes.txtThemeSystem": "Sistemako berdina",
|
||||||
"Common.UI.Window.cancelButtonText": "Utzi",
|
"Common.UI.Window.cancelButtonText": "Utzi",
|
||||||
"Common.UI.Window.closeButtonText": "Itxi",
|
"Common.UI.Window.closeButtonText": "Itxi",
|
||||||
"Common.UI.Window.noButtonText": "Ez",
|
"Common.UI.Window.noButtonText": "Ez",
|
||||||
|
@ -158,7 +165,6 @@
|
||||||
"Common.Views.AutoCorrectDialog.textAutoFormat": "Ezarri formatu automatikoa idatzi ahala",
|
"Common.Views.AutoCorrectDialog.textAutoFormat": "Ezarri formatu automatikoa idatzi ahala",
|
||||||
"Common.Views.AutoCorrectDialog.textBy": "Nork",
|
"Common.Views.AutoCorrectDialog.textBy": "Nork",
|
||||||
"Common.Views.AutoCorrectDialog.textDelete": "Ezabatu",
|
"Common.Views.AutoCorrectDialog.textDelete": "Ezabatu",
|
||||||
"Common.Views.AutoCorrectDialog.textFLSentence": "Bihurtu maiuskula esaldien lehen letra",
|
|
||||||
"Common.Views.AutoCorrectDialog.textHyperlink": "Internet eta sareko bideak hiperestekekin",
|
"Common.Views.AutoCorrectDialog.textHyperlink": "Internet eta sareko bideak hiperestekekin",
|
||||||
"Common.Views.AutoCorrectDialog.textMathCorrect": "Matematikako zuzenketa automatikoa",
|
"Common.Views.AutoCorrectDialog.textMathCorrect": "Matematikako zuzenketa automatikoa",
|
||||||
"Common.Views.AutoCorrectDialog.textNewRowCol": "Sartu errenkada eta zutabe berriak taulan",
|
"Common.Views.AutoCorrectDialog.textNewRowCol": "Sartu errenkada eta zutabe berriak taulan",
|
||||||
|
@ -226,6 +232,7 @@
|
||||||
"Common.Views.Header.textSaveChanged": "Aldatua",
|
"Common.Views.Header.textSaveChanged": "Aldatua",
|
||||||
"Common.Views.Header.textSaveEnd": "Aldaketa guztiak gordeta",
|
"Common.Views.Header.textSaveEnd": "Aldaketa guztiak gordeta",
|
||||||
"Common.Views.Header.textSaveExpander": "Aldaketa guztiak gordeta",
|
"Common.Views.Header.textSaveExpander": "Aldaketa guztiak gordeta",
|
||||||
|
"Common.Views.Header.textShare": "Partekatu",
|
||||||
"Common.Views.Header.textZoom": "Zooma",
|
"Common.Views.Header.textZoom": "Zooma",
|
||||||
"Common.Views.Header.tipAccessRights": "Kudeatu dokumentuaren sarbide-eskubideak",
|
"Common.Views.Header.tipAccessRights": "Kudeatu dokumentuaren sarbide-eskubideak",
|
||||||
"Common.Views.Header.tipDownload": "Deskargatu fitxategia",
|
"Common.Views.Header.tipDownload": "Deskargatu fitxategia",
|
||||||
|
@ -233,8 +240,10 @@
|
||||||
"Common.Views.Header.tipPrint": "Inprimatu fitxategia",
|
"Common.Views.Header.tipPrint": "Inprimatu fitxategia",
|
||||||
"Common.Views.Header.tipRedo": "Berregin",
|
"Common.Views.Header.tipRedo": "Berregin",
|
||||||
"Common.Views.Header.tipSave": "Gorde",
|
"Common.Views.Header.tipSave": "Gorde",
|
||||||
|
"Common.Views.Header.tipSearch": "Bilatu",
|
||||||
"Common.Views.Header.tipUndo": "Desegin",
|
"Common.Views.Header.tipUndo": "Desegin",
|
||||||
"Common.Views.Header.tipUndock": "Desatrakatu leiho independente batera",
|
"Common.Views.Header.tipUndock": "Desatrakatu leiho independente batera",
|
||||||
|
"Common.Views.Header.tipUsers": "Ikusi erabiltzaileak",
|
||||||
"Common.Views.Header.tipViewSettings": "Ikusi ezarpenak",
|
"Common.Views.Header.tipViewSettings": "Ikusi ezarpenak",
|
||||||
"Common.Views.Header.tipViewUsers": "Ikusi erabiltzaileak eta kudeatu dokumentuaren sarbide-eskubideak",
|
"Common.Views.Header.tipViewUsers": "Ikusi erabiltzaileak eta kudeatu dokumentuaren sarbide-eskubideak",
|
||||||
"Common.Views.Header.txtAccessRights": "Aldatu sarbide-eskubideak",
|
"Common.Views.Header.txtAccessRights": "Aldatu sarbide-eskubideak",
|
||||||
|
@ -376,6 +385,38 @@
|
||||||
"Common.Views.ReviewPopover.txtEditTip": "Editatu",
|
"Common.Views.ReviewPopover.txtEditTip": "Editatu",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "Kargatzen",
|
"Common.Views.SaveAsDlg.textLoading": "Kargatzen",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Karpeta gordetzeko",
|
"Common.Views.SaveAsDlg.textTitle": "Karpeta gordetzeko",
|
||||||
|
"Common.Views.SearchPanel.textByColumns": "Zutabeka",
|
||||||
|
"Common.Views.SearchPanel.textByRows": "Errenkadaka",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "Bereizi maiuskulak eta minuskulak",
|
||||||
|
"Common.Views.SearchPanel.textCell": "Gelaxka",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Itxi bilaketa",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Bilatu",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Bilatu eta ordeztu",
|
||||||
|
"Common.Views.SearchPanel.textFormula": "Formula",
|
||||||
|
"Common.Views.SearchPanel.textFormulas": "Formulak",
|
||||||
|
"Common.Views.SearchPanel.textItemEntireCell": "Gelaxkaren eduki osoa",
|
||||||
|
"Common.Views.SearchPanel.textLookIn": "Begiratu hemen",
|
||||||
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Egin bilaketak adierazpen erregularrak erabiliz",
|
||||||
|
"Common.Views.SearchPanel.textName": "Izena",
|
||||||
|
"Common.Views.SearchPanel.textNoMatches": "Ez dago bat datorrenik",
|
||||||
|
"Common.Views.SearchPanel.textNoSearchResults": "Ez dago bilaketaren emaitzarik",
|
||||||
|
"Common.Views.SearchPanel.textReplace": "Ordeztu",
|
||||||
|
"Common.Views.SearchPanel.textReplaceAll": "Ordeztu guztia",
|
||||||
|
"Common.Views.SearchPanel.textReplaceWith": "Ordeztu honekin",
|
||||||
|
"Common.Views.SearchPanel.textSearch": "Bilatu",
|
||||||
|
"Common.Views.SearchPanel.textSearchOptions": "Bilaketa aukerak",
|
||||||
|
"Common.Views.SearchPanel.textSearchResults": "Bilaketaren emaitzak: {0}{1}",
|
||||||
|
"Common.Views.SearchPanel.textSelectDataRange": "Hautatu datuen barrutia",
|
||||||
|
"Common.Views.SearchPanel.textSheet": "Orria",
|
||||||
|
"Common.Views.SearchPanel.textSpecificRange": "Barruti zehatza",
|
||||||
|
"Common.Views.SearchPanel.textTooManyResults": "Emaitza gehiegi daude hemen erakusteko",
|
||||||
|
"Common.Views.SearchPanel.textValue": "Balioa",
|
||||||
|
"Common.Views.SearchPanel.textValues": "Balioak",
|
||||||
|
"Common.Views.SearchPanel.textWholeWords": "Hitz osoak soilik",
|
||||||
|
"Common.Views.SearchPanel.textWithin": "Honen barnean",
|
||||||
|
"Common.Views.SearchPanel.textWorkbook": "Laneko liburua",
|
||||||
|
"Common.Views.SearchPanel.tipNextResult": "Hurrengo emaitza",
|
||||||
|
"Common.Views.SearchPanel.tipPreviousResult": "Aurreko emaitza",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Kargatzen",
|
"Common.Views.SelectFileDlg.textLoading": "Kargatzen",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Hautatu datu-iturburua",
|
"Common.Views.SelectFileDlg.textTitle": "Hautatu datu-iturburua",
|
||||||
"Common.Views.SignDialog.textBold": "Lodia",
|
"Common.Views.SignDialog.textBold": "Lodia",
|
||||||
|
@ -785,8 +826,10 @@
|
||||||
"SSE.Controllers.Main.textPleaseWait": "Eragiketak uste baino denbora gehiago har dezake. Mesedez itxaron...",
|
"SSE.Controllers.Main.textPleaseWait": "Eragiketak uste baino denbora gehiago har dezake. Mesedez itxaron...",
|
||||||
"SSE.Controllers.Main.textReconnect": "Konexioa berrezarrita",
|
"SSE.Controllers.Main.textReconnect": "Konexioa berrezarrita",
|
||||||
"SSE.Controllers.Main.textRemember": "Gogoratu nire aukera fitxategi guztientzat",
|
"SSE.Controllers.Main.textRemember": "Gogoratu nire aukera fitxategi guztientzat",
|
||||||
|
"SSE.Controllers.Main.textRememberMacros": "Gogoratu nire aukera makro guztientzat",
|
||||||
"SSE.Controllers.Main.textRenameError": "Erabiltzaile-izenak ezin du hutsik egon.",
|
"SSE.Controllers.Main.textRenameError": "Erabiltzaile-izenak ezin du hutsik egon.",
|
||||||
"SSE.Controllers.Main.textRenameLabel": "Idatzi izen bat elkarlanean erabiltzeko",
|
"SSE.Controllers.Main.textRenameLabel": "Idatzi izen bat elkarlanean erabiltzeko",
|
||||||
|
"SSE.Controllers.Main.textRequestMacros": "Makro batek URL baterako eskaera egiten du. %1 URL-rako eskaera onartu nahi duzu?",
|
||||||
"SSE.Controllers.Main.textShape": "Forma",
|
"SSE.Controllers.Main.textShape": "Forma",
|
||||||
"SSE.Controllers.Main.textStrict": "Modu zorrotza",
|
"SSE.Controllers.Main.textStrict": "Modu zorrotza",
|
||||||
"SSE.Controllers.Main.textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.<br>Egin klik 'Modu zorrotza' botoian fitxategia batera editatzeko modu zorrotzera aldatzeko, fitxategia beste erabiltzaileen interferentziarik gabe editatu eta aldaketak gordetzen dituzunean soilik bidaltzeko. Batera editatzeko modua Ezarpen aurreratuetan aukeratu dezakezu.",
|
"SSE.Controllers.Main.textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.<br>Egin klik 'Modu zorrotza' botoian fitxategia batera editatzeko modu zorrotzera aldatzeko, fitxategia beste erabiltzaileen interferentziarik gabe editatu eta aldaketak gordetzen dituzunean soilik bidaltzeko. Batera editatzeko modua Ezarpen aurreratuetan aukeratu dezakezu.",
|
||||||
|
@ -1072,6 +1115,10 @@
|
||||||
"SSE.Controllers.Print.textWarning": "Abisua",
|
"SSE.Controllers.Print.textWarning": "Abisua",
|
||||||
"SSE.Controllers.Print.txtCustom": "Pertsonalizatua",
|
"SSE.Controllers.Print.txtCustom": "Pertsonalizatua",
|
||||||
"SSE.Controllers.Print.warnCheckMargings": "Marjinak okerrak dira",
|
"SSE.Controllers.Print.warnCheckMargings": "Marjinak okerrak dira",
|
||||||
|
"SSE.Controllers.Search.textInvalidRange": "ERROREA! Gelaxka-barruti baliogabea",
|
||||||
|
"SSE.Controllers.Search.textNoTextFound": "Bilatu duzun datua ezin izan da aurkitu. Doitu bilaketaren ezarpenak.",
|
||||||
|
"SSE.Controllers.Search.textReplaceSkipped": "Ordezkapena burutu da. {0} agerraldi saltatu dira.",
|
||||||
|
"SSE.Controllers.Search.textReplaceSuccess": "Bilaketa burutu da. {0} agerraldi ordeztu dira",
|
||||||
"SSE.Controllers.Statusbar.errorLastSheet": "Laneko liburuak gutxienez ikusgai dagoen kalkulu-orri bat izan behar du.",
|
"SSE.Controllers.Statusbar.errorLastSheet": "Laneko liburuak gutxienez ikusgai dagoen kalkulu-orri bat izan behar du.",
|
||||||
"SSE.Controllers.Statusbar.errorRemoveSheet": "Ezin da lan-orria ezabatu.",
|
"SSE.Controllers.Statusbar.errorRemoveSheet": "Ezin da lan-orria ezabatu.",
|
||||||
"SSE.Controllers.Statusbar.strSheet": "Orria",
|
"SSE.Controllers.Statusbar.strSheet": "Orria",
|
||||||
|
@ -1578,6 +1625,7 @@
|
||||||
"SSE.Views.ChartDataRangeDialog.txtValues": "Balioak",
|
"SSE.Views.ChartDataRangeDialog.txtValues": "Balioak",
|
||||||
"SSE.Views.ChartDataRangeDialog.txtXValues": "X balioak",
|
"SSE.Views.ChartDataRangeDialog.txtXValues": "X balioak",
|
||||||
"SSE.Views.ChartDataRangeDialog.txtYValues": "Y balioak",
|
"SSE.Views.ChartDataRangeDialog.txtYValues": "Y balioak",
|
||||||
|
"SSE.Views.ChartSettings.errorMaxRows": "Diagrama bakoitzak gehienez ere 255 datu-serie izan ditzake.",
|
||||||
"SSE.Views.ChartSettings.strLineWeight": "Lerroaren lodiera",
|
"SSE.Views.ChartSettings.strLineWeight": "Lerroaren lodiera",
|
||||||
"SSE.Views.ChartSettings.strSparkColor": "Kolorea",
|
"SSE.Views.ChartSettings.strSparkColor": "Kolorea",
|
||||||
"SSE.Views.ChartSettings.strTemplate": "Txantiloia",
|
"SSE.Views.ChartSettings.strTemplate": "Txantiloia",
|
||||||
|
@ -1599,6 +1647,7 @@
|
||||||
"SSE.Views.ChartSettings.textShow": "Erakutsi",
|
"SSE.Views.ChartSettings.textShow": "Erakutsi",
|
||||||
"SSE.Views.ChartSettings.textSize": "Tamaina",
|
"SSE.Views.ChartSettings.textSize": "Tamaina",
|
||||||
"SSE.Views.ChartSettings.textStyle": "Estiloa",
|
"SSE.Views.ChartSettings.textStyle": "Estiloa",
|
||||||
|
"SSE.Views.ChartSettings.textSwitch": "Aldatu errenkada/zutabea",
|
||||||
"SSE.Views.ChartSettings.textType": "Mota",
|
"SSE.Views.ChartSettings.textType": "Mota",
|
||||||
"SSE.Views.ChartSettings.textWidth": "Zabalera",
|
"SSE.Views.ChartSettings.textWidth": "Zabalera",
|
||||||
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "ERROREA! Diagrama bakoitzak gehienez ere 4096 datu-puntu izan ditzake.",
|
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "ERROREA! Diagrama bakoitzak gehienez ere 4096 datu-puntu izan ditzake.",
|
||||||
|
@ -1616,6 +1665,7 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textAxisPos": "Ardatzaren kokalekua",
|
"SSE.Views.ChartSettingsDlg.textAxisPos": "Ardatzaren kokalekua",
|
||||||
"SSE.Views.ChartSettingsDlg.textAxisSettings": "Ardatzaren ezarpenak",
|
"SSE.Views.ChartSettingsDlg.textAxisSettings": "Ardatzaren ezarpenak",
|
||||||
"SSE.Views.ChartSettingsDlg.textAxisTitle": "Izenburua",
|
"SSE.Views.ChartSettingsDlg.textAxisTitle": "Izenburua",
|
||||||
|
"SSE.Views.ChartSettingsDlg.textBase": "Oinarria",
|
||||||
"SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Marken artean",
|
"SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Marken artean",
|
||||||
"SSE.Views.ChartSettingsDlg.textBillions": "Mila milioi",
|
"SSE.Views.ChartSettingsDlg.textBillions": "Mila milioi",
|
||||||
"SSE.Views.ChartSettingsDlg.textBottom": "Behean",
|
"SSE.Views.ChartSettingsDlg.textBottom": "Behean",
|
||||||
|
@ -1627,9 +1677,7 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textCustom": "Pertsonalizatua",
|
"SSE.Views.ChartSettingsDlg.textCustom": "Pertsonalizatua",
|
||||||
"SSE.Views.ChartSettingsDlg.textDataColumns": "zutabeetan",
|
"SSE.Views.ChartSettingsDlg.textDataColumns": "zutabeetan",
|
||||||
"SSE.Views.ChartSettingsDlg.textDataLabels": "Datu-etiketak",
|
"SSE.Views.ChartSettingsDlg.textDataLabels": "Datu-etiketak",
|
||||||
"SSE.Views.ChartSettingsDlg.textDataRange": "Datu-barrutia",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textDataRows": "errenkadetan",
|
"SSE.Views.ChartSettingsDlg.textDataRows": "errenkadetan",
|
||||||
"SSE.Views.ChartSettingsDlg.textDataSeries": "Datu-serieak",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textDisplayLegend": "Bistaratu legenda",
|
"SSE.Views.ChartSettingsDlg.textDisplayLegend": "Bistaratu legenda",
|
||||||
"SSE.Views.ChartSettingsDlg.textEmptyCells": "Gelaxka hutsak eta ezkutatuak",
|
"SSE.Views.ChartSettingsDlg.textEmptyCells": "Gelaxka hutsak eta ezkutatuak",
|
||||||
"SSE.Views.ChartSettingsDlg.textEmptyLine": "Lotu datu-puntuak lerroarekin",
|
"SSE.Views.ChartSettingsDlg.textEmptyLine": "Lotu datu-puntuak lerroarekin",
|
||||||
|
@ -1644,9 +1692,7 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textHigh": "Altua",
|
"SSE.Views.ChartSettingsDlg.textHigh": "Altua",
|
||||||
"SSE.Views.ChartSettingsDlg.textHorAxis": "Ardatz horizontala",
|
"SSE.Views.ChartSettingsDlg.textHorAxis": "Ardatz horizontala",
|
||||||
"SSE.Views.ChartSettingsDlg.textHorAxisSec": "Bigarren mailako ardatz horizontala",
|
"SSE.Views.ChartSettingsDlg.textHorAxisSec": "Bigarren mailako ardatz horizontala",
|
||||||
"SSE.Views.ChartSettingsDlg.textHorGrid": "Sareta-lerro horizontalak",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textHorizontal": "Horizontala",
|
"SSE.Views.ChartSettingsDlg.textHorizontal": "Horizontala",
|
||||||
"SSE.Views.ChartSettingsDlg.textHorTitle": "Ardatz horizontalaren izenburua",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textHundredMil": "100 000 000",
|
"SSE.Views.ChartSettingsDlg.textHundredMil": "100 000 000",
|
||||||
"SSE.Views.ChartSettingsDlg.textHundreds": "Ehunekoak",
|
"SSE.Views.ChartSettingsDlg.textHundreds": "Ehunekoak",
|
||||||
"SSE.Views.ChartSettingsDlg.textHundredThousands": "100 000",
|
"SSE.Views.ChartSettingsDlg.textHundredThousands": "100 000",
|
||||||
|
@ -1668,6 +1714,7 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textLegendTop": "Goian",
|
"SSE.Views.ChartSettingsDlg.textLegendTop": "Goian",
|
||||||
"SSE.Views.ChartSettingsDlg.textLines": "Lerroak",
|
"SSE.Views.ChartSettingsDlg.textLines": "Lerroak",
|
||||||
"SSE.Views.ChartSettingsDlg.textLocationRange": "Kokalekuaren barrutia",
|
"SSE.Views.ChartSettingsDlg.textLocationRange": "Kokalekuaren barrutia",
|
||||||
|
"SSE.Views.ChartSettingsDlg.textLogScale": "Eskala logaritmikoa",
|
||||||
"SSE.Views.ChartSettingsDlg.textLow": "Baxua",
|
"SSE.Views.ChartSettingsDlg.textLow": "Baxua",
|
||||||
"SSE.Views.ChartSettingsDlg.textMajor": "Nagusia",
|
"SSE.Views.ChartSettingsDlg.textMajor": "Nagusia",
|
||||||
"SSE.Views.ChartSettingsDlg.textMajorMinor": "Nagusia eta bigarren mailakoa",
|
"SSE.Views.ChartSettingsDlg.textMajorMinor": "Nagusia eta bigarren mailakoa",
|
||||||
|
@ -1698,11 +1745,9 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textSeparator": "Datu-etiketen banatzailea",
|
"SSE.Views.ChartSettingsDlg.textSeparator": "Datu-etiketen banatzailea",
|
||||||
"SSE.Views.ChartSettingsDlg.textSeriesName": "Seriearen izena",
|
"SSE.Views.ChartSettingsDlg.textSeriesName": "Seriearen izena",
|
||||||
"SSE.Views.ChartSettingsDlg.textShow": "Erakutsi",
|
"SSE.Views.ChartSettingsDlg.textShow": "Erakutsi",
|
||||||
"SSE.Views.ChartSettingsDlg.textShowAxis": "Bistaratu ardatza",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textShowBorders": "Bistaratu diagramaren ertzak",
|
"SSE.Views.ChartSettingsDlg.textShowBorders": "Bistaratu diagramaren ertzak",
|
||||||
"SSE.Views.ChartSettingsDlg.textShowData": "Erakutsi ezkutuko errenkada eta zutabeen datuak",
|
"SSE.Views.ChartSettingsDlg.textShowData": "Erakutsi ezkutuko errenkada eta zutabeen datuak",
|
||||||
"SSE.Views.ChartSettingsDlg.textShowEmptyCells": "Erakutsi gelaxka hutsak honela",
|
"SSE.Views.ChartSettingsDlg.textShowEmptyCells": "Erakutsi gelaxka hutsak honela",
|
||||||
"SSE.Views.ChartSettingsDlg.textShowGrid": "Sareta-lerroak",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textShowSparkAxis": "Erakutsi ardatza",
|
"SSE.Views.ChartSettingsDlg.textShowSparkAxis": "Erakutsi ardatza",
|
||||||
"SSE.Views.ChartSettingsDlg.textShowValues": "Bistaratu diagramaren balioak",
|
"SSE.Views.ChartSettingsDlg.textShowValues": "Bistaratu diagramaren balioak",
|
||||||
"SSE.Views.ChartSettingsDlg.textSingle": "Sparkline bakarra",
|
"SSE.Views.ChartSettingsDlg.textSingle": "Sparkline bakarra",
|
||||||
|
@ -1722,13 +1767,10 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textTwoCell": "Mugitu eta aldatu tamaina gelaxkekin ",
|
"SSE.Views.ChartSettingsDlg.textTwoCell": "Mugitu eta aldatu tamaina gelaxkekin ",
|
||||||
"SSE.Views.ChartSettingsDlg.textType": "Mota",
|
"SSE.Views.ChartSettingsDlg.textType": "Mota",
|
||||||
"SSE.Views.ChartSettingsDlg.textTypeData": "Mota eta datuak",
|
"SSE.Views.ChartSettingsDlg.textTypeData": "Mota eta datuak",
|
||||||
"SSE.Views.ChartSettingsDlg.textTypeStyle": "Diagrama-mota, estiloa eta<br>datu-barrutia",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textUnits": "Bistaratu unitateak",
|
"SSE.Views.ChartSettingsDlg.textUnits": "Bistaratu unitateak",
|
||||||
"SSE.Views.ChartSettingsDlg.textValue": "Balioa",
|
"SSE.Views.ChartSettingsDlg.textValue": "Balioa",
|
||||||
"SSE.Views.ChartSettingsDlg.textVertAxis": "Ardatz bertikala",
|
"SSE.Views.ChartSettingsDlg.textVertAxis": "Ardatz bertikala",
|
||||||
"SSE.Views.ChartSettingsDlg.textVertAxisSec": "Bigarren mailako ardatz bertikala",
|
"SSE.Views.ChartSettingsDlg.textVertAxisSec": "Bigarren mailako ardatz bertikala",
|
||||||
"SSE.Views.ChartSettingsDlg.textVertGrid": "Sareta-lerro bertikalak",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textVertTitle": "Ardatz bertikalaren izenburua",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textXAxisTitle": "X ardatzaren izenburua",
|
"SSE.Views.ChartSettingsDlg.textXAxisTitle": "X ardatzaren izenburua",
|
||||||
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y ardatzaren izenburua",
|
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y ardatzaren izenburua",
|
||||||
"SSE.Views.ChartSettingsDlg.textZero": "Zero",
|
"SSE.Views.ChartSettingsDlg.textZero": "Zero",
|
||||||
|
@ -1864,7 +1906,9 @@
|
||||||
"SSE.Views.DocumentHolder.bottomCellText": "Lerrokatu behean",
|
"SSE.Views.DocumentHolder.bottomCellText": "Lerrokatu behean",
|
||||||
"SSE.Views.DocumentHolder.bulletsText": "Buletak eta numerazioa",
|
"SSE.Views.DocumentHolder.bulletsText": "Buletak eta numerazioa",
|
||||||
"SSE.Views.DocumentHolder.centerCellText": "Lerrokatu erdian",
|
"SSE.Views.DocumentHolder.centerCellText": "Lerrokatu erdian",
|
||||||
|
"SSE.Views.DocumentHolder.chartDataText": "Hautatu diagramaren datuak",
|
||||||
"SSE.Views.DocumentHolder.chartText": "Diagramaren ezarpen aurreratuak",
|
"SSE.Views.DocumentHolder.chartText": "Diagramaren ezarpen aurreratuak",
|
||||||
|
"SSE.Views.DocumentHolder.chartTypeText": "Aldatu diagrama-mota",
|
||||||
"SSE.Views.DocumentHolder.deleteColumnText": "Zutabea",
|
"SSE.Views.DocumentHolder.deleteColumnText": "Zutabea",
|
||||||
"SSE.Views.DocumentHolder.deleteRowText": "Errenkada",
|
"SSE.Views.DocumentHolder.deleteRowText": "Errenkada",
|
||||||
"SSE.Views.DocumentHolder.deleteTableText": "Taula",
|
"SSE.Views.DocumentHolder.deleteTableText": "Taula",
|
||||||
|
@ -2074,26 +2118,24 @@
|
||||||
"SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Aldatu sarbide-eskubideak",
|
"SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Aldatu sarbide-eskubideak",
|
||||||
"SSE.Views.FileMenuPanels.DocumentRights.txtRights": "Baimena duten pertsonak",
|
"SSE.Views.FileMenuPanels.DocumentRights.txtRights": "Baimena duten pertsonak",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Aplikatu",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Aplikatu",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strAutoRecover": "Aktibatu berreskuratze automatikoa",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strAutosave": "Aktibatu gordetze automatikoa",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Batera editatzeko modua",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Batera editatzeko modua",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthModeDescFast": "Beste erabiltzaileek zure aldaketak berehala ikusiko dituzte",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthModeDescStrict": "Aldaketak onartu behar dituzu ikusi aurretik",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Bereizle hamartarra",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Bereizle hamartarra",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDictionaryLanguage": "Hiztegiaren hizkuntza",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Azkarra",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Azkarra",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "Letra-tipoaren hinting-a",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "Letra-tipoaren hinting-a",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Gehitu bertsioa biltegira Gorde edo Ctrl+S sakatu ondoren",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Gehitu bertsioa biltegira Gorde edo Ctrl+S sakatu ondoren",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Formula-hizkuntza",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Formula-hizkuntza",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Adibidea: SUM; MIN; MAX; COUNT",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Adibidea: SUM; MIN; MAX; COUNT",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strLiveComment": "Aktibatu iruzkinak bistaratzea",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsInUPPERCASE": "Egin ez ikusia MAIUSKULETAN dauden hitzei",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsWithNumbers": "Egin ez ikusia zenbakiak dituzten hitzei",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Makroen ezarpenak",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Makroen ezarpenak",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Ebaki, kopiatu eta itsatsi",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Ebaki, kopiatu eta itsatsi",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Erakutsi 'Itsasteko aukerak' botoia edukia itsastean",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Erakutsi 'Itsasteko aukerak' botoia edukia itsastean",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strR1C1": "Aktibatu R1C1 estiloa",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strReferenceStyle": "R1C1 erreferentzia estiloa",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Eskualdeko ezarpenak",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Eskualdeko ezarpenak",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Adibidea:",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Adibidea:",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strResolvedComment": "Aktibatu ebatzitako iruzkinak bistaratzea",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowComments": "Erakutsi iruzkinak orrian",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strSeparator": "Bereizlea",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "Erakutsi ebatzitako iruzkinak",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Zorrotza",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Zorrotza",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Interfazearen gaia",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Interfazearen gaia",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Milakoen bereizlea",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Milakoen bereizlea",
|
||||||
|
@ -2110,17 +2152,21 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Tarteko bertsioak gordetzen",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Tarteko bertsioak gordetzen",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "Minuturo",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "Minuturo",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Erreferentzia-estiloa",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Erreferentzia-estiloa",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtAutoCorrect": "Zuzenketa automatikoaren aukerak...",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Bielorrusiera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Bielorrusiera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Bulgariera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Bulgariera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Katalana",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Katalana",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Cache modu lehenetsia",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Cache modu lehenetsia",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Zentimetro",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Zentimetro",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCollaboration": "Lankidetza",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "Txekiera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "Txekiera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "Daniera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "Daniera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Alemaniera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Alemaniera",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEditingSaving": "Editatzen eta gordetzen",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "Greziera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "Greziera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "Ingelesa",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "Ingelesa",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Gaztelania",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Gaztelania",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFastTip": "Denbora errealean aldi berean editatzea. Aldaketak guztiak automatikoki gordetzen dira",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "Finlandiera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "Finlandiera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Frantsesa",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Frantsesa",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "Hungariera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "Hungariera",
|
||||||
|
@ -2129,7 +2175,6 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italiera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italiera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japoniera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japoniera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Koreera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Koreera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Iruzkinak bistaratzea",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laosera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laosera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Letoniera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Letoniera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "OS X bezala",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "OS X bezala",
|
||||||
|
@ -2137,9 +2182,11 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "Norvegiera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "Norvegiera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "Nederlandera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "Nederlandera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Poloniera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Poloniera",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtProofing": "Zuzenketa",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Puntua",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Puntua",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "Portugesa (Brasil)",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "Portugesa (Brasil)",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "Portugesa (Portugal)",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "Portugesa (Portugal)",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRegion": "Eskualdea",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "Errumaniera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "Errumaniera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Errusiera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Errusiera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "Gaitu guztiak",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "Gaitu guztiak",
|
||||||
|
@ -2148,20 +2195,18 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "Esloveniera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "Esloveniera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Desgaitu guztiak",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Desgaitu guztiak",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Desgaitu makro guztiak jakinarazpenik gabe",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Desgaitu makro guztiak jakinarazpenik gabe",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStrictTip": "Erabili \"Gorde\" botoia zuk eta besteek egindako aldaketak sinkronizatzeko",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSv": "Suediera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSv": "Suediera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtTr": "Turkiera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtTr": "Turkiera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUk": "Ukrainera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUk": "Ukrainera",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseAltKey": "Erabili Alt tekla erabiltzaile interfazean teklatua erabiliz nabigatzeko",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseOptionKey": "Erabili Aukera tekla erabiltzaile interfazean teklatua erabiliz nabigatzeko",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtVi": "Vietnamera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtVi": "Vietnamera",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Erakutsi jakinarazpena",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Erakutsi jakinarazpena",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Desgaitu makro guztiak jakinarazpen batekin",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Desgaitu makro guztiak jakinarazpen batekin",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "Windows bezala",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "Windows bezala",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWorkspace": "Laneko area",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Txinera",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Txinera",
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.okButtonText": "Aplikatu",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.strDictionaryLanguage": "Hiztegiaren hizkuntza",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.strIgnoreWordsInUPPERCASE": "Egin ez ikusia MAIUSKULETAN dauden hitzei",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.strIgnoreWordsWithNumbers": "Egin ez ikusia zenbakiak dituzten hitzei",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.txtAutoCorrect": "Zuzenketa automatikoaren aukerak...",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.txtProofing": "Zuzenketa",
|
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Abisua",
|
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Abisua",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Pasahitzarekin",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Pasahitzarekin",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Babestu kalkulu-orria",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Babestu kalkulu-orria",
|
||||||
|
@ -2173,9 +2218,6 @@
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Baliozko sinadurak gehitu dira kalkulu-orrira. Kalkulu-orria ediziotik babestuta dago.",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Baliozko sinadurak gehitu dira kalkulu-orrira. Kalkulu-orria ediziotik babestuta dago.",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Kalkulu orriaren zenbait sinadura digital ez dira zuzenak edo ezin izan dira egiaztatu. Kalkulu orria babestuta dago eta ezin da editatu.",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Kalkulu orriaren zenbait sinadura digital ez dira zuzenak edo ezin izan dira egiaztatu. Kalkulu orria babestuta dago eta ezin da editatu.",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Ikusi sinadurak",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Ikusi sinadurak",
|
||||||
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Orokorra",
|
|
||||||
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Orriaren ezarpenak",
|
|
||||||
"SSE.Views.FileMenuPanels.Settings.txtSpellChecking": "Ortografia-egiaztapena",
|
|
||||||
"SSE.Views.FormatRulesEditDlg.fillColor": "Betetze-kolorea",
|
"SSE.Views.FormatRulesEditDlg.fillColor": "Betetze-kolorea",
|
||||||
"SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Abisua",
|
"SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Abisua",
|
||||||
"SSE.Views.FormatRulesEditDlg.text2Scales": "2-kolore eskala",
|
"SSE.Views.FormatRulesEditDlg.text2Scales": "2-kolore eskala",
|
||||||
|
@ -2712,7 +2754,7 @@
|
||||||
"SSE.Views.PivotTable.tipSubtotals": "Erakutsi edo ezkutatu subtotalak",
|
"SSE.Views.PivotTable.tipSubtotals": "Erakutsi edo ezkutatu subtotalak",
|
||||||
"SSE.Views.PivotTable.txtCreate": "Txertatu taula",
|
"SSE.Views.PivotTable.txtCreate": "Txertatu taula",
|
||||||
"SSE.Views.PivotTable.txtPivotTable": "Taula dinamikoa",
|
"SSE.Views.PivotTable.txtPivotTable": "Taula dinamikoa",
|
||||||
"SSE.Views.PivotTable.txtRefresh": "Eguneratu",
|
"SSE.Views.PivotTable.txtRefresh": "Freskatu",
|
||||||
"SSE.Views.PivotTable.txtSelect": "Hautatu",
|
"SSE.Views.PivotTable.txtSelect": "Hautatu",
|
||||||
"SSE.Views.PrintSettings.btnDownload": "Gorde eta deskargatu",
|
"SSE.Views.PrintSettings.btnDownload": "Gorde eta deskargatu",
|
||||||
"SSE.Views.PrintSettings.btnPrint": "Gorde eta inprimatu",
|
"SSE.Views.PrintSettings.btnPrint": "Gorde eta inprimatu",
|
||||||
|
|
|
@ -158,7 +158,6 @@
|
||||||
"Common.Views.AutoCorrectDialog.textAutoFormat": "AutoFormat Semasa Anda Taip",
|
"Common.Views.AutoCorrectDialog.textAutoFormat": "AutoFormat Semasa Anda Taip",
|
||||||
"Common.Views.AutoCorrectDialog.textBy": "Mengikut",
|
"Common.Views.AutoCorrectDialog.textBy": "Mengikut",
|
||||||
"Common.Views.AutoCorrectDialog.textDelete": "Padam",
|
"Common.Views.AutoCorrectDialog.textDelete": "Padam",
|
||||||
"Common.Views.AutoCorrectDialog.textFLSentence": "Huruf Besar huruf pertama ayat",
|
|
||||||
"Common.Views.AutoCorrectDialog.textHyperlink": "Laluan Internet dan rangkaian dengan hiperpautan",
|
"Common.Views.AutoCorrectDialog.textHyperlink": "Laluan Internet dan rangkaian dengan hiperpautan",
|
||||||
"Common.Views.AutoCorrectDialog.textMathCorrect": "Matematik",
|
"Common.Views.AutoCorrectDialog.textMathCorrect": "Matematik",
|
||||||
"Common.Views.AutoCorrectDialog.textNewRowCol": "Termasuk baris dan lajur baharu dalam jadual",
|
"Common.Views.AutoCorrectDialog.textNewRowCol": "Termasuk baris dan lajur baharu dalam jadual",
|
||||||
|
@ -1622,9 +1621,7 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textCustom": "Tersuai",
|
"SSE.Views.ChartSettingsDlg.textCustom": "Tersuai",
|
||||||
"SSE.Views.ChartSettingsDlg.textDataColumns": "dalam lajur",
|
"SSE.Views.ChartSettingsDlg.textDataColumns": "dalam lajur",
|
||||||
"SSE.Views.ChartSettingsDlg.textDataLabels": "Label Data",
|
"SSE.Views.ChartSettingsDlg.textDataLabels": "Label Data",
|
||||||
"SSE.Views.ChartSettingsDlg.textDataRange": "Julat Tarikh",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textDataRows": "dalam baris",
|
"SSE.Views.ChartSettingsDlg.textDataRows": "dalam baris",
|
||||||
"SSE.Views.ChartSettingsDlg.textDataSeries": "Siri Data",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textDisplayLegend": "Petunjuk Paparan",
|
"SSE.Views.ChartSettingsDlg.textDisplayLegend": "Petunjuk Paparan",
|
||||||
"SSE.Views.ChartSettingsDlg.textEmptyCells": "Sel Tersembunyi dan Kosong",
|
"SSE.Views.ChartSettingsDlg.textEmptyCells": "Sel Tersembunyi dan Kosong",
|
||||||
"SSE.Views.ChartSettingsDlg.textEmptyLine": "Sambung mata data dengan garis",
|
"SSE.Views.ChartSettingsDlg.textEmptyLine": "Sambung mata data dengan garis",
|
||||||
|
@ -1639,9 +1636,7 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textHigh": "Tinggi",
|
"SSE.Views.ChartSettingsDlg.textHigh": "Tinggi",
|
||||||
"SSE.Views.ChartSettingsDlg.textHorAxis": "Paksi Melintang",
|
"SSE.Views.ChartSettingsDlg.textHorAxis": "Paksi Melintang",
|
||||||
"SSE.Views.ChartSettingsDlg.textHorAxisSec": "Paksi Mendatar Sekunder",
|
"SSE.Views.ChartSettingsDlg.textHorAxisSec": "Paksi Mendatar Sekunder",
|
||||||
"SSE.Views.ChartSettingsDlg.textHorGrid": "Garis Grid Melintang",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textHorizontal": "Melintang",
|
"SSE.Views.ChartSettingsDlg.textHorizontal": "Melintang",
|
||||||
"SSE.Views.ChartSettingsDlg.textHorTitle": "Tajuk Paksi Melintang",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textHundredMil": "100 000 000",
|
"SSE.Views.ChartSettingsDlg.textHundredMil": "100 000 000",
|
||||||
"SSE.Views.ChartSettingsDlg.textHundreds": "Ratusan",
|
"SSE.Views.ChartSettingsDlg.textHundreds": "Ratusan",
|
||||||
"SSE.Views.ChartSettingsDlg.textHundredThousands": "100 000",
|
"SSE.Views.ChartSettingsDlg.textHundredThousands": "100 000",
|
||||||
|
@ -1693,11 +1688,9 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textSeparator": "Pemisah Label Data",
|
"SSE.Views.ChartSettingsDlg.textSeparator": "Pemisah Label Data",
|
||||||
"SSE.Views.ChartSettingsDlg.textSeriesName": "Nama siri",
|
"SSE.Views.ChartSettingsDlg.textSeriesName": "Nama siri",
|
||||||
"SSE.Views.ChartSettingsDlg.textShow": "Tunjukkan",
|
"SSE.Views.ChartSettingsDlg.textShow": "Tunjukkan",
|
||||||
"SSE.Views.ChartSettingsDlg.textShowAxis": "Paksi Paparan",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textShowBorders": "Sempadan carta dipaparkan",
|
"SSE.Views.ChartSettingsDlg.textShowBorders": "Sempadan carta dipaparkan",
|
||||||
"SSE.Views.ChartSettingsDlg.textShowData": "Tunjukkan data dalam baris dan lajur tersembunyi",
|
"SSE.Views.ChartSettingsDlg.textShowData": "Tunjukkan data dalam baris dan lajur tersembunyi",
|
||||||
"SSE.Views.ChartSettingsDlg.textShowEmptyCells": "Tunjukkan sel kosong sebagai",
|
"SSE.Views.ChartSettingsDlg.textShowEmptyCells": "Tunjukkan sel kosong sebagai",
|
||||||
"SSE.Views.ChartSettingsDlg.textShowGrid": "Garis Grid",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textShowSparkAxis": "Tunjukkan Paksi",
|
"SSE.Views.ChartSettingsDlg.textShowSparkAxis": "Tunjukkan Paksi",
|
||||||
"SSE.Views.ChartSettingsDlg.textShowValues": "Nilai carta dipaparkan",
|
"SSE.Views.ChartSettingsDlg.textShowValues": "Nilai carta dipaparkan",
|
||||||
"SSE.Views.ChartSettingsDlg.textSingle": "Sparkline Tunggal",
|
"SSE.Views.ChartSettingsDlg.textSingle": "Sparkline Tunggal",
|
||||||
|
@ -1717,13 +1710,10 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textTwoCell": "Alih dan saizkan dengan sel",
|
"SSE.Views.ChartSettingsDlg.textTwoCell": "Alih dan saizkan dengan sel",
|
||||||
"SSE.Views.ChartSettingsDlg.textType": "Jenis",
|
"SSE.Views.ChartSettingsDlg.textType": "Jenis",
|
||||||
"SSE.Views.ChartSettingsDlg.textTypeData": "Jenis & Data",
|
"SSE.Views.ChartSettingsDlg.textTypeData": "Jenis & Data",
|
||||||
"SSE.Views.ChartSettingsDlg.textTypeStyle": "Jenis Carta, Gaya &<br>Julat Data",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textUnits": "Paparkan Unit",
|
"SSE.Views.ChartSettingsDlg.textUnits": "Paparkan Unit",
|
||||||
"SSE.Views.ChartSettingsDlg.textValue": "Nilai",
|
"SSE.Views.ChartSettingsDlg.textValue": "Nilai",
|
||||||
"SSE.Views.ChartSettingsDlg.textVertAxis": "Paksi Menegak",
|
"SSE.Views.ChartSettingsDlg.textVertAxis": "Paksi Menegak",
|
||||||
"SSE.Views.ChartSettingsDlg.textVertAxisSec": "Paksi Melintang Sekunder",
|
"SSE.Views.ChartSettingsDlg.textVertAxisSec": "Paksi Melintang Sekunder",
|
||||||
"SSE.Views.ChartSettingsDlg.textVertGrid": "Garisan Grid Menegak",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textVertTitle": "Tajuk Paksi Menegak",
|
|
||||||
"SSE.Views.ChartSettingsDlg.textXAxisTitle": "Tajuk Paksi X",
|
"SSE.Views.ChartSettingsDlg.textXAxisTitle": "Tajuk Paksi X",
|
||||||
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Tajuk Paksi Y",
|
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Tajuk Paksi Y",
|
||||||
"SSE.Views.ChartSettingsDlg.textZero": "Sifar",
|
"SSE.Views.ChartSettingsDlg.textZero": "Sifar",
|
||||||
|
@ -2068,26 +2058,18 @@
|
||||||
"SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Ubah hak akses",
|
"SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Ubah hak akses",
|
||||||
"SSE.Views.FileMenuPanels.DocumentRights.txtRights": "Orang yang mempunyai hak",
|
"SSE.Views.FileMenuPanels.DocumentRights.txtRights": "Orang yang mempunyai hak",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Guna",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Guna",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strAutoRecover": "Hidupkan autopulih",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strAutosave": "Hidupkan autosimpan",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Mod Pengeditan-bersama",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Mod Pengeditan-bersama",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthModeDescFast": "Pengguna lain akan melihat perubahan anda sekaligus",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthModeDescStrict": "Anda akan perlu menerima perubahan sebelum anda boleh melihatnya.",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Pemisah perpuluhan",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Pemisah perpuluhan",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Pantas",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Pantas",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "Pembayang Fon",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "Pembayang Fon",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Tambah versi kepada simpanan selepas mengklik Simpan atau Ctrl+S",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Tambah versi kepada simpanan selepas mengklik Simpan atau Ctrl+S",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Bahasa Formula",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Bahasa Formula",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Contoh: SUM; MIN; MAX; COUNT",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Contoh: SUM; MIN; MAX; COUNT",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strLiveComment": "Hidupkan paparan komen",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Seting Makro",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Seting Makro",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Potong, salin dan tampal",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Potong, salin dan tampal",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Tunjukkan butang Pilihan Tampal di mana kandungan ditampalkan",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Tunjukkan butang Pilihan Tampal di mana kandungan ditampalkan",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strR1C1": "Hidupkan Gaya R1C1",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Seting wilayah",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Seting wilayah",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Contoh: ",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Contoh: ",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strResolvedComment": "Hidupkan paparan komen yang diselesaikan",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strSeparator": "Pemisah",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Tegas",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Tegas",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Tema antara muka",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Tema antara muka",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Pemisah ribu",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Pemisah ribu",
|
||||||
|
@ -2123,7 +2105,6 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Itali",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Itali",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Jepun",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Jepun",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Korean",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Korean",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Paparan memberi komen",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laos",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laos",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Latvia",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Latvia",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "sebagai OS X",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "sebagai OS X",
|
||||||
|
@ -2150,12 +2131,6 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Nyahdayakan semua makro dengan pemberitahuan",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Nyahdayakan semua makro dengan pemberitahuan",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "sebagai Windows",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "sebagai Windows",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Cina",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Cina",
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.okButtonText": "Guna",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.strDictionaryLanguage": "Bahasa kamus",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.strIgnoreWordsInUPPERCASE": "Abaikan perkataan dalam HURUF BESAR",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.strIgnoreWordsWithNumbers": "Abaikan perkataan dengan nombor",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.txtAutoCorrect": "Pilihan AutoBaiki…",
|
|
||||||
"SSE.Views.FileMenuPanels.MainSpellCheckSettings.txtProofing": "Pruf",
|
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Amaran",
|
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Amaran",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Dengan kata laluan",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Dengan kata laluan",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Lindung Hamparan",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Lindung Hamparan",
|
||||||
|
@ -2167,9 +2142,6 @@
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Tandatangan yang sah telah ditambah kepada hamparan. Hamparan dilindungi daripada editing.",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Tandatangan yang sah telah ditambah kepada hamparan. Hamparan dilindungi daripada editing.",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Beberapa tandatangan digital dalam hamparan adalah tidak sah atau tidak dapat disahkan. Hamparan dilindungi daripada editing.",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Beberapa tandatangan digital dalam hamparan adalah tidak sah atau tidak dapat disahkan. Hamparan dilindungi daripada editing.",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Lihat tandatangan",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Lihat tandatangan",
|
||||||
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Am",
|
|
||||||
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Seting Halaman",
|
|
||||||
"SSE.Views.FileMenuPanels.Settings.txtSpellChecking": "Menyemak Ejaan",
|
|
||||||
"SSE.Views.FormatRulesEditDlg.fillColor": "Isi Warna",
|
"SSE.Views.FormatRulesEditDlg.fillColor": "Isi Warna",
|
||||||
"SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Amaran",
|
"SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Amaran",
|
||||||
"SSE.Views.FormatRulesEditDlg.text2Scales": "2 skala Warna",
|
"SSE.Views.FormatRulesEditDlg.text2Scales": "2 skala Warna",
|
||||||
|
|
|
@ -116,6 +116,11 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Fără culoare",
|
"Common.UI.HSBColorPicker.textNoColor": "Fără culoare",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ascunde parola",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ascunde parola",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Afișează parola",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Afișează parola",
|
||||||
|
"Common.UI.SearchBar.textFind": "Găsire",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Închidere căutare",
|
||||||
|
"Common.UI.SearchBar.tipNextResult": "Următorul rezultat",
|
||||||
|
"Common.UI.SearchBar.tipOpenAdvancedSettings": "Deschide setările avansate",
|
||||||
|
"Common.UI.SearchBar.tipPreviousResult": "Rezultatul anterior",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Evidențierea rezultatelor",
|
"Common.UI.SearchDialog.textHighlight": "Evidențierea rezultatelor",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "Sensibil la litere mari și mici",
|
"Common.UI.SearchDialog.textMatchCase": "Sensibil la litere mari și mici",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Introduceți textul înlocuitor",
|
"Common.UI.SearchDialog.textReplaceDef": "Introduceți textul înlocuitor",
|
||||||
|
@ -128,11 +133,13 @@
|
||||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Înlocuire peste tot",
|
"Common.UI.SearchDialog.txtBtnReplaceAll": "Înlocuire peste tot",
|
||||||
"Common.UI.SynchronizeTip.textDontShow": "Nu afișa acest mesaj din nou",
|
"Common.UI.SynchronizeTip.textDontShow": "Nu afișa acest mesaj din nou",
|
||||||
"Common.UI.SynchronizeTip.textSynchronize": "Documentul a fost modificat de către un alt utilizator.<br>Salvați modificările făcute de dumneavoastră și reîmprospătați documentul.",
|
"Common.UI.SynchronizeTip.textSynchronize": "Documentul a fost modificat de către un alt utilizator.<br>Salvați modificările făcute de dumneavoastră și reîmprospătați documentul.",
|
||||||
|
"Common.UI.ThemeColorPalette.textRecentColors": "Culori recente",
|
||||||
"Common.UI.ThemeColorPalette.textStandartColors": "Culori standard",
|
"Common.UI.ThemeColorPalette.textStandartColors": "Culori standard",
|
||||||
"Common.UI.ThemeColorPalette.textThemeColors": "Culori temă",
|
"Common.UI.ThemeColorPalette.textThemeColors": "Culori temă",
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Clasic Luminos",
|
"Common.UI.Themes.txtThemeClassicLight": "Clasic Luminos",
|
||||||
"Common.UI.Themes.txtThemeDark": "Întunecat",
|
"Common.UI.Themes.txtThemeDark": "Întunecat",
|
||||||
"Common.UI.Themes.txtThemeLight": "Luminos",
|
"Common.UI.Themes.txtThemeLight": "Luminos",
|
||||||
|
"Common.UI.Themes.txtThemeSystem": "La fel ca sistemul",
|
||||||
"Common.UI.Window.cancelButtonText": "Anulare",
|
"Common.UI.Window.cancelButtonText": "Anulare",
|
||||||
"Common.UI.Window.closeButtonText": "Închidere",
|
"Common.UI.Window.closeButtonText": "Închidere",
|
||||||
"Common.UI.Window.noButtonText": "Nu",
|
"Common.UI.Window.noButtonText": "Nu",
|
||||||
|
@ -225,6 +232,7 @@
|
||||||
"Common.Views.Header.textSaveChanged": "Modificat",
|
"Common.Views.Header.textSaveChanged": "Modificat",
|
||||||
"Common.Views.Header.textSaveEnd": "Toate modificările au fost salvate",
|
"Common.Views.Header.textSaveEnd": "Toate modificările au fost salvate",
|
||||||
"Common.Views.Header.textSaveExpander": "Toate modificările au fost salvate",
|
"Common.Views.Header.textSaveExpander": "Toate modificările au fost salvate",
|
||||||
|
"Common.Views.Header.textShare": "Partajează",
|
||||||
"Common.Views.Header.textZoom": "Zoom",
|
"Common.Views.Header.textZoom": "Zoom",
|
||||||
"Common.Views.Header.tipAccessRights": "Administrarea permisiunilor de acces la document",
|
"Common.Views.Header.tipAccessRights": "Administrarea permisiunilor de acces la document",
|
||||||
"Common.Views.Header.tipDownload": "Descărcare fișier",
|
"Common.Views.Header.tipDownload": "Descărcare fișier",
|
||||||
|
@ -232,8 +240,10 @@
|
||||||
"Common.Views.Header.tipPrint": "Se imprimă tot fișierul",
|
"Common.Views.Header.tipPrint": "Se imprimă tot fișierul",
|
||||||
"Common.Views.Header.tipRedo": "Refacere",
|
"Common.Views.Header.tipRedo": "Refacere",
|
||||||
"Common.Views.Header.tipSave": "Salvează",
|
"Common.Views.Header.tipSave": "Salvează",
|
||||||
|
"Common.Views.Header.tipSearch": "Căutare",
|
||||||
"Common.Views.Header.tipUndo": "Anulează",
|
"Common.Views.Header.tipUndo": "Anulează",
|
||||||
"Common.Views.Header.tipUndock": "Detașare într-o fereastră separată",
|
"Common.Views.Header.tipUndock": "Detașare într-o fereastră separată",
|
||||||
|
"Common.Views.Header.tipUsers": "Vizualizare utilizatori",
|
||||||
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
||||||
"Common.Views.Header.tipViewUsers": "Vizualizare utilizatori și gestionare permisiuni de acces",
|
"Common.Views.Header.tipViewUsers": "Vizualizare utilizatori și gestionare permisiuni de acces",
|
||||||
"Common.Views.Header.txtAccessRights": "Modificare permisiuni",
|
"Common.Views.Header.txtAccessRights": "Modificare permisiuni",
|
||||||
|
@ -375,6 +385,38 @@
|
||||||
"Common.Views.ReviewPopover.txtEditTip": "Editare",
|
"Common.Views.ReviewPopover.txtEditTip": "Editare",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "Încărcare",
|
"Common.Views.SaveAsDlg.textLoading": "Încărcare",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Folderul de salvare",
|
"Common.Views.SaveAsDlg.textTitle": "Folderul de salvare",
|
||||||
|
"Common.Views.SearchPanel.textByColumns": "După coloană",
|
||||||
|
"Common.Views.SearchPanel.textByRows": "După rând",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "Sensibil la litere mari și mici",
|
||||||
|
"Common.Views.SearchPanel.textCell": "Celula",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Închidere căutare",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Găsire",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Găsire și înlocuire",
|
||||||
|
"Common.Views.SearchPanel.textFormula": "Formula",
|
||||||
|
"Common.Views.SearchPanel.textFormulas": "Formule",
|
||||||
|
"Common.Views.SearchPanel.textItemEntireCell": "Întreg conținut de celulă",
|
||||||
|
"Common.Views.SearchPanel.textLookIn": "Domenii de căutare",
|
||||||
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Potrivire expresie regulată",
|
||||||
|
"Common.Views.SearchPanel.textName": "Numele",
|
||||||
|
"Common.Views.SearchPanel.textNoMatches": "Nicio potrivire",
|
||||||
|
"Common.Views.SearchPanel.textNoSearchResults": "Niciun rezultat de căutare",
|
||||||
|
"Common.Views.SearchPanel.textReplace": "Înlocuire",
|
||||||
|
"Common.Views.SearchPanel.textReplaceAll": "Înlocuire peste tot",
|
||||||
|
"Common.Views.SearchPanel.textReplaceWith": "Înlocuire cu",
|
||||||
|
"Common.Views.SearchPanel.textSearch": "Căutare",
|
||||||
|
"Common.Views.SearchPanel.textSearchOptions": "Opțiuni de căutare",
|
||||||
|
"Common.Views.SearchPanel.textSearchResults": "Rezultatele căutării: {0}/{1}",
|
||||||
|
"Common.Views.SearchPanel.textSelectDataRange": "Selectați zonă de date",
|
||||||
|
"Common.Views.SearchPanel.textSheet": "Foaie",
|
||||||
|
"Common.Views.SearchPanel.textSpecificRange": "Anumită zonă",
|
||||||
|
"Common.Views.SearchPanel.textTooManyResults": "Prea multe rezultate ca să fie afișate aici",
|
||||||
|
"Common.Views.SearchPanel.textValue": "Valoare",
|
||||||
|
"Common.Views.SearchPanel.textValues": "Valori",
|
||||||
|
"Common.Views.SearchPanel.textWholeWords": "Numai cuvinte întregi",
|
||||||
|
"Common.Views.SearchPanel.textWithin": "Între",
|
||||||
|
"Common.Views.SearchPanel.textWorkbook": "Registru de calcul",
|
||||||
|
"Common.Views.SearchPanel.tipNextResult": "Următorul rezultat",
|
||||||
|
"Common.Views.SearchPanel.tipPreviousResult": "Rezultatul anterior",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Încărcare",
|
"Common.Views.SelectFileDlg.textLoading": "Încărcare",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Selectați sursa de date",
|
"Common.Views.SelectFileDlg.textTitle": "Selectați sursa de date",
|
||||||
"Common.Views.SignDialog.textBold": "Aldin",
|
"Common.Views.SignDialog.textBold": "Aldin",
|
||||||
|
@ -784,8 +826,10 @@
|
||||||
"SSE.Controllers.Main.textPleaseWait": "Operațiunea durează mai mult decât s-a anticipat. Vă rugăm să așteptați...",
|
"SSE.Controllers.Main.textPleaseWait": "Operațiunea durează mai mult decât s-a anticipat. Vă rugăm să așteptați...",
|
||||||
"SSE.Controllers.Main.textReconnect": "Conexiunea este restabilită",
|
"SSE.Controllers.Main.textReconnect": "Conexiunea este restabilită",
|
||||||
"SSE.Controllers.Main.textRemember": "Salvează setările pentru toate fișiere",
|
"SSE.Controllers.Main.textRemember": "Salvează setările pentru toate fișiere",
|
||||||
|
"SSE.Controllers.Main.textRememberMacros": "Rețineți alegerea mea pentru toate macrocomenzi",
|
||||||
"SSE.Controllers.Main.textRenameError": "Numele utilizatorului trebuie comletat.",
|
"SSE.Controllers.Main.textRenameError": "Numele utilizatorului trebuie comletat.",
|
||||||
"SSE.Controllers.Main.textRenameLabel": "Introduceți numele pentru lucrul în colaborare",
|
"SSE.Controllers.Main.textRenameLabel": "Introduceți numele pentru lucrul în colaborare",
|
||||||
|
"SSE.Controllers.Main.textRequestMacros": "O macrocomandă trimite o solicitare URL. Doriți să permiteți ca solicitarea să fie trimisă către %1?",
|
||||||
"SSE.Controllers.Main.textShape": "Forma",
|
"SSE.Controllers.Main.textShape": "Forma",
|
||||||
"SSE.Controllers.Main.textStrict": "Modul strict",
|
"SSE.Controllers.Main.textStrict": "Modul strict",
|
||||||
"SSE.Controllers.Main.textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.<br>Faceți clic pe Modul strict ca să comutați la modul Strict de editare colaborativă și să nu intrați în conflict cu alte persoane. Toate modificările vor fi trimise numai după ce le salvați. Ulilizati Setări avansate ale editorului ca să comutați între moduri de editare colaborativă. ",
|
"SSE.Controllers.Main.textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.<br>Faceți clic pe Modul strict ca să comutați la modul Strict de editare colaborativă și să nu intrați în conflict cu alte persoane. Toate modificările vor fi trimise numai după ce le salvați. Ulilizati Setări avansate ale editorului ca să comutați între moduri de editare colaborativă. ",
|
||||||
|
@ -1071,6 +1115,10 @@
|
||||||
"SSE.Controllers.Print.textWarning": "Avertisment",
|
"SSE.Controllers.Print.textWarning": "Avertisment",
|
||||||
"SSE.Controllers.Print.txtCustom": "Particularizat",
|
"SSE.Controllers.Print.txtCustom": "Particularizat",
|
||||||
"SSE.Controllers.Print.warnCheckMargings": "Margini incorecte",
|
"SSE.Controllers.Print.warnCheckMargings": "Margini incorecte",
|
||||||
|
"SSE.Controllers.Search.textInvalidRange": "EROARE! Zonă de celule nu este validă",
|
||||||
|
"SSE.Controllers.Search.textNoTextFound": "Datele căutate nu au fost găsite. Alegeți alte opțiuni de căutare.",
|
||||||
|
"SSE.Controllers.Search.textReplaceSkipped": "A avut loc o înlocuire. {0} apariții ignorate.",
|
||||||
|
"SSE.Controllers.Search.textReplaceSuccess": "Căutarea a fost efectuată. {0} ocurențe înlocuite.",
|
||||||
"SSE.Controllers.Statusbar.errorLastSheet": "În registrul de calcul trebuie să fie vizibilă cel puțin o foie de lucru. ",
|
"SSE.Controllers.Statusbar.errorLastSheet": "În registrul de calcul trebuie să fie vizibilă cel puțin o foie de lucru. ",
|
||||||
"SSE.Controllers.Statusbar.errorRemoveSheet": "Imposibil de șters foaia de calcul.",
|
"SSE.Controllers.Statusbar.errorRemoveSheet": "Imposibil de șters foaia de calcul.",
|
||||||
"SSE.Controllers.Statusbar.strSheet": "Foaie",
|
"SSE.Controllers.Statusbar.strSheet": "Foaie",
|
||||||
|
@ -1577,6 +1625,7 @@
|
||||||
"SSE.Views.ChartDataRangeDialog.txtValues": "Valori",
|
"SSE.Views.ChartDataRangeDialog.txtValues": "Valori",
|
||||||
"SSE.Views.ChartDataRangeDialog.txtXValues": "Valori X",
|
"SSE.Views.ChartDataRangeDialog.txtXValues": "Valori X",
|
||||||
"SSE.Views.ChartDataRangeDialog.txtYValues": "Valori Y",
|
"SSE.Views.ChartDataRangeDialog.txtYValues": "Valori Y",
|
||||||
|
"SSE.Views.ChartSettings.errorMaxRows": "Numărul maxim seriilor de date în diagramă este limitat la 255.",
|
||||||
"SSE.Views.ChartSettings.strLineWeight": "Stil linie",
|
"SSE.Views.ChartSettings.strLineWeight": "Stil linie",
|
||||||
"SSE.Views.ChartSettings.strSparkColor": "Culoare",
|
"SSE.Views.ChartSettings.strSparkColor": "Culoare",
|
||||||
"SSE.Views.ChartSettings.strTemplate": "Șablon",
|
"SSE.Views.ChartSettings.strTemplate": "Șablon",
|
||||||
|
@ -1598,6 +1647,7 @@
|
||||||
"SSE.Views.ChartSettings.textShow": "Afișează",
|
"SSE.Views.ChartSettings.textShow": "Afișează",
|
||||||
"SSE.Views.ChartSettings.textSize": "Dimensiune",
|
"SSE.Views.ChartSettings.textSize": "Dimensiune",
|
||||||
"SSE.Views.ChartSettings.textStyle": "Stil",
|
"SSE.Views.ChartSettings.textStyle": "Stil",
|
||||||
|
"SSE.Views.ChartSettings.textSwitch": "Comutare rând/coloană",
|
||||||
"SSE.Views.ChartSettings.textType": "Tip",
|
"SSE.Views.ChartSettings.textType": "Tip",
|
||||||
"SSE.Views.ChartSettings.textWidth": "Lățime",
|
"SSE.Views.ChartSettings.textWidth": "Lățime",
|
||||||
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "EROARE! Numărul maxim de puncte de date într-o serie de date pentru diagram este 4096.",
|
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "EROARE! Numărul maxim de puncte de date într-o serie de date pentru diagram este 4096.",
|
||||||
|
@ -1615,6 +1665,7 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textAxisPos": "Poziție axă",
|
"SSE.Views.ChartSettingsDlg.textAxisPos": "Poziție axă",
|
||||||
"SSE.Views.ChartSettingsDlg.textAxisSettings": "Setări axă",
|
"SSE.Views.ChartSettingsDlg.textAxisSettings": "Setări axă",
|
||||||
"SSE.Views.ChartSettingsDlg.textAxisTitle": "Titlu",
|
"SSE.Views.ChartSettingsDlg.textAxisTitle": "Titlu",
|
||||||
|
"SSE.Views.ChartSettingsDlg.textBase": "Bază",
|
||||||
"SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Între gradații",
|
"SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Între gradații",
|
||||||
"SSE.Views.ChartSettingsDlg.textBillions": "Miliarde",
|
"SSE.Views.ChartSettingsDlg.textBillions": "Miliarde",
|
||||||
"SSE.Views.ChartSettingsDlg.textBottom": "Jos",
|
"SSE.Views.ChartSettingsDlg.textBottom": "Jos",
|
||||||
|
@ -1663,6 +1714,7 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textLegendTop": "Sus",
|
"SSE.Views.ChartSettingsDlg.textLegendTop": "Sus",
|
||||||
"SSE.Views.ChartSettingsDlg.textLines": "Linii",
|
"SSE.Views.ChartSettingsDlg.textLines": "Linii",
|
||||||
"SSE.Views.ChartSettingsDlg.textLocationRange": "Interval locație",
|
"SSE.Views.ChartSettingsDlg.textLocationRange": "Interval locație",
|
||||||
|
"SSE.Views.ChartSettingsDlg.textLogScale": "Scară logaritmică",
|
||||||
"SSE.Views.ChartSettingsDlg.textLow": "Scăzută",
|
"SSE.Views.ChartSettingsDlg.textLow": "Scăzută",
|
||||||
"SSE.Views.ChartSettingsDlg.textMajor": "Major",
|
"SSE.Views.ChartSettingsDlg.textMajor": "Major",
|
||||||
"SSE.Views.ChartSettingsDlg.textMajorMinor": "Major și minor",
|
"SSE.Views.ChartSettingsDlg.textMajorMinor": "Major și minor",
|
||||||
|
@ -1854,7 +1906,9 @@
|
||||||
"SSE.Views.DocumentHolder.bottomCellText": "Aliniere jos",
|
"SSE.Views.DocumentHolder.bottomCellText": "Aliniere jos",
|
||||||
"SSE.Views.DocumentHolder.bulletsText": "Marcatori și numerotare",
|
"SSE.Views.DocumentHolder.bulletsText": "Marcatori și numerotare",
|
||||||
"SSE.Views.DocumentHolder.centerCellText": "Aliniere la mijloc",
|
"SSE.Views.DocumentHolder.centerCellText": "Aliniere la mijloc",
|
||||||
|
"SSE.Views.DocumentHolder.chartDataText": "Selectați datele diagramei",
|
||||||
"SSE.Views.DocumentHolder.chartText": "Setări avansate diagrama",
|
"SSE.Views.DocumentHolder.chartText": "Setări avansate diagrama",
|
||||||
|
"SSE.Views.DocumentHolder.chartTypeText": "Modificare tip diagramă",
|
||||||
"SSE.Views.DocumentHolder.deleteColumnText": "Coloană",
|
"SSE.Views.DocumentHolder.deleteColumnText": "Coloană",
|
||||||
"SSE.Views.DocumentHolder.deleteRowText": "Rând",
|
"SSE.Views.DocumentHolder.deleteRowText": "Rând",
|
||||||
"SSE.Views.DocumentHolder.deleteTableText": "Tabel",
|
"SSE.Views.DocumentHolder.deleteTableText": "Tabel",
|
||||||
|
@ -2066,16 +2120,22 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Aplicare",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Aplicare",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Modul de editare colaborativă",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Modul de editare colaborativă",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Separator zecimal",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Separator zecimal",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDictionaryLanguage": "Limbă de dicționar",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Rapid",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Rapid",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "Sugestie font",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "Sugestie font",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Versiunea se adaugă la stocarea după ce faceți clic pe Salvare sau Ctrl+S",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Versiunea se adaugă la stocarea după ce faceți clic pe Salvare sau Ctrl+S",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Limba formulă",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Limba formulă",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Exemplu: SUM; MIN; MAX; COUNT",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Exemplu: SUM; MIN; MAX; COUNT",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsInUPPERCASE": "Ignoră cuvintele cu MAJUSCULE",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsWithNumbers": "Ignoră cuvintele care conțin numere",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Setări macrocomandă",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Setări macrocomandă",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Decupare, copiere și lipire",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Decupare, copiere și lipire",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Afișarea butonului Opțiuni lipire de fiecare dată când lipiți conținut",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Afișarea butonului Opțiuni lipire de fiecare dată când lipiți conținut",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strReferenceStyle": "Stilul de referință R1C1",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Setări regionale",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Setări regionale",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Exemplu:",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Exemplu:",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowComments": "Afișare comentarii din foaia de calcul",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "Afișare comentarii rezolvate",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Strict",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Strict",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Tema interfeței",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Tema interfeței",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Separator mii",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Separator mii",
|
||||||
|
@ -2092,17 +2152,21 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Salvarea versiunilor intermediare",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Salvarea versiunilor intermediare",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "La fiecare minută",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "La fiecare minută",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Stil referință",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Stil referință",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtAutoCorrect": "Opțiuni AutoCorecție...",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Belarusă",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Belarusă",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Bulgară",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Bulgară",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Catalană",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Catalană",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Mod implicit memoria Cache",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Mod implicit memoria Cache",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Centimetru",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Centimetru",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCollaboration": "Colaborare",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "Cehă",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "Cehă",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "Daneză",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "Daneză",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Germană",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Germană",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEditingSaving": "Editare și salvare",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "Greacă",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "Greacă",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "Engleză",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "Engleză",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Spaniolă",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Spaniolă",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFastTip": "Co-editare în timp real. Toate modificările sunt salvate automat.",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "Finlandeză",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "Finlandeză",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Franceză",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Franceză",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "Maghiară",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "Maghiară",
|
||||||
|
@ -2118,9 +2182,11 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "Norvegiană",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "Norvegiană",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "Neerlandeză",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "Neerlandeză",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Poloneză",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Poloneză",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtProofing": "Verificare",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Punct",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Punct",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "Portugeză (Brazilia)",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "Portugeză (Brazilia)",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "Portugheză",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "Portugheză",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRegion": "Regiune",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "Română",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "Română",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Rusă",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Rusă",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "Se activează toate",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "Se activează toate",
|
||||||
|
@ -2129,13 +2195,17 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "Slovenă",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "Slovenă",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Se dezactivează toate",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Se dezactivează toate",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Se dezactivează toate macrocomenzile, fără notificare",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Se dezactivează toate macrocomenzile, fără notificare",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStrictTip": "Utilizați butonul Salvare pentru a sincroniza modificările pe care le efectuați dvs. sau alte persoane",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSv": "Suedeză",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSv": "Suedeză",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtTr": "Turcă",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtTr": "Turcă",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUk": "Ucraineană",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUk": "Ucraineană",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseAltKey": "Utilizați tasta Alt pentru a naviga în interfața de utilizator cu ajutorul tastaturii",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseOptionKey": "Utilizați tasta Option pentru a naviga în interfața de utilizator cu ajutorul tastaturii",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtVi": "Vietnameză",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtVi": "Vietnameză",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Afișare notificări",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Afișare notificări",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Se dezactivează toate macrocomenzile, cu notificare ",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Se dezactivează toate macrocomenzile, cu notificare ",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "ca Windows",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "ca Windows",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWorkspace": "Workspace",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Chineză",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Chineză",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Avertisment",
|
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Avertisment",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Prin parolă",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Prin parolă",
|
||||||
|
@ -2218,7 +2288,7 @@
|
||||||
"SSE.Views.FormatRulesEditDlg.textPreview": "Previzualizare",
|
"SSE.Views.FormatRulesEditDlg.textPreview": "Previzualizare",
|
||||||
"SSE.Views.FormatRulesEditDlg.textRelativeRef": "Utilizarea referințelor relative nu este acceptată pentru formatarea condiţionată utilizând scală de culori, bare de date sau seturi de pictogramă.",
|
"SSE.Views.FormatRulesEditDlg.textRelativeRef": "Utilizarea referințelor relative nu este acceptată pentru formatarea condiţionată utilizând scală de culori, bare de date sau seturi de pictogramă.",
|
||||||
"SSE.Views.FormatRulesEditDlg.textReverse": "Ordine pictograme inversată",
|
"SSE.Views.FormatRulesEditDlg.textReverse": "Ordine pictograme inversată",
|
||||||
"SSE.Views.FormatRulesEditDlg.textRight2Left": "Dreapta la stânga",
|
"SSE.Views.FormatRulesEditDlg.textRight2Left": "De la dreapta la stânga",
|
||||||
"SSE.Views.FormatRulesEditDlg.textRightBorders": "Borduri din dreapta",
|
"SSE.Views.FormatRulesEditDlg.textRightBorders": "Borduri din dreapta",
|
||||||
"SSE.Views.FormatRulesEditDlg.textRule": "Regulă",
|
"SSE.Views.FormatRulesEditDlg.textRule": "Regulă",
|
||||||
"SSE.Views.FormatRulesEditDlg.textSameAs": "La fel ca pozitiv",
|
"SSE.Views.FormatRulesEditDlg.textSameAs": "La fel ca pozitiv",
|
||||||
|
|
|
@ -116,6 +116,11 @@
|
||||||
"Common.UI.HSBColorPicker.textNoColor": "Без цвета",
|
"Common.UI.HSBColorPicker.textNoColor": "Без цвета",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Скрыть пароль",
|
"Common.UI.InputFieldBtnPassword.textHintHidePwd": "Скрыть пароль",
|
||||||
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Показать пароль",
|
"Common.UI.InputFieldBtnPassword.textHintShowPwd": "Показать пароль",
|
||||||
|
"Common.UI.SearchBar.textFind": "Поиск",
|
||||||
|
"Common.UI.SearchBar.tipCloseSearch": "Закрыть поиск",
|
||||||
|
"Common.UI.SearchBar.tipNextResult": "Следующий результат",
|
||||||
|
"Common.UI.SearchBar.tipOpenAdvancedSettings": "Открыть дополнительные параметры",
|
||||||
|
"Common.UI.SearchBar.tipPreviousResult": "Предыдущий результат",
|
||||||
"Common.UI.SearchDialog.textHighlight": "Выделить результаты",
|
"Common.UI.SearchDialog.textHighlight": "Выделить результаты",
|
||||||
"Common.UI.SearchDialog.textMatchCase": "С учетом регистра",
|
"Common.UI.SearchDialog.textMatchCase": "С учетом регистра",
|
||||||
"Common.UI.SearchDialog.textReplaceDef": "Введите текст для замены",
|
"Common.UI.SearchDialog.textReplaceDef": "Введите текст для замены",
|
||||||
|
@ -128,11 +133,13 @@
|
||||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Заменить все",
|
"Common.UI.SearchDialog.txtBtnReplaceAll": "Заменить все",
|
||||||
"Common.UI.SynchronizeTip.textDontShow": "Больше не показывать это сообщение",
|
"Common.UI.SynchronizeTip.textDontShow": "Больше не показывать это сообщение",
|
||||||
"Common.UI.SynchronizeTip.textSynchronize": "Документ изменен другим пользователем.<br/>Нажмите, чтобы сохранить свои изменения и загрузить обновления.",
|
"Common.UI.SynchronizeTip.textSynchronize": "Документ изменен другим пользователем.<br/>Нажмите, чтобы сохранить свои изменения и загрузить обновления.",
|
||||||
|
"Common.UI.ThemeColorPalette.textRecentColors": "Недавние цвета",
|
||||||
"Common.UI.ThemeColorPalette.textStandartColors": "Стандартные цвета",
|
"Common.UI.ThemeColorPalette.textStandartColors": "Стандартные цвета",
|
||||||
"Common.UI.ThemeColorPalette.textThemeColors": "Цвета темы",
|
"Common.UI.ThemeColorPalette.textThemeColors": "Цвета темы",
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Классическая светлая",
|
"Common.UI.Themes.txtThemeClassicLight": "Классическая светлая",
|
||||||
"Common.UI.Themes.txtThemeDark": "Темная",
|
"Common.UI.Themes.txtThemeDark": "Темная",
|
||||||
"Common.UI.Themes.txtThemeLight": "Светлая",
|
"Common.UI.Themes.txtThemeLight": "Светлая",
|
||||||
|
"Common.UI.Themes.txtThemeSystem": "Системная",
|
||||||
"Common.UI.Window.cancelButtonText": "Отмена",
|
"Common.UI.Window.cancelButtonText": "Отмена",
|
||||||
"Common.UI.Window.closeButtonText": "Закрыть",
|
"Common.UI.Window.closeButtonText": "Закрыть",
|
||||||
"Common.UI.Window.noButtonText": "Нет",
|
"Common.UI.Window.noButtonText": "Нет",
|
||||||
|
@ -225,6 +232,7 @@
|
||||||
"Common.Views.Header.textSaveChanged": "Изменен",
|
"Common.Views.Header.textSaveChanged": "Изменен",
|
||||||
"Common.Views.Header.textSaveEnd": "Все изменения сохранены",
|
"Common.Views.Header.textSaveEnd": "Все изменения сохранены",
|
||||||
"Common.Views.Header.textSaveExpander": "Все изменения сохранены",
|
"Common.Views.Header.textSaveExpander": "Все изменения сохранены",
|
||||||
|
"Common.Views.Header.textShare": "Доступ",
|
||||||
"Common.Views.Header.textZoom": "Масштаб",
|
"Common.Views.Header.textZoom": "Масштаб",
|
||||||
"Common.Views.Header.tipAccessRights": "Управление правами доступа к документу",
|
"Common.Views.Header.tipAccessRights": "Управление правами доступа к документу",
|
||||||
"Common.Views.Header.tipDownload": "Скачать файл",
|
"Common.Views.Header.tipDownload": "Скачать файл",
|
||||||
|
@ -232,8 +240,10 @@
|
||||||
"Common.Views.Header.tipPrint": "Напечатать файл",
|
"Common.Views.Header.tipPrint": "Напечатать файл",
|
||||||
"Common.Views.Header.tipRedo": "Повторить",
|
"Common.Views.Header.tipRedo": "Повторить",
|
||||||
"Common.Views.Header.tipSave": "Сохранить",
|
"Common.Views.Header.tipSave": "Сохранить",
|
||||||
|
"Common.Views.Header.tipSearch": "Поиск",
|
||||||
"Common.Views.Header.tipUndo": "Отменить",
|
"Common.Views.Header.tipUndo": "Отменить",
|
||||||
"Common.Views.Header.tipUndock": "Открепить в отдельном окне",
|
"Common.Views.Header.tipUndock": "Открепить в отдельном окне",
|
||||||
|
"Common.Views.Header.tipUsers": "Просмотр пользователей",
|
||||||
"Common.Views.Header.tipViewSettings": "Параметры вида",
|
"Common.Views.Header.tipViewSettings": "Параметры вида",
|
||||||
"Common.Views.Header.tipViewUsers": "Просмотр пользователей и управление правами доступа к документу",
|
"Common.Views.Header.tipViewUsers": "Просмотр пользователей и управление правами доступа к документу",
|
||||||
"Common.Views.Header.txtAccessRights": "Изменить права доступа",
|
"Common.Views.Header.txtAccessRights": "Изменить права доступа",
|
||||||
|
@ -375,6 +385,38 @@
|
||||||
"Common.Views.ReviewPopover.txtEditTip": "Редактировать",
|
"Common.Views.ReviewPopover.txtEditTip": "Редактировать",
|
||||||
"Common.Views.SaveAsDlg.textLoading": "Загрузка",
|
"Common.Views.SaveAsDlg.textLoading": "Загрузка",
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Папка для сохранения",
|
"Common.Views.SaveAsDlg.textTitle": "Папка для сохранения",
|
||||||
|
"Common.Views.SearchPanel.textByColumns": "По столбцам",
|
||||||
|
"Common.Views.SearchPanel.textByRows": "По строкам",
|
||||||
|
"Common.Views.SearchPanel.textCaseSensitive": "С учетом регистра",
|
||||||
|
"Common.Views.SearchPanel.textCell": "Ячейка",
|
||||||
|
"Common.Views.SearchPanel.textCloseSearch": "Закрыть поиск",
|
||||||
|
"Common.Views.SearchPanel.textFind": "Поиск",
|
||||||
|
"Common.Views.SearchPanel.textFindAndReplace": "Поиск и замена",
|
||||||
|
"Common.Views.SearchPanel.textFormula": "Формула",
|
||||||
|
"Common.Views.SearchPanel.textFormulas": "Формулы",
|
||||||
|
"Common.Views.SearchPanel.textItemEntireCell": "Все содержимое ячеек",
|
||||||
|
"Common.Views.SearchPanel.textLookIn": "Область поиска",
|
||||||
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Сопоставление с использованием регулярных выражений",
|
||||||
|
"Common.Views.SearchPanel.textName": "Имя",
|
||||||
|
"Common.Views.SearchPanel.textNoMatches": "Совпадений нет",
|
||||||
|
"Common.Views.SearchPanel.textNoSearchResults": "Ничего не найдено",
|
||||||
|
"Common.Views.SearchPanel.textReplace": "Заменить",
|
||||||
|
"Common.Views.SearchPanel.textReplaceAll": "Заменить все",
|
||||||
|
"Common.Views.SearchPanel.textReplaceWith": "Заменить на",
|
||||||
|
"Common.Views.SearchPanel.textSearch": "Поиск",
|
||||||
|
"Common.Views.SearchPanel.textSearchOptions": "Параметры поиска",
|
||||||
|
"Common.Views.SearchPanel.textSearchResults": "Результаты поиска: {0}/{1}",
|
||||||
|
"Common.Views.SearchPanel.textSelectDataRange": "Выбор диапазона данных",
|
||||||
|
"Common.Views.SearchPanel.textSheet": "На листе",
|
||||||
|
"Common.Views.SearchPanel.textSpecificRange": "В указанном диапазоне",
|
||||||
|
"Common.Views.SearchPanel.textTooManyResults": "Слишком много результатов, чтобы отобразить их здесь",
|
||||||
|
"Common.Views.SearchPanel.textValue": "Значение",
|
||||||
|
"Common.Views.SearchPanel.textValues": "Значения",
|
||||||
|
"Common.Views.SearchPanel.textWholeWords": "Только слово целиком",
|
||||||
|
"Common.Views.SearchPanel.textWithin": "Искать",
|
||||||
|
"Common.Views.SearchPanel.textWorkbook": "В книге",
|
||||||
|
"Common.Views.SearchPanel.tipNextResult": "Следующий результат",
|
||||||
|
"Common.Views.SearchPanel.tipPreviousResult": "Предыдущий результат",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Загрузка",
|
"Common.Views.SelectFileDlg.textLoading": "Загрузка",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Выбрать источник данных",
|
"Common.Views.SelectFileDlg.textTitle": "Выбрать источник данных",
|
||||||
"Common.Views.SignDialog.textBold": "Полужирный",
|
"Common.Views.SignDialog.textBold": "Полужирный",
|
||||||
|
@ -668,8 +710,8 @@
|
||||||
"SSE.Controllers.Main.errorDefaultMessage": "Код ошибки: %1",
|
"SSE.Controllers.Main.errorDefaultMessage": "Код ошибки: %1",
|
||||||
"SSE.Controllers.Main.errorDeleteColumnContainsLockedCell": "Вы пытаетесь удалить столбец с заблокированной ячейкой. Заблокированные ячейки нельзя удалять, если лист защищен.<br>Чтобы удалить заблокированную ячейку, снимите защиту листа. Возможно, потребуется ввести пароль.",
|
"SSE.Controllers.Main.errorDeleteColumnContainsLockedCell": "Вы пытаетесь удалить столбец с заблокированной ячейкой. Заблокированные ячейки нельзя удалять, если лист защищен.<br>Чтобы удалить заблокированную ячейку, снимите защиту листа. Возможно, потребуется ввести пароль.",
|
||||||
"SSE.Controllers.Main.errorDeleteRowContainsLockedCell": "Вы пытаетесь удалить строку с заблокированной ячейкой. Заблокированные ячейки нельзя удалять, если лист защищен.<br>Чтобы удалить заблокированную ячейку, снимите защиту листа. Возможно, потребуется ввести пароль.",
|
"SSE.Controllers.Main.errorDeleteRowContainsLockedCell": "Вы пытаетесь удалить строку с заблокированной ячейкой. Заблокированные ячейки нельзя удалять, если лист защищен.<br>Чтобы удалить заблокированную ячейку, снимите защиту листа. Возможно, потребуется ввести пароль.",
|
||||||
"SSE.Controllers.Main.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.",
|
"SSE.Controllers.Main.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на диск.",
|
||||||
"SSE.Controllers.Main.errorEditingSaveas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Сохранить как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.",
|
"SSE.Controllers.Main.errorEditingSaveas": "В ходе работы с документом произошла ошибка.<br>Используйте опцию 'Сохранить как...', чтобы сохранить резервную копию файла на диск.",
|
||||||
"SSE.Controllers.Main.errorEditView": "Сейчас нельзя отредактировать существующее представление листа и нельзя создавать новые, так как некоторые из них редактируются.",
|
"SSE.Controllers.Main.errorEditView": "Сейчас нельзя отредактировать существующее представление листа и нельзя создавать новые, так как некоторые из них редактируются.",
|
||||||
"SSE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент",
|
"SSE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент",
|
||||||
"SSE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.",
|
"SSE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.",
|
||||||
|
@ -677,7 +719,7 @@
|
||||||
"SSE.Controllers.Main.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.<br>Обратитесь к администратору Сервера документов для получения дополнительной информации.",
|
"SSE.Controllers.Main.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.<br>Обратитесь к администратору Сервера документов для получения дополнительной информации.",
|
||||||
"SSE.Controllers.Main.errorFileVKey": "Внешняя ошибка.<br>Неверный ключ безопасности. Если ошибка повторяется, пожалуйста, обратитесь в службу поддержки.",
|
"SSE.Controllers.Main.errorFileVKey": "Внешняя ошибка.<br>Неверный ключ безопасности. Если ошибка повторяется, пожалуйста, обратитесь в службу поддержки.",
|
||||||
"SSE.Controllers.Main.errorFillRange": "Не удается заполнить выбранный диапазон ячеек.<br>Все объединенные ячейки должны быть одного размера.",
|
"SSE.Controllers.Main.errorFillRange": "Не удается заполнить выбранный диапазон ячеек.<br>Все объединенные ячейки должны быть одного размера.",
|
||||||
"SSE.Controllers.Main.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.",
|
"SSE.Controllers.Main.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на диск или повторите попытку позже.",
|
||||||
"SSE.Controllers.Main.errorFormulaName": "Ошибка во введенной формуле.<br>Использовано неверное имя формулы.",
|
"SSE.Controllers.Main.errorFormulaName": "Ошибка во введенной формуле.<br>Использовано неверное имя формулы.",
|
||||||
"SSE.Controllers.Main.errorFormulaParsing": "Внутренняя ошибка при синтаксическом анализе формулы.",
|
"SSE.Controllers.Main.errorFormulaParsing": "Внутренняя ошибка при синтаксическом анализе формулы.",
|
||||||
"SSE.Controllers.Main.errorFrmlMaxLength": "Длина формулы превышает ограничение в 8192 символа.<br>Отредактируйте ее и повторите попытку.",
|
"SSE.Controllers.Main.errorFrmlMaxLength": "Длина формулы превышает ограничение в 8192 символа.<br>Отредактируйте ее и повторите попытку.",
|
||||||
|
@ -784,8 +826,10 @@
|
||||||
"SSE.Controllers.Main.textPleaseWait": "Операция может занять больше времени, чем предполагалось. Пожалуйста, подождите...",
|
"SSE.Controllers.Main.textPleaseWait": "Операция может занять больше времени, чем предполагалось. Пожалуйста, подождите...",
|
||||||
"SSE.Controllers.Main.textReconnect": "Соединение восстановлено",
|
"SSE.Controllers.Main.textReconnect": "Соединение восстановлено",
|
||||||
"SSE.Controllers.Main.textRemember": "Запомнить мой выбор для всех файлов",
|
"SSE.Controllers.Main.textRemember": "Запомнить мой выбор для всех файлов",
|
||||||
|
"SSE.Controllers.Main.textRememberMacros": "Запомнить мой выбор для всех макросов",
|
||||||
"SSE.Controllers.Main.textRenameError": "Имя пользователя не должно быть пустым.",
|
"SSE.Controllers.Main.textRenameError": "Имя пользователя не должно быть пустым.",
|
||||||
"SSE.Controllers.Main.textRenameLabel": "Введите имя, которое будет использоваться для совместной работы",
|
"SSE.Controllers.Main.textRenameLabel": "Введите имя, которое будет использоваться для совместной работы",
|
||||||
|
"SSE.Controllers.Main.textRequestMacros": "Макрос делает запрос на URL. Вы хотите разрешить запрос на %1?",
|
||||||
"SSE.Controllers.Main.textShape": "Фигура",
|
"SSE.Controllers.Main.textShape": "Фигура",
|
||||||
"SSE.Controllers.Main.textStrict": "Строгий режим",
|
"SSE.Controllers.Main.textStrict": "Строгий режим",
|
||||||
"SSE.Controllers.Main.textTryUndoRedo": "Функции отмены и повтора действий отключены в Быстром режиме совместного редактирования.<br>Нажмите на кнопку 'Строгий режим' для переключения в Строгий режим совместного редактирования, чтобы редактировать файл без вмешательства других пользователей и отправлять изменения только после того, как вы их сохраните. Переключаться между режимами совместного редактирования можно с помощью Дополнительных параметров редактора.",
|
"SSE.Controllers.Main.textTryUndoRedo": "Функции отмены и повтора действий отключены в Быстром режиме совместного редактирования.<br>Нажмите на кнопку 'Строгий режим' для переключения в Строгий режим совместного редактирования, чтобы редактировать файл без вмешательства других пользователей и отправлять изменения только после того, как вы их сохраните. Переключаться между режимами совместного редактирования можно с помощью Дополнительных параметров редактора.",
|
||||||
|
@ -1071,6 +1115,10 @@
|
||||||
"SSE.Controllers.Print.textWarning": "Предупреждение",
|
"SSE.Controllers.Print.textWarning": "Предупреждение",
|
||||||
"SSE.Controllers.Print.txtCustom": "Пользовательская",
|
"SSE.Controllers.Print.txtCustom": "Пользовательская",
|
||||||
"SSE.Controllers.Print.warnCheckMargings": "Неправильные поля",
|
"SSE.Controllers.Print.warnCheckMargings": "Неправильные поля",
|
||||||
|
"SSE.Controllers.Search.textInvalidRange": "ОШИБКА! Недопустимый диапазон ячеек",
|
||||||
|
"SSE.Controllers.Search.textNoTextFound": "Искомые данные не найдены. Пожалуйста, измените параметры поиска.",
|
||||||
|
"SSE.Controllers.Search.textReplaceSkipped": "Замена выполнена. Пропущено вхождений - {0}.",
|
||||||
|
"SSE.Controllers.Search.textReplaceSuccess": "Поиск выполнен. Заменено совпадений: {0}",
|
||||||
"SSE.Controllers.Statusbar.errorLastSheet": "Рабочая книга должна содержать не менее одного видимого рабочего листа.",
|
"SSE.Controllers.Statusbar.errorLastSheet": "Рабочая книга должна содержать не менее одного видимого рабочего листа.",
|
||||||
"SSE.Controllers.Statusbar.errorRemoveSheet": "Не удалось удалить лист.",
|
"SSE.Controllers.Statusbar.errorRemoveSheet": "Не удалось удалить лист.",
|
||||||
"SSE.Controllers.Statusbar.strSheet": "Лист",
|
"SSE.Controllers.Statusbar.strSheet": "Лист",
|
||||||
|
@ -1577,6 +1625,7 @@
|
||||||
"SSE.Views.ChartDataRangeDialog.txtValues": "Значения",
|
"SSE.Views.ChartDataRangeDialog.txtValues": "Значения",
|
||||||
"SSE.Views.ChartDataRangeDialog.txtXValues": "Значения Х",
|
"SSE.Views.ChartDataRangeDialog.txtXValues": "Значения Х",
|
||||||
"SSE.Views.ChartDataRangeDialog.txtYValues": "Значения Y",
|
"SSE.Views.ChartDataRangeDialog.txtYValues": "Значения Y",
|
||||||
|
"SSE.Views.ChartSettings.errorMaxRows": "Максимальное число рядов данных для одной диаграммы: 255.",
|
||||||
"SSE.Views.ChartSettings.strLineWeight": "Толщина линии",
|
"SSE.Views.ChartSettings.strLineWeight": "Толщина линии",
|
||||||
"SSE.Views.ChartSettings.strSparkColor": "Цвет",
|
"SSE.Views.ChartSettings.strSparkColor": "Цвет",
|
||||||
"SSE.Views.ChartSettings.strTemplate": "Шаблон",
|
"SSE.Views.ChartSettings.strTemplate": "Шаблон",
|
||||||
|
@ -1598,6 +1647,7 @@
|
||||||
"SSE.Views.ChartSettings.textShow": "Показать",
|
"SSE.Views.ChartSettings.textShow": "Показать",
|
||||||
"SSE.Views.ChartSettings.textSize": "Размер",
|
"SSE.Views.ChartSettings.textSize": "Размер",
|
||||||
"SSE.Views.ChartSettings.textStyle": "Стиль",
|
"SSE.Views.ChartSettings.textStyle": "Стиль",
|
||||||
|
"SSE.Views.ChartSettings.textSwitch": "Переключить строку/столбец",
|
||||||
"SSE.Views.ChartSettings.textType": "Тип",
|
"SSE.Views.ChartSettings.textType": "Тип",
|
||||||
"SSE.Views.ChartSettings.textWidth": "Ширина",
|
"SSE.Views.ChartSettings.textWidth": "Ширина",
|
||||||
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "ОШИБКА! Максимальное число точек в серии для диаграммы составляет 4096.",
|
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "ОШИБКА! Максимальное число точек в серии для диаграммы составляет 4096.",
|
||||||
|
@ -1615,6 +1665,7 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textAxisPos": "Положение оси",
|
"SSE.Views.ChartSettingsDlg.textAxisPos": "Положение оси",
|
||||||
"SSE.Views.ChartSettingsDlg.textAxisSettings": "Параметры оси",
|
"SSE.Views.ChartSettingsDlg.textAxisSettings": "Параметры оси",
|
||||||
"SSE.Views.ChartSettingsDlg.textAxisTitle": "Заголовок",
|
"SSE.Views.ChartSettingsDlg.textAxisTitle": "Заголовок",
|
||||||
|
"SSE.Views.ChartSettingsDlg.textBase": "Базовый",
|
||||||
"SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Между делениями",
|
"SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Между делениями",
|
||||||
"SSE.Views.ChartSettingsDlg.textBillions": "Миллиарды",
|
"SSE.Views.ChartSettingsDlg.textBillions": "Миллиарды",
|
||||||
"SSE.Views.ChartSettingsDlg.textBottom": "Снизу",
|
"SSE.Views.ChartSettingsDlg.textBottom": "Снизу",
|
||||||
|
@ -1663,6 +1714,7 @@
|
||||||
"SSE.Views.ChartSettingsDlg.textLegendTop": "Сверху",
|
"SSE.Views.ChartSettingsDlg.textLegendTop": "Сверху",
|
||||||
"SSE.Views.ChartSettingsDlg.textLines": "Линии",
|
"SSE.Views.ChartSettingsDlg.textLines": "Линии",
|
||||||
"SSE.Views.ChartSettingsDlg.textLocationRange": "Диапазон расположения:",
|
"SSE.Views.ChartSettingsDlg.textLocationRange": "Диапазон расположения:",
|
||||||
|
"SSE.Views.ChartSettingsDlg.textLogScale": "Логарифмическая шкала",
|
||||||
"SSE.Views.ChartSettingsDlg.textLow": "Ниже",
|
"SSE.Views.ChartSettingsDlg.textLow": "Ниже",
|
||||||
"SSE.Views.ChartSettingsDlg.textMajor": "Основные",
|
"SSE.Views.ChartSettingsDlg.textMajor": "Основные",
|
||||||
"SSE.Views.ChartSettingsDlg.textMajorMinor": "Основные и дополнительные",
|
"SSE.Views.ChartSettingsDlg.textMajorMinor": "Основные и дополнительные",
|
||||||
|
@ -1854,7 +1906,9 @@
|
||||||
"SSE.Views.DocumentHolder.bottomCellText": "По нижнему краю",
|
"SSE.Views.DocumentHolder.bottomCellText": "По нижнему краю",
|
||||||
"SSE.Views.DocumentHolder.bulletsText": "Маркеры и нумерация",
|
"SSE.Views.DocumentHolder.bulletsText": "Маркеры и нумерация",
|
||||||
"SSE.Views.DocumentHolder.centerCellText": "По середине",
|
"SSE.Views.DocumentHolder.centerCellText": "По середине",
|
||||||
|
"SSE.Views.DocumentHolder.chartDataText": "Выбор данных для построения диаграммы",
|
||||||
"SSE.Views.DocumentHolder.chartText": "Дополнительные параметры диаграммы",
|
"SSE.Views.DocumentHolder.chartText": "Дополнительные параметры диаграммы",
|
||||||
|
"SSE.Views.DocumentHolder.chartTypeText": "Изменить тип диаграммы",
|
||||||
"SSE.Views.DocumentHolder.deleteColumnText": "Столбец",
|
"SSE.Views.DocumentHolder.deleteColumnText": "Столбец",
|
||||||
"SSE.Views.DocumentHolder.deleteRowText": "Строку",
|
"SSE.Views.DocumentHolder.deleteRowText": "Строку",
|
||||||
"SSE.Views.DocumentHolder.deleteTableText": "Таблицу",
|
"SSE.Views.DocumentHolder.deleteTableText": "Таблицу",
|
||||||
|
@ -2066,16 +2120,22 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Применить",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Применить",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Режим совместного редактирования",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Режим совместного редактирования",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Десятичный разделитель",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Десятичный разделитель",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strDictionaryLanguage": "Язык словаря",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Быстрый",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Быстрый",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "Хинтинг шрифтов",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "Хинтинг шрифтов",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Добавлять версию в хранилище после нажатия кнопки Сохранить или Ctrl+S",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Добавлять версию в хранилище после нажатия кнопки Сохранить или Ctrl+S",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Язык формул",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Язык формул",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Пример: СУММ; МИН; МАКС; СЧЁТ",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Пример: СУММ; МИН; МАКС; СЧЁТ",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsInUPPERCASE": "Пропускать слова из ПРОПИСНЫХ БУКВ",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsWithNumbers": "Пропускать слова с цифрами",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Настройки макросов",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Настройки макросов",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Вырезание, копирование и вставка",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Вырезание, копирование и вставка",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Показывать кнопку Параметры вставки при вставке содержимого",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Показывать кнопку Параметры вставки при вставке содержимого",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strReferenceStyle": "Стиль ссылок R1C1",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Региональные параметры",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Региональные параметры",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Пример:",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Пример:",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowComments": "Показывать комментарии на листе",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "Показывать решенные комментарии",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Строгий",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Строгий",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Тема интерфейса",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Тема интерфейса",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Разделитель разрядов тысяч",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Разделитель разрядов тысяч",
|
||||||
|
@ -2092,17 +2152,21 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Сохранение промежуточных версий",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Сохранение промежуточных версий",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "Каждую минуту",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "Каждую минуту",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Стиль ссылок",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Стиль ссылок",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtAutoCorrect": "Параметры автозамены...",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Белорусский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Белорусский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Болгарский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Болгарский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Каталонский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Каталонский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Режим кэширования по умолчанию",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Режим кэширования по умолчанию",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Сантиметр",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Сантиметр",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCollaboration": "Совместная работа",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "Чешский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "Чешский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "Датский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "Датский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Немецкий",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Немецкий",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEditingSaving": "Редактирование и сохранение",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "Греческий",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "Греческий",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "Английский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "Английский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Испанский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Испанский",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFastTip": "Совместное редактирование в режиме реального времени. Все изменения сохраняются автоматически",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "Финский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "Финский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Французский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Французский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "Венгерский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "Венгерский",
|
||||||
|
@ -2118,9 +2182,11 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "Норвежский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "Норвежский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "Голландский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "Голландский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Польский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Польский",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtProofing": "Правописание",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Пункт",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Пункт",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "Португальский (Бразилия)",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "Португальский (Бразилия)",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "Португальский (Португалия)",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "Португальский (Португалия)",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRegion": "Регион",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "Румынский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "Румынский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Русский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Русский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "Включить все",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "Включить все",
|
||||||
|
@ -2129,13 +2195,17 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "Словенский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "Словенский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Отключить все",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Отключить все",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Отключить все макросы без уведомления",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Отключить все макросы без уведомления",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStrictTip": "Используйте кнопку \"Сохранить\" для синхронизации изменений, внесенных вами и другими пользователями.",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSv": "Шведский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSv": "Шведский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtTr": "Турецкий",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtTr": "Турецкий",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUk": "Украинский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUk": "Украинский",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseAltKey": "Использовать клавишу Alt для навигации по интерфейсу с помощью клавиатуры",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseOptionKey": "Использовать клавишу Option для навигации по интерфейсу с помощью клавиатуры",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtVi": "Вьетнамский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtVi": "Вьетнамский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Показывать уведомление",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Показывать уведомление",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Отключить все макросы с уведомлением",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Отключить все макросы с уведомлением",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "как Windows",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "как Windows",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWorkspace": "Рабочая область",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Китайский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Китайский",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Внимание",
|
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Внимание",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "C помощью пароля",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "C помощью пароля",
|
||||||
|
|
|
@ -399,7 +399,6 @@
|
||||||
"textBottomBorder": "Aşağı Sərhəd",
|
"textBottomBorder": "Aşağı Sərhəd",
|
||||||
"textBringToForeground": "Ön plana Çıxarın",
|
"textBringToForeground": "Ön plana Çıxarın",
|
||||||
"textCell": "Xana",
|
"textCell": "Xana",
|
||||||
"textCellStyles": "Xana Üslubları",
|
|
||||||
"textCenter": "Mərkəz",
|
"textCenter": "Mərkəz",
|
||||||
"textChart": "Diaqram",
|
"textChart": "Diaqram",
|
||||||
"textChartTitle": "Diaqram Başlığı",
|
"textChartTitle": "Diaqram Başlığı",
|
||||||
|
@ -682,11 +681,11 @@
|
||||||
"txtTab": "Tab",
|
"txtTab": "Tab",
|
||||||
"warnDownloadAs": "Bu formatda yadda saxlamağa davam etsəniz, mətndən başqa bütün funksiyalar itiriləcək.<br>Davam etmək istədiyinizdən əminsiniz?",
|
"warnDownloadAs": "Bu formatda yadda saxlamağa davam etsəniz, mətndən başqa bütün funksiyalar itiriləcək.<br>Davam etmək istədiyinizdən əminsiniz?",
|
||||||
"textDarkTheme": "Dark Theme",
|
"textDarkTheme": "Dark Theme",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textDirection": "Direction",
|
"textRightToLeft": "Right To Left"
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -151,6 +151,7 @@
|
||||||
"textRemember": "Remember my choice",
|
"textRemember": "Remember my choice",
|
||||||
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
||||||
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
||||||
|
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
||||||
"textYes": "Yes",
|
"textYes": "Yes",
|
||||||
"titleServerVersion": "Editor updated",
|
"titleServerVersion": "Editor updated",
|
||||||
"titleUpdateVersion": "Version changed",
|
"titleUpdateVersion": "Version changed",
|
||||||
|
@ -160,8 +161,7 @@
|
||||||
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
||||||
"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.",
|
"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.",
|
||||||
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
||||||
"warnProcessRightsChange": "You don't have permission to edit the file.",
|
"warnProcessRightsChange": "You don't have permission to edit the file."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -258,8 +258,8 @@
|
||||||
"textRenameSheet": "Rename Sheet",
|
"textRenameSheet": "Rename Sheet",
|
||||||
"textSheet": "Sheet",
|
"textSheet": "Sheet",
|
||||||
"textSheetName": "Sheet Name",
|
"textSheetName": "Sheet Name",
|
||||||
"textUnhide": "Unhide",
|
|
||||||
"textTabColor": "Tab Color",
|
"textTabColor": "Tab Color",
|
||||||
|
"textUnhide": "Unhide",
|
||||||
"textWarnDeleteSheet": "The worksheet maybe has data. Proceed operation?"
|
"textWarnDeleteSheet": "The worksheet maybe has data. Proceed operation?"
|
||||||
},
|
},
|
||||||
"View": {
|
"View": {
|
||||||
|
@ -536,6 +536,7 @@
|
||||||
"textCustomSize": "Custom Size",
|
"textCustomSize": "Custom Size",
|
||||||
"textDarkTheme": "Dark Theme",
|
"textDarkTheme": "Dark Theme",
|
||||||
"textDelimeter": "Delimiter",
|
"textDelimeter": "Delimiter",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textDisableAll": "Disable All",
|
"textDisableAll": "Disable All",
|
||||||
"textDisableAllMacrosWithNotification": "Disable all macros with a notification",
|
"textDisableAllMacrosWithNotification": "Disable all macros with a notification",
|
||||||
"textDisableAllMacrosWithoutNotification": "Disable all macros without a notification",
|
"textDisableAllMacrosWithoutNotification": "Disable all macros without a notification",
|
||||||
|
@ -547,6 +548,7 @@
|
||||||
"textEnableAllMacrosWithoutNotification": "Enable all macros without a notification",
|
"textEnableAllMacrosWithoutNotification": "Enable all macros without a notification",
|
||||||
"textEncoding": "Encoding",
|
"textEncoding": "Encoding",
|
||||||
"textExample": "Example",
|
"textExample": "Example",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
"textFind": "Find",
|
"textFind": "Find",
|
||||||
"textFindAndReplace": "Find and Replace",
|
"textFindAndReplace": "Find and Replace",
|
||||||
"textFindAndReplaceAll": "Find and Replace All",
|
"textFindAndReplaceAll": "Find and Replace All",
|
||||||
|
@ -554,7 +556,6 @@
|
||||||
"textFormulaLanguage": "Formula Language",
|
"textFormulaLanguage": "Formula Language",
|
||||||
"textFormulas": "Formulas",
|
"textFormulas": "Formulas",
|
||||||
"textHelp": "Help",
|
"textHelp": "Help",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textHideGridlines": "Hide Gridlines",
|
"textHideGridlines": "Hide Gridlines",
|
||||||
"textHideHeadings": "Hide Headings",
|
"textHideHeadings": "Hide Headings",
|
||||||
"textHighlightRes": "Highlight results",
|
"textHighlightRes": "Highlight results",
|
||||||
|
@ -563,6 +564,7 @@
|
||||||
"textLastModified": "Last Modified",
|
"textLastModified": "Last Modified",
|
||||||
"textLastModifiedBy": "Last Modified By",
|
"textLastModifiedBy": "Last Modified By",
|
||||||
"textLeft": "Left",
|
"textLeft": "Left",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
"textLocation": "Location",
|
"textLocation": "Location",
|
||||||
"textLookIn": "Look In",
|
"textLookIn": "Look In",
|
||||||
"textMacrosSettings": "Macros Settings",
|
"textMacrosSettings": "Macros Settings",
|
||||||
|
@ -583,7 +585,9 @@
|
||||||
"textReplace": "Replace",
|
"textReplace": "Replace",
|
||||||
"textReplaceAll": "Replace All",
|
"textReplaceAll": "Replace All",
|
||||||
"textResolvedComments": "Resolved Comments",
|
"textResolvedComments": "Resolved Comments",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textRight": "Right",
|
"textRight": "Right",
|
||||||
|
"textRightToLeft": "Right To Left",
|
||||||
"textSearch": "Search",
|
"textSearch": "Search",
|
||||||
"textSearchBy": "Search",
|
"textSearchBy": "Search",
|
||||||
"textSearchIn": "Search In",
|
"textSearchIn": "Search In",
|
||||||
|
@ -634,11 +638,7 @@
|
||||||
"txtSemicolon": "Semicolon",
|
"txtSemicolon": "Semicolon",
|
||||||
"txtSpace": "Space",
|
"txtSpace": "Space",
|
||||||
"txtTab": "Tab",
|
"txtTab": "Tab",
|
||||||
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?",
|
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?"
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
|
|
|
@ -400,7 +400,6 @@
|
||||||
"textBottomBorder": "Vora inferior",
|
"textBottomBorder": "Vora inferior",
|
||||||
"textBringToForeground": "Porta al primer pla",
|
"textBringToForeground": "Porta al primer pla",
|
||||||
"textCell": "Cel·la",
|
"textCell": "Cel·la",
|
||||||
"textCellStyles": "Estils de cel·la",
|
|
||||||
"textCenter": "Centra",
|
"textCenter": "Centra",
|
||||||
"textChart": "Gràfic",
|
"textChart": "Gràfic",
|
||||||
"textChartTitle": "Títol del gràfic",
|
"textChartTitle": "Títol del gràfic",
|
||||||
|
@ -682,11 +681,11 @@
|
||||||
"txtSpace": "Espai",
|
"txtSpace": "Espai",
|
||||||
"txtTab": "Pestanya",
|
"txtTab": "Pestanya",
|
||||||
"warnDownloadAs": "Si continueu i deseu en aquest format, es perdran totes les característiques, excepte el text. <br>Voleu continuar?",
|
"warnDownloadAs": "Si continueu i deseu en aquest format, es perdran totes les característiques, excepte el text. <br>Voleu continuar?",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textDirection": "Direction",
|
"textRightToLeft": "Right To Left"
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -400,7 +400,6 @@
|
||||||
"textBottomBorder": "Dolní ohraničení",
|
"textBottomBorder": "Dolní ohraničení",
|
||||||
"textBringToForeground": "Přenést do popředí",
|
"textBringToForeground": "Přenést do popředí",
|
||||||
"textCell": "Buňka",
|
"textCell": "Buňka",
|
||||||
"textCellStyles": "Styly buňky",
|
|
||||||
"textCenter": "Na střed",
|
"textCenter": "Na střed",
|
||||||
"textChart": "Graf",
|
"textChart": "Graf",
|
||||||
"textChartTitle": "Název grafu",
|
"textChartTitle": "Název grafu",
|
||||||
|
@ -682,11 +681,11 @@
|
||||||
"txtSpace": "Mezera",
|
"txtSpace": "Mezera",
|
||||||
"txtTab": "Tabulátor",
|
"txtTab": "Tabulátor",
|
||||||
"warnDownloadAs": "Pokud budete pokračovat v ukládání v tomto formátu, vše kromě textu bude ztraceno.<br>Opravdu chcete pokračovat?",
|
"warnDownloadAs": "Pokud budete pokračovat v ukládání v tomto formátu, vše kromě textu bude ztraceno.<br>Opravdu chcete pokračovat?",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textDirection": "Direction",
|
"textRightToLeft": "Right To Left"
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -156,12 +156,12 @@
|
||||||
"textRemember": "Remember my choice",
|
"textRemember": "Remember my choice",
|
||||||
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
||||||
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
||||||
|
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
||||||
"titleUpdateVersion": "Version changed",
|
"titleUpdateVersion": "Version changed",
|
||||||
"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.",
|
"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.",
|
||||||
"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.",
|
"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.",
|
||||||
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
||||||
"warnProcessRightsChange": "You don't have permission to edit the file.",
|
"warnProcessRightsChange": "You don't have permission to edit the file."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -299,8 +299,8 @@
|
||||||
"textRenameSheet": "Rename Sheet",
|
"textRenameSheet": "Rename Sheet",
|
||||||
"textSheet": "Sheet",
|
"textSheet": "Sheet",
|
||||||
"textSheetName": "Sheet Name",
|
"textSheetName": "Sheet Name",
|
||||||
"textUnhide": "Unhide",
|
|
||||||
"textTabColor": "Tab Color",
|
"textTabColor": "Tab Color",
|
||||||
|
"textUnhide": "Unhide",
|
||||||
"textWarnDeleteSheet": "The worksheet maybe has data. Proceed operation?"
|
"textWarnDeleteSheet": "The worksheet maybe has data. Proceed operation?"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
|
@ -398,7 +398,6 @@
|
||||||
"textBottomBorder": "Bundkant",
|
"textBottomBorder": "Bundkant",
|
||||||
"textBringToForeground": "Før til forgrunden",
|
"textBringToForeground": "Før til forgrunden",
|
||||||
"textCell": "Celle",
|
"textCell": "Celle",
|
||||||
"textCellStyles": "Cellestilarter",
|
|
||||||
"textCenter": "Center",
|
"textCenter": "Center",
|
||||||
"textChart": "Diagram",
|
"textChart": "Diagram",
|
||||||
"textChartTitle": "Diagram titel",
|
"textChartTitle": "Diagram titel",
|
||||||
|
@ -650,12 +649,16 @@
|
||||||
"advDRMEnterPassword": "Your password, please:",
|
"advDRMEnterPassword": "Your password, please:",
|
||||||
"notcriticalErrorTitle": "Warning",
|
"notcriticalErrorTitle": "Warning",
|
||||||
"textDarkTheme": "Dark Theme",
|
"textDarkTheme": "Dark Theme",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
"textNoTextFound": "Text not found",
|
"textNoTextFound": "Text not found",
|
||||||
"textReplace": "Replace",
|
"textReplace": "Replace",
|
||||||
"textReplaceAll": "Replace All",
|
"textReplaceAll": "Replace All",
|
||||||
"textResolvedComments": "Resolved Comments",
|
"textResolvedComments": "Resolved Comments",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textRight": "Right",
|
"textRight": "Right",
|
||||||
|
"textRightToLeft": "Right To Left",
|
||||||
"textSearch": "Search",
|
"textSearch": "Search",
|
||||||
"textSearchBy": "Search",
|
"textSearchBy": "Search",
|
||||||
"textSearchIn": "Search In",
|
"textSearchIn": "Search In",
|
||||||
|
@ -682,11 +685,7 @@
|
||||||
"txtScheme21": "Verve",
|
"txtScheme21": "Verve",
|
||||||
"txtSemicolon": "Semicolon",
|
"txtSemicolon": "Semicolon",
|
||||||
"txtSpace": "Space",
|
"txtSpace": "Space",
|
||||||
"txtTab": "Tab",
|
"txtTab": "Tab"
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -400,7 +400,6 @@
|
||||||
"textBottomBorder": "Rahmenlinie unten",
|
"textBottomBorder": "Rahmenlinie unten",
|
||||||
"textBringToForeground": "In den Vordergrund bringen",
|
"textBringToForeground": "In den Vordergrund bringen",
|
||||||
"textCell": "Zelle",
|
"textCell": "Zelle",
|
||||||
"textCellStyles": "Zellenformatvorlagen",
|
|
||||||
"textCenter": "Zentriert",
|
"textCenter": "Zentriert",
|
||||||
"textChart": "Diagramm",
|
"textChart": "Diagramm",
|
||||||
"textChartTitle": "Diagrammtitel",
|
"textChartTitle": "Diagrammtitel",
|
||||||
|
@ -682,11 +681,11 @@
|
||||||
"txtSpace": "Leerzeichen",
|
"txtSpace": "Leerzeichen",
|
||||||
"txtTab": "Tab",
|
"txtTab": "Tab",
|
||||||
"warnDownloadAs": "Wenn Sie mit dem Speichern in diesem Format fortsetzen, werden alle Objekte außer Text verloren gehen.<br>Möchten Sie wirklich fortsetzen?",
|
"warnDownloadAs": "Wenn Sie mit dem Speichern in diesem Format fortsetzen, werden alle Objekte außer Text verloren gehen.<br>Möchten Sie wirklich fortsetzen?",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textDirection": "Direction",
|
"textRightToLeft": "Right To Left"
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -400,7 +400,6 @@
|
||||||
"textBottomBorder": "Κάτω Περίγραμμα",
|
"textBottomBorder": "Κάτω Περίγραμμα",
|
||||||
"textBringToForeground": "Μεταφορά στο Προσκήνιο",
|
"textBringToForeground": "Μεταφορά στο Προσκήνιο",
|
||||||
"textCell": "Κελί",
|
"textCell": "Κελί",
|
||||||
"textCellStyles": "Τεχνοτροπίες Κελιού",
|
|
||||||
"textCenter": "Κέντρο",
|
"textCenter": "Κέντρο",
|
||||||
"textChart": "Γράφημα",
|
"textChart": "Γράφημα",
|
||||||
"textChartTitle": "Τίτλος Γραφήματος",
|
"textChartTitle": "Τίτλος Γραφήματος",
|
||||||
|
@ -682,11 +681,11 @@
|
||||||
"txtSpace": "Κενό διάστημα",
|
"txtSpace": "Κενό διάστημα",
|
||||||
"txtTab": "Καρτέλα",
|
"txtTab": "Καρτέλα",
|
||||||
"warnDownloadAs": "Αν προχωρήσετε με την αποθήκευση σε αυτή τη μορφή, όλα τα χαρακτηριστικά πλην του κειμένου θα χαθούν.<br>Θέλετε σίγουρα να συνεχίσετε;",
|
"warnDownloadAs": "Αν προχωρήσετε με την αποθήκευση σε αυτή τη μορφή, όλα τα χαρακτηριστικά πλην του κειμένου θα χαθούν.<br>Θέλετε σίγουρα να συνεχίσετε;",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textDirection": "Direction",
|
"textRightToLeft": "Right To Left"
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -151,6 +151,7 @@
|
||||||
"textRemember": "Remember my choice",
|
"textRemember": "Remember my choice",
|
||||||
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
||||||
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
||||||
|
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
||||||
"textYes": "Yes",
|
"textYes": "Yes",
|
||||||
"titleServerVersion": "Editor updated",
|
"titleServerVersion": "Editor updated",
|
||||||
"titleUpdateVersion": "Version changed",
|
"titleUpdateVersion": "Version changed",
|
||||||
|
@ -160,8 +161,7 @@
|
||||||
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
|
||||||
"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.",
|
"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.",
|
||||||
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
||||||
"warnProcessRightsChange": "You don't have permission to edit the file.",
|
"warnProcessRightsChange": "You don't have permission to edit the file."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -299,8 +299,8 @@
|
||||||
"textRenameSheet": "Rename Sheet",
|
"textRenameSheet": "Rename Sheet",
|
||||||
"textSheet": "Sheet",
|
"textSheet": "Sheet",
|
||||||
"textSheetName": "Sheet Name",
|
"textSheetName": "Sheet Name",
|
||||||
"textUnhide": "Unhide",
|
|
||||||
"textTabColor": "Tab Color",
|
"textTabColor": "Tab Color",
|
||||||
|
"textUnhide": "Unhide",
|
||||||
"textWarnDeleteSheet": "The worksheet maybe has data. Proceed operation?"
|
"textWarnDeleteSheet": "The worksheet maybe has data. Proceed operation?"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
|
@ -400,7 +400,6 @@
|
||||||
"textBottomBorder": "Bottom Border",
|
"textBottomBorder": "Bottom Border",
|
||||||
"textBringToForeground": "Bring to Foreground",
|
"textBringToForeground": "Bring to Foreground",
|
||||||
"textCell": "Cell",
|
"textCell": "Cell",
|
||||||
"del_textCellStyles": "Cell Styles",
|
|
||||||
"textCellStyle": "Cell Style",
|
"textCellStyle": "Cell Style",
|
||||||
"textCenter": "Center",
|
"textCenter": "Center",
|
||||||
"textChart": "Chart",
|
"textChart": "Chart",
|
||||||
|
@ -582,6 +581,7 @@
|
||||||
"textCustomSize": "Custom Size",
|
"textCustomSize": "Custom Size",
|
||||||
"textDarkTheme": "Dark Theme",
|
"textDarkTheme": "Dark Theme",
|
||||||
"textDelimeter": "Delimiter",
|
"textDelimeter": "Delimiter",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textDisableAll": "Disable All",
|
"textDisableAll": "Disable All",
|
||||||
"textDisableAllMacrosWithNotification": "Disable all macros with a notification",
|
"textDisableAllMacrosWithNotification": "Disable all macros with a notification",
|
||||||
"textDisableAllMacrosWithoutNotification": "Disable all macros without a notification",
|
"textDisableAllMacrosWithoutNotification": "Disable all macros without a notification",
|
||||||
|
@ -593,6 +593,7 @@
|
||||||
"textEnableAllMacrosWithoutNotification": "Enable all macros without a notification",
|
"textEnableAllMacrosWithoutNotification": "Enable all macros without a notification",
|
||||||
"textEncoding": "Encoding",
|
"textEncoding": "Encoding",
|
||||||
"textExample": "Example",
|
"textExample": "Example",
|
||||||
|
"textFeedback": "Feedback & Support",
|
||||||
"textFind": "Find",
|
"textFind": "Find",
|
||||||
"textFindAndReplace": "Find and Replace",
|
"textFindAndReplace": "Find and Replace",
|
||||||
"textFindAndReplaceAll": "Find and Replace All",
|
"textFindAndReplaceAll": "Find and Replace All",
|
||||||
|
@ -600,7 +601,6 @@
|
||||||
"textFormulaLanguage": "Formula Language",
|
"textFormulaLanguage": "Formula Language",
|
||||||
"textFormulas": "Formulas",
|
"textFormulas": "Formulas",
|
||||||
"textHelp": "Help",
|
"textHelp": "Help",
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textHideGridlines": "Hide Gridlines",
|
"textHideGridlines": "Hide Gridlines",
|
||||||
"textHideHeadings": "Hide Headings",
|
"textHideHeadings": "Hide Headings",
|
||||||
"textHighlightRes": "Highlight results",
|
"textHighlightRes": "Highlight results",
|
||||||
|
@ -609,6 +609,7 @@
|
||||||
"textLastModified": "Last Modified",
|
"textLastModified": "Last Modified",
|
||||||
"textLastModifiedBy": "Last Modified By",
|
"textLastModifiedBy": "Last Modified By",
|
||||||
"textLeft": "Left",
|
"textLeft": "Left",
|
||||||
|
"textLeftToRight": "Left To Right",
|
||||||
"textLocation": "Location",
|
"textLocation": "Location",
|
||||||
"textLookIn": "Look In",
|
"textLookIn": "Look In",
|
||||||
"textMacrosSettings": "Macros Settings",
|
"textMacrosSettings": "Macros Settings",
|
||||||
|
@ -629,7 +630,9 @@
|
||||||
"textReplace": "Replace",
|
"textReplace": "Replace",
|
||||||
"textReplaceAll": "Replace All",
|
"textReplaceAll": "Replace All",
|
||||||
"textResolvedComments": "Resolved Comments",
|
"textResolvedComments": "Resolved Comments",
|
||||||
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textRight": "Right",
|
"textRight": "Right",
|
||||||
|
"textRightToLeft": "Right To Left",
|
||||||
"textSearch": "Search",
|
"textSearch": "Search",
|
||||||
"textSearchBy": "Search",
|
"textSearchBy": "Search",
|
||||||
"textSearchIn": "Search In",
|
"textSearchIn": "Search In",
|
||||||
|
@ -682,11 +685,7 @@
|
||||||
"txtSemicolon": "Semicolon",
|
"txtSemicolon": "Semicolon",
|
||||||
"txtSpace": "Space",
|
"txtSpace": "Space",
|
||||||
"txtTab": "Tab",
|
"txtTab": "Tab",
|
||||||
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?",
|
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?"
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -400,7 +400,6 @@
|
||||||
"textBottomBorder": "Borde inferior",
|
"textBottomBorder": "Borde inferior",
|
||||||
"textBringToForeground": "Traer al primer plano",
|
"textBringToForeground": "Traer al primer plano",
|
||||||
"textCell": "Celda",
|
"textCell": "Celda",
|
||||||
"textCellStyles": "Estilos de celda",
|
|
||||||
"textCenter": "Centro",
|
"textCenter": "Centro",
|
||||||
"textChart": "Gráfico",
|
"textChart": "Gráfico",
|
||||||
"textChartTitle": "Título del gráfico",
|
"textChartTitle": "Título del gráfico",
|
||||||
|
@ -682,11 +681,11 @@
|
||||||
"txtSpace": "Espacio",
|
"txtSpace": "Espacio",
|
||||||
"txtTab": "Pestaña",
|
"txtTab": "Pestaña",
|
||||||
"warnDownloadAs": "Si sigue guardando en este formato, todas las características a excepción del texto se perderán.<br>¿Está seguro de que desea continuar?",
|
"warnDownloadAs": "Si sigue guardando en este formato, todas las características a excepción del texto se perderán.<br>¿Está seguro de que desea continuar?",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textDirection": "Direction",
|
"textRightToLeft": "Right To Left"
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -151,6 +151,7 @@
|
||||||
"textRemember": "Gogoratu nire aukera",
|
"textRemember": "Gogoratu nire aukera",
|
||||||
"textReplaceSkipped": "Ordezkapena burutu da. {0} agerraldi saltatu dira.",
|
"textReplaceSkipped": "Ordezkapena burutu da. {0} agerraldi saltatu dira.",
|
||||||
"textReplaceSuccess": "Bilaketa burutu da. Ordezkatu diren agerraldiak: {0}",
|
"textReplaceSuccess": "Bilaketa burutu da. Ordezkatu diren agerraldiak: {0}",
|
||||||
|
"textRequestMacros": "Makro batek URL baterako eskaera egiten du. %1 URL-rako eskaera onartu nahi duzu?",
|
||||||
"textYes": "Bai",
|
"textYes": "Bai",
|
||||||
"titleServerVersion": "Editorea eguneratu da",
|
"titleServerVersion": "Editorea eguneratu da",
|
||||||
"titleUpdateVersion": "Bertsioa aldatu da",
|
"titleUpdateVersion": "Bertsioa aldatu da",
|
||||||
|
@ -160,8 +161,7 @@
|
||||||
"warnLicenseUsersExceeded": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan zure administratzailearekin informazio gehiagorako.",
|
"warnLicenseUsersExceeded": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan zure administratzailearekin informazio gehiagorako.",
|
||||||
"warnNoLicense": "Aldibereko konexioen mugara iritsi zara %1 editorerekin. Dokumentu hau bere bistaratzerako bakarrik irekiko da. Jarri harremanetan %1 salmenta taldearekin eguneraketa pertsonalaren baldintzak jakiteko.",
|
"warnNoLicense": "Aldibereko konexioen mugara iritsi zara %1 editorerekin. Dokumentu hau bere bistaratzerako bakarrik irekiko da. Jarri harremanetan %1 salmenta taldearekin eguneraketa pertsonalaren baldintzak jakiteko.",
|
||||||
"warnNoLicenseUsers": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
"warnNoLicenseUsers": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
||||||
"warnProcessRightsChange": "Ez duzu baimenik fitxategia editatzeko.",
|
"warnProcessRightsChange": "Ez duzu baimenik fitxategia editatzeko."
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -299,15 +299,15 @@
|
||||||
"textRenameSheet": "Orriari izena aldatu",
|
"textRenameSheet": "Orriari izena aldatu",
|
||||||
"textSheet": "Orria",
|
"textSheet": "Orria",
|
||||||
"textSheetName": "Orriaren izena",
|
"textSheetName": "Orriaren izena",
|
||||||
|
"textTabColor": "Fitxa kolorea",
|
||||||
"textUnhide": "Ezkutatzeaz utzi",
|
"textUnhide": "Ezkutatzeaz utzi",
|
||||||
"textWarnDeleteSheet": "Kalkulu-orriak datuak izan ditzake. Eragiketarekin jarraitu?",
|
"textWarnDeleteSheet": "Kalkulu-orriak datuak izan ditzake. Eragiketarekin jarraitu?"
|
||||||
"textTabColor": "Tab Color"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Gorde gabeko aldaketak dituzu dokumentu honetan. Egin klik \"Jarraitu orri honetan\" gordetze automatikoari itxaroteko. Egin klik \"Utzi orri hau\" gorde gabeko aldaketa guztiak baztertzeko.",
|
"dlgLeaveMsgText": "Gorde gabeko aldaketak dituzu dokumentu honetan. Egin klik \"Jarraitu orri honetan\" gordetze automatikoari itxaroteko. Egin klik \"Utzi orri hau\" gorde gabeko aldaketa guztiak baztertzeko.",
|
||||||
"dlgLeaveTitleText": "Aplikazioa uzten duzu",
|
"dlgLeaveTitleText": "Aplikazioa uzten duzu",
|
||||||
"leaveButtonText": "Orritik irten",
|
"leaveButtonText": "Orritik irten",
|
||||||
"stayButtonText": " Orri honetan geratu"
|
"stayButtonText": "Jarraitu orrian"
|
||||||
},
|
},
|
||||||
"View": {
|
"View": {
|
||||||
"Add": {
|
"Add": {
|
||||||
|
@ -400,7 +400,7 @@
|
||||||
"textBottomBorder": "Beheko ertza",
|
"textBottomBorder": "Beheko ertza",
|
||||||
"textBringToForeground": "Ekarri aurreko planora",
|
"textBringToForeground": "Ekarri aurreko planora",
|
||||||
"textCell": "Gelaxka",
|
"textCell": "Gelaxka",
|
||||||
"textCellStyles": "Gelaxka estiloak",
|
"textCellStyle": "Gelaxka estiloa",
|
||||||
"textCenter": "Erdia",
|
"textCenter": "Erdia",
|
||||||
"textChart": "Diagrama",
|
"textChart": "Diagrama",
|
||||||
"textChartTitle": "Diagramaren titulua",
|
"textChartTitle": "Diagramaren titulua",
|
||||||
|
@ -474,7 +474,7 @@
|
||||||
"textMajorAndMinor": "Nagusia eta bigarren mailakoa",
|
"textMajorAndMinor": "Nagusia eta bigarren mailakoa",
|
||||||
"textMajorType": "Mota nagusia",
|
"textMajorType": "Mota nagusia",
|
||||||
"textMaximumValue": "Gehienezko balioa",
|
"textMaximumValue": "Gehienezko balioa",
|
||||||
"textMedium": "Medioa",
|
"textMedium": "Ertaina",
|
||||||
"textMillions": "Milioiak",
|
"textMillions": "Milioiak",
|
||||||
"textMinimumValue": "Gutxieneko balioa",
|
"textMinimumValue": "Gutxieneko balioa",
|
||||||
"textMinor": "Txikiagoa",
|
"textMinor": "Txikiagoa",
|
||||||
|
@ -549,8 +549,7 @@
|
||||||
"textYen": "Yen",
|
"textYen": "Yen",
|
||||||
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
||||||
"txtSortHigh2Low": "Antolatu handienetik txikienera",
|
"txtSortHigh2Low": "Antolatu handienetik txikienera",
|
||||||
"txtSortLow2High": "Antolatu txikienetik handienera",
|
"txtSortLow2High": "Antolatu txikienetik handienera"
|
||||||
"textCellStyle": "Cell Style"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"advCSVOptions": "Hautatu CSV aukerak",
|
"advCSVOptions": "Hautatu CSV aukerak",
|
||||||
|
@ -582,6 +581,7 @@
|
||||||
"textCustomSize": "Tamaina pertsonalizatua",
|
"textCustomSize": "Tamaina pertsonalizatua",
|
||||||
"textDarkTheme": "Itxura iluna",
|
"textDarkTheme": "Itxura iluna",
|
||||||
"textDelimeter": "Mugatzailea",
|
"textDelimeter": "Mugatzailea",
|
||||||
|
"textDirection": "Norabidea",
|
||||||
"textDisableAll": "Desgaitu guztiak",
|
"textDisableAll": "Desgaitu guztiak",
|
||||||
"textDisableAllMacrosWithNotification": "Desgaitu makro guztiak jakinarazpen batekin",
|
"textDisableAllMacrosWithNotification": "Desgaitu makro guztiak jakinarazpen batekin",
|
||||||
"textDisableAllMacrosWithoutNotification": "Desgaitu makro guztiak jakinarazpenik gabe",
|
"textDisableAllMacrosWithoutNotification": "Desgaitu makro guztiak jakinarazpenik gabe",
|
||||||
|
@ -593,6 +593,7 @@
|
||||||
"textEnableAllMacrosWithoutNotification": "Gaitu makro guztiak jakinarazpenik gabe",
|
"textEnableAllMacrosWithoutNotification": "Gaitu makro guztiak jakinarazpenik gabe",
|
||||||
"textEncoding": "Kodeketa",
|
"textEncoding": "Kodeketa",
|
||||||
"textExample": "Adibidea",
|
"textExample": "Adibidea",
|
||||||
|
"textFeedback": "Oharrak eta laguntza",
|
||||||
"textFind": "Bilatu",
|
"textFind": "Bilatu",
|
||||||
"textFindAndReplace": "Bilatu eta ordeztu",
|
"textFindAndReplace": "Bilatu eta ordeztu",
|
||||||
"textFindAndReplaceAll": "Bilatu eta ordezkatu guztia",
|
"textFindAndReplaceAll": "Bilatu eta ordezkatu guztia",
|
||||||
|
@ -608,6 +609,7 @@
|
||||||
"textLastModified": "Azken aldaketa",
|
"textLastModified": "Azken aldaketa",
|
||||||
"textLastModifiedBy": "Azken aldaketaren egilea",
|
"textLastModifiedBy": "Azken aldaketaren egilea",
|
||||||
"textLeft": "Ezkerra",
|
"textLeft": "Ezkerra",
|
||||||
|
"textLeftToRight": "Ezkerretik eskuinera",
|
||||||
"textLocation": "Kokalekua",
|
"textLocation": "Kokalekua",
|
||||||
"textLookIn": "Begiratu hemen",
|
"textLookIn": "Begiratu hemen",
|
||||||
"textMacrosSettings": "Makroen ezarpenak",
|
"textMacrosSettings": "Makroen ezarpenak",
|
||||||
|
@ -628,7 +630,9 @@
|
||||||
"textReplace": "Ordeztu",
|
"textReplace": "Ordeztu",
|
||||||
"textReplaceAll": "Ordeztu guztia",
|
"textReplaceAll": "Ordeztu guztia",
|
||||||
"textResolvedComments": "Ebatzitako iruzkinak",
|
"textResolvedComments": "Ebatzitako iruzkinak",
|
||||||
|
"textRestartApplication": "Mesedez berrabiarazi aplikazioa aldaketek eragina izan dezaten",
|
||||||
"textRight": "Eskuina",
|
"textRight": "Eskuina",
|
||||||
|
"textRightToLeft": "Eskuinetik ezkerrera",
|
||||||
"textSearch": "Bilatu",
|
"textSearch": "Bilatu",
|
||||||
"textSearchBy": "Bilatu",
|
"textSearchBy": "Bilatu",
|
||||||
"textSearchIn": "Bilatu hemen",
|
"textSearchIn": "Bilatu hemen",
|
||||||
|
@ -647,7 +651,7 @@
|
||||||
"textUploaded": "Kargatuta",
|
"textUploaded": "Kargatuta",
|
||||||
"textValues": "Balioak",
|
"textValues": "Balioak",
|
||||||
"textVersion": "Bertsioa",
|
"textVersion": "Bertsioa",
|
||||||
"textWorkbook": "Lan liburua",
|
"textWorkbook": "Laneko liburua",
|
||||||
"txtColon": "Bi puntu",
|
"txtColon": "Bi puntu",
|
||||||
"txtComma": "Koma",
|
"txtComma": "Koma",
|
||||||
"txtDelimiter": "Mugatzailea",
|
"txtDelimiter": "Mugatzailea",
|
||||||
|
@ -681,12 +685,7 @@
|
||||||
"txtSemicolon": "Puntu eta koma",
|
"txtSemicolon": "Puntu eta koma",
|
||||||
"txtSpace": "Tartea",
|
"txtSpace": "Tartea",
|
||||||
"txtTab": "Fitxa",
|
"txtTab": "Fitxa",
|
||||||
"warnDownloadAs": "Formatu honetan gordetzen baduzu, testua ez diren ezaugarri guztiak galduko dira.<br> Ziur zaude aurrera jarraitu nahi duzula?",
|
"warnDownloadAs": "Formatu honetan gordetzen baduzu, testua ez diren ezaugarri guztiak galduko dira.<br> Ziur zaude aurrera jarraitu nahi duzula?"
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -400,7 +400,6 @@
|
||||||
"textBottomBorder": "Bordure inférieure",
|
"textBottomBorder": "Bordure inférieure",
|
||||||
"textBringToForeground": "Mettre au premier plan",
|
"textBringToForeground": "Mettre au premier plan",
|
||||||
"textCell": "Cellule",
|
"textCell": "Cellule",
|
||||||
"textCellStyles": "Styles cellule",
|
|
||||||
"textCenter": "Au centre",
|
"textCenter": "Au centre",
|
||||||
"textChart": "Graphique",
|
"textChart": "Graphique",
|
||||||
"textChartTitle": "Titre du graphique",
|
"textChartTitle": "Titre du graphique",
|
||||||
|
@ -682,11 +681,11 @@
|
||||||
"txtSpace": "Espace",
|
"txtSpace": "Espace",
|
||||||
"txtTab": "Tabulation",
|
"txtTab": "Tabulation",
|
||||||
"warnDownloadAs": "Si vous continuez à enregistrer dans ce format toutes les fonctions sauf le texte seront perdues.<br>Êtes-vous sûr de vouloir continuer?",
|
"warnDownloadAs": "Si vous continuez à enregistrer dans ce format toutes les fonctions sauf le texte seront perdues.<br>Êtes-vous sûr de vouloir continuer?",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textDirection": "Direction",
|
"textRightToLeft": "Right To Left"
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -400,7 +400,6 @@
|
||||||
"textBottomBorder": "Bordo inferior",
|
"textBottomBorder": "Bordo inferior",
|
||||||
"textBringToForeground": "Traer ao primeiro plano",
|
"textBringToForeground": "Traer ao primeiro plano",
|
||||||
"textCell": "Celda",
|
"textCell": "Celda",
|
||||||
"textCellStyles": "Estilos de celda",
|
|
||||||
"textCenter": "Centro",
|
"textCenter": "Centro",
|
||||||
"textChart": "Gráfico",
|
"textChart": "Gráfico",
|
||||||
"textChartTitle": "Título do gráfico",
|
"textChartTitle": "Título do gráfico",
|
||||||
|
@ -682,11 +681,11 @@
|
||||||
"txtSpace": "Espazo",
|
"txtSpace": "Espazo",
|
||||||
"txtTab": "Lapela",
|
"txtTab": "Lapela",
|
||||||
"warnDownloadAs": "Se segue gardando neste formato, todas as características a excepción do texto perderanse.<br>Te na certeza de que desexa continuar?",
|
"warnDownloadAs": "Se segue gardando neste formato, todas as características a excepción do texto perderanse.<br>Te na certeza de que desexa continuar?",
|
||||||
|
"textDirection": "Direction",
|
||||||
"textFeedback": "Feedback & Support",
|
"textFeedback": "Feedback & Support",
|
||||||
"textLeftToRight": "Left To Right",
|
"textLeftToRight": "Left To Right",
|
||||||
"textRightToLeft": "Right To Left",
|
"textRestartApplication": "Please restart the application for the changes to take effect",
|
||||||
"textDirection": "Direction",
|
"textRightToLeft": "Right To Left"
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue