diff --git a/UpdCheck/locale/UpdCheck.pot b/UpdCheck/locale/UpdCheck.pot index 803b55a..a3033b9 100644 --- a/UpdCheck/locale/UpdCheck.pot +++ b/UpdCheck/locale/UpdCheck.pot @@ -6,13 +6,13 @@ msgstr "" "PO-Revision-Date: 2016-03-30 11:37+0200\n" "Last-Translator: Simon Rozman \n" "Language-Team: Amebis, d. o. o., Kamnik \n" -"Language: sl_SI\n" +"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.1.1\n" "X-Poedit-Basepath: ..\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: _\n" "X-Poedit-SearchPath-0: .\n" diff --git a/UpdPublish/locale/UpdPublish.pot b/UpdPublish/locale/UpdPublish.pot index edad88e..9ffc27f 100644 --- a/UpdPublish/locale/UpdPublish.pot +++ b/UpdPublish/locale/UpdPublish.pot @@ -1,17 +1,18 @@ +#, fuzzy msgid "" msgstr "" "Project-Id-Version: UpdPublish\n" -"POT-Creation-Date: 2018-09-19 10:47+0200\n" +"POT-Creation-Date: 2020-02-25 11:28+0100\n" "PO-Revision-Date: 2018-09-19 10:47+0200\n" "Last-Translator: Simon Rozman \n" "Language-Team: Amebis, d. o. o., Kamnik \n" -"Language: sl_SI\n" +"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.1.1\n" +"X-Generator: Poedit 2.3\n" "X-Poedit-Basepath: ..\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: _\n" "X-Poedit-SearchPath-0: .\n" @@ -21,25 +22,25 @@ msgid "Show this help message" msgstr "" #: main.cpp:128 -msgid "Package file to calculate SHA-1 hash from" +msgid "Package file to calculate hash from" msgstr "" #: main.cpp:129 -msgid "input repository file" +msgid "" msgstr "" #: main.cpp:130 -msgid "output repository file" +msgid "" msgstr "" #: main.cpp:131 -msgid "platform" +msgid "" msgstr "" #: main.cpp:132 -msgid "language" +msgid "" msgstr "" #: main.cpp:133 -msgid "download URL" +msgid "" msgstr "" diff --git a/UpdPublish/main.cpp b/UpdPublish/main.cpp index 0d2f04f..2a4cb18 100644 --- a/UpdPublish/main.cpp +++ b/UpdPublish/main.cpp @@ -124,13 +124,13 @@ int _tmain(int argc, _TCHAR *argv[]) // Parse command line. static const wxCmdLineEntryDesc cmdLineDesc[] = { - { wxCMD_LINE_SWITCH, "h" , "help", _("Show this help message" ) , wxCMD_LINE_VAL_NONE , wxCMD_LINE_OPTION_HELP }, - { wxCMD_LINE_OPTION, "f" , "file", _("Package file to calculate SHA-1 hash from") , wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL }, - { wxCMD_LINE_PARAM , NULL, NULL , wxString(wxT("<")) + _("input repository file" ) + wxString(wxT(">")), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, - { wxCMD_LINE_PARAM , NULL, NULL , wxString(wxT("<")) + _("output repository file") + wxString(wxT(">")), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, - { wxCMD_LINE_PARAM , NULL, NULL , wxString(wxT("<")) + _("platform" ) + wxString(wxT(">")), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, - { wxCMD_LINE_PARAM , NULL, NULL , wxString(wxT("<")) + _("language" ) + wxString(wxT(">")), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, - { wxCMD_LINE_PARAM , NULL, NULL , wxString(wxT("<")) + _("download URL" ) + wxString(wxT(">")), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, + { wxCMD_LINE_SWITCH, "h" , "help", _("Show this help message" ), wxCMD_LINE_VAL_NONE , wxCMD_LINE_OPTION_HELP }, + { wxCMD_LINE_OPTION, "f" , "file", _("Package file to calculate hash from"), wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL }, + { wxCMD_LINE_PARAM , NULL, NULL , _("" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, + { wxCMD_LINE_PARAM , NULL, NULL , _("" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, + { wxCMD_LINE_PARAM , NULL, NULL , _("" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, + { wxCMD_LINE_PARAM , NULL, NULL , _("" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, + { wxCMD_LINE_PARAM , NULL, NULL , _("" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, { wxCMD_LINE_NONE } }; diff --git a/UpdSignXML/locale/UpdSignXML.pot b/UpdSignXML/locale/UpdSignXML.pot index b8b0b0c..72a4459 100644 --- a/UpdSignXML/locale/UpdSignXML.pot +++ b/UpdSignXML/locale/UpdSignXML.pot @@ -1,17 +1,18 @@ +#, fuzzy msgid "" msgstr "" "Project-Id-Version: UpdSignXML\n" -"POT-Creation-Date: 2018-09-19 10:49+0200\n" +"POT-Creation-Date: 2020-02-25 11:28+0100\n" "PO-Revision-Date: 2018-09-19 10:49+0200\n" "Last-Translator: Simon Rozman \n" "Language-Team: Amebis, d. o. o., Kamnik \n" -"Language: sl_SI\n" +"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.1.1\n" +"X-Generator: Poedit 2.3\n" "X-Poedit-Basepath: ..\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: _\n" "X-Poedit-SearchPath-0: .\n" @@ -21,9 +22,9 @@ msgid "Show this help message" msgstr "" #: main.cpp:39 -msgid "input file" +msgid "" msgstr "" #: main.cpp:40 -msgid "output file" +msgid "" msgstr "" diff --git a/UpdSignXML/main.cpp b/UpdSignXML/main.cpp index 409b5c4..e57be8b 100644 --- a/UpdSignXML/main.cpp +++ b/UpdSignXML/main.cpp @@ -35,9 +35,9 @@ int _tmain(int argc, _TCHAR *argv[]) // Parse command line. static const wxCmdLineEntryDesc cmdLineDesc[] = { - { wxCMD_LINE_SWITCH, "h" , "help", _("Show this help message") , wxCMD_LINE_VAL_NONE , wxCMD_LINE_OPTION_HELP }, - { wxCMD_LINE_PARAM , NULL, NULL , wxString(wxT("<")) + _("input file" ) + wxString(wxT(">")), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, - { wxCMD_LINE_PARAM , NULL, NULL , wxString(wxT("<")) + _("output file") + wxString(wxT(">")), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, + { wxCMD_LINE_SWITCH, "h" , "help", _("Show this help message"), wxCMD_LINE_VAL_NONE , wxCMD_LINE_OPTION_HELP }, + { wxCMD_LINE_PARAM , NULL, NULL , _("" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, + { wxCMD_LINE_PARAM , NULL, NULL , _("" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, { wxCMD_LINE_NONE } };