diff --git a/PowerEditor/installer/nativeLang/french.xml b/PowerEditor/installer/nativeLang/french.xml index 82d8e314..3aca7a38 100644 --- a/PowerEditor/installer/nativeLang/french.xml +++ b/PowerEditor/installer/nativeLang/french.xml @@ -1,6 +1,6 @@ - +
@@ -159,6 +159,7 @@ + @@ -321,8 +322,6 @@ - - @@ -505,6 +504,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -744,6 +808,7 @@ Vous pouvez définir plusieurs marqueurs de colonne en utilisant un espace pour + @@ -830,6 +895,8 @@ Vous pouvez définir plusieurs marqueurs de colonne en utilisant un espace pour + + @@ -935,6 +1002,7 @@ Vous pouvez définir plusieurs marqueurs de colonne en utilisant un espace pour + @@ -959,17 +1027,17 @@ Vous pouvez définir plusieurs marqueurs de colonne en utilisant un espace pour - - - - - - - + + + + + + + - - - + + + @@ -1215,6 +1283,10 @@ Rechercher dans tous les fichiers sauf exe, obj && log: + + + + @@ -1223,6 +1295,7 @@ Rechercher dans tous les fichiers sauf exe, obj && log: + diff --git a/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml b/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml index 9febe69d..ec92d6a8 100644 --- a/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml +++ b/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml @@ -1,6 +1,6 @@ - +
@@ -171,6 +171,7 @@ + @@ -313,9 +314,7 @@ - - - + @@ -503,6 +502,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -753,6 +817,7 @@ + @@ -838,8 +903,10 @@ - + + + @@ -943,7 +1010,8 @@ - + + @@ -968,17 +1036,17 @@ - - - - - - + + + + + + - - - - + + + + @@ -1202,6 +1270,10 @@ + + + + @@ -1210,6 +1282,19 @@ + + + + + + + + + + + + + diff --git a/PowerEditor/src/Parameters.cpp b/PowerEditor/src/Parameters.cpp index d5f37014..8bccd2dc 100644 --- a/PowerEditor/src/Parameters.cpp +++ b/PowerEditor/src/Parameters.cpp @@ -213,13 +213,13 @@ static const WinMenuKeyDefinition winKeyDefs[] = { VK_3, IDM_SEARCH_GOPREVMARKER3, true, false, true, TEXT("Previous mark using 3rd style") }, { VK_4, IDM_SEARCH_GOPREVMARKER4, true, false, true, TEXT("Previous mark using 4th style") }, { VK_5, IDM_SEARCH_GOPREVMARKER5, true, false, true, TEXT("Previous mark using 5th style") }, - { VK_0, IDM_SEARCH_GOPREVMARKER_DEF, true, false, true, TEXT("Previous mark created with Mark...") }, + { VK_0, IDM_SEARCH_GOPREVMARKER_DEF, true, false, true, TEXT("Previous mark created with Mark") }, { VK_1, IDM_SEARCH_GONEXTMARKER1, true, false, false, TEXT("Next mark using 1st style") }, { VK_2, IDM_SEARCH_GONEXTMARKER2, true, false, false, TEXT("Next mark using 2nd style") }, { VK_3, IDM_SEARCH_GONEXTMARKER3, true, false, false, TEXT("Next mark using 3rd style") }, { VK_4, IDM_SEARCH_GONEXTMARKER4, true, false, false, TEXT("Next mark using 4th style") }, { VK_5, IDM_SEARCH_GONEXTMARKER5, true, false, false, TEXT("Next mark using 5th style") }, - { VK_0, IDM_SEARCH_GONEXTMARKER_DEF, true, false, false, TEXT("Next mark created with Mark...") }, + { VK_0, IDM_SEARCH_GONEXTMARKER_DEF, true, false, false, TEXT("Next mark created with Mark") }, { VK_F2, IDM_SEARCH_TOGGLE_BOOKMARK, true, false, false, nullptr }, { VK_F2, IDM_SEARCH_NEXT_BOOKMARK, false, false, false, nullptr },