commit
434493654e
|
@ -27,7 +27,7 @@ const PageAbout = props => {
|
|||
sse: 'SPREADSHEET EDITOR'
|
||||
};
|
||||
|
||||
const nameEditor = editors[editorType];
|
||||
const nameEditor = (_t.textEditor || editors[editorType]).toUpperCase();
|
||||
|
||||
return (
|
||||
<Page className="about">
|
||||
|
|
|
@ -170,7 +170,7 @@ define([
|
|||
this.btnAbout.on('toggle', this.onBtnMenuToggle.bind(this));
|
||||
|
||||
this.menuFile = new DE.Views.FileMenu();
|
||||
this.btnAbout.panel = new Common.Views.About({el: '#about-menu-panel', appName: 'Document Editor'});
|
||||
this.btnAbout.panel = new Common.Views.About({el: '#about-menu-panel', appName: this.txtEditor});
|
||||
|
||||
this.btnThumbnails = new Common.UI.Button({
|
||||
el: $markup.elementById('#left-btn-thumbnails'),
|
||||
|
@ -528,6 +528,7 @@ define([
|
|||
txtTrialDev: 'Trial Developer Mode',
|
||||
tipNavigation: 'Navigation',
|
||||
tipOutline: 'Headings',
|
||||
txtLimit: 'Limit Access'
|
||||
txtLimit: 'Limit Access',
|
||||
txtEditor: 'Document Editor'
|
||||
}, DE.Views.LeftMenu || {}));
|
||||
});
|
||||
|
|
|
@ -2050,6 +2050,7 @@
|
|||
"DE.Views.LeftMenu.txtLimit": "Limit Access",
|
||||
"DE.Views.LeftMenu.txtTrial": "TRIAL MODE",
|
||||
"DE.Views.LeftMenu.txtTrialDev": "Trial Developer Mode",
|
||||
"DE.Views.LeftMenu.txtEditor": "Document Editor",
|
||||
"DE.Views.LineNumbersDialog.textAddLineNumbering": "Add line numbering",
|
||||
"DE.Views.LineNumbersDialog.textApplyTo": "Apply changes to",
|
||||
"DE.Views.LineNumbersDialog.textContinuous": "Continuous",
|
||||
|
|
|
@ -2050,6 +2050,7 @@
|
|||
"DE.Views.LeftMenu.txtLimit": "Ограниченный доступ",
|
||||
"DE.Views.LeftMenu.txtTrial": "ПРОБНЫЙ РЕЖИМ",
|
||||
"DE.Views.LeftMenu.txtTrialDev": "Пробный режим разработчика",
|
||||
"DE.Views.LeftMenu.txtEditor": "Редактор документов",
|
||||
"DE.Views.LineNumbersDialog.textAddLineNumbering": "Добавить нумерацию строк",
|
||||
"DE.Views.LineNumbersDialog.textApplyTo": "Применить изменения к",
|
||||
"DE.Views.LineNumbersDialog.textContinuous": "Непрерывная",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-poçt",
|
||||
"textPoweredBy": "ilə enerji ilə təmin olunur",
|
||||
"textTel": "Telefon",
|
||||
"textVersion": "Versiya"
|
||||
"textVersion": "Versiya",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Xəbərdarlıq",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Электронная пошта",
|
||||
"textPoweredBy": "Распрацавана",
|
||||
"textTel": "Тэлефон",
|
||||
"textVersion": "Версія"
|
||||
"textVersion": "Версія",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Увага",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Correu electrònic",
|
||||
"textPoweredBy": "Amb tecnologia de",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Versió"
|
||||
"textVersion": "Versió",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Advertiment",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Poháněno",
|
||||
"textTel": "Telefon",
|
||||
"textVersion": "Verze"
|
||||
"textVersion": "Verze",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Varování",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-Mail",
|
||||
"textPoweredBy": "Unterstützt von",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warnung",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Ηλεκτρονική διεύθυνση",
|
||||
"textPoweredBy": "Υποστηρίζεται Από",
|
||||
"textTel": "Τηλ",
|
||||
"textVersion": "Έκδοση"
|
||||
"textVersion": "Έκδοση",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Προειδοποίηση",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Correo",
|
||||
"textPoweredBy": "Con tecnología de",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versión "
|
||||
"textVersion": "Versión ",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Advertencia",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Posta elektronikoa",
|
||||
"textPoweredBy": "Garatzailea:",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Bertsioa"
|
||||
"textVersion": "Bertsioa",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Abisua",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mail",
|
||||
"textPoweredBy": "Réalisation",
|
||||
"textTel": "Tél.",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Avertissement",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Correo electrónico",
|
||||
"textPoweredBy": "Desenvolvido por",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versión"
|
||||
"textVersion": "Versión",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Aviso",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mail",
|
||||
"textPoweredBy": "Powered by",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Verzió"
|
||||
"textVersion": "Verzió",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Figyelmeztetés",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Didukung oleh",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versi"
|
||||
"textVersion": "Versi",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Peringatan",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Sviluppato da",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versione"
|
||||
"textVersion": "Versione",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Avvertimento",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "メール",
|
||||
"textPoweredBy": "によって提供されています",
|
||||
"textTel": "電話",
|
||||
"textVersion": "バージョン"
|
||||
"textVersion": "バージョン",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": " 警告",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "이메일",
|
||||
"textPoweredBy": "기술 지원",
|
||||
"textTel": "전화 번호",
|
||||
"textVersion": "버전"
|
||||
"textVersion": "버전",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "경고",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "ອີເມລ",
|
||||
"textPoweredBy": "ສ້າງໂດຍ",
|
||||
"textTel": "ໂທ",
|
||||
"textVersion": "ລຸ້ນ"
|
||||
"textVersion": "ລຸ້ນ",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "ເຕືອນ",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mel",
|
||||
"textPoweredBy": "Dikuasakan Oleh",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versi"
|
||||
"textVersion": "Versi",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Amaran",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mail",
|
||||
"textPoweredBy": "Aangedreven door",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Versie"
|
||||
"textVersion": "Versie",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Waarschuwing",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mail",
|
||||
"textPoweredBy": "Desenvolvido por",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versão"
|
||||
"textVersion": "Versão",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Aviso",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Desenvolvido por",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versão"
|
||||
"textVersion": "Versão",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Aviso",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Dezvoltat de",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versiune"
|
||||
"textVersion": "Versiune",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Avertisment",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Еmail",
|
||||
"textPoweredBy": "Разработано",
|
||||
"textTel": "Телефон",
|
||||
"textVersion": "Версия"
|
||||
"textVersion": "Версия",
|
||||
"textEditor": "Редактор документов"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Внимание",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Poháňaný ",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Verzia"
|
||||
"textVersion": "Verzia",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Upozornenie",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-posta",
|
||||
"textPoweredBy": "Tarafından",
|
||||
"textTel": "Telefon",
|
||||
"textVersion": "Sürüm"
|
||||
"textVersion": "Sürüm",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Dikkat",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Розроблено",
|
||||
"textTel": "Телефон",
|
||||
"textVersion": "Версія"
|
||||
"textVersion": "Версія",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Увага",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "電子郵件",
|
||||
"textPoweredBy": "於支援",
|
||||
"textTel": "電話",
|
||||
"textVersion": "版本"
|
||||
"textVersion": "版本",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "警告",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "电子邮件",
|
||||
"textPoweredBy": "技术支持",
|
||||
"textTel": "电话",
|
||||
"textVersion": "版本"
|
||||
"textVersion": "版本",
|
||||
"textEditor": "Document Editor"
|
||||
},
|
||||
"Add": {
|
||||
"notcriticalErrorTitle": "警告",
|
||||
|
|
|
@ -166,7 +166,7 @@ define([
|
|||
this.btnAbout.on('click', _.bind(this.onFullMenuClick, this));
|
||||
|
||||
this.menuFile = new PE.Views.FileMenu({});
|
||||
this.btnAbout.panel = (new Common.Views.About({el: '#about-menu-panel', appName: 'Presentation Editor'}));
|
||||
this.btnAbout.panel = (new Common.Views.About({el: '#about-menu-panel', appName: this.txtEditor}));
|
||||
this.$el.html($markup);
|
||||
|
||||
return this;
|
||||
|
@ -480,6 +480,7 @@ define([
|
|||
txtDeveloper: 'DEVELOPER MODE',
|
||||
txtTrial: 'TRIAL MODE',
|
||||
txtTrialDev: 'Trial Developer Mode',
|
||||
txtLimit: 'Limit Access'
|
||||
txtLimit: 'Limit Access',
|
||||
txtEditor: 'Presentation Editor'
|
||||
}, PE.Views.LeftMenu || {}));
|
||||
});
|
||||
|
|
|
@ -1772,6 +1772,7 @@
|
|||
"PE.Views.LeftMenu.txtLimit": "Limit Access",
|
||||
"PE.Views.LeftMenu.txtTrial": "TRIAL MODE",
|
||||
"PE.Views.LeftMenu.txtTrialDev": "Trial Developer Mode",
|
||||
"PE.Views.LeftMenu.txtEditor": "Presentation Editor",
|
||||
"PE.Views.ParagraphSettings.strLineHeight": "Line Spacing",
|
||||
"PE.Views.ParagraphSettings.strParagraphSpacing": "Paragraph Spacing",
|
||||
"PE.Views.ParagraphSettings.strSpacingAfter": "After",
|
||||
|
|
|
@ -1772,6 +1772,7 @@
|
|||
"PE.Views.LeftMenu.txtLimit": "Ограниченный доступ",
|
||||
"PE.Views.LeftMenu.txtTrial": "ПРОБНЫЙ РЕЖИМ",
|
||||
"PE.Views.LeftMenu.txtTrialDev": "Пробный режим разработчика",
|
||||
"PE.Views.LeftMenu.txtEditor": "Редактор презентаций",
|
||||
"PE.Views.ParagraphSettings.strLineHeight": "Междустрочный интервал",
|
||||
"PE.Views.ParagraphSettings.strParagraphSpacing": "Интервал между абзацами",
|
||||
"PE.Views.ParagraphSettings.strSpacingAfter": "После",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-poçt",
|
||||
"textPoweredBy": "ilə enerji ilə təmin olunur",
|
||||
"textTel": "Telefon",
|
||||
"textVersion": "Versiya"
|
||||
"textVersion": "Versiya",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Электронная пошта",
|
||||
"textPoweredBy": "Распрацавана",
|
||||
"textTel": "Тэлефон",
|
||||
"textVersion": "Версія"
|
||||
"textVersion": "Версія",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Correu electrònic",
|
||||
"textPoweredBy": "Amb tecnologia de",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versió"
|
||||
"textVersion": "Versió",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Poháněno",
|
||||
"textTel": "Telefon",
|
||||
"textVersion": "Verze"
|
||||
"textVersion": "Verze",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-Mail",
|
||||
"textPoweredBy": "Unterstützt von",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Υποστηρίζεται Από",
|
||||
"textTel": "Τηλ",
|
||||
"textVersion": "Έκδοση"
|
||||
"textVersion": "Έκδοση",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Correo",
|
||||
"textPoweredBy": "Con tecnología de",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versión "
|
||||
"textVersion": "Versión ",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Posta elektronikoa",
|
||||
"textPoweredBy": "Garatzailea:",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Bertsioa"
|
||||
"textVersion": "Bertsioa",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mail",
|
||||
"textPoweredBy": "Réalisation",
|
||||
"textTel": "Tél.",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Correo electrónico",
|
||||
"textPoweredBy": "Desenvolvido por",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versión "
|
||||
"textVersion": "Versión ",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mail",
|
||||
"textPoweredBy": "Powered by",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Verzió"
|
||||
"textVersion": "Verzió",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Didukung oleh",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versi"
|
||||
"textVersion": "Versi",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Sviluppato da",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Versione"
|
||||
"textVersion": "Versione",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "メール",
|
||||
"textPoweredBy": "によって提供されています",
|
||||
"textTel": "電話",
|
||||
"textVersion": "バージョン"
|
||||
"textVersion": "バージョン",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "이메일",
|
||||
"textPoweredBy": "기술 지원",
|
||||
"textTel": "전화 번호",
|
||||
"textVersion": "버전"
|
||||
"textVersion": "버전",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "ອີເມລ",
|
||||
"textPoweredBy": "ສ້າງໂດຍ",
|
||||
"textTel": "ໂທ",
|
||||
"textVersion": "ລຸ້ນ"
|
||||
"textVersion": "ລຸ້ນ",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mel",
|
||||
"textPoweredBy": "Dikuasakan Oleh",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versi"
|
||||
"textVersion": "Versi",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mail",
|
||||
"textPoweredBy": "Aangedreven door",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Versie"
|
||||
"textVersion": "Versie",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Desenvolvido por",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versão"
|
||||
"textVersion": "Versão",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Desenvolvido por",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versão"
|
||||
"textVersion": "Versão",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Dezvoltat de",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versiune"
|
||||
"textVersion": "Versiune",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Еmail",
|
||||
"textPoweredBy": "Разработано",
|
||||
"textTel": "Телефон",
|
||||
"textVersion": "Версия"
|
||||
"textVersion": "Версия",
|
||||
"textEditor": "Редактор презентаций"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Poháňaný ",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Verzia"
|
||||
"textVersion": "Verzia",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-posta",
|
||||
"textPoweredBy": "Tarafından",
|
||||
"textTel": "Telefon",
|
||||
"textVersion": "Sürüm"
|
||||
"textVersion": "Sürüm",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "電子郵件",
|
||||
"textPoweredBy": "於支援",
|
||||
"textTel": "電話",
|
||||
"textVersion": "版本"
|
||||
"textVersion": "版本",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "电子邮件",
|
||||
"textPoweredBy": "支持方",
|
||||
"textTel": "电话",
|
||||
"textVersion": "版本"
|
||||
"textVersion": "版本",
|
||||
"textEditor": "Presentation Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -157,7 +157,7 @@ define([
|
|||
this.btnAbout.on('toggle', _.bind(this.onBtnMenuToggle, this));
|
||||
|
||||
this.menuFile = new SSE.Views.FileMenu({});
|
||||
this.btnAbout.panel = (new Common.Views.About({el: '#about-menu-panel', appName: 'Spreadsheet Editor'}));
|
||||
this.btnAbout.panel = (new Common.Views.About({el: '#about-menu-panel', appName: this.txtEditor}));
|
||||
this.$el.html($markup);
|
||||
|
||||
return this;
|
||||
|
@ -468,6 +468,7 @@ define([
|
|||
txtTrial: 'TRIAL MODE',
|
||||
tipSpellcheck: 'Spell checking',
|
||||
txtTrialDev: 'Trial Developer Mode',
|
||||
txtLimit: 'Limit Access'
|
||||
txtLimit: 'Limit Access',
|
||||
txtEditor: 'Spreadsheet Editor'
|
||||
}, SSE.Views.LeftMenu || {}));
|
||||
});
|
||||
|
|
|
@ -2528,6 +2528,7 @@
|
|||
"SSE.Views.LeftMenu.txtLimit": "Limit Access",
|
||||
"SSE.Views.LeftMenu.txtTrial": "TRIAL MODE",
|
||||
"SSE.Views.LeftMenu.txtTrialDev": "Trial Developer Mode",
|
||||
"SSE.Views.LeftMenu.txtEditor": "Spreadsheet Editor",
|
||||
"SSE.Views.MacroDialog.textMacro": "Macro name",
|
||||
"SSE.Views.MacroDialog.textTitle": "Assign Macro",
|
||||
"SSE.Views.MainSettingsPrint.okButtonText": "Save",
|
||||
|
|
|
@ -2528,6 +2528,7 @@
|
|||
"SSE.Views.LeftMenu.txtLimit": "Ограниченный доступ",
|
||||
"SSE.Views.LeftMenu.txtTrial": "ПРОБНЫЙ РЕЖИМ",
|
||||
"SSE.Views.LeftMenu.txtTrialDev": "Пробный режим разработчика",
|
||||
"SSE.Views.LeftMenu.txtEditor": "Редактор таблиц",
|
||||
"SSE.Views.MacroDialog.textMacro": "Имя макроса",
|
||||
"SSE.Views.MacroDialog.textTitle": "Назначить макрос",
|
||||
"SSE.Views.MainSettingsPrint.okButtonText": "Сохранить",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-poçt",
|
||||
"textPoweredBy": "ilə enerji ilə təmin olunur",
|
||||
"textTel": "Telefon",
|
||||
"textVersion": "Versiya"
|
||||
"textVersion": "Versiya",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Correu electrònic",
|
||||
"textPoweredBy": "Amb tecnologia de",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versió"
|
||||
"textVersion": "Versió",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Poháněno",
|
||||
"textTel": "Telefon",
|
||||
"textVersion": "Verze"
|
||||
"textVersion": "Verze",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mail",
|
||||
"textPoweredBy": "Drevet af",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-Mail",
|
||||
"textPoweredBy": "Unterstützt von",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Υποστηρίζεται Από",
|
||||
"textTel": "Τηλ",
|
||||
"textVersion": "Έκδοση"
|
||||
"textVersion": "Έκδοση",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Powered By",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Correo",
|
||||
"textPoweredBy": "Con tecnología de",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versión "
|
||||
"textVersion": "Versión ",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Posta elektronikoa",
|
||||
"textPoweredBy": "Garatzailea:",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Bertsioa"
|
||||
"textVersion": "Bertsioa",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mail",
|
||||
"textPoweredBy": "Réalisation",
|
||||
"textTel": "Tél.",
|
||||
"textVersion": "Version"
|
||||
"textVersion": "Version",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Correo electrónico",
|
||||
"textPoweredBy": "Desenvolvido por",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versión"
|
||||
"textVersion": "Versión",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "E-mail",
|
||||
"textPoweredBy": "Powered by",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Verzió"
|
||||
"textVersion": "Verzió",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Didukung oleh",
|
||||
"textTel": "Tel",
|
||||
"textVersion": "Versi"
|
||||
"textVersion": "Versi",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "Email",
|
||||
"textPoweredBy": "Sviluppato da",
|
||||
"textTel": "Tel.",
|
||||
"textVersion": "Versione"
|
||||
"textVersion": "Versione",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "メール",
|
||||
"textPoweredBy": "によって提供されています",
|
||||
"textTel": "電話",
|
||||
"textVersion": "バージョン"
|
||||
"textVersion": "バージョン",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "이메일",
|
||||
"textPoweredBy": "기술 지원",
|
||||
"textTel": "전화 번호",
|
||||
"textVersion": "버전"
|
||||
"textVersion": "버전",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"textEmail": "ອີເມລ",
|
||||
"textPoweredBy": "ສ້າງໂດຍ",
|
||||
"textTel": "ໂທ",
|
||||
"textVersion": "ລຸ້ນ"
|
||||
"textVersion": "ລຸ້ນ",
|
||||
"textEditor": "Spreadsheet Editor"
|
||||
},
|
||||
"Common": {
|
||||
"Collaboration": {
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue