diff --git a/htdocs/setup.php b/htdocs/setup.php index 39b6c7cf..fd040977 100644 --- a/htdocs/setup.php +++ b/htdocs/setup.php @@ -228,14 +228,6 @@ include("page-header.php"); require_once("AwlQuery.php"); -function check_datetime() { - if ( class_exists('DateTime') ) return new CheckResult(true); - $result = new CheckResult(false); - $result->setClass('dep_warning'); - $result->setDescription(i18n('Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended.')); - return $result; -} - function check_xml() { return new CheckResult(function_exists('xml_parser_create_ns')); } @@ -364,7 +356,6 @@ function build_dependencies_table( ) { translate('DAViCal DB Schema version ') => 'check_schema_version', translate('GNU gettext support') => 'check_gettext', translate('PHP iconv support') => 'check_iconv', - translate('PHP DateTime class') => 'check_datetime', translate('PHP XML support') => 'check_xml', translate('Suhosin "server.strip" disabled') => 'check_suhosin_server_strip', translate('PHP Magic Quotes GPC off') => 'check_magic_quotes_gpc', diff --git a/po/ar.po b/po/ar.po index 04851b1a..c36fa1c2 100644 --- a/po/ar.po +++ b/po/ar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -783,9 +783,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "الإسم" @@ -848,9 +845,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/ca.po b/po/ca.po index ebc36fc5..9dca6345 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -782,9 +782,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "" @@ -847,9 +844,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index bb500491..a79ecaf6 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -781,9 +781,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "" @@ -846,9 +843,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/de.po b/po/de.po index 33787d9b..bff4197b 100644 --- a/po/de.po +++ b/po/de.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -815,9 +815,6 @@ msgstr "Mitglied wurde von diesem Gruppenprinzipalen entfernt" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "DAViCal wird größtenteils funktionieren, aber PHP 5.2 oder neuer wird dringend empfohlen. " - msgid "Name" msgstr "Name" @@ -880,9 +877,6 @@ msgstr "Sperre übersschreiben" msgid "PDO PostgreSQL drivers" msgstr "PDO-PostgreSQL-Treiber" -msgid "PHP DateTime class" -msgstr "PHP-DateTime-Klasse" - msgid "PHP Information" msgstr "PHP-Informationen" @@ -1767,6 +1761,12 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "Melden Sie sich mit dem Ihnen zugeteilten Benutzernamen und Passwort an." +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "DAViCal wird größtenteils funktionieren, aber PHP 5.2 oder neuer wird dringend empfohlen. " + +#~ msgid "PHP DateTime class" +#~ msgstr "PHP-DateTime-Klasse" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "" #~ "WARNUNG: Vor dem Einfügen der ICS-Kalenderdatei werden alle Termine in diesem Pfad gelöscht" diff --git a/po/es_AR.po b/po/es_AR.po index ab6a841f..a74742f7 100644 --- a/po/es_AR.po +++ b/po/es_AR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -784,9 +784,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "Nombre" @@ -849,9 +846,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index 9c58c3ce..12fb9ab8 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -800,11 +800,6 @@ msgstr "Miembro eliminado de este grupo" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" -"La mayoría de las funciones de DAViCal funcionarán, pero es muy recomendable actualizar a PHP 5.2 o " -"más reciente." - msgid "Name" msgstr "Nombre" @@ -867,9 +862,6 @@ msgstr "Ignorar un bloqueo" msgid "PDO PostgreSQL drivers" msgstr "Drivers PDO para PostgreSQL" -msgid "PHP DateTime class" -msgstr "Clase DateTime de PHP" - msgid "PHP Information" msgstr "" @@ -1720,6 +1712,14 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "deberá autenticarse con el nombre de usuario y contraseña que se le comunicaron." +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "" +#~ "La mayoría de las funciones de DAViCal funcionarán, pero es muy recomendable actualizar a PHP 5.2 o " +#~ "más reciente." + +#~ msgid "PHP DateTime class" +#~ msgstr "Clase DateTime de PHP" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "" #~ "ADVERTENCIA: todos los eventos en este contenedor serán eliminados antes de insertar el archivo " diff --git a/po/es_MX.po b/po/es_MX.po index ea756af6..0f9d43e7 100644 --- a/po/es_MX.po +++ b/po/es_MX.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -798,11 +798,6 @@ msgstr "Miembro eliminado de este Grupo de Principales" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" -"La mayoría de las funciones de DAViCal funcionarán, pero es muy recomendable actualizar a PHP 5.2 o " -"mas reciente." - msgid "Name" msgstr "Nombre" @@ -865,9 +860,6 @@ msgstr "Anular un Seguro" msgid "PDO PostgreSQL drivers" msgstr "Drivers PDO para PostgreSQL" -msgid "PHP DateTime class" -msgstr "Clase DateTime de PHP" - msgid "PHP Information" msgstr "" @@ -1709,6 +1701,14 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "deberá identificarse con el nombre de usuario y clave de acceso que le fueron otorgados." +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "" +#~ "La mayoría de las funciones de DAViCal funcionarán, pero es muy recomendable actualizar a PHP 5.2 o " +#~ "mas reciente." + +#~ msgid "PHP DateTime class" +#~ msgstr "Clase DateTime de PHP" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "" #~ "ADVERTENCIA: todos los eventos en este repositorio serán eliminados antes de insertar el " diff --git a/po/es_VE.po b/po/es_VE.po index 66e0ce1f..0a8b2292 100644 --- a/po/es_VE.po +++ b/po/es_VE.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -801,10 +801,6 @@ msgstr "Miembro eliminado de este grupo Principal" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" -"En su mayoría, DAViCal debería trabajar pero actualizando a PHP 5.2 o superior es altamente recomendado" - msgid "Name" msgstr "Nombre" @@ -867,9 +863,6 @@ msgstr "Ignorar un bloqueo" msgid "PDO PostgreSQL drivers" msgstr "Controlador PDO de PostgreSQL" -msgid "PHP DateTime class" -msgstr "Clase PHP DateTime" - msgid "PHP Information" msgstr "Información PHP" @@ -1701,6 +1694,14 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "" +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "" +#~ "En su mayoría, DAViCal debería trabajar pero actualizando a PHP 5.2 o superior es altamente " +#~ "recomendado" + +#~ msgid "PHP DateTime class" +#~ msgstr "Clase PHP DateTime" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "" #~ "ADVERTENCIA: Todos los eventos en este contenedor serán borrados antes de insertar el archivo " diff --git a/po/et.po b/po/et.po index ce909cdc..a86b7f51 100644 --- a/po/et.po +++ b/po/et.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -781,9 +781,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "" @@ -846,9 +843,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/fi.po b/po/fi.po index 431920b4..1994a425 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -785,9 +785,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "Suurin osa DAViCalista toimii, mutta päivittäminen PHP 5.2:een tai uudempaan on suositeltavaa." - msgid "Name" msgstr "Nimi" @@ -850,9 +847,6 @@ msgstr "Yliaja lukitus" msgid "PDO PostgreSQL drivers" msgstr "PDO PostgreSQL -ajurit" -msgid "PHP DateTime class" -msgstr "PHP DateTime-luokka" - msgid "PHP Information" msgstr "" @@ -1671,6 +1665,13 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "kirjaudu sisään käyttäjätunnuksella ja salasanalla jotka on annettu sinulle." +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "" +#~ "Suurin osa DAViCalista toimii, mutta päivittäminen PHP 5.2:een tai uudempaan on suositeltavaa." + +#~ msgid "PHP DateTime class" +#~ msgstr "PHP DateTime-luokka" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "" #~ "VAROITUS: kaikki tapahtumat tässä polussa poistetaan ennen kaikkien ics-tiedostossa olevien " diff --git a/po/fr.po b/po/fr.po index caa51304..ff2b50b7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -824,11 +824,6 @@ msgstr "Membre supprimé de ce groupe" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" -"La plupart des fonctions DAViCal fonctionneront, mais une mise à jour vers PHP 5.2 ou ultérieure est " -"fortement recommandé." - msgid "Name" msgstr "Nom" @@ -891,9 +886,6 @@ msgstr "Passer outre un verrou" msgid "PDO PostgreSQL drivers" msgstr "Pilote PDO pour PostgreSQL" -msgid "PHP DateTime class" -msgstr "Classe PHP DateTime" - msgid "PHP Information" msgstr "Informations PHP" @@ -1777,6 +1769,14 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "Vous devez vous connecter avec le nom d'utilisateur et le mot de passe qui vous ont été fournis." +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "" +#~ "La plupart des fonctions DAViCal fonctionneront, mais une mise à jour vers PHP 5.2 ou ultérieure " +#~ "est fortement recommandé." + +#~ msgid "PHP DateTime class" +#~ msgstr "Classe PHP DateTime" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "" #~ "Attention : tous les événements de ce chemin seront supprimés avant l'insertion de tous ceux du " diff --git a/po/hu.po b/po/hu.po index e8170390..fe9d3d04 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -784,9 +784,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "Név" @@ -849,9 +846,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/id_ID.po b/po/id_ID.po index 9655d648..b1fef0cd 100644 --- a/po/id_ID.po +++ b/po/id_ID.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -781,9 +781,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "" @@ -846,9 +843,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/it.po b/po/it.po index cb3738f0..051c16e5 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -785,9 +785,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "Nome" @@ -850,9 +847,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/ja.po b/po/ja.po index 00505b2f..2fa13638 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -785,9 +785,6 @@ msgstr "このグループプリンシパルからメンバーを削除しまし msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "名称" @@ -850,9 +847,6 @@ msgstr "ロックをオーバーライドする" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/ko_KR.po b/po/ko_KR.po index b462fc16..1e5ffa80 100644 --- a/po/ko_KR.po +++ b/po/ko_KR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -786,9 +786,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "이름" @@ -851,9 +848,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "PDO PostgreSQL 드라이버" -msgid "PHP DateTime class" -msgstr "PHP DateTime 클래스" - msgid "PHP Information" msgstr "PHP 정보" @@ -1672,6 +1666,9 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "올바른 사용자명과 패스워드를 사용하세요." +#~ msgid "PHP DateTime class" +#~ msgstr "PHP DateTime 클래스" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr " 경고: 현재 경로에 ICS 파일을 불러오기 하면 기존 내용은 모두 삭제됩니다." diff --git a/po/messages.pot b/po/messages.pot index 56c6eb06..75599bc8 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: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+1300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -803,11 +803,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "" -"Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly " -"recommended." -msgstr "" - msgid "Name" msgstr "" @@ -870,9 +865,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/nb_NO.po b/po/nb_NO.po index e2233969..b44a4590 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -799,11 +799,6 @@ msgstr "Medlem slettet fra denne gruppekonto" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" -"De fleste funksjoner av DAViCal vil fungere, men å oppgradere til PHP 5.2 eller nyere er anbefalt på " -"det sterkeste." - msgid "Name" msgstr "Navn" @@ -866,9 +861,6 @@ msgstr "Bryt en lås" msgid "PDO PostgreSQL drivers" msgstr "PDO PostgreSQL drivere" -msgid "PHP DateTime class" -msgstr "PHP DateTime class" - msgid "PHP Information" msgstr "PHP-informasjon" @@ -1706,6 +1698,14 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "logg på med brukernavnet og passordet du fikk utstedt" +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "" +#~ "De fleste funksjoner av DAViCal vil fungere, men å oppgradere til PHP 5.2 eller nyere er anbefalt " +#~ "på det sterkeste." + +#~ msgid "PHP DateTime class" +#~ msgstr "PHP DateTime class" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "ADVARSEL: alle hendelser i denne banen vil bli slettet ved innsetting av ics-filen" diff --git a/po/nl.po b/po/nl.po index 0898bca8..46636720 100644 --- a/po/nl.po +++ b/po/nl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -808,10 +808,6 @@ msgstr "Lid verwijderd van deze groep-Principaal" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" -"Het grootste deel van DAViCal zal werken, maar upgraden naar PHP 5.2 of hoger wordt sterk aanbevolen." - msgid "Name" msgstr "Naam" @@ -874,9 +870,6 @@ msgstr "Negeer een Lock" msgid "PDO PostgreSQL drivers" msgstr "PDO PostgreSQL drivers" -msgid "PHP DateTime class" -msgstr "PHP DateTime class" - msgid "PHP Information" msgstr "Informatie over PHP" @@ -1750,6 +1743,14 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "U moet zich aanmelden met de gebruikersnaam en het wachtwoord die U zijn toegewezen." +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "" +#~ "Het grootste deel van DAViCal zal werken, maar upgraden naar PHP 5.2 of hoger wordt sterk " +#~ "aanbevolen." + +#~ msgid "PHP DateTime class" +#~ msgstr "PHP DateTime class" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "" #~ "OPGELET: Alle afspraken in deze map zullen verwijderd worden vooraleer het ics-bestand wordt " diff --git a/po/pl.po b/po/pl.po index abc6442c..1ef0965e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -789,9 +789,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "Nazwa" @@ -854,9 +851,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 4c62d47e..696fd37f 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -800,11 +800,6 @@ msgstr "Membro excluídos deste Grupo principal" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" -"A maior parte do DAViCal funcionará, mas a atualização para PHP 5.2 ou posterior é fortemente " -"recomendado." - msgid "Name" msgstr "Nome" @@ -867,9 +862,6 @@ msgstr "Substituir um bloqueio" msgid "PDO PostgreSQL drivers" msgstr "Drivers de PDO do PostgreSQL" -msgid "PHP DateTime class" -msgstr "Classe PHP DateTime" - msgid "PHP Information" msgstr "" @@ -1720,6 +1712,14 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "você deve fazer logon com o nome de usuário e senha que foram emitidos para você." +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "" +#~ "A maior parte do DAViCal funcionará, mas a atualização para PHP 5.2 ou posterior é fortemente " +#~ "recomendado." + +#~ msgid "PHP DateTime class" +#~ msgstr "Classe PHP DateTime" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "" #~ "ATENÇÃO: todos os eventos neste caminho serão removidos antes de inserir o arquivo allof ics" diff --git a/po/pt_PT.po b/po/pt_PT.po index c7ed1904..cba43b6c 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -810,11 +810,6 @@ msgstr "Membro eliminado deste Principal de Grupo" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" -"A maior parte do DAViCal irá funcionar mas é fortemente recomendado actualizar para o PHP 5.2 ou mais " -"recente." - msgid "Name" msgstr "Nome" @@ -877,9 +872,6 @@ msgstr "Ultrapassar um Lock" msgid "PDO PostgreSQL drivers" msgstr "Drivers PDO PostgreSQL" -msgid "PHP DateTime class" -msgstr "Classe de PHP DateTime" - msgid "PHP Information" msgstr "Informação PHP" @@ -1750,6 +1742,14 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "deve entrar com o nome de utilizador e password que lhe foram atribuídas." +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "" +#~ "A maior parte do DAViCal irá funcionar mas é fortemente recomendado actualizar para o PHP 5.2 ou " +#~ "mais recente." + +#~ msgid "PHP DateTime class" +#~ msgstr "Classe de PHP DateTime" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "AVISO: todos os eventos neste caminho serão apagados antes de inserir o ficheiro ics" diff --git a/po/ru.po b/po/ru.po index 5d92a66f..27d825f5 100644 --- a/po/ru.po +++ b/po/ru.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -787,9 +787,6 @@ msgstr "" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "Имя" @@ -852,9 +849,6 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "Класс DateTime в php" - msgid "PHP Information" msgstr "" @@ -1673,6 +1667,9 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "вы должны войти под тем именем польззователя и паролем, который был вам выслан." +#~ msgid "PHP DateTime class" +#~ msgstr "Класс DateTime в php" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr "Внимание: все события по этому пути будут удалены перед загрузкой файла" diff --git a/po/sk_SK.po b/po/sk_SK.po index af1e01f1..032967cb 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -804,9 +804,6 @@ msgstr "Odstránil sa člen z tejto skupiny" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "Pre beh DAViCalu sa odporúča upgradovať PHP va verziu 5.2 alebo novšiu." - msgid "Name" msgstr "Meno" @@ -869,9 +866,6 @@ msgstr "Prepísanie zámku" msgid "PDO PostgreSQL drivers" msgstr "Drivery PDO PostgreSQL" -msgid "PHP DateTime class" -msgstr "Trieda PHP DateTime" - msgid "PHP Information" msgstr "PHP Informácia" @@ -1732,6 +1726,12 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "mali by ste sa prihlásiť pomocou vášho mena a hesla." +#~ msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +#~ msgstr "Pre beh DAViCalu sa odporúča upgradovať PHP va verziu 5.2 alebo novšiu." + +#~ msgid "PHP DateTime class" +#~ msgstr "Trieda PHP DateTime" + #~ msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" #~ msgstr " UPOZORNENIE: všetky udalosti tejto cesty sa pred vložením .ics súboru odstránia" diff --git a/po/sv.po b/po/sv.po index 31024fb7..1a02e325 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-10 16:35+1300\n" +"POT-Creation-Date: 2024-03-10 16:38+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" @@ -784,9 +784,6 @@ msgstr "Medlem borttagen från detta gruppkonto" msgid "Minimum: %s, Currently: %s" msgstr "" -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - msgid "Name" msgstr "Namn" @@ -849,9 +846,6 @@ msgstr "Bryt upp ett lås" msgid "PDO PostgreSQL drivers" msgstr "" -msgid "PHP DateTime class" -msgstr "" - msgid "PHP Information" msgstr ""