diff --git a/apps/common/main/lib/util/define.js b/apps/common/main/lib/util/define.js
index 6d0bdc0b8..b0dae8936 100644
--- a/apps/common/main/lib/util/define.js
+++ b/apps/common/main/lib/util/define.js
@@ -915,9 +915,11 @@ define(function(){ 'use strict';
{group: 'menu-effect-group-entrance', level: 'menu-effect-level-exciting', value: AscFormat.ENTRANCE_WHIP, displayValue: this.textWhip},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-basic', value: AscFormat.EMPHASIS_FILL_COLOR, displayValue: this.textFillColor},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-basic', value: AscFormat.EMPHASIS_GROW_SHRINK, displayValue: this.textGrowShrink},
+ {group: 'menu-effect-group-emphasis', level: 'menu-effect-level-basic', value: AscFormat.EMPHASIS_FONT_COLOR, displayValue: this.textFontColor, notsupported: true},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-basic', value: AscFormat.EMPHASIS_LINE_COLOR, displayValue: this.textLineColor},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-basic', value: AscFormat.EMPHASIS_SPIN, displayValue: this.textSpin},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-basic', value: AscFormat.EMPHASIS_TRANSPARENCY, displayValue: this.textTransparency},
+ {group: 'menu-effect-group-emphasis', level: 'menu-effect-level-subtle', value: AscFormat.EMPHASIS_BOLD_FLASH, displayValue: this.textBoldFlash, notsupported: true},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-subtle', value: AscFormat.EMPHASIS_COMPLEMENTARY_COLOR, displayValue: this.textComplementaryColor},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-subtle', value: AscFormat.EMPHASIS_COMPLEMENTARY_COLOR_2, displayValue: this.textComplementaryColor2},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-subtle', value: AscFormat.EMPHASIS_CONTRASTING_COLOR, displayValue: this.textContrastingColor},
@@ -926,11 +928,15 @@ define(function(){ 'use strict';
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-subtle', value: AscFormat.EMPHASIS_LIGHTEN, displayValue: this.textLighten},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-subtle', value: AscFormat.EMPHASIS_OBJECT_COLOR, displayValue: this.textObjectColor},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-subtle', value: AscFormat.EMPHASIS_PULSE, displayValue: this.textPulse},
+ {group: 'menu-effect-group-emphasis', level: 'menu-effect-level-subtle', value: AscFormat.EMPHASIS_UNDERLINE, displayValue: this.textUnderline, notsupported: true},
+ {group: 'menu-effect-group-emphasis', level: 'menu-effect-level-subtle', value: AscFormat.EMPHASIS_BRUSH_COLOR, displayValue: this.textBrushColor, notsupported: true},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-moderate', value: AscFormat.EMPHASIS_COLOR_PULSE, displayValue: this.textColorPulse},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-moderate', value: AscFormat.EMPHASIS_GROW_WITH_COLOR, displayValue: this.textGrowWithColor},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-moderate', value: AscFormat.EMPHASIS_SHIMMER, displayValue: this.textShimmer},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-moderate', value: AscFormat.EMPHASIS_TEETER, displayValue: this.textTeeter},
{group: 'menu-effect-group-emphasis', level: 'menu-effect-level-exciting', value: AscFormat.EMPHASIS_BLINK, displayValue: this.textBlink},
+ {group: 'menu-effect-group-emphasis', level: 'menu-effect-level-exciting', value: AscFormat.EMPHASIS_BOLD_REVEAL, displayValue: this.textBoldReveal, notsupported: true},
+ {group: 'menu-effect-group-emphasis', level: 'menu-effect-level-exciting', value: AscFormat.EMPHASIS_WAVE, displayValue: this.textWave, notsupported: true},
{group: 'menu-effect-group-exit', level: 'menu-effect-level-basic', value: AscFormat.EXIT_BLINDS, displayValue: this.textBlinds},
{group: 'menu-effect-group-exit', level: 'menu-effect-level-basic', value: AscFormat.EXIT_BOX, displayValue: this.textBox, familyEffect: 'shape'},
{group: 'menu-effect-group-exit', level: 'menu-effect-level-basic', value: AscFormat.EXIT_CHECKERBOARD, displayValue: this.textCheckerboard},
diff --git a/apps/documenteditor/main/locale/be.json b/apps/documenteditor/main/locale/be.json
index 4b9fd0686..7da59dae7 100644
--- a/apps/documenteditor/main/locale/be.json
+++ b/apps/documenteditor/main/locale/be.json
@@ -103,7 +103,7 @@
"Common.define.chartData.textSurface": "Паверхня",
"Common.Translation.warnFileLocked": "Дакумент зараз выкарыстоўваецца іншай праграмай.",
"Common.UI.ButtonColored.textAutoColor": "Аўтаматычна",
- "Common.UI.ButtonColored.textNewColor": "Дадаць новы адвольны колер",
+ "Common.UI.ButtonColored.textNewColor": "Адвольны колер",
"Common.UI.Calendar.textApril": "Красавік",
"Common.UI.Calendar.textAugust": "Жнівень",
"Common.UI.Calendar.textDecember": "Снежань",
@@ -2486,7 +2486,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Звычайныя",
"DE.Views.Toolbar.textMarginsUsNormal": "Звычайныя (US)",
"DE.Views.Toolbar.textMarginsWide": "Шырокія",
- "DE.Views.Toolbar.textNewColor": "Дадаць новы адвольны колер",
+ "DE.Views.Toolbar.textNewColor": "Адвольны колер",
"DE.Views.Toolbar.textNextPage": "Наступная старонка",
"DE.Views.Toolbar.textNoHighlight": "Без падсвятлення",
"DE.Views.Toolbar.textNone": "Няма",
diff --git a/apps/documenteditor/main/locale/ca.json b/apps/documenteditor/main/locale/ca.json
index afd261fe9..426144df7 100644
--- a/apps/documenteditor/main/locale/ca.json
+++ b/apps/documenteditor/main/locale/ca.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Crea una còpia",
"Common.Translation.warnFileLockedBtnView": "Obre per a la seva visualització",
"Common.UI.ButtonColored.textAutoColor": "Automàtic",
- "Common.UI.ButtonColored.textNewColor": "Afegeix un color personalitzat nou ",
+ "Common.UI.ButtonColored.textNewColor": "Color personalitzat nou ",
"Common.UI.Calendar.textApril": "abril",
"Common.UI.Calendar.textAugust": "agost",
"Common.UI.Calendar.textDecember": "desembre",
@@ -2673,7 +2673,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Normal",
"DE.Views.Toolbar.textMarginsUsNormal": "US Normal",
"DE.Views.Toolbar.textMarginsWide": "Ample",
- "DE.Views.Toolbar.textNewColor": "Afegeix un color personalitzat nou ",
+ "DE.Views.Toolbar.textNewColor": "Color personalitzat nou ",
"DE.Views.Toolbar.textNextPage": "Pàgina següent",
"DE.Views.Toolbar.textNoHighlight": "Sense ressaltar",
"DE.Views.Toolbar.textNone": "Cap",
diff --git a/apps/documenteditor/main/locale/da.json b/apps/documenteditor/main/locale/da.json
index b98baf1ac..6fd203102 100644
--- a/apps/documenteditor/main/locale/da.json
+++ b/apps/documenteditor/main/locale/da.json
@@ -2647,7 +2647,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Normal",
"DE.Views.Toolbar.textMarginsUsNormal": "US Normal",
"DE.Views.Toolbar.textMarginsWide": "Bredde",
- "DE.Views.Toolbar.textNewColor": "Tilføj ny brugerdefineret farve",
+ "DE.Views.Toolbar.textNewColor": "Brugerdefineret farve",
"DE.Views.Toolbar.textNextPage": "Næste side",
"DE.Views.Toolbar.textNoHighlight": "Ingen fremhævning",
"DE.Views.Toolbar.textNone": "ingen",
diff --git a/apps/documenteditor/main/locale/de.json b/apps/documenteditor/main/locale/de.json
index f133ab479..868488eeb 100644
--- a/apps/documenteditor/main/locale/de.json
+++ b/apps/documenteditor/main/locale/de.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Kopie erstellen",
"Common.Translation.warnFileLockedBtnView": "Schreibgeschützt öffnen",
"Common.UI.ButtonColored.textAutoColor": "Automatisch",
- "Common.UI.ButtonColored.textNewColor": "Neue benutzerdefinierte Farbe hinzufügen",
+ "Common.UI.ButtonColored.textNewColor": "Benutzerdefinierte Farbe",
"Common.UI.Calendar.textApril": "April",
"Common.UI.Calendar.textAugust": "August",
"Common.UI.Calendar.textDecember": "Dezember",
diff --git a/apps/documenteditor/main/locale/el.json b/apps/documenteditor/main/locale/el.json
index e02bf037e..3777ba4eb 100644
--- a/apps/documenteditor/main/locale/el.json
+++ b/apps/documenteditor/main/locale/el.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Δημιουργία αντιγράφου",
"Common.Translation.warnFileLockedBtnView": "Άνοιγμα για προβολή",
"Common.UI.ButtonColored.textAutoColor": "Αυτόματα",
- "Common.UI.ButtonColored.textNewColor": "Προσθήκη Νέου Προσαρμοσμένου Χρώματος",
+ "Common.UI.ButtonColored.textNewColor": "Νέου Προσαρμοσμένου Χρώματος",
"Common.UI.Calendar.textApril": "Απρίλιος",
"Common.UI.Calendar.textAugust": "Αύγουστος",
"Common.UI.Calendar.textDecember": "Δεκέμβριος",
@@ -2672,7 +2672,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Κανονικό",
"DE.Views.Toolbar.textMarginsUsNormal": "ΗΠΑ Κανονικό",
"DE.Views.Toolbar.textMarginsWide": "Πλατύ",
- "DE.Views.Toolbar.textNewColor": "Προσθήκη Νέου Προσαρμοσμένου Χρώματος",
+ "DE.Views.Toolbar.textNewColor": "Νέου Προσαρμοσμένου Χρώματος",
"DE.Views.Toolbar.textNextPage": "Επόμενη Σελίδα",
"DE.Views.Toolbar.textNoHighlight": "Χωρίς επισήμανση",
"DE.Views.Toolbar.textNone": "Κανένα",
diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json
index 5dea69452..64980f678 100644
--- a/apps/documenteditor/main/locale/en.json
+++ b/apps/documenteditor/main/locale/en.json
@@ -1690,12 +1690,17 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Change access rights",
"DE.Views.FileMenuPanels.DocumentInfo.txtComment": "Comment",
"DE.Views.FileMenuPanels.DocumentInfo.txtCreated": "Created",
+ "DE.Views.FileMenuPanels.DocumentInfo.txtFastWV": "Fast Web View",
"DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "Loading...",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Last Modified By",
"DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "Last Modified",
+ "DE.Views.FileMenuPanels.DocumentInfo.txtNo": "No",
"DE.Views.FileMenuPanels.DocumentInfo.txtOwner": "Owner",
"DE.Views.FileMenuPanels.DocumentInfo.txtPages": "Pages",
+ "DE.Views.FileMenuPanels.DocumentInfo.txtPageSize": "Page Size",
"DE.Views.FileMenuPanels.DocumentInfo.txtParagraphs": "Paragraphs",
+ "DE.Views.FileMenuPanels.DocumentInfo.txtPdfTagged": "Tagged PDF",
+ "DE.Views.FileMenuPanels.DocumentInfo.txtPdfVer": "PDF Version",
"DE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Location",
"DE.Views.FileMenuPanels.DocumentInfo.txtRights": "Persons who have rights",
"DE.Views.FileMenuPanels.DocumentInfo.txtSpaces": "Symbols with spaces",
@@ -1705,12 +1710,7 @@
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Title",
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Uploaded",
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Words",
- "DE.Views.FileMenuPanels.DocumentInfo.txtPageSize": "Page Size",
- "DE.Views.FileMenuPanels.DocumentInfo.txtPdfVer": "PDF Version",
- "DE.Views.FileMenuPanels.DocumentInfo.txtPdfTagged": "Tagged PDF",
- "DE.Views.FileMenuPanels.DocumentInfo.txtFastWV": "Fast Web View",
"DE.Views.FileMenuPanels.DocumentInfo.txtYes": "Yes",
- "DE.Views.FileMenuPanels.DocumentInfo.txtNo": "No",
"DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Change access rights",
"DE.Views.FileMenuPanels.DocumentRights.txtRights": "Persons who have rights",
"DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Warning",
diff --git a/apps/documenteditor/main/locale/es.json b/apps/documenteditor/main/locale/es.json
index d5ccfacf9..57b8ee880 100644
--- a/apps/documenteditor/main/locale/es.json
+++ b/apps/documenteditor/main/locale/es.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Crear una copia",
"Common.Translation.warnFileLockedBtnView": "Abrir para visualizar",
"Common.UI.ButtonColored.textAutoColor": "Automático",
- "Common.UI.ButtonColored.textNewColor": "Agregar nuevo color personalizado",
+ "Common.UI.ButtonColored.textNewColor": "Color personalizado",
"Common.UI.Calendar.textApril": "Abril",
"Common.UI.Calendar.textAugust": "Agosto",
"Common.UI.Calendar.textDecember": "Diciembre",
@@ -514,6 +514,7 @@
"DE.Controllers.LeftMenu.warnDownloadAs": "Si sigue guardando en este formato todas las características a excepción del texto se perderán.
¿Está seguro de que quiere continuar?",
"DE.Controllers.LeftMenu.warnDownloadAsPdf": "Su {0} se convertirá en un formato editable. Esto puede llevar un tiempo. El documento resultante será optimizado para permitirle editar el texto, por lo que puede que no se vea exactamente como el {0} original, especialmente si el archivo original contenía muchos gráficos.",
"DE.Controllers.LeftMenu.warnDownloadAsRTF": "Si Usted sigue guardando en este formato, una parte de formateo puede perderse.
¿Está seguro de que desea continuar?",
+ "DE.Controllers.LeftMenu.warnReplaceString": "{0} no es un carácter especial válido para el campo de sustitución.",
"DE.Controllers.Main.applyChangesTextText": "Cargando cambios...",
"DE.Controllers.Main.applyChangesTitleText": "Cargando cambios",
"DE.Controllers.Main.convertationTimeoutText": "Tiempo de conversión está superado.",
@@ -2672,7 +2673,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Normal",
"DE.Views.Toolbar.textMarginsUsNormal": "US Normal",
"DE.Views.Toolbar.textMarginsWide": "Amplio",
- "DE.Views.Toolbar.textNewColor": "Agregar nuevo color personalizado",
+ "DE.Views.Toolbar.textNewColor": "Color personalizado",
"DE.Views.Toolbar.textNextPage": "Página siguiente",
"DE.Views.Toolbar.textNoHighlight": "No resaltar",
"DE.Views.Toolbar.textNone": "Ningún",
diff --git a/apps/documenteditor/main/locale/fi.json b/apps/documenteditor/main/locale/fi.json
index 9b296c9a1..9562d7db0 100644
--- a/apps/documenteditor/main/locale/fi.json
+++ b/apps/documenteditor/main/locale/fi.json
@@ -63,6 +63,7 @@
"Common.Controllers.ReviewChanges.textTabs": "Vaihda välilehtiä",
"Common.Controllers.ReviewChanges.textUnderline": "Alleviivaus",
"Common.Controllers.ReviewChanges.textWidow": "Leskirivien hallinta",
+ "Common.UI.ButtonColored.textNewColor": "Lisää uusi mukautettu väri",
"Common.UI.ComboBorderSize.txtNoBorders": "Ei reunusta",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Ei reunuksia",
"Common.UI.ComboDataView.emptyComboText": "Ei tyylejä",
diff --git a/apps/documenteditor/main/locale/fr.json b/apps/documenteditor/main/locale/fr.json
index 4f71440a2..9888b48b7 100644
--- a/apps/documenteditor/main/locale/fr.json
+++ b/apps/documenteditor/main/locale/fr.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Créer une copie",
"Common.Translation.warnFileLockedBtnView": "Ouvrir pour visualisation",
"Common.UI.ButtonColored.textAutoColor": "Automatique",
- "Common.UI.ButtonColored.textNewColor": "Ajouter une nouvelle couleur personnalisée",
+ "Common.UI.ButtonColored.textNewColor": "Couleur personnalisée",
"Common.UI.Calendar.textApril": "Avril",
"Common.UI.Calendar.textAugust": "Août",
"Common.UI.Calendar.textDecember": "décembre",
@@ -514,6 +514,7 @@
"DE.Controllers.LeftMenu.warnDownloadAs": "Si vous continuez à enregistrer dans ce format toutes les fonctions sauf le texte seront perdues.
Êtes-vous sûr de vouloir continuer ?",
"DE.Controllers.LeftMenu.warnDownloadAsPdf": "Votre {0} sera converti en un format modifiable. Cette opération peut prendre quelque temps. Le document résultant sera optimisé pour l'édition de texte, il peut donc être différent de l'original {0}, surtout si le fichier original contient de nombreux éléments graphiques.",
"DE.Controllers.LeftMenu.warnDownloadAsRTF": "Si vous continuer à sauvegarder dans ce format une partie de la mise en forme peut être supprimée
Êtes-vous sûr de vouloir continuer?",
+ "DE.Controllers.LeftMenu.warnReplaceString": "{0} n'est pas un caractère spécial valide pour le champ de remplacement.",
"DE.Controllers.Main.applyChangesTextText": "Chargement des changemets...",
"DE.Controllers.Main.applyChangesTitleText": "Chargement des changemets",
"DE.Controllers.Main.convertationTimeoutText": "Délai de conversion expiré.",
@@ -1662,7 +1663,7 @@
"DE.Views.FileMenu.btnCloseMenuCaption": "Fermer le menu",
"DE.Views.FileMenu.btnCreateNewCaption": "Nouveau document",
"DE.Views.FileMenu.btnDownloadCaption": "Télécharger comme...",
- "DE.Views.FileMenu.btnExitCaption": "Quitter",
+ "DE.Views.FileMenu.btnExitCaption": "Fermer",
"DE.Views.FileMenu.btnFileOpenCaption": "Ouvrir...",
"DE.Views.FileMenu.btnHelpCaption": "Aide...",
"DE.Views.FileMenu.btnHistoryCaption": "Historique des versions",
@@ -2672,7 +2673,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Normal",
"DE.Views.Toolbar.textMarginsUsNormal": "US normale",
"DE.Views.Toolbar.textMarginsWide": "Large",
- "DE.Views.Toolbar.textNewColor": "Ajouter une nouvelle couleur personnalisée",
+ "DE.Views.Toolbar.textNewColor": "Couleur personnalisée",
"DE.Views.Toolbar.textNextPage": "Page suivante",
"DE.Views.Toolbar.textNoHighlight": "Pas de surbrillance ",
"DE.Views.Toolbar.textNone": "Aucune",
diff --git a/apps/documenteditor/main/locale/gl.json b/apps/documenteditor/main/locale/gl.json
index 050caa073..44eb331d9 100644
--- a/apps/documenteditor/main/locale/gl.json
+++ b/apps/documenteditor/main/locale/gl.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Crear unha copia",
"Common.Translation.warnFileLockedBtnView": "Abrir para visualizar",
"Common.UI.ButtonColored.textAutoColor": "Automático",
- "Common.UI.ButtonColored.textNewColor": "Engadir nova cor personalizada",
+ "Common.UI.ButtonColored.textNewColor": "Nova cor personalizada",
"Common.UI.Calendar.textApril": "Abril",
"Common.UI.Calendar.textAugust": "Agosto",
"Common.UI.Calendar.textDecember": "Decembro",
@@ -2666,7 +2666,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Normal",
"DE.Views.Toolbar.textMarginsUsNormal": "US Normal",
"DE.Views.Toolbar.textMarginsWide": "Amplo",
- "DE.Views.Toolbar.textNewColor": "Engadir nova cor personalizada",
+ "DE.Views.Toolbar.textNewColor": "Nova cor personalizada",
"DE.Views.Toolbar.textNextPage": "Seguinte páxina",
"DE.Views.Toolbar.textNoHighlight": "Non realzar",
"DE.Views.Toolbar.textNone": "Ningún",
diff --git a/apps/documenteditor/main/locale/it.json b/apps/documenteditor/main/locale/it.json
index 4ab702fb0..e1668e7ed 100644
--- a/apps/documenteditor/main/locale/it.json
+++ b/apps/documenteditor/main/locale/it.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Crea copia",
"Common.Translation.warnFileLockedBtnView": "Aperto per la visualizzazione",
"Common.UI.ButtonColored.textAutoColor": "Automatico",
- "Common.UI.ButtonColored.textNewColor": "Aggiungere un nuovo colore personalizzato",
+ "Common.UI.ButtonColored.textNewColor": "Aggiungi Colore personalizzato",
"Common.UI.Calendar.textApril": "Aprile",
"Common.UI.Calendar.textAugust": "Agosto",
"Common.UI.Calendar.textDecember": "Dicembre",
diff --git a/apps/documenteditor/main/locale/ja.json b/apps/documenteditor/main/locale/ja.json
index 081ca6237..a23290c21 100644
--- a/apps/documenteditor/main/locale/ja.json
+++ b/apps/documenteditor/main/locale/ja.json
@@ -2307,6 +2307,7 @@
"DE.Views.ShapeSettings.textPatternFill": "パターン",
"DE.Views.ShapeSettings.textPosition": "位置",
"DE.Views.ShapeSettings.textRadial": "放射状",
+ "DE.Views.ShapeSettings.textRecentlyUsed": "最近使用された",
"DE.Views.ShapeSettings.textRotate90": "90度回転",
"DE.Views.ShapeSettings.textRotation": "回転",
"DE.Views.ShapeSettings.textSelectImage": "画像の選択",
diff --git a/apps/documenteditor/main/locale/lv.json b/apps/documenteditor/main/locale/lv.json
index 5395c04b3..3a1fbcef3 100644
--- a/apps/documenteditor/main/locale/lv.json
+++ b/apps/documenteditor/main/locale/lv.json
@@ -1728,7 +1728,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Normal",
"DE.Views.Toolbar.textMarginsUsNormal": "Parastie (ASV standarts)",
"DE.Views.Toolbar.textMarginsWide": "Wide",
- "DE.Views.Toolbar.textNewColor": "Pievienot jaunu krāsu",
+ "DE.Views.Toolbar.textNewColor": "Pievienot jauno krāsu",
"DE.Views.Toolbar.textNextPage": "Next Page",
"DE.Views.Toolbar.textNone": "None",
"DE.Views.Toolbar.textOddPage": "Odd Page",
diff --git a/apps/documenteditor/main/locale/nb.json b/apps/documenteditor/main/locale/nb.json
index a238e6489..47f25a79a 100644
--- a/apps/documenteditor/main/locale/nb.json
+++ b/apps/documenteditor/main/locale/nb.json
@@ -34,6 +34,7 @@
"Common.define.chartData.textCharts": "Diagrammer",
"Common.define.chartData.textColumn": "Kolonne",
"Common.UI.ButtonColored.textAutoColor": "Automatisk",
+ "Common.UI.ButtonColored.textNewColor": "Legg til ny egendefinert farge",
"Common.UI.Calendar.textApril": "april",
"Common.UI.Calendar.textAugust": "august",
"Common.UI.Calendar.textDecember": "desember",
diff --git a/apps/documenteditor/main/locale/nl.json b/apps/documenteditor/main/locale/nl.json
index 31f3530d0..7e1bd7284 100644
--- a/apps/documenteditor/main/locale/nl.json
+++ b/apps/documenteditor/main/locale/nl.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Maak een kopie",
"Common.Translation.warnFileLockedBtnView": "Open voor lezen",
"Common.UI.ButtonColored.textAutoColor": "Automatisch",
- "Common.UI.ButtonColored.textNewColor": "Voeg nieuwe aangepaste kleur toe",
+ "Common.UI.ButtonColored.textNewColor": "Nieuwe aangepaste kleur",
"Common.UI.Calendar.textApril": "april",
"Common.UI.Calendar.textAugust": "augustus",
"Common.UI.Calendar.textDecember": "december",
@@ -2665,7 +2665,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Normaal",
"DE.Views.Toolbar.textMarginsUsNormal": "Normaal (VS)",
"DE.Views.Toolbar.textMarginsWide": "Breed",
- "DE.Views.Toolbar.textNewColor": "Nieuwe aangepaste kleur toevoegen",
+ "DE.Views.Toolbar.textNewColor": "Nieuwe aangepaste kleur",
"DE.Views.Toolbar.textNextPage": "Volgende pagina",
"DE.Views.Toolbar.textNoHighlight": "Geen accentuering",
"DE.Views.Toolbar.textNone": "Geen",
diff --git a/apps/documenteditor/main/locale/pl.json b/apps/documenteditor/main/locale/pl.json
index 49c8f9be5..c658efa00 100644
--- a/apps/documenteditor/main/locale/pl.json
+++ b/apps/documenteditor/main/locale/pl.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Utwórz kopię",
"Common.Translation.warnFileLockedBtnView": "Otwarte do oglądania",
"Common.UI.ButtonColored.textAutoColor": "Automatyczny",
- "Common.UI.ButtonColored.textNewColor": "Dodaj nowy niestandardowy kolor",
+ "Common.UI.ButtonColored.textNewColor": "Nowy niestandardowy kolor",
"Common.UI.Calendar.textApril": "Kwiecień",
"Common.UI.Calendar.textAugust": "Sierpień",
"Common.UI.Calendar.textDecember": "Grudzień",
diff --git a/apps/documenteditor/main/locale/pt.json b/apps/documenteditor/main/locale/pt.json
index e36cf7ef2..038a70cdc 100644
--- a/apps/documenteditor/main/locale/pt.json
+++ b/apps/documenteditor/main/locale/pt.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Criar uma cópia",
"Common.Translation.warnFileLockedBtnView": "Aberto para visualização",
"Common.UI.ButtonColored.textAutoColor": "Automático",
- "Common.UI.ButtonColored.textNewColor": "Adicionar nova cor personalizada",
+ "Common.UI.ButtonColored.textNewColor": "Nova cor personalizada",
"Common.UI.Calendar.textApril": "Abril",
"Common.UI.Calendar.textAugust": "Agosto",
"Common.UI.Calendar.textDecember": "Dezembro",
@@ -2672,7 +2672,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Normal",
"DE.Views.Toolbar.textMarginsUsNormal": "US Normal",
"DE.Views.Toolbar.textMarginsWide": "Amplo",
- "DE.Views.Toolbar.textNewColor": "Adicionar nova cor personalizada",
+ "DE.Views.Toolbar.textNewColor": "Nova cor personalizada",
"DE.Views.Toolbar.textNextPage": "Próxima página",
"DE.Views.Toolbar.textNoHighlight": "Sem destaque",
"DE.Views.Toolbar.textNone": "Nenhum",
diff --git a/apps/documenteditor/main/locale/ro.json b/apps/documenteditor/main/locale/ro.json
index 527bbee8a..27fbe1dd4 100644
--- a/apps/documenteditor/main/locale/ro.json
+++ b/apps/documenteditor/main/locale/ro.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Crează o copie",
"Common.Translation.warnFileLockedBtnView": "Deschide vizualizarea",
"Common.UI.ButtonColored.textAutoColor": "Automat",
- "Common.UI.ButtonColored.textNewColor": "Adăugarea unei culori particularizate noi",
+ "Common.UI.ButtonColored.textNewColor": "Сuloare particularizată",
"Common.UI.Calendar.textApril": "Aprilie",
"Common.UI.Calendar.textAugust": "August",
"Common.UI.Calendar.textDecember": "Decembrie",
@@ -514,6 +514,7 @@
"DE.Controllers.LeftMenu.warnDownloadAs": "Dacă salvați în acest format de fișier, este posibil ca unele dintre caracteristici să se piardă, cu excepția textului.
Sunteți sigur că doriți să continuați?",
"DE.Controllers.LeftMenu.warnDownloadAsPdf": "Fișierul dvs {0} va fi convertit într-un format editabil. Convertirea poate dura ceva timp. Documentul rezultat va fi optimizat pentru a vă permite să editați textul, dar s-ar putea să nu arate exact ca original {0}, mai ales dacă fișierul original conține mai multe elemente grafice.",
"DE.Controllers.LeftMenu.warnDownloadAsRTF": "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?",
+ "DE.Controllers.LeftMenu.warnReplaceString": "{0} nu este un caracter special pe care îl puteți introduce în câmpul pentru înlocuire.",
"DE.Controllers.Main.applyChangesTextText": "Încărcarea modificărilor...",
"DE.Controllers.Main.applyChangesTitleText": "Încărcare modificări",
"DE.Controllers.Main.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
diff --git a/apps/documenteditor/main/locale/sl.json b/apps/documenteditor/main/locale/sl.json
index a46bdedca..ed1a6b39d 100644
--- a/apps/documenteditor/main/locale/sl.json
+++ b/apps/documenteditor/main/locale/sl.json
@@ -100,6 +100,7 @@
"Common.define.chartData.textStock": "Založni grafikon",
"Common.Translation.warnFileLockedBtnEdit": "Ustvari kopijo",
"Common.UI.ButtonColored.textAutoColor": "Avtomatsko",
+ "Common.UI.ButtonColored.textNewColor": "Dodaj novo barvo po meri",
"Common.UI.Calendar.textApril": "April",
"Common.UI.Calendar.textAugust": "Avgust",
"Common.UI.Calendar.textDecember": "December",
diff --git a/apps/documenteditor/main/locale/sv.json b/apps/documenteditor/main/locale/sv.json
index b849838f6..a81219a46 100644
--- a/apps/documenteditor/main/locale/sv.json
+++ b/apps/documenteditor/main/locale/sv.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Skapa en kopia",
"Common.Translation.warnFileLockedBtnView": "Öppna skrivskyddad",
"Common.UI.ButtonColored.textAutoColor": "Automatisk",
- "Common.UI.ButtonColored.textNewColor": "Lägg till en ny anpassad färg",
+ "Common.UI.ButtonColored.textNewColor": "Lägg till ny egen färg",
"Common.UI.Calendar.textApril": "April",
"Common.UI.Calendar.textAugust": "Augusti",
"Common.UI.Calendar.textDecember": "December",
diff --git a/apps/documenteditor/main/locale/uk.json b/apps/documenteditor/main/locale/uk.json
index 12349350f..f5f2b9a96 100644
--- a/apps/documenteditor/main/locale/uk.json
+++ b/apps/documenteditor/main/locale/uk.json
@@ -125,7 +125,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Створити копію",
"Common.Translation.warnFileLockedBtnView": "Відкрити на перегляд",
"Common.UI.ButtonColored.textAutoColor": "Автоматичний",
- "Common.UI.ButtonColored.textNewColor": "Додати новий спеціальний колір",
+ "Common.UI.ButtonColored.textNewColor": "Новий спеціальний колір",
"Common.UI.Calendar.textApril": "Квітень",
"Common.UI.Calendar.textAugust": "Серпень",
"Common.UI.Calendar.textDecember": "Грудень",
@@ -2666,7 +2666,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Нормальний",
"DE.Views.Toolbar.textMarginsUsNormal": "Нормальний US",
"DE.Views.Toolbar.textMarginsWide": "Широкий",
- "DE.Views.Toolbar.textNewColor": "Додати новий власний колір",
+ "DE.Views.Toolbar.textNewColor": "Новий спеціальний колір",
"DE.Views.Toolbar.textNextPage": "Наступна сторінка",
"DE.Views.Toolbar.textNoHighlight": "Без виділення",
"DE.Views.Toolbar.textNone": "Жоден",
diff --git a/apps/documenteditor/main/locale/vi.json b/apps/documenteditor/main/locale/vi.json
index 3304f0edf..e6118b8c3 100644
--- a/apps/documenteditor/main/locale/vi.json
+++ b/apps/documenteditor/main/locale/vi.json
@@ -71,6 +71,7 @@
"Common.define.chartData.textPoint": "XY (Phân tán)",
"Common.define.chartData.textStock": "Cổ phiếu",
"Common.define.chartData.textSurface": "Bề mặt",
+ "Common.UI.ButtonColored.textNewColor": "Màu tùy chỉnh",
"Common.UI.ComboBorderSize.txtNoBorders": "Không viền",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Không viền",
"Common.UI.ComboDataView.emptyComboText": "Không có kiểu",
@@ -1505,7 +1506,7 @@
"DE.Views.Toolbar.textMarginsNormal": "Thường",
"DE.Views.Toolbar.textMarginsUsNormal": "Mỹ Thường",
"DE.Views.Toolbar.textMarginsWide": "Rộng",
- "DE.Views.Toolbar.textNewColor": "Thêm màu tùy chỉnh mới",
+ "DE.Views.Toolbar.textNewColor": "Màu tùy chỉnh",
"DE.Views.Toolbar.textNextPage": "Trang tiếp theo",
"DE.Views.Toolbar.textNone": "Không",
"DE.Views.Toolbar.textOddPage": "Trang lẻ",
diff --git a/apps/presentationeditor/main/app/controller/Animation.js b/apps/presentationeditor/main/app/controller/Animation.js
index bf70728f0..b4ec5c97a 100644
--- a/apps/presentationeditor/main/app/controller/Animation.js
+++ b/apps/presentationeditor/main/app/controller/Animation.js
@@ -417,6 +417,7 @@ define([
value: this._state.Effect,
iconCls: group.get('iconClsCustom'),
displayValue: rec ? rec.displayValue : '',
+ tip: rec ? rec.displayValue : '',
isCustom: true
}), {at:index+1});
view.listEffects.selectRecord(item);
diff --git a/apps/presentationeditor/main/app/view/AnimationDialog.js b/apps/presentationeditor/main/app/view/AnimationDialog.js
index a2da6fc64..d8f051f78 100644
--- a/apps/presentationeditor/main/app/view/AnimationDialog.js
+++ b/apps/presentationeditor/main/app/view/AnimationDialog.js
@@ -170,6 +170,9 @@ define([
fillEffect: function () {
var arr = _.where(this.allEffects, {group: this._state.activeGroup, level: this.activeLevel });
+ arr = _.reject(arr, function (item) {
+ return !!item.notsupported;
+ });
this.lstEffectList.store.reset(arr);
var item = this.lstEffectList.store.findWhere({value: this._state.activeEffect});
if(!item)
diff --git a/apps/presentationeditor/main/locale/az.json b/apps/presentationeditor/main/locale/az.json
index 609676c0d..5e1e7d00f 100644
--- a/apps/presentationeditor/main/locale/az.json
+++ b/apps/presentationeditor/main/locale/az.json
@@ -1086,6 +1086,8 @@
"PE.Controllers.Toolbar.txtSymbol_zeta": "Zeta",
"PE.Controllers.Viewport.textFitPage": "Slayda uyğun tənzimlə",
"PE.Controllers.Viewport.textFitWidth": "Enə uyğun tənzimlə",
+ "PE.Views.Animation.textNoRepeat": "(yoxdur)",
+ "PE.Views.Animation.txtParameters": "Parametreler",
"PE.Views.ChartSettings.textAdvanced": "Qabaqcıl Parametrləri Göstər",
"PE.Views.ChartSettings.textChartType": "Diaqramın növünü dəyiş",
"PE.Views.ChartSettings.textEditData": "Məlumatları Redaktə edin",
diff --git a/apps/presentationeditor/main/locale/be.json b/apps/presentationeditor/main/locale/be.json
index 317cc7223..f984a8f50 100644
--- a/apps/presentationeditor/main/locale/be.json
+++ b/apps/presentationeditor/main/locale/be.json
@@ -53,7 +53,7 @@
"Common.define.effectData.textZoom": "Маштаб",
"Common.Translation.warnFileLocked": "Дакумент выкарыстоўваецца іншай праграмай. Вы можаце працягнуць рэдагаванне і захаваць яго як копію.",
"Common.UI.ButtonColored.textAutoColor": "Аўтаматычна",
- "Common.UI.ButtonColored.textNewColor": "Дадаць новы адвольны колер",
+ "Common.UI.ButtonColored.textNewColor": "Адвольны колер",
"Common.UI.ComboBorderSize.txtNoBorders": "Без межаў",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Без межаў",
"Common.UI.ComboDataView.emptyComboText": "Без стыляў",
diff --git a/apps/presentationeditor/main/locale/bg.json b/apps/presentationeditor/main/locale/bg.json
index f4ec170be..2f76b9578 100644
--- a/apps/presentationeditor/main/locale/bg.json
+++ b/apps/presentationeditor/main/locale/bg.json
@@ -14,6 +14,7 @@
"Common.define.chartData.textPoint": "XY (точкова)",
"Common.define.chartData.textStock": "Борсова",
"Common.define.chartData.textSurface": "Повърхност",
+ "Common.UI.ButtonColored.textNewColor": "Нов Потребителски Цвят",
"Common.UI.ComboBorderSize.txtNoBorders": "Няма граници",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Няма граници",
"Common.UI.ComboDataView.emptyComboText": "Няма стилове",
diff --git a/apps/presentationeditor/main/locale/ca.json b/apps/presentationeditor/main/locale/ca.json
index 3d5f6ab6c..145be832f 100644
--- a/apps/presentationeditor/main/locale/ca.json
+++ b/apps/presentationeditor/main/locale/ca.json
@@ -245,7 +245,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Crea una còpia",
"Common.Translation.warnFileLockedBtnView": "Obre per a la seva visualització",
"Common.UI.ButtonColored.textAutoColor": "Automàtic",
- "Common.UI.ButtonColored.textNewColor": "Afegeix un color personalitzat nou ",
+ "Common.UI.ButtonColored.textNewColor": "Color personalitzat nou ",
"Common.UI.ComboBorderSize.txtNoBorders": "Sense vores",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Sense vores",
"Common.UI.ComboDataView.emptyComboText": "Sense estils",
diff --git a/apps/presentationeditor/main/locale/da.json b/apps/presentationeditor/main/locale/da.json
index a8b6f4a1c..83cb632c9 100644
--- a/apps/presentationeditor/main/locale/da.json
+++ b/apps/presentationeditor/main/locale/da.json
@@ -51,7 +51,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Opret en kopi",
"Common.Translation.warnFileLockedBtnView": "Åben for visning",
"Common.UI.ButtonColored.textAutoColor": "Automatisk",
- "Common.UI.ButtonColored.textNewColor": "Tilføj ny brugerdefineret farve",
+ "Common.UI.ButtonColored.textNewColor": "Brugerdefineret farve",
"Common.UI.ComboBorderSize.txtNoBorders": "Ingen rammer",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Ingen rammer",
"Common.UI.ComboDataView.emptyComboText": "Ingen stilarter",
diff --git a/apps/presentationeditor/main/locale/de.json b/apps/presentationeditor/main/locale/de.json
index 0e69ffd4a..7439f0324 100644
--- a/apps/presentationeditor/main/locale/de.json
+++ b/apps/presentationeditor/main/locale/de.json
@@ -2168,6 +2168,14 @@
"PE.Views.Toolbar.tipInsertVideo": "Video einfügen",
"PE.Views.Toolbar.tipLineSpace": "Zeilenabstand",
"PE.Views.Toolbar.tipMarkers": "Aufzählung",
+ "PE.Views.Toolbar.tipMarkersArrow": "Pfeilförmige Aufzählungszeichen",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Häkchenaufzählungszeichen",
+ "PE.Views.Toolbar.tipMarkersDash": "Aufzählungszeichen",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Ausgefüllte karoförmige Aufzählungszeichen",
+ "PE.Views.Toolbar.tipMarkersFRound": "Ausgefüllte runde Aufzählungszeichen",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Ausgefüllte quadratische Aufzählungszeichen",
+ "PE.Views.Toolbar.tipMarkersHRound": "Leere runde Aufzählungszeichen",
+ "PE.Views.Toolbar.tipMarkersStar": "Sternförmige Aufzählungszeichen",
"PE.Views.Toolbar.tipNumbers": "Nummerierung",
"PE.Views.Toolbar.tipPaste": "Einfügen",
"PE.Views.Toolbar.tipPreview": "Vorschau starten",
diff --git a/apps/presentationeditor/main/locale/el.json b/apps/presentationeditor/main/locale/el.json
index 498655dfa..559cf3289 100644
--- a/apps/presentationeditor/main/locale/el.json
+++ b/apps/presentationeditor/main/locale/el.json
@@ -238,7 +238,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Δημιουργία αντιγράφου",
"Common.Translation.warnFileLockedBtnView": "Άνοιγμα για προβολή",
"Common.UI.ButtonColored.textAutoColor": "Αυτόματα",
- "Common.UI.ButtonColored.textNewColor": "Προσθήκη Νέου Προσαρμοσμένου Χρώματος",
+ "Common.UI.ButtonColored.textNewColor": "Νέου Προσαρμοσμένου Χρώματος",
"Common.UI.ComboBorderSize.txtNoBorders": "Χωρίς περιγράμματα",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Χωρίς περιγράμματα",
"Common.UI.ComboDataView.emptyComboText": "Χωρίς τεχνοτροπίες",
@@ -2168,6 +2168,14 @@
"PE.Views.Toolbar.tipInsertVideo": "Εισαγωγή βίντεο",
"PE.Views.Toolbar.tipLineSpace": "Διάστιχο",
"PE.Views.Toolbar.tipMarkers": "Κουκκίδες",
+ "PE.Views.Toolbar.tipMarkersArrow": "Κουκίδες βέλη",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Κουκίδες τσεκαρίσματος",
+ "PE.Views.Toolbar.tipMarkersDash": "Κουκίδες παύλας",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Κουκίδες πλήρους ρόμβου",
+ "PE.Views.Toolbar.tipMarkersFRound": "Κουκίδες πλήρεις στρογγυλές",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Κουκίδες πλήρεις τετράγωνες",
+ "PE.Views.Toolbar.tipMarkersHRound": "Κουκίδες κούφιες στρογγυλές",
+ "PE.Views.Toolbar.tipMarkersStar": "Κουκίδες αστέρια",
"PE.Views.Toolbar.tipNumbers": "Αρίθμηση",
"PE.Views.Toolbar.tipPaste": "Επικόλληση",
"PE.Views.Toolbar.tipPreview": "Εκκίνηση παρουσίασης",
diff --git a/apps/presentationeditor/main/locale/es.json b/apps/presentationeditor/main/locale/es.json
index 479d933ca..eb9c5738a 100644
--- a/apps/presentationeditor/main/locale/es.json
+++ b/apps/presentationeditor/main/locale/es.json
@@ -52,6 +52,7 @@
"Common.define.effectData.textArcDown": "Arco hacia abajo",
"Common.define.effectData.textArcLeft": "Arco hacia a la izquierda",
"Common.define.effectData.textArcRight": "Arco hacia la derecha",
+ "Common.define.effectData.textArcs": "Arcos",
"Common.define.effectData.textArcUp": "Arco hacia arriba",
"Common.define.effectData.textBasic": "Básico",
"Common.define.effectData.textBasicSwivel": "Giro básico",
@@ -139,6 +140,7 @@
"Common.define.effectData.textIn": "Hacia dentro",
"Common.define.effectData.textInFromScreenCenter": "Aumentar desde el centro de pantalla",
"Common.define.effectData.textInSlightly": "Acercar ligeramente",
+ "Common.define.effectData.textInToScreenBottom": "Acercar hacia parte inferior de la pantalla",
"Common.define.effectData.textInvertedSquare": "Cuadrado invertido",
"Common.define.effectData.textInvertedTriangle": "Triángulo invertido",
"Common.define.effectData.textLeft": "Izquierda",
@@ -146,8 +148,10 @@
"Common.define.effectData.textLeftUp": "Izquierda y arriba",
"Common.define.effectData.textLighten": "Iluninar",
"Common.define.effectData.textLineColor": "Color de línea",
+ "Common.define.effectData.textLines": "Líneas",
"Common.define.effectData.textLinesCurves": "Líneas curvas",
"Common.define.effectData.textLoopDeLoop": "Bucle",
+ "Common.define.effectData.textLoops": "Bucles",
"Common.define.effectData.textModerate": "Moderado",
"Common.define.effectData.textNeutron": "Neutrón",
"Common.define.effectData.textObjectCenter": "Centro del objeto",
@@ -156,6 +160,7 @@
"Common.define.effectData.textOut": "Hacia fuera",
"Common.define.effectData.textOutFromScreenBottom": "Alejar desde la zona inferior de la pantalla",
"Common.define.effectData.textOutSlightly": "Alejar ligeramente",
+ "Common.define.effectData.textOutToScreenCenter": "Alejar hacia el centro de la pantalla",
"Common.define.effectData.textParallelogram": "Paralelogramo",
"Common.define.effectData.textPath": "Rutas de movimiento",
"Common.define.effectData.textPeanut": "Cacahuete",
@@ -179,6 +184,7 @@
"Common.define.effectData.textSCurve1": "Curva S 1",
"Common.define.effectData.textSCurve2": "Curva S 2",
"Common.define.effectData.textShape": "Forma",
+ "Common.define.effectData.textShapes": "Formas",
"Common.define.effectData.textShimmer": "Reflejos",
"Common.define.effectData.textShrinkTurn": "Reducir y girar",
"Common.define.effectData.textSineWave": "Sine Wave",
@@ -219,6 +225,7 @@
"Common.define.effectData.textTrapezoid": "Trapecio",
"Common.define.effectData.textTurnDown": "Giro hacia abajo",
"Common.define.effectData.textTurnDownRight": "Girar hacia abajo y a la derecha",
+ "Common.define.effectData.textTurns": "Giros",
"Common.define.effectData.textTurnUp": "Girar hacia arriba",
"Common.define.effectData.textTurnUpRight": "Girar hacia arriba a la derecha",
"Common.define.effectData.textUnderline": "Subrayar",
@@ -238,7 +245,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Crear copia",
"Common.Translation.warnFileLockedBtnView": "Abrir para visualizar",
"Common.UI.ButtonColored.textAutoColor": "Automático",
- "Common.UI.ButtonColored.textNewColor": "Agregar nuevo color personalizado",
+ "Common.UI.ButtonColored.textNewColor": "Color personalizado",
"Common.UI.ComboBorderSize.txtNoBorders": "Sin bordes",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Sin bordes",
"Common.UI.ComboDataView.emptyComboText": "Sin estilo",
@@ -293,6 +300,7 @@
"Common.Views.AutoCorrectDialog.textBulleted": "Listas con viñetas automáticas",
"Common.Views.AutoCorrectDialog.textBy": "Por",
"Common.Views.AutoCorrectDialog.textDelete": "Eliminar",
+ "Common.Views.AutoCorrectDialog.textDoubleSpaces": "Añadir punto con doble espacio",
"Common.Views.AutoCorrectDialog.textFLCells": "Poner en mayúsculas la primera letra de las celdas de la tabla",
"Common.Views.AutoCorrectDialog.textFLSentence": "Poner en mayúscula la primera letra de una oración",
"Common.Views.AutoCorrectDialog.textHyperlink": "Rutas de red e Internet por hipervínculos",
@@ -1282,6 +1290,12 @@
"PE.Controllers.Toolbar.txtSymbol_zeta": "Dseda",
"PE.Controllers.Viewport.textFitPage": "Ajustar a la diapositiva",
"PE.Controllers.Viewport.textFitWidth": "Ajustar al ancho",
+ "PE.Views.Animation.str0_5": "0,5 s (muy rápido)",
+ "PE.Views.Animation.str1": "1 s (rápido)",
+ "PE.Views.Animation.str2": "2 s (medio)",
+ "PE.Views.Animation.str20": "20 s (muy lento)",
+ "PE.Views.Animation.str3": "3 s (lento)",
+ "PE.Views.Animation.str5": "5 s (muy lento)",
"PE.Views.Animation.strDelay": "Retraso",
"PE.Views.Animation.strDuration": "Duración ",
"PE.Views.Animation.strRepeat": "Repetir",
@@ -1293,11 +1307,14 @@
"PE.Views.Animation.textMoveLater": "Mover después",
"PE.Views.Animation.textMultiple": "Múltiple",
"PE.Views.Animation.textNone": "Ninguno",
+ "PE.Views.Animation.textNoRepeat": "(ninguno)",
"PE.Views.Animation.textOnClickOf": "Al hacer clic con",
"PE.Views.Animation.textOnClickSequence": "Secuencia de clics",
"PE.Views.Animation.textStartAfterPrevious": "Después de la anterior",
"PE.Views.Animation.textStartOnClick": "Al hacer clic",
"PE.Views.Animation.textStartWithPrevious": "Con la anterior",
+ "PE.Views.Animation.textUntilEndOfSlide": "Hasta el final de la diapositiva",
+ "PE.Views.Animation.textUntilNextClick": "Hasta el siguiente clic",
"PE.Views.Animation.txtAddEffect": "Agregar animación",
"PE.Views.Animation.txtAnimationPane": "Panel de animación",
"PE.Views.Animation.txtParameters": "Parámetros",
@@ -2168,6 +2185,15 @@
"PE.Views.Toolbar.tipInsertVideo": "Insertar vídeo",
"PE.Views.Toolbar.tipLineSpace": "Espaciado de línea",
"PE.Views.Toolbar.tipMarkers": "Viñetas",
+ "PE.Views.Toolbar.tipMarkersArrow": "Viñetas de flecha",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Viñetas de marca de verificación",
+ "PE.Views.Toolbar.tipMarkersDash": "Viñetas guión",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Rombos rellenos",
+ "PE.Views.Toolbar.tipMarkersFRound": "Viñetas redondas rellenas",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Viñetas cuadradas rellenas",
+ "PE.Views.Toolbar.tipMarkersHRound": "Viñetas redondas huecas",
+ "PE.Views.Toolbar.tipMarkersStar": "Viñetas de estrella",
+ "PE.Views.Toolbar.tipNone": "Ninguno",
"PE.Views.Toolbar.tipNumbers": "Numeración",
"PE.Views.Toolbar.tipPaste": "Pegar",
"PE.Views.Toolbar.tipPreview": "Iniciar presentación",
diff --git a/apps/presentationeditor/main/locale/fi.json b/apps/presentationeditor/main/locale/fi.json
index 314033f1e..12ecd8723 100644
--- a/apps/presentationeditor/main/locale/fi.json
+++ b/apps/presentationeditor/main/locale/fi.json
@@ -6,6 +6,7 @@
"Common.Controllers.ExternalDiagramEditor.warningText": "Ohjekti ei ole käytössä koska toinen käyttäjä muokkaa sitä.",
"Common.Controllers.ExternalDiagramEditor.warningTitle": "Varoitus",
"Common.UI.ButtonColored.textAutoColor": "Automaattinen",
+ "Common.UI.ButtonColored.textNewColor": "Lisää uusi mukautettu väri",
"Common.UI.ComboBorderSize.txtNoBorders": "Ei reunuksia",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Ei reunuksia",
"Common.UI.ComboDataView.emptyComboText": "Ei tyylejä",
diff --git a/apps/presentationeditor/main/locale/fr.json b/apps/presentationeditor/main/locale/fr.json
index d7ef8a0d4..898b5ae40 100644
--- a/apps/presentationeditor/main/locale/fr.json
+++ b/apps/presentationeditor/main/locale/fr.json
@@ -52,6 +52,7 @@
"Common.define.effectData.textArcDown": "Arc vers le bas",
"Common.define.effectData.textArcLeft": "Arc à gauche",
"Common.define.effectData.textArcRight": "Arc à droite",
+ "Common.define.effectData.textArcs": "Arcs",
"Common.define.effectData.textArcUp": "Arc vers le haut",
"Common.define.effectData.textBasic": "Simple",
"Common.define.effectData.textBasicSwivel": "Rotation de base",
@@ -98,11 +99,11 @@
"Common.define.effectData.textDissolveOut": "Dissolution externe",
"Common.define.effectData.textDown": "Bas",
"Common.define.effectData.textDrop": "Déplacer",
- "Common.define.effectData.textEmphasis": "Effet d’accentuation",
- "Common.define.effectData.textEntrance": "Effet d’entrée",
+ "Common.define.effectData.textEmphasis": "Effets d’accentuation",
+ "Common.define.effectData.textEntrance": "Effets d’entrée",
"Common.define.effectData.textEqualTriangle": "Triangle équilatéral",
"Common.define.effectData.textExciting": "Captivant",
- "Common.define.effectData.textExit": "Effet de sortie",
+ "Common.define.effectData.textExit": "Effets de sortie",
"Common.define.effectData.textExpand": "Développer",
"Common.define.effectData.textFade": "Fondu",
"Common.define.effectData.textFigureFour": "Figure quatre 8",
@@ -139,6 +140,7 @@
"Common.define.effectData.textIn": "Vers l’intérieur",
"Common.define.effectData.textInFromScreenCenter": "Avant depuis le centre de l’écran",
"Common.define.effectData.textInSlightly": "Avant léger",
+ "Common.define.effectData.textInToScreenBottom": "Zoomer vers le bas de l'écran",
"Common.define.effectData.textInvertedSquare": "Carré inversé",
"Common.define.effectData.textInvertedTriangle": "Triangle inversé",
"Common.define.effectData.textLeft": "Gauche",
@@ -146,8 +148,10 @@
"Common.define.effectData.textLeftUp": "Gauche haut",
"Common.define.effectData.textLighten": "Éclaircir",
"Common.define.effectData.textLineColor": "Couleur du trait",
+ "Common.define.effectData.textLines": "Lignes",
"Common.define.effectData.textLinesCurves": "Lignes сourbes",
"Common.define.effectData.textLoopDeLoop": "Boucle",
+ "Common.define.effectData.textLoops": "Boucles",
"Common.define.effectData.textModerate": "Modérer",
"Common.define.effectData.textNeutron": "Neutron",
"Common.define.effectData.textObjectCenter": "Centre de l’objet",
@@ -156,8 +160,9 @@
"Common.define.effectData.textOut": "Arrière",
"Common.define.effectData.textOutFromScreenBottom": "Arrière depuis le bas de l’écran",
"Common.define.effectData.textOutSlightly": "Arrière léger",
+ "Common.define.effectData.textOutToScreenCenter": "Diminuer au centre de l'écran",
"Common.define.effectData.textParallelogram": "Parallélogramme",
- "Common.define.effectData.textPath": "Trajectoire du mouvement",
+ "Common.define.effectData.textPath": "Trajectoires du mouvement",
"Common.define.effectData.textPeanut": "Cacahuète",
"Common.define.effectData.textPeekIn": "Insertion furtive",
"Common.define.effectData.textPeekOut": "Sortie furtive",
@@ -179,6 +184,7 @@
"Common.define.effectData.textSCurve1": "Courbe S 1",
"Common.define.effectData.textSCurve2": "Courbe S 2",
"Common.define.effectData.textShape": "Forme",
+ "Common.define.effectData.textShapes": "Formes",
"Common.define.effectData.textShimmer": "Miroiter",
"Common.define.effectData.textShrinkTurn": "Rétrécir et faire pivoter",
"Common.define.effectData.textSineWave": "Vague sinusoïdale",
@@ -219,6 +225,7 @@
"Common.define.effectData.textTrapezoid": "Trapèze",
"Common.define.effectData.textTurnDown": "Tourner vers le bas",
"Common.define.effectData.textTurnDownRight": "Tourner vers le bas à droite",
+ "Common.define.effectData.textTurns": "Tours",
"Common.define.effectData.textTurnUp": "Tourner vers le haut",
"Common.define.effectData.textTurnUpRight": "Tourner vers le haut à droite",
"Common.define.effectData.textUnderline": "Souligner",
@@ -293,6 +300,7 @@
"Common.Views.AutoCorrectDialog.textBulleted": "Listes à puces automatiques",
"Common.Views.AutoCorrectDialog.textBy": "Par",
"Common.Views.AutoCorrectDialog.textDelete": "Supprimer",
+ "Common.Views.AutoCorrectDialog.textDoubleSpaces": "Ajouter un point avec un double espace",
"Common.Views.AutoCorrectDialog.textFLCells": "Mettre la première lettre des cellules du tableau en majuscule",
"Common.Views.AutoCorrectDialog.textFLSentence": "Majuscule en début de phrase",
"Common.Views.AutoCorrectDialog.textHyperlink": "Adresses Internet et réseau avec des liens hypertextes",
@@ -1282,6 +1290,12 @@
"PE.Controllers.Toolbar.txtSymbol_zeta": "Zêta",
"PE.Controllers.Viewport.textFitPage": "Ajuster à la diapositive",
"PE.Controllers.Viewport.textFitWidth": "Ajuster à la largeur",
+ "PE.Views.Animation.str0_5": "0,5 s (très rapide)",
+ "PE.Views.Animation.str1": "1 s (Rapide)",
+ "PE.Views.Animation.str2": "2 s (Moyen)",
+ "PE.Views.Animation.str20": "20 s (Extrêmement lent)",
+ "PE.Views.Animation.str3": "3 s (Lent)",
+ "PE.Views.Animation.str5": "5 s (Très lent)",
"PE.Views.Animation.strDelay": "Retard",
"PE.Views.Animation.strDuration": "Durée",
"PE.Views.Animation.strRepeat": "Répéter",
@@ -1293,11 +1307,14 @@
"PE.Views.Animation.textMoveLater": "Déplacer après",
"PE.Views.Animation.textMultiple": "Multiple ",
"PE.Views.Animation.textNone": "Aucun",
+ "PE.Views.Animation.textNoRepeat": "(aucun)",
"PE.Views.Animation.textOnClickOf": "Au clic sur",
"PE.Views.Animation.textOnClickSequence": "Séquence de clics",
"PE.Views.Animation.textStartAfterPrevious": "Après la précédente",
"PE.Views.Animation.textStartOnClick": "Au clic",
"PE.Views.Animation.textStartWithPrevious": "Avec la précédente",
+ "PE.Views.Animation.textUntilEndOfSlide": "Jusqu’à la fin de la diapositive",
+ "PE.Views.Animation.textUntilNextClick": "Jusqu’au clic suivant",
"PE.Views.Animation.txtAddEffect": "Ajouter une animation",
"PE.Views.Animation.txtAnimationPane": "Volet Animation",
"PE.Views.Animation.txtParameters": "Paramètres",
@@ -1522,7 +1539,7 @@
"PE.Views.FileMenu.btnCloseMenuCaption": "Fermer le menu",
"PE.Views.FileMenu.btnCreateNewCaption": "Nouvelle présentation",
"PE.Views.FileMenu.btnDownloadCaption": "Télécharger comme...",
- "PE.Views.FileMenu.btnExitCaption": "Quitter",
+ "PE.Views.FileMenu.btnExitCaption": "Fermer",
"PE.Views.FileMenu.btnFileOpenCaption": "Ouvrir...",
"PE.Views.FileMenu.btnHelpCaption": "Aide...",
"PE.Views.FileMenu.btnHistoryCaption": "Historique des versions",
@@ -2168,6 +2185,15 @@
"PE.Views.Toolbar.tipInsertVideo": "Insérer vidéo",
"PE.Views.Toolbar.tipLineSpace": "Interligne",
"PE.Views.Toolbar.tipMarkers": "Puces",
+ "PE.Views.Toolbar.tipMarkersArrow": "Puces fléchées",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Puces coches",
+ "PE.Views.Toolbar.tipMarkersDash": "Tirets",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Losanges remplis",
+ "PE.Views.Toolbar.tipMarkersFRound": "Puces arrondies remplies",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Puces carrées remplies",
+ "PE.Views.Toolbar.tipMarkersHRound": "Puces rondes vides",
+ "PE.Views.Toolbar.tipMarkersStar": "Puces en étoile",
+ "PE.Views.Toolbar.tipNone": "Aucun",
"PE.Views.Toolbar.tipNumbers": "Numérotation",
"PE.Views.Toolbar.tipPaste": "Coller",
"PE.Views.Toolbar.tipPreview": "Démarrer le diaporama",
diff --git a/apps/presentationeditor/main/locale/gl.json b/apps/presentationeditor/main/locale/gl.json
index fbf7977bc..65926f00a 100644
--- a/apps/presentationeditor/main/locale/gl.json
+++ b/apps/presentationeditor/main/locale/gl.json
@@ -238,7 +238,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Crear unha copia",
"Common.Translation.warnFileLockedBtnView": "Abrir para visualizar",
"Common.UI.ButtonColored.textAutoColor": "Automático",
- "Common.UI.ButtonColored.textNewColor": "Engadir nova cor personalizada",
+ "Common.UI.ButtonColored.textNewColor": "Nova cor personalizada",
"Common.UI.ComboBorderSize.txtNoBorders": "Sen bordos",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Sen bordos",
"Common.UI.ComboDataView.emptyComboText": "Sen estilo",
@@ -2168,6 +2168,14 @@
"PE.Views.Toolbar.tipInsertVideo": "Inserir vídeo",
"PE.Views.Toolbar.tipLineSpace": "Espazo entre liñas",
"PE.Views.Toolbar.tipMarkers": "Viñetas",
+ "PE.Views.Toolbar.tipMarkersArrow": "Viñetas de flecha",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Viñetas de marca de verificación",
+ "PE.Views.Toolbar.tipMarkersDash": "Viñetas guión",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Rombos recheos",
+ "PE.Views.Toolbar.tipMarkersFRound": "Viñetas redondas recheas",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Viñetas cadradas recheas",
+ "PE.Views.Toolbar.tipMarkersHRound": "Viñetas redondas ocas",
+ "PE.Views.Toolbar.tipMarkersStar": "Viñetas de estrela",
"PE.Views.Toolbar.tipNumbers": "Numeración",
"PE.Views.Toolbar.tipPaste": "Pegar",
"PE.Views.Toolbar.tipPreview": "Iniciar presentación",
diff --git a/apps/presentationeditor/main/locale/hu.json b/apps/presentationeditor/main/locale/hu.json
index 9ac5a3b5d..fb405eb6f 100644
--- a/apps/presentationeditor/main/locale/hu.json
+++ b/apps/presentationeditor/main/locale/hu.json
@@ -1945,6 +1945,14 @@
"PE.Views.Toolbar.tipInsertVideo": "Videó beszúrása",
"PE.Views.Toolbar.tipLineSpace": "Sortávolság",
"PE.Views.Toolbar.tipMarkers": "Felsorolás",
+ "PE.Views.Toolbar.tipMarkersArrow": "Nyíl felsorolásjelek",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Jelölőnégyzet felsorolásjelek",
+ "PE.Views.Toolbar.tipMarkersDash": "Kötőjel felsorolásjelek",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Tömör rombusz felsorolásjelek",
+ "PE.Views.Toolbar.tipMarkersFRound": "Tömör kör felsorolásjelek",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Tömör szögletes felsorolásjelek",
+ "PE.Views.Toolbar.tipMarkersHRound": "Üreges kör felsorolásjelek",
+ "PE.Views.Toolbar.tipMarkersStar": "Csillag felsorolásjelek",
"PE.Views.Toolbar.tipNumbers": "Számozás",
"PE.Views.Toolbar.tipPaste": "Beilleszt",
"PE.Views.Toolbar.tipPreview": "Diavetítés elindítása",
diff --git a/apps/presentationeditor/main/locale/it.json b/apps/presentationeditor/main/locale/it.json
index 40d6822c6..a47492e46 100644
--- a/apps/presentationeditor/main/locale/it.json
+++ b/apps/presentationeditor/main/locale/it.json
@@ -146,6 +146,7 @@
"Common.define.effectData.textLeftUp": "Sinistra in alto",
"Common.define.effectData.textLighten": "Illuminare",
"Common.define.effectData.textLineColor": "Colore linea",
+ "Common.define.effectData.textLines": "Linee",
"Common.define.effectData.textLinesCurves": "Linee Curve",
"Common.define.effectData.textLoopDeLoop": "Ciclo continuo",
"Common.define.effectData.textModerate": "Moderato",
@@ -179,6 +180,7 @@
"Common.define.effectData.textSCurve1": "Curva S 1",
"Common.define.effectData.textSCurve2": "Curva S 2",
"Common.define.effectData.textShape": "Forma",
+ "Common.define.effectData.textShapes": "Forme",
"Common.define.effectData.textShimmer": "Riflesso",
"Common.define.effectData.textShrinkTurn": "Restringere e girare",
"Common.define.effectData.textSineWave": "Onda sinusoidale",
@@ -238,7 +240,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Crea una copia",
"Common.Translation.warnFileLockedBtnView": "Aperto per la visualizzazione",
"Common.UI.ButtonColored.textAutoColor": "Automatico",
- "Common.UI.ButtonColored.textNewColor": "Aggiungere un nuovo colore personalizzato",
+ "Common.UI.ButtonColored.textNewColor": "Aggiungi Colore personalizzato",
"Common.UI.ComboBorderSize.txtNoBorders": "Nessun bordo",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Nessun bordo",
"Common.UI.ComboDataView.emptyComboText": "Nessuno stile",
@@ -1293,6 +1295,7 @@
"PE.Views.Animation.textMoveLater": "Spostare di seguito",
"PE.Views.Animation.textMultiple": "Multipli",
"PE.Views.Animation.textNone": "Nessuno",
+ "PE.Views.Animation.textNoRepeat": "(nessuna)",
"PE.Views.Animation.textOnClickOf": "Al clic di",
"PE.Views.Animation.textOnClickSequence": "Alla sequenza di clic",
"PE.Views.Animation.textStartAfterPrevious": "Dopo il precedente",
@@ -2168,6 +2171,14 @@
"PE.Views.Toolbar.tipInsertVideo": "Inserisci video",
"PE.Views.Toolbar.tipLineSpace": "Interlinea",
"PE.Views.Toolbar.tipMarkers": "Elenchi puntati",
+ "PE.Views.Toolbar.tipMarkersArrow": "Punti elenco a freccia",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Punti elenco a segno di spunta",
+ "PE.Views.Toolbar.tipMarkersDash": "Punti elenco a trattino",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Punti elenco a rombo pieno",
+ "PE.Views.Toolbar.tipMarkersFRound": "Punti elenco rotondi pieni",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Punti elenco quadrati pieni",
+ "PE.Views.Toolbar.tipMarkersHRound": "Punti elenco rotondi vuoti",
+ "PE.Views.Toolbar.tipMarkersStar": "Punti elenco a stella",
"PE.Views.Toolbar.tipNumbers": "Elenchi numerati",
"PE.Views.Toolbar.tipPaste": "Incolla",
"PE.Views.Toolbar.tipPreview": "Avvia presentazione",
diff --git a/apps/presentationeditor/main/locale/ja.json b/apps/presentationeditor/main/locale/ja.json
index 317bdf8b3..a8d46afd4 100644
--- a/apps/presentationeditor/main/locale/ja.json
+++ b/apps/presentationeditor/main/locale/ja.json
@@ -47,6 +47,7 @@
"Common.define.chartData.textScatterSmoothMarker": "マーカーと平滑線付き散布図",
"Common.define.chartData.textStock": "株価チャート",
"Common.define.chartData.textSurface": "表面",
+ "Common.define.effectData.textBasic": "基本",
"Common.define.effectData.textBox": "ボックス",
"Common.define.effectData.textCircle": "円",
"Common.define.effectData.textDown": "下",
@@ -59,12 +60,16 @@
"Common.define.effectData.textRight": "右",
"Common.define.effectData.textRightDown": "右下",
"Common.define.effectData.textRightUp": "右上",
+ "Common.define.effectData.textShapes": "形",
"Common.define.effectData.textSpoke1": "1スポーク",
"Common.define.effectData.textSpoke2": "2スポーク",
"Common.define.effectData.textSpoke3": "3スポーク",
"Common.define.effectData.textSpoke4": "4スポーク",
"Common.define.effectData.textSpoke8": "8スポーク",
+ "Common.define.effectData.textUnderline": "下線",
"Common.define.effectData.textUp": "上",
+ "Common.define.effectData.textVerticalIn": "縦(中)",
+ "Common.define.effectData.textVerticalOut": "縦(外)",
"Common.define.effectData.textWave": "波",
"Common.define.effectData.textWipe": "ワイプ",
"Common.define.effectData.textZigzag": "ジグザグ",
@@ -128,6 +133,7 @@
"Common.Views.AutoCorrectDialog.textBulleted": "自動箇条書き",
"Common.Views.AutoCorrectDialog.textBy": "幅",
"Common.Views.AutoCorrectDialog.textDelete": "削除する",
+ "Common.Views.AutoCorrectDialog.textDoubleSpaces": "スペース2回でピリオドを入力する",
"Common.Views.AutoCorrectDialog.textFLSentence": "文章の最初の文字を大文字にする",
"Common.Views.AutoCorrectDialog.textHyperlink": "インターネットとネットワークのアドレスをハイパーリンクに変更する",
"Common.Views.AutoCorrectDialog.textHyphens": "ハイフン(--)の代わりにダッシュ(—)",
@@ -1114,6 +1120,8 @@
"PE.Controllers.Viewport.textFitPage": "スライドのサイズに合わせる",
"PE.Controllers.Viewport.textFitWidth": "幅に合わせる",
"PE.Views.Animation.strDuration": "継続時間",
+ "PE.Views.Animation.textNone": "なし",
+ "PE.Views.Animation.textNoRepeat": "(なし)",
"PE.Views.Animation.txtAddEffect": "アニメーションを追加",
"PE.Views.Animation.txtPreview": "プレビュー",
"PE.Views.ChartSettings.textAdvanced": "詳細設定の表示",
@@ -1972,6 +1980,14 @@
"PE.Views.Toolbar.tipInsertVideo": "ビデオの挿入",
"PE.Views.Toolbar.tipLineSpace": "行間",
"PE.Views.Toolbar.tipMarkers": "箇条書き",
+ "PE.Views.Toolbar.tipMarkersArrow": "箇条書き(矢印)",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "箇条書き(チェックマーク)",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "箇条書き(ひし形)",
+ "PE.Views.Toolbar.tipMarkersFRound": "箇条書き(丸)",
+ "PE.Views.Toolbar.tipMarkersFSquare": "箇条書き(四角)",
+ "PE.Views.Toolbar.tipMarkersHRound": "箇条書き(円)",
+ "PE.Views.Toolbar.tipMarkersStar": "箇条書き(星)",
+ "PE.Views.Toolbar.tipNone": "なし",
"PE.Views.Toolbar.tipNumbers": "番号設定",
"PE.Views.Toolbar.tipPaste": "貼り付け",
"PE.Views.Toolbar.tipPreview": "プレビューの開始",
@@ -2053,5 +2069,6 @@
"PE.Views.Transitions.txtPreview": "プレビュー",
"PE.Views.Transitions.txtSec": "秒",
"PE.Views.ViewTab.textAlwaysShowToolbar": "ツールバーを常に表示する",
+ "PE.Views.ViewTab.textRulers": "ルーラー",
"PE.Views.ViewTab.textZoom": "ズーム"
}
\ No newline at end of file
diff --git a/apps/presentationeditor/main/locale/lv.json b/apps/presentationeditor/main/locale/lv.json
index 9bcbc898f..da230bebd 100644
--- a/apps/presentationeditor/main/locale/lv.json
+++ b/apps/presentationeditor/main/locale/lv.json
@@ -6,6 +6,7 @@
"Common.Controllers.ExternalDiagramEditor.warningText": "The object is disabled because it is being edited by another user.",
"Common.Controllers.ExternalDiagramEditor.warningTitle": "Warning",
"Common.UI.ButtonColored.textAutoColor": "Automātisks",
+ "Common.UI.ButtonColored.textNewColor": "Pievienot jauno krāsu",
"Common.UI.ComboBorderSize.txtNoBorders": "No borders",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "No borders",
"Common.UI.ComboDataView.emptyComboText": "No styles",
diff --git a/apps/presentationeditor/main/locale/nl.json b/apps/presentationeditor/main/locale/nl.json
index 4c92f2315..aa19abd86 100644
--- a/apps/presentationeditor/main/locale/nl.json
+++ b/apps/presentationeditor/main/locale/nl.json
@@ -61,7 +61,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Maak een kopie",
"Common.Translation.warnFileLockedBtnView": "Open voor lezen",
"Common.UI.ButtonColored.textAutoColor": "Automatisch",
- "Common.UI.ButtonColored.textNewColor": "Voeg nieuwe aangepaste kleur toe",
+ "Common.UI.ButtonColored.textNewColor": "Nieuwe aangepaste kleur",
"Common.UI.ComboBorderSize.txtNoBorders": "Geen randen",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Geen randen",
"Common.UI.ComboDataView.emptyComboText": "Geen stijlen",
diff --git a/apps/presentationeditor/main/locale/pl.json b/apps/presentationeditor/main/locale/pl.json
index 602e62b5d..8c7b2789b 100644
--- a/apps/presentationeditor/main/locale/pl.json
+++ b/apps/presentationeditor/main/locale/pl.json
@@ -22,7 +22,7 @@
"Common.define.chartData.textStock": "Zbiory",
"Common.define.chartData.textSurface": "Powierzchnia",
"Common.UI.ButtonColored.textAutoColor": "Automatyczny",
- "Common.UI.ButtonColored.textNewColor": "Dodaj Nowy Niestandardowy Kolor",
+ "Common.UI.ButtonColored.textNewColor": "Nowy niestandardowy kolor",
"Common.UI.ComboBorderSize.txtNoBorders": "Bez krawędzi",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Bez krawędzi",
"Common.UI.ComboDataView.emptyComboText": "Brak styli",
diff --git a/apps/presentationeditor/main/locale/pt.json b/apps/presentationeditor/main/locale/pt.json
index 3e6687abd..95284f482 100644
--- a/apps/presentationeditor/main/locale/pt.json
+++ b/apps/presentationeditor/main/locale/pt.json
@@ -179,6 +179,7 @@
"Common.define.effectData.textSCurve1": "Curva S 1",
"Common.define.effectData.textSCurve2": "Curva S 2",
"Common.define.effectData.textShape": "Forma",
+ "Common.define.effectData.textShapes": "Formas",
"Common.define.effectData.textShimmer": "Cintilar",
"Common.define.effectData.textShrinkTurn": "Encolher e girar",
"Common.define.effectData.textSineWave": "Onda senoidal",
@@ -238,7 +239,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Criar uma cópia",
"Common.Translation.warnFileLockedBtnView": "Aberto para visualização",
"Common.UI.ButtonColored.textAutoColor": "Automático",
- "Common.UI.ButtonColored.textNewColor": "Adicionar nova cor personalizada",
+ "Common.UI.ButtonColored.textNewColor": "Nova cor personalizada",
"Common.UI.ComboBorderSize.txtNoBorders": "Sem bordas",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Sem bordas",
"Common.UI.ComboDataView.emptyComboText": "Sem estilos",
@@ -293,6 +294,7 @@
"Common.Views.AutoCorrectDialog.textBulleted": "Listas com marcadores automáticas",
"Common.Views.AutoCorrectDialog.textBy": "Por",
"Common.Views.AutoCorrectDialog.textDelete": "Excluir",
+ "Common.Views.AutoCorrectDialog.textDoubleSpaces": "Adicionar ponto com espaço duplo",
"Common.Views.AutoCorrectDialog.textFLCells": "Capitalizar a primeira letra das células da tabela",
"Common.Views.AutoCorrectDialog.textFLSentence": "Capitalizar a primeira carta de sentenças",
"Common.Views.AutoCorrectDialog.textHyperlink": "Internet e caminhos de rede com hyperlinks",
@@ -1293,6 +1295,7 @@
"PE.Views.Animation.textMoveLater": "Mover-se depois",
"PE.Views.Animation.textMultiple": "Múltiplo",
"PE.Views.Animation.textNone": "Nenhum",
+ "PE.Views.Animation.textNoRepeat": "(nenhum)",
"PE.Views.Animation.textOnClickOf": "Em Clique de",
"PE.Views.Animation.textOnClickSequence": "Em Sequência de cliques",
"PE.Views.Animation.textStartAfterPrevious": "Após o anterior",
@@ -2168,6 +2171,14 @@
"PE.Views.Toolbar.tipInsertVideo": "Inserir Vídeo",
"PE.Views.Toolbar.tipLineSpace": "Espaçamento de linha",
"PE.Views.Toolbar.tipMarkers": "Marcadores",
+ "PE.Views.Toolbar.tipMarkersArrow": "Balas de flecha",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Marcas de verificação",
+ "PE.Views.Toolbar.tipMarkersDash": "Marcadores de roteiro",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Vinhetas rômbicas cheias",
+ "PE.Views.Toolbar.tipMarkersFRound": "Balas redondas cheias",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Balas quadradas cheias",
+ "PE.Views.Toolbar.tipMarkersHRound": "Balas redondas ocas",
+ "PE.Views.Toolbar.tipMarkersStar": "Balas de estrelas",
"PE.Views.Toolbar.tipNumbers": "Numeração",
"PE.Views.Toolbar.tipPaste": "Colar",
"PE.Views.Toolbar.tipPreview": "Iniciar pré-visualização",
diff --git a/apps/presentationeditor/main/locale/ro.json b/apps/presentationeditor/main/locale/ro.json
index 0aeb1e12a..ee2494399 100644
--- a/apps/presentationeditor/main/locale/ro.json
+++ b/apps/presentationeditor/main/locale/ro.json
@@ -140,6 +140,7 @@
"Common.define.effectData.textIn": "În interior",
"Common.define.effectData.textInFromScreenCenter": "În interior din centrul ecranului",
"Common.define.effectData.textInSlightly": "Ușor în interior",
+ "Common.define.effectData.textInToScreenBottom": "În interior către josul ecranului",
"Common.define.effectData.textInvertedSquare": "Pătrat invers",
"Common.define.effectData.textInvertedTriangle": "Triunghi invers",
"Common.define.effectData.textLeft": "Stânga",
@@ -159,6 +160,7 @@
"Common.define.effectData.textOut": "În exterior",
"Common.define.effectData.textOutFromScreenBottom": "În exterior din josul ecranului",
"Common.define.effectData.textOutSlightly": "Ușor în exterior",
+ "Common.define.effectData.textOutToScreenCenter": "În exterior către centrul ecranului",
"Common.define.effectData.textParallelogram": "Paralelogram",
"Common.define.effectData.textPath": "Căi de mișcare",
"Common.define.effectData.textPeanut": "Alună",
@@ -243,7 +245,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Crează o copie",
"Common.Translation.warnFileLockedBtnView": "Deschide vizualizarea",
"Common.UI.ButtonColored.textAutoColor": "Automat",
- "Common.UI.ButtonColored.textNewColor": "Adăugarea unei culori particularizate noi",
+ "Common.UI.ButtonColored.textNewColor": "Сuloare particularizată",
"Common.UI.ComboBorderSize.txtNoBorders": "Fără borduri",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Fără borduri",
"Common.UI.ComboDataView.emptyComboText": "Fără stiluri",
@@ -1312,6 +1314,7 @@
"PE.Views.Animation.textStartOnClick": "La clic",
"PE.Views.Animation.textStartWithPrevious": "Cu anteriorul",
"PE.Views.Animation.textUntilEndOfSlide": "Până la finalul diapositivului",
+ "PE.Views.Animation.textUntilNextClick": "Până la următorul clic",
"PE.Views.Animation.txtAddEffect": "Adăugare animație",
"PE.Views.Animation.txtAnimationPane": "Panou de animație",
"PE.Views.Animation.txtParameters": "Opțiuni",
diff --git a/apps/presentationeditor/main/locale/sk.json b/apps/presentationeditor/main/locale/sk.json
index 1e7c1169d..f18fa07d8 100644
--- a/apps/presentationeditor/main/locale/sk.json
+++ b/apps/presentationeditor/main/locale/sk.json
@@ -179,6 +179,7 @@
"Common.define.effectData.textSCurve1": "S Krivka 1",
"Common.define.effectData.textSCurve2": "S Krivka 2",
"Common.define.effectData.textShape": "Tvar",
+ "Common.define.effectData.textShapes": "Tvary",
"Common.define.effectData.textShimmer": "Trblietať sa",
"Common.define.effectData.textShrinkTurn": "Zmenšiť a otočiť",
"Common.define.effectData.textSineWave": "Sínusová vlna",
@@ -293,6 +294,7 @@
"Common.Views.AutoCorrectDialog.textBulleted": "Automatické zoznamy s odrážkami",
"Common.Views.AutoCorrectDialog.textBy": "Od",
"Common.Views.AutoCorrectDialog.textDelete": "Vymazať",
+ "Common.Views.AutoCorrectDialog.textDoubleSpaces": "Pridaj interval s dvojitou medzerou",
"Common.Views.AutoCorrectDialog.textFLCells": "Prvé písmeno v obsahu buniek tabuľky meniť na veľké",
"Common.Views.AutoCorrectDialog.textFLSentence": "Veľlé písmeno na začiatku vety",
"Common.Views.AutoCorrectDialog.textHyperlink": "Internetové a sieťové prístupy s hypertextovými odkazmi",
@@ -1293,6 +1295,7 @@
"PE.Views.Animation.textMoveLater": "Presunúť neskôr",
"PE.Views.Animation.textMultiple": "Viacnásobný",
"PE.Views.Animation.textNone": "žiadny",
+ "PE.Views.Animation.textNoRepeat": "(žiadne)",
"PE.Views.Animation.textOnClickOf": "Pri kliknutí na",
"PE.Views.Animation.textOnClickSequence": "Kliknite na položku Sekvencia",
"PE.Views.Animation.textStartAfterPrevious": "Po predchádzajúcom",
@@ -2168,6 +2171,14 @@
"PE.Views.Toolbar.tipInsertVideo": "Vložiť video",
"PE.Views.Toolbar.tipLineSpace": "Riadkovanie",
"PE.Views.Toolbar.tipMarkers": "Odrážky",
+ "PE.Views.Toolbar.tipMarkersArrow": "Šípkové odrážky",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Začiarknuteľné odrážky",
+ "PE.Views.Toolbar.tipMarkersDash": "Pomlčkové odrážky",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Kosoštvorcové odrážky s výplňou",
+ "PE.Views.Toolbar.tipMarkersFRound": "Vyplnené okrúhle odrážky",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Vyplnené štvorcové odrážky",
+ "PE.Views.Toolbar.tipMarkersHRound": "Prázdne okrúhle odrážky",
+ "PE.Views.Toolbar.tipMarkersStar": "Hviezdičkové odrážky",
"PE.Views.Toolbar.tipNumbers": "Číslovanie",
"PE.Views.Toolbar.tipPaste": "Vložiť",
"PE.Views.Toolbar.tipPreview": "Spustiť prezentáciu",
diff --git a/apps/presentationeditor/main/locale/sl.json b/apps/presentationeditor/main/locale/sl.json
index 19b96411d..adb5c8ed2 100644
--- a/apps/presentationeditor/main/locale/sl.json
+++ b/apps/presentationeditor/main/locale/sl.json
@@ -28,6 +28,7 @@
"Common.define.chartData.textPoint": "Točkovni grafikon",
"Common.define.chartData.textStock": "Založni grafikon",
"Common.Translation.warnFileLockedBtnEdit": "Ustvari kopijo",
+ "Common.UI.ButtonColored.textNewColor": "Dodaj novo barvo po meri",
"Common.UI.ComboBorderSize.txtNoBorders": "Ni mej",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Ni mej",
"Common.UI.ComboDataView.emptyComboText": "Ni slogov",
diff --git a/apps/presentationeditor/main/locale/sv.json b/apps/presentationeditor/main/locale/sv.json
index 872a68309..4402dba57 100644
--- a/apps/presentationeditor/main/locale/sv.json
+++ b/apps/presentationeditor/main/locale/sv.json
@@ -179,6 +179,7 @@
"Common.define.effectData.textSCurve1": "S kurva 1",
"Common.define.effectData.textSCurve2": "S kurva 2",
"Common.define.effectData.textShape": "Form",
+ "Common.define.effectData.textShapes": "Former",
"Common.define.effectData.textShimmer": "Skimmer",
"Common.define.effectData.textShrinkTurn": "Krymp och sväng",
"Common.define.effectData.textSineWave": "Sinusvåg",
@@ -238,7 +239,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Skapa en kopia",
"Common.Translation.warnFileLockedBtnView": "Öppna skrivskyddad",
"Common.UI.ButtonColored.textAutoColor": "Automatisk",
- "Common.UI.ButtonColored.textNewColor": "Lägg till ny anpassad färg",
+ "Common.UI.ButtonColored.textNewColor": "Lägg till ny egen färg",
"Common.UI.ComboBorderSize.txtNoBorders": "Inga ramar",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Inga ramar",
"Common.UI.ComboDataView.emptyComboText": "Inga stilar",
@@ -2168,6 +2169,14 @@
"PE.Views.Toolbar.tipInsertVideo": "Infoga video",
"PE.Views.Toolbar.tipLineSpace": "Radavstånd",
"PE.Views.Toolbar.tipMarkers": "Punktlista",
+ "PE.Views.Toolbar.tipMarkersArrow": "Pil punkter",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Bock punkt",
+ "PE.Views.Toolbar.tipMarkersDash": "Sträck punkter",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Fyllda romb punkter",
+ "PE.Views.Toolbar.tipMarkersFRound": "Fyllda runda punkter",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Fyllda kvadratiska punkter",
+ "PE.Views.Toolbar.tipMarkersHRound": "Ofyllda runda punkter",
+ "PE.Views.Toolbar.tipMarkersStar": "Stjärn punkter",
"PE.Views.Toolbar.tipNumbers": "Numrering",
"PE.Views.Toolbar.tipPaste": "Klistra in",
"PE.Views.Toolbar.tipPreview": "Starta visning",
diff --git a/apps/presentationeditor/main/locale/tr.json b/apps/presentationeditor/main/locale/tr.json
index 0697945bb..617cf052f 100644
--- a/apps/presentationeditor/main/locale/tr.json
+++ b/apps/presentationeditor/main/locale/tr.json
@@ -1199,6 +1199,7 @@
"PE.Views.Animation.strDelay": "Geciktir",
"PE.Views.Animation.strDuration": "Süre",
"PE.Views.Animation.strRepeat": "Tekrar",
+ "PE.Views.Animation.textNoRepeat": "(hiçbiri)",
"PE.Views.Animation.textStartAfterPrevious": "Öncekinden Sonra",
"PE.Views.Animation.txtAddEffect": "Animasyon ekle",
"PE.Views.Animation.txtAnimationPane": "Animasyon Bölmesi",
@@ -2062,6 +2063,14 @@
"PE.Views.Toolbar.tipInsertVideo": "Video ekle",
"PE.Views.Toolbar.tipLineSpace": "Satır Aralığı",
"PE.Views.Toolbar.tipMarkers": "Maddeler",
+ "PE.Views.Toolbar.tipMarkersArrow": "Ok işaretleri",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Onay işaretleri",
+ "PE.Views.Toolbar.tipMarkersDash": "Çizgi işaretleri",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Dolu eşkenar dörtgen işaretler",
+ "PE.Views.Toolbar.tipMarkersFRound": "Dolu yuvarlak işaretler",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Dolu kare işaretler",
+ "PE.Views.Toolbar.tipMarkersHRound": "İçi boş daire işaretler",
+ "PE.Views.Toolbar.tipMarkersStar": "Yıldız işaretleri",
"PE.Views.Toolbar.tipNumbers": "Numaralandırma",
"PE.Views.Toolbar.tipPaste": "Yapıştır",
"PE.Views.Toolbar.tipPreview": "Önizlemeye Başla",
diff --git a/apps/presentationeditor/main/locale/uk.json b/apps/presentationeditor/main/locale/uk.json
index 369556469..71bdf15b6 100644
--- a/apps/presentationeditor/main/locale/uk.json
+++ b/apps/presentationeditor/main/locale/uk.json
@@ -179,6 +179,7 @@
"Common.define.effectData.textSCurve1": "Синусоїда 1",
"Common.define.effectData.textSCurve2": "Синусоїда 2",
"Common.define.effectData.textShape": "Фігура",
+ "Common.define.effectData.textShapes": "Фігури",
"Common.define.effectData.textShimmer": "Мерехтіння",
"Common.define.effectData.textShrinkTurn": "Зменшення з поворотом",
"Common.define.effectData.textSineWave": "Часта синусоїда",
@@ -238,7 +239,7 @@
"Common.Translation.warnFileLockedBtnEdit": "Створити копію",
"Common.Translation.warnFileLockedBtnView": "Відкрити на перегляд",
"Common.UI.ButtonColored.textAutoColor": "Автоматичний",
- "Common.UI.ButtonColored.textNewColor": "Додати новий спеціальний колір",
+ "Common.UI.ButtonColored.textNewColor": "Новий спеціальний колір",
"Common.UI.ComboBorderSize.txtNoBorders": "Немає кордонів",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Немає кордонів",
"Common.UI.ComboDataView.emptyComboText": "Немає стилів",
@@ -2168,6 +2169,14 @@
"PE.Views.Toolbar.tipInsertVideo": "Вставити відео",
"PE.Views.Toolbar.tipLineSpace": "Лінія інтервалу",
"PE.Views.Toolbar.tipMarkers": "Кулі",
+ "PE.Views.Toolbar.tipMarkersArrow": "Маркери-стрілки",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "Маркери-галочки",
+ "PE.Views.Toolbar.tipMarkersDash": "Маркери-тире",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "Заповнені ромбоподібні маркери",
+ "PE.Views.Toolbar.tipMarkersFRound": "Заповнені круглі маркери",
+ "PE.Views.Toolbar.tipMarkersFSquare": "Заповнені квадратні маркери",
+ "PE.Views.Toolbar.tipMarkersHRound": "Пусті круглі маркери",
+ "PE.Views.Toolbar.tipMarkersStar": "Маркери-зірочки",
"PE.Views.Toolbar.tipNumbers": "Нумерація",
"PE.Views.Toolbar.tipPaste": "Вставити",
"PE.Views.Toolbar.tipPreview": "Розпочати слайдшоу",
diff --git a/apps/presentationeditor/main/locale/vi.json b/apps/presentationeditor/main/locale/vi.json
index ef3a77646..0f5d13d80 100644
--- a/apps/presentationeditor/main/locale/vi.json
+++ b/apps/presentationeditor/main/locale/vi.json
@@ -13,6 +13,7 @@
"Common.define.chartData.textPoint": "XY (Phân tán)",
"Common.define.chartData.textStock": "Cổ phiếu",
"Common.define.chartData.textSurface": "Bề mặt",
+ "Common.UI.ButtonColored.textNewColor": "Màu tùy chỉnh",
"Common.UI.ComboBorderSize.txtNoBorders": "Không viền",
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Không viền",
"Common.UI.ComboDataView.emptyComboText": "Không có kiểu",
diff --git a/apps/presentationeditor/main/locale/zh.json b/apps/presentationeditor/main/locale/zh.json
index bf9bed31c..d2dc3e016 100644
--- a/apps/presentationeditor/main/locale/zh.json
+++ b/apps/presentationeditor/main/locale/zh.json
@@ -179,6 +179,7 @@
"Common.define.effectData.textSCurve1": "S形曲线1",
"Common.define.effectData.textSCurve2": "S形曲线2",
"Common.define.effectData.textShape": "形状",
+ "Common.define.effectData.textShapes": "形状",
"Common.define.effectData.textShimmer": "闪现",
"Common.define.effectData.textShrinkTurn": "收缩并旋转",
"Common.define.effectData.textSineWave": "正弦波",
@@ -2168,6 +2169,14 @@
"PE.Views.Toolbar.tipInsertVideo": "插入视频",
"PE.Views.Toolbar.tipLineSpace": "行间距",
"PE.Views.Toolbar.tipMarkers": "项目符号",
+ "PE.Views.Toolbar.tipMarkersArrow": "箭头项目符号",
+ "PE.Views.Toolbar.tipMarkersCheckmark": "选中标记项目符号",
+ "PE.Views.Toolbar.tipMarkersDash": "划线项目符号",
+ "PE.Views.Toolbar.tipMarkersFRhombus": "实心菱形项目符号",
+ "PE.Views.Toolbar.tipMarkersFRound": "实心圆形项目符号",
+ "PE.Views.Toolbar.tipMarkersFSquare": "实心方形项目符号",
+ "PE.Views.Toolbar.tipMarkersHRound": "空心圆形项目符号",
+ "PE.Views.Toolbar.tipMarkersStar": "星形项目符号",
"PE.Views.Toolbar.tipNumbers": "编号",
"PE.Views.Toolbar.tipPaste": "粘贴",
"PE.Views.Toolbar.tipPreview": "开始幻灯片放映",
diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm
index dff87269e..207637a01 100644
--- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm
+++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm
@@ -89,6 +89,12 @@
If you open an existing document containing equations which were created with an old version of equation editor (for example, with MS Office versions before 2007), you need to convert these equations to the Office Math ML format to be able to edit them.
+To convert an equation, double-click it. The warning window will appear:
+To convert the selected equation only, click the Yes button in the warning window. To convert all equations in this document, check the Apply to all equations box and click Yes.
+Once the equation is converted, you can edit it.