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