# LANGUAGE translation of Drupal (eventrepeat.install) # Copyright YEAR NAME # Generated from file: # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2006-07-31 02:18-0400\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: eventrepeat.install:123 msgid "Event Repeat module installed successfully." msgstr "" #: eventrepeat.install:126 msgid "" "Table installation for the Event Repeat module was unsuccessful. The tables " "may need to be installed by hand. See the eventrepeat.install file for a " "list of the installation queries." msgstr "" #: eventrepeat.module:346;925 msgid "This occurrence only" msgstr "" #: eventrepeat.module:347;926 msgid "This occurrence and all future occurrences" msgstr "" #: eventrepeat.module:348;927 msgid "All occurrences" msgstr "" #: eventrepeat.module:355 msgid "Repeat event--delete the following" msgstr "" #: eventrepeat.module:355 msgid "" "'This occurrence and all future occurrences' will delete repeat events from " "the date of the selected node forward, 'All occurrences' will delete repeat " "events after today's date." msgstr "" #: eventrepeat.module:363 msgid "Allow repeat events" msgstr "" #: eventrepeat.module:365 msgid "" "If selected, users will be allowed to add repeating events for this node type" msgstr "" #: eventrepeat.module:410 msgid "Adds support for repeating events. Dependency: event.module" msgstr "" #: eventrepeat.module:412 msgid "" "

Eventrepeat enables the creation of repeating event patterns for node " "types that are event-enabled.  In order for repeating events to be " "created for a node type, you must first configure that node type to be " "enabled for repeating events.  This is done in the configuration page " "for the specified node type (located in administer->settings->content " "types). While you're in the configuration screen, check that the node type " "is also able to be viewed in the event calendar.

To create a " "repeat sequence you first must create the event, then click the 'edit' tab, " "then the 'repeat' tab to get to the repeat settings screen (it's necessary " "to do it this way because the repeat code needs all of the node data in " "order to create more nodes). Read below for a quick repeat pattern tutorial:" "

  1. Set 'Repeat type'  to the type of repeating pattern you " "wish to create
  2.  Set either 'Repeat end date' or 'Count' to " "determine the how many repeating events will be created (you can only set " "one of these parameters).  If you want the pattern to be indefinite, " "then leave both of these settings empty.
  3. Set any other parameters " "for the repeat pattern
  4. Set any exception dates to the pattern " "using the exception editor.  Exception dates are dates where a repeat " "event will not be created even if it falls within the repeat sequence
  5. You can't create repeat events in the past--if you set a " "sequence starting in the past, it will begin to render on the current date " "(or possibly the day before)

Except for the Count parameter, " "all other parameters operate as follows:

Multiple selections " "within the same parameter use an OR comparison for determining the pattern " "(ex. Monday OR Tuesday OR Wednesday).  Choosing multiple parameters " "uses an AND comparison between the parameters (ex. on Monday AND in March).


So, setting the days parameter to Monday, Wednesday--and the " "month parameter to July, August would result in this comparison logic:

Occurs on (Monday OR Wednesday) AND (July OR August) 

" "

Eventrepeat's pattern creation was largely modeled on the iCal RRULE " "specification.  At this time, it should support all RRULE parameters, " "with the following exceptions:

  1. Recurrance periods less than " "DAILY
  2. BYDAY declarations greater than 5 and less than -5 " "(ex. 20th Monday of the year is not supported).  Other similar patterns " "can be built that should approximate this functionality.
  3. BYSETPOS " "parameter
  4. EXRULE parameter

 

 

" msgstr "" #: eventrepeat.module:429 msgid "repeat" msgstr "" #: eventrepeat.module:431 msgid "repeat help" msgstr "" #: eventrepeat.module:499 msgid "" "Trying to remove a repeat setting from a repeating event is not currently " "supported. Please try deleting the events you don't want instead." msgstr "" #: eventrepeat.module:503;1591 msgid "Repeat end" msgstr "" #: eventrepeat.module:526;1600 msgid "" "'Repeat end date' and 'Count' cannot both be set--select only one to provide " "a valid end point for the sequence" msgstr "" #: eventrepeat.module:532 msgid "" "Editing a sequence which uses the 'Count' parameter is not currently " "supported. You may need to delete this event." msgstr "" #: eventrepeat.module:697;1046 msgid "Need help creating a repeat pattern? Click " msgstr "" #: eventrepeat.module:697;1046 msgid "here" msgstr "" #: eventrepeat.module:780 msgid "This calendar view is outside of the range of repeat event support" msgstr "" #: eventrepeat.module:931 msgid "Apply edit(s) to" msgstr "" #: eventrepeat.module:934 msgid "" "'This occurrence and all future occurrences' will edit repeat events from " "the date of the selected node forward, 'All occurrences' will edit repeat " "events after today's date.
Note: editing a single occurrence will remove " "it from the repeat sequence." msgstr "" #: eventrepeat.module:957 msgid "Repeat" msgstr "" #: eventrepeat.module:967 msgid "Daily" msgstr "" #: eventrepeat.module:968 msgid "Weekly" msgstr "" #: eventrepeat.module:969 msgid "Monthly" msgstr "" #: eventrepeat.module:970 msgid "Yearly" msgstr "" #: eventrepeat.module:974 msgid "Repeat type" msgstr "" #: eventrepeat.module:977 msgid "select 'none' to disable repeats for this event" msgstr "" #: eventrepeat.module:983 msgid "End Settings" msgstr "" #: eventrepeat.module:985 msgid "" "Select either the end date or the number of times you want this event to " "repeat." msgstr "" #: eventrepeat.module:991 msgid "Repeat end date" msgstr "" #: eventrepeat.module:996 msgid "OR" msgstr "" #: eventrepeat.module:1000;1277;1286;1302 msgid "Select" msgstr "" #: eventrepeat.module:1006 msgid "Count" msgstr "" #: eventrepeat.module:1009 msgid "" "Determines the number of repeat nodes that will be created for the repeat " "sequence" msgstr "" #: eventrepeat.module:1039 msgid "Advanced" msgstr "" #: eventrepeat.module:1046 msgid "" "NOTE: Editing an existing repeat pattern maps previously created events to " "the new pattern, in sequential order, on all dates from the date where the " "edit is performed." msgstr "" #: eventrepeat.module:1056;1921 msgid "Interval" msgstr "" #: eventrepeat.module:1058 msgid "Frequency of repeat: 1 = every, 2 = every other, 3 = every 3rd, etc." msgstr "" #: eventrepeat.module:1076 msgid "1st" msgstr "" #: eventrepeat.module:1077 msgid "2nd" msgstr "" #: eventrepeat.module:1078 msgid "3rd" msgstr "" #: eventrepeat.module:1079 msgid "4th" msgstr "" #: eventrepeat.module:1080 msgid "5th" msgstr "" #: eventrepeat.module:1081 msgid "Last" msgstr "" #: eventrepeat.module:1082 msgid "Next to Last" msgstr "" #: eventrepeat.module:1083 msgid "2nd from Last" msgstr "" #: eventrepeat.module:1084 msgid "3rd from Last" msgstr "" #: eventrepeat.module:1085 msgid "4th from Last" msgstr "" #: eventrepeat.module:1099 msgid "Day(s)" msgstr "" #: eventrepeat.module:1101 msgid "" "Determines what day(s) of the week/month this event repeats on (by day of " "the week). Lots of options available, scroll down!" msgstr "" #: eventrepeat.module:1126 msgid "Month(s)" msgstr "" #: eventrepeat.module:1129 msgid "Selects what month(s) of the year this event repeats on" msgstr "" #: eventrepeat.module:1146 msgid "Day(s) of the Month" msgstr "" #: eventrepeat.module:1149 msgid "" "Determines what day(s) of the month this event repeats on (the actual day " "number in the month). Negative numbers count from the end of the month." msgstr "" #: eventrepeat.module:1166 msgid "Day(s) of the Year" msgstr "" #: eventrepeat.module:1169 msgid "" "Determines what day(s) of the year this event repeats on. Negative numbers " "count from the end of the year." msgstr "" #: eventrepeat.module:1186 msgid "Week Number(s)" msgstr "" #: eventrepeat.module:1189 msgid "" "Selects what week(s) of the year this event repeats on. Negative numbers " "count from the end of the year." msgstr "" #: eventrepeat.module:1210 msgid "Exceptions" msgstr "" #: eventrepeat.module:1243 msgid "Exception Editor" msgstr "" #: eventrepeat.module:1243 msgid "" "Enter exception dates here (dates that will not be rendered as part of the " "repeat sequence). If you wish to delete an already existing exception, " "enter the date again. Don't forget to press the 'Submit' button after " "editing the exception dates!" msgstr "" #: eventrepeat.module:1244 msgid "Add Exception" msgstr "" #: eventrepeat.module:1261 msgid "Current Exceptions" msgstr "" #: eventrepeat.module:1344;1595;2151;2162 msgid "Exception" msgstr "" #: eventrepeat.module:1539 msgid "" "repeat pattern updated--existing events have been mapped to the new pattern%" "add_delete" msgstr "" #: eventrepeat.module:1569 msgid "Repeat settings updated" msgstr "" #: eventrepeat.module:1587 msgid "You must select a Repeat Type in order to save the settings" msgstr "" #: eventrepeat.module:1594 msgid "Add/Delete Exception" msgstr "" #: eventrepeat.module:1605 msgid "" "Editing a sequence which uses the 'Count' parameter is not supported. " "Delete the sequence and recreate it with the new parameters." msgstr "" #: eventrepeat.module:1674 msgid "The calendar mapping function has be reset." msgstr "" #: eventrepeat.module:1913 msgid "Title tag" msgstr "" #: eventrepeat.module:1913 msgid "" "Enter a tag that will be prepended to all events in a repeat sequence--leave " "blank for no tag." msgstr "" #: eventrepeat.module:1914 msgid "Leave individual edits in sequence" msgstr "" #: eventrepeat.module:1914 msgid "" "If selected, individually edited nodes will remain part of their repeat " "sequence
WARNING: Subsequent mass edits involving the individually edited " "node will overwrite the old data!" msgstr "" #: eventrepeat.module:1915 msgid "Initial render period" msgstr "" #: eventrepeat.module:1915 msgid "" "Initial period of time for which a repeat sequence is rendered upon it's " "creation--also the number of days from the current date that repeating nodes " "are automatically updated (events outside this range will only be rendered " "upon first viewing of a calendar period that contains them, up to the " "rendering support period). Default value is 90 days. Maximum allowed value " "is 730 days" msgstr "" #: eventrepeat.module:1916 msgid "Render support period" msgstr "" #: eventrepeat.module:1916 msgid "" "Number of days from current date that repeat rendering is supported. Default " "is 2000 days, and it's recommended that this value be kept. Maximum allowed " "value is 10000." msgstr "" #: eventrepeat.module:1919 msgid "Advanced Controls" msgstr "" #: eventrepeat.module:1922 msgid "By day of the week" msgstr "" #: eventrepeat.module:1923 msgid "By month" msgstr "" #: eventrepeat.module:1924 msgid "By days of the month" msgstr "" #: eventrepeat.module:1925 msgid "By days of the year" msgstr "" #: eventrepeat.module:1926 msgid "By number of the week" msgstr "" #: eventrepeat.module:1930 msgid "Show the following controls" msgstr "" #: eventrepeat.module:1933 msgid "" "These options will appear in the advanced fieldset of the repeat fieldset on " "nodes that use repeat events." msgstr "" #: eventrepeat.module:1940 msgid "Reset calendar map" msgstr "" #: eventrepeat.module:1940 msgid "" "If for any reason repeating events are not mapping to the correct calendar " "dates, you may try to repair the functionality by resetting the calendar " "mapping function. Note that this will not repair existing repeat sequences." msgstr "" #: eventrepeat.module:1968 msgid "The settings have been updated." msgstr "" #: eventrepeat.module:2029 msgid "" "The module %module was deactivated--it requires the following disabled/non-" "existant modules to function properly: %dependencies" msgstr "" #: eventrepeat.module:2070 msgid "" "You cannot edit an event start time to a day different than the one defined " "in the repeat pattern in this manner. This is not currently supported." msgstr "" #: eventrepeat.module:2126 msgid "" "

To create a repeat sequence you first must create the event, then click " "the 'edit' tab, then the 'repeat' tab to get to the repeat settings screen. " "Read below for a quick repeat pattern tutorial:

  1. Set 'Repeat " "type'  to the type of repeating pattern you wish to create
  2.  Set either 'Repeat end date' or 'Count' to determine the how " "many repeating events will be created (you can only set one of these " "parameters).  If you want the pattern to be indefinite, then leave both " "of these settings empty.
  3. Set any other parameters for the repeat " "pattern
  4. Set any exception dates to the pattern using the exception " "editor.  Exception dates are dates where a repeat event will not be " "created even if it falls within the repeat sequence
  5. You " "can't create repeat events in the past--if you set a sequence starting in " "the past, it will begin to render on the current date (or possibly the day " "before)

Except for the Count parameter, all other " "parameters operate as follows:

Multiple selections within the " "same parameter use an OR comparison for determining the pattern (ex. Monday " "OR Tuesday OR Wednesday).  Choosing multiple parameters uses an AND " "comparison between the parameters (ex. on Monday AND in March).


So, setting the days parameter to Monday, Wednesday--and the month " "parameter to July, August would result in this comparison logic:

" "

Occurs on (Monday OR Wednesday) AND (July OR August)

" msgstr "" #: eventrepeat.module:2165 msgid "" "You have selected a date that is before or the same as the start of the " "selected event, which is not allowed--check your repeat pattern settings and " "try again.
Note: If you are trying to shorten the end date of a " "repeat cycle, perform that operation from an event date before the new end " "date." msgstr "" #: eventrepeat.module:2176 msgid "%type date 'month' value not selected" msgstr "" #: eventrepeat.module:2178 msgid "%type date 'day' value not selected" msgstr "" #: eventrepeat.module:2180 msgid "%type date 'year' value not selected" msgstr "" #: eventrepeat.module:460 msgid "create repeat events" msgstr "" #: eventrepeat.module:0 msgid "eventrepeat" msgstr ""