mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-28 13:09:24 +00:00
Fix translation inefficiencies, per Debian bug #495307
This commit is contained in:
parent
db4cc43bcf
commit
32cc54a081
@ -2,15 +2,11 @@ TRUNCATE supported_locales;
|
||||
|
||||
-- I should be able to find people to translate into these base locales
|
||||
INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )
|
||||
VALUES( 'en_NZ', 'English', 'English' );
|
||||
VALUES( 'en_EN', 'English', 'English' );
|
||||
INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )
|
||||
VALUES( 'de_DE', 'German', 'Deutsch' );
|
||||
INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )
|
||||
VALUES( 'es_AR', 'Argentinian Spanish', 'Español (AR)' );
|
||||
INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )
|
||||
VALUES( 'es_ES', 'Spanish (Spain)', 'Español (ES)' );
|
||||
INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )
|
||||
VALUES( 'es_MX', 'Mexican Spanish', 'Español (MX)' );
|
||||
VALUES( 'es_ES', 'Spanish', 'Español' );
|
||||
INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )
|
||||
VALUES( 'fr_FR', 'French', 'Français' );
|
||||
INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )
|
||||
|
||||
@ -22,9 +22,9 @@ $c->collections_always_exist = true;
|
||||
$c->home_calendar_name = 'home';
|
||||
$c->enable_row_linking = true;
|
||||
$c->http_auth_mode = 'Basic';
|
||||
// $c->default_locale = array('es_MX', 'es_MX.UTF-8', 'es');
|
||||
// $c->default_locale = array('es_MX', 'es_AR', 'es', 'pt'); // An array of locales to try, or just a single locale
|
||||
// $c->local_tzid = 'Pacific/Auckland'; // Perhaps we should read from /etc/timezone - I wonder how standard that is?
|
||||
$c->default_locale = "en_NZ";
|
||||
$c->default_locale = "en";
|
||||
$c->base_url = preg_replace("#/[^/]+\.php.*$#", "", $_SERVER['SCRIPT_NAME']);
|
||||
$c->base_directory = preg_replace("#/[^/]*$#", "", $_SERVER['DOCUMENT_ROOT']);
|
||||
|
||||
@ -54,7 +54,7 @@ $c->protocol_server_port_script = sprintf( "%s://%s%s%s", (isset($_SERVER['HTTPS
|
||||
),
|
||||
($_SERVER['SCRIPT_NAME'] == '/index.php' ? '' : $_SERVER['SCRIPT_NAME']) );
|
||||
|
||||
init_gettext( 'rscds', '../locale' );
|
||||
init_gettext( 'davical', '../locale' );
|
||||
|
||||
/**
|
||||
* We use @file_exists because things like open_basedir might noisily deny
|
||||
|
||||
@ -22,9 +22,9 @@ $c->collections_always_exist = true;
|
||||
$c->home_calendar_name = 'home';
|
||||
$c->enable_row_linking = true;
|
||||
$c->http_auth_mode = 'Basic';
|
||||
// $c->default_locale = array('es_MX', 'es_MX.UTF-8', 'es');
|
||||
// $c->default_locale = array('es_MX', 'es_AR', 'es', 'pt'); // An array of locales to try, or just a single locale
|
||||
// $c->local_tzid = 'Pacific/Auckland'; // Perhaps we should read from /etc/timezone - I wonder how standard that is?
|
||||
$c->default_locale = "en_NZ";
|
||||
$c->default_locale = "en";
|
||||
$c->base_url = preg_replace("#/[^/]+\.php.*$#", "", $_SERVER['SCRIPT_NAME']);
|
||||
$c->base_directory = preg_replace("#/[^/]*$#", "", $_SERVER['DOCUMENT_ROOT']);
|
||||
|
||||
@ -54,7 +54,7 @@ $c->protocol_server_port_script = sprintf( "%s://%s%s%s", (isset($_SERVER['HTTPS
|
||||
),
|
||||
($_SERVER['SCRIPT_NAME'] == '/index.php' ? '' : $_SERVER['SCRIPT_NAME']) );
|
||||
|
||||
init_gettext( 'rscds', '../locale' );
|
||||
init_gettext( 'davical', '../locale' );
|
||||
|
||||
/**
|
||||
* We use @file_exists because things like open_basedir might noisily deny
|
||||
|
||||
667
po/en_NZ.po
667
po/en_NZ.po
@ -1,667 +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 <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-06-19 00:23+1200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#, c-format
|
||||
msgid "- creating record for users : %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "- deactivating users : %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "- nothing done on : %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "- updating user records : %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "--- select a relationship type ---"
|
||||
msgstr ""
|
||||
|
||||
msgid "--- select a user or resource ---"
|
||||
msgstr ""
|
||||
|
||||
msgid "--- select a user, group or resource ---"
|
||||
msgstr ""
|
||||
|
||||
msgid "<b>WARNING: all events in this path will be deleted before inserting all of the ics file</b>"
|
||||
msgstr ""
|
||||
|
||||
msgid "<b>WARNING: all events in this path will be deleted before inserting allof the ics file</b>"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"<h1>Log On Please</h1><p>For access to the %s you should log on withthe username and password that "
|
||||
"have been issued to you.</p><p>If you would like to request access, please e-mail %s.</p>"
|
||||
msgstr ""
|
||||
|
||||
msgid "A collection already exists at that location."
|
||||
msgstr ""
|
||||
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Relationship"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add a new user"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
msgid "Admin <!-- in the sense of 'systems admin' -->"
|
||||
msgstr ""
|
||||
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
msgid "Administers"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "All events of user %s were deleted and replaced by those from the file."
|
||||
msgstr ""
|
||||
|
||||
msgid "All requested changes were made."
|
||||
msgstr ""
|
||||
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
|
||||
msgid "Anonymous users are not allowed to modify calendars"
|
||||
msgstr ""
|
||||
|
||||
msgid "Browse all relationship types"
|
||||
msgstr ""
|
||||
|
||||
msgid "Browse all users"
|
||||
msgstr ""
|
||||
|
||||
msgid "Busy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Calendar Resource Not Found."
|
||||
msgstr ""
|
||||
|
||||
msgid "Calendar Users"
|
||||
msgstr ""
|
||||
|
||||
msgid "Can read from"
|
||||
msgstr ""
|
||||
|
||||
msgid "Can see free/busy time of"
|
||||
msgstr ""
|
||||
|
||||
msgid "Changed On"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to display that user"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to display the contents of the collection"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to display user details"
|
||||
msgstr ""
|
||||
|
||||
msgid "Collection Contents"
|
||||
msgstr ""
|
||||
|
||||
msgid "Collection Path"
|
||||
msgstr ""
|
||||
|
||||
msgid "Confirm Deletion of the Relationship Type"
|
||||
msgstr ""
|
||||
|
||||
msgid "Confirm the new password."
|
||||
msgstr ""
|
||||
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
msgid "Created On"
|
||||
msgstr ""
|
||||
|
||||
msgid "DAViCal CalDAV Server"
|
||||
msgstr ""
|
||||
|
||||
msgid "Database Error"
|
||||
msgstr ""
|
||||
|
||||
msgid "Database Error."
|
||||
msgstr ""
|
||||
|
||||
msgid "Database error"
|
||||
msgstr ""
|
||||
|
||||
msgid "Date Style"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default relationships added."
|
||||
msgstr ""
|
||||
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
msgid "Directory on the server"
|
||||
msgstr ""
|
||||
|
||||
msgid "Does the user have the right to perform this role?"
|
||||
msgstr ""
|
||||
|
||||
msgid "EMail OK"
|
||||
msgstr ""
|
||||
|
||||
msgid "EMail"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "ERROR: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "ERROR: There was a database error writing the roles information!"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Edit %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Edit this user record"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enter a username, if you know it, and click here, to be e-mailed a temporary password."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enter the name for this resource type"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enter your username and password then click here to log in."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<"
|
||||
msgstr ""
|
||||
|
||||
msgid "Error querying database."
|
||||
msgstr ""
|
||||
|
||||
msgid "Error writing calendar details to database."
|
||||
msgstr ""
|
||||
|
||||
msgid "European (d/m/y)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Existing resource does not match 'If-Match' header - not accepted."
|
||||
msgstr ""
|
||||
|
||||
msgid "Existing resource matches 'If-None-Match' header - not accepted."
|
||||
msgstr ""
|
||||
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
msgid "For access to the"
|
||||
msgstr ""
|
||||
|
||||
msgid "FreeBusy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Full Name"
|
||||
msgstr ""
|
||||
|
||||
msgid "GO!"
|
||||
msgstr ""
|
||||
|
||||
msgid "Group <!-- in the sense of a group of people -->"
|
||||
msgstr ""
|
||||
|
||||
msgid "Group"
|
||||
msgstr ""
|
||||
|
||||
msgid "Help on something or other"
|
||||
msgstr ""
|
||||
|
||||
msgid "Help! I've forgotten my password!"
|
||||
msgstr ""
|
||||
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
msgid "Home calendar added."
|
||||
msgstr ""
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "ISO Format (YYYY-MM-DD)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Id <!-- short for 'Identifier' -->"
|
||||
msgstr ""
|
||||
|
||||
msgid "Id"
|
||||
msgstr ""
|
||||
|
||||
msgid "If you have forgotten your password then"
|
||||
msgstr ""
|
||||
|
||||
msgid "If you would like to request access, please e-mail"
|
||||
msgstr ""
|
||||
|
||||
msgid "Import ICS file"
|
||||
msgstr ""
|
||||
|
||||
msgid "Import all .ics files of a directory"
|
||||
msgstr ""
|
||||
|
||||
msgid "Invalid user name or password."
|
||||
msgstr ""
|
||||
|
||||
msgid "Invalid username or password."
|
||||
msgstr ""
|
||||
|
||||
msgid "Is a Calendar?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Is this access read ('R') or Read and Write ('RW')?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Is this user active?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Joined"
|
||||
msgstr ""
|
||||
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
msgid "Last used"
|
||||
msgstr ""
|
||||
|
||||
msgid "Linked From"
|
||||
msgstr ""
|
||||
|
||||
msgid "Linked To"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log On Please"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log out of the"
|
||||
msgstr ""
|
||||
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
msgid "My Details"
|
||||
msgstr ""
|
||||
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
msgid "New Password"
|
||||
msgstr ""
|
||||
|
||||
msgid "New User"
|
||||
msgstr ""
|
||||
|
||||
msgid "No collection found at that location."
|
||||
msgstr ""
|
||||
|
||||
msgid "No. <!-- short for 'Number' -->"
|
||||
msgstr ""
|
||||
|
||||
msgid "No."
|
||||
msgstr ""
|
||||
|
||||
msgid "Operations on your calendar"
|
||||
msgstr ""
|
||||
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
msgid "Please Confirm Deletion"
|
||||
msgstr ""
|
||||
|
||||
msgid "Please note the time and advise the administrator of your system."
|
||||
msgstr ""
|
||||
|
||||
msgid "Property is read-only"
|
||||
msgstr ""
|
||||
|
||||
msgid "Public <!-- in the sense of being available to all users -->"
|
||||
msgstr ""
|
||||
|
||||
msgid "Public"
|
||||
msgstr ""
|
||||
|
||||
msgid "REPORT body contains no XML data!"
|
||||
msgstr ""
|
||||
|
||||
msgid "REPORT body is not valid XML data!"
|
||||
msgstr ""
|
||||
|
||||
msgid "Read"
|
||||
msgstr ""
|
||||
|
||||
msgid "ReadWrite"
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationship <!-- in the sense of a work relationship between people -->"
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationship Type Added."
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationship Type Deleted."
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationship Types"
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationship added."
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationship deleted"
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationship"
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationships from this user"
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationships to this user"
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationships"
|
||||
msgstr ""
|
||||
|
||||
msgid "Repeat Rule"
|
||||
msgstr ""
|
||||
|
||||
msgid "Report Bug"
|
||||
msgstr ""
|
||||
|
||||
msgid "Report a bug in the system"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource <!-- a thing which might be booked: a room, a carpark, a projector... -->"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource changed on server - not changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource does not match 'If-Match' header - not deleted"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource has changed on server - not deleted"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resources may not be changed to / from collections."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rights"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select the type of relationship from this user"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select the user, resource or group to relate this user to"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/"
|
||||
msgstr ""
|
||||
|
||||
msgid "Setup RSCDS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Setup"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show help on"
|
||||
msgstr ""
|
||||
|
||||
msgid "Some properties were not able to be changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Some properties were not able to be set."
|
||||
msgstr ""
|
||||
|
||||
msgid "Start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
msgid "Summary"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sync LDAP with RSCDS"
|
||||
msgstr ""
|
||||
|
||||
msgid "That relationship type is being used. See ##RelationshipTypeUsed##"
|
||||
msgstr ""
|
||||
|
||||
msgid "The application program does not understand that request."
|
||||
msgstr ""
|
||||
|
||||
msgid "The calendar path contains illegal characters."
|
||||
msgstr ""
|
||||
|
||||
msgid "The displayname may only be set on collections or principals."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "The file %s is not UTF-8 encoded, please check the error for more details."
|
||||
msgstr ""
|
||||
|
||||
msgid "The name this user can log into the system with."
|
||||
msgstr ""
|
||||
|
||||
msgid "The path on the server where your .ics files are."
|
||||
msgstr ""
|
||||
|
||||
msgid "The preferred language for this person."
|
||||
msgstr ""
|
||||
|
||||
msgid "The style of dates used for this person."
|
||||
msgstr ""
|
||||
|
||||
msgid "The user's e-mail address."
|
||||
msgstr ""
|
||||
|
||||
msgid "The user's full name."
|
||||
msgstr ""
|
||||
|
||||
msgid "The user's password for logging in."
|
||||
msgstr ""
|
||||
|
||||
msgid "There was an error writing to the database."
|
||||
msgstr ""
|
||||
|
||||
msgid "This user's collections"
|
||||
msgstr ""
|
||||
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgid "United States of America (m/d/y)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload your .ics calendar in ical format "
|
||||
msgstr ""
|
||||
|
||||
msgid "User Details"
|
||||
msgstr ""
|
||||
|
||||
msgid "User Name"
|
||||
msgstr ""
|
||||
|
||||
msgid "User Roles"
|
||||
msgstr ""
|
||||
|
||||
msgid "User Unavailable"
|
||||
msgstr ""
|
||||
|
||||
msgid "User is active"
|
||||
msgstr ""
|
||||
|
||||
msgid "User record written."
|
||||
msgstr ""
|
||||
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "View %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "View my own user record"
|
||||
msgstr ""
|
||||
|
||||
msgid "View this user record"
|
||||
msgstr ""
|
||||
|
||||
msgid "When the user's e-mail account was validated."
|
||||
msgstr ""
|
||||
|
||||
msgid "Write"
|
||||
msgstr ""
|
||||
|
||||
msgid "You are editing"
|
||||
msgstr ""
|
||||
|
||||
msgid "You are not authorised to use this function."
|
||||
msgstr ""
|
||||
|
||||
msgid "You are viewing"
|
||||
msgstr ""
|
||||
|
||||
msgid "You do not have appropriate rights to view that resource."
|
||||
msgstr ""
|
||||
|
||||
msgid "You do not have sufficient access to lock that"
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not access that calendar"
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not access that collection"
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not add entries to this calendar."
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not create a calendar there."
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not delete entries from this calendar."
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not modify entries on this calendar."
|
||||
msgstr ""
|
||||
|
||||
msgid "You must log in to use this system."
|
||||
msgstr ""
|
||||
|
||||
msgid "Your .ics calendar"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "all events of user %s were deleted and replaced by those from file %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "directory %s is not readable"
|
||||
msgstr ""
|
||||
|
||||
msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed"
|
||||
msgstr ""
|
||||
|
||||
#, c-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"
|
||||
msgstr ""
|
||||
|
||||
#, c-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
|
||||
msgid "drivers_squid_pam : Unable to find %s file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"forget me not <!-- this is a colloquial phrase in english (the name of a flower) and is an option "
|
||||
"allowing people to log in automatically in future -->"
|
||||
msgstr ""
|
||||
|
||||
msgid "forget me not"
|
||||
msgstr ""
|
||||
|
||||
msgid "is Assistant to"
|
||||
msgstr ""
|
||||
|
||||
msgid "path to store your ics"
|
||||
msgstr ""
|
||||
|
||||
msgid "set the path to store your ics ex:home if you get it by caldav.php/me/home/"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "the file %s is not UTF-8 encoded, please check error for more details"
|
||||
msgstr ""
|
||||
|
||||
msgid "you should log on with the username and password that have been issued to you."
|
||||
msgstr ""
|
||||
|
||||
msgid "This operation does the following: <ul><li>check valid users in LDAP directory</li>"
|
||||
msgstr ""
|
||||
702
po/es_ES.po
702
po/es_ES.po
@ -1,702 +0,0 @@
|
||||
# Argentinian Spanish translation of RSCDS
|
||||
# Copyright (C) 2006 Andrew McMillan
|
||||
# This file is distributed under the same license as the RSCDS package.
|
||||
# Lorena Paoletti <andrew@mcmillan.net.nz>, 2006.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: RSCDS 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-06-19 00:23+1200\n"
|
||||
"PO-Revision-Date: 2006-11-06 17:12+1300\n"
|
||||
"Last-Translator: Lorena Paoletti <andrew@mcmillan.net.nz>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#, c-format
|
||||
msgid "- creating record for users : %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "- deactivating users : %s"
|
||||
msgstr "Mostrar el registro de éste usuario"
|
||||
|
||||
#, c-format
|
||||
msgid "- nothing done on : %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "- updating user records : %s"
|
||||
msgstr "Mostrar el registro de éste usuario"
|
||||
|
||||
msgid "--- select a relationship type ---"
|
||||
msgstr "Mostrar todos los tipos de relaciones"
|
||||
|
||||
msgid "--- select a user or resource ---"
|
||||
msgstr ""
|
||||
|
||||
msgid "--- select a user, group or resource ---"
|
||||
msgstr ""
|
||||
|
||||
msgid "<b>WARNING: all events in this path will be deleted before inserting all of the ics file</b>"
|
||||
msgstr ""
|
||||
|
||||
msgid "<b>WARNING: all events in this path will be deleted before inserting allof the ics file</b>"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"<h1>Log On Please</h1><p>For access to the %s you should log on withthe username and password that "
|
||||
"have been issued to you.</p><p>If you would like to request access, please e-mail %s.</p>"
|
||||
msgstr ""
|
||||
"<h1></h1><p>Para acceder al %s debe conectarse con el nombre de usuario y contraseña que le han sido "
|
||||
"asignado.</p><p>"
|
||||
|
||||
msgid "A collection already exists at that location."
|
||||
msgstr ""
|
||||
|
||||
msgid "Action"
|
||||
msgstr "Acción"
|
||||
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
msgid "Add Relationship"
|
||||
msgstr "Agregar Relación"
|
||||
|
||||
msgid "Add a new user"
|
||||
msgstr "Agregar un nuevo usuario"
|
||||
|
||||
msgid "Add"
|
||||
msgstr "Agregar"
|
||||
|
||||
msgid "Admin <!-- in the sense of 'systems admin' -->"
|
||||
msgstr "Administrador"
|
||||
|
||||
msgid "Admin"
|
||||
msgstr "Administrador"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Administers"
|
||||
msgstr "Administrador"
|
||||
|
||||
#, c-format
|
||||
msgid "All events of user %s were deleted and replaced by those from the file."
|
||||
msgstr ""
|
||||
|
||||
msgid "All requested changes were made."
|
||||
msgstr ""
|
||||
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
|
||||
msgid "Anonymous users are not allowed to modify calendars"
|
||||
msgstr ""
|
||||
|
||||
msgid "Browse all relationship types"
|
||||
msgstr "Mostrar todos los tipos de relaciones"
|
||||
|
||||
msgid "Browse all users"
|
||||
msgstr "Mostrar todos los usuarios"
|
||||
|
||||
msgid "Busy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Calendar Resource Not Found."
|
||||
msgstr ""
|
||||
|
||||
msgid "Calendar Users"
|
||||
msgstr "Calendario de los Usuario"
|
||||
|
||||
msgid "Can read from"
|
||||
msgstr ""
|
||||
|
||||
msgid "Can see free/busy time of"
|
||||
msgstr ""
|
||||
|
||||
msgid "Changed On"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Click to display that user"
|
||||
msgstr "Hacer clic para mostrar esa relación"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Click to display the contents of the collection"
|
||||
msgstr "Hacer clic para mostrar esa relación"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Click to display user details"
|
||||
msgstr "Hacer clic para mostrar esa relación"
|
||||
|
||||
msgid "Collection Contents"
|
||||
msgstr ""
|
||||
|
||||
msgid "Collection Path"
|
||||
msgstr ""
|
||||
|
||||
msgid "Confirm Deletion of the Relationship Type"
|
||||
msgstr ""
|
||||
|
||||
msgid "Confirm the new password."
|
||||
msgstr "Confirmar la nueva contraseña."
|
||||
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
|
||||
msgid "Create"
|
||||
msgstr "Crear"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Created On"
|
||||
msgstr "Crear"
|
||||
|
||||
msgid "DAViCal CalDAV Server"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Database Error"
|
||||
msgstr "Error en la Base de Datos."
|
||||
|
||||
msgid "Database Error."
|
||||
msgstr "Error en la Base de Datos."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Database error"
|
||||
msgstr "Error en la Base de Datos."
|
||||
|
||||
msgid "Date Style"
|
||||
msgstr "Formato de Fecha"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Default relationships added."
|
||||
msgstr "Relación incorporada."
|
||||
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
|
||||
msgid "Directory on the server"
|
||||
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 "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!"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "Edit %s"
|
||||
msgstr "Editar"
|
||||
|
||||
msgid "Edit this user record"
|
||||
msgstr "Mostrar el registro de éste usuario"
|
||||
|
||||
msgid "Enter a username, if you know it, and click here, to be e-mailed a temporary password."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enter the name for this resource type"
|
||||
msgstr "Ingrese el nombre para éste tipo de recurso"
|
||||
|
||||
msgid "Enter your username and password then click here to log in."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<"
|
||||
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."
|
||||
|
||||
msgid "European (d/m/y)"
|
||||
msgstr "Formato Europeo (d/m/y)"
|
||||
|
||||
msgid "Existing resource does not match 'If-Match' header - not accepted."
|
||||
msgstr ""
|
||||
|
||||
msgid "Existing resource matches 'If-None-Match' header - not accepted."
|
||||
msgstr ""
|
||||
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
msgid "For access to the"
|
||||
msgstr "Para acceder a"
|
||||
|
||||
msgid "FreeBusy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Full Name"
|
||||
msgstr "Nombre Completo"
|
||||
|
||||
msgid "GO!"
|
||||
msgstr ""
|
||||
|
||||
msgid "Group <!-- in the sense of a group of people -->"
|
||||
msgstr "Grupo"
|
||||
|
||||
msgid "Group"
|
||||
msgstr "Grupo"
|
||||
|
||||
msgid "Help on something or other"
|
||||
msgstr "Ayuda en"
|
||||
|
||||
msgid "Help! I've forgotten my password!"
|
||||
msgstr ""
|
||||
|
||||
msgid "Help"
|
||||
msgstr "Ayuda"
|
||||
|
||||
msgid "Home calendar added."
|
||||
msgstr ""
|
||||
|
||||
msgid "Home"
|
||||
msgstr "Página principal"
|
||||
|
||||
msgid "ISO Format (YYYY-MM-DD)"
|
||||
msgstr "Formato ISO (YYYY-MM-DD)"
|
||||
|
||||
msgid "Id <!-- short for 'Identifier' -->"
|
||||
msgstr "No"
|
||||
|
||||
msgid "Id"
|
||||
msgstr "No"
|
||||
|
||||
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"
|
||||
|
||||
msgid "Import ICS file"
|
||||
msgstr ""
|
||||
|
||||
msgid "Import all .ics files of a directory"
|
||||
msgstr ""
|
||||
|
||||
msgid "Invalid user name or password."
|
||||
msgstr "Usuario o contraseña incorrectos."
|
||||
|
||||
msgid "Invalid username or password."
|
||||
msgstr "Usuario o contraseña incorrectos."
|
||||
|
||||
msgid "Is a Calendar?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Is this access read ('R') or Read and Write ('RW')?"
|
||||
msgstr "¿Éste acceso es de lectura ('L') ó de Lectura y Escritura ('LE')?"
|
||||
|
||||
msgid "Is this user active?"
|
||||
msgstr "¿Éste usuario está activo?"
|
||||
|
||||
msgid "Joined"
|
||||
msgstr "Incorporado"
|
||||
|
||||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
msgid "Last used"
|
||||
msgstr "Utilizado por última vez"
|
||||
|
||||
msgid "Linked From"
|
||||
msgstr "Relacionado desde"
|
||||
|
||||
msgid "Linked To"
|
||||
msgstr "Relacionado con"
|
||||
|
||||
msgid "Log On Please"
|
||||
msgstr "Conectarse por favor"
|
||||
|
||||
msgid "Log out of the"
|
||||
msgstr "Desconectarse de"
|
||||
|
||||
msgid "Logout"
|
||||
msgstr "Desconectarse"
|
||||
|
||||
msgid "My Details"
|
||||
msgstr "Mis Datos"
|
||||
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
msgid "New Password"
|
||||
msgstr "Nueva Constraseña"
|
||||
|
||||
msgid "New User"
|
||||
msgstr "Nuevo Usuario"
|
||||
|
||||
msgid "No collection found at that location."
|
||||
msgstr ""
|
||||
|
||||
msgid "No. <!-- short for 'Number' -->"
|
||||
msgstr "No"
|
||||
|
||||
msgid "No."
|
||||
msgstr "No"
|
||||
|
||||
msgid "Operations on your calendar"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Operations"
|
||||
msgstr "Relación"
|
||||
|
||||
msgid "Password"
|
||||
msgstr "Constraseña"
|
||||
|
||||
msgid "Please Confirm Deletion"
|
||||
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 "Property is read-only"
|
||||
msgstr ""
|
||||
|
||||
msgid "Public <!-- in the sense of being available to all users -->"
|
||||
msgstr "Público"
|
||||
|
||||
msgid "Public"
|
||||
msgstr "Público"
|
||||
|
||||
msgid "REPORT body contains no XML data!"
|
||||
msgstr ""
|
||||
|
||||
msgid "REPORT body is not valid XML data!"
|
||||
msgstr ""
|
||||
|
||||
msgid "Read"
|
||||
msgstr ""
|
||||
|
||||
msgid "ReadWrite"
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationship <!-- in the sense of a work relationship between people -->"
|
||||
msgstr "Relación"
|
||||
|
||||
msgid "Relationship Type Added."
|
||||
msgstr "Tipo de Relación incorporada."
|
||||
|
||||
msgid "Relationship Type Deleted."
|
||||
msgstr "Tipo de Relación Eliminada."
|
||||
|
||||
msgid "Relationship Types"
|
||||
msgstr "Tipos de Relación"
|
||||
|
||||
msgid "Relationship added."
|
||||
msgstr "Relación incorporada."
|
||||
|
||||
msgid "Relationship deleted"
|
||||
msgstr "Relación eliminada"
|
||||
|
||||
msgid "Relationship"
|
||||
msgstr "Relación"
|
||||
|
||||
msgid "Relationships from this user"
|
||||
msgstr "Relaciones desde éste usuario"
|
||||
|
||||
msgid "Relationships to this user"
|
||||
msgstr "Relaciones hacia éste usuario"
|
||||
|
||||
msgid "Relationships"
|
||||
msgstr "Relaciones"
|
||||
|
||||
msgid "Repeat Rule"
|
||||
msgstr ""
|
||||
|
||||
msgid "Report Bug"
|
||||
msgstr "Reportar Error"
|
||||
|
||||
msgid "Report a bug in the system"
|
||||
msgstr "Reportar un error en el sistema"
|
||||
|
||||
msgid "Resource <!-- a thing which might be booked: a room, a carpark, a projector... -->"
|
||||
msgstr "Recurso"
|
||||
|
||||
msgid "Resource changed on server - not changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource does not match 'If-Match' header - not deleted"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource has changed on server - not deleted"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource"
|
||||
msgstr "Recurso"
|
||||
|
||||
msgid "Resources may not be changed to / from collections."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rights"
|
||||
msgstr "Derechos"
|
||||
|
||||
msgid "Select the type of relationship from this user"
|
||||
msgstr "Seleccionar el tipo de relación de salida desde éste usuario"
|
||||
|
||||
msgid "Select the user, resource or group to relate this user to"
|
||||
msgstr "Seleccionar el usuario, recurso o grupo con el cual relacionar a éste usuario"
|
||||
|
||||
msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/"
|
||||
msgstr ""
|
||||
|
||||
msgid "Setup RSCDS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Setup"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show help on"
|
||||
msgstr "Mostrar ayuda sobre"
|
||||
|
||||
msgid "Some properties were not able to be changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Some properties were not able to be set."
|
||||
msgstr ""
|
||||
|
||||
msgid "Start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
msgid "Summary"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sync LDAP with RSCDS"
|
||||
msgstr ""
|
||||
|
||||
msgid "That relationship type is being used. See ##RelationshipTypeUsed##"
|
||||
msgstr "Ese tipo de relación está siendo utilizada. Ver ##TipodeRelacióonUtilizada##"
|
||||
|
||||
msgid "The application program does not understand that request."
|
||||
msgstr ""
|
||||
|
||||
msgid "The calendar path contains illegal characters."
|
||||
msgstr ""
|
||||
|
||||
msgid "The displayname may only be set on collections or principals."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "The file %s is not UTF-8 encoded, please check the error for more details."
|
||||
msgstr ""
|
||||
|
||||
msgid "The name this user can log into the system with."
|
||||
msgstr "El nombre con el cual éste usuario puede conectase al sistema."
|
||||
|
||||
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."
|
||||
|
||||
msgid "The style of dates used for this person."
|
||||
msgstr "El estilo de fechas utilizado por ésta persona."
|
||||
|
||||
msgid "The user's e-mail address."
|
||||
msgstr "La dirección de 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 contraseña del usuario para conectarse."
|
||||
|
||||
msgid "There was an error writing to the database."
|
||||
msgstr "Hubo un error al grabar en la base de datos."
|
||||
|
||||
msgid "This user's collections"
|
||||
msgstr ""
|
||||
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgid "United States of America (m/d/y)"
|
||||
msgstr "Estados Unidos de América (m/d/y)"
|
||||
|
||||
msgid "Update"
|
||||
msgstr "Actualizar"
|
||||
|
||||
msgid "Updated"
|
||||
msgstr "Actualizado"
|
||||
|
||||
msgid "Upload your .ics calendar in ical format "
|
||||
msgstr ""
|
||||
|
||||
msgid "User Details"
|
||||
msgstr "Datos del Usuario"
|
||||
|
||||
msgid "User Name"
|
||||
msgstr "Nombre del Usuario"
|
||||
|
||||
msgid "User Roles"
|
||||
msgstr "Roles del Usuario"
|
||||
|
||||
msgid "User Unavailable"
|
||||
msgstr ""
|
||||
|
||||
msgid "User is active"
|
||||
msgstr "El usuario está activo"
|
||||
|
||||
msgid "User record written."
|
||||
msgstr "Registro del usuario grabado."
|
||||
|
||||
msgid "Users"
|
||||
msgstr "Usuarios"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "View %s"
|
||||
msgstr "Mostrar"
|
||||
|
||||
msgid "View my own user record"
|
||||
msgstr "Mostrar mi registro de usuario"
|
||||
|
||||
msgid "View this user record"
|
||||
msgstr "Mostrar éste registro de usuario"
|
||||
|
||||
msgid "When the user's e-mail account was validated."
|
||||
msgstr "Cuando fue validada la cuenta de correo del usuario."
|
||||
|
||||
msgid "Write"
|
||||
msgstr ""
|
||||
|
||||
msgid "You are editing"
|
||||
msgstr ""
|
||||
|
||||
msgid "You are not authorised to use this function."
|
||||
msgstr "No está autorizado a utilizar ésta función."
|
||||
|
||||
msgid "You are viewing"
|
||||
msgstr ""
|
||||
|
||||
msgid "You do not have appropriate rights to view that resource."
|
||||
msgstr ""
|
||||
|
||||
msgid "You do not have sufficient access to lock that"
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not access that calendar"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "You may not access that collection"
|
||||
msgstr "No está autorizado a utilizar ésta función."
|
||||
|
||||
#, fuzzy
|
||||
msgid "You may not add entries to this calendar."
|
||||
msgstr "No está autorizado a utilizar ésta función."
|
||||
|
||||
msgid "You may not create a calendar there."
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not delete entries from this calendar."
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not modify entries on this calendar."
|
||||
msgstr ""
|
||||
|
||||
msgid "You must log in to use this system."
|
||||
msgstr "Debe conectarte para usar el sistema."
|
||||
|
||||
msgid "Your .ics calendar"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "all events of user %s were deleted and replaced by those from file %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "directory %s is not readable"
|
||||
msgstr ""
|
||||
|
||||
msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed"
|
||||
msgstr ""
|
||||
|
||||
#, c-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"
|
||||
msgstr ""
|
||||
|
||||
#, c-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
|
||||
msgid "drivers_squid_pam : Unable to find %s file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"forget me not <!-- this is a colloquial phrase in english (the name of a flower) and is an option "
|
||||
"allowing people to log in automatically in future -->"
|
||||
msgstr ""
|
||||
|
||||
msgid "forget me not"
|
||||
msgstr ""
|
||||
|
||||
msgid "is Assistant to"
|
||||
msgstr ""
|
||||
|
||||
msgid "path to store your ics"
|
||||
msgstr ""
|
||||
|
||||
msgid "set the path to store your ics ex:home if you get it by caldav.php/me/home/"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "the file %s is not UTF-8 encoded, please check error for more details"
|
||||
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."
|
||||
|
||||
msgid "This operation does the following: <ul><li>check valid users in LDAP directory</li>"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Really Simple CalDAV Store"
|
||||
#~ msgstr "Almacenamiento CalDAV realmente simple"
|
||||
|
||||
#~ msgid "Group?"
|
||||
#~ msgstr "¿Grupo?"
|
||||
|
||||
#~ msgid "Is the target of this relationship a group of access rights?"
|
||||
#~ msgstr "¿El objetivo de ésta relación es un grupo de derechos de acceso?"
|
||||
|
||||
#~ msgid "Prefix"
|
||||
#~ msgstr "Prefijo"
|
||||
|
||||
#~ msgid "Restrict access to prefixes matching this pattern"
|
||||
#~ msgstr "Acceso restringido a prefijos que coincidan con éste patrón"
|
||||
|
||||
#~ msgid "To Group?"
|
||||
#~ msgstr "¿Al Grupo?"
|
||||
|
||||
#~ msgid "Relationship Type Updated."
|
||||
#~ msgstr "Tipo de Relación Actualizada."
|
||||
702
po/es_MX.po
702
po/es_MX.po
@ -1,702 +0,0 @@
|
||||
# Argentinian Spanish translation of RSCDS
|
||||
# Copyright (C) 2006 Andrew McMillan
|
||||
# This file is distributed under the same license as the RSCDS package.
|
||||
# Lorena Paoletti <andrew@mcmillan.net.nz>, 2006.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: RSCDS 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-06-19 00:23+1200\n"
|
||||
"PO-Revision-Date: 2006-11-06 17:12+1300\n"
|
||||
"Last-Translator: Lorena Paoletti <andrew@mcmillan.net.nz>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#, c-format
|
||||
msgid "- creating record for users : %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "- deactivating users : %s"
|
||||
msgstr "Mostrar el registro de éste usuario"
|
||||
|
||||
#, c-format
|
||||
msgid "- nothing done on : %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "- updating user records : %s"
|
||||
msgstr "Mostrar el registro de éste usuario"
|
||||
|
||||
msgid "--- select a relationship type ---"
|
||||
msgstr "Mostrar todos los tipos de relaciones"
|
||||
|
||||
msgid "--- select a user or resource ---"
|
||||
msgstr ""
|
||||
|
||||
msgid "--- select a user, group or resource ---"
|
||||
msgstr ""
|
||||
|
||||
msgid "<b>WARNING: all events in this path will be deleted before inserting all of the ics file</b>"
|
||||
msgstr ""
|
||||
|
||||
msgid "<b>WARNING: all events in this path will be deleted before inserting allof the ics file</b>"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"<h1>Log On Please</h1><p>For access to the %s you should log on withthe username and password that "
|
||||
"have been issued to you.</p><p>If you would like to request access, please e-mail %s.</p>"
|
||||
msgstr ""
|
||||
"<h1></h1><p>Para acceder al %s debe conectarse con el nombre de usuario y contraseña que le han sido "
|
||||
"asignado.</p><p>"
|
||||
|
||||
msgid "A collection already exists at that location."
|
||||
msgstr ""
|
||||
|
||||
msgid "Action"
|
||||
msgstr "Acción"
|
||||
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
msgid "Add Relationship"
|
||||
msgstr "Agregar Relación"
|
||||
|
||||
msgid "Add a new user"
|
||||
msgstr "Agregar un nuevo usuario"
|
||||
|
||||
msgid "Add"
|
||||
msgstr "Agregar"
|
||||
|
||||
msgid "Admin <!-- in the sense of 'systems admin' -->"
|
||||
msgstr "Administrador"
|
||||
|
||||
msgid "Admin"
|
||||
msgstr "Administrador"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Administers"
|
||||
msgstr "Administrador"
|
||||
|
||||
#, c-format
|
||||
msgid "All events of user %s were deleted and replaced by those from the file."
|
||||
msgstr ""
|
||||
|
||||
msgid "All requested changes were made."
|
||||
msgstr ""
|
||||
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
|
||||
msgid "Anonymous users are not allowed to modify calendars"
|
||||
msgstr ""
|
||||
|
||||
msgid "Browse all relationship types"
|
||||
msgstr "Mostrar todos los tipos de relaciones"
|
||||
|
||||
msgid "Browse all users"
|
||||
msgstr "Mostrar todos los usuarios"
|
||||
|
||||
msgid "Busy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Calendar Resource Not Found."
|
||||
msgstr ""
|
||||
|
||||
msgid "Calendar Users"
|
||||
msgstr "Calendario de los Usuario"
|
||||
|
||||
msgid "Can read from"
|
||||
msgstr ""
|
||||
|
||||
msgid "Can see free/busy time of"
|
||||
msgstr ""
|
||||
|
||||
msgid "Changed On"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Click to display that user"
|
||||
msgstr "Hacer clic para mostrar esa relación"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Click to display the contents of the collection"
|
||||
msgstr "Hacer clic para mostrar esa relación"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Click to display user details"
|
||||
msgstr "Hacer clic para mostrar esa relación"
|
||||
|
||||
msgid "Collection Contents"
|
||||
msgstr ""
|
||||
|
||||
msgid "Collection Path"
|
||||
msgstr ""
|
||||
|
||||
msgid "Confirm Deletion of the Relationship Type"
|
||||
msgstr ""
|
||||
|
||||
msgid "Confirm the new password."
|
||||
msgstr "Confirmar la nueva contraseña."
|
||||
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
|
||||
msgid "Create"
|
||||
msgstr "Crear"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Created On"
|
||||
msgstr "Crear"
|
||||
|
||||
msgid "DAViCal CalDAV Server"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Database Error"
|
||||
msgstr "Error en la Base de Datos."
|
||||
|
||||
msgid "Database Error."
|
||||
msgstr "Error en la Base de Datos."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Database error"
|
||||
msgstr "Error en la Base de Datos."
|
||||
|
||||
msgid "Date Style"
|
||||
msgstr "Formato de Fecha"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Default relationships added."
|
||||
msgstr "Relación incorporada."
|
||||
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
|
||||
msgid "Directory on the server"
|
||||
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 "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!"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "Edit %s"
|
||||
msgstr "Editar"
|
||||
|
||||
msgid "Edit this user record"
|
||||
msgstr "Mostrar el registro de éste usuario"
|
||||
|
||||
msgid "Enter a username, if you know it, and click here, to be e-mailed a temporary password."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enter the name for this resource type"
|
||||
msgstr "Ingrese el nombre para éste tipo de recurso"
|
||||
|
||||
msgid "Enter your username and password then click here to log in."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Error NoUserFound with filter >%s<, attributes >%s< , dn >%s<"
|
||||
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."
|
||||
|
||||
msgid "European (d/m/y)"
|
||||
msgstr "Formato Europeo (d/m/y)"
|
||||
|
||||
msgid "Existing resource does not match 'If-Match' header - not accepted."
|
||||
msgstr ""
|
||||
|
||||
msgid "Existing resource matches 'If-None-Match' header - not accepted."
|
||||
msgstr ""
|
||||
|
||||
msgid "Finish"
|
||||
msgstr ""
|
||||
|
||||
msgid "For access to the"
|
||||
msgstr "Para acceder a"
|
||||
|
||||
msgid "FreeBusy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Full Name"
|
||||
msgstr "Nombre Completo"
|
||||
|
||||
msgid "GO!"
|
||||
msgstr ""
|
||||
|
||||
msgid "Group <!-- in the sense of a group of people -->"
|
||||
msgstr "Grupo"
|
||||
|
||||
msgid "Group"
|
||||
msgstr "Grupo"
|
||||
|
||||
msgid "Help on something or other"
|
||||
msgstr "Ayuda en"
|
||||
|
||||
msgid "Help! I've forgotten my password!"
|
||||
msgstr ""
|
||||
|
||||
msgid "Help"
|
||||
msgstr "Ayuda"
|
||||
|
||||
msgid "Home calendar added."
|
||||
msgstr ""
|
||||
|
||||
msgid "Home"
|
||||
msgstr "Página principal"
|
||||
|
||||
msgid "ISO Format (YYYY-MM-DD)"
|
||||
msgstr "Formato ISO (YYYY-MM-DD)"
|
||||
|
||||
msgid "Id <!-- short for 'Identifier' -->"
|
||||
msgstr "No"
|
||||
|
||||
msgid "Id"
|
||||
msgstr "No"
|
||||
|
||||
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"
|
||||
|
||||
msgid "Import ICS file"
|
||||
msgstr ""
|
||||
|
||||
msgid "Import all .ics files of a directory"
|
||||
msgstr ""
|
||||
|
||||
msgid "Invalid user name or password."
|
||||
msgstr "Usuario o contraseña incorrectos."
|
||||
|
||||
msgid "Invalid username or password."
|
||||
msgstr "Usuario o contraseña incorrectos."
|
||||
|
||||
msgid "Is a Calendar?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Is this access read ('R') or Read and Write ('RW')?"
|
||||
msgstr "¿Éste acceso es de lectura ('L') ó de Lectura y Escritura ('LE')?"
|
||||
|
||||
msgid "Is this user active?"
|
||||
msgstr "¿Éste usuario está activo?"
|
||||
|
||||
msgid "Joined"
|
||||
msgstr "Incorporado"
|
||||
|
||||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
msgid "Last used"
|
||||
msgstr "Utilizado por última vez"
|
||||
|
||||
msgid "Linked From"
|
||||
msgstr "Relacionado desde"
|
||||
|
||||
msgid "Linked To"
|
||||
msgstr "Relacionado con"
|
||||
|
||||
msgid "Log On Please"
|
||||
msgstr "Conectarse por favor"
|
||||
|
||||
msgid "Log out of the"
|
||||
msgstr "Desconectarse de"
|
||||
|
||||
msgid "Logout"
|
||||
msgstr "Desconectarse"
|
||||
|
||||
msgid "My Details"
|
||||
msgstr "Mis Datos"
|
||||
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
msgid "New Password"
|
||||
msgstr "Nueva Constraseña"
|
||||
|
||||
msgid "New User"
|
||||
msgstr "Nuevo Usuario"
|
||||
|
||||
msgid "No collection found at that location."
|
||||
msgstr ""
|
||||
|
||||
msgid "No. <!-- short for 'Number' -->"
|
||||
msgstr "No"
|
||||
|
||||
msgid "No."
|
||||
msgstr "No"
|
||||
|
||||
msgid "Operations on your calendar"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Operations"
|
||||
msgstr "Relación"
|
||||
|
||||
msgid "Password"
|
||||
msgstr "Constraseña"
|
||||
|
||||
msgid "Please Confirm Deletion"
|
||||
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 "Property is read-only"
|
||||
msgstr ""
|
||||
|
||||
msgid "Public <!-- in the sense of being available to all users -->"
|
||||
msgstr "Público"
|
||||
|
||||
msgid "Public"
|
||||
msgstr "Público"
|
||||
|
||||
msgid "REPORT body contains no XML data!"
|
||||
msgstr ""
|
||||
|
||||
msgid "REPORT body is not valid XML data!"
|
||||
msgstr ""
|
||||
|
||||
msgid "Read"
|
||||
msgstr ""
|
||||
|
||||
msgid "ReadWrite"
|
||||
msgstr ""
|
||||
|
||||
msgid "Relationship <!-- in the sense of a work relationship between people -->"
|
||||
msgstr "Relación"
|
||||
|
||||
msgid "Relationship Type Added."
|
||||
msgstr "Tipo de Relación incorporada."
|
||||
|
||||
msgid "Relationship Type Deleted."
|
||||
msgstr "Tipo de Relación Eliminada."
|
||||
|
||||
msgid "Relationship Types"
|
||||
msgstr "Tipos de Relación"
|
||||
|
||||
msgid "Relationship added."
|
||||
msgstr "Relación incorporada."
|
||||
|
||||
msgid "Relationship deleted"
|
||||
msgstr "Relación eliminada"
|
||||
|
||||
msgid "Relationship"
|
||||
msgstr "Relación"
|
||||
|
||||
msgid "Relationships from this user"
|
||||
msgstr "Relaciones desde éste usuario"
|
||||
|
||||
msgid "Relationships to this user"
|
||||
msgstr "Relaciones hacia éste usuario"
|
||||
|
||||
msgid "Relationships"
|
||||
msgstr "Relaciones"
|
||||
|
||||
msgid "Repeat Rule"
|
||||
msgstr ""
|
||||
|
||||
msgid "Report Bug"
|
||||
msgstr "Reportar Error"
|
||||
|
||||
msgid "Report a bug in the system"
|
||||
msgstr "Reportar un error en el sistema"
|
||||
|
||||
msgid "Resource <!-- a thing which might be booked: a room, a carpark, a projector... -->"
|
||||
msgstr "Recurso"
|
||||
|
||||
msgid "Resource changed on server - not changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource does not match 'If-Match' header - not deleted"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource has changed on server - not deleted"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resource"
|
||||
msgstr "Recurso"
|
||||
|
||||
msgid "Resources may not be changed to / from collections."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rights"
|
||||
msgstr "Derechos"
|
||||
|
||||
msgid "Select the type of relationship from this user"
|
||||
msgstr "Seleccionar el tipo de relación de salida desde éste usuario"
|
||||
|
||||
msgid "Select the user, resource or group to relate this user to"
|
||||
msgstr "Seleccionar el usuario, recurso o grupo con el cual relacionar a éste usuario"
|
||||
|
||||
msgid "Set the path to store your ics e.g. 'home' will be referenced as /caldav.php/me/home/"
|
||||
msgstr ""
|
||||
|
||||
msgid "Setup RSCDS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Setup"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show help on"
|
||||
msgstr "Mostrar ayuda sobre"
|
||||
|
||||
msgid "Some properties were not able to be changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Some properties were not able to be set."
|
||||
msgstr ""
|
||||
|
||||
msgid "Start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
msgid "Summary"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sync LDAP with RSCDS"
|
||||
msgstr ""
|
||||
|
||||
msgid "That relationship type is being used. See ##RelationshipTypeUsed##"
|
||||
msgstr "Ese tipo de relación está siendo utilizada. Ver ##TipodeRelacióonUtilizada##"
|
||||
|
||||
msgid "The application program does not understand that request."
|
||||
msgstr ""
|
||||
|
||||
msgid "The calendar path contains illegal characters."
|
||||
msgstr ""
|
||||
|
||||
msgid "The displayname may only be set on collections or principals."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "The file %s is not UTF-8 encoded, please check the error for more details."
|
||||
msgstr ""
|
||||
|
||||
msgid "The name this user can log into the system with."
|
||||
msgstr "El nombre con el cual éste usuario puede conectase al sistema."
|
||||
|
||||
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."
|
||||
|
||||
msgid "The style of dates used for this person."
|
||||
msgstr "El estilo de fechas utilizado por ésta persona."
|
||||
|
||||
msgid "The user's e-mail address."
|
||||
msgstr "La dirección de 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 contraseña del usuario para conectarse."
|
||||
|
||||
msgid "There was an error writing to the database."
|
||||
msgstr "Hubo un error al grabar en la base de datos."
|
||||
|
||||
msgid "This user's collections"
|
||||
msgstr ""
|
||||
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgid "United States of America (m/d/y)"
|
||||
msgstr "Estados Unidos de América (m/d/y)"
|
||||
|
||||
msgid "Update"
|
||||
msgstr "Actualizar"
|
||||
|
||||
msgid "Updated"
|
||||
msgstr "Actualizado"
|
||||
|
||||
msgid "Upload your .ics calendar in ical format "
|
||||
msgstr ""
|
||||
|
||||
msgid "User Details"
|
||||
msgstr "Datos del Usuario"
|
||||
|
||||
msgid "User Name"
|
||||
msgstr "Nombre del Usuario"
|
||||
|
||||
msgid "User Roles"
|
||||
msgstr "Roles del Usuario"
|
||||
|
||||
msgid "User Unavailable"
|
||||
msgstr ""
|
||||
|
||||
msgid "User is active"
|
||||
msgstr "El usuario está activo"
|
||||
|
||||
msgid "User record written."
|
||||
msgstr "Registro del usuario grabado."
|
||||
|
||||
msgid "Users"
|
||||
msgstr "Usuarios"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "View %s"
|
||||
msgstr "Mostrar"
|
||||
|
||||
msgid "View my own user record"
|
||||
msgstr "Mostrar mi registro de usuario"
|
||||
|
||||
msgid "View this user record"
|
||||
msgstr "Mostrar éste registro de usuario"
|
||||
|
||||
msgid "When the user's e-mail account was validated."
|
||||
msgstr "Cuando fue validada la cuenta de correo del usuario."
|
||||
|
||||
msgid "Write"
|
||||
msgstr ""
|
||||
|
||||
msgid "You are editing"
|
||||
msgstr ""
|
||||
|
||||
msgid "You are not authorised to use this function."
|
||||
msgstr "No está autorizado a utilizar ésta función."
|
||||
|
||||
msgid "You are viewing"
|
||||
msgstr ""
|
||||
|
||||
msgid "You do not have appropriate rights to view that resource."
|
||||
msgstr ""
|
||||
|
||||
msgid "You do not have sufficient access to lock that"
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not access that calendar"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "You may not access that collection"
|
||||
msgstr "No está autorizado a utilizar ésta función."
|
||||
|
||||
#, fuzzy
|
||||
msgid "You may not add entries to this calendar."
|
||||
msgstr "No está autorizado a utilizar ésta función."
|
||||
|
||||
msgid "You may not create a calendar there."
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not delete entries from this calendar."
|
||||
msgstr ""
|
||||
|
||||
msgid "You may not modify entries on this calendar."
|
||||
msgstr ""
|
||||
|
||||
msgid "You must log in to use this system."
|
||||
msgstr "Debe conectarte para usar el sistema."
|
||||
|
||||
msgid "Your .ics calendar"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "all events of user %s were deleted and replaced by those from file %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "directory %s is not readable"
|
||||
msgstr ""
|
||||
|
||||
msgid "drivers_ldap : Could not start TLS: ldap_start_tls() failed"
|
||||
msgstr ""
|
||||
|
||||
#, c-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"
|
||||
msgstr ""
|
||||
|
||||
#, c-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
|
||||
msgid "drivers_squid_pam : Unable to find %s file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"forget me not <!-- this is a colloquial phrase in english (the name of a flower) and is an option "
|
||||
"allowing people to log in automatically in future -->"
|
||||
msgstr ""
|
||||
|
||||
msgid "forget me not"
|
||||
msgstr ""
|
||||
|
||||
msgid "is Assistant to"
|
||||
msgstr ""
|
||||
|
||||
msgid "path to store your ics"
|
||||
msgstr ""
|
||||
|
||||
msgid "set the path to store your ics ex:home if you get it by caldav.php/me/home/"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "the file %s is not UTF-8 encoded, please check error for more details"
|
||||
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."
|
||||
|
||||
msgid "This operation does the following: <ul><li>check valid users in LDAP directory</li>"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Really Simple CalDAV Store"
|
||||
#~ msgstr "Almacenamiento CalDAV realmente simple"
|
||||
|
||||
#~ msgid "Group?"
|
||||
#~ msgstr "¿Grupo?"
|
||||
|
||||
#~ msgid "Is the target of this relationship a group of access rights?"
|
||||
#~ msgstr "¿El objetivo de ésta relación es un grupo de derechos de acceso?"
|
||||
|
||||
#~ msgid "Prefix"
|
||||
#~ msgstr "Prefijo"
|
||||
|
||||
#~ msgid "Restrict access to prefixes matching this pattern"
|
||||
#~ msgstr "Acceso restringido a prefijos que coincidan con éste patrón"
|
||||
|
||||
#~ msgid "To Group?"
|
||||
#~ msgstr "¿Al Grupo?"
|
||||
|
||||
#~ msgid "Relationship Type Updated."
|
||||
#~ msgstr "Tipo de Relación Actualizada."
|
||||
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-07-14 21:33+1200\n"
|
||||
"POT-Creation-Date: 2008-09-17 23:04+1200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -10,22 +10,24 @@
|
||||
POTOOLS="scripts/po"
|
||||
PODIR="po"
|
||||
LOCALEDIR="locale"
|
||||
APPLICATION="rscds"
|
||||
APPLICATION="davical"
|
||||
|
||||
${POTOOLS}/extract.pl htdocs inc ../awl/inc > ${PODIR}/strings.raw
|
||||
xgettext --keyword=_ -C --no-location --output=${PODIR}/messages.tmp ${PODIR}/strings.raw
|
||||
sed -e 's/CHARSET/UTF-8/' <${PODIR}/messages.tmp >${PODIR}/messages.po
|
||||
sed -e 's/CHARSET/UTF-8/' <${PODIR}/messages.tmp >${PODIR}/messages.pot
|
||||
rm ${PODIR}/messages.tmp
|
||||
|
||||
|
||||
for LOCALE in `grep VALUES dba/supported_locales.sql | cut -f2 -d"'"` ; do
|
||||
for LOCALE in `grep VALUES dba/supported_locales.sql | cut -f2 -d"'" | cut -f1 -d'_'` ; do
|
||||
[ "${LOCALE}" = "en" ] && continue
|
||||
if [ ! -f ${PODIR}/${LOCALE}.po ] ; then
|
||||
cp ${PODIR}/messages.po ${PODIR}/${LOCALE}.po
|
||||
cp ${PODIR}/messages.pot ${PODIR}/${LOCALE}.po
|
||||
fi
|
||||
msgmerge --quiet --width 105 --update ${PODIR}/${LOCALE}.po ${PODIR}/messages.po
|
||||
msgmerge --quiet --width 105 --update ${PODIR}/${LOCALE}.po ${PODIR}/messages.pot
|
||||
done
|
||||
|
||||
for LOCALE in `grep VALUES dba/supported_locales.sql | cut -f2 -d"'"` ; do
|
||||
for LOCALE in `grep VALUES dba/supported_locales.sql | cut -f2 -d"'" | cut -f1 -d'_'` ; do
|
||||
[ "${LOCALE}" = "en" ] && continue
|
||||
mkdir -p ${LOCALEDIR}/${LOCALE}/LC_MESSAGES
|
||||
msgfmt ${PODIR}/${LOCALE}.po -o ${LOCALEDIR}/${LOCALE}/LC_MESSAGES/${APPLICATION}.mo
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user