| @@ 3-297 (lines=295) @@ | ||
| 1 | <?php |
|
| 2 | ||
| 3 | if (defined('FOR_XOOPS_LANG_CHECKER') || !defined('_APCAL_CNST_LOADED')) { |
|
| 4 | define('_APCAL_CNST_LOADED', 1); |
|
| 5 | ||
| 6 | // the language file for jscalendar "DHTML Date/Time Selector" |
|
| 7 | define('_APCAL_JS_CALENDAR', 'calendar-en.js'); |
|
| 8 | ||
| 9 | // format for jscalendar. see common/jscalendar/doc/html/reference.html |
|
| 10 | define('_APCAL_JSFMT_YMDN', '%e %B %Y %A'); |
|
| 11 | ||
| 12 | // format for date() see http://jp.php.net/date |
|
| 13 | define('_APCAL_DTFMT_MINUTE', 'i'); |
|
| 14 | ||
| 15 | // definition of orders Y:year M:month W:week D:day N:dayname O:operand |
|
| 16 | define('_APCAL_FMT_MD', '%1$s %2$s'); |
|
| 17 | define('_APCAL_FMT_YMD', '%3$s %2$s %1$s'); |
|
| 18 | define('_APCAL_FMT_YMDN', '%4$s %2$s %3$s, %1$s'); |
|
| 19 | define('_APCAL_FMT_YMDO', '%4$s%3$s%2$s%1$s'); |
|
| 20 | define('_APCAL_FMT_YMW', '%3$s %2$s %1$s'); |
|
| 21 | define('_APCAL_FMT_YW', 'Week %2$s %1$s'); |
|
| 22 | define('_APCAL_FMT_DHI', '%1$s %2$s:%3$s'); |
|
| 23 | define('_APCAL_FMT_HI', '%1$s:%2$s'); |
|
| 24 | ||
| 25 | // formats for sprintf() |
|
| 26 | define('_APCAL_FMT_YEAR_MONTH', '%2$s %1$s'); |
|
| 27 | define('_APCAL_FMT_YEAR', 'YEAR %s'); |
|
| 28 | define('_APCAL_FMT_WEEKNO', 'WEEK %s'); |
|
| 29 | ||
| 30 | define('_APCAL_ICON_LIST', 'List View'); |
|
| 31 | define('_APCAL_ICON_DAILY', 'Daily View'); |
|
| 32 | define('_APCAL_ICON_WEEKLY', 'Weekly View'); |
|
| 33 | define('_APCAL_ICON_MONTHLY', 'Monthly View'); |
|
| 34 | define('_APCAL_ICON_YEARLY', 'Yearly View'); |
|
| 35 | ||
| 36 | define('_APCAL_MB_SHOWALLCAT', 'All Categories'); |
|
| 37 | ||
| 38 | define('_APCAL_MB_LINKTODAY', 'Today'); |
|
| 39 | define('_APCAL_MB_NOSUBJECT', '(No Subject)'); |
|
| 40 | ||
| 41 | define('_APCAL_MB_PREV_DATE', 'Yesterday'); |
|
| 42 | define('_APCAL_MB_NEXT_DATE', 'Tomorrow'); |
|
| 43 | define('_APCAL_MB_PREV_WEEK', 'Last Week'); |
|
| 44 | define('_APCAL_MB_NEXT_WEEK', 'Next Week'); |
|
| 45 | define('_APCAL_MB_PREV_MONTH', 'Last Month'); |
|
| 46 | define('_APCAL_MB_NEXT_MONTH', 'Next Month'); |
|
| 47 | define('_APCAL_MB_PREV_YEAR', 'Last Year'); |
|
| 48 | define('_APCAL_MB_NEXT_YEAR', 'Next Year'); |
|
| 49 | ||
| 50 | define('_APCAL_MB_NOEVENT', 'No Events'); |
|
| 51 | define('_APCAL_MB_ADDEVENT', 'Add an Event'); |
|
| 52 | define('_APCAL_MB_CONTINUING', '(continuing)'); |
|
| 53 | define('_APCAL_MB_RESTEVENT_PRE', ''); |
|
| 54 | define('_APCAL_MB_RESTEVENT_SUF', 'more item(s)'); |
|
| 55 | define('_APCAL_MB_TIMESEPARATOR', '--'); |
|
| 56 | ||
| 57 | define('_APCAL_MB_ALLDAY_EVENT', 'Allday Event'); |
|
| 58 | define('_APCAL_MB_LONG_EVENT', 'Show as Bar'); |
|
| 59 | define('_APCAL_MB_LONG_SPECIALDAY', 'Anniversary etc.'); |
|
| 60 | ||
| 61 | define('_APCAL_MB_PUBLIC', 'Public'); |
|
| 62 | define('_APCAL_MB_PRIVATE', 'Private'); |
|
| 63 | define('_APCAL_MB_PRIVATETARGET', ' among %s'); |
|
| 64 | ||
| 65 | define('_APCAL_MB_LINK_TO_RRULE1ST', 'Jump to the 1st Event '); |
|
| 66 | define('_APCAL_MB_RRULE1ST', 'This is the 1st Event'); |
|
| 67 | ||
| 68 | define('_APCAL_MB_EVENT_NOTREGISTER', 'Not Registered'); |
|
| 69 | define('_APCAL_MB_EVENT_ADMITTED', 'Admitted'); |
|
| 70 | define('_APCAL_MB_EVENT_NEEDADMIT', 'Waiting for Admission'); |
|
| 71 | ||
| 72 | define('_APCAL_MB_TITLE_EVENTINFO', 'Scheduler'); |
|
| 73 | define('_APCAL_MB_SUBTITLE_EVENTDETAIL', 'Detail View'); |
|
| 74 | define('_APCAL_MB_SUBTITLE_EVENTEDIT', 'Editing View'); |
|
| 75 | ||
| 76 | define('_APCAL_MB_HOUR_SUF', ':'); |
|
| 77 | define('_APCAL_MB_MINUTE_SUF', ''); |
|
| 78 | ||
| 79 | define('_APCAL_MB_ORDER_ASC', 'Ascending'); |
|
| 80 | define('_APCAL_MB_ORDER_DESC', 'Descending'); |
|
| 81 | define('_APCAL_MB_SORTBY', 'Sort by:'); |
|
| 82 | define('_APCAL_MB_CURSORTEDBY', 'Events currently sorted by:'); |
|
| 83 | ||
| 84 | define('_APCAL_MB_LABEL_CHECKEDITEMS', 'Checked events are:'); |
|
| 85 | define('_APCAL_MB_LABEL_OUTPUTICS', 'to be exported in iCalendar'); |
|
| 86 | ||
| 87 | define('_APCAL_MB_ICALSELECTPLATFORM', 'Select platform'); |
|
| 88 | ||
| 89 | define('_APCAL_TH_SUMMARY', 'Event title'); |
|
| 90 | define('_APCAL_TH_TIMEZONE', 'Time Zone'); |
|
| 91 | define('_APCAL_TH_STARTDATETIME', 'Beginning Date'); |
|
| 92 | define('_APCAL_TH_ENDDATETIME', 'Ending Date'); |
|
| 93 | define('_APCAL_TH_ALLDAYOPTIONS', 'Allday Options'); |
|
| 94 | define('_APCAL_TH_LOCATION', 'Location'); |
|
| 95 | define('_APCAL_TH_CONTACT', 'Contact'); |
|
| 96 | define('_APCAL_TH_CATEGORIES', 'Categories'); |
|
| 97 | define('_APCAL_TH_SUBMITTER', 'Submitter'); |
|
| 98 | define('_APCAL_TH_CLASS', 'Class'); |
|
| 99 | define('_APCAL_TH_DESCRIPTION', 'Description'); |
|
| 100 | define('_APCAL_TH_RRULE', 'Recur Rules'); |
|
| 101 | define('_APCAL_TH_ADMISSIONSTATUS', 'Status'); |
|
| 102 | define('_APCAL_TH_LASTMODIFIED', 'Last Modified'); |
|
| 103 | ||
| 104 | define('_APCAL_NTC_MONTHLYBYMONTHDAY', '(Input Number)'); |
|
| 105 | define('_APCAL_NTC_EXTRACTLIMIT', '** Only %s events are extracted if the max.'); |
|
| 106 | define('_APCAL_NTC_NUMBEROFNEEDADMIT', '(%s items need to be admitted)'); |
|
| 107 | ||
| 108 | define('_APCAL_OPT_PRIVATEMYSELF', 'myself only'); |
|
| 109 | define('_APCAL_OPT_PRIVATEGROUP', 'group %s'); |
|
| 110 | define('_APCAL_OPT_PRIVATEINVALID', '(invalid group)'); |
|
| 111 | ||
| 112 | define('_APCAL_MB_OP_AFTER', 'After'); |
|
| 113 | define('_APCAL_MB_OP_BEFORE', 'Before'); |
|
| 114 | define('_APCAL_MB_OP_ON', 'On'); |
|
| 115 | define('_APCAL_MB_OP_ALL', 'All'); |
|
| 116 | ||
| 117 | define('_APCAL_CNFM_SAVEAS_YN', 'Are you OK saving this as another record ?'); |
|
| 118 | define('_APCAL_CNFM_DELETE_YN', 'Are you OK deleting this record ?'); |
|
| 119 | ||
| 120 | define('_APCAL_ERR_INVALID_EVENT_ID', 'Error: EventID not found'); |
|
| 121 | define('_APCAL_ERR_NOPERM_TO_SHOW', "Error: You don't have a permission to view this"); |
|
| 122 | define('_APCAL_ERR_NOPERM_TO_OUTPUTICS', "Error: You don't have a permission to output iCalendar"); |
|
| 123 | define('_APCAL_ERR_LACKINDISPITEM', 'Item %s is blank.<br>Push the Back button of your browser!'); |
|
| 124 | ||
| 125 | define('_APCAL_BTN_JUMP', 'Jump'); |
|
| 126 | define('_APCAL_BTN_NEWINSERTED', 'New Insert'); |
|
| 127 | define('_APCAL_BTN_SUBMITCHANGES', ' Change it! '); |
|
| 128 | define('_APCAL_BTN_SAVEAS', 'Save as'); |
|
| 129 | define('_APCAL_BTN_DELETE', 'Remove it'); |
|
| 130 | define('_APCAL_BTN_DELETE_ONE', 'Remove just one'); |
|
| 131 | define('_APCAL_BTN_EDITEVENT', 'Edit it'); |
|
| 132 | define('_APCAL_BTN_RESET', 'Reset'); |
|
| 133 | define('_APCAL_BTN_OUTPUTICS_WIN', 'iCalendar(Win)'); |
|
| 134 | define('_APCAL_BTN_OUTPUTICS_MAC', 'iCalendar(Mac)'); |
|
| 135 | define('_APCAL_BTN_PRINT', 'Print'); |
|
| 136 | define('_APCAL_BTN_IMPORT', 'Import!'); |
|
| 137 | define('_APCAL_BTN_UPLOAD', 'Upload!'); |
|
| 138 | define('_APCAL_BTN_EXPORT', 'Export!'); |
|
| 139 | define('_APCAL_BTN_EXTRACT', 'Extract'); |
|
| 140 | define('_APCAL_BTN_ADMIT', 'Admit'); |
|
| 141 | define('_APCAL_BTN_MOVE', 'Move'); |
|
| 142 | define('_APCAL_BTN_COPY', 'Copy'); |
|
| 143 | ||
| 144 | define('_APCAL_RR_EVERYDAY', 'Everyday'); |
|
| 145 | define('_APCAL_RR_EVERYWEEK', 'Everyweek'); |
|
| 146 | define('_APCAL_RR_EVERYMONTH', 'Everymonth'); |
|
| 147 | define('_APCAL_RR_EVERYYEAR', 'Everyyear'); |
|
| 148 | define('_APCAL_RR_FREQDAILY', 'Daily'); |
|
| 149 | define('_APCAL_RR_FREQWEEKLY', 'Weekly'); |
|
| 150 | define('_APCAL_RR_FREQMONTHLY', 'Monthly'); |
|
| 151 | define('_APCAL_RR_FREQYEARLY', 'Yearly'); |
|
| 152 | define('_APCAL_RR_FREQDAILY_PRE', 'Every'); |
|
| 153 | define('_APCAL_RR_FREQWEEKLY_PRE', 'Every'); |
|
| 154 | define('_APCAL_RR_FREQMONTHLY_PRE', 'Every'); |
|
| 155 | define('_APCAL_RR_FREQYEARLY_PRE', 'Every'); |
|
| 156 | define('_APCAL_RR_FREQDAILY_SUF', 'day(s)'); |
|
| 157 | define('_APCAL_RR_FREQWEEKLY_SUF', 'week(s)'); |
|
| 158 | define('_APCAL_RR_FREQMONTHLY_SUF', 'Month(s)'); |
|
| 159 | define('_APCAL_RR_FREQYEARLY_SUF', 'Year(s)'); |
|
| 160 | define('_APCAL_RR_PERDAY', 'every %s days'); |
|
| 161 | define('_APCAL_RR_PERWEEK', 'every %s weeks'); |
|
| 162 | define('_APCAL_RR_PERMONTH', 'every %s months'); |
|
| 163 | define('_APCAL_RR_PERYEAR', 'every %s years'); |
|
| 164 | define('_APCAL_RR_COUNT', '<br>%s times'); |
|
| 165 | define('_APCAL_RR_UNTIL', '<br>until %s'); |
|
| 166 | define('_APCAL_RR_R_NORRULE', 'Recur No'); |
|
| 167 | define('_APCAL_RR_R_YESRRULE', 'Recur Yes'); |
|
| 168 | define('_APCAL_RR_OR', 'or'); |
|
| 169 | define('_APCAL_RR_S_NOTSELECTED', '-not selected-'); |
|
| 170 | define('_APCAL_RR_S_SAMEASBDATE', 'Same as beginning date'); |
|
| 171 | define('_APCAL_RR_R_NOCOUNTUNTIL', 'No ending conditions'); |
|
| 172 | define('_APCAL_RR_R_USECOUNT_PRE', 'repeats'); |
|
| 173 | define('_APCAL_RR_R_USECOUNT_SUF', 'times'); |
|
| 174 | define('_APCAL_RR_R_USEUNTIL', 'until'); |
|
| 175 | ||
| 176 | // Added by goffy for online registration handling |
|
| 177 | define('_APCAL_RO_CANCEL', 'Action canceled'); |
|
| 178 | define('_APCAL_RO_RADIO_YES', 'Yes'); |
|
| 179 | define('_APCAL_RO_RADIO_NO', 'No'); |
|
| 180 | ||
| 181 | define('_APCAL_RO_ONLINE_POSS', 'For these events online registration is possible. '); |
|
| 182 | define('_APCAL_RO_ONLINE_POSS_2', 'For this event online registration is possible. '); |
|
| 183 | define('_APCAL_RO_ONLY_MEMBERS', 'Online registration is only possible for registered users. '); |
|
| 184 | define('_APCAL_RO_ONLINE_NO', 'Online registration is not activated for this event'); |
|
| 185 | define('_APCAL_RO_ONLINE_YES', 'Online registration is activated for this event'); |
|
| 186 | define('_APCAL_RO_ONLINE_ACTIVATE', 'Activate online registration for this event'); |
|
| 187 | define('_APCAL_RO_ONLINE_DEACTIVATE', 'Do not use online registration for this event'); |
|
| 188 | define('_APCAL_RO_ONLINE', 'Registrations'); |
|
| 189 | define('_APCAL_RO_BTN_ADD', 'register'); |
|
| 190 | define('_APCAL_RO_BTN_ADDMORE', 'Edit or add further registrations'); |
|
| 191 | define('_APCAL_RO_BTN_REMOVE', 'de-register'); |
|
| 192 | define('_APCAL_RO_ENABLE_ONLINE', 'Online registration'); |
|
| 193 | define('_APCAL_RO_NOMEMBERS', 'There are no registrations for this event'); |
|
| 194 | define('_APCAL_RO_BTN_LISTMEMBERS', 'List of participants'); |
|
| 195 | define('_APCAL_RO_SUCCESS_ADD', 'The registration for this event was successful'); |
|
| 196 | define('_APCAL_RO_SUCCESS_REMOVE', 'The de-registration for this event was successful'); |
|
| 197 | define('_APCAL_RO_UNAME', 'Registrating person'); |
|
| 198 | define('_APCAL_RO_FIRSTNAME', 'first name'); |
|
| 199 | define('_APCAL_RO_LASTNAME', 'last name'); |
|
| 200 | define('_APCAL_RO_EMAIL', 'E-mail-address'); |
|
| 201 | // extra infos have moved to preferences |
|
| 202 | // define('_APCAL_RO_EXTRAINFO1', 'Telephone'); //use it as you want; if you keep it blank, it will be invisible; if you change later, it has no effect on the data himself |
|
| 203 | // define('_APCAL_RO_EXTRAINFO2', 'Remarks'); //use it as you want, if you keep it blank, it will be invisible |
|
| 204 | // define('_APCAL_RO_EXTRAINFO3', ''); //use it as you want, if you keep it blank, it will be invisible |
|
| 205 | // define('_APCAL_RO_EXTRAINFO4', ''); //use it as you want, if you keep it blank, it will be invisible |
|
| 206 | // define('_APCAL_RO_EXTRAINFO5', ''); //use it as you want, if you keep it blank, it will be invisible |
|
| 207 | ||
| 208 | define('_APCAL_RO_BTN_CONF_ADD', 'Confirm registration'); |
|
| 209 | define('_APCAL_RO_BTN_CONF_ADD_MORE', 'Confirm registration and register more people'); |
|
| 210 | define('_APCAL_RO_BTN_CONF_REMOVE', 'Confirm de-registration'); |
|
| 211 | define('_APCAL_RO_BTN_CANCEL', 'Cancel'); |
|
| 212 | define('_APCAL_RO_EVENT', 'Event'); |
|
| 213 | define('_APCAL_RO_TITLE1', 'Registration for an event'); |
|
| 214 | define('_APCAL_RO_OBLIGATORY', 'This fields are obligatory!'); |
|
| 215 | ||
| 216 | define('_APCAL_RO_ERROR_REMOVE', 'Unexepted error when deleting registration'); |
|
| 217 | define('_APCAL_RO_ERROR_ADD', 'Unexepted error when creating registration'); |
|
| 218 | define('_APCAL_RO_BTN_BACK', 'Go back'); |
|
| 219 | define('_APCAL_RO_BACK', 'You will be redirected to last page'); |
|
| 220 | define('_APCAL_RO_ONLINE2', 'Online registrations'); |
|
| 221 | define('_APCAL_RO_ACTION', 'Action'); |
|
| 222 | ||
| 223 | define('_APCAL_RO_TITLE2', 'Activate online registration for this event'); |
|
| 224 | define('_APCAL_RO_BTN_RO_EDIT', 'Edit online registration'); |
|
| 225 | define('_APCAL_RO_BTN_RO_DEACTIVATE', 'Delete online registration'); |
|
| 226 | define('_APCAL_RO_BTN_RO_ACTIVATE', 'Activate'); |
|
| 227 | define('_APCAL_RO_QUANTITY', 'Maximum number of participants<br>(0 means: no limit)'); |
|
| 228 | define('_APCAL_RO_QUANTITY2', 'Maximum number of participants'); |
|
| 229 | define('_APCAL_RO_DATELIMIT', 'Deadline for online registration'); |
|
| 230 | define('_APCAL_RO_EMAIL_NOTIFY', 'E-mail-address, which should be notified in case of (de-)registrations (keep blank, if you want no notifications)'); |
|
| 231 | define('_APCAL_RO_BTN_CONF_ACTIVATE', 'Confirm'); |
|
| 232 | define('_APCAL_RO_ERROR_RO_ACTIVATE', 'Unexpected error while activating online registration'); |
|
| 233 | define('_APCAL_RO_SUCCESS_RO_ACTIVATE', 'Activating/editing online registration was successful'); |
|
| 234 | define('_APCAL_RO_ERROR_RO_DEACTIVATE', 'Unexpected error while deactivating online registration'); |
|
| 235 | define('_APCAL_RO_SUCCESS_RO_DEACTIVATE', 'Deactivating online registration was successful'); |
|
| 236 | define('_APCAL_RO_ERROR_FULL', 'Sorry, but there are no more places available for this event'); |
|
| 237 | define('_APCAL_RO_ERROR_TIMEOUT', 'Sorry, but you have exceeded the deadline of this event'); |
|
| 238 | define('_APCAL_RO_ERROR_OBLIGATORY', 'Please fill in obligatory field \"%f\"'); |
|
| 239 | define('_APCAL_RO_BTN_CONF_SAVE', 'Save'); |
|
| 240 | define('_APCAL_RO_BTN_CONF_EDIT', 'Save changes'); |
|
| 241 | ||
| 242 | define('_APCAL_RO_MAIL_SUBJ_ADD', 'Info registration'); |
|
| 243 | define('_APCAL_RO_MAIL_SUBJ_REMOVE', 'Info de-registration'); |
|
| 244 | define('_APCAL_RO_MAIL_SUBJ_TEXT', 'Information about the event'); |
|
| 245 | define('_APCAL_RO_DATE', 'Date'); |
|
| 246 | define('_APCAL_RO_LOCATION', 'Location'); |
|
| 247 | define('_APCAL_RO_LINK', 'Link to event'); |
|
| 248 | define('_APCAL_RO_TITLE3', 'List of existing registrations'); |
|
| 249 | define('_APCAL_RO_TITLE4', 'Send an email to all participant, which have entered an email-address'); |
|
| 250 | define('_APCAL_RO_MAIL_SENDER', 'Sender'); |
|
| 251 | define('_APCAL_RO_MAIL_SUBJ', 'Subject'); |
|
| 252 | define('_APCAL_RO_MAIL_BODY1', 'Mailtext'); |
|
| 253 | define('_APCAL_RO_MAIL_BODY2', 'The expressions in curly brackets will be replaced (z.B. {NAME} will be replace by first name and last name)'); |
|
| 254 | define('_APCAL_RO_BTN_SEND', 'Send'); |
|
| 255 | define('_APCAL_RO_MAILSENT', ' message(s) sent'); |
|
| 256 | ||
| 257 | define('_APCAL_RO_TITLE5', 'Change registrations'); |
|
| 258 | define('_APCAL_RO_BTN_EDIT', 'Edit'); |
|
| 259 | define('_APCAL_RO_SUCCESS_EDIT', 'Change of registration data successful'); |
|
| 260 | define('_APCAL_RO_ERROR_EDIT', 'Unexpected error while changing registration'); |
|
| 261 | define('_APCAL_RO_SEND_CONF1', 'E-Mail confirmation'); |
|
| 262 | define('_APCAL_RO_SEND_CONF2', 'send to'); |
|
| 263 | define('_APCAL_RO_SEND_CONF3', 'Send E-Mail-confirmation: '); |
|
| 264 | ||
| 265 | define('_APCAL_RO_REDIRECT', 'You will be redirected to activation of online registration'); |
|
| 266 | define('_APCAL_RO_SUCCESS_NEW_EVENT', 'Event successfully created'); |
|
| 267 | define('_APCAL_RO_SUCCESS_DELETE_EVENT', 'Event successfully deleted'); |
|
| 268 | define('_APCAL_RO_SUCCESS_UPDATE_EVENT', 'Event successfully changed'); |
|
| 269 | define('_APCAL_RO_SUCCESS_COPY_EVENT', 'Event successfully copied'); |
|
| 270 | ||
| 271 | define('_APCAL_RO_MISSING_ITEM','Error when saving online registration: Please edit %s '); |
|
| 272 | ||
| 273 | //version 2.23 |
|
| 274 | define('_APCAL_RO_NO_RIGHT','You do not have permissions for online registration. '); |
|
| 275 | define('_APCAL_RO_GUEST','Guest'); |
|
| 276 | define('_APCAL_RO_AVAILABLE','Availability'); |
|
| 277 | define('_APCAL_RO_LIST_ACT','Put registered person on waiting list if number of max person is reached'); |
|
| 278 | define('_APCAL_RO_STATUS_ACT','Each participation must be confirmed'); |
|
| 279 | define('_APCAL_RO_STATUS','State'); |
|
| 280 | define('_APCAL_RO_STATUS_PENDING','Participation is still not confirmed'); |
|
| 281 | define('_APCAL_RO_STATUS_OK','Participation is confirmed'); |
|
| 282 | define('_APCAL_RO_STATUS_LIST','Online registration was put on waiting list'); |
|
| 283 | define('_APCAL_RO_ERROR_STATUS_CONF','Error at confirmation of participation'); |
|
| 284 | define('_APCAL_RO_STATUS_SUCCESS_CHANGE_PENDING',"State have been change to 'not confirmed'"); |
|
| 285 | define('_APCAL_RO_STATUS_SUCCESS_CHANGE_OK',"State have been change to 'confirmed'"); |
|
| 286 | define('_APCAL_RO_MAIL_SUBJ_STATUS','Info state change'); |
|
| 287 | define('_APCAL_RO_MAIL_RECEPIENT','Recipient'); |
|
| 288 | define('_APCAL_RO_PUT_ON_WAITINGLIST','For this event are no more places available! Your registration have been put on a waiting list! If your participation will be confirmed late you will get an email notification.'); |
|
| 289 | define('_APCAL_RO_PUT_ON_WAITINGLIST2','The registration have been put on a waiting list and must be confirmed manually!'); |
|
| 290 | define('_APCAL_RO_PRINT_LIST','Print list of participants'); |
|
| 291 | define('_APCAL_RO_DATAPRIVACY', 'Data protection'); |
|
| 292 | define('_APCAL_RO_DATAPRIVACY_DETAIL', 'The data of the participants will only be stored for the duration of the event and not forwarded to third person.<br /> |
|
| 293 | During the event pictures will be taken and maybe used for internal purposes (e.g. showing on our website). If you are not agreeing that you have to contact the organizer.<br /> |
|
| 294 | With your registration you agree with this procedure.'); |
|
| 295 | define('_APCAL_RO_DOWNLOAD','Download'); |
|
| 296 | ||
| 297 | } |
|
| 298 | ||
| @@ 3-296 (lines=294) @@ | ||
| 1 | <?php |
|
| 2 | ||
| 3 | if( defined('FOR_XOOPS_LANG_CHECKER') || !defined('_APCAL_CNST_LOADED') ) { |
|
| 4 | define('_APCAL_CNST_LOADED' , 1 ) ; |
|
| 5 | ||
| 6 | // Appended by Xoops Language Checker -GIJOE- in 2005-05-03 05:31:11 |
|
| 7 | define('_APCAL_JS_CALENDAR','calendar-de.js'); |
|
| 8 | ||
| 9 | // format for jscalendar. see common/jscalendar/doc/html/reference.html |
|
| 10 | define('_APCAL_JSFMT_YMDN','%d %B %Y (%A)'); |
|
| 11 | ||
| 12 | // format for date() see http://jp.php.net/date |
|
| 13 | define('_APCAL_DTFMT_MINUTE','i'); |
|
| 14 | ||
| 15 | // definition of orders Y:year M:month W:week D:day N:dayname O:operand |
|
| 16 | // define('_APCAL_FMT_MD','%1$s %2$s') ; |
|
| 17 | define('_APCAL_FMT_MD','%2$s %1$s') ; |
|
| 18 | define('_APCAL_FMT_YMD','%3$s %2$s %1$s') ; |
|
| 19 | define('_APCAL_FMT_YMDN','%3$s %2$s %1$s %4$s'); |
|
| 20 | define('_APCAL_FMT_YMDO','%4$s%3$s%2$s%1$s') ; |
|
| 21 | define('_APCAL_FMT_YMW','%3$s %2$s %1$s') ; |
|
| 22 | define('_APCAL_FMT_YW','Kalenderwoche %2$s %1$s') ; |
|
| 23 | define('_APCAL_FMT_DHI','%1$s %2$s:%3$s'); |
|
| 24 | define('_APCAL_FMT_HI','%1$s:%2$s'); |
|
| 25 | ||
| 26 | // format for strftime() see http://de.php.net/strftime |
|
| 27 | define('_APCAL_FMT_YEAR_MONTH','%2$s %1$s') ; |
|
| 28 | define('_APCAL_FMT_YEAR','Jahr %s') ; |
|
| 29 | define('_APCAL_FMT_WEEKNO','Kalenderwoche %s') ; |
|
| 30 | ||
| 31 | define('_APCAL_ICON_LIST','Listenansicht') ; |
|
| 32 | define('_APCAL_ICON_DAILY','Tagesansicht') ; |
|
| 33 | define('_APCAL_ICON_WEEKLY','Wochenansicht') ; |
|
| 34 | define('_APCAL_ICON_MONTHLY','Monatsansicht') ; |
|
| 35 | define('_APCAL_ICON_YEARLY','Jahresansicht') ; |
|
| 36 | ||
| 37 | define('_APCAL_MB_SHOWALLCAT','Alle Kategorien') ; |
|
| 38 | ||
| 39 | define('_APCAL_MB_LINKTODAY','Heute') ; |
|
| 40 | define('_APCAL_MB_NOSUBJECT','(Kein Betreff)') ; |
|
| 41 | ||
| 42 | define('_APCAL_MB_PREV_DATE','Gestern') ; |
|
| 43 | define('_APCAL_MB_NEXT_DATE','Morgen') ; |
|
| 44 | define('_APCAL_MB_PREV_WEEK','Vorherige Woche') ; |
|
| 45 | define('_APCAL_MB_NEXT_WEEK','Nächste Woche') ; |
|
| 46 | define('_APCAL_MB_PREV_MONTH','Vorheriger Monat') ; |
|
| 47 | define('_APCAL_MB_NEXT_MONTH','Nächster Monat') ; |
|
| 48 | define('_APCAL_MB_PREV_YEAR','Vorheriges Jahr') ; |
|
| 49 | define('_APCAL_MB_NEXT_YEAR','Nächstes Jahr') ; |
|
| 50 | ||
| 51 | define('_APCAL_MB_NOEVENT','Derzeit sind keine Veranstaltungen verfügbar') ; |
|
| 52 | define('_APCAL_MB_ADDEVENT','Termin(e) hinzufügen') ; |
|
| 53 | define('_APCAL_MB_CONTINUING','(dauernd)') ; |
|
| 54 | define('_APCAL_MB_RESTEVENT_PRE','weitere ') ; |
|
| 55 | define('_APCAL_MB_RESTEVENT_SUF','Einträge vorhanden') ; |
|
| 56 | define('_APCAL_MB_TIMESEPARATOR','--') ; |
|
| 57 | ||
| 58 | define('_APCAL_MB_ALLDAY_EVENT','Ganztagstermin') ; |
|
| 59 | define('_APCAL_MB_LONG_EVENT','Als Balken darstellen') ; |
|
| 60 | define('_APCAL_MB_LONG_SPECIALDAY','Geburtstag, etc.') ; |
|
| 61 | ||
| 62 | define('_APCAL_MB_PUBLIC','öffentlich') ; |
|
| 63 | define('_APCAL_MB_PRIVATE','privat') ; |
|
| 64 | define('_APCAL_MB_PRIVATETARGET',' %s') ; |
|
| 65 | ||
| 66 | define('_APCAL_MB_LINK_TO_RRULE1ST','Zum 1. Termin springen') ; |
|
| 67 | define('_APCAL_MB_RRULE1ST','Das ist der 1. Termin') ; |
|
| 68 | ||
| 69 | define('_APCAL_MB_EVENT_NOTREGISTER','nicht eingetragen') ; |
|
| 70 | define('_APCAL_MB_EVENT_ADMITTED','freigegeben') ; |
|
| 71 | define('_APCAL_MB_EVENT_NEEDADMIT','wartet auf Freigabe') ; |
|
| 72 | ||
| 73 | define('_APCAL_MB_TITLE_EVENTINFO','Terminplaner') ; |
|
| 74 | define('_APCAL_MB_SUBTITLE_EVENTDETAIL','Detailansicht') ; |
|
| 75 | define('_APCAL_MB_SUBTITLE_EVENTEDIT','Bearbeitungsansicht') ; |
|
| 76 | ||
| 77 | define('_APCAL_MB_HOUR_SUF',':') ; |
|
| 78 | define('_APCAL_MB_MINUTE_SUF','') ; |
|
| 79 | ||
| 80 | define('_APCAL_MB_ORDER_ASC','aufsteigend') ; |
|
| 81 | define('_APCAL_MB_ORDER_DESC','absteigend') ; |
|
| 82 | define('_APCAL_MB_SORTBY','Sortieren nach:') ; |
|
| 83 | define('_APCAL_MB_CURSORTEDBY','Termine derzeit sortiert nach:') ; |
|
| 84 | ||
| 85 | define('_APCAL_MB_LABEL_CHECKEDITEMS','Ausgewählte Events werden:'); |
|
| 86 | define('_APCAL_MB_LABEL_OUTPUTICS','nach iCalendar exportiert'); |
|
| 87 | ||
| 88 | define('_APCAL_MB_ICALSELECTPLATFORM','Plattform wählen'); |
|
| 89 | ||
| 90 | define('_APCAL_TH_SUMMARY','Titel') ; |
|
| 91 | define('_APCAL_TH_TIMEZONE','Zeitzone') ; |
|
| 92 | define('_APCAL_TH_STARTDATETIME','Start-Zeitpunkt') ; |
|
| 93 | define('_APCAL_TH_ENDDATETIME','End-Zeitpunkt') ; |
|
| 94 | define('_APCAL_TH_ALLDAYOPTIONS','Ganztagsoptionen') ; |
|
| 95 | define('_APCAL_TH_LOCATION','Ort') ; |
|
| 96 | define('_APCAL_TH_CONTACT','Kontakt') ; |
|
| 97 | define('_APCAL_TH_CATEGORIES','Kategorie') ; |
|
| 98 | define('_APCAL_TH_SUBMITTER','Eingetragen von') ; |
|
| 99 | define('_APCAL_TH_CLASS','Klasse') ; |
|
| 100 | define('_APCAL_TH_DESCRIPTION','Beschreibung') ; |
|
| 101 | define('_APCAL_TH_RRULE','Regeln für wiederkehrende Termine') ; |
|
| 102 | define('_APCAL_TH_ADMISSIONSTATUS','Status') ; |
|
| 103 | define('_APCAL_TH_LASTMODIFIED','Letzte Änderung') ; |
|
| 104 | ||
| 105 | define('_APCAL_NTC_MONTHLYBYMONTHDAY','(Zahl eingeben)') ; |
|
| 106 | define('_APCAL_NTC_EXTRACTLIMIT','-> max. %s Termine werden eingetragen') ; |
|
| 107 | define('_APCAL_NTC_NUMBEROFNEEDADMIT','(Termine, die noch auf Freigabe warten: %s )') ; |
|
| 108 | ||
| 109 | define('_APCAL_OPT_PRIVATEMYSELF','nur ich selbst') ; |
|
| 110 | define('_APCAL_OPT_PRIVATEGROUP','Gruppe %s') ; |
|
| 111 | define('_APCAL_OPT_PRIVATEINVALID','(ungültige Gruppe)') ; |
|
| 112 | ||
| 113 | define('_APCAL_MB_OP_AFTER','Nach dem') ; |
|
| 114 | define('_APCAL_MB_OP_BEFORE','Vor dem') ; |
|
| 115 | define('_APCAL_MB_OP_ON','Am') ; |
|
| 116 | define('_APCAL_MB_OP_ALL','Alle') ; |
|
| 117 | ||
| 118 | define('_APCAL_CNFM_SAVEAS_YN','Als einen weiteren Eintrag speichern - OK?') ; |
|
| 119 | define('_APCAL_CNFM_DELETE_YN','Eintrag löschen - OK?') ; |
|
| 120 | ||
| 121 | define('_APCAL_ERR_INVALID_EVENT_ID','Fehler: EventID nicht gefunden') ; |
|
| 122 | define('_APCAL_ERR_NOPERM_TO_SHOW','Fehler: Keine Zugriffsberechtigung') ; |
|
| 123 | define('_APCAL_ERR_NOPERM_TO_OUTPUTICS','Fehler: Keine Berechtigung für die iCalendar Ausgabe') ; |
|
| 124 | define('_APCAL_ERR_LACKINDISPITEM','Eintrag %s ist leer.<br />Zurück-Button des Browsers drücken') ; |
|
| 125 | ||
| 126 | define('_APCAL_BTN_JUMP','Zeigen') ; |
|
| 127 | define('_APCAL_BTN_NEWINSERTED','Jetzt Eintragen') ; |
|
| 128 | define('_APCAL_BTN_SUBMITCHANGES',' Änderungen zuweisen ') ; |
|
| 129 | define('_APCAL_BTN_SAVEAS','Speichern unter') ; |
|
| 130 | define('_APCAL_BTN_DELETE','Löschen') ; |
|
| 131 | define('_APCAL_BTN_DELETE_ONE','Nur diesen Eintrag löschen') ; |
|
| 132 | define('_APCAL_BTN_EDITEVENT','Bearbeiten') ; |
|
| 133 | define('_APCAL_BTN_RESET','Zurücksetzen') ; |
|
| 134 | define('_APCAL_BTN_OUTPUTICS_WIN','iCalendar(Win)') ; |
|
| 135 | define('_APCAL_BTN_OUTPUTICS_MAC','iCalendar(Mac)') ; |
|
| 136 | define('_APCAL_BTN_PRINT','Drucken') ; |
|
| 137 | define('_APCAL_BTN_IMPORT','Import!'); |
|
| 138 | define('_APCAL_BTN_UPLOAD','Upload!'); |
|
| 139 | define('_APCAL_BTN_EXPORT','Export!'); |
|
| 140 | define('_APCAL_BTN_EXTRACT','Extrahieren'); |
|
| 141 | define('_APCAL_BTN_ADMIT','Freigeben'); |
|
| 142 | define('_APCAL_BTN_MOVE','Verschieben'); |
|
| 143 | define('_APCAL_BTN_COPY','Kopieren'); |
|
| 144 | ||
| 145 | define('_APCAL_RR_EVERYDAY','Jeden Tag') ; |
|
| 146 | define('_APCAL_RR_EVERYWEEK','Jede Woche') ; |
|
| 147 | define('_APCAL_RR_EVERYMONTH','Jedes Monat') ; |
|
| 148 | define('_APCAL_RR_EVERYYEAR','Jedes Jahr') ; |
|
| 149 | define('_APCAL_RR_FREQDAILY','täglich') ; |
|
| 150 | define('_APCAL_RR_FREQWEEKLY','wöchentlich') ; |
|
| 151 | define('_APCAL_RR_FREQMONTHLY','monatlich') ; |
|
| 152 | define('_APCAL_RR_FREQYEARLY','jährlich') ; |
|
| 153 | define('_APCAL_RR_FREQDAILY_PRE','Alle') ; |
|
| 154 | define('_APCAL_RR_FREQWEEKLY_PRE','Alle') ; |
|
| 155 | define('_APCAL_RR_FREQMONTHLY_PRE','Alle') ; |
|
| 156 | define('_APCAL_RR_FREQYEARLY_PRE','Alle') ; |
|
| 157 | define('_APCAL_RR_FREQDAILY_SUF','Tage') ; |
|
| 158 | define('_APCAL_RR_FREQWEEKLY_SUF','Wochen') ; |
|
| 159 | define('_APCAL_RR_FREQMONTHLY_SUF','Monate') ; |
|
| 160 | define('_APCAL_RR_FREQYEARLY_SUF','Jahre') ; |
|
| 161 | define('_APCAL_RR_PERDAY','alle %s Tage') ; |
|
| 162 | define('_APCAL_RR_PERWEEK','alle %s Wochen') ; |
|
| 163 | define('_APCAL_RR_PERMONTH','alle %s Monate') ; |
|
| 164 | define('_APCAL_RR_PERYEAR','alle %s Jahre') ; |
|
| 165 | define('_APCAL_RR_COUNT','<br />%s-mal') ; |
|
| 166 | define('_APCAL_RR_UNTIL','<br />bis %s') ; |
|
| 167 | define('_APCAL_RR_R_NORRULE','wiederkehrend NEIN') ; |
|
| 168 | define('_APCAL_RR_R_YESRRULE','wiederkehrend JA') ; |
|
| 169 | define('_APCAL_RR_OR','oder') ; |
|
| 170 | define('_APCAL_RR_S_NOTSELECTED','-nicht ausgewählt-') ; |
|
| 171 | define('_APCAL_RR_S_SAMEASBDATE','gleich wie Start-Zeitpunkt') ; |
|
| 172 | define('_APCAL_RR_R_NOCOUNTUNTIL','Keine Endbedingungen') ; |
|
| 173 | define('_APCAL_RR_R_USECOUNT_PRE','Wiederholungen') ; |
|
| 174 | define('_APCAL_RR_R_USECOUNT_SUF','mal') ; |
|
| 175 | define('_APCAL_RR_R_USEUNTIL','bis') ; |
|
| 176 | ||
| 177 | // Added by goffy for online registration handling |
|
| 178 | define('_APCAL_RO_CANCEL','Vorgang abgebrochen'); |
|
| 179 | define('_APCAL_RO_RADIO_YES','Ja'); |
|
| 180 | define('_APCAL_RO_RADIO_NO','Nein'); |
|
| 181 | ||
| 182 | define('_APCAL_RO_ONLINE_POSS','Bei diesen Terminen ist eine Onlineanmeldung möglich. '); |
|
| 183 | define('_APCAL_RO_ONLINE_POSS_2','Bei diesem Termin ist eine Onlineanmeldung möglich. '); |
|
| 184 | define('_APCAL_RO_ONLY_MEMBERS','Eine Onlineanmeldung kann nur von registrierten Mitgliedern durchgeführt werden. '); |
|
| 185 | define('_APCAL_RO_ONLINE_NO','Online-Anmeldung für diese Veranstaltung nicht aktiviert'); |
|
| 186 | define('_APCAL_RO_ONLINE_YES','Online-Anmeldung für diese Veranstaltung aktiviert'); |
|
| 187 | define('_APCAL_RO_ONLINE_ACTIVATE','Online-Anmeldung für diese Veranstaltung aktivieren'); |
|
| 188 | define('_APCAL_RO_ONLINE_DEACTIVATE','Online-Anmeldung für diese Veranstaltung nicht verwenden'); |
|
| 189 | define('_APCAL_RO_ONLINE','Anmeldungen'); |
|
| 190 | define('_APCAL_RO_BTN_ADD','Anmelden'); |
|
| 191 | define('_APCAL_RO_BTN_ADDMORE','Bearbeiten/Weitere Personen anmelden'); |
|
| 192 | define('_APCAL_RO_BTN_REMOVE','Abmelden'); |
|
| 193 | define('_APCAL_RO_ENABLE_ONLINE','Online-Anmeldung'); |
|
| 194 | define('_APCAL_RO_NOMEMBERS','Keine Anmeldungen zu diesem Event vorhanden'); |
|
| 195 | define('_APCAL_RO_BTN_LISTMEMBERS','Teilnehmerliste'); |
|
| 196 | define('_APCAL_RO_SUCCESS_ADD','Die Anmeldung zu dieser Veranstaltung wurde erfolgreich durchgeführt'); |
|
| 197 | define('_APCAL_RO_SUCCESS_REMOVE','Die Abmeldung von dieser Veranstaltung wurde erfolgreich durchgeführt'); |
|
| 198 | define('_APCAL_RO_UNAME','Anmelder(in)'); |
|
| 199 | define('_APCAL_RO_FIRSTNAME','Vorname'); |
|
| 200 | define('_APCAL_RO_LASTNAME','Familienname'); |
|
| 201 | define('_APCAL_RO_EMAIL','E-Mail-Adresse'); |
|
| 202 | // extra infos have moved to preferences |
|
| 203 | // define('_APCAL_RO_EXTRAINFO1','Telefon'); //use it as you want; if you keep it blank, it will be invisible; if you change later, it has no effect on the data himself |
|
| 204 | // define('_APCAL_RO_EXTRAINFO2','Geb. Jahr'); //use it as you want, if you keep it blank, it will be invisible |
|
| 205 | // define('_APCAL_RO_EXTRAINFO3','Mitglied (JA / NEIN)'); //use it as you want, if you keep it blank, it will be invisible |
|
| 206 | // define('_APCAL_RO_EXTRAINFO4','Sonstige Anmerkungen'); //use it as you want, if you keep it blank, it will be invisible |
|
| 207 | // define('_APCAL_RO_EXTRAINFO5',''); //use it as you want, if you keep it blank, it will be invisible |
|
| 208 | ||
| 209 | define('_APCAL_RO_BTN_CONF_ADD','Anmeldung bestätigen'); |
|
| 210 | define('_APCAL_RO_BTN_CONF_ADD_MORE','Anmeldung bestätigen und weitere Personen anmelden'); |
|
| 211 | define('_APCAL_RO_BTN_CONF_REMOVE','Abmeldung bestätigen'); |
|
| 212 | define('_APCAL_RO_BTN_CANCEL','Abbrechen'); |
|
| 213 | define('_APCAL_RO_EVENT','Veranstaltung'); |
|
| 214 | define('_APCAL_RO_TITLE1','Anmeldung zu einer Veranstaltung'); |
|
| 215 | define('_APCAL_RO_OBLIGATORY','Gekennzeichnete Felder zwingend erforderlich!'); |
|
| 216 | ||
| 217 | define('_APCAL_RO_ERROR_REMOVE','Unerwarteter Fehler beim Löschen der Anmeldedaten'); |
|
| 218 | define('_APCAL_RO_ERROR_ADD','Unerwarteter Fehler beim Erstellen der Anmeldung'); |
|
| 219 | define('_APCAL_RO_BTN_BACK','Zurück'); |
|
| 220 | define('_APCAL_RO_BACK','Sie werden auf die vorherige Seite weitergeleitet'); |
|
| 221 | define('_APCAL_RO_ONLINE2','Online-Anmeldungen'); |
|
| 222 | define('_APCAL_RO_ACTION','Aktionen'); |
|
| 223 | ||
| 224 | define('_APCAL_RO_TITLE2','Aktivierung der Online-Registrierung für eine Veranstaltung'); |
|
| 225 | define('_APCAL_RO_BTN_RO_EDIT','Online-Registrierung bearbeiten'); |
|
| 226 | define('_APCAL_RO_BTN_RO_DEACTIVATE','Online-Registrierung löschen'); |
|
| 227 | define('_APCAL_RO_BTN_RO_ACTIVATE','Aktivieren'); |
|
| 228 | define('_APCAL_RO_QUANTITY','Maximale Anzahl an Teilnehmern<br/>(0 bedeutet: Kein Limit)'); |
|
| 229 | define('_APCAL_RO_QUANTITY2','Maximale Anzahl an Teilnehmern'); |
|
| 230 | define('_APCAL_RO_DATELIMIT','Frist für Registrierung'); |
|
| 231 | define('_APCAL_RO_EMAIL_NOTIFY','E-Mail-Adresse, die bei An-/Abmeldungen verständigt werden soll (wenn keine Benachrichtigung erfolgen soll, einfach frei lassen)'); |
|
| 232 | define('_APCAL_RO_BTN_CONF_ACTIVATE','Bestätigen'); |
|
| 233 | define('_APCAL_RO_ERROR_RO_ACTIVATE','Unerwarteter Fehler beim Aktivieren der Online-Registrierung'); |
|
| 234 | define('_APCAL_RO_SUCCESS_RO_ACTIVATE','Aktivieren/Ändern der Online-Registrierung erfolgreich'); |
|
| 235 | define('_APCAL_RO_ERROR_RO_DEACTIVATE','Unerwarteter Fehler beim Deaktivieren der Online-Registrierung'); |
|
| 236 | define('_APCAL_RO_SUCCESS_RO_DEACTIVATE','Deaktivieren der Online-Registrierung erfolgreich'); |
|
| 237 | define('_APCAL_RO_ERROR_FULL','Es tut uns leid, aber für diese Veranstaltung sind keine Plätze mehr frei'); |
|
| 238 | define('_APCAL_RO_ERROR_TIMEOUT','Es tut uns leid, aber die Anmeldefrist für diese Veranstaltung ist abgelaufen'); |
|
| 239 | define('_APCAL_RO_ERROR_OBLIGATORY','Bitte das Pflichtfeld \'%f\' befüllen'); |
|
| 240 | define('_APCAL_RO_BTN_CONF_SAVE','Speichern'); |
|
| 241 | define('_APCAL_RO_BTN_CONF_EDIT','Änderungen speichern'); |
|
| 242 | ||
| 243 | define('_APCAL_RO_MAIL_SUBJ_ADD','Info Anmeldung'); |
|
| 244 | define('_APCAL_RO_MAIL_SUBJ_REMOVE','Info Abmeldung'); |
|
| 245 | define('_APCAL_RO_MAIL_SUBJ_TEXT','Veranstaltungsinfo'); |
|
| 246 | define('_APCAL_RO_DATE','Datum'); |
|
| 247 | define('_APCAL_RO_LOCATION','Ort'); |
|
| 248 | define('_APCAL_RO_LINK','Link zur Veranstaltung'); |
|
| 249 | define('_APCAL_RO_TITLE3','Übersicht über bereits durchgeführte Anmeldungen'); |
|
| 250 | define('_APCAL_RO_TITLE4','Allen gemeldeten Teilnehmer, die eine E-Mail-Adresse angegeben haben, eine E-Mail schicken'); |
|
| 251 | define('_APCAL_RO_MAIL_SENDER','Absender'); |
|
| 252 | define('_APCAL_RO_MAIL_SUBJ','Betreff'); |
|
| 253 | define('_APCAL_RO_MAIL_BODY1','Mailtext'); |
|
| 254 | define('_APCAL_RO_MAIL_BODY2','Die Ausdrücke in den geschwungenen Klammern werden entsprechend ersetzt (z.B. {NAME} wird durch Vor- und Familienname ersetzt)'); |
|
| 255 | define('_APCAL_RO_BTN_SEND','E-Mail Senden'); |
|
| 256 | define('_APCAL_RO_MAILSENT',' Nachricht(en) wurde(n) verschickt'); |
|
| 257 | ||
| 258 | define('_APCAL_RO_TITLE5','Ändern von Anmeldungen'); |
|
| 259 | define('_APCAL_RO_BTN_EDIT','Bearbeiten'); |
|
| 260 | define('_APCAL_RO_SUCCESS_EDIT','Ändern der Anmeldedaten erfolgreich'); |
|
| 261 | define('_APCAL_RO_ERROR_EDIT','Unerwarteter Fehler beim Ändern der Anmeldedaten'); |
|
| 262 | define('_APCAL_RO_SEND_CONF1','E-Mail-Bestätigung'); |
|
| 263 | define('_APCAL_RO_SEND_CONF2','senden an'); |
|
| 264 | define('_APCAL_RO_SEND_CONF3','E-Mail-Bestätigung senden: '); |
|
| 265 | ||
| 266 | define('_APCAL_RO_REDIRECT','Sie werden zur Aktivierung der Onlineanmeldung weitergeleitet'); |
|
| 267 | define('_APCAL_RO_SUCCESS_NEW_EVENT','Termin wurde erfolgreich angelegt'); |
|
| 268 | define('_APCAL_RO_SUCCESS_DELETE_EVENT','Termin wurde erfolgreich gelöscht'); |
|
| 269 | define('_APCAL_RO_SUCCESS_UPDATE_EVENT','Änderungen Termin wurden erfolgreich durchgeführt'); |
|
| 270 | define('_APCAL_RO_SUCCESS_COPY_EVENT','Termin wurde erfolgreich kopiert'); |
|
| 271 | ||
| 272 | //version 2.23 |
|
| 273 | define('_APCAL_RO_NO_RIGHT','Sie besitzen nicht die Berechtigung für eine Onlineanmeldung. '); |
|
| 274 | define('_APCAL_RO_MISSING_ITEM','Fehler beim Speichern der Onlineanmeldung: Bitte %s ergänzen'); |
|
| 275 | define('_APCAL_RO_GUEST','Gast'); |
|
| 276 | define('_APCAL_RO_AVAILABLE','Verfügbarkeit'); |
|
| 277 | define('_APCAL_RO_LIST_ACT','Beim Erreichen der maximalen Teilnehmeranzahl den Teilnehmer auf eine Warteliste setzen'); |
|
| 278 | define('_APCAL_RO_STATUS_ACT','Jede Teilnahme muss vom Veranstalter bestätigt werden'); |
|
| 279 | define('_APCAL_RO_STATUS','Status'); |
|
| 280 | define('_APCAL_RO_STATUS_PENDING','Teilnahme vom Veranstalter noch nicht bestätigt'); |
|
| 281 | define('_APCAL_RO_STATUS_OK','Teilnahme vom Veranstalter bestätigt'); |
|
| 282 | define('_APCAL_RO_STATUS_LIST','Online-Registrierung wurde auf einer Warteliste vermerkt'); |
|
| 283 | define('_APCAL_RO_ERROR_STATUS_CONF','Fehler bei Teilnahmebestätigung'); |
|
| 284 | define('_APCAL_RO_STATUS_SUCCESS_CHANGE_PENDING','Der Status Teilnahme wurde auf \'noch nicht bestätigt\' geändert'); |
|
| 285 | define('_APCAL_RO_STATUS_SUCCESS_CHANGE_OK','Der Status Teilnahme wurde auf \'bestätigt\' geändert'); |
|
| 286 | define('_APCAL_RO_MAIL_SUBJ_STATUS','Info Statusänderung'); |
|
| 287 | define('_APCAL_RO_MAIL_RECEPIENT','Empfänger'); |
|
| 288 | define('_APCAL_RO_PUT_ON_WAITINGLIST','Für diese Veranstaltung sind derzeit keine Plätze mehr frei! Deine Anmeldung wurde auf einer Warteliste vorgemerkt! Sollte Deine Teilnahme zu einem späteren Zeitpunkt bestätigt werden, senden wir Dir eine e-Mail-Verständigung.'); |
|
| 289 | define('_APCAL_RO_PUT_ON_WAITINGLIST2','Die Anmeldung wurde auf einer Warteliste vorgemerkt und muss manuell übernommen werden!'); |
|
| 290 | define('_APCAL_RO_PRINT_LIST','Teilnehmerliste drucken'); |
|
| 291 | define('_APCAL_RO_DATAPRIVACY', 'Datenschutz'); |
|
| 292 | define('_APCAL_RO_DATAPRIVACY_DETAIL', 'Die Daten der Teilnehmer werden nur für die Dauer der Durchführung der Veranstaltung gespeichert und keinesfalls an Dritte weitergeben.<br /> |
|
| 293 | Während der Veranstaltung wird fotografiert und die Bilder werden eventuell für interne Zwecke (z.B. Veröffentlichung auf der Vereinswebseite) verwendet. Sollten Sie dies nicht wünschen, dann kontaktieren Sie den Veranstalter.<br /> |
|
| 294 | Mit der Anmeldung wird seitens des Teilnehmers das Einverständnis mit dieser Vorgangsweise erklärt.'); |
|
| 295 | define('_APCAL_RO_DOWNLOAD','Download'); |
|
| 296 | } |
|
| 297 | ||