From 642524d391298839fba1bdcd86d5ee37daf497e5 Mon Sep 17 00:00:00 2001
From: Cyril Giraud
Date: Fri, 6 Mar 2015 23:41:08 +0100
Subject: [PATCH] Extract translatable strings in upgrade.php + update
according to Transifex translations.
---
htdocs/upgrade.php | 27 +++---
po/ar.po | 55 +++++++++---
po/ca.po | 55 +++++++++---
po/cs_CZ.po | 55 +++++++++---
po/de.po | 59 ++++++++++---
po/es_AR.po | 55 +++++++++---
po/es_ES.po | 55 +++++++++---
po/es_MX.po | 55 +++++++++---
po/es_VE.po | 55 +++++++++---
po/et.po | 55 +++++++++---
po/fi.po | 55 +++++++++---
po/fr.po | 57 +++++++++---
po/hu.po | 55 +++++++++---
po/id_ID.po | 55 +++++++++---
po/it.po | 55 +++++++++---
po/ja.po | 55 +++++++++---
po/ko_KR.po | 55 +++++++++---
po/messages.pot | 52 ++++++++---
po/nb_NO.po | 57 +++++++++---
po/nl.po | 213 ++++++++++++++++++++++++++-------------------
po/pl.po | 64 ++++++++++----
po/pt_BR.po | 55 +++++++++---
po/pt_PT.po | 100 ++++++++++++++-------
po/ru.po | 55 +++++++++---
po/sk_SK.po | 57 +++++++++---
po/sv.po | 55 +++++++++---
26 files changed, 1227 insertions(+), 394 deletions(-)
diff --git a/htdocs/upgrade.php b/htdocs/upgrade.php
index a654a3ff..25acac83 100644
--- a/htdocs/upgrade.php
+++ b/htdocs/upgrade.php
@@ -6,19 +6,23 @@ $session->LoginRequired('Admin');
include("interactive-page.php");
+ $heading_pagelem1 = translate('Upgrade Database');
+ $content_pagelem11 = translate('Currently this page does nothing. Suggestions or patches to make it do something useful will be gratefully received.');
+
+ $heading_pagelem2 = translate('Upgrading DAViCal Versions');
+ $content_pagelem21 = translate('The update-davical-database should be run manually after upgrading the software to a new version of DAViCal.');
+ $content_pagelem22 = translate("In due course this program will implement the functionality which is currently contained in that script, but until then I'm afraid you do need to run it.");
+
$page_elements = array();
$page_elements[] = <<Upgrade Database
-Currently this page does nothing. Suggestions or patches to make it do something
-useful will be gratefully received.
+
$heading_pagelem1
+$content_pagelem11
-Upgrading DAViCal Versions
-The update-davical-database should be run
-manually after upgrading the software to a new version of DAViCal.
+$heading_pagelem2
+$content_pagelem21
-In due course this program will implement the functionality which is currently contained in that
-script, but until then I'm afraid you do need to run it.
+
$content_pagelem22
EOBODY;
@@ -46,16 +50,19 @@ $prompt_app_user = translate('Application DB User');
$prompt_do_patch = translate('Apply DB Patches');
$prompt_owner = translate('Database Owner');
+$content_template1 = translate('Connection Parameters');
+$content_template2 = translate('Operation Parameters');
+
$template = <<
- | Connection Parameters |
+ | $content_template1 |
| $prompt_dbhost: | ##dbhost.input.20## |
| $prompt_dbport: | ##dbport.input.5## |
| $prompt_dbname: | ##dbname.input.20## |
| $prompt_dbuser: | ##dbuser.input.20## |
| $prompt_dbpass: | ##dbpass.password.20## |
- | Operation Parameters |
+ | $content_template2 |
| $prompt_app_user: | ##app_user.input.20## |
| $prompt_do_patch: | ##apply_patches.checkbox## |
| $prompt_owner: | ##owner.input.20## |
diff --git a/po/ar.po b/po/ar.po
index 904770d7..03b19de1 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/davical/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -205,7 +205,7 @@ msgstr ""
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr ""
@@ -213,7 +213,7 @@ msgstr ""
msgid "Apply Changes"
msgstr ""
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr ""
@@ -455,27 +455,27 @@ msgstr ""
msgid "Database Error"
msgstr "خطأ في قاعدة البيانات"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1614,7 +1614,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr ""
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr ""
@@ -2047,3 +2048,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/ca.po b/po/ca.po
index 2f1bfe77..c5835491 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/davical/language/ca/)\n"
"MIME-Version: 1.0\n"
@@ -205,7 +205,7 @@ msgstr "Els usuaris anonims només poden accedir al calendaris públics"
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Usuari de BDD de l'aplicació"
@@ -213,7 +213,7 @@ msgstr "Usuari de BDD de l'aplicació"
msgid "Apply Changes"
msgstr "Aplicar canvis"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Aplicar pegats de la BDD"
@@ -455,27 +455,27 @@ msgstr ""
msgid "Database Error"
msgstr ""
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1614,7 +1614,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr ""
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr ""
@@ -2047,3 +2048,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index 3d922c46..c6627763 100644
--- a/po/cs_CZ.po
+++ b/po/cs_CZ.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/davical/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -204,7 +204,7 @@ msgstr ""
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr ""
@@ -212,7 +212,7 @@ msgstr ""
msgid "Apply Changes"
msgstr ""
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr ""
@@ -454,27 +454,27 @@ msgstr ""
msgid "Database Error"
msgstr ""
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1613,7 +1613,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr ""
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr ""
@@ -2046,3 +2047,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/de.po b/po/de.po
index bd55511d..5f23531b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,16 +8,16 @@
# fmms , 2011, 2012
# Matthias Althaus , 2014
# mike.f , 2012
-# mweil , 2012
+# mweil , 2012
# spasstl , 2011
# thoerb , 2011
msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-27 12:11+0000\n"
-"Last-Translator: Matthias Althaus \n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
+"Last-Translator: Cyril Giraud \n"
"Language-Team: German (http://www.transifex.com/projects/p/davical/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -212,7 +212,7 @@ msgstr "Nicht angemeldete Benutzer können nur auf öffentliche Kalender zugreif
msgid "Append"
msgstr "Anhängen"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Anwendungsdatenbankbenutzer"
@@ -220,7 +220,7 @@ msgstr "Anwendungsdatenbankbenutzer"
msgid "Apply Changes"
msgstr "Änderungen anwenden"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Datenbankkorrekturen anwenden"
@@ -462,27 +462,27 @@ msgstr "DKIM-Signaturvalidierung fehlgeschlagen (Signature verification ERROR)"
msgid "Database Error"
msgstr "Datenbankfehler"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Datenbankserver"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Datenbankname"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Datenbankbesitzer"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Datenbankpasswort"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Datenbankport"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Datenbankbenutzername"
@@ -1621,7 +1621,8 @@ msgstr "Berechtigungen dieses Prinzipalen aktualisiert"
msgid "Upgrade DAViCal database schema"
msgstr "DAViCal-Datenbankschema aktualisieren"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Datenbank aktualisieren"
@@ -2054,3 +2055,35 @@ msgstr "Erklärung
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr "Statistiken nicht verfügbar"
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/es_AR.po b/po/es_AR.po
index 8bcfa89c..36816644 100644
--- a/po/es_AR.po
+++ b/po/es_AR.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/davical/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -205,7 +205,7 @@ msgstr ""
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr ""
@@ -213,7 +213,7 @@ msgstr ""
msgid "Apply Changes"
msgstr ""
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr ""
@@ -455,27 +455,27 @@ msgstr ""
msgid "Database Error"
msgstr ""
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1614,7 +1614,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr ""
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr ""
@@ -2047,3 +2048,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/es_ES.po b/po/es_ES.po
index 8fd35772..cea5aeee 100644
--- a/po/es_ES.po
+++ b/po/es_ES.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/davical/language/es_ES/)\n"
"MIME-Version: 1.0\n"
@@ -207,7 +207,7 @@ msgstr "Los usuarios anónimos solo pueden ver calendarios públicos"
msgid "Append"
msgstr "Añadir"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Usuario de la base de datos"
@@ -215,7 +215,7 @@ msgstr "Usuario de la base de datos"
msgid "Apply Changes"
msgstr "Aplicar cambios"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Aplicar cambios a la base de datos"
@@ -457,27 +457,27 @@ msgstr "La validación de la firma DKIM falló(ERROR de verificación de firma)"
msgid "Database Error"
msgstr "Error en la base de datos"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Servidor de base de datos"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Nombre de la base de datos"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Propietario de la base de datos"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Contraseña de la base de datos"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Puerto de la base de datos"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Nombre de usuario para la base de datos"
@@ -1616,7 +1616,8 @@ msgstr "Actualizando los permisos desde este Principal"
msgid "Upgrade DAViCal database schema"
msgstr "Actualizar el esquema de la base de datos de DAViCal"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Actualizar la base de datos"
@@ -2049,3 +2050,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/es_MX.po b/po/es_MX.po
index 95b710b7..6b6ec5cc 100644
--- a/po/es_MX.po
+++ b/po/es_MX.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/davical/language/es_MX/)\n"
"MIME-Version: 1.0\n"
@@ -206,7 +206,7 @@ msgstr "Los usuarios anónimos solo pueden ver calendarios públicos"
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Usuario de Base de Datos de la Aplicación"
@@ -214,7 +214,7 @@ msgstr "Usuario de Base de Datos de la Aplicación"
msgid "Apply Changes"
msgstr "Efectúa Cambios"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Aplica Parches a la Base de Datos"
@@ -456,27 +456,27 @@ msgstr "La validación de la firma DKIM falló(ERROR de verificación de firma)"
msgid "Database Error"
msgstr "Error de la base de datos"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Servidor de Base de Datos"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Nombre de la Base de Datos"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Propietario de la Base de Datos"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Clave de Acceso a la Base de Datos"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Puerto de la Base de Datos"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Nombre de Usuario para la Base de Datos"
@@ -1615,7 +1615,8 @@ msgstr "Actualizando las subvenciones de este Principal"
msgid "Upgrade DAViCal database schema"
msgstr "Actualizar el esquema de base de datos de DAViCal"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Actualizar la Base de Datos"
@@ -2048,3 +2049,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/es_VE.po b/po/es_VE.po
index 7c283e35..de5d505f 100644
--- a/po/es_VE.po
+++ b/po/es_VE.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-12-29 22:24+0100\n"
-"PO-Revision-Date: 2014-12-29 20:35+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/projects/p/davical/language/es_VE/)\n"
"MIME-Version: 1.0\n"
@@ -207,7 +207,7 @@ msgstr "Los usuarios anónimos sólo tienen acceso a calendarios públicos"
msgid "Append"
msgstr "Anexar"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Usuario de la base de datos"
@@ -215,7 +215,7 @@ msgstr "Usuario de la base de datos"
msgid "Apply Changes"
msgstr "Aplicar cambios"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Aplicar parche a la BD"
@@ -457,27 +457,27 @@ msgstr "La validación de la firma DKIM falló (ERROR en la verificación de la
msgid "Database Error"
msgstr "Error de la base de datos"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Equipo de la Base de Datos"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Nombre de la base de datos"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Propietario de la bae de datos"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Contraseña de la base de datos"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Puerto del equipo de bases de datos"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Usuario de la base de datos"
@@ -1616,7 +1616,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr "Actualice el esquema de la base de datos DAViCal"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Base de datos actualizada"
@@ -2049,3 +2050,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr "Estadísticas no disponibles"
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/et.po b/po/et.po
index c64f748f..faabf075 100644
--- a/po/et.po
+++ b/po/et.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Estonian (http://www.transifex.com/projects/p/davical/language/et/)\n"
"MIME-Version: 1.0\n"
@@ -204,7 +204,7 @@ msgstr ""
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr ""
@@ -212,7 +212,7 @@ msgstr ""
msgid "Apply Changes"
msgstr ""
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr ""
@@ -454,27 +454,27 @@ msgstr ""
msgid "Database Error"
msgstr ""
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1613,7 +1613,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr ""
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr ""
@@ -2046,3 +2047,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 251b04c6..e9f46738 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Finnish (http://www.transifex.com/projects/p/davical/language/fi/)\n"
"MIME-Version: 1.0\n"
@@ -204,7 +204,7 @@ msgstr "Tunnistamattomat käyttäjät voivat käyttää vain julkisia kalenterei
msgid "Append"
msgstr "Liitä"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Sovelluksen tietokantakäyttäjä"
@@ -212,7 +212,7 @@ msgstr "Sovelluksen tietokantakäyttäjä"
msgid "Apply Changes"
msgstr "Käytä"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Tee tietokantapäivitykset"
@@ -454,27 +454,27 @@ msgstr "DKIM-allekirjoituksen tarkistus epäonnistui (allekirjoituksen tarkistus
msgid "Database Error"
msgstr "Tietokantavirhe"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Tietokantapalvelin"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Tietokannan nimi"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Tietokannan omistaja"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Tietokannan salasana"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Tietokantapalvelimen portti"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Tietokannan käyttäjätunnus"
@@ -1613,7 +1613,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr "Päivitä DAViCalin tietokantaskeema"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Päivitä tietokanta"
@@ -2046,3 +2047,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/fr.po b/po/fr.po
index d2369a1f..b5e1c7ea 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,15 +7,15 @@
# Andrew McMillan , 2011
# Cyril Giraud , 2013-2014
# Cyril Giraud , 2011, 2012
-# Cyril Giraud , 2014
+# Cyril Giraud , 2014-2015
# tikismoke , 2011
# tikismoke , 2011, 2012
msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-23 14:15+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-03-06 21:53+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: French (http://www.transifex.com/projects/p/davical/language/fr/)\n"
"MIME-Version: 1.0\n"
@@ -211,7 +211,7 @@ msgstr "Les utilisateurs anonymes ne peuvent accéder qu'aux agendas publics"
msgid "Append"
msgstr "Ajouter"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Utilisateur de BDD Application"
@@ -219,7 +219,7 @@ msgstr "Utilisateur de BDD Application"
msgid "Apply Changes"
msgstr "Appliquer les modifications"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Appliquer la rustine à la base"
@@ -461,27 +461,27 @@ msgstr "validation de la signature DKIM échouée (erreur de vérification de si
msgid "Database Error"
msgstr "Erreur de base de données"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Nom d'hôte pour la base de données"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Nom de la base de données"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Propriétaire de la base de données"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Mot de passe de la base de données"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Port de base de données"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Utilisateur de base de données"
@@ -1620,7 +1620,8 @@ msgstr "Mise à jour des droits accordés par ce compte"
msgid "Upgrade DAViCal database schema"
msgstr "Mise à jour le schéma de la base de données de DAViCal"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Mise à niveau de la base de données"
@@ -2053,3 +2054,35 @@ msgstr "Explication
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr "Statistiques non disponibles"
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr "Pour le moment, cette page ne fait rien. Les suggestions ou contributions pour lui faire faire quelque-chose d'utile seront bien accueillies."
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr "Mises à jour DAViCal"
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr "La procédure de mise à jour de la base de données doit être faite manuellement après mise à jour du logiciel DAViCal."
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr "En temps utile ce programme fera ce qui est prévu dans le script, mais d'ici là vérifiez bien que vous ayez vraiment besoin de l'exécuter."
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr "Paramètres de connexion"
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr "Paramètres de l'opération"
diff --git a/po/hu.po b/po/hu.po
index a524af2d..c89d6559 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/davical/language/hu/)\n"
"MIME-Version: 1.0\n"
@@ -205,7 +205,7 @@ msgstr ""
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr ""
@@ -213,7 +213,7 @@ msgstr ""
msgid "Apply Changes"
msgstr ""
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr ""
@@ -455,27 +455,27 @@ msgstr ""
msgid "Database Error"
msgstr "Adatbázis-hiba"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1614,7 +1614,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr ""
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr ""
@@ -2047,3 +2048,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/id_ID.po b/po/id_ID.po
index d813aa36..4c4de3bc 100644
--- a/po/id_ID.po
+++ b/po/id_ID.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/davical/language/id_ID/)\n"
"MIME-Version: 1.0\n"
@@ -204,7 +204,7 @@ msgstr ""
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr ""
@@ -212,7 +212,7 @@ msgstr ""
msgid "Apply Changes"
msgstr ""
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr ""
@@ -454,27 +454,27 @@ msgstr ""
msgid "Database Error"
msgstr ""
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1613,7 +1613,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr ""
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr ""
@@ -2046,3 +2047,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/it.po b/po/it.po
index 3301f6eb..bdd1df1c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/davical/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -205,7 +205,7 @@ msgstr ""
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr ""
@@ -213,7 +213,7 @@ msgstr ""
msgid "Apply Changes"
msgstr ""
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr ""
@@ -455,27 +455,27 @@ msgstr ""
msgid "Database Error"
msgstr "Errore database"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1614,7 +1614,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr ""
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr ""
@@ -2047,3 +2048,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 2037b22c..0113dffd 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/davical/language/ja/)\n"
"MIME-Version: 1.0\n"
@@ -205,7 +205,7 @@ msgstr "匿名ユーザーは公開カレンダーにのみアクセスを許さ
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr ""
@@ -213,7 +213,7 @@ msgstr ""
msgid "Apply Changes"
msgstr "変更を適用"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr ""
@@ -455,27 +455,27 @@ msgstr ""
msgid "Database Error"
msgstr "データベースエラー"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1614,7 +1614,8 @@ msgstr "このプリンシパルによる許可をアップデート中"
msgid "Upgrade DAViCal database schema"
msgstr "DAViCalデータベーススキーマをアップグレードする"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "データベースのアップグレード"
@@ -2047,3 +2048,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/ko_KR.po b/po/ko_KR.po
index 2d243b62..865c6be9 100644
--- a/po/ko_KR.po
+++ b/po/ko_KR.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-12-29 22:24+0100\n"
-"PO-Revision-Date: 2014-12-29 20:35+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/davical/language/ko_KR/)\n"
"MIME-Version: 1.0\n"
@@ -205,7 +205,7 @@ msgstr "익명 사용자는 공개 캘린더에만 접근 할 수 있습니다."
msgid "Append"
msgstr "추가"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "어플리케이션 DB 사용자"
@@ -213,7 +213,7 @@ msgstr "어플리케이션 DB 사용자"
msgid "Apply Changes"
msgstr "변경사항 적용"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "데이터베이스 패치 적용"
@@ -455,27 +455,27 @@ msgstr "DKIM 서명 검증 실패 (서명 검증 에러)"
msgid "Database Error"
msgstr "데이터베이스 "
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "데이터베이스 호스트 주소"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "데이터베이스 이름"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "데이터베이스 Owner"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "데이터베이스 패스워드"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "데이터베이스 포트"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "데이터베이스 사용자"
@@ -1614,7 +1614,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr " DAViCal 데이터베이스 구조 업그레이드"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "데이터베이스 업그레이드"
@@ -2047,3 +2048,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr "통계 없음"
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/messages.pot b/po/messages.pot
index 11199c08..a8b1cca0 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: 2014-10-22 22:39+0200\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -211,7 +211,7 @@ msgstr ""
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr ""
@@ -219,7 +219,7 @@ msgstr ""
msgid "Apply Changes"
msgstr ""
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr ""
@@ -461,27 +461,27 @@ msgstr ""
msgid "Database Error"
msgstr ""
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1617,7 +1617,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr ""
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr ""
@@ -2049,3 +2050,34 @@ msgstr ""
msgid "Statistics unavailable"
msgstr ""
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to "
+"run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index a9431d41..3663d927 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-27 07:42+0000\n"
-"Last-Translator: bruberg \n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
+"Last-Translator: Cyril Giraud \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/davical/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -208,7 +208,7 @@ msgstr "Anonyme brukere har kun tilgang til offentlige kalendre"
msgid "Append"
msgstr "Legg til"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Applikasjonens DB-bruker"
@@ -216,7 +216,7 @@ msgstr "Applikasjonens DB-bruker"
msgid "Apply Changes"
msgstr "Utfør endringer"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Utfør DB-endringer"
@@ -458,27 +458,27 @@ msgstr "DKIM signatursjekk feilet (Signature verification ERROR)"
msgid "Database Error"
msgstr "Databasefeil"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Databasetjener"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Databasenavn"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Databaseeier"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Databasepassord"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Databaseport"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Databasebrukernavn"
@@ -1617,7 +1617,8 @@ msgstr "Oppdaterer rettigheter for denne kontoen"
msgid "Upgrade DAViCal database schema"
msgstr "Oppgrader DAViCal database schema"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Oppgrader database"
@@ -2050,3 +2051,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr "Statistikk utilgjengelig"
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 91439617..eb4ca918 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -4,16 +4,16 @@
#
# Translators:
# Andrew McMillan , 2011
-# Martijn Dekker , 2014
+# Martijn Dekker , 2014-2015
# zenlord , 2013
# zenlord , 2011, 2012
msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
-"Last-Translator: Cyril Giraud \n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-22 00:20+0000\n"
+"Last-Translator: Martijn Dekker \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/davical/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,7 +25,7 @@ msgstr ""
#. http://php.net/manual/en/function.strftime.php
#: htdocs/feed.php:134 htdocs/feed.php:142
msgid "%F %T"
-msgstr "%F%T"
+msgstr "%F %T"
#. Translators: his is the formatting of just the time. See
#. http://php.net/manual/en/function.strftime.php
@@ -97,14 +97,14 @@ msgid ""
"or send a question to the DAViCal Users mailing list.
\n"
"The mailing list\n"
"archives can be helpful too.
"
-msgstr "Help
Voor de eerste hulp kunt u terecht op deDAViCal Home Page of neem een kijkje op de DAViCal Wiki .
Als u daar de antwoorden niet kan vinden, bezoek ons op IRC in het #davical kanaal op irc.oftc.net , of stuur een vraag aan de DAViCal Gebruikers mailing list.
Demailing list archieven kunnen ook nuttig zijn.
"
+msgstr "Help
Voor de eerste hulp kunt u terecht op dewebsite van DAViCal. Neem ook eens een kijkje op de DAViCal-wiki.
Als u daar de antwoorden niet kunt vinden, kom dan binnen op IRC in het kanaal #davical op irc.oftc.net, of stuur een vraag aan de DAViCal Users-mailinglijst.
Dearchieven van de mailinglijst kunnen ook nuttig zijn.
"
#, php-format
msgid ""
"Log On Please
For access to the %s you should log on withthe "
"username and password that have been issued to you.
If you would like "
"to request access, please e-mail %s.
"
-msgstr "Meld u alstublieft aan
Om toegang te krijgen tot de %s moet u zich aanmelden met de gebruikersnaam en het wachtwoord dat u heeft gekregen.
Om toegang aan te vragen, dient u %s te contacteren.
"
+msgstr "Aanmelden
Om toegang te krijgen tot de %s moet u zich aanmelden met de gebruikersnaam en het wachtwoord dat u heeft gekregen.
Wilt u toegang aanvragen, stuur dan een e-mail aan %s.
"
#: inc/caldav-PUT-vcard.php:51 inc/caldav-PUT-default.php:49
msgid "A DAViCal principal collection may only contain collections"
@@ -112,7 +112,7 @@ msgstr "Een DAViCal principaalcollectie kan alleen collecties bevatten"
#: inc/caldav-MKCOL.php:190
msgid "A collection already exists at that location."
-msgstr "Er bestaat reeds een collectie op die locatie"
+msgstr "Er bestaat al een collectie op die plaats."
#: inc/caldav-PROPPATCH.php:143
msgid "A collection may not be both a calendar and an addressbook."
@@ -120,7 +120,7 @@ msgstr "Een collectie kan niet tegelijkertijd een agenda en een adressenboek zij
#: inc/caldav-BIND.php:47
msgid "A resource already exists at the destination."
-msgstr "Er bestaat reeds een bron op die bestemming."
+msgstr "Er bestaat al een bron op die bestemming."
#: htdocs/setup.php:319
msgid "AWL Library version "
@@ -128,10 +128,10 @@ msgstr "AWL Library versie"
#: inc/ui/collection-edit.php:503 inc/ui/principal-edit.php:784
msgid "Access Tickets"
-msgstr "Toegang Tickets"
+msgstr "Toegangstickets"
msgid "Access ticket deleted"
-msgstr "Toegang ticket verwijderd"
+msgstr "Toegangsticket verwijderd"
#: inc/ui/collection-edit.php:473 inc/ui/collection-edit.php:510
#: inc/ui/collection-edit.php:540 inc/ui/principal-edit.php:550
@@ -172,7 +172,7 @@ msgstr "Alle gegevens van de collectie worden onherroepelijk verwijderd."
#: htdocs/tools.php:154
#, php-format
msgid "All events of user \"%s\" were deleted and replaced by those from file %s"
-msgstr "Alle afspraken van gebruiker \"%s\" werden verwijderd en vervangen door die van bestand %s"
+msgstr "Alle afspraken van de gebruiker \"%s\" zijn verwijderd en vervangen door die uit het bestand %s"
#: inc/ui/principal-edit.php:447
msgid ""
@@ -185,40 +185,40 @@ msgstr "Alle bevoegdheden"
#: inc/caldav-PROPPATCH.php:331
msgid "All requested changes were made."
-msgstr "De gevraagde wijzigingen werden doorgevoerd"
+msgstr "De gevraagde wijzigingen zijn doorgevoerd."
#: inc/CalDAVRequest.php:741
msgid ""
"Allow free/busy enquiries targeted at the owner of this scheduling inbox"
-msgstr "Laat Vrij/Bezet-queries gericht aan de eigenaar van deze planning inbox toe"
+msgstr "Laat Vrij/Bezet-queries gericht aan de eigenaar van deze planning-inbox toe"
#: inc/ui/principal-edit.php:174
msgid "An \"Administrator\" user has full rights to the whole DAViCal System"
-msgstr "Een \"Beheerder\" heeft alle bevoegdheden in een DAViCal Systeem"
+msgstr "Een \"beheerder\" heeft volledige bevoegdheden in het hele DAViCal-systeem."
#: htdocs/public.php:51
msgid "Anonymous users are not allowed to modify calendars"
-msgstr "Anonieme gebruikers kunnen geen agenda's bewerken"
+msgstr "Anonieme gebruikers mogen geen agenda's bewerken."
#: htdocs/public.php:33
msgid "Anonymous users may only access public calendars"
-msgstr "Anonieme gebruikers hebben enkel toegang tot openbare agenda's"
+msgstr "Anonieme gebruikers hebben alleen toegang tot openbare agenda's."
#: inc/ui/collection-edit.php:31
msgid "Append"
-msgstr "Toevoegen aan"
+msgstr "Toevoegen"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
-msgstr "'Application DB' gebruiker"
+msgstr "Gebruiker toepassingsdatabase"
#: inc/ui/collection-edit.php:416
msgid "Apply Changes"
msgstr "Wijzigingen toepassen"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
-msgstr "DB patches toepassen"
+msgstr "Patches voor database toepassen"
#: htdocs/feed.php:156
msgid "Attachment"
@@ -264,19 +264,19 @@ msgstr "Bezet"
#: inc/ui/collection-edit.php:119 scripts/load_calendar.php:122
#, php-format
msgid "Calendar \"%s\" was loaded from file."
-msgstr "Agenda \"%s\" werd ingeladen van bestand."
+msgstr "De agenda \"%s\" is ingeladen uit een bestand."
#: inc/ui/principal-browse.php:5
msgid "Calendar Principals"
-msgstr "Agenda Principalen"
+msgstr "Agenda-principalen"
#: inc/ui/collection-edit.php:228
msgid "Calendar Timezone"
-msgstr "Tijdzone van Agenda"
+msgstr "Tijdzone van de agenda"
#: inc/ui/principal-edit.php:727
msgid "Can only add tickets for existing collection paths which you own"
-msgstr "Kan enkel tickets toevoegen voor uw reeds bestaande, collecties"
+msgstr "Tickets kunnen alleen worden toegevoegd voor al bestaande collectiepaden die uw eigendom zijn."
#: htdocs/feed.php:165
msgid "Categories"
@@ -434,23 +434,23 @@ msgstr "DAViCal staat op heden enkel BIND requests toe voor collecties"
#: inc/iSchedule.php:652
msgid "DKIM signature missing"
-msgstr "DKIM handtekening ontbreekt"
+msgstr "DKIM-handtekening ontbreekt"
#: inc/iSchedule.php:663
msgid "DKIM signature validation failed(DNS ERROR)"
-msgstr "DKIM handtekening validatie mislukt (DNS ERROR)"
+msgstr "De validatie van de DKIM-handtekening is mislukt (DNS-fout)"
#: inc/iSchedule.php:665
msgid "DKIM signature validation failed(KEY Parse ERROR)"
-msgstr "DKIM handtekening validatie mislukt (KEY Parse ERROR)"
+msgstr "De validatie van de DKIM-handtekening is mislukt (fout bij het ontleden van de sleutel)"
#: inc/iSchedule.php:667
msgid "DKIM signature validation failed(KEY Validation ERROR)"
-msgstr "DKIM handtekening validatie mislukt (KEY Validation ERROR)"
+msgstr "De validatie van de DKIM-handtekening is mislukt (fout bij de validatie van de sleutel)"
#: inc/iSchedule.php:670
msgid "DKIM signature validation failed(Signature verification ERROR)"
-msgstr "DKIM handtekening validatie mislukt (Signature verification ERROR)"
+msgstr "De validatie van de DKIM-handtekening is mislukt (fout bij de verificatie van de handtekening)"
#: htdocs/feed.php:78 inc/caldav-GET-functions.php:65
#: inc/CalDAVRequest.php:696 inc/CalDAVRequest.php:798 inc/caldav-BIND.php:64
@@ -458,27 +458,27 @@ msgstr "DKIM handtekening validatie mislukt (Signature verification ERROR)"
msgid "Database Error"
msgstr "Database Fout"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Database Host"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Database Naam"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Database Eigenaar"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Database Wachtwoord"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Database Poort"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Database Gebruikersnaam"
@@ -547,11 +547,11 @@ msgstr "Verwijderen Ticket:"
#: inc/CalDAVRequest.php:739
msgid ""
"Deliver scheduling invitations from an organiser to this scheduling inbox"
-msgstr "Bezorg uitnodigingen van een organisator aan deze planning inbox"
+msgstr "Bezorg uitnodigingen van een organisator aan deze planning-inbox"
#: inc/CalDAVRequest.php:740
msgid "Deliver scheduling replies from an attendee to this scheduling inbox"
-msgstr "Bezorg bevestigingen van een genodigde aan deze planning inbox"
+msgstr "Bezorg bevestigingen van een genodigde aan deze planning-inbox"
#: htdocs/setup.php:375 htdocs/setup.php:377
msgid "Dependencies"
@@ -1339,7 +1339,7 @@ msgstr "Specifieke bevoegdheden"
#, php-format
msgid "Stable: %s, We have: %s !"
-msgstr ""
+msgstr "Stabiele versie: %s, Geïnstalleerde versie: %s !"
#: htdocs/setup.php:377 htdocs/iSchedule.php:31 htdocs/setup.php:379
msgid "Status"
@@ -1401,7 +1401,7 @@ msgstr "De DAViCal website"
#: inc/ui/principal-edit.php:821
msgid "The access ticket will be deleted."
-msgstr "Het toegangsticket zal verwijderd worden"
+msgstr "Het toegangsticket zal verwijderd worden."
#: inc/caldav-REPORT-cardquery.php:201 inc/caldav-REPORT-cardquery.php:260
msgid ""
@@ -1433,7 +1433,7 @@ msgstr "De calendar-free-busy-set is overstegen door de schedule-calendar-transp
#: inc/caldav-REPORT-calquery.php:307 inc/caldav-REPORT-calquery.php:313
msgid "The calendar-query report may not be run against that URL."
-msgstr ""
+msgstr "Met die URL mag de agenda-zoekrapportage niet uitgevoerd worden."
#: inc/caldav-REPORT-calquery.php:304 inc/caldav-REPORT-calquery.php:310
msgid ""
@@ -1550,7 +1550,7 @@ msgstr "Deze server ondersteunt alleen het 'text/calendar'-formaat voor Vrij/Bez
#: inc/ui/principal-edit.php:786 inc/ui/principal-edit.php:879
#: inc/ui/principal-edit.php:915
msgid "Ticket ID"
-msgstr "Ticket ID"
+msgstr "Ticket-ID"
#: htdocs/feed.php:134
msgid "Time"
@@ -1617,7 +1617,8 @@ msgstr "Bijwerken van toekenningen door deze Principaal"
msgid "Upgrade DAViCal database schema"
msgstr "DAViCal database schema bijwerken"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Database bijwerken"
@@ -1674,7 +1675,7 @@ msgstr "Wilt: %s, Nu: %s"
msgid ""
"Warning: there are no active admin users! You should fix this before logging"
" out. Consider using the $c->do_not_sync_from_ldap configuration setting."
-msgstr "Opgelet: er zijn geen actieve admin gebruikers! U moet dit oplossen vóór u zich afmeldt. Overweeg het gebruik van de '$c->do_not_sync_from_ldap' configuratie-instelling."
+msgstr "Opgelet: er zijn geen actieve gebruikers met beheerrechten! U moet dit oplossen vóór u zich afmeldt. Overweeg het gebruik van de configuratie-instelling '$c->do_not_sync_from_ldap'."
msgid "When the user's e-mail account was validated."
msgstr "Nadat het e-mailadres van de gebruiker bevestigd is."
@@ -1721,7 +1722,7 @@ msgid "You are viewing"
msgstr "U bent aan het bekijken"
msgid "You do not have permission to modify this record."
-msgstr "U bent niet bevoegd om deze record bij te werken"
+msgstr "U bent niet bevoegd om dit gegeven te wijzigen."
#: inc/caldav-PUT-vcard.php:61 inc/caldav-PUT-default.php:59
msgid "You may not PUT to a collection URL"
@@ -1805,11 +1806,11 @@ msgstr "map waar Uw ics-bestanden zullen worden bewaard"
#: inc/iSchedule-POST.php:71
msgid "recipient must be organizer or attendee of event"
-msgstr "ontvanger moet organisator zijn van afspraak of aanwezige"
+msgstr "de ontvanger moet organisator of genodigde zijn van de afspraak"
#: inc/iSchedule-POST.php:66
msgid "sender must be organizer or attendee of event"
-msgstr "verzender moet organisator zijn van afspraak of aanwezige"
+msgstr "de verzender moet organisator of genodigde zijn van de afspraak"
#: inc/Principal.php:268
msgid "unauthenticated"
@@ -1823,11 +1824,11 @@ msgstr "U moet zich aanmelden met de gebruikersnaam en het wachtwoord die U zijn
#: htdocs/help.php:8
msgid "DAViCal CalDAV Server - Configuration Help"
-msgstr ""
+msgstr "DAViCal CalDAV Server - Hulp bij instellingen"
#: htdocs/setup.php:393 htdocs/setup.php:395
msgid "PHP Information"
-msgstr ""
+msgstr "Informatie over PHP"
#: htdocs/setup.php:396 htdocs/index.php:48 htdocs/setup.php:399
#: htdocs/index.php:47
@@ -1835,134 +1836,134 @@ msgid ""
"The client setup page on the "
"DAViCal website has information on how to configure Evolution, Sunbird, "
"Lightning and Mulberry to use remotely hosted calendars."
-msgstr ""
+msgstr "Op de pagina over het installeren van clients op de website van DAViCal vindt u informatie over het instellen van Evolution, Sunbird, Lightning en Mulberry voor het gebruik van op afstand gehoste agenda's."
#: htdocs/setup.php:397 htdocs/index.php:49 htdocs/setup.php:400
#: htdocs/index.php:48
msgid ""
"The administrative interface has no facility for viewing or modifying "
"calendar data."
-msgstr ""
+msgstr "De beheerinterface heeft geen mogelijkheid voor het bekijken of wijzigen van agendagegevens."
#: htdocs/setup.php:399 htdocs/index.php:53 htdocs/setup.php:404
#: htdocs/index.php:52
msgid "If you can read this then things must be mostly working already."
-msgstr ""
+msgstr "Leest u dit, dan moet het grotendeels al werken."
#: htdocs/setup.php:404
msgid ""
"The installation page on"
" the DAViCal website has some further information on how to install and "
"configure this application."
-msgstr ""
+msgstr "Op de pagina over installatie op de website van DAViCal vindt u meer informatie over het installeren en instellen van deze toepassing."
#: htdocs/index.php:18
#, php-format
msgid "You are logged on as %s (%s)"
-msgstr ""
+msgstr "U bent aangemeld als %s (%s)"
#: htdocs/index.php:20
msgid "Administration Functions"
-msgstr ""
+msgstr "Beheerfuncties"
#: htdocs/index.php:21
msgid ""
"The administration of this application should be fairly simple. You can "
"administer:"
-msgstr ""
+msgstr "Het beheer van deze toepassing is redelijk eenvoudig. U kunt het volgende beheren:"
#: htdocs/index.php:22
msgid "Users (or Resources or Groups) and the relationships between them"
-msgstr ""
+msgstr "Gebruikers (of bronnen of groepen) en de verbanden ertussen"
#: htdocs/index.php:23
msgid "The types of relationships that are available"
-msgstr ""
+msgstr "De soorten van verband die kunnen worden gelegd"
#: htdocs/index.php:24
msgid ""
"There is no ability to view and / or maintain calendars or events from "
"within this administrative interface."
-msgstr ""
+msgstr "In deze beheerinterface bestaat geen mogelijkheid voor het bekijken en/of bijhouden van agenda's of afspraken."
#: htdocs/index.php:25
msgid ""
"To do that you will need to use a CalDAV capable calendaring application "
"such as Evolution, Sunbird, Thunderbird (with the Lightning extension) or "
"Mulberry."
-msgstr ""
+msgstr "Daarvoor heeft u een CalDAV-agendaprogramma nodig, zoals Evolution, Sunbird, Thunderbird (met de add-on Lightning) of Mulberry."
#: htdocs/index.php:27
msgid "Principals: Users, Resources and Groups"
-msgstr ""
+msgstr "Principalen: gebruikers, bronnen en groepen"
#: htdocs/index.php:28
msgid ""
"These are the things which may have collections of calendar resources (i.e. "
"calendars)."
-msgstr ""
+msgstr "Deze kunnen collecties van agendabronnen (d.w.z. agenda's) bevatten."
#: htdocs/index.php:31
msgid "Here is a list of users (maybe :-)"
-msgstr ""
+msgstr "Hier is een lijst met gebruikers (als die er zijn)."
#: htdocs/index.php:32
msgid ""
"You can click on any user to see the full detail for that person (or group "
"or resource - but from now we'll just call them users)."
-msgstr ""
+msgstr "Klik op een gebruiker om de volledige informatie te bekijken over die persoon (of groep of bron; vanaf nu noemen we deze drie allemaal \"gebruikers\")."
#: htdocs/index.php:35 htdocs/index.php:34
msgid "The primary differences between them are as follows:"
-msgstr ""
+msgstr "De belangrijkste verschillen zijn:"
#: htdocs/index.php:36 htdocs/index.php:39 htdocs/index.php:35
#: htdocs/index.php:38
msgid ""
"Users will probably have calendars, and are likely to also log on to the "
"system."
-msgstr ""
+msgstr "Gebruikers hebben meestal agenda's en melden zich ook meestal aan bij het systeem."
#: htdocs/index.php:37 htdocs/index.php:36
msgid "Resources do have calendars, but they will not usually log on."
-msgstr ""
+msgstr "Bronnen hebben ook agenda's, maar melden zich meestal niet aan."
#: htdocs/index.php:38 htdocs/index.php:37
msgid ""
"Groups provide an intermediate linking to minimise administration overhead."
" They might not have calendars, and they will not usually log on."
-msgstr ""
+msgstr "Groepen maken het mogelijk om tussenverbanden te leggen ter vergemakkelijking van het beheer. Zij hoeven geen agenda's te hebben, en melden zich meestal niet aan."
#: htdocs/index.php:41 htdocs/index.php:40
msgid "Groups & Grants"
-msgstr ""
+msgstr "Groepen en toekenningen"
#: htdocs/index.php:42 htdocs/index.php:41
msgid "Grants specify the access rights to a collection or a principal"
-msgstr ""
+msgstr "Een toekenning beschrijft de rechten van toegang tot een collectie of principaal."
#: htdocs/index.php:43 htdocs/index.php:42
msgid ""
"Groups allow those granted rights to be assigned to a set of many principals"
" in one action"
-msgstr ""
+msgstr "Met een groep kunnen die rechten in één keer aan meerdere principalen tegelijkertijd worden toegekend."
#: htdocs/index.php:44 htdocs/index.php:43
msgid ""
"Groups may be members of other groups, but complex nesting will hurt system "
"performance"
-msgstr ""
+msgstr "Een groep kan ook lid zijn van andere groepen. Meerlaagse groepsverbanden vertragen wel het systeem."
#: htdocs/index.php:54 htdocs/setup.php:409 htdocs/index.php:53
msgid ""
"The DAViCal installation"
" page on the DAViCal website has some further information on how to "
"install and configure this application."
-msgstr ""
+msgstr "Op de pagina over installatie op de website van DAViCal vindt u meer informatie over het installeren en instellen van deze toepassing."
#: htdocs/iSchedule.php:12
msgid "iSchedule Configuration"
-msgstr ""
+msgstr "Het instellen van iSchedule"
#: htdocs/iSchedule.php:13
msgid ""
@@ -1971,7 +1972,7 @@ msgid ""
" attendees are using different servers or providers. Additionally it enables"
" freebusy lookups for remote attendees. Events and ToDos received via "
"iSchedule will show up in the users scheduling inbox."
-msgstr ""
+msgstr "Met iSchedule kunnen caldav-servers, zonder daarvoor uitnodigingen via e-mail te hoeven sturen, direct met elkaar communiceren over geplande afspraken waarbij de genodigden van verschillende servers of providers gebruik maken. Ook maakt dit het mogelijk om op andere servers te kijken of genodigden vrij of bezet zijn. De via iSchedule ontvangen afspraken en taken worden getoond in de planning-inbox van de gebruiker."
#: htdocs/iSchedule.php:14
msgid ""
@@ -1981,72 +1982,104 @@ msgid ""
"domain portion of email address on Principal records in DAViCal examples are"
" listed below for domains found in your database. At least 1 public key must"
" also be published if you wish to send requests from this server."
-msgstr ""
+msgstr "Voor het instellen van iSchedule is een aantal DNS-regels nodig. Voor alle domeinen waarvoor u verzoeken wilt accepteren moeten DNS SRV record(s) aangemaakt worden. Het gaat hier om het domein-deel van de e-mailadressen van principaalrecords in DAViCal. Hieronder ziet u voorbeelden voor de in uw database gevonden domeinen. Ook moet er tenminste één publieke sleutel worden gepubliceerd als u verzoeken vanaf deze server wilt zenden."
#: htdocs/iSchedule.php:25
msgid "ERROR"
-msgstr ""
+msgstr "FOUT"
#: htdocs/iSchedule.php:26
msgid ""
"scheduling_dkim_domain not set (please check your DAViCal configuration "
"file)"
-msgstr ""
+msgstr "scheduling_dkim_domain is niet ingesteld (controleer uw DAViCal-instellingenbestand)"
#: htdocs/iSchedule.php:28
msgid "WARNING"
-msgstr ""
+msgstr "WAARSCHUWING"
#: htdocs/iSchedule.php:29
msgid ""
"scheduling_dkim_domain does not match server name (please check your DAViCal"
" configuration file)"
-msgstr ""
+msgstr "scheduling_dkim_domain komt niet overeen met de naam van de server (controleer uw DAViCal-instellingenbestand)"
#: htdocs/iSchedule.php:56
#, php-format
msgid ""
"SRV record missing for \"%s\" or DNS failure, the domain you are going to "
"send events from should have an SRV record"
-msgstr ""
+msgstr "Een SRV-record ontbreekt voor \"%s\", of wellicht ging er iets fout met de DNS-query. Controleer dat het domein waarvan u afspraken stuurt een SRV-record heeft."
#: htdocs/iSchedule.php:58
#, php-format
msgid "SRV record for \"%s\" points to wrong domain: \"%s\" instead of \"%s\""
-msgstr ""
+msgstr "Het SRV-record voor \"%s\" verwijst naar een verkeerd domein: \"%s\" in plaats van \"%s\""
#: htdocs/iSchedule.php:63
#, php-format
msgid ""
"TXT record missing for \"%s._domainkey.%s\" or DNS failure, Private RSA key "
"is configured"
-msgstr ""
+msgstr "Een TXT-record ontbreekt voor \"%s._domainkey.%s\", of wellicht ging er iets fout met de DNS-query. Er is een RSA-privésleutel ingesteld."
#: htdocs/iSchedule.php:66
msgid "please add the following section to your DAViCal configuration file"
-msgstr ""
+msgstr "voeg de volgende sectie toe aan uw DAViCal-instellingenbestand"
#: htdocs/iSchedule.php:69
#, php-format
msgid "and create a DNS TXT record for %s._domainkey.%s that contains:"
-msgstr ""
+msgstr "en maak in de DNS een TXT-record aan voor %s._domainkey.%s dat het volgende bevat:"
#: htdocs/iSchedule.php:76
#, php-format
msgid "TXT record corrupt for %s._domainkey.%s or DNS failure"
-msgstr ""
+msgstr "Het TXT-record voor %s._domainkey.%s is beschadigd, of wellicht ging er iets fout met de DNS-query."
#: htdocs/iSchedule.php:78
msgid "iSchedule OK"
-msgstr ""
+msgstr "iSchedule OK"
#: htdocs/setup.php:339
#, php-format
msgid ""
"Explanation on "
"DAViCal Wiki"
-msgstr ""
+msgstr "Uitleg op de wiki van DAViCal"
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
-msgstr ""
+msgstr "De statistieken zijn niet beschikbaar"
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr "Deze pagina doet niets. De auteurs zouden graag suggesties of patches ontvangen om deze pagina iets nuttigs te laten doen."
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr "Het bijwerken van DAViCal naar een nieuwe versie"
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr "Het programma update-davical-database moet handmatig worden uitgevoerd na het bijwerken van de programmatuur naar een nieuwe versie van DAViCal."
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr "Uiteindelijk zal de functionaliteit van dat programmaatje in DAViCal zelf worden opgenomen, maar voorlopig moet u het zelf even uitvoeren."
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr "Parameters voor de verbinding"
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr "Parameters voor de werking"
diff --git a/po/pl.po b/po/pl.po
index c1caed98..9c89fe72 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# ab , 2015
# Andrew McMillan , 2011
# dziobak , 2011
# silk , 2011
@@ -11,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
-"Last-Translator: Cyril Giraud \n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-02-14 10:01+0000\n"
+"Last-Translator: ab \n"
"Language-Team: Polish (http://www.transifex.com/projects/p/davical/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -206,19 +207,19 @@ msgstr "Użytkownicy anonimowi mogą uzyskać dostęp tylko do publicznych kalen
#: inc/ui/collection-edit.php:31
msgid "Append"
-msgstr ""
+msgstr "Dodaj"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
-msgstr ""
+msgstr "Użytkownik DB aplikacji"
#: inc/ui/collection-edit.php:416
msgid "Apply Changes"
msgstr "Zatwierdź zmiany"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
-msgstr ""
+msgstr "Zastosuj uaktoalnienia DB"
#: htdocs/feed.php:156
msgid "Attachment"
@@ -458,27 +459,27 @@ msgstr ""
msgid "Database Error"
msgstr "Błąd bazy danych"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Host bazy danych"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Nazwa bazy danych"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Właściciel bazy danych"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Hasło bazy danych"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Port bazy danych"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Nazwa użytkownika bazy danych"
@@ -1617,7 +1618,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr ""
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr ""
@@ -2050,3 +2052,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 06f7ee08..179df9b3 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/davical/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
@@ -206,7 +206,7 @@ msgstr "Usuários anônimos podem acessar apenas calendários públicos"
msgid "Append"
msgstr "Adicionar"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Aplicação do usuário DB"
@@ -214,7 +214,7 @@ msgstr "Aplicação do usuário DB"
msgid "Apply Changes"
msgstr "Aplicar Alterações"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Aplicar Patches DB"
@@ -456,27 +456,27 @@ msgstr "validação da assinatura DKIM falhou (erro de verificação de assinatu
msgid "Database Error"
msgstr "Erro de banco de dados"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Host do banco de dados"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Nome do banco de dados"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Proprietário de banco de dados"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Senha do banco de dados"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Porta do Banco de dados"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Nome de usuário do banco de dados"
@@ -1615,7 +1615,8 @@ msgstr "Atualizando permissões para este Gerente de Grupo"
msgid "Upgrade DAViCal database schema"
msgstr "Atualização do esquema do banco de dados do DAViCal"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Atualização do Banco de dados"
@@ -2048,3 +2049,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/pt_PT.po b/po/pt_PT.po
index c1495d8f..0e9671ab 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -4,14 +4,15 @@
#
# Translators:
# m42 , 2011
+# m42 , 2015
# m42 , 2012
msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
-"Last-Translator: Cyril Giraud \n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-02-10 16:51+0000\n"
+"Last-Translator: m42 \n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/davical/language/pt_PT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -114,7 +115,7 @@ msgstr "Já existe uma colecção nessa localização."
#: inc/caldav-PROPPATCH.php:143
msgid "A collection may not be both a calendar and an addressbook."
-msgstr ""
+msgstr "Uma colecção não pode ser ao mesmo tempo um calendário e um livro de endereços."
#: inc/caldav-BIND.php:47
msgid "A resource already exists at the destination."
@@ -204,9 +205,9 @@ msgstr "Utilizadores anónimos têm acesso apenas a calendários públicos"
#: inc/ui/collection-edit.php:31
msgid "Append"
-msgstr ""
+msgstr "Acrescentar"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Utilizador da Base de Dados da aplicação"
@@ -214,7 +215,7 @@ msgstr "Utilizador da Base de Dados da aplicação"
msgid "Apply Changes"
msgstr "Efectuar Mudanças"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Aplicar patches da Base de Dados"
@@ -224,7 +225,7 @@ msgstr "Anexo"
#: inc/drivers_ldap.php:341 inc/drivers_ldap.php:345
msgid "Authentication server unavailable."
-msgstr ""
+msgstr "Servidor de autenticação não disponível"
msgid "Binding deleted"
msgstr "Ligação apagada"
@@ -377,7 +378,7 @@ msgstr "Criar novo Principal"
#: inc/interactive-page.php:38
msgid "Create Principal"
-msgstr "Criar principal"
+msgstr "Criar Principal"
#: inc/interactive-page.php:38
msgid "Create a new principal (i.e. a new user, resource or group)"
@@ -456,27 +457,27 @@ msgstr "Validação da assinatura DKIM falhou (ERRO verificação de assinatura)
msgid "Database Error"
msgstr "Erro de Base de Dados"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Servidor de Base de Dados"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Nome da Base de Dados"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Dono da Base de Dados"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Password da Base de Dados"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Porto da Base de Dados"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Nome de utilizador da Base de Dados"
@@ -488,7 +489,7 @@ msgstr "Erro da Base de Dados"
#: htdocs/setup.php:323
msgid "Database is Connected"
-msgstr ""
+msgstr "A Base de Dados está ligada"
#: inc/ui/principal-edit.php:283
msgid "Date Format Style"
@@ -762,7 +763,7 @@ msgid "Home"
msgstr "Entrada"
msgid "Home "
-msgstr ""
+msgstr "Entrada"
#: inc/interactive-page.php:45
msgid "Home Page"
@@ -927,7 +928,7 @@ msgstr "Colecção não encontrada nessa localização."
#: inc/CalDAVRequest.php:1135
msgid "No resource exists at the destination."
-msgstr ""
+msgstr "Não existe um recurso nesse destino"
#: htdocs/feed.php:126
msgid "No summary"
@@ -1300,7 +1301,7 @@ msgstr "Configurar DAViCal"
#: inc/ui/collection-edit.php:30
msgid "Should the uploaded entries be appended to the collection?"
-msgstr ""
+msgstr "As entradas carregadas devem ser acrescentadas à colecção ?"
#: inc/page-header.php:26
msgid "Show help on"
@@ -1337,7 +1338,7 @@ msgstr "Privilégios específicos"
#, php-format
msgid "Stable: %s, We have: %s !"
-msgstr ""
+msgstr "Estável: %s, Temos: %s !"
#: htdocs/setup.php:377 htdocs/iSchedule.php:31 htdocs/setup.php:379
msgid "Status"
@@ -1427,11 +1428,11 @@ msgstr "O caminho do calendário contém caracteres ilegais."
msgid ""
"The calendar-free-busy-set is superseded by the schedule-calendar-transp "
"property of a calendar collection."
-msgstr ""
+msgstr "A propriedade calendar-free-busy-set é substituída pela propriedade schedule-transp duma colecção de calendário."
#: inc/caldav-REPORT-calquery.php:307 inc/caldav-REPORT-calquery.php:313
msgid "The calendar-query report may not be run against that URL."
-msgstr ""
+msgstr "O relatório calendar-query não pode ser executado nesse URL"
#: inc/caldav-REPORT-calquery.php:304 inc/caldav-REPORT-calquery.php:310
msgid ""
@@ -1589,7 +1590,7 @@ msgstr "Estados Unidos da América (m/d/a)"
#: inc/caldav-PROPPATCH.php:147
msgid "Unsupported resourcetype modification."
-msgstr ""
+msgstr "Modificação de resourcetype não suportada."
msgid "Update"
msgstr "Actualizar"
@@ -1615,13 +1616,14 @@ msgstr "A actualizar permissões de acordo com este principal"
msgid "Upgrade DAViCal database schema"
msgstr "Actualizar o schema da Base de Dados do DAViCal"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Actualizar Base de Dados"
#: inc/ui/collection-edit.php:27
msgid "Upload an iCalendar file or VCard file to replace this collection."
-msgstr ""
+msgstr "Fazer o upload de um ficheiro iCalendar ou vCard para substituir esta colecção."
#: inc/ui/principal-browse.php:8
msgid "User Calendar Principals"
@@ -1821,11 +1823,11 @@ msgstr "deve entrar com o nome de utilizador e password que lhe foram atribuída
#: htdocs/help.php:8
msgid "DAViCal CalDAV Server - Configuration Help"
-msgstr ""
+msgstr "Servidor CalDAV DAViCal - Ajuda de Configuração"
#: htdocs/setup.php:393 htdocs/setup.php:395
msgid "PHP Information"
-msgstr ""
+msgstr "Informação PHP"
#: htdocs/setup.php:396 htdocs/index.php:48 htdocs/setup.php:399
#: htdocs/index.php:47
@@ -1833,35 +1835,35 @@ msgid ""
"The client setup page on the "
"DAViCal website has information on how to configure Evolution, Sunbird, "
"Lightning and Mulberry to use remotely hosted calendars."
-msgstr ""
+msgstr "A página de configuração de clientes no site do DAViCal tem informação sobre como configurar o Evolution, Sunbird, Lightning e Mulberry para usar calendário alojados remotamente."
#: htdocs/setup.php:397 htdocs/index.php:49 htdocs/setup.php:400
#: htdocs/index.php:48
msgid ""
"The administrative interface has no facility for viewing or modifying "
"calendar data."
-msgstr ""
+msgstr "A interface administrativa não tem possibilidades de ver ou modificar dados de calendário."
#: htdocs/setup.php:399 htdocs/index.php:53 htdocs/setup.php:404
#: htdocs/index.php:52
msgid "If you can read this then things must be mostly working already."
-msgstr ""
+msgstr "Se conseguir ler isto as coisas já devem estar a funcionar."
#: htdocs/setup.php:404
msgid ""
"The installation page on"
" the DAViCal website has some further information on how to install and "
"configure this application."
-msgstr ""
+msgstr "A página de instalação no site do DAViCal tem mais algumas informações sobre como instalar e configurar esta aplicação."
#: htdocs/index.php:18
#, php-format
msgid "You are logged on as %s (%s)"
-msgstr ""
+msgstr "Está logado como %s (%s)"
#: htdocs/index.php:20
msgid "Administration Functions"
-msgstr ""
+msgstr "Funções de Administração"
#: htdocs/index.php:21
msgid ""
@@ -2048,3 +2050,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 499d82ce..8f16af1b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Russian (http://www.transifex.com/projects/p/davical/language/ru/)\n"
"MIME-Version: 1.0\n"
@@ -207,7 +207,7 @@ msgstr "Анонимные пользователи имеют доступ то
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Пользователь БД"
@@ -215,7 +215,7 @@ msgstr "Пользователь БД"
msgid "Apply Changes"
msgstr "Применить изменения"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Применить обновления БД"
@@ -457,27 +457,27 @@ msgstr "Ошибка проверки подписи DKIM (SIgnature verificatio
msgid "Database Error"
msgstr "Ошибка базы данных"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Хост БД"
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Имя БД"
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Владелец БД"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Пароль БД"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Порт БД"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Пользователь БД"
@@ -1616,7 +1616,8 @@ msgstr ""
msgid "Upgrade DAViCal database schema"
msgstr "Обновление структуры БД"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Обновить БД"
@@ -2049,3 +2050,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/sk_SK.po b/po/sk_SK.po
index 5669a2de..611f0a2c 100644
--- a/po/sk_SK.po
+++ b/po/sk_SK.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-26 15:50+0000\n"
-"Last-Translator: sevo \n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
+"Last-Translator: Cyril Giraud \n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/davical/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -206,7 +206,7 @@ msgstr "Anonymní užívatelia majú prístup len k verejným kalendárom"
msgid "Append"
msgstr "Pridať"
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr "Užívateľ DB aplikácie"
@@ -214,7 +214,7 @@ msgstr "Užívateľ DB aplikácie"
msgid "Apply Changes"
msgstr "Použiť zmeny"
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr "Použiť DB opravy"
@@ -456,27 +456,27 @@ msgstr "Zlyhalo overenie DKIM podpisu (Signature verification ERROR)"
msgid "Database Error"
msgstr "Databázová chyba"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr "Hostiteľ (host) databázy "
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr "Meno databázy "
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr "Vlastník databázy"
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr "Heslo databázy"
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr "Port databázy"
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr "Užívateľ databázy"
@@ -1615,7 +1615,8 @@ msgstr "Aktualizujú sa poverenia tejto položky."
msgid "Upgrade DAViCal database schema"
msgstr "Aktualizovať databázovú schému DAViCalu"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Aktualizovať databázu"
@@ -2048,3 +2049,35 @@ msgstr "Vysvetlenie
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr "Štatistiky sú nedostupné"
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 9df68362..d56914ef 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: DAViCal\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-22 22:39+0200\n"
-"PO-Revision-Date: 2014-10-22 20:42+0000\n"
+"POT-Creation-Date: 2015-01-04 19:01+0100\n"
+"PO-Revision-Date: 2015-01-04 18:03+0000\n"
"Last-Translator: Cyril Giraud \n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/davical/language/sv/)\n"
"MIME-Version: 1.0\n"
@@ -205,7 +205,7 @@ msgstr "Anonyma användare har bara åtkomst till publika kalendrar"
msgid "Append"
msgstr ""
-#: htdocs/upgrade.php:45
+#: htdocs/upgrade.php:45 htdocs/upgrade.php:49
msgid "Application DB User"
msgstr ""
@@ -213,7 +213,7 @@ msgstr ""
msgid "Apply Changes"
msgstr ""
-#: htdocs/upgrade.php:46
+#: htdocs/upgrade.php:46 htdocs/upgrade.php:50
msgid "Apply DB Patches"
msgstr ""
@@ -455,27 +455,27 @@ msgstr ""
msgid "Database Error"
msgstr "Databasfel"
-#: htdocs/upgrade.php:43
+#: htdocs/upgrade.php:43 htdocs/upgrade.php:47
msgid "Database Host"
msgstr ""
-#: htdocs/upgrade.php:39
+#: htdocs/upgrade.php:39 htdocs/upgrade.php:43
msgid "Database Name"
msgstr ""
-#: htdocs/upgrade.php:47
+#: htdocs/upgrade.php:47 htdocs/upgrade.php:51
msgid "Database Owner"
msgstr ""
-#: htdocs/upgrade.php:41
+#: htdocs/upgrade.php:41 htdocs/upgrade.php:45
msgid "Database Password"
msgstr ""
-#: htdocs/upgrade.php:42
+#: htdocs/upgrade.php:42 htdocs/upgrade.php:46
msgid "Database Port"
msgstr ""
-#: htdocs/upgrade.php:40
+#: htdocs/upgrade.php:40 htdocs/upgrade.php:44
msgid "Database Username"
msgstr ""
@@ -1614,7 +1614,8 @@ msgstr "Uppdaterar rättigheter givna av detta konto"
msgid "Upgrade DAViCal database schema"
msgstr "Uppgradera DAViCals databasschema"
-#: htdocs/upgrade.php:29 inc/interactive-page.php:35
+#: htdocs/upgrade.php:29 inc/interactive-page.php:35 htdocs/upgrade.php:9
+#: htdocs/upgrade.php:33
msgid "Upgrade Database"
msgstr "Uppgradera databas"
@@ -2047,3 +2048,35 @@ msgstr ""
#: htdocs/setup.php:388 htdocs/setup.php:392
msgid "Statistics unavailable"
msgstr ""
+
+#: htdocs/upgrade.php:10
+msgid ""
+"Currently this page does nothing. Suggestions or patches to make it do "
+"something useful will be gratefully received."
+msgstr ""
+
+#: htdocs/upgrade.php:12
+msgid "Upgrading DAViCal Versions"
+msgstr ""
+
+#: htdocs/upgrade.php:13
+msgid ""
+"The update-"
+"davical-database should be run manually after upgrading the software to "
+"a new version of DAViCal."
+msgstr ""
+
+#: htdocs/upgrade.php:14
+msgid ""
+"In due course this program will implement the functionality which is "
+"currently contained in that script, but until then I'm afraid you do need to"
+" run it."
+msgstr ""
+
+#: htdocs/upgrade.php:53
+msgid "Connection Parameters"
+msgstr ""
+
+#: htdocs/upgrade.php:54
+msgid "Operation Parameters"
+msgstr ""