i18n: updated templates
[sdk] / epj2make / locale / epj2make.pot
index 0e6a816..e68ff93 100644 (file)
@@ -10,119 +10,179 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Basepath: ../\n"
 
-#: ./epj2make.ec:232
+#: ./epj2make.ec:244
 msgid "         [-cc <c compiler>]\n"
 msgstr "         [-cc <c compiler>]\n"
 
-#: ./epj2make.ec:231
+#: ./epj2make.ec:243
 msgid "         [-cpp <c preprocessor>]\n"
 msgstr "         [-cpp <c preprocessor>]\n"
 
-#: ./epj2make.ec:243
+#: ./epj2make.ec:255
 msgid "         [-d <intermediate objects directory>]\n"
 msgstr "         [-d <intermediate objects directory>]\n"
 
-#: ./epj2make.ec:236
+#: ./epj2make.ec:248
 msgid "         [-ear <Ecere Archiver>]\n"
 msgstr "         [-ear <Ecere Archiver>]\n"
 
-#: ./epj2make.ec:234
+#: ./epj2make.ec:246
 msgid "         [-ecc <eC compiler>]\n"
 msgstr "         [-ecc <eC compiler>]\n"
 
-#: ./epj2make.ec:233
+#: ./epj2make.ec:245
 msgid "         [-ecp <eC preprocessor>]\n"
 msgstr "         [-ecp <eC preprocessor>]\n"
 
-#: ./epj2make.ec:235
+#: ./epj2make.ec:247
 msgid "         [-ecs <eC symbol generator>]\n"
 msgstr "         [-ecs <eC symbol generator>]\n"
 
-#: ./epj2make.ec:238
+#: ./epj2make.ec:250
 msgid "         [-i <include dir[;inc dir[...]]>]\n"
 msgstr "         [-i <include dir[;inc dir[...]]>]\n"
 
-#: ./epj2make.ec:244
-msgid "         [-includemk <include.mk path>]\n"
-msgstr "         [-includemk <include.mk path>]\n"
+#: ./epj2make.ec:256
+msgid "         [-includemk <crossplatform.mk path>]\n"
+msgstr "         [-includemk <crossplatform.mk path>]\n"
 
-#: ./epj2make.ec:239
+#: ./epj2make.ec:251
 msgid "         [-l <library dir[;lib dir[...]]>]\n"
 msgstr "         [-l <library dir[;lib dir[...]]>]\n"
 
-#: ./epj2make.ec:230
+#: ./epj2make.ec:242
 msgid "         [-make <make tool>]\n"
 msgstr "         [-make <make tool>]\n"
 
-#: ./epj2make.ec:241
+#: ./epj2make.ec:253
 msgid "         [-noglobalsettings]\n"
 msgstr "         [-noglobalsettings]\n"
 
-#: ./epj2make.ec:242
+#: ./epj2make.ec:254
 msgid "         [-noresources]\n"
 msgstr "         [-noresources]\n"
 
-#: ./epj2make.ec:237
+#: ./epj2make.ec:249
 msgid "      directories:\n"
 msgstr "      directories:\n"
 
-#: ./epj2make.ec:240
+#: ./epj2make.ec:252
 msgid "      options:\n"
 msgstr "      options:\n"
 
-#: ./epj2make.ec:229
+#: ./epj2make.ec:241
 msgid "      toolchain:\n"
 msgstr "      toolchain:\n"
 
-#: ./epj2make.ec:228
+#: ./epj2make.ec:240
 msgid "   epj2make [-t <target platform>] [-c <configuration>] [toolchain] [directories] [options] [-o <output>] <input>\n"
 msgstr "   epj2make [-t <target platform>] [-c <configuration>] [toolchain] [directories] [options] [-o <output>] <input>\n"
 
-#: ./epj2make.ec:374
+#: ./../ide/src/project/ProjectNode.ec:2464
+msgid " instead\n"
+msgstr " instead\n"
+
+#: ./../ide/src/project/ProjectNode.ec:2470
+msgid " to compile instead of "
+msgstr " to compile instead of "
+
+#: ./../ide/src/project/ProjectNode.ec:2464
+msgid "Compiling source file "
+msgstr "Compiling source file "
+
+#: ./../ide/src/IDESettings.ec:2017
+msgid "Error creating compiler configs directory at "
+msgstr "Error creating compiler configs directory at "
+
+#: ./epj2make.ec:392
 msgid "Error: Input file (%s) does not exist.\n"
 msgstr "Error: Input file (%s) does not exist.\n"
 
-#: ./epj2make.ec:312
+#: ./epj2make.ec:328
 msgid "Error: Project configuration (%s) was not found.\n"
 msgstr "Error: Project configuration (%s) was not found.\n"
 
-#: ./epj2make.ec:370
+#: ./epj2make.ec:388
 msgid "Error: Unable to open project file (%s) due to unknown error.\n"
 msgstr "Error: Unable to open project file (%s) due to unknown error.\n"
 
-#: ./../ide/src/IDESettings.ec:626
+#: ./../ide/src/IDESettings.ec:1470
 msgid "GNU Compiler Collection (GCC) / GNU Make"
 msgstr "GNU Compiler Collection (GCC) / GNU Make"
 
-#: ./../ide/src/IDESettings.ec:629
+#: ./../ide/src/IDESettings.ec:1473
 msgid "Microsoft Visual Studio 2005 (8.0) Compiler"
 msgstr "Microsoft Visual Studio 2005 (8.0) Compiler"
 
-#: ./../ide/src/IDESettings.ec:630
+#: ./../ide/src/IDESettings.ec:1474
 msgid "Microsoft Visual Studio 2008 (9.0) Compiler"
 msgstr "Microsoft Visual Studio 2008 (9.0) Compiler"
 
-#: ./../ide/src/IDESettings.ec:632
+#: ./../ide/src/IDESettings.ec:1476
 msgid "Microsoft Visual Studio 2010 (10.0) Compiler"
 msgstr "Microsoft Visual Studio 2010 (10.0) Compiler"
 
-#: ./epj2make.ec:328
+#: ./../ide/src/project/ProjectNode.ec:2457
+msgid "No compilation required for header file "
+msgstr "No compilation required for header file "
+
+#: ./epj2make.ec:344
 msgid "Notice: Project configuration (%s) will be used.\n"
 msgstr "Notice: Project configuration (%s) will be used.\n"
 
-#: ./../ide/src/IDESettings.ec:628
+#: ./../ide/src/IDESettings.ec:1472
 msgid "Portable C Compiler / GNU Make"
 msgstr "Portable C Compiler / GNU Make"
 
-#: ./epj2make.ec:227
+#: ./epj2make.ec:239
 msgid "Syntax:\n"
 msgstr "Syntax:\n"
 
-#: ./../ide/src/IDESettings.ec:627
+#: ./../ide/src/IDESettings.ec:1471
 msgid "Tiny C Compiler / GNU Make"
 msgstr "Tiny C Compiler / GNU Make"
 
-#: ./epj2make.ec:206
+#: ./../ide/src/project/ProjectNode.ec:2470
+msgid "Unable to locate source file "
+msgstr "Unable to locate source file "
+
+#: ./../ide/src/project/ProjectNode.ec:2470
+msgid "\n"
+msgstr "\n"
+
+#: ./../ide/src/IDESettings.ec:877
+msgid "error: could not parse configuration file: "
+msgstr "error: could not parse configuration file: "
+
+#: ./../ide/src/IDESettings.ec:851
+msgid "error: could not safely open file for writing configuration: "
+msgstr "error: could not safely open file for writing configuration: "
+
+#: ./epj2make.ec:218
 msgid "invalid option: %s\n"
 msgstr "invalid option: %s\n"
 
+#: ./../ide/src/IDESettings.ec:945
+msgid "warning: SafeFile::open: does not yet support FileOpenMode::"
+msgstr "warning: SafeFile::open: does not yet support FileOpenMode::"
+
+#: ./../ide/src/IDESettings.ec:932
+msgid "warning: SafeFile::open: unable to obtain exclusive lock on temporary file for writing: "
+msgstr "warning: SafeFile::open: unable to obtain exclusive lock on temporary file for writing: "
+
+#: ./../ide/src/IDESettings.ec:934
+msgid "warning: SafeFile::open: unable to obtain shared lock on file for reading: "
+msgstr "warning: SafeFile::open: unable to obtain shared lock on file for reading: "
+
+#: ./../ide/src/IDESettings.ec:939
+msgid "warning: SafeFile::open: unable to open file for reading: "
+msgstr "warning: SafeFile::open: unable to open file for reading: "
+
+#: ./../ide/src/IDESettings.ec:937
+msgid "warning: SafeFile::open: unable to open temporary file for writing: "
+msgstr "warning: SafeFile::open: unable to open temporary file for writing: "
+
+#: ./../ide/src/IDESettings.ec:987
+msgid "warning: SafeFile::sync: failed to lock file for "
+msgstr "warning: SafeFile::sync: failed to lock file for "
+