diff --git a/utils/hbmk2/doc/hbmk2.pt_BR.md b/utils/hbmk2/doc/hbmk2.pt_BR.md index d6288067dc..f1facb9f11 100644 --- a/utils/hbmk2/doc/hbmk2.pt_BR.md +++ b/utils/hbmk2/doc/hbmk2.pt_BR.md @@ -65,7 +65,7 @@ Opções - **\-vcshead=<file>** generate \.ch header file with local repository information\. Git, SVN, Mercurial, Bazaar, Fossil, CVS and Monotone are currently supported\. Generated header will define preprocessor constant \_HBMK\_VCS\_TYPE\_ with the name of detected VCS and \_HBMK\_VCS\_ID\_ with the unique ID of local repository\. If no VCS system is detected, a sequential number will be rolled automatically on each build\. - **\-tshead=<file>** gerar cabeçalho \.ch com informação de data/hora\. Cabeçalho gerado conterá as macros \_HBMK\_BUILD\_DATE\_, \_HBMK\_BUILD\_TIME\_, \_HBMK\_BUILD\_TIMESTAMP\_ com a data/hora de criação do arquivo\. - **\-icon=<file>** set <file> as application icon\. <file> should be a supported format on the target platform \(not supported by some platforms/compilers\)\. On Windows, it is implemented by generating and linking a resource file\. - - **\-manifest=<file>** embed manifest <file> in executable/dynamic lib \(Windows only\) + - **\-manifest=<file>** incorporar arquivo manifest <file> no executável / lib dinâmica \(somente para Windows\) - **\-sign=<key>** sign executable with <key> \(Windows and Darwin only\)\. On Windows signtool\.exe is used \(part of MS Windows SDK\) or posign\.exe \(part of Pelles C 7\), in that order, both autodetected\. - **\-signpw=<pw>** use <pw> as password when signing executable \(Windows and Darwin only\) - **\-instfile=<g:file>** add <file> in to the list of files to be copied to path specified by \-instpath option\. <g> is an optional copy group \(case sensitive\), it must be at least two characters long\. In case you do not specify <file>, the list of files in that group will be emptied\. @@ -184,7 +184,7 @@ criar um link ou copiar o hbmk2 para rtlink/blinker/exospace resultará no mesmo - **\-plat=<platform>** override default target platform \(default: automatic\) - - **\-cpu=<cpu>** override default target CPU \(default: automatic\) \(EXPERIMENTAL\) + - **\-cpu=<cpu>** substituir o destino da CPU padrão \(padrão: automática\) \(EXPERIMENTAL\) - **\-comp=<compiler>** override C compiler autodetection Special value: \- bld: use original build settings \(default on \*nix\) @@ -271,7 +271,7 @@ Macro variables: - **$\{hb\_build\}** build name - **$\{hb\_cpu\}** selected CPU - **$\{hb\_work\}** default base workdir name - - **$\{hb\_workdynsub\}** default workdir subdirectory for dynamic library targets + - **$\{hb\_workdynsub\}** subdiretório padrão de trabalho para bibliotecas dinâmicas - **$\{hb\_dynprefix\}** dynamic library prefix - **$\{hb\_dynsuffix\}** dynamic library suffix - **$\{hb\_dynext\}** dynamic library extension @@ -320,7 +320,7 @@ Filters \(you can combine and/or negate them\): - **\{allwin\}** plataforma alvo é compátivel com Windows \(win, wce\) - **\{allgcc\}** target C compiler belongs to gcc family \(gcc, mingw, mingw64, mingwarm, djgpp, gccomf, clang, open64, pcc\) - **\{allmingw\}** compilador alvo C é mingw\* \(mingw, mingw64, mingwarm\) - - **\{allmsvc\}** target C compiler is msvc\* \(msvc, msvc64, msvcia64, msvcarm\) + - **\{allmsvc\}** compilador C alvo é msvc\* \(msvc, msvc64, msvcia64, msvcarm\) - **\{allbcc\}** compilador alvo C é bcc\* \(bcc, bcc64\) - **\{allpocc\}** target C compiler is pocc\* \(pocc, pocc64, poccarm\) - **\{allicc\}** target C compiler is icc\* \(icc, iccia64\) @@ -341,7 +341,7 @@ Predefined constants in sources: - **\_\_HBSCRIPT\_\_HBMK\_PLUGIN** when an \.hb script is compiled as hbmk2 plugin - **\_\_HBEXTREQ\_\_** when an \.hbx source file is present in a project \(available in Harbour sources\) - **HBMK\_HAS\_<hbcname>** when <hbcname>\.hbc package is linked to the target\. The value is the version= value from the \.hbc file, converted to a decimal number, which is '1', if not specified\. \(available in Harbour sources\) - - **HBMK\_HAS\_<depname>** when <depname> dependency was detected \(available in C sources\) + - **HBMK\_HAS\_<depname>** quando <depname> dependência foi detectada \(disponível nos fontes C\) - **\_\_HBSCRIPT\_\_HBSHELL** when a Harbour source file is run as a shell script @@ -382,7 +382,7 @@ Environment variables: - **HB\_EXTENSION** space separated list of extensions to load in interactive Harbour shell -\.hbc directives \(they should be written in separate lines\): +diretivas \.hbc \(devem ser escritas em linhas separadas\): - **echo=<msg>** display <msg> @@ -390,7 +390,7 @@ Environment variables: - **stop=\[<msg>\]** stop the build\. Display <msg>, if specified\. - **sources=** add space separated list of files as input files - **headers=** add space separated list of \.ch format headers as standard header - - **libs=** add space separated list of libraries \(see more at \-l option\) + - **libs=** adicione espaços para separar a lista de bibliotecas \(veja mais opções em \-l\) - **frameworks=** add space separated list of frameworks \(Darwin only\) - **requests=** add space separated list of symbols to force link to the target - **syslibs=** add space separated list of libraries as system libraries \(before regular libraries\) @@ -607,7 +607,7 @@ Examples to build a Harbour static library: - **To build library 'mylib' from sources** $ hbmk2 \-hblib mylibsrc\.prg \-omylib - - **To build library 'mylib' from sources using incremental mode** + - **para gerar a biblioteca 'mylib' dos fontes usando o modo incremental** $ hbmk2 \-hblib mylibsrc\.prg \-omylib \-inc Exit codes \("errorlevels"\): @@ -618,7 +618,7 @@ Exit codes \("errorlevels"\): - **2** unknown compiler - **3** failed Harbour detection - **5** failed stub creation - - **6** failed in compilation \(Harbour, C compiler, Resource compiler\) + - **6** Falha na compilação \(Harbour, compilador C , compilador Recursos "RC"\) - **7** Falha na montagem final \(linker ou gerenciador de bibliotecas\) - **8** unsupported - **9** Falhou na criação do diretório de trabalho @@ -648,7 +648,7 @@ Formato de um filtro: \{\[\!\]\[<arquitetura>|<compilador>|<cpu&g - Opções aceitando macros também suportam linhas de comando\. Neste caso basta rodeiar o comando dentro de \`\`, e, se o comando contiver espaço, também adicione aspas duplas\. i\.e\. "\-cflag=\`wx\-config \-\-cflags\`", ou ldflags=\{unix&gcc\}"\`wx\-config \-\-libs\`"\. - When multiple target type selection options \(\-hblib, \-hbdyn, etc\.\) are specified, the first one will be significant, the rest will be silently ignored\. - Libraries and object files built with/for CA\-Cl\*pper will not work with any supported platform/compiler\. - - Defaults and feature support may vary by platform/compiler\. + - Padrões e especificações suportadas podem variar de acordo com plataforma/compilador\. - GNU Make or any C compiler specific make tool and MSYS \(on Windows\) are not needed to run hbmk2\. - \. \(dot\) passed as first parameter will enter the interactive Harbour shell\. diff --git a/utils/hbmk2/po/hbmk2.el.po b/utils/hbmk2/po/hbmk2.el.po index 6d508d11c3..ce4fd10572 100644 --- a/utils/hbmk2/po/hbmk2.el.po +++ b/utils/hbmk2/po/hbmk2.el.po @@ -1,4 +1,3 @@ -# This file is generated by Harbour 3.2.0dev (r1303280324) # # Translators: # , 2013. @@ -14,27 +13,29 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +# This file is generated by Harbour 3.2.0dev (r1303260147) +# #: hbmk2.prg:823 #, c-format msgid "Press any key to continue..." msgstr "Πατήστε ένα πλήκτρο για συνέχεια..." -#: hbmk2.prg:10481 hbmk2.prg:13969 -#, c-format -msgid "<%1$s directory>" -msgstr "<%1$s κατάλογος>" - -#: hbmk2.prg:10520 -#, c-format -msgid "Processing: %1$s" -msgstr "Επεξεργασία: %1$s" - -#: hbmk2.prg:10524 +#: hbmk2.prg:10532 #, c-format msgid "Error: Opening: %1$s" msgstr "Λάθος: Ανοίγματος: %1$s" -#: hbmk2.prg:10556 +#: hbmk2.prg:10489 hbmk2.prg:13977 +#, c-format +msgid "<%1$s directory>" +msgstr "<%1$s κατάλογος>" + +#: hbmk2.prg:10528 +#, c-format +msgid "Processing: %1$s" +msgstr "Επεξεργασία: %1$s" + +#: hbmk2.prg:10564 #, c-format msgid "Skipping from: %1$s" msgstr "Παράκαμψη από: %1$s" @@ -44,205 +45,110 @@ msgstr "Παράκαμψη από: %1$s" msgid "Exit code: %1$d: %2$s" msgstr "Κωδικός εξόδου: %1$d: %2$s" -#: hbmk2.prg:15804 +#: hbmk2.prg:16415 #, c-format -msgid "" -"enable (or disable) import library generation for import library sources " -"specified in -depimplibs= options (default: yes)" +msgid "To build" msgstr "" -#: hbmk2.prg:15804 -#, c-format -msgid "" -"virtual target, it does not create anything. Useful for creating an .hbp " -"with the sole purpose of referencing sub-projects" -msgstr "" - -#: hbmk2.prg:15804 -#, c-format -msgid "" -"select between UNICODE (WIDE) and ANSI compilation modes (default: ANSI) " -"(Windows only. For WinCE it is always set to UNICODE)" -msgstr "" - -#: hbmk2.prg:15980 -#, c-format -msgid "" -"standard .hbc file that gets automatically processed, if present. Possible " -"location(s) (in order of precedence) [*]: %1$s" -msgstr "" - -#: hbmk2.prg:16072 -#, c-format -msgid "" -"target platform is *nix compatible (bsd, hpux, sunos, beos, qnx, android, " -"vxworks, symbian, linux, darwin, cygwin, minix, aix)" -msgstr "" - -#: hbmk2.prg:16144 -#, c-format -msgid "" -"embed space separated list of .hbc files. Names without the extension is " -"accepted. These references are processed in place." -msgstr "" - -#: hbmk2.prg:16217 -#, c-format -msgid "" -"Register input file extension to be passed to plugin (by default all unknown" -" file extensions are passed to Harbour compiler)." -msgstr "" - -#: hbmk2.prg:16301 -#, c-format -msgid "" -"Using forwards slashes is recommended in option values as directory " -"separator, but backslashes are also equally accepted." -msgstr "" - -#: hbmk2.prg:16320 -#, c-format -msgid "" -"Values marked with [*] may be host platform and/or configuration dependent. " -"This help was generated on '%1$s' host platform." -msgstr "" - -#: hbmk2.prg:6660 -#, c-format -msgid "Resource compiler script:" -msgstr "" - -#: hbmk2.prg:6618 hbmk2.prg:6656 -#, c-format -msgid "Resource compiler command:" -msgstr "" - -#: hbmk2.prg:7036 -#, c-format -msgid "Error: Running linker. %1$d" -msgstr "" - -#: hbmk2.prg:7146 -#, c-format -msgid "Dynamic lib link command:" -msgstr "" - -#: hbmk2.prg:7150 -#, c-format -msgid "Dynamic lib link script:" -msgstr "" - -#: hbmk2.prg:7184 -#, c-format -msgid "Creating static library... %1$s" -msgstr "" - -#: hbmk2.prg:7596 +#: hbmk2.prg:7604 #, c-format msgid "" "Warning: Pointless usage of %1$s and %2$s options together in '%3$s' line " "%4$d and %5$d." msgstr "Προσοχή: Άσκοπη από κοινού χρήση των επιλογών %1$s και %2$s στο '%3$s' γραμμή %4$d και %5$d." -#: hbmk2.prg:2144 +#: hbmk2.prg:2152 #, c-format msgid "" "Autodetected C compiler '%1$s' skipped because required Harbour core " "libraries are not found." msgstr "" -#: hbmk2.prg:15804 -#, c-format -msgid "" -"create import library (in -hbdyn/-hbexe mode) name to (default: " -"same as output)" -msgstr "δημιουργία ονόματος βιβλιοθήκης εισαγωγής (in -hbdyn/-hbexe mode) στο (Προεπιλογή: ίδιο με το output)" - -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 #, c-format msgid "" "create (or not) an import library (in -hbdyn/-hbexe mode). The name will " "have a postfix added." msgstr "δημιουργία (ή όχι) βιβλιοθήκης εισαγωγής (in -hbdyn/-hbexe mode). Το όνομα θα περιέχει επίθεμα." -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 +#, c-format +msgid "" +"create import library (in -hbdyn/-hbexe mode) name to (default: " +"same as output)" +msgstr "δημιουργία ονόματος βιβλιοθήκης εισαγωγής (in -hbdyn/-hbexe mode) στο (Προεπιλογή: ίδιο με το output)" + +#: hbmk2.prg:15829 #, c-format msgid "" "pass single raw option to linker (dynamic library) after the library list. " "Use with caution." msgstr "πέρασμα επιλογής χωρίς προεπεξεργασία στο συνδέτη/linker (δυναμική βιβλιοθήκη) μετά τη λίστα βιβλιοθηκών. Χρησιμοποιήστε το με προσοχή!" -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 #, c-format msgid "" "do (not) add Harbour version number and source file reference to .po " "(default: add them)" msgstr "" -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 #, c-format msgid "" "add/exclude C compiler debug info. For Harbour level debug, use Harbour " "option -b as usual" msgstr "" -#: hbmk2.prg:15857 +#: hbmk2.prg:15882 #, c-format msgid "" "stop after creating the object files\n" "create link/copy %1$s to hbcmp/clipper for the same effect" msgstr "" -#: hbmk2.prg:15886 +#: hbmk2.prg:15911 #, c-format msgid "" "You can sym-link/copy/rename %1$s to the following names to alter default " "mode of operation:" msgstr "Μορείτε να συνδέσετε/αντιγράψετε/μετονομάσετε %1$s στα ακόλουθα ονόματα για αλλάξετε την προεπιλεγμένη λειτουργία:" -#: hbmk2.prg:15928 +#: hbmk2.prg:15953 #, c-format msgid "" "when -run option is used, the exit code will be the one returned by the " "target executable" msgstr "όταν γίνει χρήση της επιλογής -run, κωδικός εξόδου θα είναι αυτός που θα επιστραφεί από το δημιουργημένο εκτελέσιμο." -#: hbmk2.prg:16072 +#: hbmk2.prg:16097 #, c-format msgid "" "filter will pass if ${MACRO} value is not empty and not equal to '0' or 'no'" " (case insensitive)" msgstr "το φίλτρο θα περάσει αν η τιμή ${MACRO} δεν είναι άδεια και όχι ίση με '0' ή 'no' (πεζά/κεφαλαία: αδιάφορο)" -#: hbmk2.prg:16170 +#: hbmk2.prg:16195 #, c-format msgid "" "when dependency was detected in a location configured by " "-depincpathlocal= option" msgstr "οταν η εξάρτηση ανιχνεύτηκε σε μια θέση που ορίστηκε από την επιλογή -depincpathlocal=" -#: hbmk2.prg:16301 +#: hbmk2.prg:16326 #, c-format msgid "" "Regular Harbour compiler options are also accepted as is.\n" "(see them with -harbourhelp option)" msgstr "" -#: hbmk2.prg:16301 +#: hbmk2.prg:16326 #, c-format msgid "" "GNU Make or any C compiler specific make tool and MSYS (on Windows) are not " "needed to run %1$s." msgstr "Δεν χρειάζεστε το GNU Make ή κάποιο άλλο make μεταγλωττιστή C και το MSYS (σε Windows) για να εκτελέσετε το %1$s." -#: hbmk2.prg:1996 -#, c-format -msgid "" -"Error: %1$s not set, failed to autodetect.\n" -"Run this tool from its original location inside the Harbour installation or set %1$s environment variable to Harbour's root directory." -msgstr "" - -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 #, c-format msgid "" "generate .ch header file with local repository information. Git, SVN, " @@ -253,1475 +159,1466 @@ msgid "" " automatically on each build." msgstr "δημιουργία header αρχείων .ch με πληροφορίες της τοπικής αποθήκες -local repository-. Προς το παρόν υποστηρίζονται τα Git, SVN, Mercurial, Bazaar, Fossil, CVS και Monotone.\nΤα header που θα δημιουργηθούν θα ορίσουν τη σταθερά _HBMK_VCS_TYPE_ στο όνομα του VCS που ανιχνεύτηκε και τη _HBMK_VCS_ID_ στο μοναδικό ID της τοπικής αποθήκης. Αν δεν ανιχνευτεί κάποιο VCS , ένα διαδοχικός αριθμός θα ενημερώνεται αυτόματα με κάθε μεταγλώττιση." -#: hbmk2.prg:3062 +#: hbmk2.prg:2004 +#, c-format +msgid "" +"Error: %1$s not set, failed to autodetect.\n" +"Run this tool from its original location inside the Harbour installation or set %1$s environment variable to Harbour's root directory." +msgstr "" + +#: hbmk2.prg:3070 #, c-format msgid "" "Warning: Ignoring explicitly specified core library directory: %1$s (in " "option %2$s)" msgstr "Προσοχή: Γίνεται παράβλεψη του ρητά καθορισμένου κατάλογου βασικών βιβλιοθηκών: %1$s (στην επιλογή %2$s)" -#: hbmk2.prg:3101 hbmk2.prg:3125 +#: hbmk2.prg:3109 hbmk2.prg:3133 #, c-format msgid "" "Warning: Ignoring explicitly specified core header directory: %1$s (in " "option %2$s)" msgstr "Προσοχή: Γίνεται παράβλεψη του ρητά καθορισμένου κατάλογου βασικών header: %1$s (στην επιλογή %2$s)" -#: hbmk2.prg:6648 +#: hbmk2.prg:6656 #, c-format msgid "" "Warning: Resource compiler script could not be created, continuing in " "command-line." msgstr "" -#: hbmk2.prg:7458 +#: hbmk2.prg:7466 #, c-format msgid "" "Warning: Code signing skipped, because no supported code signing tool could " "be found." msgstr "Προσοχη: Η σήμανση του κώδικα παρακάμφθηκε , διότι δεν βρέθηκε εργαλείο σήμανσης κώδικα." -#: hbmk2.prg:6824 +#: hbmk2.prg:6832 #, c-format msgid "" "Warning: C/C++ compiler script could not be created, continuing in command-" "line." msgstr "" -#: hbmk2.prg:7108 hbmk2.prg:7138 +#: hbmk2.prg:7116 hbmk2.prg:7146 #, c-format msgid "" "Warning: Dynamic lib link script could not be created, continuing in " "command-line." msgstr "" -#: hbmk2.prg:12542 +#: hbmk2.prg:12550 #, c-format msgid "" "Found OMF .lib with the same name, falling back to using it instead of the " ".dll." msgstr "Βρέθηκε OMF .lib με το ίδιο όνομα, θα χρησιμοποιηθεί αυτό αντί για το .dll." -#: hbmk2.prg:8026 +#: hbmk2.prg:8034 #, c-format msgid "" "Error: Creating import libraries is not supported for this platform or " "compiler." msgstr "Λάθος: Δεν υποστηρίζεται δημιουργία βιβλιοθκών εισαγωγής σε αυτή την πλατφόρμα." -#: hbmk2.prg:10758 +#: hbmk2.prg:10766 #, c-format msgid "" "Warning: Ignoring explicitly specified core library directory: %1$s (in " "directive %2$s)" msgstr "Προσοχή: Γίνεται παράβλεψη του ρητά καθορισμένου κατάλογου βασικών βιβλιοθηκών: %1$s (στην ντιρεκτίβα %2$s)" -#: hbmk2.prg:10770 +#: hbmk2.prg:10778 #, c-format msgid "" "Warning: Ignoring explicitly specified core header directory: %1$s (in " "directive %2$s)" msgstr "Προειδοποίηση: Γίνεται παράβλεψη του ρητά καθορισμένου κατάλογου βασικών header: %1$s (στην ντιρεκτίβα %2$s)" -#: hbmk2.prg:12526 +#: hbmk2.prg:12534 #, c-format msgid "" "Found COFF .lib with the same name, falling back to using it instead of the " ".dll." msgstr "Βρέθηκε COFF .lib με το ίδιο όνομα, θα χρησιμοποιηθεί αυτή αντί για την .dll." -#: hbmk2.prg:12557 +#: hbmk2.prg:12565 #, c-format msgid "" "Found .def file with the same name, falling back to using it instead of the " ".dll." msgstr "Βρέθηκε .def αρχείο με το ίδιο όνομα, θα χρησιμοποιηθεί αυτό αντί για το .dll." -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 #, c-format msgid "" "set C compiler warning level\n" " can be: max, yes, low, no, def (default: yes)" msgstr "ορισμός επίπεδου ειδοποιήσεων του μεταγλωττιστή C ⏎ το μπορεί να είναι: max, yes, low, no, def (προεπιλογή: yes)" -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 #, c-format msgid "" "create symbolic link pointing to ( is considered relative to " ")" msgstr "δημιουργία συμβολικού δεσμού να δείχνει στο (το θεωρείται σχετικό με το )" -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 #, c-format msgid "" "compress executable/dynamic lib (needs UPX tool)\n" " can be: yes, no, min, max" msgstr "" -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 #, c-format msgid "" "pass single raw option to linker (executable) after the library list. Use " "with caution." msgstr "πέρασμα επιλογής χωρίς προεπεξεργασία στο συνδέτη/linker (εκτελέσιμο) μετά τη λίστα βιβλιοθηκών. Χρησιμοποιήστε το με προσοχή!" -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 #, c-format msgid "" "create/update .po file from source. Merge it with previous .po file of the " "same name" msgstr "" -#: hbmk2.prg:16320 +#: hbmk2.prg:16345 #, c-format msgid "" "You can use key in interactive Harbour shell to paste text from the " "clipboard." msgstr "Μπορεί να χρησιμοποιηθεί ο συνδυασμός πλήκτρων στο διαδραστικό shell του Harbour για επικόληση από το πρόχειρο." -#: hbmk2.prg:15906 -#, c-format -msgid "mode %1$s (emulate Clipper compiler)" -msgstr "μοντέλο %1$s (προσομοίωση μεταγλωττιστή Clipper)" - -#: hbmk2.prg:16032 +#: hbmk2.prg:16057 #, c-format msgid "Harbour dynamic library directory" msgstr "Κατάλογος δυναμικών βιβλιοθηκών Harbour " -#: hbmk2.prg:1681 -#, c-format -msgid "Processing environment options: %1$s" -msgstr "" - -#: hbmk2.prg:15906 -#, c-format -msgid "mode script runner / interactive shell" -msgstr "μοντέλο εκτέλεσης σεναρίων / διαλογικό shell" - -#: hbmk2.prg:5977 hbmk2.prg:6023 -#, c-format -msgid "Error: Running Harbour compiler. %1$d" -msgstr "" - -#: hbmk2.prg:16032 -#, c-format -msgid "OS directory for temporary files" -msgstr "Κατάλογος Λ.Σ. για προσωρινα αρχεία" - -#: hbmk2.prg:3433 -#, c-format -msgid "Warning: Unknown dependency name: %1$s" -msgstr "Προειδοποίηση: Αγνωστο όνομα εξάρτησης: %1$s" - -#: hbmk2.prg:1981 -#, c-format -msgid "Error: Platform value unknown: %1$s" -msgstr "" - -#: hbmk2.prg:5818 -#, c-format -msgid "Triggered by #require directive: %1$s" -msgstr "Ενεργοποιήθηκε απο #require ντιρεκτίβα: %1$s" - -#: hbmk2.prg:16032 -#, c-format -msgid "Harbour static library directory" -msgstr "Κατάλογος στατικών βιβλιοθηκών Harbour " - -#: hbmk2.prg:15906 hbmk2.prg:15906 hbmk2.prg:15906 -#, c-format -msgid "mode %1$s (emulate Clipper linker)" -msgstr "μοντέλο %1$s (προσομοίωση Clipper linker)" - -#: hbmk2.prg:1675 -#, c-format -msgid "Building sub-project (level %1$d): %2$s" -msgstr "Κατασκευή υπο-έργου (επίπεδο %1$d): %2$s" - -#: hbmk2.prg:6624 hbmk2.prg:6666 -#, c-format -msgid "Error: Running resource compiler. %1$d" -msgstr "" - -#: hbmk2.prg:2357 -#, c-format -msgid "Using C compiler: %1$s [%2$s...%3$s]" -msgstr "Χρήση μεταγλωττιστή C : %1$s [%2$s...%3$s]" - -#: hbmk2.prg:16032 -#, c-format -msgid "name of the output (without extension)" -msgstr "όνομα εξόδου (χωρίς κατάληξη)" - -#: hbmk2.prg:2180 -#, c-format -msgid "Error: Compiler value unknown: %1$s" -msgstr "" - -#: hbmk2.prg:2139 +#: hbmk2.prg:2147 #, c-format msgid "Autodetected platform: %1$s (adjusted)" msgstr "Αυτόματα ανιχνευμένη πλατφόρμα: %1$s (προσαρμόστηκε)" -#: hbmk2.prg:2403 +#: hbmk2.prg:15931 #, c-format -msgid "Processing local make script: %1$s" -msgstr "" +msgid "mode %1$s (emulate Clipper compiler)" +msgstr "μοντέλο %1$s (προσομοίωση μεταγλωττιστή Clipper)" -#: hbmk2.prg:5937 +#: hbmk2.prg:5945 #, c-format msgid "Harbour compiler command (embedded):" msgstr "" -#: hbmk2.prg:5820 +#: hbmk2.prg:1689 +#, c-format +msgid "Processing environment options: %1$s" +msgstr "" + +#: hbmk2.prg:16057 +#, c-format +msgid "OS directory for temporary files" +msgstr "Κατάλογος Λ.Σ. για προσωρινα αρχεία" + +#: hbmk2.prg:5985 hbmk2.prg:6031 +#, c-format +msgid "Error: Running Harbour compiler. %1$d" +msgstr "" + +#: hbmk2.prg:3441 +#, c-format +msgid "Warning: Unknown dependency name: %1$s" +msgstr "Προειδοποίηση: Αγνωστο όνομα εξάρτησης: %1$s" + +#: hbmk2.prg:15931 hbmk2.prg:15931 hbmk2.prg:15931 +#, c-format +msgid "mode %1$s (emulate Clipper linker)" +msgstr "μοντέλο %1$s (προσομοίωση Clipper linker)" + +#: hbmk2.prg:16057 +#, c-format +msgid "Harbour static library directory" +msgstr "Κατάλογος στατικών βιβλιοθηκών Harbour " + +#: hbmk2.prg:2188 +#, c-format +msgid "Error: Compiler value unknown: %1$s" +msgstr "" + +#: hbmk2.prg:5826 +#, c-format +msgid "Triggered by #require directive: %1$s" +msgstr "Ενεργοποιήθηκε απο #require ντιρεκτίβα: %1$s" + +#: hbmk2.prg:2365 +#, c-format +msgid "Using C compiler: %1$s [%2$s...%3$s]" +msgstr "Χρήση μεταγλωττιστή C : %1$s [%2$s...%3$s]" + +#: hbmk2.prg:15931 +#, c-format +msgid "mode script runner / interactive shell" +msgstr "μοντέλο εκτέλεσης σεναρίων / διαλογικό shell" + +#: hbmk2.prg:6632 hbmk2.prg:6674 +#, c-format +msgid "Error: Running resource compiler. %1$d" +msgstr "" + +#: hbmk2.prg:2411 +#, c-format +msgid "Processing local make script: %1$s" +msgstr "" + +#: hbmk2.prg:16057 +#, c-format +msgid "name of the output (without extension)" +msgstr "όνομα εξόδου (χωρίς κατάληξη)" + +#: hbmk2.prg:1989 +#, c-format +msgid "Error: Platform value unknown: %1$s" +msgstr "" + +#: hbmk2.prg:1683 +#, c-format +msgid "Building sub-project (level %1$d): %2$s" +msgstr "Κατασκευή υπο-έργου (επίπεδο %1$d): %2$s" + +#: hbmk2.prg:5828 #, c-format msgid "Triggered by '%1$s' header: %2$s" msgstr "Ενεργοποιήθηκε από το '%1$s' header: %2$s" -#: hbmk2.prg:2168 -#, c-format -msgid "Autodetected C compiler: %1$s" -msgstr "" - -#: hbmk2.prg:1813 -#, c-format -msgid "Autodetected platform: %1$s" -msgstr "" - -#: hbmk2.prg:2901 +#: hbmk2.prg:2909 #, c-format msgid "Warning: Invalid -gt value ignored: %1$s" msgstr "" -#: hbmk2.prg:2892 +#: hbmk2.prg:2900 #, c-format msgid "Warning: Invalid -request= value ignored: %1$s" msgstr "" -#: hbmk2.prg:3692 +#: hbmk2.prg:3700 #, c-format msgid "Warning: No source files were specified." msgstr "" -#: hbmk2.prg:2351 +#: hbmk2.prg:2359 #, c-format msgid "Using Harbour: %1$s %2$s %3$s %4$s %5$s %6$s" msgstr "" -#: hbmk2.prg:2884 +#: hbmk2.prg:2892 #, c-format msgid "Warning: Invalid -main= value ignored: %1$s" msgstr "" -#: hbmk2.prg:5935 +#: hbmk2.prg:5943 #, c-format msgid "Harbour compiler command (embedded) job #%1$d:" msgstr "" -#: hbmk2.prg:5975 +#: hbmk2.prg:5983 #, c-format msgid "Error: Running Harbour compiler job #%1$d. %2$d" msgstr "" -#: hbmk2.prg:6872 hbmk2.prg:8208 +#: hbmk2.prg:6880 hbmk2.prg:8216 #, c-format msgid "Error: Running C/C++ compiler job #%1$d. %2$d" msgstr "" -#: hbmk2.prg:6971 +#: hbmk2.prg:6979 #, c-format msgid "Warning: Cannot delete existing target '%1$s'." msgstr "" -#: hbmk2.prg:7156 +#: hbmk2.prg:7164 #, c-format msgid "Error: Running dynamic lib link command. %1$d" msgstr "" -#: hbmk2.prg:7366 +#: hbmk2.prg:7374 #, c-format msgid "Warning: Running post processor command. %1$d:" msgstr "" -#: hbmk2.prg:7436 +#: hbmk2.prg:7444 #, c-format msgid "Warning: Running compression command. %1$d:" msgstr "" -#: hbmk2.prg:7610 +#: hbmk2.prg:7618 #, c-format msgid "Warning: Ignored invalid option value in: %1$s" msgstr "" -#: hbmk2.prg:7490 +#: hbmk2.prg:7498 #, c-format msgid "Warning: Running code sign command. %1$d:" msgstr "" -#: hbmk2.prg:8022 +#: hbmk2.prg:8030 #, c-format msgid "Warning: No import library source was specified" msgstr "" -#: hbmk2.prg:8011 +#: hbmk2.prg:8019 #, c-format msgid "Warning: No import library sources were found." msgstr "" -#: hbmk2.prg:8097 +#: hbmk2.prg:8105 #, c-format msgid "Warning: Copying %1$s to %2$s failed with %3$d." msgstr "" -#: hbmk2.prg:15804 +#: hbmk2.prg:15829 #, c-format msgid "link with multi/single-thread Harbour VM" msgstr "" -#: hbmk2.prg:1669 +#: hbmk2.prg:1821 +#, c-format +msgid "Autodetected platform: %1$s" +msgstr "" + +#: hbmk2.prg:1677 #, c-format msgid "Error: Cannot nest projects deeper than %1$d levels" msgstr "Λάθος: Δεν μπορώ να εμφωλεύσω έργα σε βάθος περισσότερο από %1$d επίπεδα" -#: hbmk2.prg:2441 hbmk2.prg:11351 +#: hbmk2.prg:2449 hbmk2.prg:11359 #, c-format msgid "Found project reference on library search path: %1$s" msgstr "Βρέθηκε αναφορά έργου στο μονοπάτι αναζήτησης βιβλιοθηκών: %1$s" -#: hbmk2.prg:3014 +#: hbmk2.prg:3022 #, c-format msgid "Warning: Ignored unsupported codepage value: %1$s" msgstr "Προειδοποίηση: Αγνοήθηκε μη υποστηριζόμενη κωδικοσελίδα: %1$s" -#: hbmk2.prg:3506 hbmk2.prg:10652 hbmk2.prg:10705 hbmk2.prg:10743 +#: hbmk2.prg:3514 hbmk2.prg:10660 hbmk2.prg:10713 hbmk2.prg:10751 #, c-format msgid "Warning: Cannot find %1$s (referenced from %2$s)" msgstr "Προειδοποίηση: Δεν μπορώ να βρώ το %1$s (αναφέρθηκε απο %2$s)" -#: hbmk2.prg:3728 +#: hbmk2.prg:3736 #, c-format msgid "Error: Working directory cannot be created: %1$s" msgstr "" -#: hbmk2.prg:5950 +#: hbmk2.prg:5958 #, c-format msgid "Error: Running Harbour compiler (embedded). %1$d" msgstr "" -#: hbmk2.prg:6225 +#: hbmk2.prg:6233 #, c-format msgid "Warning: Stub helper .c program could not be created." msgstr "Προειδοποίηση: Δεν μπόρεσε να γίνει δημιουργία Stub helper .c προγράμματος." -#: hbmk2.prg:6334 +#: hbmk2.prg:6342 #, c-format msgid "Warning: Stub helper .cpp program could not be created." msgstr "" -#: hbmk2.prg:6575 +#: hbmk2.prg:6583 #, c-format msgid "Warning: Stub helper .rc file could not be created." msgstr "" -#: hbmk2.prg:6959 +#: hbmk2.prg:6967 #, c-format msgid "Warning: Cannot create directory for target '%1$s'." msgstr "" -#: hbmk2.prg:7953 +#: hbmk2.prg:7961 #, c-format msgid "Error: Failed creating symbolic link %1$s to %2$s" msgstr "" -#: hbmk2.prg:7999 +#: hbmk2.prg:8007 #, c-format msgid "Error: Failed creating import library %1$s from %2$s." msgstr "" -#: hbmk2.prg:9770 +#: hbmk2.prg:9778 #, c-format msgid "" "Error: Executing plugin: %1$s at %3$s(%4$d)\n" "'%2$s'" msgstr "" -#: hbmk2.prg:12229 +#: hbmk2.prg:12237 #, c-format msgid "Error: Cannot create temporary unified .po file." msgstr "" -#: hbmk2.prg:13228 +#: hbmk2.prg:13236 #, c-format msgid "Hint: Add option '%1$s' for missing function(s): %2$s" msgstr "" -#: hbmk2.prg:14121 +#: hbmk2.prg:14129 #, c-format msgid "Cannot load '%1$s'. Requires -shared %2$s build." msgstr "" -#: hbmk2.prg:15656 -#, c-format -msgid " %1$s |