OSDN Git Service

[ 840296 ] Informative messageboxes when loading files
authorLaurent Ganier <laoran@users.sourceforge.net>
Fri, 14 Nov 2003 22:50:04 +0000 (22:50 +0000)
committerLaurent Ganier <laoran@users.sourceforge.net>
Fri, 14 Nov 2003 22:50:04 +0000 (22:50 +0000)
30 files changed:
Src/Languages/Brazilian/MergeBrazilian.rc
Src/Languages/Brazilian/resource.h
Src/Languages/Catalan/MergeCatalan.rc
Src/Languages/Catalan/resource.h
Src/Languages/ChineseSimplified/MergeChineseSimplified.rc
Src/Languages/ChineseSimplified/resource.h
Src/Languages/ChineseTraditional/MergeChineseTraditional.rc
Src/Languages/ChineseTraditional/resource.h
Src/Languages/Czech/MergeCzech.rc
Src/Languages/Czech/resource.h
Src/Languages/Danish/MergeDanish.rc
Src/Languages/Danish/resource.h
Src/Languages/Dutch/MergeDutch.rc
Src/Languages/Dutch/resource.h
Src/Languages/French/MergeFrench.rc
Src/Languages/French/resource.h
Src/Languages/German/MergeGerman.rc
Src/Languages/German/resource.h
Src/Languages/Italian/MergeItalian.rc
Src/Languages/Italian/resource.h
Src/Languages/Korean/MergeKorean.rc
Src/Languages/Korean/resource.h
Src/Languages/Norwegian/MergeNorwegian.rc
Src/Languages/Norwegian/resource.h
Src/Languages/Slovak/MergeSlovak.rc
Src/Languages/Slovak/resource.h
Src/Languages/Spanish/MergeSpanish.rc
Src/Languages/Spanish/resource.h
Src/Languages/Swedish/MergeSwedish.rc
Src/Languages/Swedish/resource.h

index 07dc708..b383859 100644 (file)
@@ -1249,6 +1249,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1360,6 +1365,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index feabd9e..f53ad02 100644 (file)
@@ -1263,6 +1263,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Permet la &barreja de tipus de marques de final de línia"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Atura"
     IDC_COMPARISON_CLOSE    "Prem qualsevol tecla"
 END
@@ -1533,6 +1538,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "S'ha produït un error al plugin '%1' i l'operació actual s'avortarà."
     IDS_ERROR_FILE_NOT_UNPACKED "El fitxer not s'ha desempaquetat: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 #endif    // Catalan resources
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 846728e..c282360 100644 (file)
@@ -1117,6 +1117,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1220,6 +1225,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 8dec44a..2f21b3a 100644 (file)
@@ -1224,6 +1224,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1327,6 +1332,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 3563f52..846e8ec 100644 (file)
@@ -1246,6 +1246,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1352,6 +1357,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 568f047..bd380e8 100644 (file)
@@ -1245,6 +1245,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1351,6 +1356,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 41e8911..5e4f104 100644 (file)
@@ -1250,6 +1250,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1359,6 +1364,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 7356b21..9fd4954 100644 (file)
@@ -1251,6 +1251,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1360,6 +1365,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<Aucun>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatique>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 8fefa4f..305b7c0 100644 (file)
@@ -1252,6 +1252,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Mischen der Zeilenumbruch-Formate erlauben"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1364,6 +1369,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 01c2c0b..ccb9d05 100644 (file)
@@ -1245,6 +1245,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1351,6 +1356,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 584e0e4..f1b2879 100644 (file)
@@ -1213,6 +1213,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1485,6 +1490,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 9ef9c31..3f39cb5 100644 (file)
@@ -1245,6 +1245,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1351,6 +1356,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index d9b6f4e..bc8e8b1 100644 (file)
@@ -1248,6 +1248,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1355,6 +1360,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 42edbd1..d5f7c81 100644 (file)
@@ -1247,6 +1247,11 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
+    IDC_MIXED_EOL           "Preserve original EOL chars"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1355,6 +1360,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 // END STRINGS SYNCHRO
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001
index 6b1a3a9..7180c06 100644 (file)
@@ -1244,6 +1244,11 @@ END
 
 STRINGTABLE DISCARDABLE 
 BEGIN
+    IDC_MIXED_EOL           "Tillåt blandade EOL-typer"
+END
+
+STRINGTABLE DISCARDABLE 
+BEGIN
     IDC_COMPARISON_STOP     "Stop"
     IDC_COMPARISON_CLOSE    "Press any key"
 END
@@ -1353,6 +1358,10 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_PLUGIN_FAILED       "An error occurred in plugin '%1'. The current operation is aborted."
     IDS_ERROR_FILE_NOT_UNPACKED "File not unpacked: %1"
+    IDS_USERCHOICE_NONE     "<None>"
+    IDS_USERCHOICE_AUTOMATIC "<Automatic>"
+    IDS_SUGGEST_IGNOREEOL   "The files have a different EOL type.\nWith the current options, all lines will differ.\nDo you want to ignore EOL differences for these files ?\n\nAdvanced user : if the EOL are not unified in your files,\n you may rather set the option '%1'."
+    IDS_SUGGEST_PRESERVEEOL "The EOL are of different types (DOS/UNIX/MAC) in the file '%1'.\n With the current options, they will be unified to the main type.\n Do you want to change the options and preserve the different EOL ?"
 END
 
 #endif    // Swedish resources
index dd875f2..fcd9681 100644 (file)
 #define IDS_ERROR_FILE_NOT_UNPACKED     241
 #define IDS_USERCHOICE_NONE             242
 #define IDS_USERCHOICE_AUTOMATIC        243
+#define IDS_SUGGEST_IGNOREEOL           244
+#define IDS_SUGGEST_PRESERVEEOL         245
 #define IDC_LEFT_EDIT                   1000
 #define IDC_FILE_EDIT                   1000
 #define IDC_LEFT_BUTTON                 1001