From f5ce29e09c4a9b33cbdbedeb479db9d2be5e1b5b Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 18 Nov 2008 18:31:51 +1300 Subject: [PATCH] Release 0.9.6.2 --- VERSION | 2 +- debian/changelog | 14 ++ docs/api/awl/caldav/CalDAVClient.html | 2 +- docs/api/awl/caldav/RRule.html | 8 +- docs/api/awl/caldav/_inc---RRule.php.html | 2 +- .../awl/caldav/_inc---caldav-client.php.html | 2 +- docs/api/awl/caldav/iCalDate.html | 52 ++--- docs/api/classtrees_awl.html | 2 +- docs/api/classtrees_davical.html | 2 +- .../davical/Admin/_htdocs---users.php.html | 2 +- .../HTTPAuthSession/HTTPAuthSession.html | 20 +- .../_inc---HTTPAuthSession.php.html | 2 +- .../davical/Principal/CalDAVPrincipal.html | 28 +-- .../Principal/_inc---CalDAVPrincipal.php.html | 2 +- docs/api/davical/RRuleTest.html | 2 +- .../davical/RSCDSSession/RSCDSSession.html | 12 +- docs/api/davical/RSCDSSession/Tools.html | 2 +- .../RSCDSSession/_htdocs---tools.php.html | 2 +- .../RSCDSSession/_inc---RSCDSSession.php.html | 10 +- docs/api/davical/RSCDSUser/RSCDSUser.html | 89 ++++++-- .../RSCDSUser/_inc---RSCDSUser.php.html | 10 +- docs/api/davical/Request/CalDAVRequest.html | 58 ++--- .../Request/_inc---CalDAVRequest.php.html | 8 +- .../api/davical/_htdocs---collection.php.html | 18 +- docs/api/davical/_htdocs---freebusy.php.html | 10 +- docs/api/davical/_htdocs---help.php.html | 12 +- docs/api/davical/_htdocs---index.php.html | 14 +- .../_htdocs---relationship_types.php.html | 18 +- docs/api/davical/_htdocs---roles.php.html | 14 +- docs/api/davical/_htdocs---usr.php.html | 2 +- docs/api/davical/_inc---always.php.html | 24 +-- docs/api/davical/_inc---caldav-LOCK.php.html | 2 +- .../_inc---caldav-REPORT-calquery.php.html | 8 +- .../_inc---caldav-REPORT-freebusy.php.html | 6 +- .../_inc---caldav-REPORT-multiget.php.html | 2 +- .../_inc---caldav-REPORT-principal.php.html | 3 +- docs/api/davical/_inc---check_UTF8.php.html | 8 +- ...c---davical_configuration_missing.php.html | 6 +- docs/api/davical/_inc---freebusy-GET.php.html | 6 +- .../davical/_inc---interactive-page.php.html | 4 +- .../_inc---other_translated_strings.php.html | 2 +- docs/api/davical/_inc---page-footer.php.html | 2 +- docs/api/davical/_inc---page-header.php.html | 6 +- docs/api/davical/_inc---test-RRULE.php.html | 2 +- .../_inc---auth-functions.php.html | 2 +- .../davical/caldav/_htdocs---caldav.php.html | 36 ++-- .../davical/caldav/_htdocs---public.php.html | 18 +- .../caldav/_inc---caldav-DELETE.php.html | 2 +- .../davical/caldav/_inc---caldav-GET.php.html | 13 +- .../caldav/_inc---caldav-MKCALENDAR.php.html | 37 +++- .../caldav/_inc---caldav-OPTIONS.php.html | 2 +- .../caldav/_inc---caldav-POST.php.html | 10 +- .../caldav/_inc---caldav-PROPPATCH.php.html | 2 +- .../_inc---caldav-PUT-functions.php.html | 37 ++-- .../davical/caldav/_inc---caldav-PUT.php.html | 4 +- .../caldav/_inc---caldav-REPORT.php.html | 20 +- .../davical/ldap/_inc---drivers_ldap.php.html | 12 +- .../ldap/_inc---drivers_squid_pam.php.html | 6 +- docs/api/davical/ldap/ldapDrivers.html | 10 +- docs/api/davical/ldap/squidPamDrivers.html | 6 +- .../propfind/_inc---caldav-PROPFIND.php.html | 65 +++--- docs/api/elementindex.html | 39 ++-- docs/api/elementindex_davical.html | 7 + docs/api/errors.html | 36 +++- docs/api/index.html | 2 +- docs/api/todolist.html | 2 +- inc/always.php | 2 +- po/de.po | 23 +- po/es.po | 21 +- po/fr.po | 200 +++++++----------- po/hu.po | 22 +- po/ja.po | 23 +- po/messages.pot | 19 +- po/nl.po | 22 +- po/pl.po | 22 +- po/ru.po | 20 +- 76 files changed, 735 insertions(+), 509 deletions(-) diff --git a/VERSION b/VERSION index c6989407..1cfa3d76 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.6.1 +0.9.6.2 diff --git a/debian/changelog b/debian/changelog index 417b6bec..e6b699cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +davical (0.9.6.2) unstable; urgency=low + + * Fix creation of database when template1 has pl/pgsql installed. + * Improvements to regression testing. + * Switch to use iCalComponent object rather than iCalendar, in many cases. + * Calculate DTEND when it is not set according to RFC2445. + * Much improved XML namespace handling. + * Configuration setting to control whether I should see appointments where I + am organizer/attendee, even if they are PRIVATE and not in my own calendar. + * Updated French translation (closes: #505861) + * Add facility to delete collections through the management interface. + + -- Andrew McMillan Tue, 18 Nov 2008 18:22:33 +1300 + davical (0.9.6.1) unstable; urgency=low * Fix LOCK timeout handling. diff --git a/docs/api/awl/caldav/CalDAVClient.html b/docs/api/awl/caldav/CalDAVClient.html index 0b2e165b..23fcaaf1 100644 --- a/docs/api/awl/caldav/CalDAVClient.html +++ b/docs/api/awl/caldav/CalDAVClient.html @@ -950,7 +950,7 @@

- Documentation generated on Sat, 01 Nov 2008 23:07:40 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:53 +1300 by phpDocumentor 1.3.2

\ No newline at end of file diff --git a/docs/api/awl/caldav/RRule.html b/docs/api/awl/caldav/RRule.html index 113b74f3..ab885218 100644 --- a/docs/api/awl/caldav/RRule.html +++ b/docs/api/awl/caldav/RRule.html @@ -82,7 +82,7 @@
-
+
@@ -112,7 +112,7 @@
-
+
@@ -135,7 +135,7 @@
-
+
@@ -170,7 +170,7 @@

- Documentation generated on Sat, 01 Nov 2008 23:07:45 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

\ No newline at end of file diff --git a/docs/api/awl/caldav/_inc---RRule.php.html b/docs/api/awl/caldav/_inc---RRule.php.html index b8f918e4..c096968f 100644 --- a/docs/api/awl/caldav/_inc---RRule.php.html +++ b/docs/api/awl/caldav/_inc---RRule.php.html @@ -74,7 +74,7 @@

- Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

\ No newline at end of file diff --git a/docs/api/awl/caldav/_inc---caldav-client.php.html b/docs/api/awl/caldav/_inc---caldav-client.php.html index 02218bc9..dea26bfe 100644 --- a/docs/api/awl/caldav/_inc---caldav-client.php.html +++ b/docs/api/awl/caldav/_inc---caldav-client.php.html @@ -136,7 +136,7 @@

- Documentation generated on Sat, 01 Nov 2008 23:07:40 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:53 +1300 by phpDocumentor 1.3.2

\ No newline at end of file diff --git a/docs/api/awl/caldav/iCalDate.html b/docs/api/awl/caldav/iCalDate.html index 60ae2418..76b87a6a 100644 --- a/docs/api/awl/caldav/iCalDate.html +++ b/docs/api/awl/caldav/iCalDate.html @@ -213,7 +213,7 @@
-
+
@@ -240,7 +240,7 @@
-
+
@@ -267,7 +267,7 @@
-
+
@@ -294,7 +294,7 @@
-
+
@@ -321,7 +321,7 @@
-
+
@@ -354,7 +354,7 @@
-
+
@@ -384,7 +384,7 @@
-
+
@@ -414,7 +414,7 @@
-
+
@@ -444,7 +444,7 @@
-
+
@@ -474,7 +474,7 @@
-
+
@@ -507,7 +507,7 @@
-
+
@@ -537,7 +537,7 @@
-
+
@@ -567,7 +567,7 @@
-
+
@@ -603,7 +603,7 @@
-
+
@@ -630,7 +630,7 @@
-
+
@@ -657,7 +657,7 @@
-
+
@@ -684,7 +684,7 @@
-
+
@@ -711,7 +711,7 @@
-
+
@@ -738,7 +738,7 @@
-
+
@@ -765,7 +765,7 @@
-
+
@@ -795,7 +795,7 @@
-
+
@@ -817,7 +817,7 @@
-
+
@@ -839,7 +839,7 @@
-
+
@@ -861,7 +861,7 @@
-
+
@@ -883,7 +883,7 @@
-
+
@@ -910,7 +910,7 @@

- Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

\ No newline at end of file diff --git a/docs/api/classtrees_awl.html b/docs/api/classtrees_awl.html index 7c511e8f..676a52fa 100644 --- a/docs/api/classtrees_awl.html +++ b/docs/api/classtrees_awl.html @@ -26,7 +26,7 @@
  • RRule
  • - Documentation generated on Sat, 01 Nov 2008 23:07:40 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:53 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/classtrees_davical.html b/docs/api/classtrees_davical.html index e6577f0e..7bc843e6 100644 --- a/docs/api/classtrees_davical.html +++ b/docs/api/classtrees_davical.html @@ -50,7 +50,7 @@
  • RSCDSUser
  • - Documentation generated on Sat, 01 Nov 2008 23:07:40 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:53 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/Admin/_htdocs---users.php.html b/docs/api/davical/Admin/_htdocs---users.php.html index 8e2fa32f..7855e24d 100644 --- a/docs/api/davical/Admin/_htdocs---users.php.html +++ b/docs/api/davical/Admin/_htdocs---users.php.html @@ -187,7 +187,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:46 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:29:00 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html b/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html index 1be32c25..0ffbd863 100644 --- a/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html +++ b/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html @@ -117,7 +117,7 @@
    -
    +
    @@ -139,7 +139,7 @@
    -
    +
    @@ -170,7 +170,7 @@
    -
    +
    @@ -197,7 +197,7 @@
    -
    +
    @@ -224,7 +224,7 @@
    -
    +
    @@ -246,7 +246,7 @@
    -
    +
    @@ -276,7 +276,7 @@
    -
    +
    @@ -299,7 +299,7 @@
    -
    +
    @@ -321,7 +321,7 @@
    -
    +
    @@ -354,7 +354,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:57 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html b/docs/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html index ee540e0c..18a62913 100644 --- a/docs/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html +++ b/docs/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html @@ -63,7 +63,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:57 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/Principal/CalDAVPrincipal.html b/docs/api/davical/Principal/CalDAVPrincipal.html index 93d4fe66..b70ccc2a 100644 --- a/docs/api/davical/Principal/CalDAVPrincipal.html +++ b/docs/api/davical/Principal/CalDAVPrincipal.html @@ -156,7 +156,7 @@
    -
    +
    @@ -178,7 +178,7 @@
    -
    +
    @@ -200,7 +200,7 @@
    -
    +
    @@ -222,7 +222,7 @@
    -
    +
    @@ -244,7 +244,7 @@
    -
    +
    @@ -266,7 +266,7 @@
    -
    +
    @@ -288,7 +288,7 @@
    -
    +
    @@ -325,7 +325,7 @@
    -
    +
    @@ -355,7 +355,7 @@
    -
    +
    @@ -382,7 +382,7 @@
    -
    +
    @@ -421,7 +421,7 @@
    -
    +
    @@ -451,7 +451,7 @@
    -
    +
    @@ -478,7 +478,7 @@
    -
    +
    @@ -513,7 +513,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/Principal/_inc---CalDAVPrincipal.php.html b/docs/api/davical/Principal/_inc---CalDAVPrincipal.php.html index 8f4668f0..900f2dba 100644 --- a/docs/api/davical/Principal/_inc---CalDAVPrincipal.php.html +++ b/docs/api/davical/Principal/_inc---CalDAVPrincipal.php.html @@ -63,7 +63,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/RRuleTest.html b/docs/api/davical/RRuleTest.html index 88a99bb4..f4303de7 100644 --- a/docs/api/davical/RRuleTest.html +++ b/docs/api/davical/RRuleTest.html @@ -295,7 +295,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:46 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:59 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/RSCDSSession/RSCDSSession.html b/docs/api/davical/RSCDSSession/RSCDSSession.html index 282df5da..d8468567 100644 --- a/docs/api/davical/RSCDSSession/RSCDSSession.html +++ b/docs/api/davical/RSCDSSession/RSCDSSession.html @@ -95,7 +95,7 @@
    -
    +
    @@ -123,7 +123,7 @@
    -
    +
    @@ -150,7 +150,7 @@
    -
    +
    @@ -172,7 +172,7 @@
    -
    +
    @@ -194,7 +194,7 @@
    -
    +
    @@ -230,7 +230,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:45 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/RSCDSSession/Tools.html b/docs/api/davical/RSCDSSession/Tools.html index 1b791d47..1cd87091 100644 --- a/docs/api/davical/RSCDSSession/Tools.html +++ b/docs/api/davical/RSCDSSession/Tools.html @@ -175,7 +175,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:46 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:59 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/RSCDSSession/_htdocs---tools.php.html b/docs/api/davical/RSCDSSession/_htdocs---tools.php.html index 6f00b86c..bc4eff87 100644 --- a/docs/api/davical/RSCDSSession/_htdocs---tools.php.html +++ b/docs/api/davical/RSCDSSession/_htdocs---tools.php.html @@ -187,7 +187,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:46 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:59 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/RSCDSSession/_inc---RSCDSSession.php.html b/docs/api/davical/RSCDSSession/_inc---RSCDSSession.php.html index e7309610..c86d709a 100644 --- a/docs/api/davical/RSCDSSession/_inc---RSCDSSession.php.html +++ b/docs/api/davical/RSCDSSession/_inc---RSCDSSession.php.html @@ -76,7 +76,7 @@
    -
    +
     @@ -92,7 +92,7 @@
    -
    +
     @@ -125,7 +125,7 @@ -
    +
    @@ -160,7 +160,7 @@
    -
    +
    @@ -186,7 +186,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:45 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/RSCDSUser/RSCDSUser.html b/docs/api/davical/RSCDSUser/RSCDSUser.html index a2966d82..fb90ef74 100644 --- a/docs/api/davical/RSCDSUser/RSCDSUser.html +++ b/docs/api/davical/RSCDSUser/RSCDSUser.html @@ -19,7 +19,8 @@
    Description
    @@ -39,13 +40,36 @@ + +
    +
    Variable Summary
    + + +
    Method Summary
    @@ -113,13 +137,50 @@
    + +
    +
    Variables
    + +
    + + +
    + +
    + + + mixed + $delete_collection_confirmation_required + (line 27) + +
    + + + + + + + +
    + +
    +
    Methods
    @@ -129,7 +190,7 @@
    - Constructor RSCDSUser (line 30) + Constructor RSCDSUser (line 32)
    @@ -159,7 +220,7 @@
    - AllowedTo (line 279) + AllowedTo (line 293)
    @@ -189,7 +250,7 @@
    - HandleAction (line 302) + HandleAction (line 321)
    @@ -216,7 +277,7 @@
    - Render (line 38) + Render (line 41)
    @@ -246,7 +307,7 @@
    - RenderCollections (line 232) + RenderCollections (line 238)
    @@ -279,7 +340,7 @@
    - RenderImportIcs (line 82) + RenderImportIcs (line 86)
    @@ -312,7 +373,7 @@
    - RenderRelationshipsFrom (line 104) + RenderRelationshipsFrom (line 108)
    @@ -345,7 +406,7 @@
    - RenderRelationshipsTo (line 154) + RenderRelationshipsTo (line 156)
    @@ -378,7 +439,7 @@
    - Validate (line 269) + Validate (line 283)
    @@ -403,7 +464,7 @@
    - Write (line 332) + Write (line 374)
    @@ -426,7 +487,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:45 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/RSCDSUser/_inc---RSCDSUser.php.html b/docs/api/davical/RSCDSUser/_inc---RSCDSUser.php.html index 3e05c404..826f8ee8 100644 --- a/docs/api/davical/RSCDSUser/_inc---RSCDSUser.php.html +++ b/docs/api/davical/RSCDSUser/_inc---RSCDSUser.php.html @@ -23,8 +23,8 @@

    User maintain / view with DAViCal specific associated tables

    @@ -84,8 +84,8 @@

    User maintain / view with DAViCal specific associated tables

    @@ -127,7 +127,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:45 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/Request/CalDAVRequest.html b/docs/api/davical/Request/CalDAVRequest.html index b80ac2d1..e22dbe47 100644 --- a/docs/api/davical/Request/CalDAVRequest.html +++ b/docs/api/davical/Request/CalDAVRequest.html @@ -243,7 +243,7 @@
    -
    +
    @@ -263,7 +263,7 @@
    -
    +
    @@ -283,7 +283,7 @@
    -
    +
    @@ -304,7 +304,7 @@
    -
    +
    @@ -324,7 +324,7 @@
    -
    +
    @@ -344,7 +344,7 @@
    -
    +
    @@ -364,7 +364,7 @@
    -
    +
    @@ -383,7 +383,7 @@
    -
    +
    @@ -403,7 +403,7 @@
    -
    +
    @@ -423,7 +423,7 @@
    -
    +
    @@ -458,7 +458,7 @@
    -
    +
    @@ -485,7 +485,7 @@
    -
    +
    @@ -513,7 +513,7 @@
    -
    +
    @@ -535,7 +535,7 @@
    -
    +
    @@ -568,7 +568,7 @@
    -
    +
    @@ -593,7 +593,7 @@
    -
    +
    @@ -615,7 +615,7 @@
    -
    +
    @@ -642,7 +642,7 @@
    -
    +
    @@ -672,7 +672,7 @@
    -
    +
    @@ -694,7 +694,7 @@
    -
    +
    @@ -716,7 +716,7 @@
    -
    +
    @@ -746,7 +746,7 @@
    -
    +
    @@ -768,7 +768,7 @@
    -
    +
    @@ -798,7 +798,7 @@
    -
    +
    @@ -823,7 +823,7 @@
    -
    +
    @@ -850,7 +850,7 @@
    -
    +
    @@ -872,7 +872,7 @@
    -
    +
    @@ -899,7 +899,7 @@
    -
    +
    @@ -934,7 +934,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:56 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/Request/_inc---CalDAVRequest.php.html b/docs/api/davical/Request/_inc---CalDAVRequest.php.html index 2fe90554..280e9b61 100644 --- a/docs/api/davical/Request/_inc---CalDAVRequest.php.html +++ b/docs/api/davical/Request/_inc---CalDAVRequest.php.html @@ -75,7 +75,7 @@
    -
    +
     @@ -98,7 +98,7 @@
    -
    +
     @@ -126,7 +126,7 @@
    -
    +
    @@ -146,7 +146,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:56 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_htdocs---collection.php.html b/docs/api/davical/_htdocs---collection.php.html index 6e794a41..67e0d8e2 100644 --- a/docs/api/davical/_htdocs---collection.php.html +++ b/docs/api/davical/_htdocs---collection.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -49,7 +49,7 @@
    -
    +
     @@ -64,7 +64,7 @@
    -
    +
     @@ -79,7 +79,7 @@
    -
    +
     @@ -94,7 +94,7 @@
    -
    +
     @@ -109,7 +109,7 @@
    -
    +
     @@ -124,7 +124,7 @@
    -
    +
     @@ -139,7 +139,7 @@
    -
    +
     @@ -160,7 +160,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:43 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:56 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_htdocs---freebusy.php.html b/docs/api/davical/_htdocs---freebusy.php.html index e6aece1c..fa1c4862 100644 --- a/docs/api/davical/_htdocs---freebusy.php.html +++ b/docs/api/davical/_htdocs---freebusy.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -51,7 +51,7 @@
    -
    +
     @@ -66,7 +66,7 @@
    -
    +
     @@ -81,7 +81,7 @@
    -
    +
     @@ -102,7 +102,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:57 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_htdocs---help.php.html b/docs/api/davical/_htdocs---help.php.html index 87fa6bd7..b6c84b65 100644 --- a/docs/api/davical/_htdocs---help.php.html +++ b/docs/api/davical/_htdocs---help.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -49,7 +49,7 @@
    -
    +
     @@ -64,7 +64,7 @@
    -
    +
     @@ -79,7 +79,7 @@
    -
    +
     @@ -94,7 +94,7 @@
    -
    +
     @@ -115,7 +115,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:57 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_htdocs---index.php.html b/docs/api/davical/_htdocs---index.php.html index cff297d8..ac9c1570 100644 --- a/docs/api/davical/_htdocs---index.php.html +++ b/docs/api/davical/_htdocs---index.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -49,7 +49,7 @@
    -
    +
     @@ -65,7 +65,7 @@
    -
    +
     @@ -80,7 +80,7 @@
    -
    +
     @@ -95,7 +95,7 @@
    -
    +
     @@ -110,7 +110,7 @@
    -
    +
     @@ -131,7 +131,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:57 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_htdocs---relationship_types.php.html b/docs/api/davical/_htdocs---relationship_types.php.html index ebe1dc77..a29f16da 100644 --- a/docs/api/davical/_htdocs---relationship_types.php.html +++ b/docs/api/davical/_htdocs---relationship_types.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -49,7 +49,7 @@
    -
    +
     @@ -64,7 +64,7 @@
    -
    +
     @@ -79,7 +79,7 @@
    -
    +
     @@ -94,7 +94,7 @@
    -
    +
     @@ -109,7 +109,7 @@
    -
    +
     @@ -124,7 +124,7 @@
    -
    +
     @@ -139,7 +139,7 @@
    -
    +
     @@ -160,7 +160,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_htdocs---roles.php.html b/docs/api/davical/_htdocs---roles.php.html index 4440208c..b9432cda 100644 --- a/docs/api/davical/_htdocs---roles.php.html +++ b/docs/api/davical/_htdocs---roles.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -49,7 +49,7 @@
    -
    +
     @@ -64,7 +64,7 @@
    -
    +
     @@ -79,7 +79,7 @@
    -
    +
     @@ -94,7 +94,7 @@
    -
    +
     @@ -109,7 +109,7 @@
    -
    +
     @@ -130,7 +130,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_htdocs---usr.php.html b/docs/api/davical/_htdocs---usr.php.html index ab986def..1f10b531 100644 --- a/docs/api/davical/_htdocs---usr.php.html +++ b/docs/api/davical/_htdocs---usr.php.html @@ -163,7 +163,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:46 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:29:00 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---always.php.html b/docs/api/davical/_inc---always.php.html index 38377c91..680e90d3 100644 --- a/docs/api/davical/_inc---always.php.html +++ b/docs/api/davical/_inc---always.php.html @@ -48,7 +48,7 @@ include_once ("/etc/davical/config.php") - (line 71) + (line 72)
    @@ -63,7 +63,7 @@ include_once ("/etc/rscds/".$_SERVER['SERVER_NAME']."-conf.php") - (line 68) + (line 69)
    @@ -78,7 +78,7 @@ include_once ("../config/config.php") - (line 74) + (line 75)
    @@ -93,7 +93,7 @@ include_once ("davical_configuration_missing.php") - (line 77) + (line 78)
    @@ -108,7 +108,7 @@ include_once ("/etc/davical/".$_SERVER['SERVER_NAME']."-conf.php") - (line 65) + (line 66)
    @@ -124,7 +124,7 @@ include_once ("PgQuery.php") - (line 119) + (line 120)
    @@ -140,7 +140,7 @@ require_once ("AWLUtilities.php") - (line 43) + (line 44)
    @@ -166,7 +166,7 @@
    - ConstructURL (line 236) + ConstructURL (line 237)
    @@ -192,7 +192,7 @@
    - getStatusMessage (line 180) + getStatusMessage (line 181)
    @@ -221,7 +221,7 @@
    - getUserByID (line 159) + getUserByID (line 160)
    @@ -250,7 +250,7 @@
    - getUserByName (line 138) + getUserByName (line 139)
    @@ -278,7 +278,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:40 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:53 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---caldav-LOCK.php.html b/docs/api/davical/_inc---caldav-LOCK.php.html index 6814d4b8..d25cff8e 100644 --- a/docs/api/davical/_inc---caldav-LOCK.php.html +++ b/docs/api/davical/_inc---caldav-LOCK.php.html @@ -56,7 +56,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:41 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:54 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---caldav-REPORT-calquery.php.html b/docs/api/davical/_inc---caldav-REPORT-calquery.php.html index a2ef44ae..e690bcbf 100644 --- a/docs/api/davical/_inc---caldav-REPORT-calquery.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-calquery.php.html @@ -38,7 +38,7 @@
    -
    +
    @@ -73,7 +73,7 @@
    -
    +
    @@ -105,7 +105,7 @@
    -
    +
    @@ -143,7 +143,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---caldav-REPORT-freebusy.php.html b/docs/api/davical/_inc---caldav-REPORT-freebusy.php.html index 4fa6b98f..6a927eb5 100644 --- a/docs/api/davical/_inc---caldav-REPORT-freebusy.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-freebusy.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -50,7 +50,7 @@
    -
    +
     @@ -71,7 +71,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---caldav-REPORT-multiget.php.html b/docs/api/davical/_inc---caldav-REPORT-multiget.php.html index b0307d96..177c2472 100644 --- a/docs/api/davical/_inc---caldav-REPORT-multiget.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-multiget.php.html @@ -31,7 +31,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---caldav-REPORT-principal.php.html b/docs/api/davical/_inc---caldav-REPORT-principal.php.html index bdea507e..2fbe2990 100644 --- a/docs/api/davical/_inc---caldav-REPORT-principal.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-principal.php.html @@ -18,6 +18,7 @@
    +

    Build the array of properties to include in the report output

    @@ -28,7 +29,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---check_UTF8.php.html b/docs/api/davical/_inc---check_UTF8.php.html index c64fa92b..db845693 100644 --- a/docs/api/davical/_inc---check_UTF8.php.html +++ b/docs/api/davical/_inc---check_UTF8.php.html @@ -37,7 +37,7 @@
    -
    +
    @@ -62,7 +62,7 @@
    -
    +
    @@ -89,7 +89,7 @@
    -
    +
    @@ -119,7 +119,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:43 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:56 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---davical_configuration_missing.php.html b/docs/api/davical/_inc---davical_configuration_missing.php.html index ffb7b5d5..e5b67af6 100644 --- a/docs/api/davical/_inc---davical_configuration_missing.php.html +++ b/docs/api/davical/_inc---davical_configuration_missing.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -49,7 +49,7 @@
    -
    +
     @@ -70,7 +70,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:43 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:56 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---freebusy-GET.php.html b/docs/api/davical/_inc---freebusy-GET.php.html index 61ec3923..19f4d769 100644 --- a/docs/api/davical/_inc---freebusy-GET.php.html +++ b/docs/api/davical/_inc---freebusy-GET.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -49,7 +49,7 @@
    -
    +
     @@ -70,7 +70,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:57 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---interactive-page.php.html b/docs/api/davical/_inc---interactive-page.php.html index 985bdfb5..785945d2 100644 --- a/docs/api/davical/_inc---interactive-page.php.html +++ b/docs/api/davical/_inc---interactive-page.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -55,7 +55,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---other_translated_strings.php.html b/docs/api/davical/_inc---other_translated_strings.php.html index ccfb6b19..5a27a229 100644 --- a/docs/api/davical/_inc---other_translated_strings.php.html +++ b/docs/api/davical/_inc---other_translated_strings.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---page-footer.php.html b/docs/api/davical/_inc---page-footer.php.html index 9db54431..85c4b5f3 100644 --- a/docs/api/davical/_inc---page-footer.php.html +++ b/docs/api/davical/_inc---page-footer.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---page-header.php.html b/docs/api/davical/_inc---page-header.php.html index 70078ae5..b7eea5b2 100644 --- a/docs/api/davical/_inc---page-header.php.html +++ b/docs/api/davical/_inc---page-header.php.html @@ -37,7 +37,7 @@
    -
    +
    @@ -62,7 +62,7 @@
    -
    +
    @@ -85,7 +85,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/_inc---test-RRULE.php.html b/docs/api/davical/_inc---test-RRULE.php.html index 4514cb53..cb44ce73 100644 --- a/docs/api/davical/_inc---test-RRULE.php.html +++ b/docs/api/davical/_inc---test-RRULE.php.html @@ -100,7 +100,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:46 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:59 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/authentication/_inc---auth-functions.php.html b/docs/api/davical/authentication/_inc---auth-functions.php.html index c236e87c..a95544d2 100644 --- a/docs/api/davical/authentication/_inc---auth-functions.php.html +++ b/docs/api/davical/authentication/_inc---auth-functions.php.html @@ -208,7 +208,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:40 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:53 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_htdocs---caldav.php.html b/docs/api/davical/caldav/_htdocs---caldav.php.html index ecddb0cb..aec63433 100644 --- a/docs/api/davical/caldav/_htdocs---caldav.php.html +++ b/docs/api/davical/caldav/_htdocs---caldav.php.html @@ -40,7 +40,7 @@
    -
    +
     @@ -55,7 +55,7 @@
    -
    +
     @@ -70,7 +70,7 @@
    -
    +
     @@ -85,7 +85,7 @@
    -
    +
     @@ -100,7 +100,7 @@
    -
    +
     @@ -115,7 +115,7 @@
    -
    +
     @@ -130,7 +130,7 @@
    -
    +
     @@ -145,7 +145,7 @@
    -
    +
     @@ -160,7 +160,7 @@
    -
    +
     @@ -175,7 +175,7 @@
    -
    +
     @@ -190,7 +190,7 @@
    -
    +
     @@ -205,7 +205,7 @@
    -
    +
     @@ -220,7 +220,7 @@
    -
    +
     @@ -235,7 +235,7 @@
    -
    +
     @@ -250,7 +250,7 @@
    -
    +
     @@ -271,7 +271,7 @@
    -
    +
     @@ -286,7 +286,7 @@
    -
    +
     @@ -309,7 +309,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_htdocs---public.php.html b/docs/api/davical/caldav/_htdocs---public.php.html index d4f47129..8e7300a9 100644 --- a/docs/api/davical/caldav/_htdocs---public.php.html +++ b/docs/api/davical/caldav/_htdocs---public.php.html @@ -40,7 +40,7 @@
    -
    +
     @@ -55,7 +55,7 @@
    -
    +
     @@ -70,7 +70,7 @@
    -
    +
     @@ -85,7 +85,7 @@
    -
    +
     @@ -100,7 +100,7 @@
    -
    +
     @@ -115,7 +115,7 @@
    -
    +
     @@ -130,7 +130,7 @@
    -
    +
     @@ -151,7 +151,7 @@
    -
    +
     @@ -173,7 +173,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:44 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:58 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-DELETE.php.html b/docs/api/davical/caldav/_inc---caldav-DELETE.php.html index 61728ef1..35dd11e8 100644 --- a/docs/api/davical/caldav/_inc---caldav-DELETE.php.html +++ b/docs/api/davical/caldav/_inc---caldav-DELETE.php.html @@ -34,7 +34,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:41 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:54 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-GET.php.html b/docs/api/davical/caldav/_inc---caldav-GET.php.html index 6c19992a..e30cf6d0 100644 --- a/docs/api/davical/caldav/_inc---caldav-GET.php.html +++ b/docs/api/davical/caldav/_inc---caldav-GET.php.html @@ -45,14 +45,19 @@
     - include_once + require_once ("iCalendar.php") - (line 50) + (line 13)
    -

    Here we are constructing a whole calendar response for this collection, including the timezones that are referred to by the events we have selected.

    +

    CalDAV Server - handle GET method

    +
    @@ -62,7 +67,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:41 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:54 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-MKCALENDAR.php.html b/docs/api/davical/caldav/_inc---caldav-MKCALENDAR.php.html index 3b9ad51c..bbe83b93 100644 --- a/docs/api/davical/caldav/_inc---caldav-MKCALENDAR.php.html +++ b/docs/api/davical/caldav/_inc---caldav-MKCALENDAR.php.html @@ -15,7 +15,9 @@
    Description
    + Description | + Includes +

    CalDAV Server - handle MKCALENDAR method

    @@ -29,12 +31,43 @@
    + +
    +
    Includes
    + +
    + +
    + +
    +  + + require_once + ("XMLDocument.php") + (line 31) + +
    + + +

    CalDAV Server - handle MKCALENDAR method

    + + +
    +
    +

    - Documentation generated on Sat, 01 Nov 2008 23:07:41 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:54 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html b/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html index 6ff2e24b..7c9406a4 100644 --- a/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html +++ b/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html @@ -34,7 +34,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:41 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:54 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-POST.php.html b/docs/api/davical/caldav/_inc---caldav-POST.php.html index de89a41b..a5828478 100644 --- a/docs/api/davical/caldav/_inc---caldav-POST.php.html +++ b/docs/api/davical/caldav/_inc---caldav-POST.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -57,7 +57,7 @@
    -
    +
     @@ -72,7 +72,7 @@
    -
    +
     @@ -101,7 +101,7 @@
    -
    +
    @@ -129,7 +129,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:41 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:54 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html b/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html index c1dc31bc..cbfda87d 100644 --- a/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html @@ -34,7 +34,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:41 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html b/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html index 6ec6d744..bc23899c 100644 --- a/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -73,11 +73,11 @@
    -
    +
    - controlRequestContainer (line 51) + controlRequestContainer (line 56)
    @@ -108,11 +108,11 @@
    -
    +
    - create_scheduling_requests (line 128) + create_scheduling_requests (line 133)
    @@ -122,23 +122,26 @@ create_scheduling_requests - (iCalendar $ic) + ( $resource, iCalComponent $component)
    • - iCalendar - $ic: The iCalendar object we should create scheduling requests for.
    • + iCalComponent + $component: The VEVENT/VTODO/... resource we are scheduling +
    • + + $resource
    -
    +
    - import_collection (line 153) + import_collection (line 157)
    @@ -169,11 +172,11 @@
    -
    +
    - public_events_only (line 100) + public_events_only (line 105)
    @@ -201,11 +204,11 @@
    -
    +
    - putCalendarResource (line 320) + putCalendarResource (line 337)
    @@ -239,11 +242,11 @@
    -
    +
    - rollback_on_error (line 28) + rollback_on_error (line 33)
    @@ -280,7 +283,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:41 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-PUT.php.html b/docs/api/davical/caldav/_inc---caldav-PUT.php.html index a2a3efed..da40afe7 100644 --- a/docs/api/davical/caldav/_inc---caldav-PUT.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PUT.php.html @@ -40,7 +40,7 @@
    -
    +
     @@ -67,7 +67,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-REPORT.php.html b/docs/api/davical/caldav/_inc---caldav-REPORT.php.html index ad09ae47..2eb0f239 100644 --- a/docs/api/davical/caldav/_inc---caldav-REPORT.php.html +++ b/docs/api/davical/caldav/_inc---caldav-REPORT.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -57,7 +57,7 @@
    -
    +
     @@ -72,14 +72,14 @@
    -
    +
     include ("caldav-REPORT-calquery.php") - (line 183) + (line 189)
    @@ -87,14 +87,14 @@
    -
    +
     include ("caldav-REPORT-multiget.php") - (line 187) + (line 193)
    @@ -102,7 +102,7 @@
    -
    +
     @@ -123,7 +123,7 @@
    -
    +
     @@ -152,7 +152,7 @@
    -
    +
    @@ -187,7 +187,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:42 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/ldap/_inc---drivers_ldap.php.html b/docs/api/davical/ldap/_inc---drivers_ldap.php.html index a6c92d5e..e852f97f 100644 --- a/docs/api/davical/ldap/_inc---drivers_ldap.php.html +++ b/docs/api/davical/ldap/_inc---drivers_ldap.php.html @@ -73,7 +73,7 @@
    -
    +
     @@ -109,7 +109,7 @@
    -
    +
    @@ -130,7 +130,7 @@
    -
    +
    @@ -159,7 +159,7 @@
    -
    +
    @@ -180,7 +180,7 @@
    -
    +
    @@ -218,7 +218,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:43 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:56 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/ldap/_inc---drivers_squid_pam.php.html b/docs/api/davical/ldap/_inc---drivers_squid_pam.php.html index e737b969..ad768325 100644 --- a/docs/api/davical/ldap/_inc---drivers_squid_pam.php.html +++ b/docs/api/davical/ldap/_inc---drivers_squid_pam.php.html @@ -73,7 +73,7 @@
    -
    +
     @@ -109,7 +109,7 @@
    -
    +
    @@ -141,7 +141,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:43 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:57 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/ldap/ldapDrivers.html b/docs/api/davical/ldap/ldapDrivers.html index 1f77c93f..01ab1a9e 100644 --- a/docs/api/davical/ldap/ldapDrivers.html +++ b/docs/api/davical/ldap/ldapDrivers.html @@ -86,7 +86,7 @@
    -
    +
    @@ -113,7 +113,7 @@
    -
    +
    @@ -140,7 +140,7 @@
    -
    +
    @@ -167,7 +167,7 @@
    -
    +
    @@ -208,7 +208,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:43 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:56 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/ldap/squidPamDrivers.html b/docs/api/davical/ldap/squidPamDrivers.html index f711e704..e7846f62 100644 --- a/docs/api/davical/ldap/squidPamDrivers.html +++ b/docs/api/davical/ldap/squidPamDrivers.html @@ -74,7 +74,7 @@
    -
    +
    @@ -101,7 +101,7 @@
    -
    +
    @@ -133,7 +133,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:43 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:57 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/davical/propfind/_inc---caldav-PROPFIND.php.html b/docs/api/davical/propfind/_inc---caldav-PROPFIND.php.html index 2964d4a4..9f32fccf 100644 --- a/docs/api/davical/propfind/_inc---caldav-PROPFIND.php.html +++ b/docs/api/davical/propfind/_inc---caldav-PROPFIND.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -63,7 +63,7 @@
    -
    +
     @@ -92,7 +92,7 @@
    -
    +
    @@ -106,7 +106,7 @@ add_arbitrary_properties - ( &$prop,  &$not_found, object $record, reference $prop, reference $not_found, reference $denied) + ( &$prop, object $record, reference $prop, reference $denied)
      @@ -115,9 +115,6 @@ $prop: An XMLElement of the partly constructed response
    • reference - $not_found: An XMLElement of properties which are not found
    • -
    • - reference $denied: An XMLElement of properties to which access is denied
    • object @@ -125,19 +122,16 @@
    • &$prop
    • -
    • - - &$not_found
    -
    +
    - add_general_properties (line 232) + add_general_properties (line 222)
    @@ -147,7 +141,7 @@ add_general_properties - ( &$prop,  &$not_found,  &$denied,  $record) + ( &$prop,  &$denied,  $record)
      @@ -156,9 +150,6 @@ &$prop
    • - &$not_found
    • -
    • - &$denied
    • @@ -168,11 +159,11 @@
    -
    +
    - add_principal_properties (line 184) + add_principal_properties (line 174)
    @@ -182,7 +173,7 @@ add_principal_properties - ( &$prop,  &$not_found,  &$denied) + ( &$prop,  &$denied)
      @@ -191,20 +182,17 @@ &$prop
    • - &$not_found
    • -
    • - &$denied
    -
    +
    - build_propstat_response (line 297) + build_propstat_response (line 287)
    @@ -214,7 +202,7 @@ build_propstat_response - ( $prop,  $not_found,  $denied,  $url) + ( $prop,  $denied,  $url)
      @@ -223,9 +211,6 @@ $prop
    • - $not_found
    • -
    • - $denied
    • @@ -235,11 +220,11 @@
    -
    +
    - collection_to_xml (line 322) + collection_to_xml (line 336)
    @@ -261,11 +246,11 @@
    -
    +
    - get_collection (line 566) + get_collection (line 575)
    @@ -294,11 +279,11 @@
    -
    +
    - get_collection_contents (line 491) + get_collection_contents (line 500)
    @@ -326,11 +311,11 @@
    -
    +
    - get_item (line 622) + get_item (line 631)
    @@ -352,11 +337,11 @@
    -
    +
    - item_to_xml (line 439) + item_to_xml (line 449)
    @@ -378,7 +363,7 @@
    -
    +
    @@ -410,7 +395,7 @@

    - Documentation generated on Sat, 01 Nov 2008 23:07:41 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:28:55 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/elementindex.html b/docs/api/elementindex.html index 4020c08b..59f4c542 100644 --- a/docs/api/elementindex.html +++ b/docs/api/elementindex.html @@ -571,6 +571,13 @@
    +
    + Variable + $delete_collection_confirmation_required +
    +
    + +
    Variable $depth @@ -1388,6 +1395,14 @@ Method Render
    +
    +
    iCalDate::Render() in RRule.php
    +
    Set the day of week used for calculation of week starts
    +
    +
    + Method + Render +
    RSCDSUser::Render() in RSCDSUser.php
    Render the form / viewer as HTML to show the user
    @@ -1401,14 +1416,6 @@
    Method - Render -
    -
    -
    iCalDate::Render() in RRule.php
    -
    Set the day of week used for calculation of week starts
    -
    -
    - Method RenderAsXML
    @@ -1485,14 +1492,6 @@
    rollback_on_error() in caldav-PUT-functions.php
    This function launches an error
    -
    - Class - RRule -
    -
    -
    RRule in RRule.php
    -
    A Class for handling Events on a calendar which repeat
    -
    Method RRule @@ -1503,6 +1502,14 @@
    Class + RRule +
    +
    +
    RRule in RRule.php
    +
    A Class for handling Events on a calendar which repeat
    +
    +
    + Class RRuleTest
    diff --git a/docs/api/elementindex_davical.html b/docs/api/elementindex_davical.html index c1675470..9a1e5577 100644 --- a/docs/api/elementindex_davical.html +++ b/docs/api/elementindex_davical.html @@ -583,6 +583,13 @@
    CalDAVRequest::DoResponse() in CalDAVRequest.php
    Utility function we call when we have a simple status-based response to return to the client. Possibly
    +
    + Variable + $delete_collection_confirmation_required +
    +
    + +
    diff --git a/docs/api/errors.html b/docs/api/errors.html index af5ab84a..36d5bd8d 100644 --- a/docs/api/errors.html +++ b/docs/api/errors.html @@ -10,7 +10,9 @@ Post-parsing
    auth-functions.php
    +caldav-GET.php
    caldav-LOCK.php
    +caldav-MKCALENDAR.php
    caldav-POST.php
    caldav-PROPFIND.php
    caldav-PUT-functions.php
    @@ -46,12 +48,12 @@

    Post-parsing

    Warnings:


    -Warning - Class RSCDSUser parent User not found
    Warning - Class RSCDSSession parent Session not found
    +Warning - Class RSCDSUser parent User not found

    always.php

    Warnings:


    -Warning on line 42 - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element
    +Warning on line 43 - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element

    auth-functions.php

    Warnings:


    @@ -59,10 +61,24 @@

    Errors:


    Error on line 27 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage authentication"
    Error on line 27 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    + +

    caldav-GET.php

    +

    Warnings:


    +Warning on line 12 - Page-level DocBlock precedes "require_once "iCalendar.php"", use another DocBlock to document the source element
    +

    Errors:


    +Error on line 12 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
    +Error on line 12 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    caldav-LOCK.php

    Warnings:


    Warning on line 136 - File "/home/andrew/projects/davical/inc/caldav-LOCK.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    + +

    caldav-MKCALENDAR.php

    +

    Warnings:


    +Warning on line 30 - Page-level DocBlock precedes "require_once "XMLDocument.php"", use another DocBlock to document the source element
    +

    Errors:


    +Error on line 30 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
    +Error on line 30 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    caldav-POST.php

    Warnings:


    @@ -72,8 +88,8 @@

    Warnings:


    Warning on line 16 - Page-level DocBlock precedes "require_once "iCalendar.php"", use another DocBlock to document the source element

    Errors:


    -Error on line 16 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    Error on line 16 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage propfind"
    +Error on line 16 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    caldav-PUT-functions.php

    Warnings:


    @@ -100,7 +116,7 @@

    caldav-REPORT-principal.php

    Warnings:


    -Warning on line 52 - File "/home/andrew/projects/davical/inc/caldav-REPORT-principal.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +Warning on line 33 - no @package tag was used in a DocBlock for file /home/andrew/projects/davical/inc/caldav-REPORT-principal.php

    caldav-REPORT.php

    Warnings:


    @@ -113,8 +129,8 @@

    Warnings:


    Warning on line 10 - Page-level DocBlock precedes "require_once "../inc/always.php"", use another DocBlock to document the source element

    Errors:


    -Error on line 10 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
    Error on line 10 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    +Error on line 10 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"

    CalDAVRequest.php

    Warnings:


    @@ -187,12 +203,12 @@

    Warnings:


    Warning on line 10 - Page-level DocBlock precedes "require_once "../inc/always.php"", use another DocBlock to document the source element

    Errors:


    -Error on line 10 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
    Error on line 10 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    +Error on line 10 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"

    relationship_types.php

    Warnings:


    -Warning on line 108 - File "/home/andrew/projects/davical/htdocs/relationship_types.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +Warning on line 107 - File "/home/andrew/projects/davical/htdocs/relationship_types.php" has no page-level DocBlock, use @package in the first DocBlock to create one

    roles.php

    Warnings:


    @@ -212,8 +228,8 @@

    tools.php

    Warnings:


    -Warning on line 11 - Page-level DocBlock precedes "require_once "../inc/always.php"", use another DocBlock to document the source element
    Warning on line 11 - package davical is already in category Technical, will now replace with category Documentation
    +Warning on line 11 - Page-level DocBlock precedes "require_once "../inc/always.php"", use another DocBlock to document the source element
    Warning on line 35 - no @package tag was used in a DocBlock for class Tools

    Errors:


    Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    @@ -228,9 +244,9 @@

    usr.php

    Warnings:


    -Warning on line 94 - File "/home/andrew/projects/davical/htdocs/usr.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +Warning on line 93 - File "/home/andrew/projects/davical/htdocs/usr.php" has no page-level DocBlock, use @package in the first DocBlock to create one

    - Documentation generated on Sat, 01 Nov 2008 23:07:46 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:29:00 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/docs/api/index.html b/docs/api/index.html index afe3595a..73830efe 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -4,7 +4,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> - + DAViCal diff --git a/docs/api/todolist.html b/docs/api/todolist.html index 7f8a0dc4..c16e1d03 100644 --- a/docs/api/todolist.html +++ b/docs/api/todolist.html @@ -23,7 +23,7 @@
  • Make this a defined constant
  • - Documentation generated on Sat, 01 Nov 2008 23:07:46 +1300 by phpDocumentor 1.3.2 + Documentation generated on Tue, 18 Nov 2008 18:29:00 +1300 by phpDocumentor 1.3.2

    \ No newline at end of file diff --git a/inc/always.php b/inc/always.php index 68aa8b3e..8b3e07b0 100644 --- a/inc/always.php +++ b/inc/always.php @@ -244,7 +244,7 @@ function ConstructURL( $partial_path ) { $url = $c->_url_script_path . $partial_path; $url = preg_replace( '#^(https?://.+)//#', '$1/', $url ); // Ensure we don't double any '/' - $url = preg_replace('#^https?://[^/]+#', '', $url ); + $url = preg_replace('#^https?://[^/]+#', '', $url ); // Remove any protocol + hostname portion return $url; } diff --git a/po/de.po b/po/de.po index 77aa0777..d398638a 100644 --- a/po/de.po +++ b/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: RSCDS 0.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-19 00:23+1200\n" +"POT-Creation-Date: 2008-11-18 18:29+1300\n" "PO-Revision-Date: 2006-11-06 17:24+1300\n" "Last-Translator: Cristina Radalescu \n" "MIME-Version: 1.0\n" @@ -115,6 +115,10 @@ msgstr "Kalenderquelle nicht gefunden." msgid "Calendar Users" msgstr "Kalender Benutzer" +#, fuzzy +msgid "Calendar" +msgstr "Kalender Benutzer" + msgid "Can read from" msgstr "Lesemöglichkeit bei" @@ -142,6 +146,14 @@ msgstr "Sammlungsinhalt" msgid "Collection Path" msgstr "Sammlungpfad" +#, fuzzy +msgid "Collection deleted" +msgstr "Sammlungpfad" + +#, fuzzy +msgid "Confirm Deletion of the Collection" +msgstr "Bestätige Löschung des Verhältnistyps" + msgid "Confirm Deletion of the Relationship Type" msgstr "Bestätige Löschung des Verhältnistyps" @@ -243,6 +255,9 @@ msgstr "Fertig" msgid "For access to the" msgstr "Für Zugriff auf" +msgid "Forbidden" +msgstr "" + #, fuzzy msgid "FreeBusy" msgstr "Beschäftigt" @@ -290,7 +305,8 @@ msgstr "Wenn du dein Passwort vergessen hast, dann" msgid "If you would like to request access, please e-mail" msgstr "Wenn Sie gern Zugriff anfordern wollen, bitte e-mailen" -msgid "Import ICS file" +#, fuzzy +msgid "Import ICS file to new collection" msgstr "Importiere ICS-Datei" msgid "Import all .ics files of a directory" @@ -371,6 +387,9 @@ msgstr "Neues Passwort" msgid "Please Confirm Deletion" msgstr "Bitte bestätigen sie das Löschen" +msgid "Please confirm deletion of collection - see below" +msgstr "" + msgid "Please note the time and advise the administrator of your system." msgstr "Bitte notieren Sie sich die Zeit und benachrichtigen Sie Ihren Systemadministrator" diff --git a/po/es.po b/po/es.po index ac3d565c..58de3efe 100644 --- a/po/es.po +++ b/po/es.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: RSCDS 0.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-19 00:23+1200\n" +"POT-Creation-Date: 2008-11-18 18:29+1300\n" "PO-Revision-Date: 2006-11-06 17:12+1300\n" "Last-Translator: Lorena Paoletti \n" "Language-Team: LANGUAGE \n" @@ -111,6 +111,10 @@ msgstr "" msgid "Calendar Users" msgstr "Calendario de los Usuario" +#, fuzzy +msgid "Calendar" +msgstr "Calendario de los Usuario" + msgid "Can read from" msgstr "" @@ -138,6 +142,13 @@ msgstr "" msgid "Collection Path" msgstr "" +#, fuzzy +msgid "Collection deleted" +msgstr "Relación eliminada" + +msgid "Confirm Deletion of the Collection" +msgstr "" + msgid "Confirm Deletion of the Relationship Type" msgstr "" @@ -239,6 +250,9 @@ msgstr "" msgid "For access to the" msgstr "Para acceder a" +msgid "Forbidden" +msgstr "" + msgid "FreeBusy" msgstr "" @@ -284,7 +298,7 @@ msgstr "" msgid "If you would like to request access, please e-mail" msgstr "Si desea obtener acceso por favor envíe un correo electrónico a" -msgid "Import ICS file" +msgid "Import ICS file to new collection" msgstr "" msgid "Import all .ics files of a directory" @@ -363,6 +377,9 @@ msgstr "Constraseña" msgid "Please Confirm Deletion" msgstr "" +msgid "Please confirm deletion of collection - see below" +msgstr "" + msgid "Please note the time and advise the administrator of your system." msgstr "Por favor, tome nota de la fecha y hora y contacte a su administrador de sistemas." diff --git a/po/fr.po b/po/fr.po index 45080feb..73e12e0c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: davical_0.9.6.1_fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-19 14:05+1300\n" +"POT-Creation-Date: 2008-11-18 18:29+1300\n" "PO-Revision-Date: 2008-11-11 09:09+0100\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" @@ -42,30 +42,24 @@ msgstr "--- choisissez un utilisateur ou une ressource ---" msgid "--- select a user, group or resource ---" msgstr "--- choisissez un utilisateur, un groupe ou une ressource ---" -msgid "" -"WARNING: all events in this path will be deleted before inserting all of " -"the ics file" +msgid "WARNING: all events in this path will be deleted before inserting all of the ics file" msgstr "" -"Attention : tous les événements de ce chemin seront supprimés avant " -"l'insertion de tous ceux du fichier ics" +"Attention : tous les événements de ce chemin seront supprimés avant l'insertion de tous ceux du " +"fichier ics" -msgid "" -"WARNING: all events in this path will be deleted before inserting allof " -"the ics file" +msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" msgstr "" -"Attention : tous les événements de ce chemin seront supprimés avant " -"l'insertion de tous ceux du fichier ics" +"Attention : tous les événements de ce chemin seront supprimés avant l'insertion de tous ceux du " +"fichier ics" #, c-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.

    " +"

    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 "" -"

    Veuillez vous identifier

    Pour accéder à %s vous devez vous " -"connecter avec l'identifiant et le mot de passe qui vous ont été attribués.

    Si vous souhaitez obtenir un accès, veuillez envoyer un courriel à %s." +"

    Veuillez vous identifier

    Pour accéder à %s vous devez vous connecter avec l'identifiant et " +"le mot de passe qui vous ont été attribués.

    Si vous souhaitez obtenir un accès, veuillez envoyer " +"un courriel à %s.

    " msgid "A collection already exists at that location." msgstr "Une collection existe déjà à cet emplacement." @@ -96,9 +90,7 @@ msgstr "Administrateurs" #, c-format msgid "All events of user %s were deleted and replaced by those from the file." -msgstr "" -"Tous les événements de l'utilisateur %s seront supprimés et remplacés par " -"ceux du fichier" +msgstr "Tous les événements de l'utilisateur %s seront supprimés et remplacés par ceux du fichier" msgid "All requested changes were made." msgstr "Toutes les modifications demandées ont eu lieu" @@ -107,8 +99,7 @@ msgid "All" msgstr "Tous" msgid "Anonymous users are not allowed to modify calendars" -msgstr "" -"Les utilisateurs anonymes ne sont pas autorisés à modifier les calendriers" +msgstr "Les utilisateurs anonymes ne sont pas autorisés à modifier les calendriers" msgid "Browse all relationship types" msgstr "Affiche tous les types de relations" @@ -125,6 +116,10 @@ msgstr "Ressource calendrier introuvable." msgid "Calendar Users" msgstr "Utilisateurs du planning" +#, fuzzy +msgid "Calendar" +msgstr "Utilisateurs du planning" + msgid "Can read from" msgstr "Peut lire depuis" @@ -149,6 +144,14 @@ msgstr "Contenu de la collection" msgid "Collection Path" msgstr "Chemin de la collection" +#, fuzzy +msgid "Collection deleted" +msgstr "Chemin de la collection" + +#, fuzzy +msgid "Confirm Deletion of the Collection" +msgstr "Confirmez la suppression de ce type de relation" + msgid "Confirm Deletion of the Relationship Type" msgstr "Confirmez la suppression de ce type de relation" @@ -203,8 +206,8 @@ msgstr "ERREUR : %s" msgid "ERROR: There was a database error writing the roles information!" msgstr "" -"ERREUR: Il y a eu une erreur dans la base de données lors de l'écriture des " -"informations pour les rôles !" +"ERREUR: Il y a eu une erreur dans la base de données lors de l'écriture des informations pour les " +"rôles !" #, c-format msgid "Edit %s" @@ -213,20 +216,16 @@ msgstr "Modifier %s" msgid "Edit this user record" msgstr "Modifier l'enregistrement de cet utilisateur" -msgid "" -"Enter a username, if you know it, and click here, to be e-mailed a temporary " -"password." +msgid "Enter a username, if you know it, and click here, to be e-mailed a temporary password." msgstr "" -"Indiquez un nom d'utilisateur, si vous le connaissez, et cliquez ici, pour " -"recevoir un mot de passe temporaire." +"Indiquez un nom d'utilisateur, si vous le connaissez, et cliquez ici, pour recevoir un mot de passe " +"temporaire." msgid "Enter the name for this resource type" msgstr "Indiquez un nom pour ce type de ressource" msgid "Enter your username and password then click here to log in." -msgstr "" -"Indiquez votre nom d'utilisateur et votre mot de passe puis cliquez ici pour " -"vous connecter" +msgstr "Indiquez votre nom d'utilisateur et votre mot de passe puis cliquez ici pour vous connecter" #, c-format msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" @@ -244,16 +243,12 @@ msgstr "Européen (jj/mm/aa)" # ############ # Sorry I shall see it on the screen to understand the context of the question msgid "Existing resource does not match 'If-Match' header - not accepted." -msgstr "" -"La ressource existante ne correspond pas à l'entête (HTTP) 'If-Match' - pas " -"accepté." +msgstr "La ressource existante ne correspond pas à l'entête (HTTP) 'If-Match' - pas accepté." # ############ # Sorry I shall see it on the screen to understand the context of the question msgid "Existing resource matches 'If-None-Match' header - not accepted." -msgstr "" -"La ressource existante correpond à l'entête (HTTP) 'if-None-Match' - pas " -"accepté." +msgstr "La ressource existante correpond à l'entête (HTTP) 'if-None-Match' - pas accepté." msgid "Finish" msgstr "Fin" @@ -264,6 +259,9 @@ msgstr "Fin" msgid "For access to the" msgstr "Pour accéder à" +msgid "Forbidden" +msgstr "" + msgid "FreeBusy" msgstr "LibreOccupé" @@ -310,7 +308,8 @@ msgstr "Si vous avez oublié votre mot de passe alors" msgid "If you would like to request access, please e-mail" msgstr "Si vous souhaitez avoir accès, veuillez envoyer un courriel" -msgid "Import ICS file" +#, fuzzy +msgid "Import ICS file to new collection" msgstr "Importer un fichier ics" msgid "Import all .ics files of a directory" @@ -327,8 +326,7 @@ msgstr "Est-ce un calendrier ?" # For programmatic reasons at this point the abbreviation cannot be translated :-( msgid "Is this access read ('R') or Read and Write ('RW')?" -msgstr "" -"Cet accès est-il en lecture seule ('R') ou en lecture et écriture ('RW') ?" +msgstr "Cet accès est-il en lecture seule ('R') ou en lecture et écriture ('RW') ?" # # or, in less "IT slang": # IT slang should be fine, since this is the administrative pages @@ -399,10 +397,11 @@ msgstr "Mot de passe" msgid "Please Confirm Deletion" msgstr "Veuillez confirmer la suppression" -msgid "Please note the time and advise the administrator of your system." +msgid "Please confirm deletion of collection - see below" msgstr "" -"Veuillez noter l'heure et informer l'administrateur de votre système " -"informatique." + +msgid "Please note the time and advise the administrator of your system." +msgstr "Veuillez noter l'heure et informer l'administrateur de votre système informatique." msgid "Property is read-only" msgstr "Cette propriété ne peut être" @@ -425,8 +424,7 @@ msgstr "Lecture" msgid "ReadWrite" msgstr "Lecture Ecriture" -msgid "" -"Relationship " +msgid "Relationship " msgstr "Relation de travail" msgid "Relationship Type Added." @@ -472,9 +470,7 @@ msgstr "Signaler une erreur du logiciel" # which is the (hopefully short) menu option. # #################################################### # Speaking about "logiciel" (i.e. "software") would surely provide the best understanding -msgid "" -"Resource " +msgid "Resource " msgstr "Ressource" msgid "Resource changed on server - not changed." @@ -483,8 +479,7 @@ msgstr "Ressource modifiée sur le serveur - non modifiée." # ############ # Sorry I shall see it on the screen to understand the context of the question msgid "Resource does not match 'If-Match' header - not deleted" -msgstr "" -"Ressource ne correspond pas à l'entête (HTTP) 'If-Match' - non supprimé" +msgstr "Ressource ne correspond pas à l'entête (HTTP) 'If-Match' - non supprimé" msgid "Resource has changed on server - not deleted" msgstr "La ressource a été modifiée sur le serveur - non supprimée" @@ -495,8 +490,7 @@ msgid "Resource" msgstr "Ressource" msgid "Resources may not be changed to / from collections." -msgstr "" -"Les ressources ne devraient pas être modifiées en/à partir de collections." +msgstr "Les ressources ne devraient pas être modifiées en/à partir de collections." # 'pattern' translate to "motif", but "motif" usage is mainly for graphical drawings, very rare for textual patterns # ########## This is definitely referring to a textual pattern @@ -507,16 +501,10 @@ msgid "Select the type of relationship from this user" msgstr "Veuillez choisir le type de relations de cet utilisateur" msgid "Select the user, resource or group to relate this user to" -msgstr "" -"Veuillez choisir l'utilisateur, la ressource ou le groupe à relier à cet " -"utilisateur" +msgstr "Veuillez choisir l'utilisateur, la ressource ou le groupe à relier à cet utilisateur" -msgid "" -"Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/" -"me/home/" -msgstr "" -"Veuillez indiquer le chemin où stocker votre ics ex : 'home' pour avoir /" -"caldav.php/moi/home/" +msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/" +msgstr "Veuillez indiquer le chemin où stocker votre ics ex : 'home' pour avoir /caldav.php/moi/home/" msgid "Setup RSCDS" msgstr "Configurer RSCDS" @@ -562,24 +550,17 @@ msgstr "le chemin vers le calendrier contient des caractères interdits." # ############ # Sorry I shall see it on the screen to understand the context of the question msgid "The displayname may only be set on collections or principals." -msgstr "" -"Le nom d'affichage ne peut être défini que sur des collections ou des " -"titulaires." +msgstr "Le nom d'affichage ne peut être défini que sur des collections ou des titulaires." #, c-format -msgid "" -"The file %s is not UTF-8 encoded, please check the error for more details." -msgstr "" -"Le fichier %s n'est pas encodé en UTF-8, veuillez vérifier les erreurs pour " -"plus d'information." +msgid "The file %s is not UTF-8 encoded, please check the error for more details." +msgstr "Le fichier %s n'est pas encodé en UTF-8, veuillez vérifier les erreurs pour plus d'information." # or ##TypeDeRelationsUtilisées## ? # We are trying to provide a full description of what a 'username' is. Feel free to # be verbose :-) msgid "The name this user can log into the system with." -msgstr "" -"Le nom ou pseudonyme que cet utilisateur emploiera pour se connecter à " -"l'application." +msgstr "Le nom ou pseudonyme que cet utilisateur emploiera pour se connecter à l'application." msgid "The path on the server where your .ics files are." msgstr "Le chemin sur le serveur où sont stockés tous les fichiers .ics." @@ -714,9 +695,7 @@ msgstr "votre calendrier .ics" #, c-format msgid "all events of user %s were deleted and replaced by those from file %s" -msgstr "" -"tous les événements de l'utilisateur %s ont été supprimés et remplacés par " -"ceux du fichier %s." +msgstr "tous les événements de l'utilisateur %s ont été supprimés et remplacés par ceux du fichier %s." #, c-format msgid "directory %s is not readable" @@ -726,46 +705,34 @@ msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed" msgstr "drivers_ldap : impossible de démarrer TLS : ldap_start_tlf() a échoué." #, c-format -msgid "" -"drivers_ldap : Failed to bind to host %1$s on port %2$s with bindDN of %3$s" -msgstr "" -"drivers_ldap : impossible de se connecter à l'hôte %1$s sur le port %2$s " -"avec bindDN %3$s." +msgid "drivers_ldap : Failed to bind to host %1$s on port %2$s with bindDN of %3$s" +msgstr "drivers_ldap : impossible de se connecter à l'hôte %1$s sur le port %2$s avec bindDN %3$s." + +msgid "drivers_ldap : Failed to set LDAP to use protocol version 3, TLS not supported" +msgstr "drivers_ldap : impossible pour LDAP d'utiliser le protocole version 3, TLS n'est pas géré." msgid "" -"drivers_ldap : Failed to set LDAP to use protocol version 3, TLS not " -"supported" +"drivers_ldap : Unable to bind to LDAP - check your configuration for bindDN and passDN, and that your " +"LDAP server is reachable" msgstr "" -"drivers_ldap : impossible pour LDAP d'utiliser le protocole version 3, TLS " -"n'est pas géré." - -msgid "" -"drivers_ldap : Unable to bind to LDAP - check your configuration for bindDN " -"and passDN, and that your LDAP server is reachable" -msgstr "" -"drivers_ldap : Impossible de se lier à LDAP, veuillez vérifier votre bindDN " -"et passDN de votre configuration ou si votre serveur LDAP est accessible." +"drivers_ldap : Impossible de se lier à LDAP, veuillez vérifier votre bindDN et passDN de votre " +"configuration ou si votre serveur LDAP est accessible." #, c-format msgid "drivers_ldap : Unable to connect to LDAP with port %s on host %s" -msgstr "" -"drivers_ldap : impossible de se connecter à LDAP sur le port %s et sur " -"l'hôte %s." +msgstr "drivers_ldap : impossible de se connecter à LDAP sur le port %s et sur l'hôte %s." -msgid "" -"drivers_ldap : function ldap_connect not defined, check your php_ldap module" +msgid "drivers_ldap : function ldap_connect not defined, check your php_ldap module" msgstr "" -"drivers_ldap : la fonction ldap_connect n'est pas définie, vérifiez que vous " -"avez l'extension php_ldap." +"drivers_ldap : la fonction ldap_connect n'est pas définie, vérifiez que vous avez l'extension php_ldap." #, c-format msgid "drivers_squid_pam : Unable to find %s file" msgstr "drivers_squid_pam : incapable de trouver le fichier %s." msgid "" -"forget me not " msgstr "Ne pas m'oublier " msgid "forget me not" @@ -777,28 +744,15 @@ msgstr "est assisté par" msgid "path to store your ics" msgstr "le chemin où stocker votre ics" -msgid "" -"set the path to store your ics ex:home if you get it by caldav.php/me/home/" -msgstr "" -"Indiquez le chemin où stocker votre ics. Ex : 'home' pour y accéder via /" -"caldav.php/moi/home/." +msgid "set the path to store your ics ex:home if you get it by caldav.php/me/home/" +msgstr "Indiquez le chemin où stocker votre ics. Ex : 'home' pour y accéder via /caldav.php/moi/home/." #, c-format msgid "the file %s is not UTF-8 encoded, please check error for more details" -msgstr "" -"Le fichier %s n'est pas encodé en UTF-8, merci de vérifier les erreurs pour " -"plus d'information." +msgstr "Le fichier %s n'est pas encodé en UTF-8, merci de vérifier les erreurs pour plus d'information." -msgid "" -"you should log on with the username and password that have been issued to " -"you." -msgstr "" -"Vous devez vous connecter avec le nom d'utilisateur et le mot de passe qui " -"vous ont été fournis." +msgid "you should log on with the username and password that have been issued to you." +msgstr "Vous devez vous connecter avec le nom d'utilisateur et le mot de passe qui vous ont été fournis." -msgid "" -"This operation does the following:
    • check valid users in LDAP " -"directory
    • " -msgstr "" -"Cette opération exécute :
      • vérifie les utilisateurs valides de " -"l'annuaire LDAP
      • ." +msgid "This operation does the following:
        • check valid users in LDAP directory
        • " +msgstr "Cette opération exécute :
          • vérifie les utilisateurs valides de l'annuaire LDAP
          • ." diff --git a/po/hu.po b/po/hu.po index df220373..d18294f3 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rscds 0.7.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-19 00:23+1200\n" +"POT-Creation-Date: 2008-11-18 18:29+1300\n" "PO-Revision-Date: 2007-05-03 15:00+0001\n" "Last-Translator: David Takacs \n" "Language-Team: \n" @@ -110,6 +110,10 @@ msgstr "Nem található ilyen naptár-erőforrás" msgid "Calendar Users" msgstr "Naptár felhasználói" +#, fuzzy +msgid "Calendar" +msgstr "Naptár felhasználói" + msgid "Can read from" msgstr "Láthatja" @@ -134,6 +138,14 @@ msgstr "Gyűjtemény tartalma" msgid "Collection Path" msgstr "Gyűjtemény elérési útja" +#, fuzzy +msgid "Collection deleted" +msgstr "Gyűjtemény elérési útja" + +#, fuzzy +msgid "Confirm Deletion of the Collection" +msgstr "Valóban törli a kapcsolattípust?" + msgid "Confirm Deletion of the Relationship Type" msgstr "Valóban törli a kapcsolattípust?" @@ -231,6 +243,9 @@ msgstr "Befejezés" msgid "For access to the" msgstr "Hozzáféréshez" +msgid "Forbidden" +msgstr "" + msgid "FreeBusy" msgstr "" @@ -276,7 +291,7 @@ msgstr "Ha elfelejtette jelszavát, " msgid "If you would like to request access, please e-mail" msgstr "Ha hozzáférést szeretne kapni, írjon: " -msgid "Import ICS file" +msgid "Import ICS file to new collection" msgstr "" msgid "Import all .ics files of a directory" @@ -355,6 +370,9 @@ msgstr "Jelszó" msgid "Please Confirm Deletion" msgstr "Törlés megerősítése" +msgid "Please confirm deletion of collection - see below" +msgstr "" + msgid "Please note the time and advise the administrator of your system." msgstr "Jegyezze fel az időpontot és értesítse az adminisztrátort!" diff --git a/po/ja.po b/po/ja.po index 37ffe5f9..9605e0b4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: DAViCal 0.9.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-19 00:23+1200\n" +"POT-Creation-Date: 2008-11-18 18:29+1300\n" "PO-Revision-Date: 2008-02-27 16:04+0900\n" "Last-Translator: Shu NAKAMAE \n" "Language-Team: \n" @@ -110,6 +110,10 @@ msgstr "カレンダーが見つかりません" msgid "Calendar Users" msgstr "カレンダー利用者" +#, fuzzy +msgid "Calendar" +msgstr "カレンダー利用者" + msgid "Can read from" msgstr "読み取り可能" @@ -134,6 +138,14 @@ msgstr "コレクション内容" msgid "Collection Path" msgstr "コレクションパス" +#, fuzzy +msgid "Collection deleted" +msgstr "コレクションパス" + +#, fuzzy +msgid "Confirm Deletion of the Collection" +msgstr "共有タイプの削除を確認" + msgid "Confirm Deletion of the Relationship Type" msgstr "共有タイプの削除を確認" @@ -230,6 +242,9 @@ msgstr "終了" msgid "For access to the" msgstr "アクセスを得るには" +msgid "Forbidden" +msgstr "" + #, fuzzy msgid "FreeBusy" msgstr "予定あり" @@ -276,7 +291,8 @@ msgstr "パスワードを忘れた場合" msgid "If you would like to request access, please e-mail" msgstr "アクセス権が欲しい場合はここへメールしてください:" -msgid "Import ICS file" +#, fuzzy +msgid "Import ICS file to new collection" msgstr "ICSファイルをインポート" msgid "Import all .ics files of a directory" @@ -354,6 +370,9 @@ msgstr "パスワード" msgid "Please Confirm Deletion" msgstr "削除を確認して下さい。" +msgid "Please confirm deletion of collection - see below" +msgstr "" + msgid "Please note the time and advise the administrator of your system." msgstr "時刻を記載してシステム管理者に報告して下さい。" diff --git a/po/messages.pot b/po/messages.pot index 3ec4e9ff..a2b23d5a 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: 2008-10-28 20:48+1300\n" +"POT-Creation-Date: 2008-11-18 18:29+1300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -113,6 +113,9 @@ msgstr "" msgid "Calendar Users" msgstr "" +msgid "Calendar" +msgstr "" + msgid "Can read from" msgstr "" @@ -137,6 +140,12 @@ msgstr "" msgid "Collection Path" msgstr "" +msgid "Collection deleted" +msgstr "" + +msgid "Confirm Deletion of the Collection" +msgstr "" + msgid "Confirm Deletion of the Relationship Type" msgstr "" @@ -235,6 +244,9 @@ msgstr "" msgid "For access to the" msgstr "" +msgid "Forbidden" +msgstr "" + msgid "FreeBusy" msgstr "" @@ -280,7 +292,7 @@ msgstr "" msgid "If you would like to request access, please e-mail" msgstr "" -msgid "Import ICS file" +msgid "Import ICS file to new collection" msgstr "" msgid "Import all .ics files of a directory" @@ -358,6 +370,9 @@ msgstr "" msgid "Please Confirm Deletion" msgstr "" +msgid "Please confirm deletion of collection - see below" +msgstr "" + msgid "Please note the time and advise the administrator of your system." msgstr "" diff --git a/po/nl.po b/po/nl.po index c8878602..10569d07 100644 --- a/po/nl.po +++ b/po/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-19 00:23+1200\n" +"POT-Creation-Date: 2008-11-18 18:29+1300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Eelco Maljaars \n" "Language-Team: nl_NL \n" @@ -111,6 +111,10 @@ msgstr "" msgid "Calendar Users" msgstr "Agenda gebruikers" +#, fuzzy +msgid "Calendar" +msgstr "Agenda gebruikers" + msgid "Can read from" msgstr "" @@ -135,6 +139,14 @@ msgstr "Inhoud van de verzameling" msgid "Collection Path" msgstr "Verzamelingspad" +#, fuzzy +msgid "Collection deleted" +msgstr "Verzamelingspad" + +#, fuzzy +msgid "Confirm Deletion of the Collection" +msgstr "Bevestig verwijderen relatie soort" + msgid "Confirm Deletion of the Relationship Type" msgstr "Bevestig verwijderen relatie soort" @@ -235,6 +247,9 @@ msgstr "Beeindigen" msgid "For access to the" msgstr "Voor toegang tot de" +msgid "Forbidden" +msgstr "" + msgid "FreeBusy" msgstr "" @@ -280,7 +295,7 @@ msgstr "Indien je je wachtwoord vergeten bent dan" msgid "If you would like to request access, please e-mail" msgstr "Indien je toegang wilt aanvragen, e-mail je" -msgid "Import ICS file" +msgid "Import ICS file to new collection" msgstr "" msgid "Import all .ics files of a directory" @@ -359,6 +374,9 @@ msgstr "Wachtwoord" msgid "Please Confirm Deletion" msgstr "Bevestig verwijderen alsjeblieft" +msgid "Please confirm deletion of collection - see below" +msgstr "" + msgid "Please note the time and advise the administrator of your system." msgstr "Noteer de tijd en breng de beheerder van jou systeem op de hoogte" diff --git a/po/pl.po b/po/pl.po index fc10a638..ff33ae0d 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rscds-messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-19 00:23+1200\n" +"POT-Creation-Date: 2008-11-18 18:29+1300\n" "PO-Revision-Date: 2007-03-31 00:24+0200\n" "Last-Translator: Rafal Slubowski \n" "Language-Team: polski \n" @@ -112,6 +112,10 @@ msgstr "Zasób kalendarza nie został znaleziony" msgid "Calendar Users" msgstr "Użytkownicy kalendarza" +#, fuzzy +msgid "Calendar" +msgstr "Użytkownicy kalendarza" + msgid "Can read from" msgstr "Może czytać z" @@ -136,6 +140,14 @@ msgstr "Zawartość zbioru" msgid "Collection Path" msgstr "Ścieżka do zestawu" +#, fuzzy +msgid "Collection deleted" +msgstr "Ścieżka do zestawu" + +#, fuzzy +msgid "Confirm Deletion of the Collection" +msgstr "Potwierdź usunięcie typu zależności" + msgid "Confirm Deletion of the Relationship Type" msgstr "Potwierdź usunięcie typu zależności" @@ -233,6 +245,9 @@ msgstr "Zakończ" msgid "For access to the" msgstr "Aby uzyskać dostęp do" +msgid "Forbidden" +msgstr "" + msgid "FreeBusy" msgstr "" @@ -278,7 +293,7 @@ msgstr "Jeśli zapomniałeś hasła, " msgid "If you would like to request access, please e-mail" msgstr "Jeśli chcesz poprosić o dostęp, wyślij e-mail do" -msgid "Import ICS file" +msgid "Import ICS file to new collection" msgstr "" msgid "Import all .ics files of a directory" @@ -357,6 +372,9 @@ msgstr "Hasło" msgid "Please Confirm Deletion" msgstr "Proszę potwierdzić usunięcie" +msgid "Please confirm deletion of collection - see below" +msgstr "" + msgid "Please note the time and advise the administrator of your system." msgstr "" diff --git a/po/ru.po b/po/ru.po index d9037134..8b7ff2ca 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: rscds 0.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-19 00:23+1200\n" +"POT-Creation-Date: 2008-11-18 18:29+1300\n" "PO-Revision-Date: 2006-11-13 23:07+0500\n" "Last-Translator: Nick Khazov \n" "Language-Team: LANGUAGE \n" @@ -109,6 +109,9 @@ msgstr "" msgid "Calendar Users" msgstr "" +msgid "Calendar" +msgstr "" + msgid "Can read from" msgstr "" @@ -136,6 +139,13 @@ msgstr "" msgid "Collection Path" msgstr "" +#, fuzzy +msgid "Collection deleted" +msgstr "Связь удалена" + +msgid "Confirm Deletion of the Collection" +msgstr "" + msgid "Confirm Deletion of the Relationship Type" msgstr "" @@ -239,6 +249,9 @@ msgstr "" msgid "For access to the" msgstr "Для доступа к" +msgid "Forbidden" +msgstr "" + msgid "FreeBusy" msgstr "" @@ -285,7 +298,7 @@ msgstr "" msgid "If you would like to request access, please e-mail" msgstr "Если вы хотите получить доступ, пожалуйста, пошлите электронное письмо" -msgid "Import ICS file" +msgid "Import ICS file to new collection" msgstr "" msgid "Import all .ics files of a directory" @@ -366,6 +379,9 @@ msgstr "" msgid "Please Confirm Deletion" msgstr "" +msgid "Please confirm deletion of collection - see below" +msgstr "" + msgid "Please note the time and advise the administrator of your system." msgstr ""