# English translations for now package. # Copyright (C) 2015 - 2022 Ben Key # This file is distributed under the same license as the now package. # Ben Key , 2022. # msgid "" msgstr "" "Project-Id-Version: now 2022.2202.2.0\n" "Report-Msgid-Bugs-To: Ben.Key@YekNeb.com\n" "POT-Creation-Date: 2022-02-18 17:12-0600\n" "PO-Revision-Date: 2022-02-18 17:12-0600\n" "Last-Translator: Ben Key \n" "Language-Team: English\n" "Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CP1252\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.0.1\n" #: nowStrings.cpp:51 msgid "Now usage" msgstr "Now usage" #: nowStrings.cpp:53 msgid "" "\n" "--------------------------------------------------------------------------------\n" "Displays a message with current date and time.\n" "\n" "The date and time can be displayed in various different formats.\n" "--------------------------------------------------------------------------------\n" msgstr "" "\n" "--------------------------------------------------------------------------------\n" "Displays a message with current date and time.\n" "\n" "The date and time can be displayed in various different formats.\n" "--------------------------------------------------------------------------------\n" #: nowStrings.cpp:61 msgid "" "\n" "\n" "Display this information.\n" "\n" msgstr "" "\n" "\n" "Display this information.\n" "\n" #: nowStrings.cpp:67 msgid "" "\n" "\n" "Display version information.\n" "\n" msgstr "" "\n" "\n" "Display version information.\n" "\n" #: nowStrings.cpp:73 msgid "" "\n" "\n" "Display the time using the format used by the 'asctime'\n" "function.\n" "\n" msgstr "" "\n" "\n" "Display the time using the format used by the 'asctime'\n" "function.\n" "\n" #: nowStrings.cpp:80 msgid "" "\n" "\n" "Display the time using the ISO8601 time format. This is the\n" "default.\n" "\n" msgstr "" "\n" "\n" "Display the time using the ISO8601 time format. This is the\n" "default.\n" "\n" #: nowStrings.cpp:87 msgid "" "\n" "\n" "Display the time as a stardate as described in the\n" "\"Expressing Contemporary Dates as Stardates\" section of\n" "[Determining Calendar Dates From Stardates]\n" "(http://trekguide.com/Stardates.htm).\n" "\n" "Specifically it uses an expansion of the YYMM.DD format\n" "described in that document. Added to the YYMM.DD format\n" "is a fractional day as discussed at [DECIMAL TIME]\n" "(http://www.decimaltime.hynes.net/p/fraction.html).\n" "\n" "Thus the stardate format used by this application is\n" "YYMM.DD.${FractionalDay}.\n" "\n" "A stardate is based on UTC time by default. This behavior\n" "can be modified by using the local option.\n" "\n" msgstr "" "\n" "\n" "Display the time as a stardate as described in the\n" "\"Expressing Contemporary Dates as Stardates\" section of\n" "[Determining Calendar Dates From Stardates]\n" "(http://trekguide.com/Stardates.htm).\n" "\n" "Specifically it uses an expansion of the YYMM.DD format\n" "described in that document. Added to the YYMM.DD format\n" "is a fractional day as discussed at [DECIMAL TIME]\n" "(http://www.decimaltime.hynes.net/p/fraction.html).\n" "\n" "Thus the stardate format used by this application is\n" "YYMM.DD.${FractionalDay}.\n" "\n" "A stardate is based on UTC time by default. This behavior\n" "can be modified by using the local option.\n" "\n" #: nowStrings.cpp:107 msgid "" "\n" "\n" "Display the time using The Next Generation Stardate system\n" "as described in the \"Expressing Contemporary Dates as\n" "Stardates\" section of [Determining Calendar Dates From\n" "Stardates](http://trekguide.com/Stardates.htm).\n" "\n" msgstr "" "\n" "\n" "Display the time using The Next Generation Stardate system\n" "as described in the \"Expressing Contemporary Dates as\n" "Stardates\" section of [Determining Calendar Dates From\n" "Stardates](http://trekguide.com/Stardates.htm).\n" "\n" #: nowStrings.cpp:116 msgid "" "\n" "\n" "Use local time.\n" "\n" msgstr "" "\n" "\n" "Use local time.\n" "\n" #: nowStrings.cpp:122 msgid "" "\n" "\n" "Use UTC time.\n" "\n" msgstr "" "\n" "\n" "Use UTC time.\n" "\n" #: nowStrings.cpp:128 msgid "" "\n" "\n" "Include milliseconds in the time string. Only valid when\n" "using the ISO8601 time format.\n" "\n" msgstr "" "\n" "\n" "Include milliseconds in the time string. Only valid when\n" "using the ISO8601 time format.\n" "\n" #: nowStrings.cpp:135 #, c-format msgid "" "\n" "\n" "Use strftime and, with an optional parameter, set the format\n" "string that is used with strftime. If the format string is\n" "not specified the default format string '%x %X' will be\n" "used.\n" "\n" "For more information on the strftime function and format\n" "strings that are used with it see [strftime]\n" "(http://www.cplusplus.com/reference/ctime/strftime/).\n" "\n" msgstr "" "\n" "\n" "Use strftime and, with an optional parameter, set the format\n" "string that is used with strftime. If the format string is\n" "not specified the default format string '%x %X' will be\n" "used.\n" "\n" "For more information on the strftime function and format\n" "strings that are used with it see [strftime]\n" "(http://www.cplusplus.com/reference/ctime/strftime/).\n" "\n" #: nowStrings.cpp:148 msgid "" "\n" "\n" "Now version $(NOW_VERSION_FULL).\n" "\n" "Copyright 2006 - $(NOW_COPYRIGHT) by Ben Key .\n" "\n" "Now comes with ABSOLUTELY NO WARRANTY.\n" "\n" "This program is free software; your freedom to use, change and\n" "distribute this program is covered by the BSD 2-Clause License.\n" "\n" msgstr "" "\n" "\n" "Now version $(NOW_VERSION_FULL).\n" "\n" "Copyright 2006 - $(NOW_COPYRIGHT) by Ben Key .\n" "\n" "Now comes with ABSOLUTELY NO WARRANTY.\n" "\n" "This program is free software; your freedom to use, change and\n" "distribute this program is covered by the BSD 2-Clause License.\n" "\n" #: nowStrings.cpp:161 nowStrings.cpp:163 msgid "ERROR: " msgstr "ERROR: " #: nowStrings.cpp:165 msgid "Unhandled Exception in main: " msgstr "Unhandled Exception in main: " #: nowStrings.cpp:167 msgid ", application will now exit." msgstr ", application will now exit."