diff --git a/ChangeLog b/ChangeLog index 3e336ec5..2b22d0e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2024-03-02 Andrew Ruthve +2024-03-10 Andrew Ruthven + * On a fatal error, include the Request ID which is now in the log file + to aid investigations. + +2024-03-02 Andrew Ruthven * Fix free-busy-query REPORT if start/end is missing, previously the current timestamp was used for missing values. diff --git a/htdocs/caldav.php b/htdocs/caldav.php index 865d6d2f..5733d5cc 100644 --- a/htdocs/caldav.php +++ b/htdocs/caldav.php @@ -152,7 +152,7 @@ try { } catch (Exception $e) { trace_bug( 'DAViCal Fatal Error: ['.$e->getCode().'] '.$e->getmessage().' at '.$e->getFile().':'.$e->getLine() ); - $request->DoResponse( 500, translate('DAViCal Fatal Error') ); + $request->DoResponse( 500, sprintf(translate('DAViCal Fatal Error, request ID: %s'), request_id())); } $request->DoResponse( 400, translate('The application program does not understand that request.') ); diff --git a/po/ar.po b/po/ar.po index 83e7329b..fcaa5de7 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,30 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Ahmed Hosni , 2013-2015 msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Arabic (http://www.transifex.com/lkraav/davical/language/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : " +"n%100>=11 && n%100<=99 ? 4 : 5;\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -373,7 +372,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/ca.po b/po/ca.po index 735c9c19..08c2d44a 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,30 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011 msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Catalan (http://www.transifex.com/lkraav/davical/language/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -373,7 +371,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index fba5ffb7..fca4ee13 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/lkraav/davical/language/cs_CZ/)\n" +"Language: cs_CZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs_CZ\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -372,7 +370,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/de.po b/po/de.po index b8d88277..877fdc17 100644 --- a/po/de.po +++ b/po/de.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrew McMillan , 2011 # Cyril Giraud , 2017 @@ -18,23 +18,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 11:42+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: German (http://www.transifex.com/lkraav/davical/language/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -383,7 +381,8 @@ msgstr "DAViCal CalDAV Server - Konfigurationshilfe" msgid "DAViCal DB Schema version " msgstr "Version des DAViCal-Datenbankschemas" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/es_AR.po b/po/es_AR.po index 4541a708..ce5dbe38 100644 --- a/po/es_AR.po +++ b/po/es_AR.po @@ -1,30 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrew McMillan , 2011 msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/lkraav/davical/language/es_AR/)\n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -373,7 +371,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/es_ES.po b/po/es_ES.po index 45ea482b..41d8b9f2 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Cyril Giraud , 2017 # Eugene Ciurana , 2011 @@ -11,23 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 20:46+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/lkraav/davical/language/es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -376,7 +374,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "Versión del esquema de la base de datos de DAViCal " -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/es_MX.po b/po/es_MX.po index 4d812604..632fd6ad 100644 --- a/po/es_MX.po +++ b/po/es_MX.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Cyril Giraud , 2017 # Eugene Ciurana , 2011 @@ -10,23 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 20:43+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/lkraav/davical/language/es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -375,7 +373,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "Esquema de Datos de DAViCal versión " -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/es_VE.po b/po/es_VE.po index 32fba9bb..6acc2e36 100644 --- a/po/es_VE.po +++ b/po/es_VE.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Cyril Giraud , 2017 # Hector Colina , 2011,2014 @@ -11,23 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 20:49+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Spanish (Venezuela) (http://www.transifex.com/lkraav/davical/language/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -376,7 +374,8 @@ msgstr "Servidor DAViCal CAlDAV - Ayuda de configuración" msgid "DAViCal DB Schema version " msgstr "Versón del esquema de la base de datos DAViCal" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/et.po b/po/et.po index cf740bd5..b764a5bc 100644 --- a/po/et.po +++ b/po/et.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Estonian (http://www.transifex.com/lkraav/davical/language/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -372,7 +370,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/fi.po b/po/fi.po index 19030a73..d353fb82 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,30 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Cyril Giraud , 2017 msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 20:28+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Finnish (http://www.transifex.com/lkraav/davical/language/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -373,7 +371,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "DAViCal tietokantaskeeman versio " -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/fr.po b/po/fr.po index a21986b3..f9d8cf99 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Adrien Malgoyre , 2014 # Andrew McMillan , 2011 @@ -14,23 +14,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 11:23+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: French (http://www.transifex.com/lkraav/davical/language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -379,8 +377,9 @@ msgstr "Serveur CalDAV DAViCal - Aide à la configuration" msgid "DAViCal DB Schema version " msgstr "Version du schéma de la base DAViCal " -msgid "DAViCal Fatal Error" -msgstr "Erreur Fatale DAViCal" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" +msgstr "" msgid "DAViCal Homepage" msgstr "Page d'accueil DAViCal" diff --git a/po/hu.po b/po/hu.po index cdf1a649..3a48402c 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,30 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrew McMillan , 2011 msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Hungarian (http://www.transifex.com/lkraav/davical/language/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -373,7 +371,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/id_ID.po b/po/id_ID.po index 81d5aa13..fcb599fa 100644 --- a/po/id_ID.po +++ b/po/id_ID.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/lkraav/davical/language/id_ID/)\n" +"Language: id_ID\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: id_ID\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -372,7 +370,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/it.po b/po/it.po index 28e27f8e..b97fb7c7 100644 --- a/po/it.po +++ b/po/it.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrew McMillan , 2011 # Mcihele Schiavo , 2015 @@ -9,23 +9,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Italian (http://www.transifex.com/lkraav/davical/language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -374,7 +372,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/ja.po b/po/ja.po index f2bc9a53..038bdff4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,30 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrew McMillan , 2011 msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Japanese (http://www.transifex.com/lkraav/davical/language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -373,7 +371,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "DAViCal DBスキーマバージョン" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/ko_KR.po b/po/ko_KR.po index 248218b2..b7605de4 100644 --- a/po/ko_KR.po +++ b/po/ko_KR.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Cyril Giraud , 2017 # keithwrites , 2014 @@ -10,23 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 20:32+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Korean (Korea) (http://www.transifex.com/lkraav/davical/language/ko_KR/)\n" +"Language: ko_KR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ko_KR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -375,7 +373,8 @@ msgstr "DAViCal CalDAV 서버 - 설정 도움말" msgid "DAViCal DB Schema version " msgstr "DAViCal 데이터베이스 구조 버전" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/messages.pot b/po/messages.pot index e41fb35e..b92ac959 100644 --- a/po/messages.pot +++ b/po/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -377,7 +377,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/nb_NO.po b/po/nb_NO.po index 6f47f0b3..532cfb88 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # bruberg , 2014 # Cyril Giraud , 2017 @@ -12,23 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 20:24+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/lkraav/davical/language/nb_NO/)\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -377,7 +375,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "DAViCal DB Schema-versjon " -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/nl.po b/po/nl.po index f37ab708..15e7c04e 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrew McMillan , 2011 # Cyril Giraud , 2017 @@ -12,23 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 11:27+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Dutch (http://www.transifex.com/lkraav/davical/language/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -377,7 +375,8 @@ msgstr "DAViCal CalDAV Server - Hulp bij instellingen" msgid "DAViCal DB Schema version " msgstr "DAViCal DB schema versie" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/pl.po b/po/pl.po index 39814d59..5585ce9c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # ab , 2015 # Andrew McMillan , 2011 @@ -13,23 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 20:36+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Polish (http://www.transifex.com/lkraav/davical/language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -378,7 +376,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "Wersja schematu DB DAViCal" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/pt_BR.po b/po/pt_BR.po index f25eb03e..e29c00f4 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # aagaio , 2011-2012 # aagaio , 2011, 2012 @@ -12,23 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 20:39+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/lkraav/davical/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -377,7 +375,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "Versão de esquema DAViCal DB" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/pt_PT.po b/po/pt_PT.po index 6809ee8e..34840186 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Cyril Giraud , 2017 # m42 , 2011 @@ -11,23 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 11:32+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/lkraav/davical/language/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -376,7 +374,8 @@ msgstr "Servidor CalDAV DAViCal - Ajuda de Configuração" msgid "DAViCal DB Schema version " msgstr "Versão do Schema da Base de Dados do DAViCal" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/ru.po b/po/ru.po index 4fb186da..b71c56ef 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrew McMillan , 2011 # Yaroslav Petrov , 2012 @@ -10,23 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Russian (http://www.transifex.com/lkraav/davical/language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || " +"n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -375,7 +374,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "Версия схемы базы данных DAViCal" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/sk_SK.po b/po/sk_SK.po index 678ebcc9..cdf8db8d 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Cyril Giraud , 2017 # Marek Marekovic , 2016 @@ -12,23 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-15 11:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/lkraav/davical/language/sk_SK/)\n" +"Language: sk_SK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sk_SK\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "%F %T" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "%T" @@ -377,7 +375,8 @@ msgstr "DAViCal CalDAV Server - Pomoc ku konfigurácii" msgid "DAViCal DB Schema version " msgstr "Verzia DAViCal DB schémy" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/po/sv.po b/po/sv.po index a97d7b5b..cfb19f66 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,30 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrew McMillan , 2011 msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-14 23:06+0100\n" +"POT-Creation-Date: 2024-03-10 15:58+1300\n" "PO-Revision-Date: 2017-01-14 22:37+0000\n" "Last-Translator: Cyril Giraud \n" "Language-Team: Swedish (http://www.transifex.com/lkraav/davical/language/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. Translators: this is the formatting of a date with time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" -#. Translators: his is the formatting of just the time. See -#. http://php.net/manual/en/function.strftime.php +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -373,7 +371,8 @@ msgstr "" msgid "DAViCal DB Schema version " msgstr "" -msgid "DAViCal Fatal Error" +#, php-format +msgid "DAViCal Fatal Error, request ID: %s" msgstr "" msgid "DAViCal Homepage" diff --git a/testing/tests/regression-suite/2701-generate-date-tests.pl b/testing/tests/regression-suite/2701-generate-date-tests.pl index f09e39cc..b78af0e5 100755 --- a/testing/tests/regression-suite/2701-generate-date-tests.pl +++ b/testing/tests/regression-suite/2701-generate-date-tests.pl @@ -24,8 +24,8 @@ die "Run in the same directory as the script" # need to allow a minus on all ISO date regexes. # # Currently DAViCal only support years < 10,000 due to various regexes that -# assume a maximum for 4 digits for the year. Due to some logic that attends -# 720 # days to a year for filtering, the maximum year we realistically +# assume a maximum of 4 digits for the year. Due to some logic that adds +# 720 days to a year for filtering, the maximum year we realistically # support is 9997. my @dates = qw/