diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..7d6e6180 --- /dev/null +++ b/.tx/config @@ -0,0 +1,8 @@ +[davical.messagespot] +file_filter = po/.po +source_file = po/messages.pot +source_lang = en + +[main] +host = http://www.transifex.net + diff --git a/dba/supported_locales.sql b/dba/supported_locales.sql index 3e54e568..09d14254 100644 --- a/dba/supported_locales.sql +++ b/dba/supported_locales.sql @@ -1,28 +1,35 @@ TRUNCATE supported_locales; - INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'en_EN', 'English', 'English' ); + VALUES( 'en', 'English', 'English' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'de_DE', 'German', 'Deutsch' ); + VALUES( 'de', 'German', 'Deutsch' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'es_ES', 'Spanish', 'Español' ); + VALUES( 'es_AR', 'Spanish (Argentina)', 'Español (Argentina)' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'fr_FR', 'French', 'Français' ); + VALUES( 'es_MX', 'Spanish (Mexico)', 'Español (Mexico)' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'ru_RU', 'Russian', 'Русский' ); + VALUES( 'es_VE', 'Spanish (Venezuela)', 'Español (Venezuela)' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'nl_NL', 'Netherlands', 'Nederlands' ); + VALUES( 'et', 'Estonian', 'Eesti' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'pl_PL', 'Polish', 'Polski' ); + VALUES( 'fr', 'French', 'Français' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'hu_HU', 'Hungarian', 'Magyar' ); + VALUES( 'hu', 'Hungarian', 'Magyar' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'ja_JP', 'Japanese', '日本語' ); + VALUES( 'it', 'Italian', 'Italiano' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'it_IT', 'Italian', 'Italiano' ); + VALUES( 'ja', 'Japanese', '日本語' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'sv_SE', 'Swedish', 'Svenska' ); + VALUES( 'nb', 'Norwegian', 'Bokmål' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'et_EE', 'Estonian', 'Eesti' ); + VALUES( 'nl', 'Netherlands', 'Nederlands' ); INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) - VALUES( 'nb_NO', 'Norwegian', 'Bokmål' ); + VALUES( 'pl', 'Polish', 'Polski' ); +INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) + VALUES( 'pt_BR', 'Brazilian Portuguese', 'Brazilian Portuguese' ); +INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) + VALUES( 'pt_PT', 'Portuguese', 'Portuguese' ); +INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) + VALUES( 'ru', 'Russian', 'Русский' ); +INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale ) + VALUES( 'sv', 'Swedish', 'Svenska' ); diff --git a/po/de.po b/po/de.po index 0a06671f..6b6302c9 100644 --- a/po/de.po +++ b/po/de.po @@ -1,52 +1,19 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # -# Sprachregelungen: -# - ing-Form in die Ich-Form übersetzen, aber ohne Pronomen "ich". Zum -# Beispiel "Deleting user" = "Lösche Benutzer" -# - Aufforderungen falls möglich nicht in die Du-Form übersetzen, also z.B. -# "Change password" = "Kennwort ändern" (und nicht "Ändere das Kennwort"). -# Diese Textbausteine sind oft Beschriftungen für Knöpfe und dergleichen, -# also Funktionsbezeichnungen, und nicht wirklich Aufforderungen an den -# Benutzer. -# -# Begriffe (falls für einen Begriff keine bessere Übersetzung gefunden werden -# kann, macht es Sinn, sich an die Übersetzungen anderer Kalender-orientierter -# Projekte wie z.B. Evolution zu halten): -# - Record = Eintrag (statt des technischen "Datensatz") -# - Resource = Ressource -# - Calendar = Kalender -# - Relationship, relationship type = Beziehung, Beziehungstyp -# - Busy = Besetzt (Evolution verwendet "beschäftigt") -# - Free/busy = Verfügbarkeit (von Evolution übernommen) -# - Collection = Sammlung (von Evolution übernommen) -# - Schedule, scheduling = Terminplan, Terminplanung -# - Deliver, delivery = Zustellen, Zustellung (von Evolution übernommen) -# - Privileges = Privilegien, (nicht: "Rechte/Berechtigung", da Begriff aus WebDAV) -# -# Nicht übersetzte Begriffe: -# - Principal -> Begriff aus WebDAV -# -# Hinweise: -# Im Gegensatz zu bisherigen Übersetzung ist "You" nun stets mit "Sie" -# übersetzt. Die "Du"-Form wirkt zumindest in D bei technischen Systemen stets -# sehr unprofessionell. -# -# Cristina Radalescu , 2006. -# Patrick Näf Moser , 2009. -# Peter Schäfer-Hutter , 2010. -# Michael Hoffmann , 052010 - +# thoerb , 2011. +# spasstl , 2011. +# Andrew McMillan , 2011. +# fmms , 2011. msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-02 23:13+0100\n" -"PO-Revision-Date: 2011-03-02 21:58+0000\n" -"Last-Translator: fmms \n" -"Language-Team: German <>\n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-07-09 18:08+0000\n" +"Last-Translator: gurkenpapst \n" +"Language-Team: German (http://www.transifex.net/projects/p/davical/team/de/)\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -55,14 +22,14 @@ msgstr "" #. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" -msgstr "" +msgstr "%F %T" #. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" -msgstr "%T " +msgstr "%T" msgid "*** Default Locale ***" -msgstr "*** Standard Locale ***" +msgstr "*** Standard-Locale ***" msgid "*** Unknown ***" msgstr "*** unbekannt ***" @@ -126,29 +93,44 @@ msgid "" "Mailing List\" target=\"_blank\">mailing list\n" "archives can be helpful too.

" msgstr "" +"

Hilfe

\n" +"

Besuchen Sie die DAViCal-Homepage oder " +"schauen Sie \n" +"in das DAViCal-Wiki um Hilfe zu erhalten." +"

\n" +"

Falls Sie dort nicht die gesuchten Informationen finden, können Sie uns über IRC im\n" +"Channel #davical auf irc.oftc.net " +"besuchen\n" +"oder Ihre Frage an die DAViCal-Users-Mailingliste schicken.

\n" +"

Das Archiv der Mailingliste\n" +"könnte ebenfalls interessant sein.

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

Bitte anmelden

Um auf %s zuzugreifen, müssen Sie sich mit dem Ihnen genannten Benutzernamen " -"und Passwort anmelden.

Um einen Zugang zu beantragen, schreiben Sie eine E-Mail an %s.

" +"

Bitte anmelden

Um auf %s zuzugreifen, müssen Sie sich mit demBenutzernamen und dem Passwort " +"anmelden, die ihnen zugeteilt wurden.

Um einen Zugang zu beantragen, schreiben Sie eine E-Mail " +"an %s.

" msgid "A DAViCal principal collection may only contain collections" -msgstr "Eine DAViCal-Prinzipalen-Sammlung dar nur andere Sammlungen enthalten" +msgstr "Eine DAViCal-Prinzipalen-Sammlung darf nur andere Sammlungen enthalten" msgid "A collection already exists at that location." -msgstr "Die Sammlung ist bereits vorhanden." +msgstr "An diesem Ort ist bereits eine Sammlung vorhanden." msgid "A resource already exists at the destination." -msgstr "Die Ressource existiert bereits." +msgstr "Die Ressource existiert bereits am Ziel." msgid "AWL Library version " msgstr "Version der AWL-Bibliothek" msgid "Access Tickets" -msgstr "Zugriffsanfrage" +msgstr "Zugriffsanfragen" msgid "Access ticket deleted" msgstr "Zugriffsanfrage gelöscht" @@ -164,7 +146,7 @@ msgstr "Füge neues Mitglied zu diesem Gruppenprinzipalen hinzu" #. Translators: in the sense of 'systems admin' msgid "Admin" -msgstr "Administrator" +msgstr "Admin" msgid "Administration" msgstr "Administration" @@ -243,7 +225,7 @@ msgid "Calendar Timezone" msgstr "Zeitzone des Kalenders" msgid "Can only add tickets for existing collection paths which you own" -msgstr "Es können nur Tickets für eigene Sammlungen erstellt werden" +msgstr "Es können nur Tickets für Ihre eigenen Sammlungen erstellt werden" msgid "Categories" msgstr "Kategorien" @@ -273,10 +255,10 @@ msgid "Collections may not be both CalDAV calendars and CardDAV addressbooks at msgstr "Sammlungen können nicht gleichzeitig CalDAV-Kalender und -Adressbuch sein" msgid "Configuring Calendar Clients for DAViCal" -msgstr "Konfiguriere DAViCal-Kalenderklienten" +msgstr "Konfiguration von Kalender-Clients für DAViCal" msgid "Configuring DAViCal" -msgstr "Konfiguriere DAViCal" +msgstr "DAViCal-Konfiguration" msgid "Confirm" msgstr "Bestätigen" @@ -348,7 +330,7 @@ msgid "DAViCal CalDAV Server" msgstr "DAViCal-CalDAV-Server" msgid "DAViCal DB Schema version " -msgstr "DAViCal-Datenbankschemaversion" +msgstr "Version des DAViCal-Datenbankschemas" msgid "DAViCal Homepage" msgstr "DAViCal-Startseite" @@ -456,7 +438,7 @@ msgid "Destination collection does not exist" msgstr "Zielsammlung existiert nicht" msgid "Directory on the server" -msgstr "Ordner auf dem Server" +msgstr "Verzeichnis auf dem Server" msgid "Display Name" msgstr "Anzeigename" @@ -493,8 +475,8 @@ msgstr "E-Mail-Adresse" msgid "Enter a username, if you know it, and click here, to be e-mailed a temporary password." msgstr "" -"Geben Sie Ihren Benutzernamen ein (falls bekannt) und klicken Sie hier, um ein temporäres Passwort " -"zugeschickt zu bekommen." +"Geben Sie Ihren Benutzernamen ein (falls bekannt) und klicken Sie hier, um ein temporäres Passwort per " +"E-Mail zu erhalten." msgid "Enter your username and password then click here to log in." msgstr "Geben Sie Benutzernamen und Passwort ein und klicken Sie hier, um sich anzumelden." @@ -529,7 +511,7 @@ msgid "Existing resource matches \"If-None-Match\" header - not accepted." msgstr "Bestehende Ressource passt nicht zum \"If-None-Match\"-Header - nicht akzeptiert." msgid "Expires" -msgstr "Abgelaufen" +msgstr "Läuft ab" msgid "Fail" msgstr "Fehlgeschlagen" @@ -559,7 +541,7 @@ msgid "GET requests on collections are only supported for calendars." msgstr "GET-Anfragen an Sammlungen sind nur für Kalender unterstützt." msgid "GNU gettext support" -msgstr "\"GNU gettext\"-Unterstützung" +msgstr "\"GNU-gettext\"-Unterstützung" msgid "GO!" msgstr "LOGIN" @@ -571,7 +553,7 @@ msgid "Grant" msgstr "Zugriffberechtigung" msgid "Granting new privileges from this Principal" -msgstr "Erteile neues, von diesem Principal ausgehendes Recht" +msgstr "Erteile neues, von diesem Prinzipalen ausgehendes Recht" #. Translators: in the sense of a group of people msgid "Group" @@ -596,7 +578,7 @@ msgid "Help on the current screen" msgstr "Hilfe zur aktuellen Seite" msgid "Help! I've forgotten my password!" -msgstr "Passwort vergessen" +msgstr "Ich habe mein Passwort vergessen" msgid "Home" msgstr "Startseite" @@ -633,10 +615,10 @@ msgid "If you have forgotten your password then" msgstr "Wenn Sie Ihr Passwort vergessen haben, dann " msgid "If you would like to request access, please e-mail" -msgstr "Um einen neuen Zugang zu beantragen, schreiben Sie bitte eine E-Mail an: " +msgstr "Um einen Zugang zu beantragen, schreiben Sie bitte eine E-Mail an: " msgid "Import all .ics files of a directory" -msgstr "Alle ICS-Kalenderdateien eines Ordners importieren" +msgstr "Alle ICS-Kalenderdateien eines Verzeichnisses importieren" msgid "Import calendars and Synchronise LDAP." msgstr "Kalender importieren und LDAP synchronisieren" @@ -645,10 +627,10 @@ msgid "Inactive Principals" msgstr "inaktive Prinzipalen" msgid "Incorrect content type for addressbook: " -msgstr "Der Inhalt ist für dieses Adressbuch nicht geeignet" +msgstr "Inhalt ist für ein Adressbuch nicht geeignet: " msgid "Incorrect content type for calendar: " -msgstr "Der Inhalt ist für diesen Kalender nicht geeignet" +msgstr "Inhalt ist für einen Kalender nicht geeignet: " msgid "Invalid user name or password." msgstr "Benutzername oder Passwort ungültig." @@ -711,7 +693,7 @@ msgid "Member deleted from this Group Principal" msgstr "Mitglied wurde von diesem Gruppenprinzipalen entfernt" msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "DAViCal wird größtenteils funktionieren, aber PHP 5.2 oder neuer wird empfohlen. " +msgstr "DAViCal wird größtenteils funktionieren, aber PHP 5.2 oder neuer wird dringend empfohlen. " msgid "Name" msgstr "Name" @@ -736,7 +718,7 @@ msgid "No calendar content" msgstr "Keine Kalendereinträge vorhanden" msgid "No collection found at that location." -msgstr "Keine Sammlung gefunden." +msgstr "Keine Sammlung an dem Ort gefunden." msgid "No scheduling support for user" msgstr "Keine Scheduling-Unterstützung für den Benutzer" @@ -770,16 +752,16 @@ msgid "PDO PostgreSQL drivers" msgstr "PDO-PostgreSQL-Treiber" msgid "PHP DateTime class" -msgstr "PHP DateTime Klasse" +msgstr "PHP-DateTime-Klasse" msgid "PHP LDAP module available" -msgstr "PHP LDAP Modul verfügbar" +msgstr "PHP-LDAP-Modul verfügbar" msgid "PHP Magic Quotes GPC off" -msgstr "PHP Magic Quotes GPC deaktiviert" +msgstr "PHP: magic_quotes_gpc deaktiviert" msgid "PHP Magic Quotes runtime off" -msgstr "PHP Magic Quotes runtime deaktiviert" +msgstr "PHP: magic_quotes_runtime deaktiviert" msgid "PHP PDO module available" msgstr "PHP-PDO-Modul vorhanden" @@ -788,10 +770,11 @@ msgid "PHP PostgreSQL available" msgstr "PHP-PostgreSQL vorhanden" msgid "PHP iconv support" -msgstr "PHP iconv Unterstützung" +msgstr "PHP-iconv-Unterstützung" msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" -msgstr "PUT-Anfrage an eine Collection ist nur erlaubt für text/calendar bei eine Kalender-Collection" +msgstr "" +"PUT-Anfrage an eine Collection ist nur mit text/calendar-Inhalt an eine Kalender-Collection erlaubt" msgid "Passed" msgstr "Erfolgreich" @@ -806,16 +789,16 @@ msgid "Person" msgstr "Person" msgid "Please confirm deletion of access ticket - see below" -msgstr "Löschen des Tickets bestätigen - siehe unten" +msgstr "Bitte bestätigen Sie die Löschung des Tickets - siehe unten" msgid "Please confirm deletion of binding - see below" -msgstr "Löschen der Zuordnung bestätigen - siehe unten" +msgstr "Bitte bestätigen Sie die Löschung der Zuordnung - siehe unten" msgid "Please confirm deletion of collection - see below" -msgstr "Löschen der Sammlung bestätigen - siehe unten" +msgstr "Bitte bestätigen Sie die Löschung der Sammlung - siehe unten" msgid "Please confirm deletion of the principal" -msgstr "Löschen des Prinzipalen bestätigen" +msgstr "Bitte bestätigen Sie die Löschung des Prinzipalen" msgid "Please note the time and advise the administrator of your system." msgstr "Notieren Sie bitte die Zeit und benachrichtigen Sie den Systemadministrator." @@ -855,10 +838,10 @@ msgid "Publicly Readable" msgstr "Für alle lesbar" msgid "REPORT body contains no XML data!" -msgstr "REPORT Body enthält keine XML-Daten!" +msgstr "REPORT-Body enthält keine XML-Daten!" msgid "REPORT body is not valid XML data!" -msgstr "REPORT Body enthält keine gültigen XML-Daten!" +msgstr "REPORT-Body enthält keine gültigen XML-Daten!" msgid "Read" msgstr "Lesen" @@ -903,7 +886,7 @@ msgid "Request Feature" msgstr "Feature beantragen" msgid "Request body is not valid XML data!" -msgstr "Anfrage enthält keine gültigen XML-Daten!" +msgstr "Anfrage-Body enthält keine gültigen XML-Daten!" #. Translators a thing which might be booked: a room, a carpark, a projector... msgid "Resource" @@ -919,7 +902,7 @@ msgid "Resource has changed on server - not deleted" msgstr "Ressource hat sich auf dem Server geändert - nicht gelöscht" msgid "Resources may not be changed to / from collections." -msgstr "Ressourcen können nicht zu/von Sammlungen geändert werden." +msgstr "Ressourcen können nicht in/aus Sammlungen umgewandelt werden." msgid "Revoke" msgstr "Widerrufen" @@ -970,16 +953,16 @@ msgid "Send scheduling replies as an attendee from the owner of this scheduling msgstr "Einladungsantworten als Teilnehmer vom Besitzer dieser Terminausgangsbox versenden." msgid "Set free/busy privileges" -msgstr "Setze Verfügbarkeitsrechte" +msgstr "Verfügbarkeitsrechte setzen" msgid "Set read privileges" -msgstr "Setze Leserechte" +msgstr "Leserechte setzen" msgid "Set read+write privileges" -msgstr "Setze Schreib-/Leserechte" +msgstr "Schreib-/Leserechte setzen" msgid "Set schedule-deliver privileges" -msgstr "Setze Terminauslieferungsberechtigungen" +msgstr "Terminauslieferungsberechtigungen setzen" msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/" msgstr "" @@ -1027,10 +1010,10 @@ msgid "Submit" msgstr "Abschicken" msgid "Suhosin \"server.strip\" disabled" -msgstr "Suhosin \"server.strip\" deaktiviert" +msgstr "Suhosin: \"server.strip\" deaktiviert" msgid "Sync LDAP Groups with RSCDS" -msgstr "Synchronisiere LDAP-Gruppen mit RSCDS" +msgstr "Synchronisiere LDAP-Gruppen mit DAViCal" msgid "Sync LDAP with DAViCal" msgstr "Synchronisiere LDAP mit DAViCal" @@ -1045,13 +1028,13 @@ msgid "That resource is not present on this server." msgstr "Diese Ressource ist auf dem Server nicht vorhanden." msgid "The BIND Request MUST identify an existing resource." -msgstr "Die BIND-Anfrage MUSS eine bestehende Ressource ermitteln." +msgstr "Die BIND-Anfrage MUSS eine bestehende Ressource bezeichnen." msgid "The BIND Request-URI MUST identify a collection." -msgstr "Die URI dieser BIND-Anfrage muss eine Sammlung ermitteln." +msgstr "Die URI der BIND-Anfrage MUSS eine Sammlung bezeichnen." msgid "The BIND method is not allowed at that location." -msgstr "Diese BIND-Methode ist an dieser Stelle nicht erlaubt." +msgstr "Die BIND-Methode ist an dieser Stelle nicht erlaubt." msgid "The CalDAV:schedule-calendar-transp property may only be set on calendars." msgstr "Das Attribut \"CalDAV:schedule-calendar-transp\" darf nur bei Kalendern gesetzt werden." @@ -1093,10 +1076,10 @@ msgid "The displayname may only be set on collections, principals or bindings." msgstr "Der Anzeigenname darf nur für Sammlungen, Prinzipale oder Verknüpfungen gesetzt werden." msgid "The email address really should not be blank." -msgstr "Das Feld für die E-Mail-Adresse darf auf keinen Fall leer bleiben." +msgstr "Das Feld für die E-Mail-Adresse sollte auf keinen Fall leer bleiben." msgid "The file is not UTF-8 encoded, please check the error for more details." -msgstr "Die Datei ist nicht in UTF-8 kodiert, bitte Fehler überprüfen für mehr Details." +msgstr "Die Datei ist nicht in UTF-8-kodiert, bitte Fehler überprüfen für mehr Details." msgid "The full name for this person, group or other type of principal." msgstr "Der vollständige Name dieser Person, Gruppe oder anderer Prinzipale." @@ -1108,7 +1091,7 @@ msgid "The name this user can log into the system with." msgstr "Name, mit dem sich dieser Benutzer beim System anmelden kann." msgid "The path on the server where your .ics files are." -msgstr "Verzeichnis auf dem Server in dem die zu importierenden .ics-Dateien liegen." +msgstr "Verzeichnis auf dem Server, in dem Ihre .ics-Dateien liegen." msgid "The preferred language for this person." msgstr "Die bevorzugte Sprache dieses Benutzers." @@ -1143,7 +1126,7 @@ msgstr "" "Diese Funktion erledigt die folgenden Aufgaben:\n" "
    \n" "
  • überprüfen der gültigen Gruppen im LDAP-Verzeichnis
  • \n" -"
  • überprüfen der gültigen Gruppen in DAViCal
  • \n" +"
  • überprüfen der Gruppen in DAViCal
  • \n" "
danach\n" "
    \n" "
  • falls eine Gruppe in DAViCal vorhanden ist, nicht aber im LDAP, diese in DAViCal als inaktiv " @@ -1162,7 +1145,7 @@ msgstr "" "Diese Funktion erledigt die folgenden Aufgaben:\n" "
      \n" "
    • überprüfen der gültigen Benutzer im LDAP-Verzeichnis
    • \n" -"
    • überprüfen der gültigen Benutzer in DAViCal
    • \n" +"
    • überprüfen der Benutzer in DAViCal
    • \n" "
    danach\n" "
      \n" "
    • falls ein Benutzer in DAViCal vorhanden ist, nicht aber im LDAP, diesen in DAViCal als inaktiv " @@ -1176,12 +1159,12 @@ msgid "" "This page primarily checks the environment needed for DAViCal to work correctly. Suggestions or " "patches to make it do more useful stuff will be gratefully received." msgstr "" -"Diese Seite überprüft in erster Linie die Umgebung, die für DAViCal benötigt wird, damit es " -"funktioniert. Vorschläge oder Korrekturen, um diese Seite noch sinnvoller zu gestalten werden dankbar " +"Diese Seite überprüft in erster Linie die Umgebung, die für DAViCal für korrektes Fuktionieren " +"benötigt wird. Vorschläge oder Korrekturen, um diese Seite noch sinnvoller zu gestalten werden dankbar " "angenommen." msgid "This server only supports the text/calendar format for freebusy URLs" -msgstr "Der Server unterstützt nur das text/calendar Format für FreeBusy-URLs" +msgstr "Der Server unterstützt nur das text/calendar-Format für FreeBusy-URLs" msgid "Ticket ID" msgstr "Ticket-ID" @@ -1324,36 +1307,36 @@ msgid "You are editing" msgstr "Sie bearbeiten" msgid "You are not authorised to use this function." -msgstr "Keine Berechtigung, um diese Funktion auszuführen." +msgstr "Sieh haben keine Berechtigung, um diese Funktion auszuführen." msgid "You are viewing" msgstr "Sie sehen" msgid "You do not have permission to modify this record." -msgstr "Keine Berechtigung, diesen Eintrag zu ändern." +msgstr "Sie haben keine Berechtigung, diesen Eintrag zu ändern." msgid "You may not PUT to a collection URL" -msgstr "PUT-Anfrage auf eine Sammlung URL ist nicht erlaubt" +msgstr "PUT-Anfrage auf eine Sammlungs-URL ist nicht erlaubt" msgid "You must log in to use this system." msgstr "Sie müssen angemeldet sein um dieses System zu nutzen." msgid "Your configuration produced PHP errors which should be corrected" -msgstr "Ihre PHP-Konfiguration ist fehlerhaft" +msgstr "Ihre Konfiguration hat PHP-Fehler verursacht. Dies sollte korrigiert werden." #, php-format msgid "all events of user %s were deleted and replaced by those from file %s" msgstr "Alle Termine des Benutzers %s wurden gelöscht und durch Termine aus der Datei %s ersetzt" msgid "calendar-timezone property is only valid for a calendar." -msgstr "Die Kalendereigenschaft \"Zeitzone\" ist für diesen Kalender nicht gültig." +msgstr "Die Eigenschaft \"calendar-timezone\" ist nur für einen Kalender gültig." #, php-format msgid "directory %s is not readable" -msgstr "Ordner %s kann nicht gelesen werden" +msgstr "Verzeichnis %s kann nicht gelesen werden" msgid "drivers_imap_pam : imap_url parameter not configured in /etc/davical/*-conf.php" -msgstr "drivers_imap_pam: imap_url parameter wurde nicht in /etc/davical/*-conf.php konfiguriert" +msgstr "drivers_imap_pam: imap_url-Parameter wurde nicht in /etc/davical/*-conf.php konfiguriert" msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed" msgstr "drivers_ldap: TLS konnte nicht gestartet werden: ldap_start_tls() ist fehlgeschlagen" @@ -1399,10 +1382,10 @@ msgstr "Speicherort für .ics-Datei" #, php-format msgid "the file %s is not UTF-8 encoded, please check error for more details" -msgstr "Die Datei %s ist nicht in UTF-8 codiert; weitere Details stehen in der Fehlermeldung." +msgstr "Die Datei %s ist nicht UTF-8-kodiert; weitere Details stehen in der Fehlermeldung." msgid "unauthenticated" msgstr "Nicht angemeldet" msgid "you should log on with the username and password that have been issued to you." -msgstr "Melden Sie sich mit dem Ihnen zugesendeten Benutzernamen und Passwort an." +msgstr "Melden Sie sich mit dem Ihnen zugeteilten Benutzernamen und Passwort an." diff --git a/po/de.values b/po/de.values new file mode 100644 index 00000000..17a2cd94 --- /dev/null +++ b/po/de.values @@ -0,0 +1 @@ + VALUES( 'de', 'German', 'Deutsch' ); diff --git a/po/es_AR.po b/po/es_AR.po index 55f0c89c..1aef9251 100644 --- a/po/es_AR.po +++ b/po/es_AR.po @@ -1,74 +1,102 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# +# +# Andrew McMillan , 2011. msgid "" msgstr "" "Project-Id-Version: DAViCal\n" -"Report-Msgid-Bugs-To: http://repo.or.cz/w/davical.git/tree/HEAD:/issues\n" -"POT-Creation-Date: 2010-12-25 17:26+0200\n" -"PO-Revision-Date: 2011-02-20 22:45+0000\n" -"Last-Translator: karora \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-22 15:19+0000\n" +"Last-Translator: fmms \n" "Language-Team: LANGUAGE \n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php +msgid "%F %T" +msgstr "" + +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php +msgid "%T" +msgstr "" + msgid "*** Default Locale ***" msgstr "" msgid "*** Unknown ***" msgstr "" -#, c-format +#, php-format msgid "- adding %s to group : %s" msgstr "" -#, c-format +#, php-format msgid "- adding users %s to group : %s" msgstr "" -#, c-format +#, php-format msgid "- creating groups : %s" msgstr "" -#, c-format +#, php-format msgid "- creating record for users : %s" msgstr "" -#, c-format +#, php-format msgid "- deactivate groups : %s" msgstr "" -#, c-format +#, php-format msgid "- deactivating users : %s" msgstr "" -#, c-format +#, php-format msgid "- nothing done on : %s" msgstr "" -#, c-format +#, php-format msgid "- removing %s from group : %s" msgstr "" -#, c-format +#, php-format msgid "- updating groups : %s" msgstr "" -#, c-format +#, php-format msgid "- updating user records : %s" msgstr "" msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" msgstr "" -#, 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.

      " -msgstr "

      Por favor, iniciar sesión

      Para acceder al %s debe conectarse con el nombre de usuario y contraseña que le han sido asignado.

      Si desea solicitar el acceso, por favor, e-mail %s.

      " +#, php-format +msgid "" +"

      Help

      \n" +"

      For initial help you should visit the DAViCal " +"Home Page or take\n" +"a look at the DAViCal Wiki.

      \n" +"

      If you can't find the answers there, visit us on IRC in\n" +"the #davical channel on irc.oftc.net,\n" +"or send a question to the DAViCal Users mailing list.

      \n" +"

      The mailing list\n" +"archives can be helpful too.

      " +msgstr "" + +#, 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 "" +"

      Por favor, iniciar sesión

      Para acceder al %s debe conectarse con el nombre de usuario y " +"contraseña que le han sido asignado.

      Si desea solicitar el acceso, por favor, e-mail %s.

      " msgid "A DAViCal principal collection may only contain collections" msgstr "" @@ -97,9 +125,7 @@ msgstr "Activo" msgid "Adding new member to this Group Principal" msgstr "" -msgid "Admin " -msgstr "Administrador" - +#. Translators: in the sense of 'systems admin' msgid "Admin" msgstr "Administrador" @@ -109,6 +135,9 @@ msgstr "" msgid "Administrator" msgstr "" +msgid "All" +msgstr "" + msgid "All collection data will be unrecoverably deleted." msgstr "" @@ -121,9 +150,6 @@ msgstr "" msgid "All requested changes were made." msgstr "" -msgid "All" -msgstr "" - msgid "Allow free/busy enquiries targeted at the owner of this scheduling inbox" msgstr "" @@ -145,6 +171,9 @@ msgstr "" msgid "Apply DB Patches" msgstr "" +msgid "Attachment" +msgstr "" + msgid "Binding deleted" msgstr "" @@ -166,17 +195,20 @@ msgstr "Mostrar todos los usuarios" msgid "Busy" msgstr "" +#, php-format +msgid "Calendar \"%s\" was loaded from file." +msgstr "" + msgid "Calendar Principals" msgstr "" msgid "Calendar Timezone" msgstr "" -#, c-format -msgid "Calendar \"%s\" was loaded from file." +msgid "Can only add tickets for existing collection paths which you own" msgstr "" -msgid "Can only add tickets for existing collection paths which you own" +msgid "Categories" msgstr "" msgid "Change Password" @@ -188,6 +220,9 @@ msgstr "" msgid "Click to edit principal details" msgstr "" +msgid "Collection" +msgstr "" + msgid "Collection Grants" msgstr "" @@ -197,9 +232,6 @@ msgstr "" msgid "Collection deleted" msgstr "" -msgid "Collection" -msgstr "" - msgid "Collections may not be both CalDAV calendars and CardDAV addressbooks at the same time" msgstr "" @@ -209,6 +241,9 @@ msgstr "" msgid "Configuring DAViCal" msgstr "" +msgid "Confirm" +msgstr "Confirmar" + msgid "Confirm Deletion of the Binding" msgstr "" @@ -227,12 +262,12 @@ msgstr "" msgid "Confirm the new password." msgstr "Confirmar la nueva contraseña." -msgid "Confirm" -msgstr "Confirmar" - msgid "Could not retrieve" msgstr "" +msgid "Create" +msgstr "Crear" + msgid "Create Collection" msgstr "" @@ -254,9 +289,6 @@ msgstr "" msgid "Create a resource or collection" msgstr "" -msgid "Create" -msgstr "Crear" - msgid "Creating new Collection." msgstr "" @@ -269,9 +301,6 @@ msgstr "" msgid "Current DAViCal version " msgstr "" -msgid "Current Versions" -msgstr "" - msgid "DAV Path" msgstr "" @@ -344,6 +373,9 @@ msgstr "Formato de Fecha" msgid "Default Privileges" msgstr "" +msgid "Delete" +msgstr "Borrar" + msgid "Delete Events/Collections" msgstr "" @@ -353,9 +385,6 @@ msgstr "" msgid "Delete a resource or collection" msgstr "" -msgid "Delete" -msgstr "Borrar" - msgid "Deleted a grant from this Principal" msgstr "" @@ -401,15 +430,11 @@ msgstr "" msgid "Does the user have the right to perform this role?" msgstr "¿El usuario tiene permiso para efectuar este rol?" -msgid "EMail OK" -msgstr "Correo Electrónico correcto" - msgid "EMail" msgstr "Correo Electrónico" -#, c-format -msgid "ERROR: %s" -msgstr "" +msgid "EMail OK" +msgstr "Correo Electrónico correcto" msgid "ERROR: The full name may not be blank." msgstr "" @@ -420,12 +445,12 @@ msgstr "" msgid "ERROR: There was a database error writing the roles information!" msgstr "ERROR: Hubo un error en la base de datos al grabar la información de los roles!" -msgid "Edit this user record" -msgstr "Mostrar el registro de éste usuario" - msgid "Edit" msgstr "" +msgid "Edit this user record" +msgstr "Mostrar el registro de éste usuario" + msgid "Email Address" msgstr "" @@ -435,11 +460,11 @@ msgstr "" msgid "Enter your username and password then click here to log in." msgstr "" -#, c-format +#, php-format msgid "Error NoGroupFound with filter >%s<, attributes >%s< , dn >%s<" msgstr "" -#, c-format +#, php-format msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" msgstr "" @@ -452,12 +477,12 @@ msgstr "" msgid "Error writing calendar properties to database." msgstr "" -msgid "European (d/m/y)" -msgstr "Formato Europeo (d/m/y)" - msgid "European" msgstr "" +msgid "European (d/m/y)" +msgstr "Formato Europeo (d/m/y)" + msgid "Existing resource does not match \"If-Match\" header - not accepted." msgstr "" @@ -467,10 +492,13 @@ msgstr "" msgid "Expires" msgstr "" +msgid "Fail" +msgstr "" + msgid "Failed to write collection." msgstr "" -msgid "Failed" +msgid "Feeds are only supported for calendars at present." msgstr "" msgid "For access to the" @@ -506,7 +534,8 @@ msgstr "" msgid "Granting new privileges from this Principal" msgstr "" -msgid "Group " +#. Translators: in the sense of a group of people +msgid "Group" msgstr "Grupo" msgid "Group Members" @@ -518,45 +547,46 @@ msgstr "" msgid "Group Principals" msgstr "" -msgid "Group" -msgstr "Grupo" - msgid "Has Members" msgstr "" +msgid "Help" +msgstr "Ayuda" + msgid "Help on the current screen" msgstr "" msgid "Help! I've forgotten my password!" msgstr "" -msgid "Help" -msgstr "Ayuda" +msgid "Home" +msgstr "Página principal" msgid "Home Page" msgstr "" +msgid "Home addressbook added." +msgstr "" + +msgid "Home addressbook already exists." +msgstr "" + msgid "Home calendar added." msgstr "" msgid "Home calendar already exists." msgstr "" -msgid "Home" -msgstr "Página principal" - msgid "ID" msgstr "" +msgid "ISO Format" +msgstr "" + msgid "ISO Format (YYYY-MM-DD)" msgstr "Formato ISO (YYYY-MM-DD)" -msgid "ISO Format" -msgstr "" - -msgid "Id " -msgstr "No" - +#. Translators: short for 'Identifier' msgid "Id" msgstr "No" @@ -626,6 +656,9 @@ msgstr "" msgid "Locale" msgstr "" +msgid "Location" +msgstr "" + msgid "Log On Please" msgstr "Conectarse por favor" @@ -638,6 +671,9 @@ msgstr "Desconectarse" msgid "Member deleted from this Group Principal" msgstr "" +msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +msgstr "" + msgid "Name" msgstr "Nombre" @@ -650,7 +686,8 @@ msgstr "Nueva Constraseña" msgid "New Principal" msgstr "" -msgid "No " +#. Translators: not 'Yes' +msgid "No" msgstr "" msgid "No authority to deliver invitations to user." @@ -665,10 +702,11 @@ msgstr "" msgid "No scheduling support for user" msgstr "" -msgid "No" +msgid "No summary" msgstr "" -msgid "No. " +#. Translators: short for 'Number' +msgid "No." msgstr "No" msgid "No. of Collections" @@ -680,15 +718,9 @@ msgstr "" msgid "No. of Resources" msgstr "" -msgid "No." -msgstr "No" - msgid "Not overwriting existing destination resource" msgstr "" -msgid "OK" -msgstr "" - msgid "Opaque" msgstr "" @@ -698,6 +730,12 @@ msgstr "" msgid "PDO PostgreSQL drivers" msgstr "" +msgid "PHP DateTime class" +msgstr "" + +msgid "PHP LDAP module available" +msgstr "" + msgid "PHP Magic Quotes GPC off" msgstr "" @@ -710,9 +748,15 @@ msgstr "" msgid "PHP PostgreSQL available" msgstr "" +msgid "PHP iconv support" +msgstr "" + msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" msgstr "" +msgid "Passed" +msgstr "" + msgid "Password" msgstr "Constraseña" @@ -737,6 +781,9 @@ 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." +msgid "Principal" +msgstr "" + msgid "Principal Collections" msgstr "" @@ -752,21 +799,16 @@ msgstr "" msgid "Principal deleted" msgstr "" -msgid "Principal" +msgid "Privileges" msgstr "" msgid "Privileges granted to All Users" msgstr "" -msgid "Privileges" -msgstr "" - msgid "Property is read-only" msgstr "" -msgid "Public " -msgstr "Público" - +#. Translators: in the sense of being available to all users msgid "Public" msgstr "Público" @@ -779,6 +821,9 @@ msgstr "" msgid "REPORT body is not valid XML data!" msgstr "" +msgid "Read" +msgstr "" + msgid "Read ACLs for a resource or collection" msgstr "" @@ -800,16 +845,13 @@ msgstr "" msgid "Read the free/busy information for a calendar collection" msgstr "" -msgid "Read" -msgstr "" - msgid "Read/Write" msgstr "" -msgid "Remove a lock" +msgid "Remove" msgstr "" -msgid "Remove" +msgid "Remove a lock" msgstr "" msgid "Report Bug" @@ -824,7 +866,8 @@ msgstr "" msgid "Request body is not valid XML data!" msgstr "" -msgid "Resource " +#. Translators a thing which might be booked: a room, a carpark, a projector... +msgid "Resource" msgstr "Recurso" msgid "Resource Calendar Principals" @@ -836,9 +879,6 @@ msgstr "" msgid "Resource has changed on server - not deleted" msgstr "" -msgid "Resource" -msgstr "Recurso" - msgid "Resources may not be changed to / from collections." msgstr "" @@ -905,19 +945,19 @@ msgstr "" msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/" msgstr "" -msgid "Setup DAViCal" +msgid "Setup" msgstr "" -msgid "Setup" +msgid "Setup DAViCal" msgstr "" msgid "Show help on" msgstr "Mostrar ayuda sobre" -msgid "Site Statistics require the database to be available!" +msgid "Site Statistics" msgstr "" -msgid "Site Statistics" +msgid "Site Statistics require the database to be available!" msgstr "" msgid "Some properties were not able to be changed." @@ -935,13 +975,10 @@ msgstr "" msgid "Specific Privileges" msgstr "" -msgid "Start: " -msgstr "" - msgid "Status" msgstr "" -#, c-format +#, php-format msgid "Status: %d, Message: %s, User: %d, Path: %s" msgstr "" @@ -996,7 +1033,8 @@ msgstr "" msgid "The calendar path contains illegal characters." msgstr "" -msgid "The calendar-free-busy-set is superseded by the schedule-transp property of a calendar collection." +msgid "" +"The calendar-free-busy-set is superseded by the schedule-transp property of a calendar collection." msgstr "" msgid "The calendar-query report must be run against a calendar or a scheduling collection" @@ -1047,21 +1085,40 @@ msgstr "La contraseña del usuario para conectarse." msgid "The username must not be blank, and may not contain a slash" msgstr "" +msgid "There was an error reading from the database." +msgstr "" + msgid "There was an error writing to the database." msgstr "Hubo un error al grabar en la base de datos." -msgid "This operation does the following:
      • check valid groups in LDAP directory
      • check groups in DAViCal
      then
      • if a group is present in DAViCal but not in LDAP set as inactive in DAViCal
      • if a group is present in LDAP but not in DAViCal create the group in DAViCal
      • if a group in present in LDAP and DAViCal then update information in DAViCal
      " +msgid "" +"This operation does the following:
      • check valid groups in LDAP directory
      • check groups " +"in DAViCal
      then
      • if a group is present in DAViCal but not in LDAP set as inactive in " +"DAViCal
      • if a group is present in LDAP but not in DAViCal create the group in DAViCal
      • " +"
      • if a group in present in LDAP and DAViCal then update information in DAViCal
      " msgstr "" -msgid "This operation does the following:
      • check valid users in LDAP directory
      • check users in DAViCal
      then
      • if a user is present in DAViCal but not in LDAP set him as inactive in DAViCal
      • if a user is present in LDAP but not in DAViCal create the user in DAViCal
      • if a user in present in LDAP and DAViCal then update information in DAViCal
      " +msgid "" +"This operation does the following:
      • check valid users in LDAP directory
      • check users in " +"DAViCal
      then
      • if a user is present in DAViCal but not in LDAP set him as inactive in " +"DAViCal
      • if a user is present in LDAP but not in DAViCal create the user in DAViCal
      • " +"
      • if a user in present in LDAP and DAViCal then update information in DAViCal
      " msgstr "" -msgid "This page primarily checks the environment needed for DAViCal to work correctly. Suggestions or patches to make it do more useful stuff will be gratefully received." +msgid "" +"This page primarily checks the environment needed for DAViCal to work correctly. Suggestions or " +"patches to make it do more useful stuff will be gratefully received." +msgstr "" + +msgid "This server only supports the text/calendar format for freebusy URLs" msgstr "" msgid "Ticket ID" msgstr "" +msgid "Time" +msgstr "" + msgid "To Collection" msgstr "" @@ -1077,9 +1134,15 @@ msgstr "" msgid "Transparent" msgstr "" +msgid "URL" +msgstr "" + msgid "US Format" msgstr "" +msgid "Unauthenticated User" +msgstr "" + msgid "United States of America (m/d/y)" msgstr "Estados Unidos de América (m/d/y)" @@ -1146,12 +1209,21 @@ msgstr "Mostrar éste registro de usuario" msgid "Visit the DAViCal Wiki" msgstr "" -msgid "Warning: there are no active admin users, you should fix this before logging out." +#, php-format +msgid "Want: %s, Currently: %s" +msgstr "" + +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 "" msgid "When the user's e-mail account was validated." msgstr "Cuando fue validada la cuenta de correo del usuario." +msgid "Write" +msgstr "" + msgid "Write ACLs for a resource or collection" msgstr "" @@ -1170,23 +1242,9 @@ msgstr "" msgid "Write properties" msgstr "" -msgid "Write" -msgstr "" - -msgid "Y-m-d H:i" -msgstr "" - msgid "Yes" msgstr "" -#, c-format -msgid "You are currently running DAViCal version %s. The database schema is at version %d.%d.%d." -msgstr "" - -#, c-format -msgid "You are currently running DAViCal version %s. The database schema should be at version %s and it is at version %d.%d.%d." -msgstr "" - msgid "You are editing" msgstr "" @@ -1208,48 +1266,51 @@ msgstr "Debe conectarte para usar el sistema." msgid "Your configuration produced PHP errors which should be corrected" msgstr "" -#, c-format +#, php-format msgid "all events of user %s were deleted and replaced by those from file %s" msgstr "" msgid "calendar-timezone property is only valid for a calendar." msgstr "" -#, c-format +#, php-format msgid "directory %s is not readable" msgstr "" +msgid "drivers_imap_pam : imap_url parameter not configured in /etc/davical/*-conf.php" +msgstr "" + msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed" msgstr "" -#, c-format +#, php-format msgid "drivers_ldap : Failed to bind to host %1$s on port %2$s with bindDN of %3$s" msgstr "" msgid "drivers_ldap : Failed to set LDAP to use protocol version 3, TLS not supported" msgstr "" -msgid "drivers_ldap : Unable to bind to LDAP - check your configuration for bindDN and passDN, and that your LDAP server is reachable" +msgid "" +"drivers_ldap : Unable to bind to LDAP - check your configuration for bindDN and passDN, and that your " +"LDAP server is reachable" msgstr "" -#, c-format +#, php-format msgid "drivers_ldap : Unable to connect to LDAP with port %s on host %s" msgstr "" msgid "drivers_ldap : function ldap_connect not defined, check your php_ldap module" msgstr "" -#, c-format +#, php-format msgid "drivers_pwauth_pam : Unable to find %s file" msgstr "" -#, c-format +#, php-format msgid "drivers_squid_pam : Unable to find %s file" msgstr "" -msgid "forget me not " -msgstr "" - +#. Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future msgid "forget me not" msgstr "" @@ -1259,9 +1320,12 @@ msgstr "" msgid "path to store your ics" msgstr "" -#, c-format +#, php-format msgid "the file %s is not UTF-8 encoded, please check error for more details" msgstr "" +msgid "unauthenticated" +msgstr "" + msgid "you should log on with the username and password that have been issued to you." msgstr "Para conectarse debe utilizar el nombre de usuario y contraseña que le ha sido asignado." diff --git a/po/es_AR.values b/po/es_AR.values new file mode 100644 index 00000000..a6f12aee --- /dev/null +++ b/po/es_AR.values @@ -0,0 +1 @@ + VALUES( 'es_AR', 'Spanish (Argentina)', 'Español (Argentina)' ); diff --git a/po/es_MX.po b/po/es_MX.po new file mode 100644 index 00000000..0ff9b0fa --- /dev/null +++ b/po/es_MX.po @@ -0,0 +1,1372 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# pr3d4t0r , 2011. +# Eugene Ciurana , 2011. +msgid "" +msgstr "" +"Project-Id-Version: DAViCal\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-08-02 19:21+0000\n" +"Last-Translator: pr3d4t0r \n" +"Language-Team: Spanish (Mexican) (http://www.transifex.net/projects/p/davical/team/es_MX/)\n" +"Language: es_MX\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php +msgid "%F %T" +msgstr "%F %T" + +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php +msgid "%T" +msgstr "%T" + +msgid "*** Default Locale ***" +msgstr "*** Localidad Estándar ***" + +msgid "*** Unknown ***" +msgstr "*** Desconocido ***" + +#, php-format +msgid "- adding %s to group : %s" +msgstr "- agregando %s al grupo %s" + +#, php-format +msgid "- adding users %s to group : %s" +msgstr "- agregando usuarios %s al grupo %s" + +#, php-format +msgid "- creating groups : %s" +msgstr "- creando los grupos: %s" + +#, php-format +msgid "- creating record for users : %s" +msgstr "- creando el registro para usuarios: %s" + +#, php-format +msgid "- deactivate groups : %s" +msgstr "- groupos %s desactivados" + +#, php-format +msgid "- deactivating users : %s" +msgstr "- desactivando a los usuarios: %s" + +#, php-format +msgid "- nothing done on : %s" +msgstr "- ningún cambio para: %s" + +#, php-format +msgid "- removing %s from group : %s" +msgstr "- eliminando a %s del grupo: %s" + +#, php-format +msgid "- updating groups : %s" +msgstr "- actualizando los grupos: %s" + +#, php-format +msgid "- updating user records : %s" +msgstr "- actualizando los registros de usuario: %s" + +msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" +msgstr "" +"ADVERTENCIA: todos los eventos en este repositorio serán eliminados antes de insertar el archivo " +"ics" + +#, php-format +msgid "" +"

      Help

      \n" +"

      For initial help you should visit the DAViCal " +"Home Page or take\n" +"a look at the DAViCal Wiki.

      \n" +"

      If you can't find the answers there, visit us on IRC in\n" +"the #davical channel on irc.oftc.net,\n" +"or send a question to the DAViCal Users mailing list.

      \n" +"

      The mailing list\n" +"archives can be helpful too.

      " +msgstr "" +"

      Ayuda\n" +"

      Visita la Página Principal de DAViCal para " +"ayuda inicial, o consultael Wiki de DAViCal.

      Si no encuentras la respuesta a tus dudas, visítanos en IRC enel canal #davical en irc.oftc.net,\n" +"o envía tus preguntas a la lista de correo de Usuarios de DAViCal.

      \n" +"

      El archivo de la lista de correotambien te será útil." + +#, 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 "" +"

      Por Favor Entra Identifícate

      Debes para entrar a %s debes identificarte con tu nombre de " +"usuario y tu clave de acceso.

      Notifica a %s si deseas solicitar acceso." + +msgid "A DAViCal principal collection may only contain collections" +msgstr "Una colección principal de DAViCal solo puede contener colecciones" + +msgid "A collection already exists at that location." +msgstr "Una colección ya existe en ese lugar." + +msgid "A resource already exists at the destination." +msgstr "Un recurso ya existe en ese destino." + +msgid "AWL Library version " +msgstr "Biblioteca AWL versión" + +msgid "Access Tickets" +msgstr "Boletos de Acceso" + +msgid "Access ticket deleted" +msgstr "Boleto de acceso eliminado" + +msgid "Action" +msgstr "Acción" + +msgid "Active" +msgstr "Activo" + +msgid "Adding new member to this Group Principal" +msgstr "Agregando un miembro nuevo a este Principal de Grupo" + +#. Translators: in the sense of 'systems admin' +msgid "Admin" +msgstr "Admin" + +msgid "Administration" +msgstr "Administración" + +msgid "Administrator" +msgstr "Administrador" + +msgid "All" +msgstr "Todos" + +msgid "All collection data will be unrecoverably deleted." +msgstr "Todos los datos de esta colección serán eliminados." + +msgid "All of the principal's calendars and events will be unrecoverably deleted." +msgstr "Todos los calendarios y eventos de este principal serán eliminados permanentemente." + +msgid "All privileges" +msgstr "Todos los privilegios" + +msgid "All requested changes were made." +msgstr "Todos los cambios solicitados fueron hechos." + +msgid "Allow free/busy enquiries targeted at the owner of this scheduling inbox" +msgstr "Permite solicitudes libre/ocupado para el dueño de este buzón de itinerario." + +msgid "An \"Administrator\" user has full rights to the whole DAViCal System" +msgstr "Un usuario \"Administrador\" tiene todos derechos al Sistema DAViCal entero." + +msgid "Anonymous users are not allowed to modify calendars" +msgstr "Los usuarios anónimos no tienen permitido modificar calendarios" + +msgid "Anonymous users may only access public calendars" +msgstr "Los usuarios anónimos solo pueden ver calendarios públicos" + +msgid "Application DB User" +msgstr "Usuario de Base de Datos de la Aplicación" + +msgid "Apply Changes" +msgstr "Efectúa Cambios" + +msgid "Apply DB Patches" +msgstr "Aplica Parches a la Base de Datos" + +msgid "Attachment" +msgstr "Anexo" + +msgid "Binding deleted" +msgstr "Enlace eliminado" + +msgid "Bindings to other collections" +msgstr "Enlaces a otras colecciones" + +msgid "Bindings to this Collection" +msgstr "Enlaces a esta colleción" + +msgid "Bindings to this Principal's Collections" +msgstr "Enlaces a las Colleciones de este Principal" + +msgid "Bound As" +msgstr "Enlazado con" + +msgid "Browse all users" +msgstr "Ver a todos los usuarios" + +msgid "Busy" +msgstr "Ocupado" + +#, php-format +msgid "Calendar \"%s\" was loaded from file." +msgstr "El calendario \"%s\" fue cargado desde un archivo." + +msgid "Calendar Principals" +msgstr "Principales del Calendario" + +msgid "Calendar Timezone" +msgstr "Huso Horario del Calendario" + +msgid "Can only add tickets for existing collection paths which you own" +msgstr "Solo puedes agregar boletos para tus colecciones existentes" + +msgid "Categories" +msgstr "Categorías" + +msgid "Change Password" +msgstr "Cambia la Clave de Acceso" + +msgid "Click to display user details" +msgstr "Click para desplegar los detalles de usuario" + +msgid "Click to edit principal details" +msgstr "Click para editar los detalles del principal" + +msgid "Collection" +msgstr "Colección" + +msgid "Collection Grants" +msgstr "Subvenciones de Colección" + +msgid "Collection ID" +msgstr "ID de Colección" + +msgid "Collection deleted" +msgstr "Colección eliminada" + +msgid "Collections may not be both CalDAV calendars and CardDAV addressbooks at the same time" +msgstr "Las colecciones no pueden ser calendarios CalDAV y agendas de teléfono CardDAV al mismo tiempo" + +msgid "Configuring Calendar Clients for DAViCal" +msgstr "Configurando Clientes de Calendario para DAViCal" + +msgid "Configuring DAViCal" +msgstr "Configurando DAViCal" + +msgid "Confirm" +msgstr "Confirma" + +msgid "Confirm Deletion of the Binding" +msgstr "Confirma Eliminación del Enlace" + +msgid "Confirm Deletion of the Collection" +msgstr "Confirma Eliminación de la Collación" + +msgid "Confirm Deletion of the Principal" +msgstr "Confirma Eliminación del Principal" + +msgid "Confirm Deletion of the Ticket" +msgstr "Confirma Eliminación del Boleto" + +msgid "Confirm Password" +msgstr "Confirma Clave de Acceso" + +msgid "Confirm the new password." +msgstr "Confirma la clave de acceso nueva." + +msgid "Could not retrieve" +msgstr "No lo pudo sacar" + +msgid "Create" +msgstr "Crear" + +msgid "Create Collection" +msgstr "Crear una Colección" + +msgid "Create Events/Collections" +msgstr "Crear Eventos/Colecciones" + +msgid "Create New Collection" +msgstr "Crear una Colección Nueva" + +msgid "Create New Principal" +msgstr "Crear un Principal Nuevo" + +msgid "Create Principal" +msgstr "Crear un Principal" + +msgid "Create a new principal (i.e. a new user, resource or group)" +msgstr "Crear a un principal nuevo (eg. un usuario, recurso, o grupo)" + +msgid "Create a resource or collection" +msgstr "Crear un recurso o colección" + +msgid "Creating new Collection." +msgstr "Creando una Colección nueva." + +msgid "Creating new Principal record." +msgstr "Creando un registro de Principal nuevo." + +msgid "Creating new ticket granting privileges to this Principal" +msgstr "Creando un boleto para otorgar privilegios a este Principal" + +msgid "Current DAViCal version " +msgstr "Versión actual de DAViCal " + +msgid "DAV Path" +msgstr "Camino DAV" + +msgid "DAV::resourcetype may only be set to a new value, it may not be removed." +msgstr "DAV::resourcetype solo puede tener un valor nuevo, y no puede ser eliminado." + +msgid "DAViCal CalDAV Server" +msgstr "Servidor DAViCal CalDAV" + +msgid "DAViCal DB Schema version " +msgstr "Esquema de Datos de DAViCal versión " + +msgid "DAViCal Homepage" +msgstr "Página Principal de DAViCal" + +msgid "DAViCal Wiki" +msgstr "Wiki de DAViCal" + +msgid "DAViCal only allows BIND requests for collections at present." +msgstr "DAViCal solo permite solicitudes BIND a collecciones por ahora." + +msgid "DKIM signature invalid " +msgstr "Firma DKIM inv[alida " + +msgid "DKIM signature missing" +msgstr "Firma DKIM perdida" + +msgid "DKIM signature validation failed(DNS ERROR)" +msgstr "La validación de la firma DKIM falló(ERROR de DNS)" + +msgid "DKIM signature validation failed(KEY Parse ERROR)" +msgstr "Validación de firma DKIM falló (ERROR al interpretar KEY)" + +msgid "DKIM signature validation failed(KEY Validation ERROR)" +msgstr "La validación de la firma DKIM falló(ERROR de validación de LLAVE)" + +msgid "DKIM signature validation failed(Signature verification ERROR)" +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" + +msgid "Database Host" +msgstr "Servidor de Base de Datos" + +msgid "Database Name" +msgstr "Nombre de la Base de Datos" + +msgid "Database Owner" +msgstr "Propietario de la Base de Datos" + +msgid "Database Password" +msgstr "Clave de Acceso a la Base de Datos" + +msgid "Database Port" +msgstr "Puerto de la Base de Datos" + +msgid "Database Username" +msgstr "Nombre de Usuario para la Base de Datos" + +msgid "Database error" +msgstr "Error en la base de datos" + +msgid "Date Format Style" +msgstr "Estilo de Formato de Fecha" + +msgid "Date Style" +msgstr "Formato de Fecha" + +msgid "Default Privileges" +msgstr "Privilegios Automáticos" + +msgid "Delete" +msgstr "Eliminar" + +msgid "Delete Events/Collections" +msgstr "Eliminar Eventos/Colecciones" + +msgid "Delete Principal" +msgstr "Eliminar al Principal" + +msgid "Delete a resource or collection" +msgstr "Eliminar un recurso o colección" + +msgid "Deleted a grant from this Principal" +msgstr "Eliminar una subvención de este Principal" + +msgid "Deleting Binding:" +msgstr "Eliminando Enlace:" + +msgid "Deleting Collection:" +msgstr "Eliminando Colección:" + +msgid "Deleting Principal:" +msgstr "Eliminando Principal:" + +msgid "Deleting Ticket:" +msgstr "Eliminando Boleto:" + +msgid "Deliver scheduling invitations from an organiser to this scheduling inbox" +msgstr "Enviar invitaciones de itinerario de un organizador a este buzón de itinerarios" + +msgid "Deliver scheduling replies from an attendee to this scheduling inbox" +msgstr "Enviar respuestas de itinerario de un participante a este buzón de itinerarios" + +msgid "Dependencies" +msgstr "Dependencias" + +msgid "Dependency" +msgstr "Dependencia" + +msgid "Description" +msgstr "Descripción" + +msgid "Destination collection does not exist" +msgstr "La colleción de destino no existe" + +msgid "Directory on the server" +msgstr "Directorio en el servidor" + +msgid "Display Name" +msgstr "Desplegar Nombre" + +msgid "Displayname" +msgstr "Nombre de Despliegue" + +msgid "Does the user have the right to perform this role?" +msgstr "¿El usuario tiene derechos a desempeñar este papel?" + +msgid "EMail" +msgstr "EMail" + +msgid "EMail OK" +msgstr "EMail correcto" + +msgid "ERROR: The full name may not be blank." +msgstr "ERROR: El nombre completo no puede estar vacío." + +msgid "ERROR: The new password must match the confirmed password." +msgstr "ERROR: La clave de acceso debe coincidir con la clave de acceso confirmada." + +msgid "ERROR: There was a database error writing the roles information!" +msgstr "ERROR: ¡Un error de base de datos ocurrió al escribir la información de papeles!" + +msgid "Edit" +msgstr "Editar" + +msgid "Edit this user record" +msgstr "Editar este registro de usuario" + +msgid "Email Address" +msgstr "Dirección de Email" + +msgid "Enter a username, if you know it, and click here, to be e-mailed a temporary password." +msgstr "" +"Proporcione un nombre de usuario, si lo sabe, y haga click aquí, para enviarle una clave de acceso " +"temporal." + +msgid "Enter your username and password then click here to log in." +msgstr "Proporcione su nombre de usuario y clave de accesso, depues haga click aquí para entrar." + +#, php-format +msgid "Error NoGroupFound with filter >%s<, attributes >%s< , dn >%s<" +msgstr "Error NoGroupFound con el filtro >%s<, atributos >%s< , dn >%s<" + +#, php-format +msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" +msgstr "Error NoUserFound con filtro >%s<, atributos >%s< , dn >%s<" + +msgid "Error querying database." +msgstr "Error consultando la base de datos." + +msgid "Error writing calendar details to database." +msgstr "Error al escribir los detalles del calendario en la base de datos." + +msgid "Error writing calendar properties to database." +msgstr "Error al escribir las propiedades del calendario en la base de datos." + +msgid "European" +msgstr "Europeo" + +msgid "European (d/m/y)" +msgstr "Europeo (d/m/y)" + +msgid "Existing resource does not match \"If-Match\" header - not accepted." +msgstr "El recurso existente no coincide con el encabezado \"If-Match\" - rechazado." + +msgid "Existing resource matches \"If-None-Match\" header - not accepted." +msgstr "El recurso existente coincide con el encabezado \"If-None-Match\" - rechazado." + +msgid "Expires" +msgstr "Expira" + +msgid "Fail" +msgstr "Falla" + +msgid "Failed to write collection." +msgstr "Fallo al escribir la colección." + +msgid "Feeds are only supported for calendars at present." +msgstr "Alimentación solo se suporta para calendarios por ahora." + +msgid "For access to the" +msgstr "Para acceso al" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "Free/Busy" +msgstr "Libre/Ocupado" + +msgid "Full Name" +msgstr "Nombre completo" + +msgid "Fullname" +msgstr "Nombre" + +msgid "GET requests on collections are only supported for calendars." +msgstr "Las solicitudes GET en colecciones solo son suportadas para calendarios." + +msgid "GNU gettext support" +msgstr "Soporte para GNU gettext" + +msgid "GO!" +msgstr "¡IR!" + +msgid "Go to the DAViCal Feature Requests" +msgstr "Ir a las Solicitudes de Prestaciones de DAViCal" + +msgid "Grant" +msgstr "Subvención" + +msgid "Granting new privileges from this Principal" +msgstr "Conceder nuevos privilegios a este Principal" + +#. Translators: in the sense of a group of people +msgid "Group" +msgstr "Grupo" + +msgid "Group Members" +msgstr "Miembros del Grupo" + +msgid "Group Memberships" +msgstr "Membresías de Grupo" + +msgid "Group Principals" +msgstr "Principales del Grupo" + +msgid "Has Members" +msgstr "Tiene Miembros" + +msgid "Help" +msgstr "Ayuda" + +msgid "Help on the current screen" +msgstr "Ayuda con la pantalla actual" + +msgid "Help! I've forgotten my password!" +msgstr "¡Ayuda! ¡Olvidé mi clave de acceso!" + +msgid "Home" +msgstr "Principio" + +msgid "Home Page" +msgstr "Página Principal" + +msgid "Home addressbook added." +msgstr "Lista de direcciones principal agregada." + +msgid "Home addressbook already exists." +msgstr "La lista de direcciones principal ya existe." + +msgid "Home calendar added." +msgstr "Calendario principal agregado." + +msgid "Home calendar already exists." +msgstr "El calendario principal ya existe." + +msgid "ID" +msgstr "ID" + +msgid "ISO Format" +msgstr "Formato ISO" + +msgid "ISO Format (YYYY-MM-DD)" +msgstr "Formato ISO (YYYY-MM-DD)" + +#. Translators: short for 'Identifier' +msgid "Id" +msgstr "ID" + +msgid "If you have forgotten your password then" +msgstr "Si olvidó su clave de acceso, entonces" + +msgid "If you would like to request access, please e-mail" +msgstr "Si usted quiere solicitar acceso, por favor contacte a" + +msgid "Import all .ics files of a directory" +msgstr "Importar todos los archivos .ics desde un directorio" + +msgid "Import calendars and Synchronise LDAP." +msgstr "Importar calendarios y Sincronizar LDAP." + +msgid "Inactive Principals" +msgstr "Principales Inactivos" + +msgid "Incorrect content type for addressbook: " +msgstr "Tipo incorrecto para lista de direcciones: " + +msgid "Incorrect content type for calendar: " +msgstr "Typo de contenido incorrecto para el calendario: " + +msgid "Invalid user name or password." +msgstr "Nombre de usuario o clave de acceso inválidos." + +msgid "Invalid username or password." +msgstr "Nombre de usuario o clave de acceso inválidos." + +msgid "Is Member of" +msgstr "Es miembro de" + +msgid "Is a Calendar" +msgstr "Es un Calendario" + +msgid "Is an Addressbook" +msgstr "Es una Lista de Direcciones" + +msgid "Is this user active?" +msgstr "¿Está activado este usuario?" + +msgid "Items in Collection" +msgstr "Artículos en Colección" + +msgid "Joined" +msgstr "Junto" + +msgid "Language" +msgstr "Lenguaje" + +msgid "Last used" +msgstr "Último uso" + +msgid "List Groups" +msgstr "Listar Grupos" + +msgid "List Resources" +msgstr "Listar Recursos" + +msgid "List Users" +msgstr "Listar Usuarios" + +msgid "Load From File" +msgstr "Cargar Desde Archivo" + +msgid "Locale" +msgstr "Localidad" + +msgid "Location" +msgstr "Localización" + +msgid "Log On Please" +msgstr "Identifíquese Por Favor" + +msgid "Log out of DAViCal" +msgstr "Salir de DAViCal" + +msgid "Logout" +msgstr "Salida" + +msgid "Member deleted from this Group Principal" +msgstr "Miembro eliminado de este Grupo de Principales" + +msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +msgstr "" +"La mayoría de las funciones de DAViCal funcionarán, pero es muy recomendable actualizar a PHP 5.2 o " +"mas reciente." + +msgid "Name" +msgstr "Nombre" + +msgid "New Collection" +msgstr "Colección Nueva" + +msgid "New Password" +msgstr "Nueva Clave de Acceso" + +msgid "New Principal" +msgstr "Principal Nuevo" + +#. Translators: not 'Yes' +msgid "No" +msgstr "No" + +msgid "No authority to deliver invitations to user." +msgstr "Sin autoridad para enviar invitaciones al usuario." + +msgid "No calendar content" +msgstr "Calendario vacío" + +msgid "No collection found at that location." +msgstr "No se encontró ninguna colección en esa localización." + +msgid "No scheduling support for user" +msgstr "Itinerarios de usuario no soportados" + +msgid "No summary" +msgstr "Sin resumen" + +#. Translators: short for 'Number' +msgid "No." +msgstr "No." + +msgid "No. of Collections" +msgstr "No. de Colecciones" + +msgid "No. of Principals" +msgstr "No. de Principales" + +msgid "No. of Resources" +msgstr "No. de Recursos" + +msgid "Not overwriting existing destination resource" +msgstr "No sobreescribir recursos existentes en el destino" + +msgid "Opaque" +msgstr "Opaco" + +msgid "Override a Lock" +msgstr "Anular un Seguro" + +msgid "PDO PostgreSQL drivers" +msgstr "Drivers PDO para PostgreSQL" + +msgid "PHP DateTime class" +msgstr "Clase DateTime de PHP" + +msgid "PHP LDAP module available" +msgstr "Módulo LDAP PHP disponible" + +msgid "PHP Magic Quotes GPC off" +msgstr "Comillas Mágicas GPC de PHP deactivadas" + +msgid "PHP Magic Quotes runtime off" +msgstr "Comillas Mágicas GPC de PHP deactivadas durante ejecución" + +msgid "PHP PDO module available" +msgstr "Módulo PHP PDO disponible" + +msgid "PHP PostgreSQL available" +msgstr "PHP PostgreSQL disponible" + +msgid "PHP iconv support" +msgstr "Soporte PHP iconv" + +msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" +msgstr "" +"PUT solo se permite para una colección si el contenido es text/calendar para una colección de " +"calendario" + +msgid "Passed" +msgstr "Aceptado" + +msgid "Password" +msgstr "Clave de Acceso" + +msgid "Path" +msgstr "Camino" + +msgid "Person" +msgstr "Persona" + +msgid "Please confirm deletion of access ticket - see below" +msgstr "Por favor confirme la eliminación del billete de acceso - vea en seguida" + +msgid "Please confirm deletion of binding - see below" +msgstr "Por favor confirme la eliminación del enlace - vea en seguida" + +msgid "Please confirm deletion of collection - see below" +msgstr "Por favor confirme la eliminación de la colección - vea en seguida" + +msgid "Please confirm deletion of the principal" +msgstr "Por favor confirme la eliminación del principal" + +msgid "Please note the time and advise the administrator of your system." +msgstr "Por favor anote la hora y avísele a su administrador de sistema." + +msgid "Principal" +msgstr "Principal" + +msgid "Principal Collections" +msgstr "Collecciones del Principal" + +msgid "Principal Grants" +msgstr "Subvenciones para Principal" + +msgid "Principal ID" +msgstr "ID del Principal" + +msgid "Principal Type" +msgstr "Tipo del Principal" + +msgid "Principal deleted" +msgstr "Principal eliminado" + +msgid "Privileges" +msgstr "Privilegios" + +msgid "Privileges granted to All Users" +msgstr "Privilegios otorgados a Todos los Usuarios" + +msgid "Property is read-only" +msgstr "Esta propiedad es solo de lectura" + +#. Translators: in the sense of being available to all users +msgid "Public" +msgstr "Público" + +msgid "Publicly Readable" +msgstr "Lectura Pública" + +msgid "REPORT body contains no XML data!" +msgstr "¡El cuerpo del REPORTE no contiene datos XML!" + +msgid "REPORT body is not valid XML data!" +msgstr "¡El cuerpo del REPORTE tiene datos XML inválidos!" + +msgid "Read" +msgstr "Leer" + +msgid "Read ACLs for a resource or collection" +msgstr "Leer Listas de Control de Acceso (ACL) para un recurso o colección" + +msgid "Read Access Controls" +msgstr "Leer Controles de Acceso" + +msgid "Read Current User's Access" +msgstr "Leer Acceso del Usuario Actual" + +msgid "Read Free/Busy Information" +msgstr "Leer Información Libre/Ocupado" + +msgid "Read the content of a resource or collection" +msgstr "Leer el contenido de un recurso o colección" + +msgid "Read the details of the current user's access control to this resource." +msgstr "Leer los detalles de control de acceso para el usuario actaul respecto a este recurso." + +msgid "Read the free/busy information for a calendar collection" +msgstr "Leer la información libre/ocupado para una colección de calendario" + +msgid "Read/Write" +msgstr "Leer/Escribir" + +msgid "Remove" +msgstr "Remover" + +msgid "Remove a lock" +msgstr "Remover un seguro" + +msgid "Report Bug" +msgstr "Reportar un problema" + +msgid "Report a bug in the system" +msgstr "Reportar un problema en el sistema" + +msgid "Request Feature" +msgstr "Solicitar una Prestación" + +msgid "Request body is not valid XML data!" +msgstr "¡El cuerpo de la solicitud no contiene datos XML válidos!" + +#. Translators a thing which might be booked: a room, a carpark, a projector... +msgid "Resource" +msgstr "Recurso" + +msgid "Resource Calendar Principals" +msgstr "Recursos de Principales de Calendario" + +msgid "Resource Not Found." +msgstr "Recurso No Encontrado." + +msgid "Resource has changed on server - not deleted" +msgstr "El Recurso cambió en el servidor - no eliminado" + +msgid "Resources may not be changed to / from collections." +msgstr "Recursos no pueden ser cambiadoes desde / hacias colecciones." + +msgid "Revoke" +msgstr "Revocar" + +msgid "Schedule Deliver" +msgstr "Entrega de Itinerario" + +msgid "Schedule Send" +msgstr "Envío de Itinerario" + +msgid "Schedule Transparency" +msgstr "Transparencia de Itinerario" + +msgid "Scheduling invitation delivered successfully" +msgstr "Invitación de itinerario entregada con éxito" + +msgid "Scheduling: Deliver a Reply" +msgstr "Itinerario: Entregar una Respuesta" + +msgid "Scheduling: Deliver an Invitation" +msgstr "Itinerario: Entregar una Invitación" + +msgid "Scheduling: Delivery" +msgstr "Itinerario: Entregas" + +msgid "Scheduling: Query free/busy" +msgstr "Itinerario: Búsqueda libre/ocupado" + +msgid "Scheduling: Send a Reply" +msgstr "Itinerario: Responder" + +msgid "Scheduling: Send an Invitation" +msgstr "Itinerario: Enviar una Invitación" + +msgid "Scheduling: Send free/busy" +msgstr "Itinerario: Enviar libre/ocupado" + +msgid "Scheduling: Sending" +msgstr "Itinerario: Enviando" + +msgid "Send free/busy enquiries" +msgstr "Enviar verificaciones de libre/ocupado" + +msgid "Send scheduling invitations as an organiser from the owner of this scheduling outbox." +msgstr "" +"Enviar invitaciones de itinerario como el organizador desde el dueño de este buzón de itinerario." + +msgid "Send scheduling replies as an attendee from the owner of this scheduling outbox." +msgstr "Enviando respuestas como participante desde el dueño de este buzón de salida para itinerarios." + +msgid "Set free/busy privileges" +msgstr "Activar privilegios libre/ocupado" + +msgid "Set read privileges" +msgstr "Activar privilegios de lectura" + +msgid "Set read+write privileges" +msgstr "Activar privilegios de lectura+escritura" + +msgid "Set schedule-deliver privileges" +msgstr "Asignar privilegios de entrega-itinerario" + +msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/" +msgstr "La trayectoria para grabar su ics (e.g. 'home') será referido como /caldar.php/me/home/" + +msgid "Setup" +msgstr "Configuración" + +msgid "Setup DAViCal" +msgstr "Configurar DAViCal" + +msgid "Show help on" +msgstr "Mostrar ayuda de " + +msgid "Site Statistics" +msgstr "Estadísticas del Sitio" + +msgid "Site Statistics require the database to be available!" +msgstr "¡Las Estadísticas del Sitio requieren que la base de datos esté disponible!" + +msgid "Some properties were not able to be changed." +msgstr "No fue posible cambiar algunas propiedades." + +msgid "Some properties were not able to be set." +msgstr "No fue posible configurar algunas propiedades." + +msgid "Source resource does not exist." +msgstr "El recurso fuente no existe." + +msgid "Special collections may not contain a calendar or other special collection." +msgstr "Las colecciones especiales no pueden contener un calendario u otra colección especial." + +msgid "Specific Privileges" +msgstr "Privilegios Específicos" + +msgid "Status" +msgstr "Estado" + +#, php-format +msgid "Status: %d, Message: %s, User: %d, Path: %s" +msgstr "Estado: %d, Mensaje: %s, Usuario: %d, Camino: %s" + +msgid "Submit" +msgstr "Enviar" + +msgid "Suhosin \"server.strip\" disabled" +msgstr "Suhosin \"server.strip\" deactivado" + +msgid "Sync LDAP Groups with RSCDS" +msgstr "Sincronizar LDAP Groups y RSCDS" + +msgid "Sync LDAP with DAViCal" +msgstr "Sincronizar LDAP y DAViCal" + +msgid "Target" +msgstr "Destino" + +msgid "That destination name contains invalid characters." +msgstr "El nombre de destino tiene caracteres inválidos." + +msgid "That resource is not present on this server." +msgstr "El recurso no está presente en este servidor." + +msgid "The BIND Request MUST identify an existing resource." +msgstr "La Solicitud BIND DEBE identificar un recurso existente." + +msgid "The BIND Request-URI MUST identify a collection." +msgstr "El URI de la Solicitud BIND DEBE identificar una colección." + +msgid "The BIND method is not allowed at that location." +msgstr "No está permitido el método BIND en esa localización." + +msgid "The CalDAV:schedule-calendar-transp property may only be set on calendars." +msgstr "La propiedad CalDAV:schedule-calendar-transp solo puede ser configurada en calendarios." + +msgid "The DAViCal Home Page" +msgstr "La Página Principal de DAViCal" + +msgid "The access ticket will be deleted." +msgstr "El boleto de acceso será eliminado." + +msgid "The addressbook-query report must be run against an addressbook collection" +msgstr "" +"El reporte de solicitud-lista-de-direcciones debe ejecutarse con respecto a una colección de lista de " +"direcciones." + +msgid "The application program does not understand that request." +msgstr "El programa de aplicación no comprendión esa solicitud." + +msgid "The binding will be deleted." +msgstr "El enlace será eliminado." + +msgid "The calendar path contains illegal characters." +msgstr "La trayectoria del calendario contiene caracteres ilegales." + +msgid "" +"The calendar-free-busy-set is superseded by the schedule-transp property of a calendar collection." +msgstr "" +"La propiedad calendar-free-busy-set es reemplazada por schedule-transp en unacolección de calendario." + +msgid "The calendar-query report must be run against a calendar or a scheduling collection" +msgstr "El reporte calendar-query debe ejecutarse contra un calendario o una colecciónde itinerario" + +msgid "The collection name may not be blank." +msgstr "El nombre de la colección no puede dejarse en blanco." + +msgid "The destination collection does not exist" +msgstr "La colección de destino no existe." + +msgid "The displayname may only be set on collections, principals or bindings." +msgstr "El nombre de despliegue puede asignarse solo en colecciones, principales, o enlaces." + +msgid "The email address really should not be blank." +msgstr "La dirección de correo electrónico no deberá estar en blanco." + +msgid "The file is not UTF-8 encoded, please check the error for more details." +msgstr "" +"Ël archivo no está codificado en UTF-8, por favor verifica el mensaje de error para mayores detalles." + +msgid "The full name for this person, group or other type of principal." +msgstr "El nombre completo de esta persona, grupo, u otro tipo de principal." + +msgid "The full name must not be blank." +msgstr "El nombre completo no puede estar en blanco." + +msgid "The name this user can log into the system with." +msgstr "El nombre con el que este usuario accederá el sistema." + +msgid "The path on the server where your .ics files are." +msgstr "La trayectoria en el servidor donce están los archivos .ics." + +msgid "The preferred language for this person." +msgstr "El lenguaje predilecto de esta persona." + +msgid "The style of dates used for this person." +msgstr "El estilo de fechas usado por esta persona." + +msgid "The user's e-mail address." +msgstr "El correo electrónico del usuario." + +msgid "The user's full name." +msgstr "El nombre completo del usuario." + +msgid "The user's password for logging in." +msgstr "La clave de acceso del usuario para acceder al sistema." + +msgid "The username must not be blank, and may not contain a slash" +msgstr "El nombre de usuario no puede estar en blanco, y no debe contener diagonales." + +msgid "There was an error reading from the database." +msgstr "Ocurrió un error al leer la base de datos." + +msgid "There was an error writing to the database." +msgstr "Ocurrió un error al escribir en la base de datos." + +msgid "" +"This operation does the following:

      • check valid groups in LDAP directory
      • check groups " +"in DAViCal
      then
      • if a group is present in DAViCal but not in LDAP set as inactive in " +"DAViCal
      • if a group is present in LDAP but not in DAViCal create the group in DAViCal
      • " +"
      • if a group in present in LDAP and DAViCal then update information in DAViCal
      " +msgstr "" +"Esta operación hace lo sigiente:
      • verificar los grupos en el directorio LDAP
      • checar los " +"grupos en DAViCal
      luego
      • si un grupo existe en DAViCal mas no en LDAP, asignarlo como " +"inactivo en DAViCal
      • si un grupo está presente en LDAP pero no ed DAViCal, crear el grupo en " +"DAViCal
      • si un grupo está presente en ambos LDAP y DAViCal, actualizar la información en " +"DAViCal
      " + +msgid "" +"This operation does the following:
      • check valid users in LDAP directory
      • check users in " +"DAViCal
      then
      • if a user is present in DAViCal but not in LDAP set him as inactive in " +"DAViCal
      • if a user is present in LDAP but not in DAViCal create the user in DAViCal
      • " +"
      • if a user in present in LDAP and DAViCal then update information in DAViCal
      " +msgstr "" +"Esta operación hace lo siguiente:
      • verificar que los usuarios son válidos en el directorio " +"LDAP
      • checar los usuarios en DAViCal
      luego
      • si un usuario está presente en " +"DAViCal pero no en LDAP, assignarlo como inactivo en DAViCal
      • si un usuario está presente en " +"LDAP mas no en DAViCal, crear al usuario en DAViCal
      • si un usuario está presente en LDAP y en " +"DAViCal, actualizar la información en DAViCal
      " + +msgid "" +"This page primarily checks the environment needed for DAViCal to work correctly. Suggestions or " +"patches to make it do more useful stuff will be gratefully received." +msgstr "" +"Esta página valida el ambiente operativo necesario para que DAViCal funcione correctamente. " +"Sugestiones o parches para hacerla mas útil o efectiva serán graciosamente recibidas." + +msgid "This server only supports the text/calendar format for freebusy URLs" +msgstr "Este servidor solo soporta el formato text/calendar para URLs freebusy" + +msgid "Ticket ID" +msgstr "ID del Boleto" + +msgid "Time" +msgstr "Tiempo" + +msgid "To Collection" +msgstr "A la Colleción" + +msgid "To ID" +msgstr "Al ID" + +msgid "Toggle all privileges" +msgstr "Intercambiar todos los privilegios" + +msgid "Tools" +msgstr "Herramientas" + +msgid "Transparent" +msgstr "Transparente" + +msgid "URL" +msgstr "URL" + +msgid "US Format" +msgstr "Formato EEUU" + +msgid "Unauthenticated User" +msgstr "Usuario no Autentificado" + +msgid "United States of America (m/d/y)" +msgstr "Estados Unidos de Norteamérica (m/d/y)" + +msgid "Update" +msgstr "Actualizar" + +msgid "Updated" +msgstr "Actualizado" + +msgid "Updating Collection record." +msgstr "Actualizando el registro de Colección." + +msgid "Updating Member of this Group Principal" +msgstr "Actualizando a un Miembro de este Grupo Principal" + +msgid "Updating Principal record." +msgstr "Actualizando el registro Principal." + +msgid "Updating grants by this Principal" +msgstr "Actualizando las subvenciones de este Principal" + +msgid "Upgrade DAViCal database schema" +msgstr "Actualizar el esquema de base de datos de DAViCal" + +msgid "Upgrade Database" +msgstr "Actualizar la Base de Datos" + +msgid "Upload a .ics calendar in iCalendar format to initialise or replace this calendar." +msgstr "Subir un calendario .ics en formato iCalendar para inicializar o reemplazar este calendario." + +msgid "User Calendar Principals" +msgstr "Principales Usuarios de Calendario" + +msgid "User Details" +msgstr "Detalles del Usuario" + +msgid "User Functions" +msgstr "Funciones del Usuario" + +msgid "User Name" +msgstr "Nombre del Usuario" + +msgid "User Roles" +msgstr "Papeles del Usuario" + +msgid "User is active" +msgstr "El Usuario es activo" + +msgid "User record written." +msgstr "Registro del usuario escrito." + +msgid "Username" +msgstr "Nombre de Usuario" + +msgid "View My Details" +msgstr "Ver Mis Detalles" + +msgid "View my own principal record" +msgstr "Ver mi registro principal propio" + +msgid "View this user record" +msgstr "Ver este registro de usuario" + +msgid "Visit the DAViCal Wiki" +msgstr "Visitar el Wiki de DAViCal" + +#, php-format +msgid "Want: %s, Currently: %s" +msgstr "Quiere: %s, Actualmente: %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 "" +"Precaución: ¡No hay usuarios administrativos activos! Debe reparar esto antes de salirdel sistema. " +"Considere utilizar el parámetro $c->do_not_sync_from_ldap de configuración." + +msgid "When the user's e-mail account was validated." +msgstr "Cuando la dirección de correo electrónico del usuario fue validada." + +msgid "Write" +msgstr "Escribir" + +msgid "Write ACLs for a resource or collection" +msgstr "Escribir ACLs para un recurso o colección" + +msgid "Write Access Controls" +msgstr "Escribir los Controles de Acceso" + +msgid "Write Data" +msgstr "Escribir Datos" + +msgid "Write Metadata" +msgstr "Escribir Meta-datos" + +msgid "Write content" +msgstr "Escribir contenido" + +msgid "Write properties" +msgstr "Escribir propiedades" + +msgid "Yes" +msgstr "Sí" + +msgid "You are editing" +msgstr "Ud. está editando" + +msgid "You are not authorised to use this function." +msgstr "Ud. no está autorizado a usar esta función." + +msgid "You are viewing" +msgstr "Usted ve" + +msgid "You do not have permission to modify this record." +msgstr "Ud. no tiene permiso para modificar este registro." + +msgid "You may not PUT to a collection URL" +msgstr "Ud. no puede ejecutar PUT en un URL de colección" + +msgid "You must log in to use this system." +msgstr "Ud. debe identificarse para usar este sistema." + +msgid "Your configuration produced PHP errors which should be corrected" +msgstr "Su configuración produjo errors PHP que deben ser corregidos" + +#, php-format +msgid "all events of user %s were deleted and replaced by those from file %s" +msgstr "Todos los eventos del usuario %s fueron eliminados y reemplazados con los del archivo %s" + +msgid "calendar-timezone property is only valid for a calendar." +msgstr "calendar-timezone es una propiedad válida solamente para un calendario." + +#, php-format +msgid "directory %s is not readable" +msgstr "el directorio %s no es legible" + +msgid "drivers_imap_pam : imap_url parameter not configured in /etc/davical/*-conf.php" +msgstr "drivers_imap_pam : imap_url parámetro no configurado en /etc/davical/*-conf.php" + +msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed" +msgstr "drivers_ldap : No pudo arrancar TLS: ldap_start_tls() falló" + +#, php-format +msgid "drivers_ldap : Failed to bind to host %1$s on port %2$s with bindDN of %3$s" +msgstr "drivers_ldap : Falló la atadura entre el sistema %1$s en el puerto %2$s con atadura DN de %3$s" + +msgid "drivers_ldap : Failed to set LDAP to use protocol version 3, TLS not supported" +msgstr "" +"drivers_ldap : Falló en establecer que LDAP utilice la versión 3 del protocol, TLS no es soportada" + +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 : Incapaz de atar a LDAP - verifique su configuración de bindDN y passDN, y que su " +"servidor LDAP sea accesible" + +#, php-format +msgid "drivers_ldap : Unable to connect to LDAP with port %s on host %s" +msgstr "drivers_ldap : Incapaz de conectar a LDAP en el puerto %s del servidor %s" + +msgid "drivers_ldap : function ldap_connect not defined, check your php_ldap module" +msgstr "drivers_ldap : la función ldap_connect no fue definida; cheque su módulo php_ldap" + +#, php-format +msgid "drivers_pwauth_pam : Unable to find %s file" +msgstr "drivers_pwauth_pam : Incapz de encontrar al archivo %s" + +#, php-format +msgid "drivers_squid_pam : Unable to find %s file" +msgstr "drivers_squid_pam : Incapaz de encontrar el archivo %s" + +#. Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future +msgid "forget me not" +msgstr "no me olvides" + +msgid "from principal" +msgstr "del principal" + +msgid "path to store your ics" +msgstr "trayectoria para almacenar ics" + +#, php-format +msgid "the file %s is not UTF-8 encoded, please check error for more details" +msgstr "el archivo %s no está codificado en UTF-8; por favor verifique el error para mayores detalles" + +msgid "unauthenticated" +msgstr "Desautenticado" + +msgid "you should log on with the username and password that have been issued to you." +msgstr "deberá identificarse con el nombre de usuario y clave de acceso que le fueron otorgados." diff --git a/po/es_MX.values b/po/es_MX.values new file mode 100644 index 00000000..3714ba54 --- /dev/null +++ b/po/es_MX.values @@ -0,0 +1 @@ + VALUES( 'es_MX', 'Spanish (Mexico)', 'Español (Mexico)' ); diff --git a/po/es.po b/po/es_VE.po similarity index 77% rename from po/es.po rename to po/es_VE.po index 1c2f6f2f..1b6ddf39 100644 --- a/po/es.po +++ b/po/es_VE.po @@ -1,76 +1,78 @@ -# Argentinian Spanish translation of RSCDS -# Copyright (C) 2006 Andrew McMillan -# This file is distributed under the same license as the RSCDS package. -# Lorena Paoletti , 2006. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # -#, fuzzy +# e1th0r , 2011. msgid "" msgstr "" -"Project-Id-Version: RSCDS 0.2.3\n" +"Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-02-20 17:13+0100\n" -"PO-Revision-Date: 2006-11-06 17:12+1300\n" -"Last-Translator: Lorena Paoletti \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-26 13:25+0000\n" +"Last-Translator: e1th0r \n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.net/projects/p/davical/team/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" msgid "*** Default Locale ***" -msgstr "" +msgstr "** Locales por defecto **" msgid "*** Unknown ***" -msgstr "" +msgstr "** Desconocido **" -#, fuzzy, php-format +#, php-format msgid "- adding %s to group : %s" -msgstr "Mostrar el registro de éste usuario" +msgstr "Agregando %s al grupo: %s" -#, fuzzy, php-format +#, php-format msgid "- adding users %s to group : %s" -msgstr "Mostrar el registro de éste usuario" +msgstr "- agregando usuarios %s al grupo: %s" -#, fuzzy, php-format +#, php-format msgid "- creating groups : %s" -msgstr "Mostrar el registro de éste usuario" +msgstr "- creando grupos: %s" #, php-format msgid "- creating record for users : %s" -msgstr "" +msgstr "- creando registros para usuarios: %s" -#, fuzzy, php-format +#, php-format msgid "- deactivate groups : %s" -msgstr "Mostrar el registro de éste usuario" +msgstr "- desactivar grupos: %s" -#, fuzzy, php-format +#, php-format msgid "- deactivating users : %s" -msgstr "Mostrar el registro de éste usuario" +msgstr "- desactivando usuarios: %s" #, php-format msgid "- nothing done on : %s" -msgstr "" +msgstr "- Nada que hacer en: %s" #, php-format msgid "- removing %s from group : %s" -msgstr "" +msgstr "- removiendo %s del grupo: %s" -#, fuzzy, php-format +#, php-format msgid "- updating groups : %s" -msgstr "Mostrar el registro de éste usuario" +msgstr "- actualizando grupos: %s" -#, fuzzy, php-format +#, php-format msgid "- updating user records : %s" -msgstr "Mostrar el registro de éste usuario" +msgstr "- actualizando registros de usuario: %s" msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" -msgstr "" +msgstr "" #, php-format msgid "" @@ -93,8 +95,6 @@ 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 "" -"

      Por favor, iniciar sesión

      Para acceder al %s debe conectarse con el nombre de usuario y " -"contraseña que le han sido asignado.

      Si desea solicitar el acceso, por favor, e-mail %s.

      " msgid "A DAViCal principal collection may only contain collections" msgstr "" @@ -106,14 +106,13 @@ msgid "A resource already exists at the destination." msgstr "" msgid "AWL Library version " -msgstr "" +msgstr "Versión de la librería AWL" msgid "Access Tickets" -msgstr "" +msgstr "Ticket de acceso" -#, fuzzy msgid "Access ticket deleted" -msgstr "Roles del Usuario" +msgstr "Ticket de acceso borrado" msgid "Action" msgstr "Acción" @@ -122,22 +121,20 @@ msgid "Active" msgstr "Activo" msgid "Adding new member to this Group Principal" -msgstr "" +msgstr "Agregando un nuevo miembro al grupo principal" #. Translators: in the sense of 'systems admin' msgid "Admin" -msgstr "Administrador" +msgstr "Administrador del Sistema" -#, fuzzy msgid "Administration" -msgstr "Administrador" +msgstr "Administración" -#, fuzzy msgid "Administrator" msgstr "Administrador" msgid "All" -msgstr "" +msgstr "Todo" msgid "All collection data will be unrecoverably deleted." msgstr "" @@ -146,7 +143,7 @@ msgid "All of the principal's calendars and events will be unrecoverably deleted msgstr "" msgid "All privileges" -msgstr "" +msgstr "Todos los privilegios" msgid "All requested changes were made." msgstr "" @@ -167,25 +164,22 @@ msgid "Application DB User" msgstr "" msgid "Apply Changes" -msgstr "" +msgstr "Aplicar cambios" msgid "Apply DB Patches" -msgstr "" +msgstr "Aplicar parche a la BD" msgid "Attachment" +msgstr "Adjunto" + +msgid "Binding deleted" msgstr "" -#, fuzzy -msgid "Binding deleted" -msgstr "Relación eliminada" - -#, fuzzy msgid "Bindings to other collections" -msgstr "Relación eliminada" +msgstr "" -#, fuzzy msgid "Bindings to this Collection" -msgstr "Relación eliminada" +msgstr "" msgid "Bindings to this Principal's Collections" msgstr "" @@ -194,56 +188,47 @@ msgid "Bound As" msgstr "" msgid "Browse all users" -msgstr "Mostrar todos los usuarios" +msgstr "Examinar todos los usuarios" msgid "Busy" -msgstr "" +msgstr "Ocupado" #, php-format msgid "Calendar \"%s\" was loaded from file." -msgstr "" +msgstr "Calendario \"%s\" fue cargado desde un archivo." -#, fuzzy msgid "Calendar Principals" -msgstr "Calendario de los Usuario" +msgstr "Calendario principal" -#, fuzzy msgid "Calendar Timezone" -msgstr "Calendario de los Usuario" +msgstr "" msgid "Can only add tickets for existing collection paths which you own" msgstr "" msgid "Categories" +msgstr "Categorías" + +msgid "Change Password" +msgstr "Cambiar password" + +msgid "Click to display user details" msgstr "" -#, fuzzy -msgid "Change Password" -msgstr "Nueva Constraseña" - -#, fuzzy -msgid "Click to display user details" -msgstr "Hacer clic para mostrar esa relación" - -#, fuzzy msgid "Click to edit principal details" -msgstr "Hacer clic para mostrar esa relación" +msgstr "" -#, fuzzy msgid "Collection" -msgstr "Relación eliminada" +msgstr "Colección" -#, fuzzy msgid "Collection Grants" -msgstr "Relación eliminada" +msgstr "" -#, fuzzy msgid "Collection ID" -msgstr "Relación eliminada" +msgstr "" -#, fuzzy msgid "Collection deleted" -msgstr "Relación eliminada" +msgstr "" msgid "Collections may not be both CalDAV calendars and CardDAV addressbooks at the same time" msgstr "" @@ -257,67 +242,56 @@ msgstr "" msgid "Confirm" msgstr "Confirmar" -#, fuzzy msgid "Confirm Deletion of the Binding" -msgstr "Calendario de los Usuario" +msgstr "" msgid "Confirm Deletion of the Collection" msgstr "" -#, fuzzy msgid "Confirm Deletion of the Principal" -msgstr "Calendario de los Usuario" +msgstr "" -#, fuzzy msgid "Confirm Deletion of the Ticket" -msgstr "Calendario de los Usuario" +msgstr "" -#, fuzzy msgid "Confirm Password" -msgstr "Confirmar la nueva contraseña." +msgstr "Confirmar contraseña" msgid "Confirm the new password." -msgstr "Confirmar la nueva contraseña." +msgstr "Confirmar nueva contraseña" msgid "Could not retrieve" -msgstr "" +msgstr "No se peude obtener" msgid "Create" msgstr "Crear" -#, fuzzy msgid "Create Collection" -msgstr "Calendario de los Usuario" +msgstr "Craer colección" -#, fuzzy msgid "Create Events/Collections" -msgstr "Calendario de los Usuario" +msgstr "Crear Evento/Colección" -#, fuzzy msgid "Create New Collection" -msgstr "Calendario de los Usuario" +msgstr "Crear nueva colección" msgid "Create New Principal" msgstr "" -#, fuzzy msgid "Create Principal" -msgstr "Calendario de los Usuario" +msgstr "" msgid "Create a new principal (i.e. a new user, resource or group)" msgstr "" -#, fuzzy msgid "Create a resource or collection" -msgstr "Calendario de los Usuario" +msgstr "" -#, fuzzy msgid "Creating new Collection." -msgstr "Calendario de los Usuario" +msgstr "" -#, fuzzy msgid "Creating new Principal record." -msgstr "Calendario de los Usuario" +msgstr "" msgid "Creating new ticket granting privileges to this Principal" msgstr "" @@ -326,7 +300,7 @@ msgid "Current DAViCal version " msgstr "" msgid "DAV Path" -msgstr "" +msgstr "Ruta DAV" msgid "DAV::resourcetype may only be set to a new value, it may not be removed." msgstr "" @@ -364,80 +338,65 @@ msgstr "" msgid "DKIM signature validation failed(Signature verification ERROR)" msgstr "" -#, fuzzy msgid "Database Error" -msgstr "Error en la Base de Datos." +msgstr "" -#, fuzzy msgid "Database Host" -msgstr "Error en la Base de Datos." +msgstr "" -#, fuzzy msgid "Database Name" -msgstr "Error en la Base de Datos." +msgstr "" -#, fuzzy msgid "Database Owner" -msgstr "Error en la Base de Datos." +msgstr "" -#, fuzzy msgid "Database Password" -msgstr "Error en la Base de Datos." +msgstr "" -#, fuzzy msgid "Database Port" -msgstr "Error en la Base de Datos." +msgstr "" -#, fuzzy msgid "Database Username" -msgstr "Error en la Base de Datos." +msgstr "" -#, fuzzy msgid "Database error" -msgstr "Error en la Base de Datos." +msgstr "" -#, fuzzy msgid "Date Format Style" -msgstr "Formato de Fecha" +msgstr "" msgid "Date Style" -msgstr "Formato de Fecha" +msgstr "" msgid "Default Privileges" msgstr "" msgid "Delete" -msgstr "Borrar" +msgstr "" -#, fuzzy msgid "Delete Events/Collections" -msgstr "Calendario de los Usuario" +msgstr "" -#, fuzzy msgid "Delete Principal" -msgstr "Calendario de los Usuario" +msgstr "" -#, fuzzy msgid "Delete a resource or collection" -msgstr "Calendario de los Usuario" +msgstr "" msgid "Deleted a grant from this Principal" msgstr "" -#, fuzzy msgid "Deleting Binding:" -msgstr "Calendario de los Usuario" +msgstr "" msgid "Deleting Collection:" msgstr "" -#, fuzzy msgid "Deleting Principal:" -msgstr "Calendario de los Usuario" +msgstr "" -#, fuzzy msgid "Deleting Ticket:" -msgstr "Borrar" +msgstr "" msgid "Deliver scheduling invitations from an organiser to this scheduling inbox" msgstr "" @@ -467,13 +426,13 @@ msgid "Displayname" msgstr "" msgid "Does the user have the right to perform this role?" -msgstr "¿El usuario tiene permiso para efectuar este rol?" +msgstr "" msgid "EMail" -msgstr "Correo Electrónico" +msgstr "" msgid "EMail OK" -msgstr "Correo Electrónico correcto" +msgstr "" msgid "ERROR: The full name may not be blank." msgstr "" @@ -482,14 +441,13 @@ msgid "ERROR: The new password must match the confirmed password." msgstr "" msgid "ERROR: There was a database error writing the roles information!" -msgstr "ERROR: Hubo un error en la base de datos al grabar la información de los roles!" +msgstr "" -#, fuzzy msgid "Edit" -msgstr "Editar" +msgstr "" msgid "Edit this user record" -msgstr "Mostrar el registro de éste usuario" +msgstr "" msgid "Email Address" msgstr "" @@ -511,20 +469,17 @@ msgstr "" msgid "Error querying database." msgstr "" -#, fuzzy msgid "Error writing calendar details to database." -msgstr "Hubo un error al grabar en la base de datos." +msgstr "" -#, fuzzy msgid "Error writing calendar properties to database." -msgstr "Hubo un error al grabar en la base de datos." +msgstr "" -#, fuzzy msgid "European" -msgstr "Formato Europeo (d/m/y)" +msgstr "" msgid "European (d/m/y)" -msgstr "Formato Europeo (d/m/y)" +msgstr "" msgid "Existing resource does not match \"If-Match\" header - not accepted." msgstr "" @@ -545,7 +500,7 @@ msgid "Feeds are only supported for calendars at present." msgstr "" msgid "For access to the" -msgstr "Para acceder a" +msgstr "" msgid "Forbidden" msgstr "" @@ -554,11 +509,10 @@ msgid "Free/Busy" msgstr "" msgid "Full Name" -msgstr "Nombre Completo" +msgstr "" -#, fuzzy msgid "Fullname" -msgstr "Nombre Completo" +msgstr "" msgid "GET requests on collections are only supported for calendars." msgstr "" @@ -580,7 +534,7 @@ msgstr "" #. Translators: in the sense of a group of people msgid "Group" -msgstr "Grupo" +msgstr "" msgid "Group Members" msgstr "" @@ -595,7 +549,7 @@ msgid "Has Members" msgstr "" msgid "Help" -msgstr "Ayuda" +msgstr "" msgid "Help on the current screen" msgstr "" @@ -604,11 +558,10 @@ msgid "Help! I've forgotten my password!" msgstr "" msgid "Home" -msgstr "Página principal" +msgstr "" -#, fuzzy msgid "Home Page" -msgstr "Página principal" +msgstr "" msgid "Home addressbook added." msgstr "" @@ -625,22 +578,21 @@ msgstr "" msgid "ID" msgstr "" -#, fuzzy msgid "ISO Format" -msgstr "Formato ISO (YYYY-MM-DD)" +msgstr "" msgid "ISO Format (YYYY-MM-DD)" -msgstr "Formato ISO (YYYY-MM-DD)" +msgstr "" #. Translators: short for 'Identifier' msgid "Id" -msgstr "No" +msgstr "" msgid "If you have forgotten your password then" 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" +msgstr "" msgid "Import all .ics files of a directory" msgstr "" @@ -648,9 +600,8 @@ msgstr "" msgid "Import calendars and Synchronise LDAP." msgstr "" -#, fuzzy msgid "Inactive Principals" -msgstr "Calendario de los Usuario" +msgstr "" msgid "Incorrect content type for addressbook: " msgstr "" @@ -659,48 +610,43 @@ msgid "Incorrect content type for calendar: " msgstr "" msgid "Invalid user name or password." -msgstr "Usuario o contraseña incorrectos." +msgstr "" msgid "Invalid username or password." -msgstr "Usuario o contraseña incorrectos." +msgstr "" msgid "Is Member of" msgstr "" -#, fuzzy msgid "Is a Calendar" -msgstr "Calendario de los Usuario" +msgstr "" msgid "Is an Addressbook" msgstr "" msgid "Is this user active?" -msgstr "¿Éste usuario está activo?" +msgstr "" -#, fuzzy msgid "Items in Collection" -msgstr "Relación eliminada" +msgstr "" msgid "Joined" -msgstr "Incorporado" +msgstr "" msgid "Language" -msgstr "Idioma" +msgstr "Idiomas" msgid "Last used" -msgstr "Utilizado por última vez" +msgstr "" -#, fuzzy msgid "List Groups" -msgstr "Grupo" +msgstr "" -#, fuzzy msgid "List Resources" -msgstr "Recurso" +msgstr "" -#, fuzzy msgid "List Users" -msgstr "Usuarios" +msgstr "" msgid "Load From File" msgstr "" @@ -708,19 +654,17 @@ msgstr "" msgid "Locale" msgstr "" -#, fuzzy msgid "Location" -msgstr "Acción" +msgstr "Ubicación" msgid "Log On Please" -msgstr "Conectarse por favor" +msgstr "" -#, fuzzy msgid "Log out of DAViCal" -msgstr "Desconectarse de" +msgstr "Desconectarse de DAViCal" msgid "Logout" -msgstr "Desconectarse" +msgstr "Deconectar" msgid "Member deleted from this Group Principal" msgstr "" @@ -731,52 +675,46 @@ msgstr "" msgid "Name" msgstr "Nombre" -#, fuzzy msgid "New Collection" -msgstr "Relación eliminada" +msgstr "Nueva colección" msgid "New Password" -msgstr "Nueva Constraseña" +msgstr "Nuevo password" -#, fuzzy msgid "New Principal" -msgstr "Calendario de los Usuario" +msgstr "" #. Translators: not 'Yes' -#, fuzzy msgid "No" -msgstr "No" +msgstr "" msgid "No authority to deliver invitations to user." msgstr "" msgid "No calendar content" -msgstr "" +msgstr "No hay contenido en el calendario" msgid "No collection found at that location." msgstr "" msgid "No scheduling support for user" -msgstr "" +msgstr "No hay calendario soportado para el usuario" msgid "No summary" -msgstr "" +msgstr "Sin resumen" #. Translators: short for 'Number' msgid "No." -msgstr "No" +msgstr "Núm." -#, fuzzy msgid "No. of Collections" -msgstr "Relación eliminada" +msgstr "Núm. de colecciones" -#, fuzzy msgid "No. of Principals" -msgstr "Calendario de los Usuario" +msgstr "" -#, fuzzy msgid "No. of Resources" -msgstr "Recurso" +msgstr "Nñum. de recursos" msgid "Not overwriting existing destination resource" msgstr "" @@ -793,6 +731,9 @@ msgstr "" msgid "PHP DateTime class" msgstr "" +msgid "PHP LDAP module available" +msgstr "" + msgid "PHP Magic Quotes GPC off" msgstr "" @@ -803,26 +744,25 @@ msgid "PHP PDO module available" msgstr "" msgid "PHP PostgreSQL available" -msgstr "" +msgstr "PHP PostgreSQL disponible" msgid "PHP iconv support" -msgstr "" +msgstr "PHP iconv soportado" msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" msgstr "" -#, fuzzy msgid "Passed" -msgstr "Constraseña" +msgstr "" msgid "Password" -msgstr "Constraseña" +msgstr "Contraseña" msgid "Path" -msgstr "" +msgstr "Ruta" msgid "Person" -msgstr "" +msgstr "Persona" msgid "Please confirm deletion of access ticket - see below" msgstr "" @@ -837,7 +777,7 @@ msgid "Please confirm deletion of the principal" 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." +msgstr "" msgid "Principal" msgstr "" @@ -854,9 +794,8 @@ msgstr "" msgid "Principal Type" msgstr "" -#, fuzzy msgid "Principal deleted" -msgstr "Relación eliminada" +msgstr "" msgid "Privileges" msgstr "" @@ -869,10 +808,10 @@ msgstr "" #. Translators: in the sense of being available to all users msgid "Public" -msgstr "Público" +msgstr "" msgid "Publicly Readable" -msgstr "" +msgstr "Públicamente legible" msgid "REPORT body contains no XML data!" msgstr "" @@ -881,7 +820,7 @@ msgid "REPORT body is not valid XML data!" msgstr "" msgid "Read" -msgstr "" +msgstr "Leer" msgid "Read ACLs for a resource or collection" msgstr "" @@ -895,9 +834,8 @@ msgstr "" msgid "Read Free/Busy Information" msgstr "" -#, fuzzy msgid "Read the content of a resource or collection" -msgstr "Hacer clic para mostrar esa relación" +msgstr "" msgid "Read the details of the current user's access control to this resource." msgstr "" @@ -906,19 +844,19 @@ msgid "Read the free/busy information for a calendar collection" msgstr "" msgid "Read/Write" -msgstr "" +msgstr "Leer/escribir" msgid "Remove" -msgstr "" +msgstr "Remover" msgid "Remove a lock" msgstr "" msgid "Report Bug" -msgstr "Reportar Error" +msgstr "Reportar un error" msgid "Report a bug in the system" -msgstr "Reportar un error en el sistema" +msgstr "" msgid "Request Feature" msgstr "" @@ -928,7 +866,7 @@ msgstr "" #. Translators a thing which might be booked: a room, a carpark, a projector... msgid "Resource" -msgstr "Recurso" +msgstr "" msgid "Resource Calendar Principals" msgstr "" @@ -1012,7 +950,7 @@ msgid "Setup DAViCal" msgstr "" msgid "Show help on" -msgstr "Mostrar ayuda sobre" +msgstr "" msgid "Site Statistics" msgstr "" @@ -1122,35 +1060,34 @@ msgid "The full name must not be blank." msgstr "" msgid "The name this user can log into the system with." -msgstr "El nombre con el cual éste usuario puede conectase al sistema." +msgstr "" msgid "The path on the server where your .ics files are." msgstr "" msgid "The preferred language for this person." -msgstr "El idioma preferido por ésta persona." +msgstr "" msgid "The style of dates used for this person." -msgstr "El estilo de fechas utilizado por ésta persona." +msgstr "" msgid "The user's e-mail address." -msgstr "La dirección de correo electrónico del usuario." +msgstr "" msgid "The user's full name." -msgstr "El nombre completo del usuario." +msgstr "" msgid "The user's password for logging in." -msgstr "La contraseña del usuario para conectarse." +msgstr "" msgid "The username must not be blank, and may not contain a slash" msgstr "" -#, fuzzy msgid "There was an error reading from the database." -msgstr "Hubo un error al grabar en la base de datos." +msgstr "" msgid "There was an error writing to the database." -msgstr "Hubo un error al grabar en la base de datos." +msgstr "" msgid "" "This operation does the following:
      • check valid groups in LDAP directory
      • check groups " @@ -1180,9 +1117,8 @@ msgstr "" msgid "Time" msgstr "" -#, fuzzy msgid "To Collection" -msgstr "Relación eliminada" +msgstr "" msgid "To ID" msgstr "" @@ -1206,24 +1142,22 @@ msgid "Unauthenticated User" msgstr "" msgid "United States of America (m/d/y)" -msgstr "Estados Unidos de América (m/d/y)" +msgstr "" msgid "Update" -msgstr "Actualizar" +msgstr "" msgid "Updated" -msgstr "Actualizado" +msgstr "" -#, fuzzy msgid "Updating Collection record." -msgstr "Mostrar mi registro de usuario" +msgstr "" msgid "Updating Member of this Group Principal" msgstr "" -#, fuzzy msgid "Updating Principal record." -msgstr "Mostrar mi registro de usuario" +msgstr "" msgid "Updating grants by this Principal" msgstr "" @@ -1241,38 +1175,34 @@ msgid "User Calendar Principals" msgstr "" msgid "User Details" -msgstr "Datos del Usuario" +msgstr "" -#, fuzzy msgid "User Functions" -msgstr "Datos del Usuario" +msgstr "" msgid "User Name" -msgstr "Nombre del Usuario" +msgstr "" msgid "User Roles" -msgstr "Roles del Usuario" +msgstr "" msgid "User is active" -msgstr "El usuario está activo" +msgstr "" msgid "User record written." -msgstr "Registro del usuario grabado." +msgstr "" -#, fuzzy msgid "Username" -msgstr "Nombre del Usuario" +msgstr "Nombre de usuario" -#, fuzzy msgid "View My Details" -msgstr "Mis Datos" +msgstr "" -#, fuzzy msgid "View my own principal record" -msgstr "Mostrar mi registro de usuario" +msgstr "" msgid "View this user record" -msgstr "Mostrar éste registro de usuario" +msgstr "" msgid "Visit the DAViCal Wiki" msgstr "" @@ -1287,10 +1217,10 @@ msgid "" msgstr "" msgid "When the user's e-mail account was validated." -msgstr "Cuando fue validada la cuenta de correo del usuario." +msgstr "" msgid "Write" -msgstr "" +msgstr "Escritura" msgid "Write ACLs for a resource or collection" msgstr "" @@ -1311,27 +1241,25 @@ msgid "Write properties" msgstr "" msgid "Yes" -msgstr "" +msgstr "Sí" msgid "You are editing" -msgstr "" +msgstr "Estás editando" msgid "You are not authorised to use this function." -msgstr "No está autorizado a utilizar ésta función." +msgstr "No estás autorizado para usar esta función" msgid "You are viewing" +msgstr "Estás viendo..." + +msgid "You do not have permission to modify this record." msgstr "" -#, fuzzy -msgid "You do not have permission to modify this record." -msgstr "No está autorizado a utilizar ésta función." - -#, fuzzy msgid "You may not PUT to a collection URL" -msgstr "No está autorizado a utilizar ésta función." +msgstr "" msgid "You must log in to use this system." -msgstr "Debe conectarte para usar el sistema." +msgstr "" msgid "Your configuration produced PHP errors which should be corrected" msgstr "" @@ -1345,7 +1273,7 @@ msgstr "" #, php-format msgid "directory %s is not readable" -msgstr "" +msgstr "El directorio %s no es legible" msgid "drivers_imap_pam : imap_url parameter not configured in /etc/davical/*-conf.php" msgstr "" @@ -1382,21 +1310,22 @@ msgstr "" #. Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future msgid "forget me not" -msgstr "" +msgstr "Mantender la sesión activa" -#, fuzzy msgid "from principal" -msgstr "Calendario de los Usuario" +msgstr "" msgid "path to store your ics" -msgstr "" +msgstr "ruta para almacenar tu ics" #, php-format msgid "the file %s is not UTF-8 encoded, please check error for more details" msgstr "" +"El archivo %s no está codificado en formato UTF-8; por favor, chequee los errores para obtener más " +"detalles" msgid "unauthenticated" -msgstr "" +msgstr "No autenticado" msgid "you should log on with the username and password that have been issued to you." -msgstr "Para conectarse debe utilizar el nombre de usuario y contraseña que le ha sido asignado." +msgstr "" diff --git a/po/es_VE.values b/po/es_VE.values new file mode 100644 index 00000000..1d216ada --- /dev/null +++ b/po/es_VE.values @@ -0,0 +1 @@ + VALUES( 'es_VE', 'Spanish (Venezuela)', 'Español (Venezuela)' ); diff --git a/po/et.po b/po/et.po index c7d4860c..8fbc7d25 100644 --- a/po/et.po +++ b/po/et.po @@ -1,16 +1,15 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-02 23:13+0100\n" -"PO-Revision-Date: 2011-03-02 21:31+0000\n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-22 15:19+0000\n" "Last-Translator: fmms \n" -"Language-Team: Estonian <>\n" +"Language-Team: Estonian (http://www.transifex.net/projects/p/davical/team/et/)\n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/po/et.values b/po/et.values new file mode 100644 index 00000000..456a4272 --- /dev/null +++ b/po/et.values @@ -0,0 +1 @@ + VALUES( 'et', 'Estonian', 'Eesti' ); diff --git a/po/fr.po b/po/fr.po index 54e6c991..3c3b6cb2 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,16 +1,17 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # +# tikismoke , 2011. +# Andrew McMillan , 2011. msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-02 23:13+0100\n" -"PO-Revision-Date: 2011-03-02 21:31+0000\n" -"Last-Translator: fmms \n" -"Language-Team: French \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-04-05 16:53+0000\n" +"Last-Translator: tikismoke \n" +"Language-Team: French (http://www.transifex.net/projects/p/davical/team/fr/)\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,11 +20,11 @@ msgstr "" #. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" -msgstr "" +msgstr "%F %T" #. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" -msgstr "" +msgstr "%T" msgid "*** Default Locale ***" msgstr "*** Locale par défaut ***" @@ -102,7 +103,7 @@ msgstr "" "mail à %s.

        " msgid "A DAViCal principal collection may only contain collections" -msgstr "" +msgstr "Une collection DAViCal principale ne peut contenir que des collections" msgid "A collection already exists at that location." msgstr "Une collection existe déjà à cet emplacement." @@ -142,10 +143,10 @@ msgid "All" msgstr "Tous" msgid "All collection data will be unrecoverably deleted." -msgstr "Toutes les données de la collection seront effacées definitivement." +msgstr "Toutes les données de la collection seront effacées définitivement." msgid "All of the principal's calendars and events will be unrecoverably deleted." -msgstr "Tous les calendriers et les évènements de l'utilisateur seront effacées definitivement." +msgstr "Tous les calendriers et les évènements de l'utilisateur seront effacées définitivement." msgid "All privileges" msgstr "Tous les Privilèges" @@ -166,7 +167,7 @@ msgid "Anonymous users may only access public calendars" msgstr "Les utilisateurs anonymes peuvent uniquement accéder aux calendriers publics" msgid "Application DB User" -msgstr "" +msgstr "Utilisateur de BDD Application" msgid "Apply Changes" msgstr "Appliquer les modifications" @@ -175,7 +176,7 @@ msgid "Apply DB Patches" msgstr "Appliquer la rustine à la base" msgid "Attachment" -msgstr "" +msgstr "Pièce jointe" msgid "Binding deleted" msgstr "Liaison supprimée" @@ -212,7 +213,7 @@ msgid "Can only add tickets for existing collection paths which you own" msgstr "Ne peut ajouter des ticket que sur un chemin de collection existant que vous possédez" msgid "Categories" -msgstr "" +msgstr "Catégories" msgid "Change Password" msgstr "changer le mot de passe" @@ -250,7 +251,7 @@ msgid "Confirm" msgstr "Confirmer" msgid "Confirm Deletion of the Binding" -msgstr "Confirmer la suppréssion de la liaison" +msgstr "Confirmer la suppression de la liaison" msgid "Confirm Deletion of the Collection" msgstr "Confirmer la suppression de la collection" @@ -298,7 +299,7 @@ msgid "Creating new Collection." msgstr "Créer une nouvelle collection." msgid "Creating new Principal record." -msgstr "Création de l'enrengistrement d'un nouveau compte." +msgstr "Création de l'enregistrement d'un nouveau compte." msgid "Creating new ticket granting privileges to this Principal" msgstr "Création d'un nouveau billet accordant des privilèges à cet utilisateur principal" @@ -337,13 +338,13 @@ msgid "DKIM signature validation failed(DNS ERROR)" msgstr "La validation de la signature DKIM a échoué (erreur DNS)" msgid "DKIM signature validation failed(KEY Parse ERROR)" -msgstr "La validation de la signature DKIM a échoué (erreur d'analyse de cle)" +msgstr "La validation de la signature DKIM a échoué (erreur d'analyse de clé)" msgid "DKIM signature validation failed(KEY Validation ERROR)" -msgstr "La validation de la signature DKIM a échoué (erreur de validation de cle)" +msgstr "La validation de la signature DKIM a échoué (erreur de validation de clé)" msgid "DKIM signature validation failed(Signature verification ERROR)" -msgstr "" +msgstr "validation de la signature DKIM échouée (erreur de vérification de signature)" msgid "Database Error" msgstr "Erreur de base de données" @@ -496,13 +497,13 @@ 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é." 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 correspond à l'entête (HTTP) 'if-None-Match' - pas accepté." msgid "Expires" msgstr "Expires" msgid "Fail" -msgstr "" +msgstr "Échec" msgid "Failed to write collection." msgstr "Échec de l'écriture de la collection." @@ -575,10 +576,10 @@ msgid "Home Page" msgstr "Accueil" msgid "Home addressbook added." -msgstr "" +msgstr "Carnet d'adresses ajouté." msgid "Home addressbook already exists." -msgstr "" +msgstr "Carnet d'adresses déjà existant." msgid "Home calendar added." msgstr "Calendrier Home ajouté." @@ -648,7 +649,7 @@ msgid "Language" msgstr "Langue" msgid "Last used" -msgstr "Dernièr utilisé" +msgstr "Dernier utilisé" msgid "List Groups" msgstr "Liste des Groupes" @@ -666,7 +667,7 @@ msgid "Locale" msgstr "Langue" msgid "Location" -msgstr "" +msgstr "Emplacement" msgid "Log On Please" msgstr "Veuillez vous connecter" @@ -682,6 +683,8 @@ msgstr "Membre supprimé de ce groupe" msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." msgstr "" +"La plupart des fonctions DAViCal fonctionneront, mais une mise à jour vers PHP 5.2 ou ultérieure est " +"fortement recommandé." msgid "Name" msgstr "Nom" @@ -743,7 +746,7 @@ msgid "PHP DateTime class" msgstr "" msgid "PHP LDAP module available" -msgstr "" +msgstr "module PHP LDAP disponible" msgid "PHP Magic Quotes GPC off" msgstr "PHP Magic Quotes GPC désactivé" @@ -758,13 +761,13 @@ msgid "PHP PostgreSQL available" msgstr "PHP PostgreSQL disponible" msgid "PHP iconv support" -msgstr "" +msgstr "support PHP iconv" msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" msgstr "" msgid "Passed" -msgstr "" +msgstr "Passé" msgid "Password" msgstr "Mot de passe" @@ -855,7 +858,7 @@ msgid "Read the free/busy information for a calendar collection" msgstr "Lire les informations Libre/Occupé pour un calendrier" msgid "Read/Write" -msgstr "Lecture/Ecriture" +msgstr "Lecture/Écriture" msgid "Remove" msgstr "Supprimer" @@ -996,7 +999,7 @@ msgid "Submit" msgstr "Valider" msgid "Suhosin \"server.strip\" disabled" -msgstr "" +msgstr "Suhosin \"server.strip\" désacitivé" msgid "Sync LDAP Groups with RSCDS" msgstr "" @@ -1038,7 +1041,7 @@ msgid "The application program does not understand that request." msgstr "L'application ne comprend pas la demande." msgid "The binding will be deleted." -msgstr "La liason sera supprimée." +msgstr "La liaison sera supprimée." msgid "The calendar path contains illegal characters." msgstr "le chemin vers le calendrier contient des caractères interdits." @@ -1051,7 +1054,7 @@ msgid "The calendar-query report must be run against a calendar or a scheduling msgstr "" msgid "The collection name may not be blank." -msgstr "Le nom de la collection ne devrait pas etre vide." +msgstr "Le nom de la collection ne devrait pas être vide." msgid "The destination collection does not exist" msgstr "La collection de destination n'existe pas" @@ -1096,7 +1099,7 @@ msgid "The username must not be blank, and may not contain a slash" msgstr "Le nom de l'utilisateur ne devrait pas être vide et ne devrait pas contenir de slash ('/')" msgid "There was an error reading from the database." -msgstr "" +msgstr "Il y a eu une erreur lors de la lecture de la base de données." msgid "There was an error writing to the database." msgstr "Il s'est produit une erreur lors de l'écriture des données." @@ -1124,13 +1127,13 @@ msgstr "" "bienvenus." msgid "This server only supports the text/calendar format for freebusy URLs" -msgstr "" +msgstr "Ce serveur ne supporte que le format texte/calendrier pour l'URL Libre/occupé" msgid "Ticket ID" msgstr "Id du ticket" msgid "Time" -msgstr "" +msgstr "Temps" msgid "To Collection" msgstr "" @@ -1148,13 +1151,13 @@ msgid "Transparent" msgstr "Transparent" msgid "URL" -msgstr "" +msgstr "URL" msgid "US Format" msgstr "Format US" msgid "Unauthenticated User" -msgstr "" +msgstr "Utilisateur non authentifié" msgid "United States of America (m/d/y)" msgstr "États-Unis d'Amérique (m / d / y)" @@ -1224,7 +1227,7 @@ msgstr "Aller au wiki de DAViCal" #, php-format msgid "Want: %s, Currently: %s" -msgstr "" +msgstr "Nécessite: %s , actuellement: %s" msgid "" "Warning: there are no active admin users! You should fix this before logging out. Consider using the " @@ -1253,7 +1256,7 @@ msgid "Write content" msgstr "Écrire du contenu" msgid "Write properties" -msgstr "Écrire les propriétès" +msgstr "Écrire les propriétés" msgid "Yes" msgstr "Oui" @@ -1277,7 +1280,7 @@ msgid "You must log in to use this system." msgstr "Vous devez vous connecter pour utiliser ce logiciel." msgid "Your configuration produced PHP errors which should be corrected" -msgstr "" +msgstr "Votre configuration a généré des erreurs PHP qui devrait être corrigé" #, php-format msgid "all events of user %s were deleted and replaced by those from file %s" @@ -1331,7 +1334,7 @@ msgid "forget me not" msgstr "Ne pas m'oublier" msgid "from principal" -msgstr "" +msgstr "depuis principal" msgid "path to store your ics" msgstr "le chemin où stocker votre ics" @@ -1341,7 +1344,7 @@ 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." msgid "unauthenticated" -msgstr "" +msgstr "non authentifié" 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." diff --git a/po/fr.values b/po/fr.values new file mode 100644 index 00000000..c5d2004b --- /dev/null +++ b/po/fr.values @@ -0,0 +1 @@ + VALUES( 'fr', 'French', 'Français' ); diff --git a/po/hu.po b/po/hu.po index 0d1583cc..078887cd 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # +# Andrew McMillan , 2011. msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-02 23:13+0100\n" -"PO-Revision-Date: 2011-03-02 21:31+0000\n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-22 15:19+0000\n" "Last-Translator: fmms \n" "Language-Team: LANGUAGE \n" "Language: hu\n" diff --git a/po/hu.values b/po/hu.values new file mode 100644 index 00000000..4953e7cb --- /dev/null +++ b/po/hu.values @@ -0,0 +1 @@ + VALUES( 'hu', 'Hungarian', 'Magyar' ); diff --git a/po/it.po b/po/it.po index f6b24aad..03c893ed 100644 --- a/po/it.po +++ b/po/it.po @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # +# Andrew McMillan , 2011. msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-02 23:13+0100\n" -"PO-Revision-Date: 2011-03-02 21:31+0000\n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-22 15:19+0000\n" "Last-Translator: fmms \n" "Language-Team: LANGUAGE \n" "Language: it\n" diff --git a/po/it.values b/po/it.values new file mode 100644 index 00000000..ad773622 --- /dev/null +++ b/po/it.values @@ -0,0 +1 @@ + VALUES( 'it', 'Italian', 'Italiano' ); diff --git a/po/ja.po b/po/ja.po index cbe77a9d..e5e8f552 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # +# Andrew McMillan , 2011. msgid "" msgstr "" "Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-02 23:13+0100\n" -"PO-Revision-Date: 2011-03-02 21:31+0000\n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-22 15:19+0000\n" "Last-Translator: fmms \n" "Language-Team: LANGUAGE \n" "Language: ja\n" diff --git a/po/ja.values b/po/ja.values new file mode 100644 index 00000000..2ca22245 --- /dev/null +++ b/po/ja.values @@ -0,0 +1 @@ + VALUES( 'ja', 'Japanese', '日本語' ); diff --git a/po/nb.po b/po/nb.po deleted file mode 100644 index 81f839fd..00000000 --- a/po/nb.po +++ /dev/null @@ -1,1347 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: DAViCal\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-02-20 17:13+0100\n" -"PO-Revision-Date: 2011-01-14 02:12+0000\n" -"Last-Translator: svolsen \n" -"Language-Team: Norwegian Bokmål (Norway) \n" -"Language: nb_NO\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" - -msgid "%F %T" -msgstr "" - -msgid "%T" -msgstr "" - -msgid "*** Default Locale ***" -msgstr "*** Standard Locale ***" - -msgid "*** Unknown ***" -msgstr "*** Ukjent ***" - -#, php-format -msgid "- adding %s to group : %s" -msgstr "- legger %s til gruppe : %s" - -#, php-format -msgid "- adding users %s to group : %s" -msgstr "- legger brukere %s til gruppe : %s" - -#, php-format -msgid "- creating groups : %s" -msgstr "- lager grupper : %s" - -#, php-format -msgid "- creating record for users : %s" -msgstr "- lager post for brukere : %s" - -#, php-format -msgid "- deactivate groups : %s" -msgstr "- deaktiverer grupper : %s" - -#, php-format -msgid "- deactivating users : %s" -msgstr "- deaktiverer brukere : %s" - -#, php-format -msgid "- nothing done on : %s" -msgstr "- ingenting gjort med : %s" - -#, php-format -msgid "- removing %s from group : %s" -msgstr "- fjerner %s fra gruppe : %s" - -#, php-format -msgid "- updating groups : %s" -msgstr "- oppdaterer grupper : %s" - -#, php-format -msgid "- updating user records : %s" -msgstr "- oppdaterer brukerdata : %s" - -msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" -msgstr "ADVARSEL: alle hendelser i denne banen vil bli slettet ved innsetting av ics filen" - -#, php-format -msgid "" -"

        Help

        \n" -"

        For initial help you should visit the DAViCal " -"Home Page or take\n" -"a look at the DAViCal Wiki.

        \n" -"

        If you can't find the answers there, visit us on IRC in\n" -"the #davical channel on irc.oftc.net,\n" -"or send a question to the DAViCal Users mailing list.

        \n" -"

        The mailing list\n" -"archives can be helpful too.

        " -msgstr "" - -#, 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 "" -"

        Logg deg inn

        For tilgang til %s skal du oppgi brukernavnet og passordet du fikk

        Vil " -"du be om tilgang, kontakt %s.

        " - -msgid "A DAViCal principal collection may only contain collections" -msgstr "En DAViCal kontosamling kan bare inneholde samlinger" - -msgid "A collection already exists at that location." -msgstr "En samling finnes allerede der" - -msgid "A resource already exists at the destination." -msgstr "En ressurs finnes allerede der " - -msgid "AWL Library version " -msgstr "AWL Bibliotek versjon " - -msgid "Access Tickets" -msgstr "Adgangstilganger" - -msgid "Access ticket deleted" -msgstr "Adgangstilgang slettet" - -msgid "Action" -msgstr "Aksjon" - -msgid "Active" -msgstr "Aktiv" - -msgid "Adding new member to this Group Principal" -msgstr "Legger nytt medlem til denne Gruppekontoen" - -#. Translators: in the sense of 'systems admin' -msgid "Admin" -msgstr "Admin" - -msgid "Administration" -msgstr "Administrasjon" - -msgid "Administrator" -msgstr "Administrator" - -msgid "All" -msgstr "Alle" - -msgid "All collection data will be unrecoverably deleted." -msgstr "Alle data til samlingen vil ugjenopprettelig bli slettet" - -msgid "All of the principal's calendars and events will be unrecoverably deleted." -msgstr "Alle kontoens kalendre og hendelser vil ugjenopprettelig bli slettet" - -msgid "All privileges" -msgstr "Alle privilegier" - -msgid "All requested changes were made." -msgstr "Alle forespurte endringer ble utfort" - -msgid "Allow free/busy enquiries targeted at the owner of this scheduling inbox" -msgstr "Tillat ledig/opptatt forespørsler rettet til eieren av denne innboksen" - -msgid "An \"Administrator\" user has full rights to the whole DAViCal System" -msgstr "En \"Administrator\" bruker har fulle rettigheter til hele DAViCal systemet" - -msgid "Anonymous users are not allowed to modify calendars" -msgstr "Anonyme brukere har ikke tillatelse til endring av kalendre" - -msgid "Anonymous users may only access public calendars" -msgstr "Anonyme brukere har kun tilgang til offentlige kalendre" - -msgid "Application DB User" -msgstr "Applikasjonens DB Bruker" - -msgid "Apply Changes" -msgstr "Utfør endringer" - -msgid "Apply DB Patches" -msgstr "Utfør DB endringer" - -msgid "Attachment" -msgstr "" - -msgid "Binding deleted" -msgstr "Forbindelse slettet" - -msgid "Bindings to other collections" -msgstr "Forbindelse til andre samlinger" - -msgid "Bindings to this Collection" -msgstr "Forbindelser til denne samlingen" - -msgid "Bindings to this Principal's Collections" -msgstr "Forbindelse til denne kontoens samlinger" - -msgid "Bound As" -msgstr "Forbundet som" - -msgid "Browse all users" -msgstr "Bla gjennom alle brukere" - -msgid "Busy" -msgstr "Opptatt" - -#, php-format -msgid "Calendar \"%s\" was loaded from file." -msgstr "Kalender \"%s\" ble lastet fra fil." - -msgid "Calendar Principals" -msgstr "Kalenderkontoer" - -msgid "Calendar Timezone" -msgstr "Kalender tidssone" - -msgid "Can only add tickets for existing collection paths which you own" -msgstr "Kan bare legge til tilgang til eksiterende samlinger du eier" - -msgid "Categories" -msgstr "" - -msgid "Change Password" -msgstr "Endre passord" - -msgid "Click to display user details" -msgstr "Klikk for brukerdetaljer" - -msgid "Click to edit principal details" -msgstr "Klikk for redigering av kontodetaljer" - -msgid "Collection" -msgstr "Samling" - -msgid "Collection Grants" -msgstr "Samlingsrettigheter" - -msgid "Collection ID" -msgstr "Samlings ID" - -msgid "Collection deleted" -msgstr "Samling slettet" - -msgid "Collections may not be both CalDAV calendars and CardDAV addressbooks at the same time" -msgstr "Samlinger kan ikke være både CalDAV og CardDAV adressebøker samtidig" - -msgid "Configuring Calendar Clients for DAViCal" -msgstr "Konfigurerer Kalender klienter for DAViCal" - -msgid "Configuring DAViCal" -msgstr "Konfigurerer DAViCal" - -msgid "Confirm" -msgstr "Bekreft" - -msgid "Confirm Deletion of the Binding" -msgstr "Bekreft sletting av forbindelsen" - -msgid "Confirm Deletion of the Collection" -msgstr "Bekreft sletting av samlingen" - -msgid "Confirm Deletion of the Principal" -msgstr "Bekreft sletting av kontoen" - -msgid "Confirm Deletion of the Ticket" -msgstr "Bekreft sletting av tilgangen" - -msgid "Confirm Password" -msgstr "Bekreft passordet" - -msgid "Confirm the new password." -msgstr "Bekreft nytt passord" - -msgid "Could not retrieve" -msgstr "Kunne ikke hente" - -msgid "Create" -msgstr "Opprett" - -msgid "Create Collection" -msgstr "Opprett samling" - -msgid "Create Events/Collections" -msgstr "Opprett hendelser/samlinger" - -msgid "Create New Collection" -msgstr "Lag ny samling" - -msgid "Create New Principal" -msgstr "Lag ny konto" - -msgid "Create Principal" -msgstr "Lag konto" - -msgid "Create a new principal (i.e. a new user, resource or group)" -msgstr "Lag ny konto (ny bruker, ressurs eller gruppe)" - -msgid "Create a resource or collection" -msgstr "Lag en ressurs eller samling" - -msgid "Creating new Collection." -msgstr "Oppretter ny samling" - -msgid "Creating new Principal record." -msgstr "Oppretter ny kontopost" - -msgid "Creating new ticket granting privileges to this Principal" -msgstr "Oppretter ny tilgang med privilegier til denne konto" - -msgid "Current DAViCal version " -msgstr "Gjeldende DAViCal versjon" - -msgid "DAV Path" -msgstr "DAV bane" - -msgid "DAV::resourcetype may only be set to a new value, it may not be removed." -msgstr "DAV::ressurstype kan bare settes til ny verdi, kan ikke slettes" - -msgid "DAViCal CalDAV Server" -msgstr "DAViCal CalDAV Server" - -msgid "DAViCal DB Schema version " -msgstr "DAViCal DB Schema versjon " - -msgid "DAViCal Homepage" -msgstr "DAViCal hjemmeside" - -msgid "DAViCal Wiki" -msgstr "DAViCal Wiki" - -msgid "DAViCal only allows BIND requests for collections at present." -msgstr "DAViCal tillater bare BIND forespørsler for gjeldende samlinger" - -msgid "DKIM signature invalid " -msgstr "DKIM signatur ugyldig" - -msgid "DKIM signature missing" -msgstr "DKIM signatur mangler" - -msgid "DKIM signature validation failed(DNS ERROR)" -msgstr "DKIM signatursjekk feilet(DNS ERROR)" - -msgid "DKIM signature validation failed(KEY Parse ERROR)" -msgstr "DKIM signatursjekk feilet(KEY Parse ERROR)" - -msgid "DKIM signature validation failed(KEY Validation ERROR)" -msgstr "DKIM signatursjekk feilet(KEY Validation ERROR)" - -msgid "DKIM signature validation failed(Signature verification ERROR)" -msgstr "DKIM signatursjekk feilet(Signature verification ERROR)" - -msgid "Database Error" -msgstr "Database Feil" - -msgid "Database Host" -msgstr "Database Host" - -msgid "Database Name" -msgstr "Database Navn" - -msgid "Database Owner" -msgstr "Database Eier" - -msgid "Database Password" -msgstr "Database Passord" - -msgid "Database Port" -msgstr "Database Port" - -msgid "Database Username" -msgstr "Database Brukernavn" - -msgid "Database error" -msgstr "Database feil" - -msgid "Date Format Style" -msgstr "Datoformat " - -msgid "Date Style" -msgstr "Datoformat" - -msgid "Default Privileges" -msgstr "Standard privilegier" - -msgid "Delete" -msgstr "Slett" - -msgid "Delete Events/Collections" -msgstr "Slett hendelser/samlinger" - -msgid "Delete Principal" -msgstr "Slett konto" - -msgid "Delete a resource or collection" -msgstr "Slett en ressurs eller samling" - -msgid "Deleted a grant from this Principal" -msgstr "Slettet en rettighet til denne kontoen" - -msgid "Deleting Binding:" -msgstr "Sletter forbindelse:" - -msgid "Deleting Collection:" -msgstr "Sletter samling:" - -msgid "Deleting Principal:" -msgstr "Sletter konto:" - -msgid "Deleting Ticket:" -msgstr "Sletter tilgang" - -msgid "Deliver scheduling invitations from an organiser to this scheduling inbox" -msgstr "Lever invitasjoner fra en organisator til denne innboksen" - -msgid "Deliver scheduling replies from an attendee to this scheduling inbox" -msgstr "Lever svar fra en deltaker til denne innboksen" - -msgid "Dependencies" -msgstr "Avhengigheter" - -msgid "Dependency" -msgstr "Avhengighet" - -msgid "Description" -msgstr "Beskrivelse" - -msgid "Destination collection does not exist" -msgstr "Samlingen finnes ikke" - -msgid "Directory on the server" -msgstr "Mappe på tjeneren" - -msgid "Display Name" -msgstr "Visningsnavn" - -msgid "Displayname" -msgstr "Visningsnavn" - -msgid "Does the user have the right to perform this role?" -msgstr "Har brukeren rettigheter til denne rollen ?" - -msgid "EMail" -msgstr "Epost" - -msgid "EMail OK" -msgstr "Epost OK" - -msgid "ERROR: The full name may not be blank." -msgstr "FEIL: Det fulle navnet kan ikke være tomt" - -msgid "ERROR: The new password must match the confirmed password." -msgstr "FEIL: Det nye passordet må stemme med det bekreftede passordet" - -msgid "ERROR: There was a database error writing the roles information!" -msgstr "FEIL: Det var en databasefeil under skriving av rolleinformasjon" - -msgid "Edit" -msgstr "Rediger" - -msgid "Edit this user record" -msgstr "Rediger denne brukerens post" - -msgid "Email Address" -msgstr "Epostadresse" - -msgid "Enter a username, if you know it, and click here, to be e-mailed a temporary password." -msgstr "Oppgi brukernavnet, om du vet det, og klikk her for tilsending av midlertidig passord " - -msgid "Enter your username and password then click here to log in." -msgstr "Oppgi brukernavn og passord og klikk her for å logge inn" - -#, php-format -msgid "Error NoGroupFound with filter >%s<, attributes >%s< , dn >%s<" -msgstr "Error NoGroupFound with filter >%s<, attributes >%s< , dn >%s<" - -#, php-format -msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" -msgstr "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" - -msgid "Error querying database." -msgstr "Feil under spørring i database" - -msgid "Error writing calendar details to database." -msgstr "Feil under skriving av detaljer til database" - -msgid "Error writing calendar properties to database." -msgstr "Feil under skriving av kalenderegenskaper til database" - -msgid "European" -msgstr "Europeisk" - -msgid "European (d/m/y)" -msgstr "Europeisk (d/m/y)" - -msgid "Existing resource does not match \"If-Match\" header - not accepted." -msgstr "Eksisterende ressurs passer ikke \"If-Match\" header - ikke akseptert." - -msgid "Existing resource matches \"If-None-Match\" header - not accepted." -msgstr "Eksisterende ressurs passer \"If-None-Match\" header - ikke akseptert," - -msgid "Expires" -msgstr "Løper ut" - -#, fuzzy -msgid "Fail" -msgstr "Mislykkes" - -msgid "Failed to write collection." -msgstr "Mislykkes med skriving av samling" - -#, fuzzy -msgid "Feeds are only supported for calendars at present." -msgstr "HENT forespørsler på samlinger støttes bare for kalendre" - -msgid "For access to the" -msgstr "For adgang til" - -msgid "Forbidden" -msgstr "Forbudt" - -msgid "Free/Busy" -msgstr "Ledig/Opptatt" - -msgid "Full Name" -msgstr "Fullt navn" - -msgid "Fullname" -msgstr "Fulltnavn" - -msgid "GET requests on collections are only supported for calendars." -msgstr "HENT forespørsler på samlinger støttes bare for kalendre" - -msgid "GNU gettext support" -msgstr "GNU gettext support" - -msgid "GO!" -msgstr "Utfør!" - -msgid "Go to the DAViCal Feature Requests" -msgstr "Gå til DAViCal Feature Requests" - -msgid "Grant" -msgstr "Opprett" - -msgid "Granting new privileges from this Principal" -msgstr "Oppretter nye privilegier fra denne kontoen" - -#. Translators: in the sense of a group of people -msgid "Group" -msgstr "Gruppe" - -msgid "Group Members" -msgstr "Gruppemedlemmer" - -msgid "Group Memberships" -msgstr "Gruppemedlemskap" - -msgid "Group Principals" -msgstr "Gruppekontoer" - -msgid "Has Members" -msgstr "Har medlemmer" - -msgid "Help" -msgstr "Hjelp" - -msgid "Help on the current screen" -msgstr "Hjelp til gjeldende side" - -msgid "Help! I've forgotten my password!" -msgstr "Hjelp! Jeg har glemt passordet" - -msgid "Home" -msgstr "Home" - -msgid "Home Page" -msgstr "Hjemmeside" - -#, fuzzy -msgid "Home addressbook added." -msgstr "Home kalender lagt til" - -#, fuzzy -msgid "Home addressbook already exists." -msgstr "Home kalender eksisterer allerede" - -msgid "Home calendar added." -msgstr "Home kalender lagt til" - -msgid "Home calendar already exists." -msgstr "Home kalender eksisterer allerede" - -msgid "ID" -msgstr "ID" - -msgid "ISO Format" -msgstr "ISO Format" - -msgid "ISO Format (YYYY-MM-DD)" -msgstr "ISO Format (YYYY-MM-DD)" - -#. Translators: short for 'Identifier' -msgid "Id" -msgstr "Id" - -msgid "If you have forgotten your password then" -msgstr "Hvis du har glemt passordet da" - -msgid "If you would like to request access, please e-mail" -msgstr "Hvis du vil ha tilgang, send epost " - -msgid "Import all .ics files of a directory" -msgstr "Importer alle .ics filer fra en mappe" - -msgid "Import calendars and Synchronise LDAP." -msgstr "Importer kalendre og synkroniser LDAP" - -msgid "Inactive Principals" -msgstr "Inaktive kontoer" - -msgid "Incorrect content type for addressbook: " -msgstr "Uriktig innholdstype for adressebok:" - -msgid "Incorrect content type for calendar: " -msgstr "Uriktig innholdstype for kalender" - -msgid "Invalid user name or password." -msgstr "Ugyldig navn eller passord" - -msgid "Invalid username or password." -msgstr "Ugyldig brukernavn eller passord" - -msgid "Is Member of" -msgstr "Er medlem av" - -msgid "Is a Calendar" -msgstr "Er en kalender" - -msgid "Is an Addressbook" -msgstr "Er en adressebok" - -msgid "Is this user active?" -msgstr "Er denne brukeren aktiv?" - -msgid "Items in Collection" -msgstr "Objekter i samlingen" - -msgid "Joined" -msgstr "Tilknyttet" - -msgid "Language" -msgstr "Språk" - -msgid "Last used" -msgstr "Sist brukt" - -msgid "List Groups" -msgstr "Liste grupper" - -msgid "List Resources" -msgstr "Liste ressurser" - -msgid "List Users" -msgstr "Liste brukere" - -msgid "Load From File" -msgstr "Last fra fil" - -msgid "Locale" -msgstr "Locale" - -#, fuzzy -msgid "Location" -msgstr "Aksjon" - -msgid "Log On Please" -msgstr "Logg inn" - -msgid "Log out of DAViCal" -msgstr "Logg ut fra DAViCal" - -msgid "Logout" -msgstr "Logg ut" - -msgid "Member deleted from this Group Principal" -msgstr "Medlem slettet fra denne gruppekonto" - -msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." -msgstr "" - -msgid "Name" -msgstr "Navn" - -msgid "New Collection" -msgstr "Ny samling" - -msgid "New Password" -msgstr "Nytt passord" - -msgid "New Principal" -msgstr "Ny konto" - -#. Translators: not 'Yes' -msgid "No" -msgstr "Nei" - -msgid "No authority to deliver invitations to user." -msgstr "Ingen autorisasjon til å levere invitasjoner til bruker" - -msgid "No calendar content" -msgstr "Ikke noe kalenderinnhold" - -msgid "No collection found at that location." -msgstr "Ingen samling funnet på den lokasjonen" - -msgid "No scheduling support for user" -msgstr "Ingen hendelsesupport for bruker" - -msgid "No summary" -msgstr "" - -#. Translators: short for 'Number' -msgid "No." -msgstr "Nr." - -msgid "No. of Collections" -msgstr "Samlingens nr." - -msgid "No. of Principals" -msgstr "Nr. til konto" - -msgid "No. of Resources" -msgstr "Nr. til ressurs" - -msgid "Not overwriting existing destination resource" -msgstr "Skriver ikke over eksisterende ressurs" - -msgid "Opaque" -msgstr "Opaque" - -msgid "Override a Lock" -msgstr "Bryt en lås" - -msgid "PDO PostgreSQL drivers" -msgstr "PDO PostgreSQL drivere" - -msgid "PHP DateTime class" -msgstr "" - -msgid "PHP Magic Quotes GPC off" -msgstr "PHP Magic Quotes GPC off" - -msgid "PHP Magic Quotes runtime off" -msgstr "PHP Magic Quotes runtime off" - -msgid "PHP PDO module available" -msgstr "PHP PDO modul tilgjengelig" - -msgid "PHP PostgreSQL available" -msgstr "PHP PostgreSQL tilgjengelig" - -msgid "PHP iconv support" -msgstr "" - -msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" -msgstr "PUT på en samling er bare tillatt for tekst/kaldender innhold i en kalendersamling" - -#, fuzzy -msgid "Passed" -msgstr "Passord" - -msgid "Password" -msgstr "Passord" - -msgid "Path" -msgstr "Bane" - -msgid "Person" -msgstr "Person" - -msgid "Please confirm deletion of access ticket - see below" -msgstr "Bekreft sletting av adgangstilgang - se under" - -msgid "Please confirm deletion of binding - see below" -msgstr "Bekreft sletting av forbindelse - se under" - -msgid "Please confirm deletion of collection - see below" -msgstr "Bekreft sletting av samling - se under" - -msgid "Please confirm deletion of the principal" -msgstr "Bekreft sletting av kontoen" - -msgid "Please note the time and advise the administrator of your system." -msgstr "Noter klokkeslett og oppgi til systemets administrator" - -msgid "Principal" -msgstr "Konto" - -msgid "Principal Collections" -msgstr "Konto samlinger" - -msgid "Principal Grants" -msgstr "Konto rettigheter" - -msgid "Principal ID" -msgstr "Konto ID" - -msgid "Principal Type" -msgstr "Konto type" - -msgid "Principal deleted" -msgstr "Konto slettet" - -msgid "Privileges" -msgstr "Rettigheter" - -msgid "Privileges granted to All Users" -msgstr "Rettigheter tildelt til alle brukere" - -msgid "Property is read-only" -msgstr "Egenskapen er kun lese" - -#. Translators: in the sense of being available to all users -msgid "Public" -msgstr "Offentlig" - -msgid "Publicly Readable" -msgstr "Offentlig lesbar" - -msgid "REPORT body contains no XML data!" -msgstr "REPORT body inneholder ingen XML data!" - -msgid "REPORT body is not valid XML data!" -msgstr "REPORT body er ikke gyldig XML data!" - -msgid "Read" -msgstr "Les" - -msgid "Read ACLs for a resource or collection" -msgstr "Les tilgangslister for en ressurs eller samling" - -msgid "Read Access Controls" -msgstr "Les tilgangskontroll" - -msgid "Read Current User's Access" -msgstr "Les gjeldende brukers adgang" - -msgid "Read Free/Busy Information" -msgstr "Les Ledig/Opptatt informasjon" - -msgid "Read the content of a resource or collection" -msgstr "Les innholdet til en ressurs eller samling" - -msgid "Read the details of the current user's access control to this resource." -msgstr "Les detaljer om gjeldende brukers adgangskontroll til denne ressursen" - -msgid "Read the free/busy information for a calendar collection" -msgstr "Les Ledig/Opptatt informasjon for en kalendersamling" - -msgid "Read/Write" -msgstr "Les/Skriv" - -msgid "Remove" -msgstr "Fjern" - -msgid "Remove a lock" -msgstr "Fjern en lås" - -msgid "Report Bug" -msgstr "Rapporter feil" - -msgid "Report a bug in the system" -msgstr "Rapporter feil i systemet" - -msgid "Request Feature" -msgstr "Be om funksjonalitet" - -msgid "Request body is not valid XML data!" -msgstr "Request body er ikke gyldig XML data!" - -#. Translators a thing which might be booked: a room, a carpark, a projector... -msgid "Resource" -msgstr "Ressurs" - -msgid "Resource Calendar Principals" -msgstr "Ressurs kalender kontoer" - -msgid "Resource Not Found." -msgstr "Ressurs ikke funnet" - -msgid "Resource has changed on server - not deleted" -msgstr "Ressurs er endret på tjener - ikke slettet" - -msgid "Resources may not be changed to / from collections." -msgstr "Ressurser kan ikke endres fra/til samlinger" - -msgid "Revoke" -msgstr "Gjenopprett" - -msgid "Schedule Deliver" -msgstr "Hendelse Lever" - -msgid "Schedule Send" -msgstr "Hendelse Send" - -msgid "Schedule Transparency" -msgstr "Hendelse gjennomsiktighet" - -msgid "Scheduling invitation delivered successfully" -msgstr "Hendelsesinvitasjon ble levert" - -msgid "Scheduling: Deliver a Reply" -msgstr "Hendelse: Gi et svar" - -msgid "Scheduling: Deliver an Invitation" -msgstr "Hendlese: Lever en invitasjon" - -msgid "Scheduling: Delivery" -msgstr "Hendelse: Levering" - -msgid "Scheduling: Query free/busy" -msgstr "Hendelse: Finn Ledig/Opptatt" - -msgid "Scheduling: Send a Reply" -msgstr "Hendelse: Send et svar" - -msgid "Scheduling: Send an Invitation" -msgstr "Hendelse: Send en invitasjon" - -msgid "Scheduling: Send free/busy" -msgstr "Hendelse: Send Ledig/Opptatt" - -msgid "Scheduling: Sending" -msgstr "Hendelse: Sender" - -msgid "Send free/busy enquiries" -msgstr "Send Ledig/Opptatt forespørsel" - -msgid "Send scheduling invitations as an organiser from the owner of this scheduling outbox." -msgstr "Send hendelsesinvitasjon som organisator fra eieren av denne utboksen" - -msgid "Send scheduling replies as an attendee from the owner of this scheduling outbox." -msgstr "Send invitasjonsvar som deltaker fra eieren av denne utboksen" - -msgid "Set free/busy privileges" -msgstr "Sett Ledig/Opptatt rettigheter" - -msgid "Set read privileges" -msgstr "Sett leserettigheter" - -msgid "Set read+write privileges" -msgstr "Sett lese+skrive rettigheter" - -msgid "Set schedule-deliver privileges" -msgstr "Sett hendelse-leveringsprivilegier" - -msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/" -msgstr "Sett banen for å lagre din ics, f.eks. vil 'home' bli referert som /caldav.php/me/home/" - -msgid "Setup" -msgstr "Oppsett" - -msgid "Setup DAViCal" -msgstr "Sett opp DAViCal" - -msgid "Show help on" -msgstr "Vis hjelp om" - -msgid "Site Statistics" -msgstr "Statistikk" - -msgid "Site Statistics require the database to be available!" -msgstr "Statistikk krever en tilgjengelig database!" - -msgid "Some properties were not able to be changed." -msgstr "Noen egenskaper kunne ikke endres" - -msgid "Some properties were not able to be set." -msgstr "Noen egenskaper kunne ikke settes" - -msgid "Source resource does not exist." -msgstr "Ressurskilde finnes ikke" - -msgid "Special collections may not contain a calendar or other special collection." -msgstr "Spesielle samlinger kan ikke inneholde kalendre eller andre spesialsamlinger" - -msgid "Specific Privileges" -msgstr "Spesifikke privilegier" - -msgid "Status" -msgstr "Status" - -#, php-format -msgid "Status: %d, Message: %s, User: %d, Path: %s" -msgstr "Status: %d, Message: %s, User: %d, Path: %s" - -msgid "Submit" -msgstr "Send" - -msgid "Suhosin \"server.strip\" disabled" -msgstr "Suhosin \"server.strip\" disabled" - -msgid "Sync LDAP Groups with RSCDS" -msgstr "Synk LDAP Grupper med RSCDS" - -msgid "Sync LDAP with DAViCal" -msgstr "Synk LDAP med DAViCal" - -msgid "Target" -msgstr "Mål" - -msgid "That destination name contains invalid characters." -msgstr "Målets navn inneholder ugyldige karakterer" - -msgid "That resource is not present on this server." -msgstr "Ressursen er ikke tilstede på denne tjeneren" - -msgid "The BIND Request MUST identify an existing resource." -msgstr "BIND Request MÅ identifisere en eksisterende ressurs." - -msgid "The BIND Request-URI MUST identify a collection." -msgstr "BIND Request-URI MÅ identifisere en samling." - -msgid "The BIND method is not allowed at that location." -msgstr "BIND metoden er ikke tillatt på den lokasjonen." - -msgid "The CalDAV:schedule-calendar-transp property may only be set on calendars." -msgstr "CalDAV:schedule-calendar-transp egenskap kan bare settes på kalendre" - -msgid "The DAViCal Home Page" -msgstr "DAViCal Hjemmeside" - -msgid "The access ticket will be deleted." -msgstr "Adgangstilgangen vil bli slettet" - -msgid "The addressbook-query report must be run against an addressbook collection" -msgstr "Adressebok-forespørselsrapport må kjøres mot en adressebok-samling" - -msgid "The application program does not understand that request." -msgstr "Programmet forstår ikke forespørselen" - -msgid "The binding will be deleted." -msgstr "Forbindelsen vil bli slettet" - -msgid "The calendar path contains illegal characters." -msgstr "Kalenderbanen inneholder ulovlige karakterer" - -msgid "" -"The calendar-free-busy-set is superseded by the schedule-transp property of a calendar collection." -msgstr "Kalenderens Ledig/Opptatt-sett er overstyrt av schedule-transp egenskapen til en kalendersamling" - -msgid "The calendar-query report must be run against a calendar or a scheduling collection" -msgstr "Kalender forespørselsrapport må kjøres mot en kalender eller hendelsessamling" - -msgid "The collection name may not be blank." -msgstr "Samlingens navn kan ikke være tom" - -msgid "The destination collection does not exist" -msgstr "Målsamlingen eksisterer ikke" - -msgid "The displayname may only be set on collections, principals or bindings." -msgstr "Visningsnavn kan bare settes på samlinger, kontoer eller forbindelser" - -msgid "The email address really should not be blank." -msgstr "Epostadressen skulle absolutt ikke være tom" - -msgid "The file is not UTF-8 encoded, please check the error for more details." -msgstr "Filen er ikke UTF-8 encoded, sjekk feilen for flere detaljer" - -msgid "The full name for this person, group or other type of principal." -msgstr "Det fulle navn for denne personen, gruppen eller annen type konto" - -msgid "The full name must not be blank." -msgstr "Det fulle navn kan ikke være tomt" - -msgid "The name this user can log into the system with." -msgstr "Navnet denne brukeren skal logge inn på systemet med" - -msgid "The path on the server where your .ics files are." -msgstr "Banen på tjeneren hvor dine ics filer er" - -msgid "The preferred language for this person." -msgstr "Foretrukket språk for denne personen" - -msgid "The style of dates used for this person." -msgstr "Datoformat brukt for denne personen" - -msgid "The user's e-mail address." -msgstr "Brukerens epostadresse" - -msgid "The user's full name." -msgstr "Brukerens fulle navn" - -msgid "The user's password for logging in." -msgstr "Brukerens passord for å logge inn" - -msgid "The username must not be blank, and may not contain a slash" -msgstr "Brukernavnet kan ikke være tomt og kan ikke inneholde slash" - -#, fuzzy -msgid "There was an error reading from the database." -msgstr "Det oppsto en feil under skriving til databasen" - -msgid "There was an error writing to the database." -msgstr "Det oppsto en feil under skriving til databasen" - -msgid "" -"This operation does the following:
        • check valid groups in LDAP directory
        • check groups " -"in DAViCal
        then
        • if a group is present in DAViCal but not in LDAP set as inactive in " -"DAViCal
        • if a group is present in LDAP but not in DAViCal create the group in DAViCal
        • " -"
        • if a group in present in LDAP and DAViCal then update information in DAViCal
        " -msgstr "" -"Denne operasjonen gjør følgende:
        • sjekker gyldige grupper i LDAP katalogen
        • sjekker " -"grupper i DAViCal
        deretter
        • hvis en gruppe finnes i DAViCal men ikke i LDAP setter " -"som inaktiv i DAViCal
        • hvis en gruppe finnnes i LDAP men ikke i DAViCal oppretter en gruppe i " -"DAViCal
        • hvis en gruppe finnes i LDAP og DAViCal oppdaterer informasjonen i DAViCal
        " - -msgid "" -"This operation does the following:
        • check valid users in LDAP directory
        • check users in " -"DAViCal
        then
        • if a user is present in DAViCal but not in LDAP set him as inactive in " -"DAViCal
        • if a user is present in LDAP but not in DAViCal create the user in DAViCal
        • " -"
        • if a user in present in LDAP and DAViCal then update information in DAViCal
        " -msgstr "" -"Denne operasjonen gjør følgende:
        • sjekker gyldige gruppe i LDAP katalogen
        • sjekker " -"brukere i DAViCal
        deretter
        • hvis en bruker finnes i DAViCal men ikke i LDAP setter " -"denne sim inaktiv i DAViCal
        • hvis en bruker finnes i LDAP men ikke i DAViCal oppretter " -"brukeren i DAViCal
        • hvis brukeren finnes i LDAP og DAViCal oppdaterer informasjonen i DAViCal
        " - -msgid "" -"This page primarily checks the environment needed for DAViCal to work correctly. Suggestions or " -"patches to make it do more useful stuff will be gratefully received." -msgstr "" -"Denne siden sjekker miljøet nødvendig for at DAViCal skal virke korrekt. Forslag eller patsjer for å " -"gjøre det enda bedre vil mottas med takk." - -msgid "This server only supports the text/calendar format for freebusy URLs" -msgstr "" - -msgid "Ticket ID" -msgstr "Tilgangs ID" - -msgid "Time" -msgstr "" - -msgid "To Collection" -msgstr "Til samling" - -msgid "To ID" -msgstr "Til ID" - -msgid "Toggle all privileges" -msgstr "Forny alle privilegier" - -msgid "Tools" -msgstr "Verktøy" - -msgid "Transparent" -msgstr "Gjennomsiktig" - -msgid "URL" -msgstr "" - -msgid "US Format" -msgstr "US Format" - -msgid "Unauthenticated User" -msgstr "" - -msgid "United States of America (m/d/y)" -msgstr "United States of America (m/d/y)" - -msgid "Update" -msgstr "Oppdater" - -msgid "Updated" -msgstr "Oppdatert" - -msgid "Updating Collection record." -msgstr "Oppdaterer post samling" - -msgid "Updating Member of this Group Principal" -msgstr "Oppdaterer medlem av denne gruppekonto" - -msgid "Updating Principal record." -msgstr "Oppdaterer post konto" - -msgid "Updating grants by this Principal" -msgstr "Oppdaterer rettigheter for denne kontoen" - -msgid "Upgrade DAViCal database schema" -msgstr "Oppgrader DAViCal database schema" - -msgid "Upgrade Database" -msgstr "Oppgrader database" - -msgid "Upload a .ics calendar in iCalendar format to initialise or replace this calendar." -msgstr "Last opp en .ics kalender i iCalender format for å sette opp eller erstatte denne kalenderen" - -msgid "User Calendar Principals" -msgstr "Bruker kalenderkonto" - -msgid "User Details" -msgstr "Brukerdetaljer" - -msgid "User Functions" -msgstr "Brukerfunksjoner" - -msgid "User Name" -msgstr "Brukers Navn" - -msgid "User Roles" -msgstr "Brukerroller" - -msgid "User is active" -msgstr "Bruker er aktiv" - -msgid "User record written." -msgstr "Brukers post skrevet" - -msgid "Username" -msgstr "Brukernavn" - -msgid "View My Details" -msgstr "Vis mine detaljer" - -msgid "View my own principal record" -msgstr "Vis min egen kontopost" - -msgid "View this user record" -msgstr "Vis denne brukerens post" - -msgid "Visit the DAViCal Wiki" -msgstr "Besøk DAViCal Wiki" - -#, php-format -msgid "Want: %s, Currently: %s" -msgstr "" - -#, fuzzy -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 "Advarsel: det er ingen aktive adminbrukere, du bør rette dette før du logger ut" - -msgid "When the user's e-mail account was validated." -msgstr "Da brukerens epost ble kontrollert" - -msgid "Write" -msgstr "Skriv" - -msgid "Write ACLs for a resource or collection" -msgstr "Skriv ACL for en ressurs eller samling" - -msgid "Write Access Controls" -msgstr "Skriv adgangskontroller" - -msgid "Write Data" -msgstr "Skriv data" - -msgid "Write Metadata" -msgstr "Skriv metadata" - -msgid "Write content" -msgstr "Skriv innhold" - -msgid "Write properties" -msgstr "Skriv egenskaper" - -msgid "Yes" -msgstr "Ja" - -msgid "You are editing" -msgstr "Du redigerer" - -msgid "You are not authorised to use this function." -msgstr "Du er ikke autorisert til å bruke denne funksjonen" - -msgid "You are viewing" -msgstr "Du viser" - -msgid "You do not have permission to modify this record." -msgstr "Du har ikke tillatelse til å endre denne posten" - -msgid "You may not PUT to a collection URL" -msgstr "Du kan ikke utføre PUT til en samlings URL" - -msgid "You must log in to use this system." -msgstr "Du må logge inn for å bruke systemet" - -msgid "Your configuration produced PHP errors which should be corrected" -msgstr "Konfigurasjonen lagde PHP feil som må rettes" - -#, php-format -msgid "all events of user %s were deleted and replaced by those from file %s" -msgstr "alle hendelser til bruker %s ble slettet og erstattet av dem fra filen %s" - -msgid "calendar-timezone property is only valid for a calendar." -msgstr "kalender tidssone egenskap er kun gyldig for en kalender" - -#, php-format -msgid "directory %s is not readable" -msgstr "mappen %s er ikke lesbar" - -msgid "drivers_imap_pam : imap_url parameter not configured in /etc/davical/*-conf.php" -msgstr "" - -msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed" -msgstr "drivers_ldap : Kunne ikke starte TLS: ldap_start_tls() feilet" - -#, php-format -msgid "drivers_ldap : Failed to bind to host %1$s on port %2$s with bindDN of %3$s" -msgstr "drivers_ldap : Feilet å binde til vert %1$s på port %2$s with bindDN of %3$s" - -msgid "drivers_ldap : Failed to set LDAP to use protocol version 3, TLS not supported" -msgstr "drivers_ldap : Feilet å sette LDAP til å bruke protokoll version 3, TLS ikke støttet" - -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 : Ute av stand til å binde til LDAP - sjekk din konfigurasjon for bindDN og passDN, og at " -"din LDAP server kan nås" - -#, php-format -msgid "drivers_ldap : Unable to connect to LDAP with port %s on host %s" -msgstr "drivers_ldap : Ute av stand til kommunikasjon med LDAP med port %s på vert %s" - -msgid "drivers_ldap : function ldap_connect not defined, check your php_ldap module" -msgstr "drivers_ldap : function ldap_connect ikke definert, sjekk din php_ldap modul" - -#, php-format -msgid "drivers_pwauth_pam : Unable to find %s file" -msgstr "drivers_pwauth_pam : Unable to find %s file" - -#, php-format -msgid "drivers_squid_pam : Unable to find %s file" -msgstr "drivers_squid_pam : Unable to find %s file" - -#. Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future -msgid "forget me not" -msgstr "forglem meg ei" - -msgid "from principal" -msgstr "fra konto" - -msgid "path to store your ics" -msgstr "bane for å lagre din ics" - -#, php-format -msgid "the file %s is not UTF-8 encoded, please check error for more details" -msgstr "filen %s er ikke UTF-8 encoded, sjekk feil for flere detaljer" - -msgid "unauthenticated" -msgstr "" - -msgid "you should log on with the username and password that have been issued to you." -msgstr "logg på med brukernavnet og passordet du fikk utstedt" diff --git a/po/nb_NO.po b/po/nb_NO.po index 7a170003..c66c593d 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1,74 +1,114 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# +# +# , 2011. +# Sven Olsen , 2011. msgid "" msgstr "" "Project-Id-Version: DAViCal\n" -"Report-Msgid-Bugs-To: http://repo.or.cz/w/davical.git/tree/HEAD:/issues\n" -"POT-Creation-Date: 2010-12-25 17:26+0200\n" -"PO-Revision-Date: 2011-02-20 22:45+0000\n" -"Last-Translator: karora \n" -"Language-Team: Norwegian Bokmål (Norway) \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-08-15 23:39+0000\n" +"Last-Translator: aleksand \n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.net/projects/p/davical/team/nb_NO/)\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php +msgid "%F %T" +msgstr "%F %T" + +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php +msgid "%T" +msgstr "%T" + msgid "*** Default Locale ***" msgstr "*** Standard Locale ***" msgid "*** Unknown ***" msgstr "*** Ukjent ***" -#, c-format +#, php-format msgid "- adding %s to group : %s" -msgstr "- legger %s til gruppe : %s" +msgstr "- legger til %s i gruppe : %s" -#, c-format +#, php-format msgid "- adding users %s to group : %s" -msgstr "- legger brukere %s til gruppe : %s" +msgstr "- legger til brukerene %s i gruppe : %s" -#, c-format +#, php-format msgid "- creating groups : %s" -msgstr "- lager grupper : %s" +msgstr "- oppretter grupper : %s" -#, c-format +#, php-format msgid "- creating record for users : %s" -msgstr "- lager post for brukere : %s" +msgstr "- oppretter post for brukere : %s" -#, c-format +#, php-format msgid "- deactivate groups : %s" msgstr "- deaktiverer grupper : %s" -#, c-format +#, php-format msgid "- deactivating users : %s" msgstr "- deaktiverer brukere : %s" -#, c-format +#, php-format msgid "- nothing done on : %s" -msgstr "- ingenting gjort med : %s" +msgstr "- ingen endring på : %s" -#, c-format +#, php-format msgid "- removing %s from group : %s" msgstr "- fjerner %s fra gruppe : %s" -#, c-format +#, php-format msgid "- updating groups : %s" msgstr "- oppdaterer grupper : %s" -#, c-format +#, php-format msgid "- updating user records : %s" msgstr "- oppdaterer brukerdata : %s" msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" msgstr "ADVARSEL: alle hendelser i denne banen vil bli slettet ved innsetting av ics filen" -#, 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.

        " -msgstr "

        Logg deg inn

        For tilgang til %s skal du oppgi brukernavnet og passordet du fikk

        Vil du be om tilgang, kontakt %s.

        " +#, php-format +msgid "" +"

        Help

        \n" +"

        For initial help you should visit the DAViCal " +"Home Page or take\n" +"a look at the DAViCal Wiki.

        \n" +"

        If you can't find the answers there, visit us on IRC in\n" +"the #davical channel on irc.oftc.net,\n" +"or send a question to the DAViCal Users mailing list.

        \n" +"

        The mailing list\n" +"archives can be helpful too.

        " +msgstr "" +"

        Hjelp

        \n" +"

        For oppstartshjelp bør du besøke DAViCal-" +"hjemmesiden eller ta en titt på DAViCal " +"wikien.

        \n" +"

        Kan du ikke finne svaret der, kom innom vår kanal #davicalirc.oftc.net nettverket på IRC.\n" +"Eller send spørsmålet til DAViCal epostlisten for brukere.

        \n" +"

        Epostlistearkivene kan også være nyttige.

        " + +#, 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 "" +"

        Logg deg inn

        For tilgang til %s skal du oppgi brukernavnet og passordet du fikk

        Vil " +"du be om tilgang, kontakt %s.

        " msgid "A DAViCal principal collection may only contain collections" msgstr "En DAViCal kontosamling kan bare inneholde samlinger" @@ -97,9 +137,7 @@ msgstr "Aktiv" msgid "Adding new member to this Group Principal" msgstr "Legger nytt medlem til denne Gruppekontoen" -msgid "Admin " -msgstr "Admin" - +#. Translators: in the sense of 'systems admin' msgid "Admin" msgstr "Admin" @@ -109,6 +147,9 @@ msgstr "Administrasjon" msgid "Administrator" msgstr "Administrator" +msgid "All" +msgstr "Alle" + msgid "All collection data will be unrecoverably deleted." msgstr "Alle data til samlingen vil ugjenopprettelig bli slettet" @@ -121,9 +162,6 @@ msgstr "Alle privilegier" msgid "All requested changes were made." msgstr "Alle forespurte endringer ble utfort" -msgid "All" -msgstr "Alle" - msgid "Allow free/busy enquiries targeted at the owner of this scheduling inbox" msgstr "Tillat ledig/opptatt forespørsler rettet til eieren av denne innboksen" @@ -145,6 +183,9 @@ msgstr "Utfør endringer" msgid "Apply DB Patches" msgstr "Utfør DB endringer" +msgid "Attachment" +msgstr "Vedlegg" + msgid "Binding deleted" msgstr "Forbindelse slettet" @@ -166,19 +207,22 @@ msgstr "Bla gjennom alle brukere" msgid "Busy" msgstr "Opptatt" +#, php-format +msgid "Calendar \"%s\" was loaded from file." +msgstr "Kalenderen \"%s\" ble lastet fra fil." + msgid "Calendar Principals" msgstr "Kalenderkontoer" msgid "Calendar Timezone" msgstr "Kalender tidssone" -#, c-format -msgid "Calendar \"%s\" was loaded from file." -msgstr "Kalender \"%s\" ble lastet fra fil." - msgid "Can only add tickets for existing collection paths which you own" msgstr "Kan bare legge til tilgang til eksiterende samlinger du eier" +msgid "Categories" +msgstr "Kategorier" + msgid "Change Password" msgstr "Endre passord" @@ -188,6 +232,9 @@ msgstr "Klikk for brukerdetaljer" msgid "Click to edit principal details" msgstr "Klikk for redigering av kontodetaljer" +msgid "Collection" +msgstr "Samling" + msgid "Collection Grants" msgstr "Samlingsrettigheter" @@ -197,9 +244,6 @@ msgstr "Samlings ID" msgid "Collection deleted" msgstr "Samling slettet" -msgid "Collection" -msgstr "Samling" - msgid "Collections may not be both CalDAV calendars and CardDAV addressbooks at the same time" msgstr "Samlinger kan ikke være både CalDAV og CardDAV adressebøker samtidig" @@ -209,6 +253,9 @@ msgstr "Konfigurerer Kalender klienter for DAViCal" msgid "Configuring DAViCal" msgstr "Konfigurerer DAViCal" +msgid "Confirm" +msgstr "Bekreft" + msgid "Confirm Deletion of the Binding" msgstr "Bekreft sletting av forbindelsen" @@ -227,12 +274,12 @@ msgstr "Bekreft passordet" msgid "Confirm the new password." msgstr "Bekreft nytt passord" -msgid "Confirm" -msgstr "Bekreft" - msgid "Could not retrieve" msgstr "Kunne ikke hente" +msgid "Create" +msgstr "Opprett" + msgid "Create Collection" msgstr "Opprett samling" @@ -254,9 +301,6 @@ msgstr "Lag ny konto (ny bruker, ressurs eller gruppe)" msgid "Create a resource or collection" msgstr "Lag en ressurs eller samling" -msgid "Create" -msgstr "Opprett" - msgid "Creating new Collection." msgstr "Oppretter ny samling" @@ -269,9 +313,6 @@ msgstr "Oppretter ny tilgang med privilegier til denne konto" msgid "Current DAViCal version " msgstr "Gjeldende DAViCal versjon" -msgid "Current Versions" -msgstr "Gjeldende versjoner" - msgid "DAV Path" msgstr "DAV bane" @@ -344,6 +385,9 @@ msgstr "Datoformat" msgid "Default Privileges" msgstr "Standard privilegier" +msgid "Delete" +msgstr "Slett" + msgid "Delete Events/Collections" msgstr "Slett hendelser/samlinger" @@ -353,9 +397,6 @@ msgstr "Slett konto" msgid "Delete a resource or collection" msgstr "Slett en ressurs eller samling" -msgid "Delete" -msgstr "Slett" - msgid "Deleted a grant from this Principal" msgstr "Slettet en rettighet til denne kontoen" @@ -401,15 +442,11 @@ msgstr "Visningsnavn" msgid "Does the user have the right to perform this role?" msgstr "Har brukeren rettigheter til denne rollen ?" -msgid "EMail OK" -msgstr "Epost OK" - msgid "EMail" msgstr "Epost" -#, c-format -msgid "ERROR: %s" -msgstr "FEIL: %s" +msgid "EMail OK" +msgstr "Epost OK" msgid "ERROR: The full name may not be blank." msgstr "FEIL: Det fulle navnet kan ikke være tomt" @@ -420,12 +457,12 @@ msgstr "FEIL: Det nye passordet må stemme med det bekreftede passordet" msgid "ERROR: There was a database error writing the roles information!" msgstr "FEIL: Det var en databasefeil under skriving av rolleinformasjon" -msgid "Edit this user record" -msgstr "Rediger denne brukerens post" - msgid "Edit" msgstr "Rediger" +msgid "Edit this user record" +msgstr "Rediger denne brukerens post" + msgid "Email Address" msgstr "Epostadresse" @@ -435,11 +472,11 @@ msgstr "Oppgi brukernavnet, om du vet det, og klikk her for tilsending av midler msgid "Enter your username and password then click here to log in." msgstr "Oppgi brukernavn og passord og klikk her for å logge inn" -#, c-format +#, php-format msgid "Error NoGroupFound with filter >%s<, attributes >%s< , dn >%s<" msgstr "Error NoGroupFound with filter >%s<, attributes >%s< , dn >%s<" -#, c-format +#, php-format msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" msgstr "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" @@ -452,12 +489,12 @@ msgstr "Feil under skriving av detaljer til database" msgid "Error writing calendar properties to database." msgstr "Feil under skriving av kalenderegenskaper til database" -msgid "European (d/m/y)" -msgstr "Europeisk (d/m/y)" - msgid "European" msgstr "Europeisk" +msgid "European (d/m/y)" +msgstr "Europeisk (d/m/y)" + msgid "Existing resource does not match \"If-Match\" header - not accepted." msgstr "Eksisterende ressurs passer ikke \"If-Match\" header - ikke akseptert." @@ -467,11 +504,14 @@ msgstr "Eksisterende ressurs passer \"If-None-Match\" header - ikke akseptert," msgid "Expires" msgstr "Løper ut" +msgid "Fail" +msgstr "Feil" + msgid "Failed to write collection." msgstr "Mislykkes med skriving av samling" -msgid "Failed" -msgstr "Mislykkes" +msgid "Feeds are only supported for calendars at present." +msgstr "Kanalabonnement støttes kun av kalendere for øyeblikket." msgid "For access to the" msgstr "For adgang til" @@ -506,7 +546,8 @@ msgstr "Opprett" msgid "Granting new privileges from this Principal" msgstr "Oppretter nye privilegier fra denne kontoen" -msgid "Group " +#. Translators: in the sense of a group of people +msgid "Group" msgstr "Gruppe" msgid "Group Members" @@ -518,45 +559,46 @@ msgstr "Gruppemedlemskap" msgid "Group Principals" msgstr "Gruppekontoer" -msgid "Group" -msgstr "Gruppe" - msgid "Has Members" msgstr "Har medlemmer" +msgid "Help" +msgstr "Hjelp" + msgid "Help on the current screen" msgstr "Hjelp til gjeldende side" msgid "Help! I've forgotten my password!" msgstr "Hjelp! Jeg har glemt passordet" -msgid "Help" -msgstr "Hjelp" +msgid "Home" +msgstr "Home" msgid "Home Page" msgstr "Hjemmeside" +msgid "Home addressbook added." +msgstr "La til hovedadressebok." + +msgid "Home addressbook already exists." +msgstr "Hovedadressebok finnes fra før." + msgid "Home calendar added." msgstr "Home kalender lagt til" msgid "Home calendar already exists." msgstr "Home kalender eksisterer allerede" -msgid "Home" -msgstr "Home" - msgid "ID" msgstr "ID" -msgid "ISO Format (YYYY-MM-DD)" -msgstr "ISO Format (YYYY-MM-DD)" - msgid "ISO Format" msgstr "ISO Format" -msgid "Id " -msgstr "Id " +msgid "ISO Format (YYYY-MM-DD)" +msgstr "ISO Format (YYYY-MM-DD)" +#. Translators: short for 'Identifier' msgid "Id" msgstr "Id" @@ -626,6 +668,9 @@ msgstr "Last fra fil" msgid "Locale" msgstr "Locale" +msgid "Location" +msgstr "Plassering" + msgid "Log On Please" msgstr "Logg inn" @@ -638,6 +683,11 @@ msgstr "Logg ut" msgid "Member deleted from this Group Principal" msgstr "Medlem slettet fra denne gruppekonto" +msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +msgstr "" +"De fleste funksjoner av DAViCal vil fungere, men å oppgradere til PHP 5.2 eller nyere er anbefalt på " +"det sterkeste." + msgid "Name" msgstr "Navn" @@ -650,7 +700,8 @@ msgstr "Nytt passord" msgid "New Principal" msgstr "Ny konto" -msgid "No " +#. Translators: not 'Yes' +msgid "No" msgstr "Nei" msgid "No authority to deliver invitations to user." @@ -665,10 +716,11 @@ msgstr "Ingen samling funnet på den lokasjonen" msgid "No scheduling support for user" msgstr "Ingen hendelsesupport for bruker" -msgid "No" -msgstr "Nei" +msgid "No summary" +msgstr "Ingen oppsummering" -msgid "No. " +#. Translators: short for 'Number' +msgid "No." msgstr "Nr." msgid "No. of Collections" @@ -680,15 +732,9 @@ msgstr "Nr. til konto" msgid "No. of Resources" msgstr "Nr. til ressurs" -msgid "No." -msgstr "Nr." - msgid "Not overwriting existing destination resource" msgstr "Skriver ikke over eksisterende ressurs" -msgid "OK" -msgstr "OK" - msgid "Opaque" msgstr "Opaque" @@ -698,6 +744,12 @@ msgstr "Bryt en lås" msgid "PDO PostgreSQL drivers" msgstr "PDO PostgreSQL drivere" +msgid "PHP DateTime class" +msgstr "PHP DateTime class" + +msgid "PHP LDAP module available" +msgstr "PHP LDAP modul tilgjengelig" + msgid "PHP Magic Quotes GPC off" msgstr "PHP Magic Quotes GPC off" @@ -710,9 +762,15 @@ msgstr "PHP PDO modul tilgjengelig" msgid "PHP PostgreSQL available" msgstr "PHP PostgreSQL tilgjengelig" +msgid "PHP iconv support" +msgstr "Støtte for PHP iconv" + msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" msgstr "PUT på en samling er bare tillatt for tekst/kaldender innhold i en kalendersamling" +msgid "Passed" +msgstr "Godkjent" + msgid "Password" msgstr "Passord" @@ -737,6 +795,9 @@ msgstr "Bekreft sletting av kontoen" msgid "Please note the time and advise the administrator of your system." msgstr "Noter klokkeslett og oppgi til systemets administrator" +msgid "Principal" +msgstr "Konto" + msgid "Principal Collections" msgstr "Konto samlinger" @@ -752,21 +813,16 @@ msgstr "Konto type" msgid "Principal deleted" msgstr "Konto slettet" -msgid "Principal" -msgstr "Konto" +msgid "Privileges" +msgstr "Rettigheter" msgid "Privileges granted to All Users" msgstr "Rettigheter tildelt til alle brukere" -msgid "Privileges" -msgstr "Rettigheter" - msgid "Property is read-only" msgstr "Egenskapen er kun lese" -msgid "Public " -msgstr "Offentlig" - +#. Translators: in the sense of being available to all users msgid "Public" msgstr "Offentlig" @@ -779,6 +835,9 @@ msgstr "REPORT body inneholder ingen XML data!" msgid "REPORT body is not valid XML data!" msgstr "REPORT body er ikke gyldig XML data!" +msgid "Read" +msgstr "Les" + msgid "Read ACLs for a resource or collection" msgstr "Les tilgangslister for en ressurs eller samling" @@ -800,18 +859,15 @@ msgstr "Les detaljer om gjeldende brukers adgangskontroll til denne ressursen" msgid "Read the free/busy information for a calendar collection" msgstr "Les Ledig/Opptatt informasjon for en kalendersamling" -msgid "Read" -msgstr "Les" - msgid "Read/Write" msgstr "Les/Skriv" -msgid "Remove a lock" -msgstr "Fjern en lås" - msgid "Remove" msgstr "Fjern" +msgid "Remove a lock" +msgstr "Fjern en lås" + msgid "Report Bug" msgstr "Rapporter feil" @@ -824,7 +880,8 @@ msgstr "Be om funksjonalitet" msgid "Request body is not valid XML data!" msgstr "Request body er ikke gyldig XML data!" -msgid "Resource " +#. Translators a thing which might be booked: a room, a carpark, a projector... +msgid "Resource" msgstr "Ressurs" msgid "Resource Calendar Principals" @@ -836,9 +893,6 @@ msgstr "Ressurs ikke funnet" msgid "Resource has changed on server - not deleted" msgstr "Ressurs er endret på tjener - ikke slettet" -msgid "Resource" -msgstr "Ressurs" - msgid "Resources may not be changed to / from collections." msgstr "Ressurser kan ikke endres fra/til samlinger" @@ -905,21 +959,21 @@ msgstr "Sett hendelse-leveringsprivilegier" msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/" msgstr "Sett banen for å lagre din ics, f.eks. vil 'home' bli referert som /caldav.php/me/home/" -msgid "Setup DAViCal" -msgstr "Sett opp DAViCal" - msgid "Setup" msgstr "Oppsett" +msgid "Setup DAViCal" +msgstr "Sett opp DAViCal" + msgid "Show help on" msgstr "Vis hjelp om" -msgid "Site Statistics require the database to be available!" -msgstr "Statistikk krever en tilgjengelig database!" - msgid "Site Statistics" msgstr "Statistikk" +msgid "Site Statistics require the database to be available!" +msgstr "Statistikk krever en tilgjengelig database!" + msgid "Some properties were not able to be changed." msgstr "Noen egenskaper kunne ikke endres" @@ -935,13 +989,10 @@ msgstr "Spesielle samlinger kan ikke inneholde kalendre eller andre spesialsamli msgid "Specific Privileges" msgstr "Spesifikke privilegier" -msgid "Start: " -msgstr "Start: " - msgid "Status" msgstr "Status" -#, c-format +#, php-format msgid "Status: %d, Message: %s, User: %d, Path: %s" msgstr "Status: %d, Message: %s, User: %d, Path: %s" @@ -996,7 +1047,8 @@ msgstr "Forbindelsen vil bli slettet" msgid "The calendar path contains illegal characters." msgstr "Kalenderbanen inneholder ulovlige karakterer" -msgid "The calendar-free-busy-set is superseded by the schedule-transp property of a calendar collection." +msgid "" +"The calendar-free-busy-set is superseded by the schedule-transp property of a calendar collection." msgstr "Kalenderens Ledig/Opptatt-sett er overstyrt av schedule-transp egenskapen til en kalendersamling" msgid "The calendar-query report must be run against a calendar or a scheduling collection" @@ -1047,21 +1099,51 @@ msgstr "Brukerens passord for å logge inn" msgid "The username must not be blank, and may not contain a slash" msgstr "Brukernavnet kan ikke være tomt og kan ikke inneholde slash" +msgid "There was an error reading from the database." +msgstr "En feil oppsto ved lesning fra databasen." + msgid "There was an error writing to the database." msgstr "Det oppsto en feil under skriving til databasen" -msgid "This operation does the following:
        • check valid groups in LDAP directory
        • check groups in DAViCal
        then
        • if a group is present in DAViCal but not in LDAP set as inactive in DAViCal
        • if a group is present in LDAP but not in DAViCal create the group in DAViCal
        • if a group in present in LDAP and DAViCal then update information in DAViCal
        " -msgstr "Denne operasjonen gjør følgende:
        • sjekker gyldige grupper i LDAP katalogen
        • sjekker grupper i DAViCal
        deretter
        • hvis en gruppe finnes i DAViCal men ikke i LDAP setter som inaktiv i DAViCal
        • hvis en gruppe finnnes i LDAP men ikke i DAViCal oppretter en gruppe i DAViCal
        • hvis en gruppe finnes i LDAP og DAViCal oppdaterer informasjonen i DAViCal
        " +msgid "" +"This operation does the following:
        • check valid groups in LDAP directory
        • check groups " +"in DAViCal
        then
        • if a group is present in DAViCal but not in LDAP set as inactive in " +"DAViCal
        • if a group is present in LDAP but not in DAViCal create the group in DAViCal
        • " +"
        • if a group in present in LDAP and DAViCal then update information in DAViCal
        " +msgstr "" +"Denne operasjonen gjør følgende:
        • sjekker gyldige grupper i LDAP katalogen
        • sjekker " +"grupper i DAViCal
        deretter
        • hvis en gruppe finnes i DAViCal men ikke i LDAP setter " +"som inaktiv i DAViCal
        • hvis en gruppe finnnes i LDAP men ikke i DAViCal oppretter en gruppe i " +"DAViCal
        • hvis en gruppe finnes i LDAP og DAViCal oppdaterer informasjonen i DAViCal
        " -msgid "This operation does the following:
        • check valid users in LDAP directory
        • check users in DAViCal
        then
        • if a user is present in DAViCal but not in LDAP set him as inactive in DAViCal
        • if a user is present in LDAP but not in DAViCal create the user in DAViCal
        • if a user in present in LDAP and DAViCal then update information in DAViCal
        " -msgstr "Denne operasjonen gjør følgende:
        • sjekker gyldige gruppe i LDAP katalogen
        • sjekker brukere i DAViCal
        deretter
        • hvis en bruker finnes i DAViCal men ikke i LDAP setter denne sim inaktiv i DAViCal
        • hvis en bruker finnes i LDAP men ikke i DAViCal oppretter brukeren i DAViCal
        • hvis brukeren finnes i LDAP og DAViCal oppdaterer informasjonen i DAViCal
        " +msgid "" +"This operation does the following:
        • check valid users in LDAP directory
        • check users in " +"DAViCal
        then
        • if a user is present in DAViCal but not in LDAP set him as inactive in " +"DAViCal
        • if a user is present in LDAP but not in DAViCal create the user in DAViCal
        • " +"
        • if a user in present in LDAP and DAViCal then update information in DAViCal
        " +msgstr "" +"Denne operasjonen gjør følgende:
        • sjekker gyldige gruppe i LDAP katalogen
        • sjekker " +"brukere i DAViCal
        deretter
        • hvis en bruker finnes i DAViCal men ikke i LDAP setter " +"denne sim inaktiv i DAViCal
        • hvis en bruker finnes i LDAP men ikke i DAViCal oppretter " +"brukeren i DAViCal
        • hvis brukeren finnes i LDAP og DAViCal oppdaterer informasjonen i DAViCal
        " -msgid "This page primarily checks the environment needed for DAViCal to work correctly. Suggestions or patches to make it do more useful stuff will be gratefully received." -msgstr "Denne siden sjekker miljøet nødvendig for at DAViCal skal virke korrekt. Forslag eller patsjer for å gjøre det enda bedre vil mottas med takk." +msgid "" +"This page primarily checks the environment needed for DAViCal to work correctly. Suggestions or " +"patches to make it do more useful stuff will be gratefully received." +msgstr "" +"Denne siden sjekker miljøet nødvendig for at DAViCal skal virke korrekt. Forslag eller patsjer for å " +"gjøre det enda bedre vil mottas med takk." + +msgid "This server only supports the text/calendar format for freebusy URLs" +msgstr "Denne tjeneren støtter bare text/calendar formatert freebusy-adresser." msgid "Ticket ID" msgstr "Tilgangs ID" +msgid "Time" +msgstr "Tid" + msgid "To Collection" msgstr "Til samling" @@ -1077,9 +1159,15 @@ msgstr "Verktøy" msgid "Transparent" msgstr "Gjennomsiktig" +msgid "URL" +msgstr "URL" + msgid "US Format" msgstr "US Format" +msgid "Unauthenticated User" +msgstr "Ikke-autentisert bruker" + msgid "United States of America (m/d/y)" msgstr "United States of America (m/d/y)" @@ -1146,12 +1234,23 @@ msgstr "Vis denne brukerens post" msgid "Visit the DAViCal Wiki" msgstr "Besøk DAViCal Wiki" -msgid "Warning: there are no active admin users, you should fix this before logging out." -msgstr "Advarsel: det er ingen aktive adminbrukere, du bør rette dette før du logger ut" +#, php-format +msgid "Want: %s, Currently: %s" +msgstr "Ønsket: %s, Nåværende: %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 "" +"Advarsel: det finnes ingen administratorbrukere! Du bør rette feilen før du logger ut. Foreslår bruk " +"av $c->do_not_sync_from_ldap konfigurasjonsinstillingen." msgid "When the user's e-mail account was validated." msgstr "Da brukerens epost ble kontrollert" +msgid "Write" +msgstr "Skriv" + msgid "Write ACLs for a resource or collection" msgstr "Skriv ACL for en ressurs eller samling" @@ -1170,23 +1269,9 @@ msgstr "Skriv innhold" msgid "Write properties" msgstr "Skriv egenskaper" -msgid "Write" -msgstr "Skriv" - -msgid "Y-m-d H:i" -msgstr "Y-m-d H:i" - msgid "Yes" msgstr "Ja" -#, c-format -msgid "You are currently running DAViCal version %s. The database schema is at version %d.%d.%d." -msgstr "Du kjører DAViCal versjon %s. Database schema er version %d.%d.%d." - -#, c-format -msgid "You are currently running DAViCal version %s. The database schema should be at version %s and it is at version %d.%d.%d." -msgstr "Du kjører DAViCal version %s. Database schema skulle være %s og er versjon %d.%d.%d." - msgid "You are editing" msgstr "Du redigerer" @@ -1208,48 +1293,53 @@ msgstr "Du må logge inn for å bruke systemet" msgid "Your configuration produced PHP errors which should be corrected" msgstr "Konfigurasjonen lagde PHP feil som må rettes" -#, c-format +#, php-format msgid "all events of user %s were deleted and replaced by those from file %s" msgstr "alle hendelser til bruker %s ble slettet og erstattet av dem fra filen %s" msgid "calendar-timezone property is only valid for a calendar." msgstr "kalender tidssone egenskap er kun gyldig for en kalender" -#, c-format +#, php-format msgid "directory %s is not readable" msgstr "mappen %s er ikke lesbar" +msgid "drivers_imap_pam : imap_url parameter not configured in /etc/davical/*-conf.php" +msgstr "drivers_imap_pam : imap_url parameter ikke konfigurert i /etc/davical/*-conf.php" + msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed" msgstr "drivers_ldap : Kunne ikke starte TLS: ldap_start_tls() feilet" -#, c-format +#, php-format msgid "drivers_ldap : Failed to bind to host %1$s on port %2$s with bindDN of %3$s" msgstr "drivers_ldap : Feilet å binde til vert %1$s på port %2$s with bindDN of %3$s" msgid "drivers_ldap : Failed to set LDAP to use protocol version 3, TLS not supported" msgstr "drivers_ldap : Feilet å sette LDAP til å bruke protokoll version 3, TLS ikke støttet" -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 : Ute av stand til å binde til LDAP - sjekk din konfigurasjon for bindDN og passDN, og at din LDAP server kan nås" +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 : Ute av stand til å binde til LDAP - sjekk din konfigurasjon for bindDN og passDN, og at " +"din LDAP server kan nås" -#, c-format +#, php-format msgid "drivers_ldap : Unable to connect to LDAP with port %s on host %s" msgstr "drivers_ldap : Ute av stand til kommunikasjon med LDAP med port %s på vert %s" msgid "drivers_ldap : function ldap_connect not defined, check your php_ldap module" msgstr "drivers_ldap : function ldap_connect ikke definert, sjekk din php_ldap modul" -#, c-format +#, php-format msgid "drivers_pwauth_pam : Unable to find %s file" msgstr "drivers_pwauth_pam : Unable to find %s file" -#, c-format +#, php-format msgid "drivers_squid_pam : Unable to find %s file" msgstr "drivers_squid_pam : Unable to find %s file" -msgid "forget me not " -msgstr "forglem meg ei (husk meg)" - +#. Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future msgid "forget me not" msgstr "forglem meg ei" @@ -1259,9 +1349,12 @@ msgstr "fra konto" msgid "path to store your ics" msgstr "bane for å lagre din ics" -#, c-format +#, php-format msgid "the file %s is not UTF-8 encoded, please check error for more details" msgstr "filen %s er ikke UTF-8 encoded, sjekk feil for flere detaljer" +msgid "unauthenticated" +msgstr "Ikke-autentisert" + msgid "you should log on with the username and password that have been issued to you." msgstr "logg på med brukernavnet og passordet du fikk utstedt" diff --git a/po/nb_NO.values b/po/nb_NO.values new file mode 100644 index 00000000..8b8ef5c4 --- /dev/null +++ b/po/nb_NO.values @@ -0,0 +1 @@ + VALUES( 'nb', 'Norwegian', 'Bokmål' ); diff --git a/po/nl.po b/po/nl.po index 56a2fb36..706a9859 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,25 +1,27 @@ -# Dutch messages file for the rscds admin interface. -# Copyright (C) 2006, Eelco Maljaars -# This file is distributed under the same license as the rscds package. -# Eelco Maljaars , 2006. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # -#, fuzzy +# Andrew McMillan , 2011. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-02-20 23:56+0100\n" -"PO-Revision-Date: 2010-02-18 16:00+0100\n" -"Last-Translator: Vincent Van Houtte \n" -"Language-Team: nl_NL \n" -"Language: \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-22 15:19+0000\n" +"Last-Translator: fmms \n" +"Language-Team: Dutch (http://www.transifex.net/projects/p/davical/team/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -29,25 +31,25 @@ msgstr "" msgid "*** Unknown ***" msgstr "" -#, fuzzy, php-format +#, php-format msgid "- adding %s to group : %s" -msgstr "- wijzigen van gebruikers : %s" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "- adding users %s to group : %s" -msgstr "- wijzigen van gebruikers : %s" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "- creating groups : %s" -msgstr "- gebruiker aanmaken : %s" +msgstr "" #, php-format msgid "- creating record for users : %s" msgstr "- gebruiker aanmaken : %s" -#, fuzzy, php-format +#, php-format msgid "- deactivate groups : %s" -msgstr "- desactiveren van gebruikers : %s" +msgstr "" #, php-format msgid "- deactivating users : %s" @@ -61,9 +63,9 @@ msgstr "- ongewijzigd : %s" msgid "- removing %s from group : %s" msgstr "" -#, fuzzy, php-format +#, php-format msgid "- updating groups : %s" -msgstr "- wijzigen van gebruikers : %s" +msgstr "" #, php-format msgid "- updating user records : %s" @@ -98,16 +100,14 @@ 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 mail je %s.

        " -#, fuzzy msgid "A DAViCal principal collection may only contain collections" -msgstr "Bijzondere verzamelingen kunnen geen Agenda of andere bijzondere verzameling bevatten." +msgstr "" msgid "A collection already exists at that location." msgstr "Er bestaat al een verzameling op die plek" -#, fuzzy msgid "A resource already exists at the destination." -msgstr "Er bestaat al een verzameling op die plek" +msgstr "" msgid "AWL Library version " msgstr "" @@ -115,9 +115,8 @@ msgstr "" msgid "Access Tickets" msgstr "" -#, fuzzy msgid "Access ticket deleted" -msgstr "Gebruiker verwijderd" +msgstr "" msgid "Action" msgstr "Actie" @@ -147,16 +146,14 @@ msgstr "Alle gegevens van de collectie worden onherroepelijk verwijderd." msgid "All of the principal's calendars and events will be unrecoverably deleted." msgstr "Alle agenda's en afspraken van de Principaal worden onherroepelijk verwijderd." -#, fuzzy msgid "All privileges" -msgstr "Privileges" +msgstr "" msgid "All requested changes were made." msgstr "De gevraagde wijzigingen werden doorgevoerd" -#, fuzzy msgid "Allow free/busy enquiries targeted at the owner of this scheduling inbox" -msgstr "Laat vrij/bezet-bevragingen toe aan de eigenaar van deze agenda" +msgstr "" msgid "An \"Administrator\" user has full rights to the whole DAViCal System" msgstr "Een \"Beheerder\" heeft alle privileges in een DAViCal Systeem" @@ -173,28 +170,23 @@ msgstr "" msgid "Apply Changes" msgstr "Pas wijzigingen toe" -#, fuzzy msgid "Apply DB Patches" -msgstr "Pas wijzigingen toe" +msgstr "" msgid "Attachment" msgstr "" -#, fuzzy msgid "Binding deleted" -msgstr "Principaal verwijderd" +msgstr "" -#, fuzzy msgid "Bindings to other collections" -msgstr "Bevestig het verwijderen van de Verzameling" +msgstr "" -#, fuzzy msgid "Bindings to this Collection" -msgstr "Bevestig het verwijderen van de Verzameling" +msgstr "" -#, fuzzy msgid "Bindings to this Principal's Collections" -msgstr "Principale verzamelingen" +msgstr "" msgid "Bound As" msgstr "" @@ -209,9 +201,8 @@ msgstr "Bezet" msgid "Calendar \"%s\" was loaded from file." msgstr "Agenda \"%s\" werd ingeladen van bestand." -#, fuzzy msgid "Calendar Principals" -msgstr "Agenda gebruikers" +msgstr "" msgid "Calendar Timezone" msgstr "Tijdzone van Agenda" @@ -228,9 +219,8 @@ msgstr "Wijzig wachtwoord" msgid "Click to display user details" msgstr "Klik om de gebruikersdetails te tonen" -#, fuzzy msgid "Click to edit principal details" -msgstr "Klik om de gebruikersdetails te tonen" +msgstr "" msgid "Collection" msgstr "Verzameling" @@ -256,20 +246,17 @@ msgstr "" msgid "Confirm" msgstr "Bevestig" -#, fuzzy msgid "Confirm Deletion of the Binding" -msgstr "Bevestig het verwijderen van de Principaal" +msgstr "" msgid "Confirm Deletion of the Collection" msgstr "Bevestig het verwijderen van de Verzameling" -#, fuzzy msgid "Confirm Deletion of the Principal" -msgstr "Bevestig het verwijderen van de Principaal" +msgstr "" -#, fuzzy msgid "Confirm Deletion of the Ticket" -msgstr "Bevestig het verwijderen van de Gebruiker" +msgstr "" msgid "Confirm Password" msgstr "Bevestig het wachtwoord" @@ -292,9 +279,8 @@ msgstr "Maak Afspraken/Verzamelingen aan" msgid "Create New Collection" msgstr "Maak nieuwe Verzameling aan" -#, fuzzy msgid "Create New Principal" -msgstr "Maak nieuwe Principaal aan" +msgstr "" msgid "Create Principal" msgstr "Maak Principaal aan" @@ -305,16 +291,14 @@ msgstr "Maak nieuwe Principaal aan (d.i. een nieuwe gebruiker, bron of groep)" msgid "Create a resource or collection" msgstr "Maak een Bron of Verzameling aan" -#, fuzzy msgid "Creating new Collection." -msgstr "Maak nieuwe Verzameling aan" +msgstr "" msgid "Creating new Principal record." msgstr "Nieuwe Principaal aanmaken" -#, fuzzy msgid "Creating new ticket granting privileges to this Principal" -msgstr "Nieuwe privileges van deze Principaal toegestaan" +msgstr "" msgid "Current DAViCal version " msgstr "" @@ -328,9 +312,8 @@ msgstr "" msgid "DAViCal CalDAV Server" msgstr "DAViCal CalDAV Server" -#, fuzzy msgid "DAViCal DB Schema version " -msgstr "DAViCal CalDAV Server" +msgstr "" msgid "DAViCal Homepage" msgstr "DAViCal website" @@ -362,29 +345,23 @@ msgstr "" msgid "Database Error" msgstr "Database fout" -#, fuzzy msgid "Database Host" -msgstr "Database fout" +msgstr "" -#, fuzzy msgid "Database Name" -msgstr "Database fout" +msgstr "" -#, fuzzy msgid "Database Owner" -msgstr "Database fout" +msgstr "" -#, fuzzy msgid "Database Password" -msgstr "Database fout" +msgstr "" -#, fuzzy msgid "Database Port" -msgstr "Database fout" +msgstr "" -#, fuzzy msgid "Database Username" -msgstr "Database fout" +msgstr "" msgid "Database error" msgstr "Database fout" @@ -413,9 +390,8 @@ msgstr "Verwijder een Bron of Verzameling" msgid "Deleted a grant from this Principal" msgstr "Deze Principaal werd een privilege ontnomen" -#, fuzzy msgid "Deleting Binding:" -msgstr "Deze Principaal verwijderen:" +msgstr "" msgid "Deleting Collection:" msgstr "Deze Verzameling verwijderen:" @@ -423,17 +399,14 @@ msgstr "Deze Verzameling verwijderen:" msgid "Deleting Principal:" msgstr "Deze Principaal verwijderen:" -#, fuzzy msgid "Deleting Ticket:" -msgstr "Deze Gebruiker verwijderen:" +msgstr "" -#, fuzzy msgid "Deliver scheduling invitations from an organiser to this scheduling inbox" -msgstr "Post uitnodigingen voor een afspraak in deze inbox" +msgstr "" -#, fuzzy msgid "Deliver scheduling replies from an attendee to this scheduling inbox" -msgstr "Post antwoorden op uitnodigingen voor een afspraak in deze inbox" +msgstr "" msgid "Dependencies" msgstr "" @@ -450,13 +423,11 @@ msgstr "" msgid "Directory on the server" msgstr "Map op de server" -#, fuzzy msgid "Display Name" -msgstr "Zichtbare naam" +msgstr "" -#, fuzzy msgid "Displayname" -msgstr "Zichtbare naam" +msgstr "" msgid "Does the user have the right to perform this role?" msgstr "Heeft de gebruiker het recht om deze rol uit te voeren" @@ -493,13 +464,13 @@ msgstr "" msgid "Enter your username and password then click here to log in." msgstr "Voer je gebruikersnaam en wachtwoord in en klik hier om U aan te melden" -#, fuzzy, php-format +#, php-format msgid "Error NoGroupFound with filter >%s<, attributes >%s< , dn >%s<" -msgstr "Fout NoUserFound met filter >%s<, attributen >%s< , dn >%s<" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" -msgstr "Fout NoUserFound met filter >%s<, attributen >%s< , dn >%s<" +msgstr "" msgid "Error querying database." msgstr "Fout bij het bevragen van de database" @@ -507,24 +478,20 @@ msgstr "Fout bij het bevragen van de database" msgid "Error writing calendar details to database." msgstr "Fout bij het schrijven van agendadetails naar de database" -#, fuzzy msgid "Error writing calendar properties to database." -msgstr "Fout bij het schrijven van agendadetails naar de database" +msgstr "" -#, fuzzy msgid "European" -msgstr "Europees (d/m/y)" +msgstr "" msgid "European (d/m/y)" msgstr "Europees (d/m/y)" -#, fuzzy msgid "Existing resource does not match \"If-Match\" header - not accepted." -msgstr "Bestaande bron komt niet overeen met \"If-Match\" kopregel - niet geaccepteerd" +msgstr "" -#, fuzzy msgid "Existing resource matches \"If-None-Match\" header - not accepted." -msgstr "Bestaande bron komt overeen met \"If-None-Match\" kopregel - niet geaccepteerd" +msgstr "" msgid "Expires" msgstr "" @@ -535,9 +502,8 @@ msgstr "" msgid "Failed to write collection." msgstr "" -#, fuzzy msgid "Feeds are only supported for calendars at present." -msgstr "GET bevragingen worden enkel uitgevoerd bij Agenda Verzamelingen" +msgstr "" msgid "For access to the" msgstr "Voor toegang tot de" @@ -554,9 +520,8 @@ msgstr "Volledige naam" msgid "Fullname" msgstr "Volledige naam" -#, fuzzy msgid "GET requests on collections are only supported for calendars." -msgstr "GET bevragingen worden enkel uitgevoerd bij Agenda Verzamelingen" +msgstr "" msgid "GNU gettext support" msgstr "" @@ -564,16 +529,14 @@ msgstr "" msgid "GO!" msgstr "Ga!" -#, fuzzy msgid "Go to the DAViCal Feature Requests" -msgstr "Ga naar de DAViCal feature requests" +msgstr "" msgid "Grant" msgstr "" -#, fuzzy msgid "Granting new privileges from this Principal" -msgstr "Nieuwe privileges van deze Principaal toegestaan" +msgstr "" #. Translators: in the sense of a group of people msgid "Group" @@ -603,13 +566,11 @@ msgstr "Help, ik ben mijn wachtwoord vergeten!" msgid "Home" msgstr "Thuis" -#, fuzzy msgid "Home Page" -msgstr "Thuispagina" +msgstr "" -#, fuzzy msgid "Home addressbook added." -msgstr "Thuis Agenda toegevoegd" +msgstr "" msgid "Home addressbook already exists." msgstr "" @@ -617,16 +578,14 @@ msgstr "" msgid "Home calendar added." msgstr "Thuis Agenda toegevoegd" -#, fuzzy msgid "Home calendar already exists." -msgstr "Thuis Agenda toegevoegd" +msgstr "" msgid "ID" msgstr "ID" -#, fuzzy msgid "ISO Format" -msgstr "ISO formaat (YYYY-MM-DD)" +msgstr "" msgid "ISO Format (YYYY-MM-DD)" msgstr "ISO formaat (YYYY-MM-DD)" @@ -647,9 +606,8 @@ msgstr "Importeer alle ics-bestanden in een map" msgid "Import calendars and Synchronise LDAP." msgstr "" -#, fuzzy msgid "Inactive Principals" -msgstr "Maak Principaal aan" +msgstr "" msgid "Incorrect content type for addressbook: " msgstr "" @@ -675,9 +633,8 @@ msgstr "Is een Adresboek" msgid "Is this user active?" msgstr "Is deze gebruiker actief?" -#, fuzzy msgid "Items in Collection" -msgstr "Nieuwe verzameling" +msgstr "" msgid "Joined" msgstr "Gekoppeld" @@ -700,27 +657,23 @@ msgstr "Toon gebruikers" msgid "Load From File" msgstr "Inladen van bestand" -#, fuzzy msgid "Locale" -msgstr "Localisatie" +msgstr "" -#, fuzzy msgid "Location" -msgstr "Actie" +msgstr "" msgid "Log On Please" msgstr "Meld U aan, alstublieft" -#, fuzzy msgid "Log out of DAViCal" -msgstr "Afmelden uit DAViCal" +msgstr "" msgid "Logout" msgstr "Afmelden" -#, fuzzy msgid "Member deleted from this Group Principal" -msgstr "Lid van deze Principaal groep verwijderd" +msgstr "" msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." msgstr "" @@ -734,9 +687,8 @@ msgstr "Nieuwe verzameling" msgid "New Password" msgstr "Nieuw wachtwoord" -#, fuzzy msgid "New Principal" -msgstr "Principaal" +msgstr "" #. Translators: not 'Yes' msgid "No" @@ -754,25 +706,21 @@ msgstr "Geen verzameling gevonden op die plaats" msgid "No scheduling support for user" msgstr "" -#, fuzzy msgid "No summary" -msgstr "Samenvatting" +msgstr "" #. Translators: short for 'Number' msgid "No." msgstr "Nr." -#, fuzzy msgid "No. of Collections" -msgstr "Nieuwe verzameling" +msgstr "" -#, fuzzy msgid "No. of Principals" -msgstr "Groep-Principalen" +msgstr "" -#, fuzzy msgid "No. of Resources" -msgstr "Toon bronnen" +msgstr "" msgid "Not overwriting existing destination resource" msgstr "Bestaande doelbron wordt niet overschreven" @@ -780,17 +728,18 @@ msgstr "Bestaande doelbron wordt niet overschreven" msgid "Opaque" msgstr "Transparantie" -#, fuzzy msgid "Override a Lock" -msgstr "Negeer een beveiliging" +msgstr "" -#, fuzzy msgid "PDO PostgreSQL drivers" -msgstr "Gebruiker niet beschikbaar" +msgstr "" msgid "PHP DateTime class" msgstr "" +msgid "PHP LDAP module available" +msgstr "" + msgid "PHP Magic Quotes GPC off" msgstr "" @@ -800,9 +749,8 @@ msgstr "" msgid "PHP PDO module available" msgstr "" -#, fuzzy msgid "PHP PostgreSQL available" -msgstr "Gebruiker niet beschikbaar" +msgstr "" msgid "PHP iconv support" msgstr "" @@ -810,9 +758,8 @@ msgstr "" msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" msgstr "" -#, fuzzy msgid "Passed" -msgstr "Wachtwoord" +msgstr "" msgid "Password" msgstr "Wachtwoord" @@ -823,47 +770,38 @@ msgstr "Pad" msgid "Person" msgstr "" -#, fuzzy msgid "Please confirm deletion of access ticket - see below" -msgstr "Bevestig aub het verwijderen van de verzameling - zie hieronder" +msgstr "" -#, fuzzy msgid "Please confirm deletion of binding - see below" -msgstr "Bevestig aub het verwijderen van de verzameling - zie hieronder" +msgstr "" msgid "Please confirm deletion of collection - see below" msgstr "Bevestig aub het verwijderen van de verzameling - zie hieronder" -#, fuzzy msgid "Please confirm deletion of the principal" -msgstr "Bevestig aub het verwijderen van de Principaal" +msgstr "" msgid "Please note the time and advise the administrator of your system." msgstr "Noteer aub het tijdstip en breng de beheerder van Uw systeem op de hoogte." -#, fuzzy msgid "Principal" -msgstr "Principaal" +msgstr "" -#, fuzzy msgid "Principal Collections" -msgstr "Principale verzamelingen" +msgstr "" -#, fuzzy msgid "Principal Grants" -msgstr "Principale privileges" +msgstr "" -#, fuzzy msgid "Principal ID" -msgstr "Principaal ID" +msgstr "" -#, fuzzy msgid "Principal Type" -msgstr "Type Principaal" +msgstr "" -#, fuzzy msgid "Principal deleted" -msgstr "Principaal verwijderd" +msgstr "" msgid "Privileges" msgstr "Privileges" @@ -893,9 +831,8 @@ msgstr "Lees" msgid "Read ACLs for a resource or collection" msgstr "Bevraag ACLs voor een bron of verzameling" -#, fuzzy msgid "Read Access Controls" -msgstr "Bevraag toegangscontrole" +msgstr "" msgid "Read Current User's Access" msgstr "Bevraag de privileges van de huidige gebruiker" @@ -903,24 +840,20 @@ msgstr "Bevraag de privileges van de huidige gebruiker" msgid "Read Free/Busy Information" msgstr "Bevraag de Vrij/Bezet-informatie" -#, fuzzy msgid "Read the content of a resource or collection" -msgstr "Bevraag de inhoud van een bron of verzameling" +msgstr "" -#, fuzzy msgid "Read the details of the current user's access control to this resource." -msgstr "Bevraag de privileges op deze bron van de huidige gebruiker" +msgstr "" -#, fuzzy msgid "Read the free/busy information for a calendar collection" -msgstr "Bevraag de Vrij/Bezet gegevens van een Agenda verzameling" +msgstr "" msgid "Read/Write" msgstr "Lees/Schrijf" -#, fuzzy msgid "Remove" -msgstr "Verwijder een beveiliging" +msgstr "" msgid "Remove a lock" msgstr "Verwijder een beveiliging" @@ -934,9 +867,8 @@ msgstr "Rapporteer een softwarefout in het systeem" msgid "Request Feature" msgstr "Vraag een feature aan" -#, fuzzy msgid "Request body is not valid XML data!" -msgstr "REPORT-body bevat ongeldige XML" +msgstr "" #. Translators a thing which might be booked: a room, a carpark, a projector... msgid "Resource" @@ -945,9 +877,8 @@ msgstr "Bron" msgid "Resource Calendar Principals" msgstr "Bron Agenda Principalen" -#, fuzzy msgid "Resource Not Found." -msgstr "Agendabron niet gevonden" +msgstr "" msgid "Resource has changed on server - not deleted" msgstr "Bron gewijzigd op de server - niet verwijderd" @@ -976,9 +907,8 @@ msgstr "Agenderen: Lever een antwoord af" msgid "Scheduling: Deliver an Invitation" msgstr "Agenderen: Lever een uitndoging af" -#, fuzzy msgid "Scheduling: Delivery" -msgstr "Agenderen: Lever een antwoord af" +msgstr "" msgid "Scheduling: Query free/busy" msgstr "Agenderen: Bevraag vrij/bezet" @@ -992,21 +922,17 @@ msgstr "Agenderen: Verzend een uitnodiging" msgid "Scheduling: Send free/busy" msgstr "Agenderen: Verzend vrij/bezet" -#, fuzzy msgid "Scheduling: Sending" -msgstr "Agendeer de verzending" +msgstr "" -#, fuzzy msgid "Send free/busy enquiries" -msgstr "Verzend vrij/bezet-bevragingen" +msgstr "" -#, fuzzy msgid "Send scheduling invitations as an organiser from the owner of this scheduling outbox." -msgstr "Verzend uitnodigingen als eigenaar van deze outbox" +msgstr "" -#, fuzzy msgid "Send scheduling replies as an attendee from the owner of this scheduling outbox." -msgstr "Verzend antwoorden op uitnodigingen als eigenaar van deze outbox" +msgstr "" msgid "Set free/busy privileges" msgstr "Configureer Vrij/Bezet-privileges" @@ -1017,9 +943,8 @@ msgstr "Configureer Alleen-lezen -privileges" msgid "Set read+write privileges" msgstr "Configureer Lees+Schrijf -privileges" -#, fuzzy msgid "Set schedule-deliver privileges" -msgstr "Configureer de privileges om het afleveren te plannen" +msgstr "" msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/" msgstr "" @@ -1056,9 +981,8 @@ msgstr "Bijzondere verzamelingen kunnen geen Agenda of andere bijzondere verzame msgid "Specific Privileges" msgstr "Specifieke privileges" -#, fuzzy msgid "Status" -msgstr "Start" +msgstr "" #, php-format msgid "Status: %d, Message: %s, User: %d, Path: %s" @@ -1070,20 +994,17 @@ msgstr "Verzend" msgid "Suhosin \"server.strip\" disabled" msgstr "" -#, fuzzy msgid "Sync LDAP Groups with RSCDS" -msgstr "Synchroniseer LDAP met RSCDS" +msgstr "" -#, fuzzy msgid "Sync LDAP with DAViCal" -msgstr "Synchroniseer LDAP met RSCDS" +msgstr "" msgid "Target" msgstr "" -#, fuzzy msgid "That destination name contains invalid characters." -msgstr "Het pad naar de agenda bevat niet-toegestane tekens." +msgstr "" msgid "That resource is not present on this server." msgstr "Die bron is niet aanwezig op deze server" @@ -1094,9 +1015,8 @@ msgstr "" msgid "The BIND Request-URI MUST identify a collection." msgstr "" -#, fuzzy msgid "The BIND method is not allowed at that location." -msgstr "Geen verzameling gevonden op die plaats" +msgstr "" msgid "The CalDAV:schedule-calendar-transp property may only be set on calendars." msgstr "" @@ -1119,29 +1039,24 @@ msgstr "" msgid "The calendar path contains illegal characters." msgstr "Het pad naar de agenda bevat niet-toegestane tekens." -#, fuzzy msgid "" "The calendar-free-busy-set is superseded by the schedule-transp property of a calendar collection." -msgstr "De eigenschap 'schedule-transp' van een agenda verzameling overstijgt de vrij/bezet-instelling" +msgstr "" msgid "The calendar-query report must be run against a calendar or a scheduling collection" msgstr "" -#, fuzzy msgid "The collection name may not be blank." -msgstr "FOUT: De volledige naam mag niet leeg zijn." +msgstr "" -#, fuzzy msgid "The destination collection does not exist" -msgstr "Oorspronkelijke bron bestaat niet" +msgstr "" -#, fuzzy msgid "The displayname may only be set on collections, principals or bindings." -msgstr "De zichtbare naam kan enkel ingesteld worden op verzamelingen of principalen" +msgstr "" -#, fuzzy msgid "The email address really should not be blank." -msgstr "FOUT: De volledige naam mag niet leeg zijn." +msgstr "" msgid "The file is not UTF-8 encoded, please check the error for more details." msgstr "Het bestand is niet UTF-8 ge-encodeerd, bekijk aub de foutmelding voor meer details." @@ -1149,9 +1064,8 @@ msgstr "Het bestand is niet UTF-8 ge-encodeerd, bekijk aub de foutmelding voor m msgid "The full name for this person, group or other type of principal." msgstr "" -#, fuzzy msgid "The full name must not be blank." -msgstr "FOUT: De volledige naam mag niet leeg zijn." +msgstr "" msgid "The name this user can log into the system with." msgstr "De naam waarmee deze gebruiker zich op het systeem kan aanmelden." @@ -1177,9 +1091,8 @@ msgstr "Het wachtwoord van de gebruiker om aan te melden" msgid "The username must not be blank, and may not contain a slash" msgstr "" -#, fuzzy msgid "There was an error reading from the database." -msgstr "Er is een fout opgetreden bij het schrijven naar de database" +msgstr "" msgid "There was an error writing to the database." msgstr "Er is een fout opgetreden bij het schrijven naar de database" @@ -1212,9 +1125,8 @@ msgstr "" msgid "Time" msgstr "" -#, fuzzy msgid "To Collection" -msgstr "Verzameling" +msgstr "" msgid "To ID" msgstr "Naar ID" @@ -1246,17 +1158,14 @@ msgstr "Bijwerken" msgid "Updated" msgstr "Bijgewerkt" -#, fuzzy msgid "Updating Collection record." -msgstr "Bijwerken van Principaal" +msgstr "" -#, fuzzy msgid "Updating Member of this Group Principal" -msgstr "Bijwerken van een lid van deze groep Principaal" +msgstr "" -#, fuzzy msgid "Updating Principal record." -msgstr "Bijwerken van Principaal" +msgstr "" msgid "Updating grants by this Principal" msgstr "Bijwerken van toezeggingen door deze Principaal" @@ -1270,9 +1179,8 @@ msgstr "Upgrade database" msgid "Upload a .ics calendar in iCalendar format to initialise or replace this calendar." msgstr "Upload een ics-bestand in iCalendar-formaat om deze Agenda te initialiseren of te vervangen." -#, fuzzy msgid "User Calendar Principals" -msgstr "Gebruiker Agenda Principals" +msgstr "" msgid "User Details" msgstr "Gebruikersgegevens" @@ -1298,9 +1206,8 @@ msgstr "Gebruikersnaam" msgid "View My Details" msgstr "Bekijk mijn details" -#, fuzzy msgid "View my own principal record" -msgstr "Bekijk mijn eigen Principaal" +msgstr "" msgid "View this user record" msgstr "Bekijk deze gebruikersgegevens" @@ -1353,13 +1260,11 @@ msgstr "U bent niet bevoegd om deze functie te gebruiken" msgid "You are viewing" msgstr "U bent aan het bekijken" -#, fuzzy msgid "You do not have permission to modify this record." -msgstr "U heeft niet de benodigde rechten om deze bron te bekijken" +msgstr "" -#, fuzzy msgid "You may not PUT to a collection URL" -msgstr "U heeft geen toegang tot die verzameling" +msgstr "" msgid "You must log in to use this system." msgstr "U moet zich aanmelden om dit systeem te gebruiken" @@ -1405,9 +1310,9 @@ msgstr "drivers_ldap : Kan geen verbinding maken met LDAP met poort %s op host % msgid "drivers_ldap : function ldap_connect not defined, check your php_ldap module" msgstr "drivers_ldap : functie ldap_connect niet ingesteld, kijk Uw php_ldap module na" -#, fuzzy, php-format +#, php-format msgid "drivers_pwauth_pam : Unable to find %s file" -msgstr "drivers_squid_pam : Kan bestand %s niet vinden" +msgstr "" #, php-format msgid "drivers_squid_pam : Unable to find %s file" @@ -1417,9 +1322,8 @@ msgstr "drivers_squid_pam : Kan bestand %s niet vinden" msgid "forget me not" msgstr "Aangemeld blijven" -#, fuzzy msgid "from principal" -msgstr "Van Principaal" +msgstr "" msgid "path to store your ics" msgstr "pad waar Uw ics worden bewaard" @@ -1433,315 +1337,3 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "U moet zich aanmelden met de gebruikersnaam en het wachtwoord die U zijn toegewezen." - -#~ msgid "--- select a relationship type ---" -#~ msgstr "--- selecteer het soort relatie ---" - -#~ msgid "--- select a user or resource ---" -#~ msgstr "--- selecteer een gebruiker of resource ---" - -#~ msgid "--- select a user, group or resource ---" -#~ msgstr "--- selecteer een gebruiker, groep of resource ---" - -#~ msgid "Add" -#~ msgstr "Voeg toe" - -#~ msgid "Add Relationship" -#~ msgstr "Voeg relatie toe" - -#~ msgid "Add a new user" -#~ msgstr "Voeg een gebruiker toe" - -#~ msgid "Admin " -#~ msgstr "Beheerder" - -#~ msgid "Administers" -#~ msgstr "Beheert" - -#~ msgid "Administers Resource" -#~ msgstr "Beheerders resource" - -#~ msgid "All of the user's calendars and events will be unrecoverably deleted." -#~ msgstr "Alle agenda's en afspraken van de gebruiker worden onherroepelijk verwijderd." - -#~ msgid "Browse all relationship types" -#~ msgstr "Blader door alle soorten relaties" - -#~ msgid "Calendar \"%s\" for user \"%s\" was created." -#~ msgstr "Agenda \"%s\" voor gebruiker \"%s\" werd aangemaakt." - -#~ msgid "Calendar Users" -#~ msgstr "Agenda gebruikers" - -#~ msgid "Can read from" -#~ msgstr "Kan lezen van" - -#~ msgid "Can see free/busy time of" -#~ msgstr "Kan vrij/bezet zien van" - -#~ msgid "Changed On" -#~ msgstr "Gewijzigd op" - -#~ msgid "Click to display that user" -#~ msgstr "Klik om die gebruiker te tonen" - -#~ msgid "Click to display the contents of the collection" -#~ msgstr "Klik om de inhoud van de verzameling te tonen" - -#~ msgid "Collection Contents" -#~ msgstr "Inhoud van de verzameling" - -#~ msgid "Collection Path" -#~ msgstr "Map van de Verzameling" - -#~ msgid "Confirm Deletion of the Relationship Type" -#~ msgstr "Bevestig het verwijderen van het type Relatie" - -#~ msgid "Create Calendar" -#~ msgstr "Maak Agenda aan" - -#, fuzzy -#~ msgid "Create Resources" -#~ msgstr "Resource" - -#, fuzzy -#~ msgid "Create Ticket" -#~ msgstr "Maak" - -#~ msgid "Created On" -#~ msgstr "Gemaakt op" - -#~ msgid "Database Error." -#~ msgstr "Database fout" - -#, fuzzy -#~ msgid "Default relationships added." -#~ msgstr "Relatie toegevoegd" - -#, fuzzy -#~ msgid "Delete Resources" -#~ msgstr "Resource" - -#~ msgid "Delete User" -#~ msgstr "Verwijder Gebruiker" - -#~ msgid "ERROR: %s" -#~ msgstr "FOUT: %s" - -#~ msgid "Edit %s" -#~ msgstr "Wijzig %s" - -#~ msgid "Enter the name for this resource type" -#~ msgstr "Voer de naam in voor dit type bron" - -#~ msgid "Finish" -#~ msgstr "Voltooien" - -#~ msgid "FreeBusy" -#~ msgstr "Vrij/Bezet" - -#~ msgid "Group " -#~ msgstr "Groep" - -#~ msgid "Group?" -#~ msgstr "Groepeer?" - -#~ msgid "Help on something or other" -#~ msgstr "Hulp bij iets of anders" - -#~ msgid "Id " -#~ msgstr "Id" - -#~ msgid "Import Calendars" -#~ msgstr "Importeer Agenda's" - -#~ msgid "Is a Calendar?" -#~ msgstr "Is een Agenda?" - -#~ msgid "Is the target of this relationship a group of access rights?" -#~ msgstr "Is het doel van deze relatie een groep van toegangsrechten?" - -#~ msgid "Is this access read ('R') or Read and Write ('RW')?" -#~ msgstr "Is deze toegang alleen-lezen ('R') of lezen en schrijven ('RW')?" - -#~ msgid "Linked From" -#~ msgstr "Gekoppeld van" - -#~ msgid "Linked To" -#~ msgstr "Gekoppeld aan" - -#~ msgid "New User" -#~ msgstr "Nieuwe gebruiker" - -#, fuzzy -#~ msgid "No " -#~ msgstr "Nr." - -#~ msgid "No existing resource matching 'If-Match' header - not accepted." -#~ msgstr "Geen bestaande resource komt overeen met 'If-Match' kopregel - niet geaccepteerd " - -#~ msgid "No. " -#~ msgstr "Nr." - -#, fuzzy -#~ msgid "Operations" -#~ msgstr "Relatie" - -#, fuzzy -#~ msgid "Operations on your calendar" -#~ msgstr "Handelingen op Uw Agenda" - -#~ msgid "Please Confirm Deletion" -#~ msgstr "Bevestig aub het verwijderen" - -#~ msgid "Please confirm deletion of user" -#~ msgstr "Bevestig aub het verwijderen van de gebruiker" - -#~ msgid "Public " -#~ msgstr "Openbaar" - -#~ msgid "ReadWrite" -#~ msgstr "Lees/Schrijf" - -#~ msgid "Really Simple CalDAV Store" -#~ msgstr "Erg Simpele CalDAV Opslag" - -#~ msgid "Relationship" -#~ msgstr "Relatie" - -#~ msgid "Relationship " -#~ msgstr "Relatie" - -#~ msgid "Relationship Type Added." -#~ msgstr "Type Relatie toegevoegd" - -#~ msgid "Relationship Type Deleted." -#~ msgstr "Type Relatie verwijderd" - -#~ msgid "Relationship Types" -#~ msgstr "Types Relaties" - -#~ msgid "Relationship added." -#~ msgstr "Relatie toegevoegd" - -#~ msgid "Relationship deleted" -#~ msgstr "Relatie verwijderd" - -#~ msgid "Relationships" -#~ msgstr "Relaties" - -#~ msgid "Relationships from this user" -#~ msgstr "Relaties van deze gebruiker" - -#~ msgid "Relationships to this user" -#~ msgstr "Relaties naar deze gebruiker" - -#~ msgid "Repeat Rule" -#~ msgstr "Herhaal regel" - -#, fuzzy -#~ msgid "Request body contains no XML data!" -#~ msgstr "REPORT-body bevat geen XML gegevens!" - -#~ msgid "Resource " -#~ msgstr "Bron" - -#~ msgid "Resource changed on server - not changed." -#~ msgstr "Bron gewijzigd op de server - niet gewijzigd" - -#~ msgid "Resource does not match 'If-Match' header - not deleted" -#~ msgstr "Bron komt niet overeen met 'If-Match' kopregel - niet verwijderd" - -#~ msgid "Restrict access to prefixes matching this pattern" -#~ msgstr "Limiteer toegang tot de prefix die overeenkomt met dit patroon" - -#~ msgid "Rights" -#~ msgstr "Rechten" - -#~ msgid "Select the type of relationship from this user" -#~ msgstr "Selecteer het type relatie van deze gebruiker" - -#~ msgid "Select the user, resource or group to relate this user to" -#~ msgstr "Selecteer de gebruiker, bron of groep om deze gebruiker aan te koppelen" - -#~ msgid "Should this calendar be readable without authenticating?" -#~ msgstr "Moet deze Agenda te bezichtigen zijn zonder aangemeld te zijn?" - -#~ msgid "Start" -#~ msgstr "Start" - -#~ msgid "That relationship type is being used. See ##RelationshipTypeUsed##" -#~ msgstr "Dat type relatie wordt gebruikt. Zie ##RelationshipTypeUsed##" - -#~ msgid "" -#~ "The calendar name part of the path to store your ics. E.g. the \"home\" part of \"/caldav.php/" -#~ "username/home/\"" -#~ msgstr "" -#~ "Het gedeelte van de Agenda-naam waar Uw ics worden bewaard. Bvb het \"home\"-gedeelte van \"/caldav." -#~ "php/username/home\"" - -#, fuzzy -#~ msgid "There is no collection at that URL." -#~ msgstr "Geen verzamelingen gevonden op die plaats." - -#~ msgid "This operation does the following:
        • check valid users in LDAP directory
        • " -#~ msgstr "Deze verrichting doet hetvolgende:
          • Valideer de gebruikers in de LDAP directory
          • " - -#~ msgid "This user's collections" -#~ msgstr "Verzamelingen van deze gebruiker" - -#~ msgid "To Group?" -#~ msgstr "Naar groep?" - -#~ msgid "Type" -#~ msgstr "Type" - -#~ msgid "Upload a .ics calendar in iCalendar format " -#~ msgstr "upload een ics-bestand in iCalendar-formaat" - -#~ msgid "User Unavailable" -#~ msgstr "Gebruiker niet beschikbaar" - -#~ msgid "View %s" -#~ msgstr "Zie %s" - -#~ msgid "You do not have sufficient access to lock that" -#~ msgstr "U bent niet bevoegd om dat te versleutelen" - -#, fuzzy -#~ msgid "" -#~ "You may not PUT a collection - you may only PUT things *in* one or use MKCOL/MKCALENDAR to create " -#~ "one." -#~ msgstr "" -#~ "Je kunt geen geen PUT doen op een verzameling - je mag alleen een PUT doen op dingen in je " -#~ "verzameling (MKCOL / MKCALENDAR) " - -#~ msgid "You may not access that calendar" -#~ msgstr "Je mag die agenda niet benaderen" - -#~ msgid "You may not add entries to this calendar." -#~ msgstr "U mag geen items toevoegen aan deze agenda" - -#~ msgid "You may not create a calendar there." -#~ msgstr "Je mag daar geen agenda maken" - -#~ msgid "You may not delete entries from this calendar." -#~ msgstr "U mag geen items verwijderen uit deze agenda" - -#~ msgid "You may not modify entries on this calendar." -#~ msgstr "U mag geen items bewerken in deze agenda" - -#~ msgid "You may only review the contents of your own collections in this interface." -#~ msgstr "U mag enkel de inhoud van Uw eigen verzamelingen nalezen via deze interface" - -#, fuzzy -#~ msgid "Your .ics calendar" -#~ msgstr "Je mag die agenda niet benaderen" - -#~ msgid "" -#~ "forget me not " -#~ msgstr "Aangemeld blijven" - -#~ msgid "is Assistant to" -#~ msgstr "is assistent van" diff --git a/po/nl.values b/po/nl.values new file mode 100644 index 00000000..90ce244a --- /dev/null +++ b/po/nl.values @@ -0,0 +1 @@ + VALUES( 'nl', 'Netherlands', 'Nederlands' ); diff --git a/po/pl.po b/po/pl.po index fbb13f37..2d80237c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,27 +1,28 @@ -# tłumaczenie rscds-messages.po na polski -# translation of rscds-messages.po to polski +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # -# Rafal Slubowski , 2007. +# spasstl , 2011. +# Andrew McMillan , 2011. msgid "" msgstr "" -"Project-Id-Version: rscds-messages\n" +"Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-02-20 23:56+0100\n" -"PO-Revision-Date: 2007-03-31 00:24+0200\n" -"Last-Translator: Rafal Slubowski \n" -"Language-Team: polski \n" -"Language: \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-22 15:19+0000\n" +"Last-Translator: fmms \n" +"Language-Team: Polish (http://www.transifex.net/projects/p/davical/team/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -31,29 +32,29 @@ msgstr "" msgid "*** Unknown ***" msgstr "" -#, fuzzy, php-format +#, php-format msgid "- adding %s to group : %s" -msgstr "Zmień dane tego użytkownika " +msgstr "Dodaj %s do grupy: %s" -#, fuzzy, php-format +#, php-format msgid "- adding users %s to group : %s" -msgstr "Zmień dane tego użytkownika " +msgstr "Dodaj Użytkownika %s do grupy: %s" -#, fuzzy, php-format +#, php-format msgid "- creating groups : %s" -msgstr "Zmień dane tego użytkownika " +msgstr "" #, php-format msgid "- creating record for users : %s" msgstr "" -#, fuzzy, php-format +#, php-format msgid "- deactivate groups : %s" -msgstr "Zmień dane tego użytkownika " +msgstr "" -#, fuzzy, php-format +#, php-format msgid "- deactivating users : %s" -msgstr "Zmień dane tego użytkownika " +msgstr "" #, php-format msgid "- nothing done on : %s" @@ -63,13 +64,13 @@ msgstr "" msgid "- removing %s from group : %s" msgstr "" -#, fuzzy, php-format +#, php-format msgid "- updating groups : %s" -msgstr "Zmień dane tego użytkownika " +msgstr "" -#, fuzzy, php-format +#, php-format msgid "- updating user records : %s" -msgstr "Zmień dane tego użytkownika " +msgstr "" msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" msgstr "" @@ -102,11 +103,10 @@ msgid "A DAViCal principal collection may only contain collections" msgstr "" msgid "A collection already exists at that location." -msgstr "Zbuór już istnieje w tej lokalizacji." +msgstr "Zbiór już istnieje w tej lokalizacji." -#, fuzzy msgid "A resource already exists at the destination." -msgstr "Zbuór już istnieje w tej lokalizacji." +msgstr "" msgid "AWL Library version " msgstr "" @@ -114,9 +114,8 @@ msgstr "" msgid "Access Tickets" msgstr "" -#, fuzzy msgid "Access ticket deleted" -msgstr "Role użytkownika" +msgstr "" msgid "Action" msgstr "Akcja" @@ -131,13 +130,11 @@ msgstr "" msgid "Admin" msgstr "Administrator" -#, fuzzy msgid "Administration" -msgstr "Administruje" +msgstr "Administracja" -#, fuzzy msgid "Administrator" -msgstr "Administruje" +msgstr "Administrator" msgid "All" msgstr "" @@ -163,9 +160,8 @@ msgstr "" msgid "Anonymous users are not allowed to modify calendars" msgstr "" -#, fuzzy msgid "Anonymous users may only access public calendars" -msgstr "Nie masz dostępu do tego kalendarza" +msgstr "" msgid "Application DB User" msgstr "" @@ -179,21 +175,17 @@ msgstr "" msgid "Attachment" msgstr "" -#, fuzzy msgid "Binding deleted" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Bindings to other collections" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Bindings to this Collection" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Bindings to this Principal's Collections" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" msgid "Bound As" msgstr "" @@ -202,19 +194,17 @@ msgid "Browse all users" msgstr "Przeglądaj wszystkich użytkowników" msgid "Busy" -msgstr "" +msgstr "Zajęty" #, php-format msgid "Calendar \"%s\" was loaded from file." +msgstr "Kalendarz @%s@ władowny z pliku" + +msgid "Calendar Principals" msgstr "" -#, fuzzy -msgid "Calendar Principals" -msgstr "Użytkownicy kalendarza" - -#, fuzzy msgid "Calendar Timezone" -msgstr "Użytkownicy kalendarza" +msgstr "" msgid "Can only add tickets for existing collection paths which you own" msgstr "" @@ -222,32 +212,26 @@ msgstr "" msgid "Categories" msgstr "" -#, fuzzy msgid "Change Password" -msgstr "Nowe hasło" +msgstr "" msgid "Click to display user details" msgstr "Kliknij aby wyświetlić dane użytkownika" -#, fuzzy msgid "Click to edit principal details" -msgstr "Kliknij aby wyświetlić dane użytkownika" +msgstr "" -#, fuzzy msgid "Collection" -msgstr "Ścieżka do zestawu" +msgstr "" -#, fuzzy msgid "Collection Grants" -msgstr "Ścieżka do zestawu" +msgstr "" -#, fuzzy msgid "Collection ID" -msgstr "Ścieżka do zestawu" +msgstr "" -#, fuzzy msgid "Collection deleted" -msgstr "Ścieżka do zestawu" +msgstr "" msgid "Collections may not be both CalDAV calendars and CardDAV addressbooks at the same time" msgstr "" @@ -261,25 +245,20 @@ msgstr "" msgid "Confirm" msgstr "Potwierdź" -#, fuzzy msgid "Confirm Deletion of the Binding" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Confirm Deletion of the Collection" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Confirm Deletion of the Principal" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Confirm Deletion of the Ticket" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Confirm Password" -msgstr "Potwierdź nowe hasło" +msgstr "" msgid "Confirm the new password." msgstr "Potwierdź nowe hasło" @@ -290,39 +269,32 @@ msgstr "" msgid "Create" msgstr "Utwórz" -#, fuzzy msgid "Create Collection" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Create Events/Collections" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Create New Collection" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" msgid "Create New Principal" msgstr "" -#, fuzzy msgid "Create Principal" -msgstr "Użytkownicy kalendarza" +msgstr "" msgid "Create a new principal (i.e. a new user, resource or group)" msgstr "" -#, fuzzy msgid "Create a resource or collection" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Creating new Collection." -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Creating new Principal record." -msgstr "Użytkownicy kalendarza" +msgstr "" msgid "Creating new ticket granting privileges to this Principal" msgstr "" @@ -372,36 +344,29 @@ msgstr "" msgid "Database Error" msgstr "Błąd bazy danych" -#, fuzzy msgid "Database Host" -msgstr "Błąd bazy danych" +msgstr "" -#, fuzzy msgid "Database Name" -msgstr "Błąd bazy danych" +msgstr "" -#, fuzzy msgid "Database Owner" -msgstr "Błąd bazy danych" +msgstr "" -#, fuzzy msgid "Database Password" -msgstr "Błąd bazy danych" +msgstr "" -#, fuzzy msgid "Database Port" -msgstr "Błąd bazy danych" +msgstr "" -#, fuzzy msgid "Database Username" -msgstr "Błąd bazy danych" +msgstr "" msgid "Database error" msgstr "Błąd bazy danych" -#, fuzzy msgid "Date Format Style" -msgstr "Format daty" +msgstr "" msgid "Date Style" msgstr "Format daty" @@ -412,36 +377,29 @@ msgstr "" msgid "Delete" msgstr "Usuń" -#, fuzzy msgid "Delete Events/Collections" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Delete Principal" -msgstr "Użytkownicy kalendarza" +msgstr "" -#, fuzzy msgid "Delete a resource or collection" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" msgid "Deleted a grant from this Principal" msgstr "" -#, fuzzy msgid "Deleting Binding:" -msgstr "Użytkownicy kalendarza" +msgstr "" -#, fuzzy msgid "Deleting Collection:" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" -#, fuzzy msgid "Deleting Principal:" -msgstr "Użytkownicy kalendarza" +msgstr "" -#, fuzzy msgid "Deleting Ticket:" -msgstr "Usuń" +msgstr "" msgid "Deliver scheduling invitations from an organiser to this scheduling inbox" msgstr "" @@ -488,9 +446,8 @@ msgstr "" msgid "ERROR: There was a database error writing the roles information!" msgstr "Błąd: Wystąpił błąd bazy danych podczas zapisywania informacji o roli." -#, fuzzy msgid "Edit" -msgstr "Zmień" +msgstr "" msgid "Edit this user record" msgstr "Zmień dane tego użytkownika " @@ -518,24 +475,20 @@ msgstr "Błąd odpytywania bazy danych." msgid "Error writing calendar details to database." msgstr "Błąd zapisu kalendarza do bazy." -#, fuzzy msgid "Error writing calendar properties to database." -msgstr "Błąd zapisu kalendarza do bazy." +msgstr "" -#, fuzzy msgid "European" -msgstr "Europejski (d/m/r)" +msgstr "" msgid "European (d/m/y)" msgstr "Europejski (d/m/r)" -#, fuzzy msgid "Existing resource does not match \"If-Match\" header - not accepted." -msgstr "Zasób nie pasuje do nagłówka 'If-Match' - nie usuwam." +msgstr "" -#, fuzzy msgid "Existing resource matches \"If-None-Match\" header - not accepted." -msgstr "Zasób nie pasuje do nagłówka 'If-Match' - nie usuwam." +msgstr "" msgid "Expires" msgstr "" @@ -561,9 +514,8 @@ msgstr "" msgid "Full Name" msgstr "Imię i nazwisko" -#, fuzzy msgid "Fullname" -msgstr "Imię i nazwisko" +msgstr "" msgid "GET requests on collections are only supported for calendars." msgstr "" @@ -611,9 +563,8 @@ msgstr "Pomocy! Zapomniałem hasła!" msgid "Home" msgstr "Początek" -#, fuzzy msgid "Home Page" -msgstr "Początek" +msgstr "" msgid "Home addressbook added." msgstr "" @@ -630,9 +581,8 @@ msgstr "" msgid "ID" msgstr "" -#, fuzzy msgid "ISO Format" -msgstr "ISO (RRRR-MM-DD)" +msgstr "" msgid "ISO Format (YYYY-MM-DD)" msgstr "ISO (RRRR-MM-DD)" @@ -653,9 +603,8 @@ msgstr "" msgid "Import calendars and Synchronise LDAP." msgstr "" -#, fuzzy msgid "Inactive Principals" -msgstr "Użytkownicy kalendarza" +msgstr "" msgid "Incorrect content type for addressbook: " msgstr "" @@ -672,9 +621,8 @@ msgstr "Błędna nazwa użytkownika lub hasło" msgid "Is Member of" msgstr "" -#, fuzzy msgid "Is a Calendar" -msgstr "Jest kalendarzem?" +msgstr "" msgid "Is an Addressbook" msgstr "" @@ -682,9 +630,8 @@ msgstr "" msgid "Is this user active?" msgstr "Aktywny użytkownik?" -#, fuzzy msgid "Items in Collection" -msgstr "Ścieżka do zestawu" +msgstr "" msgid "Joined" msgstr "Dodano" @@ -695,17 +642,14 @@ msgstr "Język" msgid "Last used" msgstr "Ostatnio używany" -#, fuzzy msgid "List Groups" -msgstr "Grupa" +msgstr "" -#, fuzzy msgid "List Resources" -msgstr "Zasób" +msgstr "" -#, fuzzy msgid "List Users" -msgstr "Użytkownicy" +msgstr "" msgid "Load From File" msgstr "" @@ -713,16 +657,14 @@ msgstr "" msgid "Locale" msgstr "" -#, fuzzy msgid "Location" -msgstr "Akcja" +msgstr "" msgid "Log On Please" msgstr "Proszę się zalogować" -#, fuzzy msgid "Log out of DAViCal" -msgstr "Wyloguj się z" +msgstr "" msgid "Logout" msgstr "Wyloguj się" @@ -736,21 +678,18 @@ msgstr "" msgid "Name" msgstr "Nazwa" -#, fuzzy msgid "New Collection" -msgstr "Ścieżka do zestawu" +msgstr "" msgid "New Password" msgstr "Nowe hasło" -#, fuzzy msgid "New Principal" -msgstr "Użytkownicy kalendarza" +msgstr "" #. Translators: not 'Yes' -#, fuzzy msgid "No" -msgstr "Nr" +msgstr "" msgid "No authority to deliver invitations to user." msgstr "" @@ -764,25 +703,21 @@ msgstr "Nie znaleziono zbioru w lokalizacji" msgid "No scheduling support for user" msgstr "" -#, fuzzy msgid "No summary" -msgstr "Podsumowanie" +msgstr "" #. Translators: short for 'Number' msgid "No." msgstr "Nr" -#, fuzzy msgid "No. of Collections" -msgstr "Ścieżka do zestawu" +msgstr "" -#, fuzzy msgid "No. of Principals" -msgstr "Użytkownicy kalendarza" +msgstr "" -#, fuzzy msgid "No. of Resources" -msgstr "Zasób" +msgstr "" msgid "Not overwriting existing destination resource" msgstr "" @@ -793,13 +728,15 @@ msgstr "" msgid "Override a Lock" msgstr "" -#, fuzzy msgid "PDO PostgreSQL drivers" -msgstr "Użytkownik niedostępny" +msgstr "" msgid "PHP DateTime class" msgstr "" +msgid "PHP LDAP module available" +msgstr "" + msgid "PHP Magic Quotes GPC off" msgstr "" @@ -809,9 +746,8 @@ msgstr "" msgid "PHP PDO module available" msgstr "" -#, fuzzy msgid "PHP PostgreSQL available" -msgstr "Użytkownik niedostępny" +msgstr "" msgid "PHP iconv support" msgstr "" @@ -819,9 +755,8 @@ msgstr "" msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" msgstr "" -#, fuzzy msgid "Passed" -msgstr "Hasło" +msgstr "" msgid "Password" msgstr "Hasło" @@ -832,20 +767,17 @@ msgstr "" msgid "Person" msgstr "" -#, fuzzy msgid "Please confirm deletion of access ticket - see below" -msgstr "Proszę potwierdzić usunięcie" +msgstr "" -#, fuzzy msgid "Please confirm deletion of binding - see below" -msgstr "Proszę potwierdzić usunięcie" +msgstr "" msgid "Please confirm deletion of collection - see below" msgstr "" -#, fuzzy msgid "Please confirm deletion of the principal" -msgstr "Proszę potwierdzić usunięcie" +msgstr "" msgid "Please note the time and advise the administrator of your system." msgstr "" @@ -853,9 +785,8 @@ msgstr "" msgid "Principal" msgstr "" -#, fuzzy msgid "Principal Collections" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" msgid "Principal Grants" msgstr "" @@ -866,9 +797,8 @@ msgstr "" msgid "Principal Type" msgstr "" -#, fuzzy msgid "Principal deleted" -msgstr "Potwierdź usunięcie typu zależności" +msgstr "" msgid "Privileges" msgstr "" @@ -907,9 +837,8 @@ msgstr "" msgid "Read Free/Busy Information" msgstr "" -#, fuzzy msgid "Read the content of a resource or collection" -msgstr "Kliknij aby wyświetlić zawartość zbioru" +msgstr "" msgid "Read the details of the current user's access control to this resource." msgstr "" @@ -945,9 +874,8 @@ msgstr "Zasób" msgid "Resource Calendar Principals" msgstr "" -#, fuzzy msgid "Resource Not Found." -msgstr "Zasób kalendarza nie został znaleziony" +msgstr "" msgid "Resource has changed on server - not deleted" msgstr "Zasób zmieniony na serwerze - nie usuwam." @@ -1036,9 +964,8 @@ msgstr "" msgid "Some properties were not able to be changed." msgstr "Niektóre właściwości nie mogły zostać zmienione." -#, fuzzy msgid "Some properties were not able to be set." -msgstr "Niektóre właściwości nie mogły zostać zmienione." +msgstr "" msgid "Source resource does not exist." msgstr "" @@ -1049,9 +976,8 @@ msgstr "" msgid "Specific Privileges" msgstr "" -#, fuzzy msgid "Status" -msgstr "Start" +msgstr "" #, php-format msgid "Status: %d, Message: %s, User: %d, Path: %s" @@ -1072,9 +998,8 @@ msgstr "" msgid "Target" msgstr "" -#, fuzzy msgid "That destination name contains invalid characters." -msgstr "Ścieżka kalendarza zawiera nieakceptowalne znaki." +msgstr "" msgid "That resource is not present on this server." msgstr "" @@ -1085,9 +1010,8 @@ msgstr "" msgid "The BIND Request-URI MUST identify a collection." msgstr "" -#, fuzzy msgid "The BIND method is not allowed at that location." -msgstr "Nie znaleziono zbioru w lokalizacji" +msgstr "" msgid "The CalDAV:schedule-calendar-transp property may only be set on calendars." msgstr "" @@ -1162,9 +1086,8 @@ msgstr "Hasło logowania." msgid "The username must not be blank, and may not contain a slash" msgstr "" -#, fuzzy msgid "There was an error reading from the database." -msgstr "Wystąpił błąd zapisu do bazy danych." +msgstr "" msgid "There was an error writing to the database." msgstr "Wystąpił błąd zapisu do bazy danych." @@ -1197,9 +1120,8 @@ msgstr "" msgid "Time" msgstr "" -#, fuzzy msgid "To Collection" -msgstr "Ścieżka do zestawu" +msgstr "" msgid "To ID" msgstr "" @@ -1231,16 +1153,14 @@ msgstr "Aktualizuj" msgid "Updated" msgstr "Zaktualizowano" -#, fuzzy msgid "Updating Collection record." -msgstr "Zobacz swoje dane" +msgstr "" msgid "Updating Member of this Group Principal" msgstr "" -#, fuzzy msgid "Updating Principal record." -msgstr "Zobacz swoje dane" +msgstr "" msgid "Updating grants by this Principal" msgstr "" @@ -1260,9 +1180,8 @@ msgstr "" msgid "User Details" msgstr "Dane użytkownika" -#, fuzzy msgid "User Functions" -msgstr "Dane użytkownika" +msgstr "" msgid "User Name" msgstr "Nazwa użytkownika" @@ -1276,17 +1195,14 @@ msgstr "Użytkownik aktywny" msgid "User record written." msgstr "Dane użytkownika zostały zapisane." -#, fuzzy msgid "Username" -msgstr "Nazwa użytkownika" +msgstr "" -#, fuzzy msgid "View My Details" -msgstr "Moje dane" +msgstr "" -#, fuzzy msgid "View my own principal record" -msgstr "Zobacz swoje dane" +msgstr "" msgid "View this user record" msgstr "Zobacz dane tego użytkownika" @@ -1339,13 +1255,11 @@ msgstr "Nie masz uprawnień aby użyć tej funkcji." msgid "You are viewing" msgstr "" -#, fuzzy msgid "You do not have permission to modify this record." -msgstr "Nie masz uprawnień aby zobaczyć ten zasób." +msgstr "" -#, fuzzy msgid "You may not PUT to a collection URL" -msgstr "Nie masz dostępu do tego kalendarza" +msgstr "" msgid "You must log in to use this system." msgstr "Musisz się zalogować." @@ -1401,9 +1315,8 @@ msgstr "" msgid "forget me not" msgstr "zapamiętaj mnie" -#, fuzzy msgid "from principal" -msgstr "Użytkownicy kalendarza" +msgstr "" msgid "path to store your ics" msgstr "" @@ -1417,256 +1330,3 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "powinieneś zalogować się swoją nazwą użytkownika i hasłem." - -#~ msgid "--- select a relationship type ---" -#~ msgstr "Wybierz typ zależności" - -#~ msgid "--- select a user or resource ---" -#~ msgstr "Wybierz użytkownika lub zasób" - -#~ msgid "--- select a user, group or resource ---" -#~ msgstr "Wybierz użytkownika, grupę lub zasób" - -#~ msgid "Add" -#~ msgstr "Dodaj" - -#~ msgid "Add Relationship" -#~ msgstr "Dodaj zależność" - -#~ msgid "Add a new user" -#~ msgstr "Dodaj nowego użytkownika" - -#~ msgid "Admin " -#~ msgstr "Administrator" - -#~ msgid "Administers" -#~ msgstr "Administruje" - -#~ msgid "Browse all relationship types" -#~ msgstr "Przeglądaj wszystkie typy zależności" - -#~ msgid "Calendar Users" -#~ msgstr "Użytkownicy kalendarza" - -#~ msgid "Can read from" -#~ msgstr "Może czytać z" - -#~ msgid "Can see free/busy time of" -#~ msgstr "Może widzieć wolny/zajęty czas użytkownika" - -#~ msgid "Changed On" -#~ msgstr "Zmieniono w" - -#~ msgid "Click to display that user" -#~ msgstr "Kliknij aby wyświetlić użytkownika" - -#~ msgid "Click to display the contents of the collection" -#~ msgstr "Kliknij aby wyświetlić zawartość zbioru" - -#~ msgid "Collection Contents" -#~ msgstr "Zawartość zbioru" - -#~ msgid "Collection Path" -#~ msgstr "Ścieżka do zestawu" - -#~ msgid "Confirm Deletion of the Relationship Type" -#~ msgstr "Potwierdź usunięcie typu zależności" - -#, fuzzy -#~ msgid "Create Calendar" -#~ msgstr "Użytkownicy kalendarza" - -#, fuzzy -#~ msgid "Create Resources" -#~ msgstr "Zasób" - -#, fuzzy -#~ msgid "Create Ticket" -#~ msgstr "Utwórz" - -#~ msgid "Created On" -#~ msgstr "Utworzono w" - -#~ msgid "Database Error." -#~ msgstr "Błąd bazy danych." - -#, fuzzy -#~ msgid "Default relationships added." -#~ msgstr "Zależność została dodana." - -#, fuzzy -#~ msgid "Delete Resources" -#~ msgstr "Zasób" - -#, fuzzy -#~ msgid "Delete User" -#~ msgstr "Usuń" - -#~ msgid "ERROR: %s" -#~ msgstr "Błąd: %s" - -#, fuzzy -#~ msgid "Edit %s" -#~ msgstr "Zmień" - -#~ msgid "Enter the name for this resource type" -#~ msgstr "Wpisz nazwę tego typu zasobów." - -#~ msgid "Finish" -#~ msgstr "Zakończ" - -#~ msgid "Group " -#~ msgstr "Grupa" - -#~ msgid "Id " -#~ msgstr "Id" - -#, fuzzy -#~ msgid "Import Calendars" -#~ msgstr "Użytkownicy kalendarza" - -#~ msgid "Is a Calendar?" -#~ msgstr "Jest kalendarzem?" - -#~ msgid "Is this access read ('R') or Read and Write ('RW')?" -#~ msgstr "Czy to dostęp tylko do odczytu ('R'), czy do zapisu ('RW')?" - -#~ msgid "Linked From" -#~ msgstr "Połączony z" - -#~ msgid "Linked To" -#~ msgstr "Połączony do" - -#~ msgid "New User" -#~ msgstr "Nowy użytkownik" - -#, fuzzy -#~ msgid "No " -#~ msgstr "Nr" - -#~ msgid "No. " -#~ msgstr "Nr" - -#, fuzzy -#~ msgid "Operations" -#~ msgstr "Zależność" - -#~ msgid "Please Confirm Deletion" -#~ msgstr "Proszę potwierdzić usunięcie" - -#~ msgid "Public " -#~ msgstr "Ogólnodostępny" - -#~ msgid "Really Simple CalDAV Store" -#~ msgstr "Bardzo prosta składnica CalDAV" - -#~ msgid "Relationship" -#~ msgstr "Zależność" - -#~ msgid "Relationship " -#~ msgstr "Zależność" - -#~ msgid "Relationship Type Added." -#~ msgstr "Typ zależności został dodany." - -#~ msgid "Relationship Type Deleted." -#~ msgstr "Typ zależności został usunięty." - -#~ msgid "Relationship Types" -#~ msgstr "Typy zależności" - -#~ msgid "Relationship added." -#~ msgstr "Zależność została dodana." - -#~ msgid "Relationship deleted" -#~ msgstr "Zależność została usunięta" - -#~ msgid "Relationships" -#~ msgstr "Zależności" - -#~ msgid "Relationships from this user" -#~ msgstr "Zależności od tego użytkownika" - -#~ msgid "Relationships to this user" -#~ msgstr "Zależności do tego użytkownika" - -#~ msgid "Repeat Rule" -#~ msgstr "Powtórz regułę" - -#~ msgid "Resource " -#~ msgstr "Zasób" - -#~ msgid "Resource changed on server - not changed." -#~ msgstr "Zmieniony zasób na serwerze - nie zmieniam." - -#~ msgid "Resource does not match 'If-Match' header - not deleted" -#~ msgstr "Zasób nie pasuje do nagłówka 'If-Match' - nie usuwam." - -#~ msgid "Rights" -#~ msgstr "Uprawnienia" - -#~ msgid "Select the type of relationship from this user" -#~ msgstr "Wybierz typ zależności od tego użytkownika" - -#~ msgid "Select the user, resource or group to relate this user to" -#~ msgstr "Wybierz użytkownika, zasób lub grupę, do którego zależy ten użytkownik." - -#~ msgid "Start" -#~ msgstr "Start" - -#~ msgid "That relationship type is being used. See ##RelationshipTypeUsed##" -#~ msgstr "Ten typ zależności jest używany. Zobacz ##RelationshipTypeUsed##" - -#, fuzzy -#~ msgid "There is no collection at that URL." -#~ msgstr "Nie znaleziono zbioru w lokalizacji" - -#~ msgid "This user's collections" -#~ msgstr "Zestawy użytkownika" - -#~ msgid "Type" -#~ msgstr "Typ" - -#~ msgid "User Unavailable" -#~ msgstr "Użytkownik niedostępny" - -#, fuzzy -#~ msgid "View %s" -#~ msgstr "Zobacz" - -#~ msgid "You do not have sufficient access to lock that" -#~ msgstr "Nie masz wystarczających uprawnień aby zarezerwować ten" - -#~ msgid "" -#~ "You may not PUT a collection - you may only PUT things *in* one or use MKCOL/MKCALENDAR to create " -#~ "one." -#~ msgstr "" -#~ "Nie możesz wstawić kolekcji. Możesz jedynie wstawić coś *do* kolekcji, lub użyć MKCOL/MKCALEDAR aby " -#~ "ją utworzyć." - -#~ msgid "You may not access that calendar" -#~ msgstr "Nie masz dostępu do tego kalendarza" - -#~ msgid "You may not add entries to this calendar." -#~ msgstr "Nie możesz dodawać zdarzeń do tego kalendarza." - -#~ msgid "You may not create a calendar there." -#~ msgstr "Nie możesz tu utworzyć kalendarza." - -#~ msgid "You may not delete entries from this calendar." -#~ msgstr "Nie możesz kasować zdarzeń z tego kalendarza." - -#~ msgid "You may not modify entries on this calendar." -#~ msgstr "Nie możesz modyfikować zdarzeń w tym kalendarzu." - -#, fuzzy -#~ msgid "Your .ics calendar" -#~ msgstr "Nie masz dostępu do tego kalendarza" - -#~ msgid "" -#~ "forget me not " -#~ msgstr "zapamiętaj mnie" - -#~ msgid "is Assistant to" -#~ msgstr "jest asystentem" diff --git a/po/pl.values b/po/pl.values new file mode 100644 index 00000000..bb3bb9cc --- /dev/null +++ b/po/pl.values @@ -0,0 +1 @@ + VALUES( 'pl', 'Polish', 'Polski' ); diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 00000000..f92f1f19 --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,1374 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# , 2011. +msgid "" +msgstr "" +"Project-Id-Version: DAViCal\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-08-04 14:25+0000\n" +"Last-Translator: aagaio \n" +"Language-Team: Portuguese (Brazilian) (http://www.transifex.net/projects/p/davical/team/pt_BR/)\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" + +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php +msgid "%F %T" +msgstr "%F %T" + +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php +msgid "%T" +msgstr "%T" + +msgid "*** Default Locale ***" +msgstr "*** *** Localidade padrão" + +msgid "*** Unknown ***" +msgstr "*** *** Unknown" + +#, php-format +msgid "- adding %s to group : %s" +msgstr "- Adicionar %s ao grupo: %s" + +#, php-format +msgid "- adding users %s to group : %s" +msgstr "- Adicionando %s para grupo de usuários: %s" + +#, php-format +msgid "- creating groups : %s" +msgstr "- Criando os grupos: %s" + +#, php-format +msgid "- creating record for users : %s" +msgstr "- Criação de registro para os usuários: %s" + +#, php-format +msgid "- deactivate groups : %s" +msgstr "- Desativando os grupos: %s" + +#, php-format +msgid "- deactivating users : %s" +msgstr "- Desativando os usuários: %s" + +#, php-format +msgid "- nothing done on : %s" +msgstr "- Nada foi feito em: %s" + +#, php-format +msgid "- removing %s from group : %s" +msgstr "- Removendo %s do grupo: %s" + +#, php-format +msgid "- updating groups : %s" +msgstr "- Atualizando os grupos: %s" + +#, php-format +msgid "- updating user records : %s" +msgstr "- Atualizando o registro do usuário: %s" + +msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" +msgstr "" +"ATENÇÃO: todos os eventos neste caminho serão removidos antes de inserir o arquivo allof ics" + +#, php-format +msgid "" +"

            Help

            \n" +"

            For initial help you should visit the DAViCal " +"Home Page or take\n" +"a look at the DAViCal Wiki.

            \n" +"

            If you can't find the answers there, visit us on IRC in\n" +"the #davical channel on irc.oftc.net,\n" +"or send a question to the DAViCal Users mailing list.

            \n" +"

            The mailing list\n" +"archives can be helpful too.

            " +msgstr "" +"

            Ajuda

            Para obter ajuda inicial você deve visitar a Página Inicial do projeto DAViCal ou dar uma olhada no Wiki do DAViCal .

            Se você não consegue encontrar as " +"respostas lá, visite-nos no IRC canal #davical em irc.oftc.net , ou envie uma pergunta para a Lista de discussão dos usuários do DAViCal .

            Os arquivos dapodem ser muito úteis.

            " + +#, 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 "" +"

            Por favor, Registre-se no sistema

            Para o acesso ao %s você deve registrar-se com o nome " +"de usuário e senha que foram emitidos para você.

            Se você gostaria de solicitar o acesso, envie " +"um e-mail para %s.

            " + +msgid "A DAViCal principal collection may only contain collections" +msgstr "Uma coleção principal do DAViCal só pode conter coleções" + +msgid "A collection already exists at that location." +msgstr "A coleção já existe naquele local." + +msgid "A resource already exists at the destination." +msgstr "Um recurso já existe no destino." + +msgid "AWL Library version " +msgstr "Versão da Biblioteca AWL" + +msgid "Access Tickets" +msgstr "Os bilhetes de acesso" + +msgid "Access ticket deleted" +msgstr "Ticket de acesso excluído" + +msgid "Action" +msgstr "Ação" + +msgid "Active" +msgstr "Ativo" + +msgid "Adding new member to this Group Principal" +msgstr "Adicionando novo membro a este grupo principal" + +#. Translators: in the sense of 'systems admin' +msgid "Admin" +msgstr "Admin" + +msgid "Administration" +msgstr "Administração" + +msgid "Administrator" +msgstr "Administrador" + +msgid "All" +msgstr "Todos" + +msgid "All collection data will be unrecoverably deleted." +msgstr "Todo conjunto de dados serão apagados de forma irrecuperável." + +msgid "All of the principal's calendars and events will be unrecoverably deleted." +msgstr "Todos os calendários do diretor e eventos serão apagados de forma irrecuperável." + +msgid "All privileges" +msgstr "Todos os privilégios" + +msgid "All requested changes were made." +msgstr "Todas as alterações solicitadas foram realizadas." + +msgid "Allow free/busy enquiries targeted at the owner of this scheduling inbox" +msgstr "Permitir verificações livre / ocupado destinadas ao proprietário deste agendamento" + +msgid "An \"Administrator\" user has full rights to the whole DAViCal System" +msgstr "Um usuário \"Administrador\" tem todos os direitos para o Sistema DAViCal" + +msgid "Anonymous users are not allowed to modify calendars" +msgstr "Os usuários anônimos não têm permissão para modificar calendários" + +msgid "Anonymous users may only access public calendars" +msgstr "Usuários anônimos podem acessar apenas calendários públicos" + +msgid "Application DB User" +msgstr "Aplicação do usuário DB" + +msgid "Apply Changes" +msgstr "Aplicar Alterações" + +msgid "Apply DB Patches" +msgstr "Aplicar Patches DB" + +msgid "Attachment" +msgstr "Anexo" + +msgid "Binding deleted" +msgstr "Vínculo excluído" + +msgid "Bindings to other collections" +msgstr "Ligações para outras coleções" + +msgid "Bindings to this Collection" +msgstr "Ligações para esta coleção" + +msgid "Bindings to this Principal's Collections" +msgstr "Ligações para este Coleção do principal" + +msgid "Bound As" +msgstr "Ligado como" + +msgid "Browse all users" +msgstr "Navegue por todos os usuários" + +msgid "Busy" +msgstr "Ocupado" + +#, php-format +msgid "Calendar \"%s\" was loaded from file." +msgstr "Calendário \"%s\" foi carregado a partir de arquivos." + +msgid "Calendar Principals" +msgstr "Administradores do calendário" + +msgid "Calendar Timezone" +msgstr "Fuso horário do calendário" + +msgid "Can only add tickets for existing collection paths which you own" +msgstr "Só é possível adicionar tickets para os caminhos de coleção existentes e que você possui" + +msgid "Categories" +msgstr "Categorias" + +msgid "Change Password" +msgstr "Alterar senha" + +msgid "Click to display user details" +msgstr "Clique para exibir detalhes do usuário" + +msgid "Click to edit principal details" +msgstr "Clique para editar os detalhes principais" + +msgid "Collection" +msgstr "Coleção" + +msgid "Collection Grants" +msgstr "Permissões da coleção" + +msgid "Collection ID" +msgstr "ID da coleção" + +msgid "Collection deleted" +msgstr "Coleção excluída" + +msgid "Collections may not be both CalDAV calendars and CardDAV addressbooks at the same time" +msgstr "Coleções não podem ser ambos os calendários CalDAV e addressbooks CardDAV ao mesmo tempo" + +msgid "Configuring Calendar Clients for DAViCal" +msgstr "Configurando os clientes de Calendário para DAViCal" + +msgid "Configuring DAViCal" +msgstr "Configurando DAViCal" + +msgid "Confirm" +msgstr "Confirmar" + +msgid "Confirm Deletion of the Binding" +msgstr "Confirmar a exclusão da vinculação" + +msgid "Confirm Deletion of the Collection" +msgstr "Confirmar a exclusão da Coleção" + +msgid "Confirm Deletion of the Principal" +msgstr "Confirmar a exclusão do principal" + +msgid "Confirm Deletion of the Ticket" +msgstr "Confirmar a exclusão do Ticket" + +msgid "Confirm Password" +msgstr "Confirme sua senha" + +msgid "Confirm the new password." +msgstr "Confirme a nova senha." + +msgid "Could not retrieve" +msgstr "Não foi possível recuperar" + +msgid "Create" +msgstr "Criar" + +msgid "Create Collection" +msgstr "Criar Coleção" + +msgid "Create Events/Collections" +msgstr "Criar Eventos / Coleções" + +msgid "Create New Collection" +msgstr "Criar Nova Coleção" + +msgid "Create New Principal" +msgstr "Criar novo principal" + +msgid "Create Principal" +msgstr "Criar Principal" + +msgid "Create a new principal (i.e. a new user, resource or group)" +msgstr "Criar um novo principal (ou seja um novo usuário de recursos, ou grupo)" + +msgid "Create a resource or collection" +msgstr "Criar um recurso ou coleção" + +msgid "Creating new Collection." +msgstr "Criação de nova coleção." + +msgid "Creating new Principal record." +msgstr "Criação de registro principal novo." + +msgid "Creating new ticket granting privileges to this Principal" +msgstr "Criação de novo bilhete concedendo privilégios a este principal" + +msgid "Current DAViCal version " +msgstr "DAViCal versão atual" + +msgid "DAV Path" +msgstr "Caminho DAV" + +msgid "DAV::resourcetype may only be set to a new value, it may not be removed." +msgstr "DAV:: resourcetype só pode ser definido como um valor novo, não pode ser removido." + +msgid "DAViCal CalDAV Server" +msgstr "Servidor DAViCal CalDAV" + +msgid "DAViCal DB Schema version " +msgstr "Versão de esquema DAViCal DB" + +msgid "DAViCal Homepage" +msgstr "Homepage DAViCal" + +msgid "DAViCal Wiki" +msgstr "DAViCal Wiki" + +msgid "DAViCal only allows BIND requests for collections at present." +msgstr "DAViCal só permite solicitações BIND para coleções no neste momento." + +msgid "DKIM signature invalid " +msgstr "assinatura DKIM inválida" + +msgid "DKIM signature missing" +msgstr "Assinatura DKIM faltando" + +msgid "DKIM signature validation failed(DNS ERROR)" +msgstr "validação da assinatura DKIM falhou (erro de DNS)" + +msgid "DKIM signature validation failed(KEY Parse ERROR)" +msgstr "validação da assinatura DKIM falhou (ERROR Parse KEY)" + +msgid "DKIM signature validation failed(KEY Validation ERROR)" +msgstr "validação da assinatura DKIM falhou (Erro de validação KEY)" + +msgid "DKIM signature validation failed(Signature verification ERROR)" +msgstr "validação da assinatura DKIM falhou (erro de verificação de assinatura)" + +msgid "Database Error" +msgstr "Erro de banco de dados" + +msgid "Database Host" +msgstr "Host do banco de dados" + +msgid "Database Name" +msgstr "Nome do banco de dados" + +msgid "Database Owner" +msgstr "Proprietário de banco de dados" + +msgid "Database Password" +msgstr "Senha do banco de dados" + +msgid "Database Port" +msgstr "Porta do Banco de dados" + +msgid "Database Username" +msgstr "Nome de usuário do banco de dados" + +msgid "Database error" +msgstr "Erro de banco de dados" + +msgid "Date Format Style" +msgstr "Formato do estilo da Data" + +msgid "Date Style" +msgstr "Estilo da data" + +msgid "Default Privileges" +msgstr "Privilégios padrão" + +msgid "Delete" +msgstr "Excluir" + +msgid "Delete Events/Collections" +msgstr "Excluir Eventos / Coleções" + +msgid "Delete Principal" +msgstr "Excluir principal" + +msgid "Delete a resource or collection" +msgstr "Excluir um recurso ou coleção" + +msgid "Deleted a grant from this Principal" +msgstr "Excluída uma permissão a partir deste Principal" + +msgid "Deleting Binding:" +msgstr "Excluindo Vinculação:" + +msgid "Deleting Collection:" +msgstr "Exclusão de Coleção:" + +msgid "Deleting Principal:" +msgstr "Excluindo Principal:" + +msgid "Deleting Ticket:" +msgstr "Exclusão de Ticket:" + +msgid "Deliver scheduling invitations from an organiser to this scheduling inbox" +msgstr "Entregar convites agendados de um organizador para esta caixa de entrada de agendamento" + +msgid "Deliver scheduling replies from an attendee to this scheduling inbox" +msgstr "Entregar respostas de agendamento de um participante a esta caixa de entrada de agendamento" + +msgid "Dependencies" +msgstr "Dependências" + +msgid "Dependency" +msgstr "Dependência" + +msgid "Description" +msgstr "Descrição" + +msgid "Destination collection does not exist" +msgstr "Coleção de destino não existe" + +msgid "Directory on the server" +msgstr "Diretório no servidor" + +msgid "Display Name" +msgstr "Nome para Exibição" + +msgid "Displayname" +msgstr "Displayname" + +msgid "Does the user have the right to perform this role?" +msgstr "O usuário tem o direito de desempenhar este papel?" + +msgid "EMail" +msgstr "EMail" + +msgid "EMail OK" +msgstr "EMail OK" + +msgid "ERROR: The full name may not be blank." +msgstr "ERRO: O nome completo não pode estar em branco." + +msgid "ERROR: The new password must match the confirmed password." +msgstr "ERRO: A nova senha deve corresponder à senha confirmada." + +msgid "ERROR: There was a database error writing the roles information!" +msgstr "ERRO: Houve um erro de banco de dados ao gravar as informações de regras!" + +msgid "Edit" +msgstr "Editar" + +msgid "Edit this user record" +msgstr "Editar registro de usuário" + +msgid "Email Address" +msgstr "Endereço de e-mail" + +msgid "Enter a username, if you know it, and click here, to be e-mailed a temporary password." +msgstr "" +"Digite um nome de usuário, se você conhecer, e clique aqui, para ser enviada por e-mail uma senha " +"temporária." + +msgid "Enter your username and password then click here to log in." +msgstr "Digite seu nome de usuário e senha, clique aqui para entrar" + +#, php-format +msgid "Error NoGroupFound with filter >%s<, attributes >%s< , dn >%s<" +msgstr "Erro NoGroupFound com filtro >%s<, atributos >%s<; dn >%s<" + +#, php-format +msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" +msgstr "Erro NoUserFound com filtro >%s<, atributos >%s<, dn >%s<" + +msgid "Error querying database." +msgstr "Erro consultando banco de dados." + +msgid "Error writing calendar details to database." +msgstr "Erro ao escrever detalhes do calendário para o banco de dados." + +msgid "Error writing calendar properties to database." +msgstr "Erro ao gravar as propriedades do calendário para o banco de dados." + +msgid "European" +msgstr "Europeu" + +msgid "European (d/m/y)" +msgstr "Europeu (d / m / y)" + +msgid "Existing resource does not match \"If-Match\" header - not accepted." +msgstr "Recurso existente não corresponde ao cabeçalho \"If-Match\" - não aceito." + +msgid "Existing resource matches \"If-None-Match\" header - not accepted." +msgstr "Recurso existente no cabeçalho \"If-None-Match\" - não aceito." + +msgid "Expires" +msgstr "Expira" + +msgid "Fail" +msgstr "Falha" + +msgid "Failed to write collection." +msgstr "Falha ao gravar coleção." + +msgid "Feeds are only supported for calendars at present." +msgstr "Inserções são suportadas apenas para calendários no presente." + +msgid "For access to the" +msgstr "Para o acesso ao" + +msgid "Forbidden" +msgstr "Proibido" + +msgid "Free/Busy" +msgstr "Livre / Ocupado" + +msgid "Full Name" +msgstr "Nome Completo" + +msgid "Fullname" +msgstr "Fullname" + +msgid "GET requests on collections are only supported for calendars." +msgstr "Solicitações GET em coleções são suportados apenas para calendários." + +msgid "GNU gettext support" +msgstr "Suporte ao GNU gettext" + +msgid "GO!" +msgstr "IR!" + +msgid "Go to the DAViCal Feature Requests" +msgstr "Ir para as requisições de funcionalidades do DAViCal" + +msgid "Grant" +msgstr "Conceder" + +msgid "Granting new privileges from this Principal" +msgstr "Concessão de novos privilégios a partir deste principal" + +#. Translators: in the sense of a group of people +msgid "Group" +msgstr "Grupo" + +msgid "Group Members" +msgstr "Membros do Grupo" + +msgid "Group Memberships" +msgstr "Participações no grupo" + +msgid "Group Principals" +msgstr "Principais do grupo" + +msgid "Has Members" +msgstr "Tem membros" + +msgid "Help" +msgstr "Ajuda" + +msgid "Help on the current screen" +msgstr "Ajuda na tela atual" + +msgid "Help! I've forgotten my password!" +msgstr "Ajuda! Esqueci minha senha!" + +msgid "Home" +msgstr "Início" + +msgid "Home Page" +msgstr "Página Inicial" + +msgid "Home addressbook added." +msgstr "O Home da Agenda foi acrescentado." + +msgid "Home addressbook already exists." +msgstr "O Home da Agenda já existe." + +msgid "Home calendar added." +msgstr "Calendário acrescentado." + +msgid "Home calendar already exists." +msgstr "Calendário já existe." + +msgid "ID" +msgstr "ID" + +msgid "ISO Format" +msgstr "Formato ISO" + +msgid "ISO Format (YYYY-MM-DD)" +msgstr "Formato ISO (AAAA-MM-DD)" + +#. Translators: short for 'Identifier' +msgid "Id" +msgstr "id" + +msgid "If you have forgotten your password then" +msgstr "Se você esqueceu sua senha, então," + +msgid "If you would like to request access, please e-mail" +msgstr "Se você gostaria de solicitar o acesso, envie um e-mail" + +msgid "Import all .ics files of a directory" +msgstr "Importar todos os arquivos. Ics de um diretório" + +msgid "Import calendars and Synchronise LDAP." +msgstr "Importar calendários e sincronizar LDAP." + +msgid "Inactive Principals" +msgstr "Principais inativos" + +msgid "Incorrect content type for addressbook: " +msgstr "Tipo de conteúdo incorreto para endereços:" + +msgid "Incorrect content type for calendar: " +msgstr "Tipo de conteúdo incorreto para o calendário:" + +msgid "Invalid user name or password." +msgstr "Nome de usuário ou senha inválidos." + +msgid "Invalid username or password." +msgstr "Nome de usuário ou senha inválidos." + +msgid "Is Member of" +msgstr "É Membro de" + +msgid "Is a Calendar" +msgstr "É um Calendário" + +msgid "Is an Addressbook" +msgstr "É um Addressbook" + +msgid "Is this user active?" +msgstr "Este usuário está ativo?" + +msgid "Items in Collection" +msgstr "Itens na coleção" + +msgid "Joined" +msgstr "Cadastrado" + +msgid "Language" +msgstr "Linguagem" + +msgid "Last used" +msgstr "Usado pela última vez" + +msgid "List Groups" +msgstr "Listar grupos" + +msgid "List Resources" +msgstr "Listar recursos" + +msgid "List Users" +msgstr "Listar usuários" + +msgid "Load From File" +msgstr "Carregar a partir do arquivo" + +msgid "Locale" +msgstr "Localidade" + +msgid "Location" +msgstr "Localização" + +msgid "Log On Please" +msgstr "Por favor, Identifique-se" + +msgid "Log out of DAViCal" +msgstr "Sair do DAViCal" + +msgid "Logout" +msgstr "Sair" + +msgid "Member deleted from this Group Principal" +msgstr "Membro excluídos deste Grupo principal" + +msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +msgstr "" +"A maior parte do DAViCal funcionará, mas a atualização para PHP 5.2 ou posterior é fortemente " +"recomendado." + +msgid "Name" +msgstr "Nome" + +msgid "New Collection" +msgstr "Nova coleção" + +msgid "New Password" +msgstr "Nova Senha" + +msgid "New Principal" +msgstr "Novo principal" + +#. Translators: not 'Yes' +msgid "No" +msgstr "Não" + +msgid "No authority to deliver invitations to user." +msgstr "Nenhuma autoridade para entregar convites para o usuário." + +msgid "No calendar content" +msgstr "Nenhum conteúdo de calendário" + +msgid "No collection found at that location." +msgstr "Nenhuma coleção encontrada no local." + +msgid "No scheduling support for user" +msgstr "Não há suporte para o agendamento do usuário" + +msgid "No summary" +msgstr "Sem resumo" + +#. Translators: short for 'Number' +msgid "No." +msgstr "Não." + +msgid "No. of Collections" +msgstr "No. de Coleções" + +msgid "No. of Principals" +msgstr "No. de Principais" + +msgid "No. of Resources" +msgstr "No. de Recursos" + +msgid "Not overwriting existing destination resource" +msgstr "Não substituir recurso de destino existente" + +msgid "Opaque" +msgstr "Opaco" + +msgid "Override a Lock" +msgstr "Substituir um bloqueio" + +msgid "PDO PostgreSQL drivers" +msgstr "Drivers de PDO do PostgreSQL" + +msgid "PHP DateTime class" +msgstr "Classe PHP DateTime" + +msgid "PHP LDAP module available" +msgstr "Módulo PHP LDAP disponível" + +msgid "PHP Magic Quotes GPC off" +msgstr "PHP Magic Quotes GPC desligado" + +msgid "PHP Magic Quotes runtime off" +msgstr "PHP Magic Quotes runtime desligado" + +msgid "PHP PDO module available" +msgstr "Módulo do PHP PDO disponível" + +msgid "PHP PostgreSQL available" +msgstr "PHP PostgreSQL disponível" + +msgid "PHP iconv support" +msgstr "Suporte a PHP iconv" + +msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" +msgstr "" +"Colocar em uma coleção só é permitido para texto / conteúdo do calendário em uma coleção de calendário" + +msgid "Passed" +msgstr "Passou" + +msgid "Password" +msgstr "Senha" + +msgid "Path" +msgstr "Caminho" + +msgid "Person" +msgstr "Pessoa" + +msgid "Please confirm deletion of access ticket - see below" +msgstr "Por favor, confirme a exclusão do bilhete de acesso - veja abaixo" + +msgid "Please confirm deletion of binding - see below" +msgstr "Por favor, confirme a exclusão de vínculo - veja abaixo" + +msgid "Please confirm deletion of collection - see below" +msgstr "Por favor, confirme a exclusão de coleção - veja abaixo" + +msgid "Please confirm deletion of the principal" +msgstr "Por favor, confirme a exclusão do principal" + +msgid "Please note the time and advise the administrator of your system." +msgstr "Por favor, verifique o tempo e avise o administrador do sistema." + +msgid "Principal" +msgstr "Principal" + +msgid "Principal Collections" +msgstr "Coleções principais" + +msgid "Principal Grants" +msgstr "Permissões principais" + +msgid "Principal ID" +msgstr "ID principais" + +msgid "Principal Type" +msgstr "Tipo principais" + +msgid "Principal deleted" +msgstr "Principais excluídos" + +msgid "Privileges" +msgstr "Privilégios" + +msgid "Privileges granted to All Users" +msgstr "Privilégios concedidos a todos os usuários" + +msgid "Property is read-only" +msgstr "Propriedade é somente leitura" + +#. Translators: in the sense of being available to all users +msgid "Public" +msgstr "Público" + +msgid "Publicly Readable" +msgstr "Publicamente legível" + +msgid "REPORT body contains no XML data!" +msgstr "Corpo REPORT não contém dados XML!" + +msgid "REPORT body is not valid XML data!" +msgstr "Corpo REPORT não é um dado XML válido!" + +msgid "Read" +msgstr "Ler" + +msgid "Read ACLs for a resource or collection" +msgstr "Ler ACLs para um recurso ou coleção" + +msgid "Read Access Controls" +msgstr "Ler Controles de Acesso" + +msgid "Read Current User's Access" +msgstr "Ler acesso do usuário atual" + +msgid "Read Free/Busy Information" +msgstr "Ler informação de Livre / Ocupado" + +msgid "Read the content of a resource or collection" +msgstr "Ler o conteúdo de um recurso ou coleção" + +msgid "Read the details of the current user's access control to this resource." +msgstr "Ler os detalhes de controle de acesso deste recurso para o usuário atual" + +msgid "Read the free/busy information for a calendar collection" +msgstr "Ler as informações livre/ocupado para uma coleção de calendário" + +msgid "Read/Write" +msgstr "Ler/Gravar" + +msgid "Remove" +msgstr "Remover" + +msgid "Remove a lock" +msgstr "Remover um bloqueio" + +msgid "Report Bug" +msgstr "Relatório de Falhas" + +msgid "Report a bug in the system" +msgstr "Relatar uma falha no sistema" + +msgid "Request Feature" +msgstr "Solicitar uma funcionalidade" + +msgid "Request body is not valid XML data!" +msgstr "Corpo da requisição não é um dado XML válido!" + +#. Translators a thing which might be booked: a room, a carpark, a projector... +msgid "Resource" +msgstr "Recurso" + +msgid "Resource Calendar Principals" +msgstr "Recurso de Calendário Principal" + +msgid "Resource Not Found." +msgstr "Recurso não encontrado." + +msgid "Resource has changed on server - not deleted" +msgstr "O recurso foi alterado no servidor - não excluída" + +msgid "Resources may not be changed to / from collections." +msgstr "Recursos não podem ser mudados para/de coleções." + +msgid "Revoke" +msgstr "Revogar" + +msgid "Schedule Deliver" +msgstr "Entregar agenda" + +msgid "Schedule Send" +msgstr "Enviar agenda" + +msgid "Schedule Transparency" +msgstr "Transparência da agenda" + +msgid "Scheduling invitation delivered successfully" +msgstr "Convite de agendamento entregue com sucesso" + +msgid "Scheduling: Deliver a Reply" +msgstr "Agendamento: Entregar uma Resposta" + +msgid "Scheduling: Deliver an Invitation" +msgstr "Agendamento: Entregar um Convite" + +msgid "Scheduling: Delivery" +msgstr "Agendamento: Entrega" + +msgid "Scheduling: Query free/busy" +msgstr "Agendamento: Consultar livre/ocupado" + +msgid "Scheduling: Send a Reply" +msgstr "Agendamento: Enviar resposta" + +msgid "Scheduling: Send an Invitation" +msgstr "Agendamento: Enviar um convite" + +msgid "Scheduling: Send free/busy" +msgstr "Agendamento: Enviar livre/ocupado" + +msgid "Scheduling: Sending" +msgstr "Agendamento: Enviando" + +msgid "Send free/busy enquiries" +msgstr "Enviar solicitação de livre/ocupado" + +msgid "Send scheduling invitations as an organiser from the owner of this scheduling outbox." +msgstr "" +"Enviar convites de agendamento como um organizador do proprietário desta caixa de saída de agendamento." + +msgid "Send scheduling replies as an attendee from the owner of this scheduling outbox." +msgstr "" +"Enviar respostas de agendamento como um participante do proprietário desta caixa de saída de " +"agendamento." + +msgid "Set free/busy privileges" +msgstr "Definir privilégios de Livre/Ocupado" + +msgid "Set read privileges" +msgstr "Definir privilégios de leitura" + +msgid "Set read+write privileges" +msgstr "Definir privilégios de leitura+gravação" + +msgid "Set schedule-deliver privileges" +msgstr "Definir privilégios de entrega de agendamento" + +msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/" +msgstr "" +"Definir o caminho para armazenar ics, por exemplo, \"home\" será referenciado como /caldav.php/me/" +"home/" + +msgid "Setup" +msgstr "Configuração" + +msgid "Setup DAViCal" +msgstr "Configurar DAViCal" + +msgid "Show help on" +msgstr "Mostrar ajuda sobre" + +msgid "Site Statistics" +msgstr "Estatísticas do site" + +msgid "Site Statistics require the database to be available!" +msgstr "Estatísticas do site requerem o banco de dados para estarem disponíveis!" + +msgid "Some properties were not able to be changed." +msgstr "Algumas propriedades não puderam ser alteradas." + +msgid "Some properties were not able to be set." +msgstr "Algumas propriedades não puderam ser definidas." + +msgid "Source resource does not exist." +msgstr "Recursos de origem não existem." + +msgid "Special collections may not contain a calendar or other special collection." +msgstr "Coleções especiais não podem conter um calendário ou outra coleção especial." + +msgid "Specific Privileges" +msgstr "Privilégios específicos" + +msgid "Status" +msgstr "Estado" + +#, php-format +msgid "Status: %d, Message: %s, User: %d, Path: %s" +msgstr "Estado: %d, Mensagem: %s, Usuário: %d, Caminho: %s" + +msgid "Submit" +msgstr "Submeter" + +msgid "Suhosin \"server.strip\" disabled" +msgstr "Suhosin \"server.strip\" desabilitado" + +msgid "Sync LDAP Groups with RSCDS" +msgstr "Sincronização de grupos LDAP com o RSCDS" + +msgid "Sync LDAP with DAViCal" +msgstr "Sincronizar o LDAP com DAViCal" + +msgid "Target" +msgstr "Alvo" + +msgid "That destination name contains invalid characters." +msgstr "Esse nome de destino contém caracteres inválidos." + +msgid "That resource is not present on this server." +msgstr "Esse recurso não está presente no servidor." + +msgid "The BIND Request MUST identify an existing resource." +msgstr "A requisição BIND \"deve identificar um recurso existente." + +msgid "The BIND Request-URI MUST identify a collection." +msgstr "A requisição BIND Request-URI deve identificar uma coleção." + +msgid "The BIND method is not allowed at that location." +msgstr "O método BIND não é permitido naquele local." + +msgid "The CalDAV:schedule-calendar-transp property may only be set on calendars." +msgstr "O CalDAV: a propriedade schedule-calendar-transp pode ser definida apenas em calendários." + +msgid "The DAViCal Home Page" +msgstr "A Home Page do DAViCal" + +msgid "The access ticket will be deleted." +msgstr "O bilhete de acesso será apagado." + +msgid "The addressbook-query report must be run against an addressbook collection" +msgstr "O relatório de endereços de consulta deve ser executado em uma coleção de endereços" + +msgid "The application program does not understand that request." +msgstr "O programa da aplicação não entende esta requisição." + +msgid "The binding will be deleted." +msgstr "O vínculo será apagado." + +msgid "The calendar path contains illegal characters." +msgstr "O caminho do calendário contém caracteres ilegais." + +msgid "" +"The calendar-free-busy-set is superseded by the schedule-transp property of a calendar collection." +msgstr "" +"O calendar-free-busy-set é substituída pela propriedade schedule-transp de uma coleção de calendário." + +msgid "The calendar-query report must be run against a calendar or a scheduling collection" +msgstr "" +"O relatório do calendário de consulta deve ser executado em um calendário ou em uma coleção de " +"calendário" + +msgid "The collection name may not be blank." +msgstr "O nome da coleção não pode ficar em branco." + +msgid "The destination collection does not exist" +msgstr "A coleção de destino não existe" + +msgid "The displayname may only be set on collections, principals or bindings." +msgstr "O displayname só pode ser definido em coleções, diretores ou ligações." + +msgid "The email address really should not be blank." +msgstr "O endereço de e-mail realmente não deve ficar em branco." + +msgid "The file is not UTF-8 encoded, please check the error for more details." +msgstr "O arquivo não é codificado UTF-8, por favor, verifique o erro para mais detalhes." + +msgid "The full name for this person, group or other type of principal." +msgstr "O nome completo para essa pessoa, grupo ou outro tipo de principal." + +msgid "The full name must not be blank." +msgstr "O nome completo não deve ficar em branco." + +msgid "The name this user can log into the system with." +msgstr "O nome com que este usuário poderá se logar no sistema." + +msgid "The path on the server where your .ics files are." +msgstr "O caminho no servidor onde seus arquivos .ics estão." + +msgid "The preferred language for this person." +msgstr "O idioma preferido para essa pessoa." + +msgid "The style of dates used for this person." +msgstr "O estilo de datas utilizadas para essa pessoa." + +msgid "The user's e-mail address." +msgstr "O endereço de email do usuário." + +msgid "The user's full name." +msgstr "Nome completo do usuário." + +msgid "The user's password for logging in." +msgstr "A senha do usuário para entrada no sistema" + +msgid "The username must not be blank, and may not contain a slash" +msgstr "O nome de usuário não deve ficar em branco, e não pode conter uma barra" + +msgid "There was an error reading from the database." +msgstr "Houve um erro de leitura do banco de dados." + +msgid "There was an error writing to the database." +msgstr "Houve um erro ao gravar no banco de dados." + +msgid "" +"This operation does the following:
            • check valid groups in LDAP directory
            • check groups " +"in DAViCal
            then
            • if a group is present in DAViCal but not in LDAP set as inactive in " +"DAViCal
            • if a group is present in LDAP but not in DAViCal create the group in DAViCal
            • " +"
            • if a group in present in LDAP and DAViCal then update information in DAViCal
            " +msgstr "" +"Esta operação faz o seguinte:
            • verifica grupos válidos no diretório LDAP
            • verifica os " +"grupos no DAViCal
            então
            • se um grupo está presente no DAViCal, mas não está presente no " +"LDAP, o mesmo será ajustado como inativo no DAViCal
            • se um grupo está presente no LDAP, mas não " +"está no DAViCal, o mesmo será criado no DAViCal
            • se um grupo está presente no LDAP e no " +"DAViCal, então, suas informações serão atualizadas no DAViCal
            " + +msgid "" +"This operation does the following:
            • check valid users in LDAP directory
            • check users in " +"DAViCal
            then
            • if a user is present in DAViCal but not in LDAP set him as inactive in " +"DAViCal
            • if a user is present in LDAP but not in DAViCal create the user in DAViCal
            • " +"
            • if a user in present in LDAP and DAViCal then update information in DAViCal
            " +msgstr "" +"Esta operação faz o seguinte:
            • verifica os usuários válidos no diretório LDAP
            • verifica " +"usuários no DAViCal
            ,então,
            • se um usuário está presente no DAViCal, mas não está " +"presente no LDAP, o mesmo será colocado como inativo no DAViCal
            • se um usuário está presente no " +"LDAP, mas não está presente no DAViCal, o mesmo será criado no DAViCal
            • se um usuário estiver " +"presente no LDAP e presente no DAViCal, então suas informações serão atualizadas no DAViCal
            " + +msgid "" +"This page primarily checks the environment needed for DAViCal to work correctly. Suggestions or " +"patches to make it do more useful stuff will be gratefully received." +msgstr "" +"Esta página primeiramente verifica o ambiente necessário para o DAViCal funcionar corretamente. " +"Sugestões ou correções para novas funcionalidades serão gratamente recebidas." + +msgid "This server only supports the text/calendar format for freebusy URLs" +msgstr "Este servidor só suporta o formato de texto/calendário para URLs livre/ocupado" + +msgid "Ticket ID" +msgstr "ID do Ticket" + +msgid "Time" +msgstr "Hora" + +msgid "To Collection" +msgstr "Para Coleção" + +msgid "To ID" +msgstr "Para o ID" + +msgid "Toggle all privileges" +msgstr "Alternar todos os privilégios" + +msgid "Tools" +msgstr "Ferramentas" + +msgid "Transparent" +msgstr "Transparente" + +msgid "URL" +msgstr "URL" + +msgid "US Format" +msgstr "Formato US" + +msgid "Unauthenticated User" +msgstr "Usuário não autenticado" + +msgid "United States of America (m/d/y)" +msgstr "Estados Unidos da América (m/d/y)" + +msgid "Update" +msgstr "Atualizar" + +msgid "Updated" +msgstr "Atualizado" + +msgid "Updating Collection record." +msgstr "Atualizando os registros da Coleção." + +msgid "Updating Member of this Group Principal" +msgstr "Atualizando Membro para este Gerente de Grupo" + +msgid "Updating Principal record." +msgstr "Atualizando registro de Gerente de Grupo." + +msgid "Updating grants by this Principal" +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" + +msgid "Upgrade Database" +msgstr "Atualização do Banco de dados" + +msgid "Upload a .ics calendar in iCalendar format to initialise or replace this calendar." +msgstr "" +"Carregar um arquivo de calendário .ics no formato iCalendar para inicializar ou substituir este " +"calendário." + +msgid "User Calendar Principals" +msgstr "Gerente de calendário de usuários" + +msgid "User Details" +msgstr "Detalhes do Usuário" + +msgid "User Functions" +msgstr "Funções do Usuário" + +msgid "User Name" +msgstr "Nome de usuário" + +msgid "User Roles" +msgstr "Funções de usuário" + +msgid "User is active" +msgstr "O Usuário está ativo" + +msgid "User record written." +msgstr "Registro de usuário gravado." + +msgid "Username" +msgstr "Nome de Usuário" + +msgid "View My Details" +msgstr "Ver Meus Detalhes" + +msgid "View my own principal record" +msgstr "Ver meu próprio registro principal" + +msgid "View this user record" +msgstr "Ver este registro de usuário" + +msgid "Visit the DAViCal Wiki" +msgstr "Visite o Wiki do DAViCal" + +#, php-format +msgid "Want: %s, Currently: %s" +msgstr "Deve ser: %s, Atualmente: %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 "" +"Atenção: não há usuários administradores ativos! Você deve corrigir isso antes de sair. Considere usar " +"a configuração $c->do_not_sync_from_ldap." + +msgid "When the user's e-mail account was validated." +msgstr "Quando a conta de email do usuário foi validada." + +msgid "Write" +msgstr "Gravar" + +msgid "Write ACLs for a resource or collection" +msgstr "Gravar as ACLs para um recurso ou coleção" + +msgid "Write Access Controls" +msgstr "Gravar Controles de Acesso" + +msgid "Write Data" +msgstr "Gravar Dados" + +msgid "Write Metadata" +msgstr "Gravar Metadados" + +msgid "Write content" +msgstr "Gravar conteúdo" + +msgid "Write properties" +msgstr "Gravar propriedades" + +msgid "Yes" +msgstr "Sim" + +msgid "You are editing" +msgstr "Você está editando" + +msgid "You are not authorised to use this function." +msgstr "Você não está autorizado a usar esta função." + +msgid "You are viewing" +msgstr "Você está visualizando" + +msgid "You do not have permission to modify this record." +msgstr "Você não tem permissão para modificar este registro." + +msgid "You may not PUT to a collection URL" +msgstr "Você não pode postar em uma URL de coleção" + +msgid "You must log in to use this system." +msgstr "Você deve fazer login para utilizar este sistema." + +msgid "Your configuration produced PHP errors which should be corrected" +msgstr "Sua configuração possui erros de PHP que devem ser corrigido" + +#, php-format +msgid "all events of user %s were deleted and replaced by those from file %s" +msgstr "todos os eventos do usuário %s foram excluídos e substituídos por outros do arquivo %s" + +msgid "calendar-timezone property is only valid for a calendar." +msgstr "a propriedade de fuso horário de calendário, só é válida para um calendário." + +#, php-format +msgid "directory %s is not readable" +msgstr "diretório %s não é legível" + +msgid "drivers_imap_pam : imap_url parameter not configured in /etc/davical/*-conf.php" +msgstr "drivers_imap_pam: parâmetro imap_url não configurado em /etc/davical/*-conf.php" + +msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed" +msgstr "drivers_ldap: Não foi possível iniciar TLS: ldap_start_tls () falhou" + +#, php-format +msgid "drivers_ldap : Failed to bind to host %1$s on port %2$s with bindDN of %3$s" +msgstr "drivers_ldap: Falha ao conectar ao host %1$s na porta %2$s com binddn %3$s" + +msgid "drivers_ldap : Failed to set LDAP to use protocol version 3, TLS not supported" +msgstr "" +"drivers_ldap: Falha ao tentar acessar a base LDAP utilizando a versão 3 do protocolo, TLS não suportado" + +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: Não é possível conectar à base LDAP - verifique a configuração dos parâmetros bindDN e " +"passDN, e se o seu servidor LDAP pode ser alcançado" + +#, php-format +msgid "drivers_ldap : Unable to connect to LDAP with port %s on host %s" +msgstr "drivers_ldap: Não é possível conectar-se à base LDAP na porta %s no host %s" + +msgid "drivers_ldap : function ldap_connect not defined, check your php_ldap module" +msgstr "drivers_ldap: função ldap_connect não definida, verifique o módulo php_ldap" + +#, php-format +msgid "drivers_pwauth_pam : Unable to find %s file" +msgstr "drivers_pwauth_pam: Não é possível encontrar o arquivo %s" + +#, php-format +msgid "drivers_squid_pam : Unable to find %s file" +msgstr "drivers_squid_pam: Não é possível encontrar o arquivo %s" + +#. Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future +msgid "forget me not" +msgstr "não esquecer de mim" + +msgid "from principal" +msgstr "do principal" + +msgid "path to store your ics" +msgstr "caminho para armazenar seu ics" + +#, php-format +msgid "the file %s is not UTF-8 encoded, please check error for more details" +msgstr "O arquivo %s não está codificado com UTF-8, por favor verifique os erros para mais detalhes" + +msgid "unauthenticated" +msgstr "não autenticado" + +msgid "you should log on with the username and password that have been issued to you." +msgstr "você deve fazer logon com o nome de usuário e senha que foram emitidos para você." diff --git a/po/pt_BR.values b/po/pt_BR.values new file mode 100644 index 00000000..a97aca24 --- /dev/null +++ b/po/pt_BR.values @@ -0,0 +1 @@ + VALUES( 'pt_BR', 'Brazilian Portuguese', 'Brazilian Portuguese' ); diff --git a/po/pt_PT.po b/po/pt_PT.po new file mode 100644 index 00000000..e091842f --- /dev/null +++ b/po/pt_PT.po @@ -0,0 +1,1369 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# m42 , 2011. +msgid "" +msgstr "" +"Project-Id-Version: DAViCal\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-22 22:02+0000\n" +"Last-Translator: m42 \n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.net/projects/p/davical/team/pt_PT/)\n" +"Language: pt_PT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php +msgid "%F %T" +msgstr "%F %T" + +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php +msgid "%T" +msgstr "%T" + +msgid "*** Default Locale ***" +msgstr "*** Definições Regionais predefinidas ***" + +msgid "*** Unknown ***" +msgstr "*** Desconhecido ***" + +#, php-format +msgid "- adding %s to group : %s" +msgstr "- a acrescentar %s ao grupo : %s" + +#, php-format +msgid "- adding users %s to group : %s" +msgstr "- a acrescentar utilizadores %s ao grupo : %s" + +#, php-format +msgid "- creating groups : %s" +msgstr "- a criar grupos : %s" + +#, php-format +msgid "- creating record for users : %s" +msgstr "- a criar um registo para os utilizadores : %s" + +#, php-format +msgid "- deactivate groups : %s" +msgstr "- a desactivar grupos : %s" + +#, php-format +msgid "- deactivating users : %s" +msgstr "- a desactivar utilizadores : %s" + +#, php-format +msgid "- nothing done on : %s" +msgstr "- nada feito em : %s" + +#, php-format +msgid "- removing %s from group : %s" +msgstr "- a remover %s do grupo : %s" + +#, php-format +msgid "- updating groups : %s" +msgstr "- a actualizar grupos : %s" + +#, php-format +msgid "- updating user records : %s" +msgstr "- a actualizar registos de utilizador : %s" + +msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" +msgstr "AVISO: todos os eventos neste caminho serão apagados antes de inserir o ficheiro ics" + +#, php-format +msgid "" +"

            Help

            \n" +"

            For initial help you should visit the DAViCal " +"Home Page or take\n" +"a look at the DAViCal Wiki.

            \n" +"

            If you can't find the answers there, visit us on IRC in\n" +"the #davical channel on irc.oftc.net,\n" +"or send a question to the DAViCal Users mailing list.

            \n" +"

            The mailing list\n" +"archives can be helpful too.

            " +msgstr "" +"

            Ajuda

            \n" +"

            Para ajuda inicial visite a Home Page do " +"DAViCal ou veja \n" +"o Wiki DAViCal.

            \n" +"

            Se não encontrar aí as respostas, visite o canal #davical do IRC no\n" +"servidor irc.oftc.net,\n" +"ou envie uma questão para Lista de correio dos Utilizadores DAViCal.

            \n" +"

            os arquivos da lista de correio\n" +"também podem ser úteis.

            " + +#, 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 "" +"

            Entre por favor

            Para aceder ao %s deve entrar com o nome de utilizador e password que lhe " +"foram atribuídos.

            Se necessitar de pedir acesso, envie um e-mail para %s.

            " + +msgid "A DAViCal principal collection may only contain collections" +msgstr "Uma colecção principal do DAViCal só pode conter colecções" + +msgid "A collection already exists at that location." +msgstr "Já existe uma colecção nessa localização." + +msgid "A resource already exists at the destination." +msgstr "Já existe um recurso nesse destino." + +msgid "AWL Library version " +msgstr "Versão da biblioteca AWL " + +msgid "Access Tickets" +msgstr "Tickets de acesso" + +msgid "Access ticket deleted" +msgstr "Ticket de acesso apagado" + +msgid "Action" +msgstr "Acção" + +msgid "Active" +msgstr "Activo" + +msgid "Adding new member to this Group Principal" +msgstr "A acrescentar um novo membro a este Grupo Principal" + +#. Translators: in the sense of 'systems admin' +msgid "Admin" +msgstr "Administrador" + +msgid "Administration" +msgstr "Administração" + +msgid "Administrator" +msgstr "Administrador" + +msgid "All" +msgstr "Todos" + +msgid "All collection data will be unrecoverably deleted." +msgstr "Todos os dados da colecção serão irremediavelmente apagados" + +msgid "All of the principal's calendars and events will be unrecoverably deleted." +msgstr "Todos os calendários e eventos do principal serão irremediavelmente apagados." + +msgid "All privileges" +msgstr "Todos os privilégios" + +msgid "All requested changes were made." +msgstr "Todas as alterações pedidas foram efectuadas." + +msgid "Allow free/busy enquiries targeted at the owner of this scheduling inbox" +msgstr "Permitir verificação de disponibilidade do dono deste calendário" + +msgid "An \"Administrator\" user has full rights to the whole DAViCal System" +msgstr "Um utilizador \"Administrador\" tem todas as permissões para todo o sistema DAViCal" + +msgid "Anonymous users are not allowed to modify calendars" +msgstr "Utilizadores anónimos não podem alterar calendários" + +msgid "Anonymous users may only access public calendars" +msgstr "Utilizadores anónimos têm acesso apenas a calendários públicos" + +msgid "Application DB User" +msgstr "Utilizador da Base de Dados da aplicação" + +msgid "Apply Changes" +msgstr "Efectuar Mudanças" + +msgid "Apply DB Patches" +msgstr "Aplicar patches da Base de Dados" + +msgid "Attachment" +msgstr "Anexo" + +msgid "Binding deleted" +msgstr "Ligação apagada" + +msgid "Bindings to other collections" +msgstr "Ligações a outras colecções" + +msgid "Bindings to this Collection" +msgstr "Ligações a esta colecção" + +msgid "Bindings to this Principal's Collections" +msgstr "Ligações às colecções deste Principal" + +msgid "Bound As" +msgstr "Ligado Como" + +msgid "Browse all users" +msgstr "Percorrer todos os utilizadores" + +msgid "Busy" +msgstr "Ocupado" + +#, php-format +msgid "Calendar \"%s\" was loaded from file." +msgstr "O calendário \"%s\" foi carregado a partir do ficheiro." + +msgid "Calendar Principals" +msgstr "Principais do calendário" + +msgid "Calendar Timezone" +msgstr "Fuso horário do calendário" + +msgid "Can only add tickets for existing collection paths which you own" +msgstr "Só é permitido acrescentar tickets a uma colecção da qual seja dono" + +msgid "Categories" +msgstr "Categorias" + +msgid "Change Password" +msgstr "Alterar Password" + +msgid "Click to display user details" +msgstr "Clique para ver detalhes de utilizador" + +msgid "Click to edit principal details" +msgstr "Clique para editar os detalhes do principal" + +msgid "Collection" +msgstr "Colecção" + +msgid "Collection Grants" +msgstr "Permissões da colecção" + +msgid "Collection ID" +msgstr "ID da colecção" + +msgid "Collection deleted" +msgstr "Colecção apagada" + +msgid "Collections may not be both CalDAV calendars and CardDAV addressbooks at the same time" +msgstr "As colecções não podem ser calendários CalDAV e livros de endereços CardDAV simultaneamente" + +msgid "Configuring Calendar Clients for DAViCal" +msgstr "A configurar clientes de calendário para o DAViCal" + +msgid "Configuring DAViCal" +msgstr "A configurar o DAViCal" + +msgid "Confirm" +msgstr "Confirmar" + +msgid "Confirm Deletion of the Binding" +msgstr "Confirmar eliminação da ligação" + +msgid "Confirm Deletion of the Collection" +msgstr "Confirmar eliminação da colecção" + +msgid "Confirm Deletion of the Principal" +msgstr "Confirmar eliminação do Principal" + +msgid "Confirm Deletion of the Ticket" +msgstr "Confirmar eliminação do ticket" + +msgid "Confirm Password" +msgstr "Confirmar Password" + +msgid "Confirm the new password." +msgstr "Confirmar a nova password" + +msgid "Could not retrieve" +msgstr "Não pude recuperar" + +msgid "Create" +msgstr "Criar" + +msgid "Create Collection" +msgstr "Criar colecção" + +msgid "Create Events/Collections" +msgstr "Criar Eventos/Colecções" + +msgid "Create New Collection" +msgstr "Criar nova colecção" + +msgid "Create New Principal" +msgstr "Criar novo Principal" + +msgid "Create Principal" +msgstr "Criar principal" + +msgid "Create a new principal (i.e. a new user, resource or group)" +msgstr "Criar um novo principal (i.e. um novo utilizador, recurso ou grupo)" + +msgid "Create a resource or collection" +msgstr "Criar um recurso ou colecção" + +msgid "Creating new Collection." +msgstr "Criar uma nova colecção." + +msgid "Creating new Principal record." +msgstr "Criar um novo registo de principal" + +msgid "Creating new ticket granting privileges to this Principal" +msgstr "A criar novo ticket para atribuir privilégios a este principal" + +msgid "Current DAViCal version " +msgstr "Versão DAViCal actual " + +msgid "DAV Path" +msgstr "Caminho DAV" + +msgid "DAV::resourcetype may only be set to a new value, it may not be removed." +msgstr "DAV::resourcetype só pode ser definido para um novo valor, não pode ser removido." + +msgid "DAViCal CalDAV Server" +msgstr "Servidor CalDAV DAViCal" + +msgid "DAViCal DB Schema version " +msgstr "Versão do Schema da Base de Dados do DAViCal" + +msgid "DAViCal Homepage" +msgstr "Homepage do DAViCal" + +msgid "DAViCal Wiki" +msgstr "Wiki do DAViCal" + +msgid "DAViCal only allows BIND requests for collections at present." +msgstr "O DAViCal actualmente apenas permite pedidos BIND para colecções." + +msgid "DKIM signature invalid " +msgstr "Assinatura DKIM inválida " + +msgid "DKIM signature missing" +msgstr "Assinatura DKIM em falta" + +msgid "DKIM signature validation failed(DNS ERROR)" +msgstr "Validação da assinatura DKIM falhou (ERRO DNS)" + +msgid "DKIM signature validation failed(KEY Parse ERROR)" +msgstr "Validação da assinatura DKIM falhou (ERRO análise CHAVE)" + +msgid "DKIM signature validation failed(KEY Validation ERROR)" +msgstr "Validação da assinatura DKIM falhou (ERRO validação CHAVE)" + +msgid "DKIM signature validation failed(Signature verification ERROR)" +msgstr "Validação da assinatura DKIM falhou (ERRO verificação de assinatura)" + +msgid "Database Error" +msgstr "Erro de Base de Dados" + +msgid "Database Host" +msgstr "Servidor de Base de Dados" + +msgid "Database Name" +msgstr "Nome da Base de Dados" + +msgid "Database Owner" +msgstr "Dono da Base de Dados" + +msgid "Database Password" +msgstr "Password da Base de Dados" + +msgid "Database Port" +msgstr "Porto da Base de Dados" + +msgid "Database Username" +msgstr "Nome de utilizador da Base de Dados" + +msgid "Database error" +msgstr "Erro da Base de Dados" + +msgid "Date Format Style" +msgstr "Estilo de formato de data" + +msgid "Date Style" +msgstr "Estilo de data" + +msgid "Default Privileges" +msgstr "Privilégios predefinidos" + +msgid "Delete" +msgstr "Eliminar" + +msgid "Delete Events/Collections" +msgstr "Eliminar eventos/colecções" + +msgid "Delete Principal" +msgstr "Eliminar principal" + +msgid "Delete a resource or collection" +msgstr "Eliminar recurso ou colecção" + +msgid "Deleted a grant from this Principal" +msgstr "Foi eliminada uma permissão deste principal" + +msgid "Deleting Binding:" +msgstr "A eliminar ligação:" + +msgid "Deleting Collection:" +msgstr "A eliminar colecção:" + +msgid "Deleting Principal:" +msgstr "A eliminar principal:" + +msgid "Deleting Ticket:" +msgstr "A eliminar ticket:" + +msgid "Deliver scheduling invitations from an organiser to this scheduling inbox" +msgstr "Entregar os convites de um organizador a esta caixa de entrada de reuniões" + +msgid "Deliver scheduling replies from an attendee to this scheduling inbox" +msgstr "Entregar as respostas a convites dos participantes a esta caixa de entrada de reuniões" + +msgid "Dependencies" +msgstr "Dependências" + +msgid "Dependency" +msgstr "Dependência" + +msgid "Description" +msgstr "Descrição" + +msgid "Destination collection does not exist" +msgstr "A colecção de destino não existe" + +msgid "Directory on the server" +msgstr "Directório no servidor" + +msgid "Display Name" +msgstr "Nome a apresentar" + +msgid "Displayname" +msgstr "Nome a apresentar" + +msgid "Does the user have the right to perform this role?" +msgstr "O utilizador tem o direito de executar este papel?" + +msgid "EMail" +msgstr "Email" + +msgid "EMail OK" +msgstr "Email OK" + +msgid "ERROR: The full name may not be blank." +msgstr "ERRO: O nome completo não pode ficar em branco." + +msgid "ERROR: The new password must match the confirmed password." +msgstr "ERRO: A nova password tem que corresponder à password confirmada." + +msgid "ERROR: There was a database error writing the roles information!" +msgstr "ERRO: Houve um erro de base de dados ao escrever informação de papéis!" + +msgid "Edit" +msgstr "Editar" + +msgid "Edit this user record" +msgstr "Editar este registo de utilizador" + +msgid "Email Address" +msgstr "Endereço de email" + +msgid "Enter a username, if you know it, and click here, to be e-mailed a temporary password." +msgstr "" +"Indique um nome de utilizador, se o souber, e clique aqui, para que lhe seja enviada uma password " +"temporária." + +msgid "Enter your username and password then click here to log in." +msgstr "Indique o seu nome de utilizador e password e clique aqui para entrar." + +#, php-format +msgid "Error NoGroupFound with filter >%s<, attributes >%s< , dn >%s<" +msgstr "Erro NoGroupFound com o filtro >%s<, atributos >%s< , dn >%s<" + +#, php-format +msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" +msgstr "Erro NoUserFound com filtro >%s<, atributos >%s< , dn >%s<" + +msgid "Error querying database." +msgstr "Erro ao consultar a base de dados." + +msgid "Error writing calendar details to database." +msgstr "Erro ao escrever os detalhes do calendário na base de dados." + +msgid "Error writing calendar properties to database." +msgstr "Erro ao escrever os detalhes do calendário para a base de dados." + +msgid "European" +msgstr "Europeu" + +msgid "European (d/m/y)" +msgstr "Europeu(d/m/a)" + +msgid "Existing resource does not match \"If-Match\" header - not accepted." +msgstr "Recurso existente não corresponde com cabeçalho \"If-Match\" - não aceite." + +msgid "Existing resource matches \"If-None-Match\" header - not accepted." +msgstr "Recurso existente corresponde com cabeçalho \"If-None-Match\" - não aceite." + +msgid "Expires" +msgstr "Expira" + +msgid "Fail" +msgstr "Falha" + +msgid "Failed to write collection." +msgstr "Falhou a escrever colecção." + +msgid "Feeds are only supported for calendars at present." +msgstr "Feeds só são suportadas actualmente para calendários." + +msgid "For access to the" +msgstr "Para acesso ao" + +msgid "Forbidden" +msgstr "Proibido" + +msgid "Free/Busy" +msgstr "Livre/Ocupado" + +msgid "Full Name" +msgstr "Nome Completo" + +msgid "Fullname" +msgstr "Nome completo" + +msgid "GET requests on collections are only supported for calendars." +msgstr "Pedidos GET a colecções são suportados apenas para calendários." + +msgid "GNU gettext support" +msgstr "Suporte GNU gettext" + +msgid "GO!" +msgstr "OK!" + +msgid "Go to the DAViCal Feature Requests" +msgstr "Ir para os Pedidos de Funcionalidades do DAViCal" + +msgid "Grant" +msgstr "Atribuir" + +msgid "Granting new privileges from this Principal" +msgstr "A atribuir novos privilégios a partir deste Principal" + +#. Translators: in the sense of a group of people +msgid "Group" +msgstr "Grupo" + +msgid "Group Members" +msgstr "Membros do grupo" + +msgid "Group Memberships" +msgstr "Associação a grupos" + +msgid "Group Principals" +msgstr "Principais do grupo" + +msgid "Has Members" +msgstr "Tem membros" + +msgid "Help" +msgstr "Ajuda" + +msgid "Help on the current screen" +msgstr "Ajuda para este écran" + +msgid "Help! I've forgotten my password!" +msgstr "Ajuda! Esqueci-me da minha password!" + +msgid "Home" +msgstr "Entrada" + +msgid "Home Page" +msgstr "Página de Entrada" + +msgid "Home addressbook added." +msgstr "Livro de endereços de entrada acrescentado." + +msgid "Home addressbook already exists." +msgstr "Livro de endereços de entrada já existe." + +msgid "Home calendar added." +msgstr "Calendário de entrada acrescentado." + +msgid "Home calendar already exists." +msgstr "Calendário de entrada já existe." + +msgid "ID" +msgstr "ID" + +msgid "ISO Format" +msgstr "Formato ISO" + +msgid "ISO Format (YYYY-MM-DD)" +msgstr "Formato ISO (AAAA-MM-DD)" + +#. Translators: short for 'Identifier' +msgid "Id" +msgstr "Id" + +msgid "If you have forgotten your password then" +msgstr "Se se esqueceu da sua password, então" + +msgid "If you would like to request access, please e-mail" +msgstr "Se quiser obter acesso, por favor envie e-mail" + +msgid "Import all .ics files of a directory" +msgstr "Importar todos os ficheiros .ics de um directório" + +msgid "Import calendars and Synchronise LDAP." +msgstr "Importar calendários e sincronizar LDAP" + +msgid "Inactive Principals" +msgstr "Principais inactivos" + +msgid "Incorrect content type for addressbook: " +msgstr "Tipo de conteúdo incorrecto para o livro de endereços: " + +msgid "Incorrect content type for calendar: " +msgstr "Tipo de conteúdo incorrecto para o calendário: " + +msgid "Invalid user name or password." +msgstr "Nome de utilizador ou password inválido." + +msgid "Invalid username or password." +msgstr "Nome de utilizador ou password inválido." + +msgid "Is Member of" +msgstr "É membro de" + +msgid "Is a Calendar" +msgstr "É um calendário" + +msgid "Is an Addressbook" +msgstr "É um livro de endereços" + +msgid "Is this user active?" +msgstr "Este utilizador está activo?" + +msgid "Items in Collection" +msgstr "Items na colecção" + +msgid "Joined" +msgstr "Agregado" + +msgid "Language" +msgstr "Idioma" + +msgid "Last used" +msgstr "Último usado" + +msgid "List Groups" +msgstr "Listar Grupos" + +msgid "List Resources" +msgstr "Listar recursos" + +msgid "List Users" +msgstr "Listar utilizadores" + +msgid "Load From File" +msgstr "Carregar do ficheiro" + +msgid "Locale" +msgstr "Definições regionais" + +msgid "Location" +msgstr "Localização" + +msgid "Log On Please" +msgstr "Por favor entrar" + +msgid "Log out of DAViCal" +msgstr "Sair do DAViCal" + +msgid "Logout" +msgstr "Sair" + +msgid "Member deleted from this Group Principal" +msgstr "Membro eliminado deste Principal de Grupo" + +msgid "Most of DAViCal will work but upgrading to PHP 5.2 or later is strongly recommended." +msgstr "" +"A maior parte do DAViCal irá funcionar mas é fortemente recomendado actualizar para o PHP 5.2 ou mais " +"recente." + +msgid "Name" +msgstr "Nome" + +msgid "New Collection" +msgstr "Nova colecção" + +msgid "New Password" +msgstr "Nova password" + +msgid "New Principal" +msgstr "Novo principal" + +#. Translators: not 'Yes' +msgid "No" +msgstr "Não" + +msgid "No authority to deliver invitations to user." +msgstr "Sem autoridade para entregar convites ao utilizador." + +msgid "No calendar content" +msgstr "Sem conteúdo de calendário" + +msgid "No collection found at that location." +msgstr "Colecção não encontrada nessa localização." + +msgid "No scheduling support for user" +msgstr "Sem suporte de marcações para o utilizador" + +msgid "No summary" +msgstr "Sem sumário" + +#. Translators: short for 'Number' +msgid "No." +msgstr "Não." + +msgid "No. of Collections" +msgstr "Núm. de colecções" + +msgid "No. of Principals" +msgstr "Núm. de Principais" + +msgid "No. of Resources" +msgstr "Núm. de recursos" + +msgid "Not overwriting existing destination resource" +msgstr "Não vai sobrescrever recurso de destino existente" + +msgid "Opaque" +msgstr "Opaco" + +msgid "Override a Lock" +msgstr "Ultrapassar um Lock" + +msgid "PDO PostgreSQL drivers" +msgstr "Drivers PDO PostgreSQL" + +msgid "PHP DateTime class" +msgstr "Classe de PHP DateTime" + +msgid "PHP LDAP module available" +msgstr "Módulo LDAP de PHP disponível" + +msgid "PHP Magic Quotes GPC off" +msgstr "Magic Quotes do PHP desligado" + +msgid "PHP Magic Quotes runtime off" +msgstr "Magic Quotes do PHP desligado em ambiente de execução" + +msgid "PHP PDO module available" +msgstr "Módulo PDO do PHP disponível" + +msgid "PHP PostgreSQL available" +msgstr "PHP PostgreSQL disponível" + +msgid "PHP iconv support" +msgstr "Suporte iconv do PHP" + +msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" +msgstr "" +"PUT numa colecção é apenas permitido para conteúdo de texto/calendário em face de uma colecção de " +"calendário" + +msgid "Passed" +msgstr "Passou" + +msgid "Password" +msgstr "Password" + +msgid "Path" +msgstr "Caminho" + +msgid "Person" +msgstr "Pessoa" + +msgid "Please confirm deletion of access ticket - see below" +msgstr "Confirme por favor a eliminação do ticket de acesso - ver abaixo" + +msgid "Please confirm deletion of binding - see below" +msgstr "Confirme por favor a eliminação da ligação - ver abaixo" + +msgid "Please confirm deletion of collection - see below" +msgstr "Confirme por favor a eliminação da colecção - ver abaixo" + +msgid "Please confirm deletion of the principal" +msgstr "Confirme por favor a eliminação do principal" + +msgid "Please note the time and advise the administrator of your system." +msgstr "Por favor tome nota da hora e avise o administrador do seu sistema." + +msgid "Principal" +msgstr "Principal" + +msgid "Principal Collections" +msgstr "Colecções do Principal" + +msgid "Principal Grants" +msgstr "Atribuições do Principal" + +msgid "Principal ID" +msgstr "ID do Principal" + +msgid "Principal Type" +msgstr "Tipo de Principal" + +msgid "Principal deleted" +msgstr "Principal eliminado" + +msgid "Privileges" +msgstr "Privilégios" + +msgid "Privileges granted to All Users" +msgstr "Privilégios atribuídos para Todos os utilizadores" + +msgid "Property is read-only" +msgstr "A propriedade é só de leitura" + +#. Translators: in the sense of being available to all users +msgid "Public" +msgstr "Público" + +msgid "Publicly Readable" +msgstr "Legível publicamente" + +msgid "REPORT body contains no XML data!" +msgstr "O corpo do RELATÓRIO não contém dados XML!" + +msgid "REPORT body is not valid XML data!" +msgstr "O corpo do RELATÓRIO não é XML válido!" + +msgid "Read" +msgstr "Ler" + +msgid "Read ACLs for a resource or collection" +msgstr "Ler ACLs para um recurso ou colecção" + +msgid "Read Access Controls" +msgstr "Ler controlos de acesso" + +msgid "Read Current User's Access" +msgstr "Ler acesso do utilizador actual" + +msgid "Read Free/Busy Information" +msgstr "Ler informação de livre/ocupado" + +msgid "Read the content of a resource or collection" +msgstr "Ler o conteúdo de um recurso ou colecção" + +msgid "Read the details of the current user's access control to this resource." +msgstr "Ler os detalhes do controlo de acesso do utilizador actual a este recurso" + +msgid "Read the free/busy information for a calendar collection" +msgstr "Ler informação de livre/ocupado para uma colecção de calendários" + +msgid "Read/Write" +msgstr "Ler/Escrever" + +msgid "Remove" +msgstr "Remover" + +msgid "Remove a lock" +msgstr "Remover um lock" + +msgid "Report Bug" +msgstr "Relatar um bug" + +msgid "Report a bug in the system" +msgstr "Relatar um bug no sistema" + +msgid "Request Feature" +msgstr "Pedir Funcionalidade" + +msgid "Request body is not valid XML data!" +msgstr "Corpo do pedido não tem dados XML válidos!" + +#. Translators a thing which might be booked: a room, a carpark, a projector... +msgid "Resource" +msgstr "Recurso" + +msgid "Resource Calendar Principals" +msgstr "Principais do recurso de calendário" + +msgid "Resource Not Found." +msgstr "Recurso não encontrado" + +msgid "Resource has changed on server - not deleted" +msgstr "Recurso foi alterado no servidor - não foi apagado" + +msgid "Resources may not be changed to / from collections." +msgstr "Os recursos não podem ser alterados entre colecções." + +msgid "Revoke" +msgstr "Revogar" + +msgid "Schedule Deliver" +msgstr "Entrega de horário" + +msgid "Schedule Send" +msgstr "Horário enviado" + +msgid "Schedule Transparency" +msgstr "Transparência do horário" + +msgid "Scheduling invitation delivered successfully" +msgstr "Convite enviado com sucesso" + +msgid "Scheduling: Deliver a Reply" +msgstr "Horários: Entregar uma resposta" + +msgid "Scheduling: Deliver an Invitation" +msgstr "Horários: Entregar um convite" + +msgid "Scheduling: Delivery" +msgstr "Horários: Entrega" + +msgid "Scheduling: Query free/busy" +msgstr "Horários: Verificar informação de livre/ocupado" + +msgid "Scheduling: Send a Reply" +msgstr "Horários: Enviar uma resposta" + +msgid "Scheduling: Send an Invitation" +msgstr "Horários: Enviar um convite" + +msgid "Scheduling: Send free/busy" +msgstr "Horários: Enviar informação de livre/ocupado" + +msgid "Scheduling: Sending" +msgstr "Horários: A enviar" + +msgid "Send free/busy enquiries" +msgstr "Enviar consultas de informação livre/ocupado" + +msgid "Send scheduling invitations as an organiser from the owner of this scheduling outbox." +msgstr "Enviar convites de horários como organizador, sendo dono desta caixa de saída." + +msgid "Send scheduling replies as an attendee from the owner of this scheduling outbox." +msgstr "Enviar respostas de horários como participante, sendo dono desta caixa de saída." + +msgid "Set free/busy privileges" +msgstr "Definir privilégios de livre/ocupado" + +msgid "Set read privileges" +msgstr "Definir privilégios de leitura" + +msgid "Set read+write privileges" +msgstr "Definir privilégios de leitura+escrita" + +msgid "Set schedule-deliver privileges" +msgstr "Definir privilégios de marcação-entrega" + +msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/" +msgstr "Definir o caminho para guardar o seu ics e.g. 'home' será referido como /caldav.php/me/home/" + +msgid "Setup" +msgstr "Configurar" + +msgid "Setup DAViCal" +msgstr "Configurar DAViCal" + +msgid "Show help on" +msgstr "Mostrar ajuda sobre" + +msgid "Site Statistics" +msgstr "Estatísticas do site" + +msgid "Site Statistics require the database to be available!" +msgstr "As estatísticas do site exigem que a base de dados esteja disponível!" + +msgid "Some properties were not able to be changed." +msgstr "Algumas propriedades não puderam ser alteradas." + +msgid "Some properties were not able to be set." +msgstr "Algumas propriedades não puderam ser definidas." + +msgid "Source resource does not exist." +msgstr "Recurso de origem não existe." + +msgid "Special collections may not contain a calendar or other special collection." +msgstr "Colecções especiais não podem conter um calendário ou outra colecção especial." + +msgid "Specific Privileges" +msgstr "Privilégios específicos" + +msgid "Status" +msgstr "Estado" + +#, php-format +msgid "Status: %d, Message: %s, User: %d, Path: %s" +msgstr "Estado: %d, Mensagem: %s, Utilizador: %d, Caminho: %s" + +msgid "Submit" +msgstr "Submeter" + +msgid "Suhosin \"server.strip\" disabled" +msgstr "\"server.strip\" do suhosin desabilitado" + +msgid "Sync LDAP Groups with RSCDS" +msgstr "Sincronizar grupos LDAP com RSCDS" + +msgid "Sync LDAP with DAViCal" +msgstr "Sincronizar LDAP com o DAViCal" + +msgid "Target" +msgstr "Destino" + +msgid "That destination name contains invalid characters." +msgstr "Esse nome de destino contém caracteres inválidos." + +msgid "That resource is not present on this server." +msgstr "Esse recurso não está presente neste servidor." + +msgid "The BIND Request MUST identify an existing resource." +msgstr "O pedido BIND, TEM QUE identificar um recurso existente." + +msgid "The BIND Request-URI MUST identify a collection." +msgstr "O URI do pedido BIND, TEM QUE identificar uma colecção." + +msgid "The BIND method is not allowed at that location." +msgstr "O método BIND não é permitido nessa localização." + +msgid "The CalDAV:schedule-calendar-transp property may only be set on calendars." +msgstr "A propriedade CalDAV:schedule-calendar-transp só pode ser definida em calendários." + +msgid "The DAViCal Home Page" +msgstr "A Home page do DAViCal" + +msgid "The access ticket will be deleted." +msgstr "O ticket de acesso será apagado." + +msgid "The addressbook-query report must be run against an addressbook collection" +msgstr "O relatório addressbook-query tem que ser executado sobre uma colecção de livros de endereços" + +msgid "The application program does not understand that request." +msgstr "O programa não entende esse pedido." + +msgid "The binding will be deleted." +msgstr "A ligação será apagada." + +msgid "The calendar path contains illegal characters." +msgstr "O caminho do calendário contém caracteres ilegais." + +msgid "" +"The calendar-free-busy-set is superseded by the schedule-transp property of a calendar collection." +msgstr "" +"A propriedade calendar-free-busy-set é substituída pela propriedade schedule-transp duma colecção de " +"calendário." + +msgid "The calendar-query report must be run against a calendar or a scheduling collection" +msgstr "O relatório calendar-query tem que ser executado sobre uma colecção de calendário ou horários" + +msgid "The collection name may not be blank." +msgstr "O nome da colecção não pode ficar em branco." + +msgid "The destination collection does not exist" +msgstr "A colecção de destino não existe" + +msgid "The displayname may only be set on collections, principals or bindings." +msgstr "O nome a mostrar só pode ser definido em colecções, principais ou ligações." + +msgid "The email address really should not be blank." +msgstr "O endereço de email não devia, de facto, ficar em branco." + +msgid "The file is not UTF-8 encoded, please check the error for more details." +msgstr "" +"O ficheiro não está codificado em UTF-8, por favor verifique a mensagem de erro para mais detalhes." + +msgid "The full name for this person, group or other type of principal." +msgstr "O nome completo desta pessoa, grupo ou outro tipo de principal." + +msgid "The full name must not be blank." +msgstr "O nome completo não pode ficar em branco." + +msgid "The name this user can log into the system with." +msgstr "O nome que este utilizador pode usar para entrar no sistema." + +msgid "The path on the server where your .ics files are." +msgstr "O caminho no servidor onde estão guardados os seus ficheiros .ics." + +msgid "The preferred language for this person." +msgstr "O idioma preferido para esta pessoa." + +msgid "The style of dates used for this person." +msgstr "O estilo de datas em uso para esta pessoa." + +msgid "The user's e-mail address." +msgstr "O endereço de email do utilizador." + +msgid "The user's full name." +msgstr "O nome completo do utilizador." + +msgid "The user's password for logging in." +msgstr "A password do utilizador para entrar." + +msgid "The username must not be blank, and may not contain a slash" +msgstr "O nome de utilizador não pode ficar em branco e não pode conter uma barra \"/\"" + +msgid "There was an error reading from the database." +msgstr "Ocorreu um erro ao ler da Base de Dados." + +msgid "There was an error writing to the database." +msgstr "Ocorreu um erro ao escrever na Base de Dados." + +msgid "" +"This operation does the following:
            • check valid groups in LDAP directory
            • check groups " +"in DAViCal
            then
            • if a group is present in DAViCal but not in LDAP set as inactive in " +"DAViCal
            • if a group is present in LDAP but not in DAViCal create the group in DAViCal
            • " +"
            • if a group in present in LDAP and DAViCal then update information in DAViCal
            " +msgstr "" +"Esta operação faz o seguinte:
            • verifica grupos válidos no directório LDAP
            • verifica " +"grupos no DAViCal
            então
            • se um grupo existe no DAViCal mas não no LDAP, marca-o como " +"inactivo no DAViCal
            • se um grupo está presente no LDAP mas não no DAViCal, cria o grupo no " +"DAViCal
            • se um grupo existir no LDAP e no DAViCal, actualiza a informação no DAViCal
            " + +msgid "" +"This operation does the following:
            • check valid users in LDAP directory
            • check users in " +"DAViCal
            then
            • if a user is present in DAViCal but not in LDAP set him as inactive in " +"DAViCal
            • if a user is present in LDAP but not in DAViCal create the user in DAViCal
            • " +"
            • if a user in present in LDAP and DAViCal then update information in DAViCal
            " +msgstr "" +"Esta operação faz o seguinte:
            • verifica utilizadores válidos no directório LDAP
            • " +"
            • verifica utilizadores no DAViCal
            então
            • se um utilizador existe no DAViCal mas " +"não no LDAP, marca-o como inactivo no DAViCal
            • se um utilizador está presente no LDAP mas não " +"no DAViCal, cria o utilizador no DAViCal
            • se um utilizador existir no LDAP e no DAViCal, " +"actualiza a informação no DAViCal
            " + +msgid "" +"This page primarily checks the environment needed for DAViCal to work correctly. Suggestions or " +"patches to make it do more useful stuff will be gratefully received." +msgstr "" +"Esta página verifica o ambiente de execução necessário para que o DAViCal trabalhe correctamente. " +"Sugestões ou correcções para que faça coisas mais úteis serão recebidos com gratidão." + +msgid "This server only supports the text/calendar format for freebusy URLs" +msgstr "Este servidor suporta apenas o formato text/calendar para URLs de livre/ocupado" + +msgid "Ticket ID" +msgstr "ID de ticket" + +msgid "Time" +msgstr "Tempo" + +msgid "To Collection" +msgstr "Para a colecção" + +msgid "To ID" +msgstr "Para o ID" + +msgid "Toggle all privileges" +msgstr "Mudar todos os privilégios" + +msgid "Tools" +msgstr "Ferramentas" + +msgid "Transparent" +msgstr "Transparente" + +msgid "URL" +msgstr "URL" + +msgid "US Format" +msgstr "Formato EUA" + +msgid "Unauthenticated User" +msgstr "Utilizador não autenticado" + +msgid "United States of America (m/d/y)" +msgstr "Estados Unidos da América (m/d/a)" + +msgid "Update" +msgstr "Actualizar" + +msgid "Updated" +msgstr "Actualizado" + +msgid "Updating Collection record." +msgstr "A actualizar o registo da colecção." + +msgid "Updating Member of this Group Principal" +msgstr "A actualizar membro deste Principal de grupo" + +msgid "Updating Principal record." +msgstr "A actualizar o registo de principal" + +msgid "Updating grants by this Principal" +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" + +msgid "Upgrade Database" +msgstr "Actualizar Base de Dados" + +msgid "Upload a .ics calendar in iCalendar format to initialise or replace this calendar." +msgstr "" +"Fazer o upload de um calendário .ics em formato iCalendar para inicializar ou substituir este " +"calendário." + +msgid "User Calendar Principals" +msgstr "Principais do calendário de utilizador" + +msgid "User Details" +msgstr "Detalhes de utilizador" + +msgid "User Functions" +msgstr "Funções de utilizador" + +msgid "User Name" +msgstr "Nome de utilizador" + +msgid "User Roles" +msgstr "Papéis de utilizador" + +msgid "User is active" +msgstr "Utilizador está activo" + +msgid "User record written." +msgstr "Registo de utilizador escrito." + +msgid "Username" +msgstr "Nome de utilizador" + +msgid "View My Details" +msgstr "Ver os meus detalhes" + +msgid "View my own principal record" +msgstr "Ver o meu próprio registo principal" + +msgid "View this user record" +msgstr "Ver o registo deste utilizador" + +msgid "Visit the DAViCal Wiki" +msgstr "Visitar a Wiki do DAViCal" + +#, php-format +msgid "Want: %s, Currently: %s" +msgstr "Desejado: %s, Actualmente: %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 "" +"Aviso: não há utilizadores administradores activos! Deve corrigir isto antes de sair. Considere usar a " +"definição de configuração $c->do_not_sync_from_ldap." + +msgid "When the user's e-mail account was validated." +msgstr "Quando a conta de email do utilizador foi validada." + +msgid "Write" +msgstr "Escrever" + +msgid "Write ACLs for a resource or collection" +msgstr "Escrever ACLs para um recurso ou colecção" + +msgid "Write Access Controls" +msgstr "Escrever controlos de acesso" + +msgid "Write Data" +msgstr "Escrever dados" + +msgid "Write Metadata" +msgstr "Escrever metadados" + +msgid "Write content" +msgstr "Escrever conteúdo" + +msgid "Write properties" +msgstr "Escrever propriedades" + +msgid "Yes" +msgstr "Sim" + +msgid "You are editing" +msgstr "Está a editar" + +msgid "You are not authorised to use this function." +msgstr "Não está autorizado a usar esta função." + +msgid "You are viewing" +msgstr "Está a ver" + +msgid "You do not have permission to modify this record." +msgstr "Não tem permissão para modificar este registo." + +msgid "You may not PUT to a collection URL" +msgstr "Não pode executar um pedido PUT num URL de colecção" + +msgid "You must log in to use this system." +msgstr "Tem que entrar para poder usar este sistema." + +msgid "Your configuration produced PHP errors which should be corrected" +msgstr "A sua configuração criou alguns erros de PHP que devem ser corrigidos" + +#, php-format +msgid "all events of user %s were deleted and replaced by those from file %s" +msgstr "todos os eventos do utilizador %s foram apagados e substituídos pelos do ficheiro %s" + +msgid "calendar-timezone property is only valid for a calendar." +msgstr "a propriedade calendar-timezone só é válida para um calendário." + +#, php-format +msgid "directory %s is not readable" +msgstr "o directório %s não é legível" + +msgid "drivers_imap_pam : imap_url parameter not configured in /etc/davical/*-conf.php" +msgstr "drivers_imap_pam: o parâmetro imap_url não está configurado em /etc/davical/*-conf.php" + +msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed" +msgstr "drivers_ldap : Impossível inicial TLS: falhou ldap_start_tls()" + +#, php-format +msgid "drivers_ldap : Failed to bind to host %1$s on port %2$s with bindDN of %3$s" +msgstr "drivers_ldap : Falhou a ligação ao servidor %1$s no porto %2$s com o bindDN de %3$s" + +msgid "drivers_ldap : Failed to set LDAP to use protocol version 3, TLS not supported" +msgstr "drivers_ldap : Falhou a definição do protocolo versão 3 para o LDAP, TLS não suportado" + +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 : Não foi possível ligar ao LDAP - verifique a sua configuração de bindDN e passDN, e que " +"o seu servidor LDAP está acessível" + +#, php-format +msgid "drivers_ldap : Unable to connect to LDAP with port %s on host %s" +msgstr "drivers_ldap : Impossível ligar ao LDAP com o porto %s no servidor %s" + +msgid "drivers_ldap : function ldap_connect not defined, check your php_ldap module" +msgstr "drivers_ldap : a função ldap_connect não está definida, verifique o seu módulo php_ldap" + +#, php-format +msgid "drivers_pwauth_pam : Unable to find %s file" +msgstr "drivers_pwauth_pam : Impossível encontrar o ficheiro %s" + +#, php-format +msgid "drivers_squid_pam : Unable to find %s file" +msgstr "drivers_squid_pam : Impossível encontrar o ficheiro %s" + +#. Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future +msgid "forget me not" +msgstr "lembrar este login" + +msgid "from principal" +msgstr "a partir do principal" + +msgid "path to store your ics" +msgstr "caminho para guardar o seu ics" + +#, php-format +msgid "the file %s is not UTF-8 encoded, please check error for more details" +msgstr "o ficheiro %s não está codificado em UTF-8, por favor verifique os erros para mais detalhes" + +msgid "unauthenticated" +msgstr "não autenticado" + +msgid "you should log on with the username and password that have been issued to you." +msgstr "deve entrar com o nome de utilizador e password que lhe foram atribuídas." diff --git a/po/pt_PT.values b/po/pt_PT.values new file mode 100644 index 00000000..08e6fd0a --- /dev/null +++ b/po/pt_PT.values @@ -0,0 +1 @@ + VALUES( 'pt_PT', 'Portuguese', 'Portuguese' ); diff --git a/po/ru.po b/po/ru.po index 2da2c40c..00615f43 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,24 +1,28 @@ -# Russian translation for RSCDS -# Copyright (C) 2006 -# This file is distributed under the same license as the rscds package. -# Nick Khazov , 2006. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Andrew McMillan , 2011. msgid "" msgstr "" -"Project-Id-Version: rscds 0.3.2\n" +"Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-02-20 23:56+0100\n" -"PO-Revision-Date: 2006-11-13 23:07+0500\n" -"Last-Translator: Nick Khazov \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-22 15:19+0000\n" +"Last-Translator: fmms \n" "Language-Team: LANGUAGE \n" -"Language: \n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n" +"%100>=20) ? 1 : 2)\n" +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -28,29 +32,29 @@ msgstr "" msgid "*** Unknown ***" msgstr "" -#, fuzzy, php-format +#, php-format msgid "- adding %s to group : %s" -msgstr "Посмотреть мою учетную запись" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "- adding users %s to group : %s" -msgstr "Посмотреть мою учетную запись" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "- creating groups : %s" -msgstr "Посмотреть мою учетную запись" +msgstr "" #, php-format msgid "- creating record for users : %s" msgstr "" -#, fuzzy, php-format +#, php-format msgid "- deactivate groups : %s" -msgstr "Посмотреть мою учетную запись" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "- deactivating users : %s" -msgstr "Посмотреть мою учетную запись" +msgstr "" #, php-format msgid "- nothing done on : %s" @@ -60,13 +64,13 @@ msgstr "" msgid "- removing %s from group : %s" msgstr "" -#, fuzzy, php-format +#, php-format msgid "- updating groups : %s" -msgstr "Посмотреть мою учетную запись" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "- updating user records : %s" -msgstr "Посмотреть мою учетную запись" +msgstr "" msgid "WARNING: all events in this path will be deleted before inserting allof the ics file" msgstr "" @@ -108,9 +112,8 @@ msgstr "" msgid "Access Tickets" msgstr "" -#, fuzzy msgid "Access ticket deleted" -msgstr "Пользователи" +msgstr "" msgid "Action" msgstr "" @@ -170,17 +173,14 @@ msgstr "" msgid "Attachment" msgstr "" -#, fuzzy msgid "Binding deleted" -msgstr "Связь удалена" +msgstr "" -#, fuzzy msgid "Bindings to other collections" -msgstr "Связь удалена" +msgstr "" -#, fuzzy msgid "Bindings to this Collection" -msgstr "Связь удалена" +msgstr "" msgid "Bindings to this Principal's Collections" msgstr "" @@ -210,33 +210,26 @@ msgstr "" msgid "Categories" msgstr "" -#, fuzzy msgid "Change Password" -msgstr "Неверное имя пользователя или пароль." +msgstr "" -#, fuzzy msgid "Click to display user details" -msgstr "Нажмите чтобы отобразить эту связь" +msgstr "" -#, fuzzy msgid "Click to edit principal details" -msgstr "Нажмите чтобы отобразить эту связь" +msgstr "" -#, fuzzy msgid "Collection" -msgstr "Связь удалена" +msgstr "" -#, fuzzy msgid "Collection Grants" -msgstr "Связь удалена" +msgstr "" -#, fuzzy msgid "Collection ID" -msgstr "Связь удалена" +msgstr "" -#, fuzzy msgid "Collection deleted" -msgstr "Связь удалена" +msgstr "" msgid "Collections may not be both CalDAV calendars and CardDAV addressbooks at the same time" msgstr "" @@ -247,9 +240,8 @@ msgstr "" msgid "Configuring DAViCal" msgstr "" -#, fuzzy msgid "Confirm" -msgstr "Подаренные" +msgstr "" msgid "Confirm Deletion of the Binding" msgstr "" @@ -263,13 +255,11 @@ msgstr "" msgid "Confirm Deletion of the Ticket" msgstr "" -#, fuzzy msgid "Confirm Password" -msgstr "Неверное имя пользователя или пароль." +msgstr "" -#, fuzzy msgid "Confirm the new password." -msgstr "Неверное имя пользователя или пароль." +msgstr "" msgid "Could not retrieve" msgstr "" @@ -277,17 +267,14 @@ msgstr "" msgid "Create" msgstr "Создать" -#, fuzzy msgid "Create Collection" -msgstr "Создать" +msgstr "" -#, fuzzy msgid "Create Events/Collections" -msgstr "Создать" +msgstr "" -#, fuzzy msgid "Create New Collection" -msgstr "Создать" +msgstr "" msgid "Create New Principal" msgstr "" @@ -298,17 +285,14 @@ msgstr "" msgid "Create a new principal (i.e. a new user, resource or group)" msgstr "" -#, fuzzy msgid "Create a resource or collection" -msgstr "Создать" +msgstr "" -#, fuzzy msgid "Creating new Collection." -msgstr "Создать" +msgstr "" -#, fuzzy msgid "Creating new Principal record." -msgstr "Посмотреть мою учетную запись" +msgstr "" msgid "Creating new ticket granting privileges to this Principal" msgstr "" @@ -367,16 +351,14 @@ msgstr "" msgid "Database Owner" msgstr "" -#, fuzzy msgid "Database Password" -msgstr "Неверное имя пользователя или пароль." +msgstr "" msgid "Database Port" msgstr "" -#, fuzzy msgid "Database Username" -msgstr "Пользователи" +msgstr "" msgid "Database error" msgstr "" @@ -393,34 +375,29 @@ msgstr "" msgid "Delete" msgstr "Удалить" -#, fuzzy msgid "Delete Events/Collections" -msgstr "Создать" +msgstr "" msgid "Delete Principal" msgstr "" -#, fuzzy msgid "Delete a resource or collection" -msgstr "Создать" +msgstr "" msgid "Deleted a grant from this Principal" msgstr "" -#, fuzzy msgid "Deleting Binding:" -msgstr "Удалить" +msgstr "" msgid "Deleting Collection:" msgstr "" -#, fuzzy msgid "Deleting Principal:" -msgstr "Удалить" +msgstr "" -#, fuzzy msgid "Deleting Ticket:" -msgstr "Удалить" +msgstr "" msgid "Deliver scheduling invitations from an organiser to this scheduling inbox" msgstr "" @@ -455,9 +432,8 @@ msgstr "" msgid "EMail" msgstr "Электронная почта" -#, fuzzy msgid "EMail OK" -msgstr "Электронная почта" +msgstr "" msgid "ERROR: The full name may not be blank." msgstr "" @@ -471,9 +447,8 @@ msgstr "" msgid "Edit" msgstr "" -#, fuzzy msgid "Edit this user record" -msgstr "Посмотреть мою учетную запись" +msgstr "" msgid "Email Address" msgstr "" @@ -495,13 +470,11 @@ msgstr "" msgid "Error querying database." msgstr "" -#, fuzzy msgid "Error writing calendar details to database." -msgstr "Произошла ошибка при записи в базу данных." +msgstr "" -#, fuzzy msgid "Error writing calendar properties to database." -msgstr "Произошла ошибка при записи в базу данных." +msgstr "" msgid "European" msgstr "" @@ -561,9 +534,8 @@ msgid "Granting new privileges from this Principal" msgstr "" #. Translators: in the sense of a group of people -#, fuzzy msgid "Group" -msgstr "Группа?" +msgstr "" msgid "Group Members" msgstr "" @@ -589,9 +561,8 @@ msgstr "" msgid "Home" msgstr "Домой" -#, fuzzy msgid "Home Page" -msgstr "Домой" +msgstr "" msgid "Home addressbook added." msgstr "" @@ -630,9 +601,8 @@ msgstr "" msgid "Import calendars and Synchronise LDAP." msgstr "" -#, fuzzy msgid "Inactive Principals" -msgstr "Удалить" +msgstr "" msgid "Incorrect content type for addressbook: " msgstr "" @@ -643,16 +613,14 @@ msgstr "" msgid "Invalid user name or password." msgstr "Неверное имя пользователя или пароль." -#, fuzzy msgid "Invalid username or password." -msgstr "Неверное имя пользователя или пароль." +msgstr "" msgid "Is Member of" msgstr "" -#, fuzzy msgid "Is a Calendar" -msgstr "Создать" +msgstr "" msgid "Is an Addressbook" msgstr "" @@ -660,9 +628,8 @@ msgstr "" msgid "Is this user active?" msgstr "" -#, fuzzy msgid "Items in Collection" -msgstr "Связь удалена" +msgstr "" msgid "Joined" msgstr "" @@ -673,16 +640,14 @@ msgstr "" msgid "Last used" msgstr "" -#, fuzzy msgid "List Groups" -msgstr "Группа?" +msgstr "" msgid "List Resources" msgstr "" -#, fuzzy msgid "List Users" -msgstr "Пользователи" +msgstr "" msgid "Load From File" msgstr "" @@ -690,16 +655,14 @@ msgstr "" msgid "Locale" msgstr "" -#, fuzzy msgid "Location" -msgstr "Связь удалена" +msgstr "" msgid "Log On Please" msgstr "Пожалуйста, зарегистрируйтесь" -#, fuzzy msgid "Log out of DAViCal" -msgstr "Отключиться от" +msgstr "" msgid "Logout" msgstr "Отключиться" @@ -713,16 +676,14 @@ msgstr "" msgid "Name" msgstr "" -#, fuzzy msgid "New Collection" -msgstr "Связь удалена" +msgstr "" msgid "New Password" msgstr "" -#, fuzzy msgid "New Principal" -msgstr "Удалить" +msgstr "" #. Translators: not 'Yes' msgid "No" @@ -747,13 +708,11 @@ msgstr "" msgid "No." msgstr "" -#, fuzzy msgid "No. of Collections" -msgstr "Связь удалена" +msgstr "" -#, fuzzy msgid "No. of Principals" -msgstr "Удалить" +msgstr "" msgid "No. of Resources" msgstr "" @@ -773,6 +732,9 @@ msgstr "" msgid "PHP DateTime class" msgstr "" +msgid "PHP LDAP module available" +msgstr "" + msgid "PHP Magic Quotes GPC off" msgstr "" @@ -833,9 +795,8 @@ msgstr "" msgid "Principal Type" msgstr "" -#, fuzzy msgid "Principal deleted" -msgstr "Связь удалена" +msgstr "" msgid "Privileges" msgstr "" @@ -874,9 +835,8 @@ msgstr "" msgid "Read Free/Busy Information" msgstr "" -#, fuzzy msgid "Read the content of a resource or collection" -msgstr "Нажмите чтобы отобразить эту связь" +msgstr "" msgid "Read the details of the current user's access control to this resource." msgstr "" @@ -1124,9 +1084,8 @@ msgstr "" msgid "The username must not be blank, and may not contain a slash" msgstr "" -#, fuzzy msgid "There was an error reading from the database." -msgstr "Произошла ошибка при записи в базу данных." +msgstr "" msgid "There was an error writing to the database." msgstr "Произошла ошибка при записи в базу данных." @@ -1159,9 +1118,8 @@ msgstr "" msgid "Time" msgstr "" -#, fuzzy msgid "To Collection" -msgstr "Связь удалена" +msgstr "" msgid "To ID" msgstr "" @@ -1190,20 +1148,17 @@ msgstr "" msgid "Update" msgstr "Обновить" -#, fuzzy msgid "Updated" -msgstr "Обновить" +msgstr "" -#, fuzzy msgid "Updating Collection record." -msgstr "Посмотреть мою учетную запись" +msgstr "" msgid "Updating Member of this Group Principal" msgstr "" -#, fuzzy msgid "Updating Principal record." -msgstr "Посмотреть мою учетную запись" +msgstr "" msgid "Updating grants by this Principal" msgstr "" @@ -1220,20 +1175,17 @@ msgstr "" msgid "User Calendar Principals" msgstr "" -#, fuzzy msgid "User Details" -msgstr "Мои данные" +msgstr "" -#, fuzzy msgid "User Functions" -msgstr "Мои данные" +msgstr "" msgid "User Name" msgstr "" -#, fuzzy msgid "User Roles" -msgstr "Пользователи" +msgstr "" msgid "User is active" msgstr "" @@ -1241,21 +1193,17 @@ msgstr "" msgid "User record written." msgstr "" -#, fuzzy msgid "Username" -msgstr "Пользователи" +msgstr "" -#, fuzzy msgid "View My Details" -msgstr "Мои данные" +msgstr "" -#, fuzzy msgid "View my own principal record" -msgstr "Посмотреть мою учетную запись" +msgstr "" -#, fuzzy msgid "View this user record" -msgstr "Посмотреть мою учетную запись" +msgstr "" msgid "Visit the DAViCal Wiki" msgstr "" @@ -1305,13 +1253,11 @@ msgstr "Вы не авторизованы для использоования msgid "You are viewing" msgstr "" -#, fuzzy msgid "You do not have permission to modify this record." -msgstr "Вы не авторизованы для использоования этой функции." +msgstr "" -#, fuzzy msgid "You may not PUT to a collection URL" -msgstr "Вы не авторизованы для использоования этой функции." +msgstr "" msgid "You must log in to use this system." msgstr "Вы должны войти в систему, чтобы использовать ее." @@ -1382,109 +1328,3 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "вы должны войти под тем именем польззователя и паролем, который был вам выслан." - -#, fuzzy -#~ msgid "--- select a relationship type ---" -#~ msgstr "Просматривать все типы связей" - -#, fuzzy -#~ msgid "Add Relationship" -#~ msgstr "Связь" - -#~ msgid "Browse all relationship types" -#~ msgstr "Просматривать все типы связей" - -#, fuzzy -#~ msgid "Click to display that user" -#~ msgstr "Нажмите чтобы отобразить эту связь" - -#, fuzzy -#~ msgid "Click to display the contents of the collection" -#~ msgstr "Нажмите чтобы отобразить эту связь" - -#, fuzzy -#~ msgid "Create Calendar" -#~ msgstr "Создать" - -#, fuzzy -#~ msgid "Create Ticket" -#~ msgstr "Создать" - -#, fuzzy -#~ msgid "Default relationships added." -#~ msgstr "Связь добавлена." - -#, fuzzy -#~ msgid "Delete User" -#~ msgstr "Удалить" - -#~ msgid "Group?" -#~ msgstr "Группа?" - -#~ msgid "Help on something or other" -#~ msgstr "Помощь в чем-то или другое" - -#, fuzzy -#~ msgid "Import Calendars" -#~ msgstr "Создать" - -#~ msgid "Linked From" -#~ msgstr "Связан от" - -#~ msgid "Linked To" -#~ msgstr "Связан с" - -#, fuzzy -#~ msgid "New User" -#~ msgstr "Пользователи" - -#, fuzzy -#~ msgid "Operations" -#~ msgstr "Связь" - -#~ msgid "Really Simple CalDAV Store" -#~ msgstr "Действительно простое хранилище CalDAV" - -#~ msgid "Relationship" -#~ msgstr "Связь" - -#, fuzzy -#~ msgid "Relationship Type Added." -#~ msgstr "Связь добавлена." - -#, fuzzy -#~ msgid "Relationship Type Deleted." -#~ msgstr "Связь удалена" - -#, fuzzy -#~ msgid "Relationship Type Updated." -#~ msgstr "Связь добавлена." - -#, fuzzy -#~ msgid "Relationship Types" -#~ msgstr "Связи" - -#~ msgid "Relationship added." -#~ msgstr "Связь добавлена." - -#~ msgid "Relationship deleted" -#~ msgstr "Связь удалена" - -#~ msgid "Relationships" -#~ msgstr "Связи" - -#~ msgid "Relationships from this user" -#~ msgstr "Связи от этого пользователя" - -#~ msgid "Relationships to this user" -#~ msgstr "Связи к этому пользователю" - -#~ msgid "Select the type of relationship from this user" -#~ msgstr "Выберите тип связи от этого пользователя" - -#~ msgid "Select the user, resource or group to relate this user to" -#~ msgstr "Выберите пользователя, ресурс или группу, с которой связать этого пользователя" - -#, fuzzy -#~ msgid "To Group?" -#~ msgstr "Группа?" diff --git a/po/ru.values b/po/ru.values new file mode 100644 index 00000000..5c19231e --- /dev/null +++ b/po/ru.values @@ -0,0 +1 @@ + VALUES( 'ru', 'Russian', 'Русский' ); diff --git a/po/sv.po b/po/sv.po index ca9552ea..345e5eab 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,37 +1,27 @@ -# Swedish po for DAViCal -# Copyright (C) 2009 Andrew McMillan -# This file is distributed under the same license as the DAViCal package. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # -# -# Standard-översättningar (i möjligaste mån kompatibla med i synnerhet klienters terminologi): -# - Record = Post -# - Resource = Resurs -# - Calendar = Kalender -# - Event = Händelse -# - Relationship, relationship type = Relation, relationstyp -# - Busy = Upptagen -# - Free/busy = Tillgänglighet -# - Collection = Samling -# - Schedule, scheduling = Boka, bokning -# - Transparency = Transparens -# - Principal = Konto -# - Grant = Tillåta, Rättighet -# -# Emil Lundberg , 2010. +# Andrew McMillan , 2011. msgid "" msgstr "" -"Project-Id-Version: DAViCal 0.9.7.99\n" +"Project-Id-Version: DAViCal\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-02-20 23:56+0100\n" -"PO-Revision-Date: 2010-02-10 16:00+0100\n" -"Last-Translator: Emil Lundberg \n" +"POT-Creation-Date: 2011-08-25 11:42+1200\n" +"PO-Revision-Date: 2011-03-22 15:19+0000\n" +"Last-Translator: fmms \n" +"Language-Team: LANGUAGE \n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +#. Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php msgid "%F %T" msgstr "" +#. Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php msgid "%T" msgstr "" @@ -41,25 +31,25 @@ msgstr "" msgid "*** Unknown ***" msgstr "" -#, fuzzy, php-format +#, php-format msgid "- adding %s to group : %s" -msgstr "- uppdaterar användarposter : %s" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "- adding users %s to group : %s" -msgstr "- uppdaterar användarposter : %s" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "- creating groups : %s" -msgstr "- skapar poster för användare : %s" +msgstr "" #, php-format msgid "- creating record for users : %s" msgstr "- skapar poster för användare : %s" -#, fuzzy, php-format +#, php-format msgid "- deactivate groups : %s" -msgstr "- inaktiverar användare : %s" +msgstr "" #, php-format msgid "- deactivating users : %s" @@ -73,9 +63,9 @@ msgstr "- inget utfört på : %s" msgid "- removing %s from group : %s" msgstr "" -#, fuzzy, php-format +#, php-format msgid "- updating groups : %s" -msgstr "- uppdaterar användarposter : %s" +msgstr "" #, php-format msgid "- updating user records : %s" @@ -108,16 +98,14 @@ msgstr "" "

            Var god logga in

            För att få tillgång till %s behöver du logga in med det användarnamn och " "lösenord som tilldelats dig.

            För att begära ett konto, skicka e-post till %s.

            " -#, fuzzy msgid "A DAViCal principal collection may only contain collections" -msgstr "Speciella samlingar får inte innehålla en kalender eller en annan speciell samling." +msgstr "" msgid "A collection already exists at that location." msgstr "En samling finns redan på denna plats." -#, fuzzy msgid "A resource already exists at the destination." -msgstr "En samling finns redan på denna plats." +msgstr "" msgid "AWL Library version " msgstr "" @@ -125,9 +113,8 @@ msgstr "" msgid "Access Tickets" msgstr "" -#, fuzzy msgid "Access ticket deleted" -msgstr "Användare raderad" +msgstr "" msgid "Action" msgstr "Aktivitet" @@ -145,9 +132,8 @@ msgstr "Administratör" msgid "Administration" msgstr "Administration" -#, fuzzy msgid "Administrator" -msgstr "Administration" +msgstr "" msgid "All" msgstr "Alla" @@ -155,13 +141,11 @@ msgstr "Alla" msgid "All collection data will be unrecoverably deleted." msgstr "All data för samlingen kommer att raderas oåterkallerligen." -#, fuzzy msgid "All of the principal's calendars and events will be unrecoverably deleted." -msgstr "Alla användarens kalendrar och händelser raderas oåterkallerligen." +msgstr "" -#, fuzzy msgid "All privileges" -msgstr "Rättigheter" +msgstr "" msgid "All requested changes were made." msgstr "Alla begärda ändringar har utförts." @@ -190,21 +174,17 @@ msgstr "" msgid "Attachment" msgstr "" -#, fuzzy msgid "Binding deleted" -msgstr "Kontotyp" +msgstr "" -#, fuzzy msgid "Bindings to other collections" -msgstr "Bekräfta radering av samlingen" +msgstr "" -#, fuzzy msgid "Bindings to this Collection" -msgstr "Bekräfta radering av samlingen" +msgstr "" -#, fuzzy msgid "Bindings to this Principal's Collections" -msgstr "Kontosamlingar" +msgstr "" msgid "Bound As" msgstr "" @@ -264,24 +244,20 @@ msgstr "" msgid "Confirm" msgstr "Bekräfta" -#, fuzzy msgid "Confirm Deletion of the Binding" -msgstr "Bekräfta radering av användare" +msgstr "" msgid "Confirm Deletion of the Collection" msgstr "Bekräfta radering av samlingen" -#, fuzzy msgid "Confirm Deletion of the Principal" -msgstr "Bekräfta radering av användare" +msgstr "" -#, fuzzy msgid "Confirm Deletion of the Ticket" -msgstr "Bekräfta radering av användare" +msgstr "" -#, fuzzy msgid "Confirm Password" -msgstr "Bekräfta det nya lösenordet" +msgstr "" msgid "Confirm the new password." msgstr "Bekräfta det nya lösenordet" @@ -292,9 +268,8 @@ msgstr "" msgid "Create" msgstr "Skapa" -#, fuzzy msgid "Create Collection" -msgstr "Skapa ny samling" +msgstr "" msgid "Create Events/Collections" msgstr "Skapa händelse/samling" @@ -311,21 +286,17 @@ msgstr "Skapa konto" msgid "Create a new principal (i.e. a new user, resource or group)" msgstr "Skapa nytt konto (dvs nya användare, resursd, eller grupp" -#, fuzzy msgid "Create a resource or collection" -msgstr "Skapa ny samling" +msgstr "" -#, fuzzy msgid "Creating new Collection." -msgstr "Skapa ny samling" +msgstr "" -#, fuzzy msgid "Creating new Principal record." -msgstr "Skapa nytt konto" +msgstr "" -#, fuzzy msgid "Creating new ticket granting privileges to this Principal" -msgstr "Tillåter ny privilegier från detta konto" +msgstr "" msgid "Current DAViCal version " msgstr "" @@ -339,9 +310,8 @@ msgstr "" msgid "DAViCal CalDAV Server" msgstr "DAViCal CalDAV Server" -#, fuzzy msgid "DAViCal DB Schema version " -msgstr "DAViCal CalDAV Server" +msgstr "" msgid "DAViCal Homepage" msgstr "DAViCal Startsida" @@ -373,29 +343,23 @@ msgstr "" msgid "Database Error" msgstr "Databasfel" -#, fuzzy msgid "Database Host" -msgstr "Databasfel" +msgstr "" -#, fuzzy msgid "Database Name" -msgstr "Databasfel" +msgstr "" -#, fuzzy msgid "Database Owner" -msgstr "Databasfel" +msgstr "" -#, fuzzy msgid "Database Password" -msgstr "Databasfel" +msgstr "" -#, fuzzy msgid "Database Port" -msgstr "Databasfel" +msgstr "" -#, fuzzy msgid "Database Username" -msgstr "Databasfel" +msgstr "" msgid "Database error" msgstr "Databasfel" @@ -415,31 +379,26 @@ msgstr "Radera" msgid "Delete Events/Collections" msgstr "Radera händelser/samlingar" -#, fuzzy msgid "Delete Principal" -msgstr "Skapa konto" +msgstr "" -#, fuzzy msgid "Delete a resource or collection" -msgstr "Radera händelser/samlingar" +msgstr "" msgid "Deleted a grant from this Principal" msgstr "Raderade en rättighet från detta konto" -#, fuzzy msgid "Deleting Binding:" -msgstr "Skapa konto" +msgstr "" msgid "Deleting Collection:" msgstr "Raderar samling:" -#, fuzzy msgid "Deleting Principal:" -msgstr "Skapa konto" +msgstr "" -#, fuzzy msgid "Deleting Ticket:" -msgstr "Raderar användare:" +msgstr "" msgid "Deliver scheduling invitations from an organiser to this scheduling inbox" msgstr "" @@ -480,16 +439,14 @@ msgstr "E-post OK" msgid "ERROR: The full name may not be blank." msgstr "FEL: Det fullständiga namnet kan inte lämnas tomt." -#, fuzzy msgid "ERROR: The new password must match the confirmed password." -msgstr "FEL: Det nya lösenordet måste matcha bekräftelsen." +msgstr "" msgid "ERROR: There was a database error writing the roles information!" msgstr "FEL: Ett databasfel uppstod när rollinformationen skulle sparas!" -#, fuzzy msgid "Edit" -msgstr "Ändra %s" +msgstr "" msgid "Edit this user record" msgstr "Ändra denna användarpost" @@ -503,9 +460,9 @@ msgstr "Mata in ett användarnamn, om du känner till det, för att erhålla e-p msgid "Enter your username and password then click here to log in." msgstr "Mata in ditt användarnamn och lösenord och klicka sedan här för att logga in." -#, fuzzy, php-format +#, php-format msgid "Error NoGroupFound with filter >%s<, attributes >%s< , dn >%s<" -msgstr "Feltyp NoUserFound med filter >%s<, attribut >%s< och dn >%s<" +msgstr "" #, php-format msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<" @@ -517,13 +474,11 @@ msgstr "Fel vid databasförfrågan." msgid "Error writing calendar details to database." msgstr "Fel vid sparande av kalenderdetaljer till databasen." -#, fuzzy msgid "Error writing calendar properties to database." -msgstr "Fel vid sparande av kalenderdetaljer till databasen." +msgstr "" -#, fuzzy msgid "European" -msgstr "Europeisk (dd/mm/åååå)" +msgstr "" msgid "European (d/m/y)" msgstr "Europeisk (dd/mm/åååå)" @@ -540,13 +495,11 @@ msgstr "" msgid "Fail" msgstr "" -#, fuzzy msgid "Failed to write collection." -msgstr "Importera ICS-fil till ny samling" +msgstr "" -#, fuzzy msgid "Feeds are only supported for calendars at present." -msgstr "GET-förfrågningar kan bara hanteras för kalendersamlingar." +msgstr "" msgid "For access to the" msgstr "För tillgång till" @@ -554,9 +507,8 @@ msgstr "För tillgång till" msgid "Forbidden" msgstr "Förbjuden" -#, fuzzy msgid "Free/Busy" -msgstr "Tillgänglighet" +msgstr "" msgid "Full Name" msgstr "Fullständigt namn" @@ -564,9 +516,8 @@ msgstr "Fullständigt namn" msgid "Fullname" msgstr "Fullständigt namn" -#, fuzzy msgid "GET requests on collections are only supported for calendars." -msgstr "GET-förfrågningar kan bara hanteras för kalendersamlingar." +msgstr "" msgid "GNU gettext support" msgstr "" @@ -614,9 +565,8 @@ msgstr "Hem" msgid "Home Page" msgstr "Startsida" -#, fuzzy msgid "Home addressbook added." -msgstr "Hem-kalender tillagd." +msgstr "" msgid "Home addressbook already exists." msgstr "" @@ -624,16 +574,14 @@ msgstr "" msgid "Home calendar added." msgstr "Hem-kalender tillagd." -#, fuzzy msgid "Home calendar already exists." -msgstr "Hem-kalender tillagd." +msgstr "" msgid "ID" msgstr "ID" -#, fuzzy msgid "ISO Format" -msgstr "ISO Format (ÅÅÅÅ-MM-DD)" +msgstr "" msgid "ISO Format (YYYY-MM-DD)" msgstr "ISO Format (ÅÅÅÅ-MM-DD)" @@ -654,9 +602,8 @@ msgstr "Importera alla .ics-filer från en katalog" msgid "Import calendars and Synchronise LDAP." msgstr "" -#, fuzzy msgid "Inactive Principals" -msgstr "Skapa konto" +msgstr "" msgid "Incorrect content type for addressbook: " msgstr "" @@ -682,9 +629,8 @@ msgstr "Är en adressbok" msgid "Is this user active?" msgstr "Är denna användare aktiv?" -#, fuzzy msgid "Items in Collection" -msgstr "Ny samling" +msgstr "" msgid "Joined" msgstr "Inlagd" @@ -710,9 +656,8 @@ msgstr "" msgid "Locale" msgstr "" -#, fuzzy msgid "Location" -msgstr "Aktivitet" +msgstr "" msgid "Log On Please" msgstr "Var god logga in" @@ -738,19 +683,16 @@ msgstr "Ny samling" msgid "New Password" msgstr "Nytt lösenord" -#, fuzzy msgid "New Principal" -msgstr "Konto" +msgstr "" #. Translators: not 'Yes' -#, fuzzy msgid "No" -msgstr "Nr." +msgstr "" msgid "No authority to deliver invitations to user." msgstr "" -# TODO - Kontext bestimmen msgid "No calendar content" msgstr "Inget kalenderinnehåll" @@ -760,25 +702,21 @@ msgstr "Ingen samling funnen på denna plats." msgid "No scheduling support for user" msgstr "" -#, fuzzy msgid "No summary" -msgstr "Sammanfattning" +msgstr "" #. Translators: short for 'Number' msgid "No." msgstr "Nr." -#, fuzzy msgid "No. of Collections" -msgstr "Ny samling" +msgstr "" -#, fuzzy msgid "No. of Principals" -msgstr "Gruppkonton" +msgstr "" -#, fuzzy msgid "No. of Resources" -msgstr "Lista resurser" +msgstr "" msgid "Not overwriting existing destination resource" msgstr "Skriver ej över befintlig resursdestination" @@ -789,13 +727,15 @@ msgstr "Ej transparent" msgid "Override a Lock" msgstr "Bryt upp ett lås" -#, fuzzy msgid "PDO PostgreSQL drivers" -msgstr "Användaren ej tillgänglig" +msgstr "" msgid "PHP DateTime class" msgstr "" +msgid "PHP LDAP module available" +msgstr "" + msgid "PHP Magic Quotes GPC off" msgstr "" @@ -805,9 +745,8 @@ msgstr "" msgid "PHP PDO module available" msgstr "" -#, fuzzy msgid "PHP PostgreSQL available" -msgstr "Användaren ej tillgänglig" +msgstr "" msgid "PHP iconv support" msgstr "" @@ -815,9 +754,8 @@ msgstr "" msgid "PUT on a collection is only allowed for text/calendar content against a calendar collection" msgstr "" -#, fuzzy msgid "Passed" -msgstr "Lösenord" +msgstr "" msgid "Password" msgstr "Lösenord" @@ -828,20 +766,17 @@ msgstr "Sökväg" msgid "Person" msgstr "" -#, fuzzy msgid "Please confirm deletion of access ticket - see below" -msgstr "Vänligen bekräfta radering av samling - se nedan" +msgstr "" -#, fuzzy msgid "Please confirm deletion of binding - see below" -msgstr "Vänligen bekräfta radering av samling - se nedan" +msgstr "" msgid "Please confirm deletion of collection - see below" msgstr "Vänligen bekräfta radering av samling - se nedan" -#, fuzzy msgid "Please confirm deletion of the principal" -msgstr "Vänligen bekräfta radering av användare" +msgstr "" msgid "Please note the time and advise the administrator of your system." msgstr "Vänligen notera tidpunkten och konsultera systemadministratören." @@ -855,16 +790,14 @@ msgstr "Kontosamlingar" msgid "Principal Grants" msgstr "Kontorättigheter" -# TODO - Principal übersetzen msgid "Principal ID" msgstr "Konto-ID" msgid "Principal Type" msgstr "Kontotyp" -#, fuzzy msgid "Principal deleted" -msgstr "Kontotyp" +msgstr "" msgid "Privileges" msgstr "Rättigheter" @@ -903,9 +836,8 @@ msgstr "Läs in nuvarande användares rättigheter" msgid "Read Free/Busy Information" msgstr "Läs in tillgänglighetsinformation" -#, fuzzy msgid "Read the content of a resource or collection" -msgstr "Klicka för att visa samlingens innehåll" +msgstr "" msgid "Read the details of the current user's access control to this resource." msgstr "" @@ -913,9 +845,8 @@ msgstr "" msgid "Read the free/busy information for a calendar collection" msgstr "" -#, fuzzy msgid "Read/Write" -msgstr "Läs/skriv" +msgstr "" msgid "Remove" msgstr "" @@ -932,9 +863,8 @@ msgstr "Rapportera fel i systemet" msgid "Request Feature" msgstr "Begär funktionsförbättring" -#, fuzzy msgid "Request body is not valid XML data!" -msgstr "REPORT Body är inte giltig XML-data!" +msgstr "" #. Translators a thing which might be booked: a room, a carpark, a projector... msgid "Resource" @@ -943,9 +873,8 @@ msgstr "Resurs" msgid "Resource Calendar Principals" msgstr "Resurskalender-konto" -#, fuzzy msgid "Resource Not Found." -msgstr "Kalenderresurs hittades inte." +msgstr "" msgid "Resource has changed on server - not deleted" msgstr "Resurs har ändrats på servern - ej raderad" @@ -956,13 +885,11 @@ msgstr "Resurs kan inte ändras till / från samlingar." msgid "Revoke" msgstr "" -#, fuzzy msgid "Schedule Deliver" -msgstr "Bokning: leverera ett svar" +msgstr "" -#, fuzzy msgid "Schedule Send" -msgstr "Bokning: skicka ett svar" +msgstr "" msgid "Schedule Transparency" msgstr "Bokningstransparens" @@ -976,9 +903,8 @@ msgstr "Bokning: leverera ett svar" msgid "Scheduling: Deliver an Invitation" msgstr "Bokning: leverera en inbjudan" -#, fuzzy msgid "Scheduling: Delivery" -msgstr "Bokning: leverera ett svar" +msgstr "" msgid "Scheduling: Query free/busy" msgstr "Bokning: hämta tillgänglighet" @@ -992,9 +918,8 @@ msgstr "Bokning: sicka en inbjudan" msgid "Scheduling: Send free/busy" msgstr "Bokning: skicka tillgänglighet" -#, fuzzy msgid "Scheduling: Sending" -msgstr "Bokning: skicka ett svar" +msgstr "" msgid "Send free/busy enquiries" msgstr "" @@ -1005,17 +930,14 @@ msgstr "" msgid "Send scheduling replies as an attendee from the owner of this scheduling outbox." msgstr "" -#, fuzzy msgid "Set free/busy privileges" -msgstr "Standardrättigheter" +msgstr "" -#, fuzzy msgid "Set read privileges" -msgstr "Standardrättigheter" +msgstr "" -#, fuzzy msgid "Set read+write privileges" -msgstr "Standardrättigheter" +msgstr "" msgid "Set schedule-deliver privileges" msgstr "" @@ -1050,13 +972,11 @@ msgstr "Källresursen existerar inte." msgid "Special collections may not contain a calendar or other special collection." msgstr "Speciella samlingar får inte innehålla en kalender eller en annan speciell samling." -#, fuzzy msgid "Specific Privileges" -msgstr "Standardrättigheter" +msgstr "" -#, fuzzy msgid "Status" -msgstr "Start" +msgstr "" #, php-format msgid "Status: %d, Message: %s, User: %d, Path: %s" @@ -1068,20 +988,17 @@ msgstr "Skicka" msgid "Suhosin \"server.strip\" disabled" msgstr "" -#, fuzzy msgid "Sync LDAP Groups with RSCDS" -msgstr "Synkronisera LDAP med DAviCal" +msgstr "" -#, fuzzy msgid "Sync LDAP with DAViCal" -msgstr "Synkronisera LDAP med DAviCal" +msgstr "" msgid "Target" msgstr "" -#, fuzzy msgid "That destination name contains invalid characters." -msgstr "Kalendersökvägen inehåller otillåtna tecken." +msgstr "" msgid "That resource is not present on this server." msgstr "Denna resulrs finns inte på denna server." @@ -1092,9 +1009,8 @@ msgstr "" msgid "The BIND Request-URI MUST identify a collection." msgstr "" -#, fuzzy msgid "The BIND method is not allowed at that location." -msgstr "Ingen samling funnen på denna plats." +msgstr "" msgid "The CalDAV:schedule-calendar-transp property may only be set on calendars." msgstr "" @@ -1124,21 +1040,17 @@ msgstr "" msgid "The calendar-query report must be run against a calendar or a scheduling collection" msgstr "" -#, fuzzy msgid "The collection name may not be blank." -msgstr "FEL: Det fullständiga namnet kan inte lämnas tomt." +msgstr "" -#, fuzzy msgid "The destination collection does not exist" -msgstr "Källresursen existerar inte." +msgstr "" -#, fuzzy msgid "The displayname may only be set on collections, principals or bindings." -msgstr "Visningsnamnet kan bara sättas på samlingar eller konton." +msgstr "" -#, fuzzy msgid "The email address really should not be blank." -msgstr "FEL: Det fullständiga namnet kan inte lämnas tomt." +msgstr "" msgid "The file is not UTF-8 encoded, please check the error for more details." msgstr "Filen är inte teckenkodad i UTF-8, var god kontrollera felet för fler detaljer." @@ -1146,9 +1058,8 @@ msgstr "Filen är inte teckenkodad i UTF-8, var god kontrollera felet för fler msgid "The full name for this person, group or other type of principal." msgstr "" -#, fuzzy msgid "The full name must not be blank." -msgstr "FEL: Det fullständiga namnet kan inte lämnas tomt." +msgstr "" msgid "The name this user can log into the system with." msgstr "Name mit dem sich dieser Benutzer beim System anmelden kann." @@ -1174,9 +1085,8 @@ msgstr "Användarens lösenord för inloggning." msgid "The username must not be blank, and may not contain a slash" msgstr "" -#, fuzzy msgid "There was an error reading from the database." -msgstr "Det uppstöd ett fel vid skrivning till databasen." +msgstr "" msgid "There was an error writing to the database." msgstr "Det uppstöd ett fel vid skrivning till databasen." @@ -1209,16 +1119,14 @@ msgstr "" msgid "Time" msgstr "" -#, fuzzy msgid "To Collection" -msgstr "Samling" +msgstr "" msgid "To ID" msgstr "Till ID" -#, fuzzy msgid "Toggle all privileges" -msgstr "Standardrättigheter" +msgstr "" msgid "Tools" msgstr "" @@ -1244,16 +1152,14 @@ msgstr "Uppdatera" msgid "Updated" msgstr "Uppdaterad" -#, fuzzy msgid "Updating Collection record." -msgstr "Raderar samling:" +msgstr "" msgid "Updating Member of this Group Principal" msgstr "Uppdaterar medlem fr detta gruppkonto" -#, fuzzy msgid "Updating Principal record." -msgstr "Visa min egen kontopost" +msgstr "" msgid "Updating grants by this Principal" msgstr "Uppdaterar rättigheter givna av detta konto" @@ -1264,9 +1170,8 @@ msgstr "Uppgradera DAViCals databasschema" msgid "Upgrade Database" msgstr "Uppgradera databas" -#, fuzzy msgid "Upload a .ics calendar in iCalendar format to initialise or replace this calendar." -msgstr "Ladda upp en .ics-kalender i iCalendar-format " +msgstr "" msgid "User Calendar Principals" msgstr "Användarkalenderkonton" @@ -1313,7 +1218,6 @@ msgid "" "$c->do_not_sync_from_ldap configuration setting." msgstr "" -# TODO - Kontext bestimmen msgid "When the user's e-mail account was validated." msgstr "När användarens e-postadress validerades." @@ -1332,9 +1236,8 @@ msgstr "Spara data" msgid "Write Metadata" msgstr "Spara metadata" -#, fuzzy msgid "Write content" -msgstr "Spara data" +msgstr "" msgid "Write properties" msgstr "" @@ -1348,17 +1251,14 @@ msgstr "Du editerar" msgid "You are not authorised to use this function." msgstr "Du har inte rättigheter att använda denna funktion." -# TODO - Bessere Übersetzung ("Du" ist störend) msgid "You are viewing" msgstr "Du inspekterar" -#, fuzzy msgid "You do not have permission to modify this record." -msgstr "Du har inte de rättigheter som krävs för att inspektera denna resurs." +msgstr "" -#, fuzzy msgid "You may not PUT to a collection URL" -msgstr "Du har inte åtkomst till den samlingen" +msgstr "" msgid "You must log in to use this system." msgstr "Du måste logga in för att använda detta system." @@ -1404,9 +1304,9 @@ msgstr "drivers_ldap : Unable to connect to LDAP with port %s on host %s" msgid "drivers_ldap : function ldap_connect not defined, check your php_ldap module" msgstr "drivers_ldap : function ldap_connect not defined, check your php_ldap module" -#, fuzzy, php-format +#, php-format msgid "drivers_pwauth_pam : Unable to find %s file" -msgstr "drivers_squid_pam : Unable to find %s file" +msgstr "" #, php-format msgid "drivers_squid_pam : Unable to find %s file" @@ -1416,9 +1316,8 @@ msgstr "drivers_squid_pam : Unable to find %s file" msgid "forget me not" msgstr "Kom ihåg mig" -#, fuzzy msgid "from principal" -msgstr "Gruppkonton" +msgstr "" msgid "path to store your ics" msgstr "sökväg för att spara din .ics" @@ -1432,324 +1331,3 @@ msgstr "" msgid "you should log on with the username and password that have been issued to you." msgstr "du behöver logga in med det användarnamn och lösenord du erhållit." - -#~ msgid "--- select a relationship type ---" -#~ msgstr "--- Völj en relationstyp ---" - -#~ msgid "--- select a user or resource ---" -#~ msgstr "--- Välj en användare eller resurs ---" - -#~ msgid "--- select a user, group or resource ---" -#~ msgstr "--- Välj en användare, grupp eller resurs ---" - -#~ msgid "WARNING: all events in this path will be deleted before inserting all of the ics file" -#~ msgstr "" -#~ "VARNING: Alla händelser under denna sökväg kommer att raderas innan hela .ics-filen läggs till" - -#~ msgid "Add" -#~ msgstr "Lägg till" - -#~ msgid "Add Relationship" -#~ msgstr "Lägg till relation" - -#~ msgid "Add a new user" -#~ msgstr "Lägg till en ny användare" - -#~ msgid "Admin " -#~ msgstr "Systemadministratör" - -#~ msgid "Administers" -#~ msgstr "Administrerar" - -#~ msgid "All events of user %s were deleted and replaced by those from the file." -#~ msgstr "Alla händelser för användaren %s raderades och ersatttes med em från filen." - -#~ msgid "All of the user's calendars and events will be unrecoverably deleted." -#~ msgstr "Alla användarens kalendrar och händelser raderas oåterkallerligen." - -#~ msgid "Bekräfta lösenord" -#~ msgstr "Passwort bestätigen" - -#~ msgid "Browse all relationship types" -#~ msgstr "Titta igenom alla relationstyper" - -#~ msgid "Calendar \"%s\" for user \"%s\" was created." -#~ msgstr "Kalender \"%s\" för användare \"%s\" skapades." - -#~ msgid "Calendar Users" -#~ msgstr "Kalenderanvändare" - -#~ msgid "Can read from" -#~ msgstr "Kan läsa från" - -#~ msgid "Can see free/busy time of" -#~ msgstr "Tillgänglighet kan visas för" - -#~ msgid "Changed On" -#~ msgstr "Ändrat för" - -#~ msgid "Click to display that user" -#~ msgstr "Klicka för att visa denna användare" - -#~ msgid "Click to display the contents of the collection" -#~ msgstr "Klicka för att visa samlingens innehåll" - -#~ msgid "Collection Contents" -#~ msgstr "SAmlingen innehåller" - -#~ msgid "Collection Path" -#~ msgstr "Samlingens sökväg" - -#~ msgid "Confirm Deletion of the Relationship Type" -#~ msgstr "Bekräfta radering av relationstyp" - -#~ msgid "Create Calendar" -#~ msgstr "Skapa kalender" - -#, fuzzy -#~ msgid "Create Resources" -#~ msgstr "Skapa resurser" - -#, fuzzy -#~ msgid "Create Ticket" -#~ msgstr "Skapa" - -#, fuzzy -#~ msgid "Created On" -#~ msgstr "Skapad vid" - -#~ msgid "Database Error." -#~ msgstr "Databasfel." - -#, fuzzy -#~ msgid "Default relationships added." -#~ msgstr "Standardrelationer tillagda." - -#, fuzzy -#~ msgid "Delete Resources" -#~ msgstr "Radera resurser" - -#~ msgid "Delete User" -#~ msgstr "Radera användare" - -#~ msgid "ERROR: %s" -#~ msgstr "FEL: %s" - -#~ msgid "Email" -#~ msgstr "E-post" - -#~ msgid "Enter the name for this resource type" -#~ msgstr "Mata in namnet på denna resurstyp" - -#~ msgid "Finish" -#~ msgstr "Avsluta" - -#~ msgid "FreeBusy" -#~ msgstr "Tillgänglighet" - -#~ msgid "Group " -#~ msgstr "Grupp" - -#~ msgid "Group?" -#~ msgstr "Grupp?" - -#~ msgid "Help on something or other" -#~ msgstr "Hjälp med ditt och datt" - -#~ msgid "Id " -#~ msgstr "Id" - -#~ msgid "Import Calendars" -#~ msgstr "Importera Kalendrar" - -#~ msgid "Is a Calendar?" -#~ msgstr "Är en Kalender?" - -#~ msgid "Is the target of this relationship a group of access rights?" -#~ msgstr "Är målet för denna relation en grupp av åtkomsträttigheter?" - -#~ msgid "Is this access read ('R') or Read and Write ('RW')?" -#~ msgstr "Är denna rättighet läs- ('R') eller läs- och skriv- ('RW')?" - -#~ msgid "Linked From" -#~ msgstr "Länkad från" - -#~ msgid "Linked To" -#~ msgstr "Länkad till" - -#~ msgid "New User" -#~ msgstr "Ny användare" - -#, fuzzy -#~ msgid "No " -#~ msgstr "Nr." - -#~ msgid "No. " -#~ msgstr "Nr." - -#, fuzzy -#~ msgid "Operations" -#~ msgstr "Funktioner" - -#~ msgid "Operations on your calendar" -#~ msgstr "Åtgärder på din Kalender" - -#~ msgid "Please Confirm Deletion" -#~ msgstr "Vänligen bekräfta destination" - -#~ msgid "Please confirm deletion of user" -#~ msgstr "Vänligen bekräfta radering av användare" - -#~ msgid "Prefix" -#~ msgstr "Prefix" - -#~ msgid "Public " -#~ msgstr "Publik" - -#~ msgid "ReadWrite" -#~ msgstr "Läs/skriv" - -#~ msgid "Really Simple CalDAV Store" -#~ msgstr "Really Simple CalDAV Store" - -#~ msgid "Relationship" -#~ msgstr "Relation" - -#~ msgid "Relationship " -#~ msgstr "Relation" - -#~ msgid "Relationship Type Added." -#~ msgstr "Relationstyp tillagd." - -#~ msgid "Relationship Type Deleted." -#~ msgstr "Relationstyp raderad." - -#~ msgid "Relationship Type Updated." -#~ msgstr "Relationstyp uppdaterad" - -#~ msgid "Relationship Types" -#~ msgstr "Relationstyper" - -#~ msgid "Relationship added." -#~ msgstr "Relation tillagd." - -#~ msgid "Relationship deleted" -#~ msgstr "Relation raderad" - -#~ msgid "Relationships" -#~ msgstr "Relationer" - -#~ msgid "Relationships from this user" -#~ msgstr "Relationer från denna användare" - -#~ msgid "Relationships to this user" -#~ msgstr "Relationer till denna användare" - -#~ msgid "Repeat Rule" -#~ msgstr "Repetitionsregel" - -#, fuzzy -#~ msgid "Request body contains no XML data!" -#~ msgstr "REPORT Body innehåller inga XML-data!" - -#~ msgid "Resource " -#~ msgstr "Resurs" - -#~ msgid "Resource changed on server - not changed." -#~ msgstr "Resurs ändrad på servern - ej ändrad." - -#~ msgid "Resource does not match 'If-Match' header - not deleted" -#~ msgstr "Resurs matchar inte 'If-Match'-header - ej raderad" - -#~ msgid "Restrict access to prefixes matching this pattern" -#~ msgstr "Begränsa åtkomst till prefix som matchar detta mönster" - -#~ msgid "Rights" -#~ msgstr "Rättigheter" - -#~ msgid "Select the type of relationship from this user" -#~ msgstr "Völj typen av relation från denna användare" - -#~ msgid "Select the user, resource or group to relate this user to" -#~ msgstr "Välj användare, resurs eller grupp att relatera denna användare till" - -#~ msgid "Setup RSCDS" -#~ msgstr "Ställ in RSCDS" - -#~ msgid "Should this calendar be readable without authenticating?" -#~ msgstr "Skall denna kalender vara läsbar utan autenticering?" - -#~ msgid "Start" -#~ msgstr "Start" - -# TODO - Was bedeutet das Wort zwischen ##? -#~ msgid "That relationship type is being used. See ##RelationshipTypeUsed##" -#~ msgstr "Denna relationstyp används redan. Se ##BeziehungstypWirdVerwendet##" - -#~ msgid "" -#~ "The calendar name part of the path to store your ics. E.g. the \"home\" part of \"/caldav.php/" -#~ "username/home/\"" -#~ msgstr "" -#~ "Kalendernamnsdelen av sökvägen dit du sparar dina ics. T ex \"home\" i \"/caldav.php/username/home/" -#~ "\"" - -#~ msgid "There is no collection at that URL." -#~ msgstr "Det finns ingen samling under denna URL." - -#~ msgid "This operation does the following:
            • check valid users in LDAP directory
            • " -#~ msgstr "Denna funktion gör följande:
              • Kontrollera giltiga användare i LDAP-katalog
              • " - -#~ msgid "This user's collections" -#~ msgstr "Användarens samlingar" - -#~ msgid "To Group?" -#~ msgstr "Till Grupp?" - -#~ msgid "Type" -#~ msgstr "Typ" - -#~ msgid "Upload a .ics calendar in iCalendar format " -#~ msgstr "Ladda upp en .ics-kalender i iCalendar-format " - -#~ msgid "View %s" -#~ msgstr "Visa %s" - -#~ msgid "You do not have sufficient access to lock that" -#~ msgstr "Du har inte tillräckliga rättigheter för att låsa denna" - -#~ msgid "You may not access that calendar" -#~ msgstr "Du har inte åtkomst till den kalendern" - -#~ msgid "You may not add entries to this calendar." -#~ msgstr "Du har inte rättigheter att lägga till poster i denna kalender." - -#~ msgid "You may not create a calendar there." -#~ msgstr "Du har inte rättigheter att lägga till en kalender där." - -#~ msgid "You may not delete entries from this calendar." -#~ msgstr "Du har inte rättigheter att ta bort poster från denna kalender." - -#~ msgid "You may not modify entries on this calendar." -#~ msgstr "Du har inte rättigheter att ändra poster i denna kalender." - -# TODO - Bessere Übersetzung für "Interface" -#~ msgid "You may only review the contents of your own collections in this interface." -#~ msgstr "Du har bara rättigheter att inspektera innehållet i dina egna samlingar genom denna vy." - -#~ msgid "Your .ics calendar" -#~ msgstr "Din .ics-kalender" - -#~ msgid "" -#~ "forget me not " -#~ msgstr "Kom ihåg mig" - -#~ msgid "if your use OpenLDAP 2.X.X maybe, unable to connect to LDAP with port %s on host %s" -#~ msgstr "du använder kanske OpenLDAP 2.X.X, kunde inte ansluta till LDAP på port %s till host %s" - -#~ msgid "is Assistant to" -#~ msgstr "är assistent till" - -#~ msgid "set the path to store your ics ex:home if you get it by caldav.php/me/home/" -#~ msgstr "Ställ in sökvägen till dina .ics t ex:home of du får den via caldav.php/me/home/" diff --git a/po/sv.values b/po/sv.values new file mode 100644 index 00000000..a0db9195 --- /dev/null +++ b/po/sv.values @@ -0,0 +1 @@ + VALUES( 'sv', 'Swedish', 'Svenska' ); diff --git a/scripts/po/rebuild-translations.sh b/scripts/po/rebuild-translations.sh index a8c11390..069aabbd 100755 --- a/scripts/po/rebuild-translations.sh +++ b/scripts/po/rebuild-translations.sh @@ -25,8 +25,23 @@ xgettext --no-location --add-comments=Translators --keyword=translate --keyword= sed 's.^"Content-Type: text/plain; charset=CHARSET\\n"."Content-Type: text/plain; charset=UTF-8\\n".' ${PODIR}/messages.tmp > ${PODIR}/messages.pot rm ${PODIR}/messages.tmp ${PODIR}/pofilelist.tmp +locale_list() { + ls ${PODIR}/*.po | cut -f2 -d/ | cut -f1 -d. +} -for LOCALE in `grep VALUES dba/supported_locales.sql | cut -f2 -d"'" | cut -f1 -d'_'` ; do +build_supported_locales() { + echo "TRUNCATE supported_locales;" + echo "INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )" + echo " VALUES( 'en', 'English', 'English' );" + for LOCALE in `locale_list`; do + echo "INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )" + cat ${PODIR}/${LOCALE}.values + done +} + +build_supported_locales >dba/supported_locales.sql + +for LOCALE in `locale_list` ; do [ "${LOCALE}" = "en" ] && continue if [ ! -f ${PODIR}/${LOCALE}.po ] ; then cp ${PODIR}/messages.pot ${PODIR}/${LOCALE}.po @@ -34,7 +49,7 @@ for LOCALE in `grep VALUES dba/supported_locales.sql | cut -f2 -d"'" | cut -f1 - msgmerge --no-fuzzy-matching --quiet --width 105 --update ${PODIR}/${LOCALE}.po ${PODIR}/messages.pot done -for LOCALE in `grep VALUES dba/supported_locales.sql | cut -f2 -d"'" | cut -f1 -d'_'` ; do +for LOCALE in `locale_list` ; do [ "${LOCALE}" = "en" ] && continue mkdir -p ${LOCALEDIR}/${LOCALE}/LC_MESSAGES msgfmt ${PODIR}/${LOCALE}.po -o ${LOCALEDIR}/${LOCALE}/LC_MESSAGES/${APPLICATION}.mo