My Calendar - Version 1.9.0

Version Description

Additions:

  • template editing for list, grid, mini, and single event output.
  • pop-up box is now draggable.
  • date format option for grid mode, week view.
  • templating for details link text.
  • templating for event URL link text.
  • location filtering from shortcode.
  • image upload option for events
  • day class to calendar date headings and cells
  • individual instances of repeating events can be edited
  • feature to add multiple occurrences of an event simultaneously. (concept from Dave Heitzman)
  • feature to mass edit information for groups of events (concept from Dave Heitzman)
  • stored URL for locations (contrib by John Colvin)
  • recurring daily events on weekdays only (based on contrib by John Colvin)
  • optional templating for all event output formats
  • individual event occurrence iCal export
  • numerous additional template tags
  • Option to use custom location filter fields as data control
  • Shortcode to generate list of saved locations
  • Network administrators can control whether sub-site calendars contribute only to a central calendar, only to their own calendar, or whether site administrators can make that choice.
  • Upgrade notice information in dashboard for future upgrades.
  • implementation of WordPress text diff to compare your styles and scripts against my current released versions
  • Option to skip a defined number of events in upcoming events lists.

Bug fixes:

  • jump box was displaying in week/grid view.
  • some potentially repeatable IDs (code validation).
  • 'Administrators see all options' did not work.
  • Fixed timestamps on main calendar objects
  • Squashed e_notice errors.
  • category limiting did not work without permalinks due to GET variable conflict with WordPress core
  • Missing nonce in database upgrade routine
  • Mini calendar simultaneously displayed single event view when visited.
  • Link generation for details view did not work if calendar link parameterized
  • Issue with weekdays only calendar if day of week set to start on Sunday
  • Issue with retrieval of user-specific settings
  • Issue with accessing styles and javascript if My Calendar installed in non-standard directory.
  • Problem in Today's Events widget when Holiday restrictions are enabled.

Changes:

  • replaced all default icons with 24-bit transparent PNGs
  • jumpbox output to automatically scope to the oldest dates in the database.
  • iCal output changed to output all events for complete current month
  • RSS output to prioritze newly added events
  • holiday skipping/fifth week customization moved into event manager function
  • new 'close' icon for pop-up box; added close icon and scripting to mini calendar pop-up
  • copy in several places; updated template tags.
  • location lists sorted by location label (contrib by John Colvin)
  • Eliminated calendar heading option
  • default style resets no longer stored in global variables, instead stored as files.
  • Map links now trigger the driving directions dialog in Google Maps
  • New default stylesheet, refresh.css
Download this release

Release Info

Developer joedolson
Plugin Icon 128x128 My Calendar
Version 1.9.0
Comparing to
See all releases

Code changes from version 1.8.9 to 1.9.0

Files changed (64) hide show
  1. button/generator.php +32 -14
  2. button/mcb.js +1 -1
  3. date-utilities.php +48 -0
  4. icons/32x32/applications-toys.png +0 -0
  5. icons/32x32/appointment.png +0 -0
  6. icons/32x32/art.png +0 -0
  7. icons/32x32/ball.png +0 -0
  8. icons/32x32/call.png +0 -0
  9. icons/32x32/concert.png +0 -0
  10. icons/32x32/crafts.png +0 -0
  11. icons/32x32/event-2.png +0 -0
  12. icons/32x32/event.png +0 -0
  13. icons/32x32/games.png +0 -0
  14. icons/32x32/globe.png +0 -0
  15. icons/32x32/meeting.png +0 -0
  16. icons/32x32/movies.png +0 -0
  17. icons/32x32/party.png +0 -0
  18. icons/32x32/pi.png +0 -0
  19. icons/32x32/rehearsal.png +0 -0
  20. icons/32x32/school.png +0 -0
  21. icons/32x32/shop.png +0 -0
  22. icons/32x32/star.png +0 -0
  23. icons/32x32/tickets.png +0 -0
  24. icons/appointment.png +0 -0
  25. icons/art.png +0 -0
  26. icons/ball.png +0 -0
  27. icons/call.png +0 -0
  28. icons/concert.png +0 -0
  29. icons/crafts.png +0 -0
  30. icons/event-2.png +0 -0
  31. icons/event.png +0 -0
  32. icons/games.png +0 -0
  33. icons/globe.png +0 -0
  34. icons/meeting.png +0 -0
  35. icons/movies.png +0 -0
  36. icons/party.png +0 -0
  37. icons/pi.png +0 -0
  38. icons/rehearsal.png +0 -0
  39. icons/school.png +0 -0
  40. icons/shop.png +0 -0
  41. icons/star.png +0 -0
  42. icons/tickets.png +0 -0
  43. images/event-close.png +0 -0
  44. images/ical.png +0 -0
  45. js/jquery.addfields.js +28 -0
  46. js/jquery.checkall.js +9 -0
  47. js/jquery.easydrag.js +199 -0
  48. js/upload.js +12 -0
  49. lang/my-calendar-cs_CZ.mo +0 -0
  50. lang/my-calendar-cs_CZ.po +3545 -1507
  51. lang/my-calendar-da_DK.mo +0 -0
  52. lang/my-calendar-da_DK.po +1487 -1248
  53. lang/my-calendar-de_DE.mo +0 -0
  54. lang/my-calendar-de_DE.po +2065 -778
  55. lang/my-calendar-es_ES.mo +0 -0
  56. lang/my-calendar-es_ES.po +3129 -448
  57. lang/my-calendar-it_IT.mo +0 -0
  58. lang/my-calendar-it_IT.po +2449 -803
  59. lang/my-calendar-nl.mo +0 -0
  60. lang/my-calendar-nl.po +1591 -854
  61. lang/my-calendar-nl_NL.mo +0 -0
  62. lang/my-calendar-nl_NL.po +3549 -1394
  63. lang/my-calendar-pt_BR.mo +0 -0
  64. lang/my-calendar-pt_BR.po +1871 -714
button/generator.php CHANGED
@@ -36,57 +36,75 @@ do_action('admin_print_scripts');
36
  do_action("admin_head-$hook_suffix");
37
  do_action('admin_head');
38
  ?>
39
- <link rel="stylesheet" href="<?php echo plugins_url('/my-calendar/button/generator.css'); ?>?ver=<?php echo mc_tiny_mce_version(); ?>" type="text/css" media="screen" charset="utf-8" />
40
- <script src="<?php echo plugins_url('/my-calendar/button/mcb.js'); ?>" type="text/javascript" charset="utf-8"></script>
41
  </head>
42
  <body class="<?php echo apply_filters( 'admin_body_class', '' ); ?>">
43
  <div class="wrap">
44
  <h2><?php _e("My Calendar Shortcode Generator",'my-calendar'); ?></h2>
45
  <form action="#" mode="POST">
46
  <fieldset>
47
- <legend><?php _e('Shortcode Atributes', 'my-calendar'); ?></legend>
48
  <p>
49
- <?php my_calendar_categories_list('select','admin'); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  </p>
51
  <p>
52
  <label for="format"><?php _e('Format', 'my-calendar'); ?></label>
53
  <select name="format" id="format">
54
- <option value="calendar" selected="selected">Grid</option>
55
- <option value="list">List</option>
56
  </select>
57
  </p>
58
  <p>
59
  <label for="showkey"><?php _e('Show Category Key', 'my-calendar'); ?></label>
60
  <select name="showkey" id="showkey">
61
- <option value="yes">Yes</option>
62
- <option value="no" selected="selected">No</option>
63
  </select>
64
  </p>
65
  <p>
66
  <label for="shownav"><?php _e('Show Previous/Next Links', 'my-calendar'); ?></label>
67
  <select name="shownav" id="shownav">
68
- <option value="yes">Yes</option>
69
- <option value="no" selected="selected">No</option>
70
  </select>
71
  </p>
72
  <p>
73
  <label for="toggle"><?php _e('Show Format Toggle', 'my-calendar'); ?></label>
74
  <select name="toggle" id="toggle">
75
- <option value="yes">Yes</option>
76
- <option value="no" selected="selected">No</option>
77
  </select>
78
  </p>
79
  <p>
80
  <label for="time"><?php _e('Time Segment', 'my-calendar'); ?></label>
81
  <select name="time" id="time">
82
- <option value="month" selected="selected">Month</option>
83
- <option value="week">Week</option>
 
84
  </select>
85
  </p>
86
  </fieldset>
87
  <p>
88
  <input type="button" class="button" id="mycalendar" name="generate" value="<?php _e('Generate Shortcode', 'my-calendar'); ?>" />
89
  </p>
 
90
  </form>
91
  </div>
92
  <?php jd_show_support_box(); ?>
36
  do_action("admin_head-$hook_suffix");
37
  do_action('admin_head');
38
  ?>
39
+ <link rel="stylesheet" href="<?php echo plugins_url('button/generator.css',dirname(__FILE__)); ?>?ver=<?php echo mc_tiny_mce_version(); ?>" type="text/css" media="screen" charset="utf-8" />
40
+ <script src="<?php echo plugins_url('button/mcb.js',dirname(__FILE__)); ?>" type="text/javascript" charset="utf-8"></script>
41
  </head>
42
  <body class="<?php echo apply_filters( 'admin_body_class', '' ); ?>">
43
  <div class="wrap">
44
  <h2><?php _e("My Calendar Shortcode Generator",'my-calendar'); ?></h2>
45
  <form action="#" mode="POST">
46
  <fieldset>
47
+ <legend><?php _e('Shortcode Attributes', 'my-calendar'); ?></legend>
48
  <p>
49
+ <?php echo my_calendar_categories_list('select','admin'); ?>
50
+ </p>
51
+ <p>
52
+ <label for="ltype"><?php _e('Location filter type:','my-calendar'); ?></label>
53
+ <select name="ltype" id="ltype">
54
+ <option value="" selected="selected"><?php _e('All locations','my-calendar'); ?></option>
55
+ <option value='event_label'><?php _e('Location Name','my-calendar'); ?></option>
56
+ <option value='event_city'><?php _e('City','my-calendar'); ?></option>
57
+ <option value='event_state'><?php _e('State','my-calendar'); ?></option>
58
+ <option value='event_postcode'><?php _e('Postal Code','my-calendar'); ?></option>
59
+ <option value='event_country'><?php _e('Country','my-calendar'); ?></option>
60
+ <option value='event_region'><?php _e('Region','my-calendar'); ?></option>
61
+ </select>
62
+ </p>
63
+ <p>
64
+ <label for="lvalue"><?php _e('Location filter value:','my-calendar'); ?></label>
65
+ <input type="text" name="lvalue" id="lvalue" />
66
  </p>
67
  <p>
68
  <label for="format"><?php _e('Format', 'my-calendar'); ?></label>
69
  <select name="format" id="format">
70
+ <option value="calendar" selected="selected"><?php _e('Grid','my-calendar'); ?></option>
71
+ <option value="list"><?php _e('List','my-calendar'); ?></option>
72
  </select>
73
  </p>
74
  <p>
75
  <label for="showkey"><?php _e('Show Category Key', 'my-calendar'); ?></label>
76
  <select name="showkey" id="showkey">
77
+ <option value="yes"><?php _e('Yes','my-calendar'); ?></option>
78
+ <option value="no" selected="selected"><?php _e('No','my-calendar'); ?></option>
79
  </select>
80
  </p>
81
  <p>
82
  <label for="shownav"><?php _e('Show Previous/Next Links', 'my-calendar'); ?></label>
83
  <select name="shownav" id="shownav">
84
+ <option value="yes"><?php _e('Yes','my-calendar'); ?></option>
85
+ <option value="no" selected="selected"><?php _e('No','my-calendar'); ?></option>
86
  </select>
87
  </p>
88
  <p>
89
  <label for="toggle"><?php _e('Show Format Toggle', 'my-calendar'); ?></label>
90
  <select name="toggle" id="toggle">
91
+ <option value="yes"><?php _e('Yes','my-calendar'); ?></option>
92
+ <option value="no" selected="selected"><?php _e('No','my-calendar'); ?></option>
93
  </select>
94
  </p>
95
  <p>
96
  <label for="time"><?php _e('Time Segment', 'my-calendar'); ?></label>
97
  <select name="time" id="time">
98
+ <option value="month" selected="selected"><?php _e('Month', 'my-calendar'); ?></option>
99
+ <option value="week"><?php _e('Week', 'my-calendar'); ?></option>
100
+ <option value="day"><?php _e('Day', 'my-calendar'); ?></option>
101
  </select>
102
  </p>
103
  </fieldset>
104
  <p>
105
  <input type="button" class="button" id="mycalendar" name="generate" value="<?php _e('Generate Shortcode', 'my-calendar'); ?>" />
106
  </p>
107
+ <p><?php _e('<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. "Saint Paul" is not equivalent to "saint paul" or "St. Paul")','my-calendar'); ?></p>
108
  </form>
109
  </div>
110
  <?php jd_show_support_box(); ?>
button/mcb.js CHANGED
@@ -19,7 +19,7 @@ var myCalQT = window.myCalQT || {};
19
  /* Generator specific script */
20
  (myCalQT.Tag.Generator = function(){
21
  // tags to find
22
- var tags = 'category,format,showkey,shownav,toggle,time'.split(',');
23
  // to validate and generate the tag
24
  var vt = function(id){
25
  var form = jQuery('#'+id).val();
19
  /* Generator specific script */
20
  (myCalQT.Tag.Generator = function(){
21
  // tags to find
22
+ var tags = 'category,ltype,lvalue,format,showkey,shownav,toggle,time'.split(',');
23
  // to validate and generate the tag
24
  var vt = function(id){
25
  var form = jQuery('#'+id).val();
date-utilities.php CHANGED
@@ -160,4 +160,52 @@ function add_days_to_date( $givendate,$day=0 ) {
160
  return $newdate;
161
  }
162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  ?>
160
  return $newdate;
161
  }
162
 
163
+ function first_day_of_week() {
164
+ $offset = (60*60*get_option('gmt_offset'));
165
+ $start_of_week = (get_option('start_of_week')==1||get_option('start_of_week')==0)?get_option('start_of_week'):0;
166
+ $today = date('w',time()+$offset);
167
+ $now = date('Y-m-d',time()+$offset);
168
+ switch ($today) {
169
+ case 1:
170
+ $day = ($start_of_week == 1)?date('j',time()+$offset):date('j',strtotime( $now . ' -1 day'));
171
+ break;
172
+ case 2:
173
+ $day = ($start_of_week == 1)?date('j',strtotime( $now . ' -1 day')):date('j',strtotime( $now . ' -2 day'));
174
+ break;
175
+ case 3:
176
+ $day = ($start_of_week == 1)?date('j',strtotime( $now . ' -2 day')):date('j',strtotime( $now . ' -3 day'));
177
+ break;
178
+ case 4:
179
+ $day = ($start_of_week == 1)?date('j',strtotime( $now . ' -3 day')):date('j',strtotime( $now . ' -4 day'));
180
+ break;
181
+ case 5:
182
+ $day = ($start_of_week == 1)?date('j',strtotime( $now . ' -4 day')):date('j',strtotime( $now . ' -5 day'));
183
+ break;
184
+ case 6:
185
+ $day = ($start_of_week == 1)?date('j',strtotime( $now . ' -5 day')):date('j',strtotime( $now . ' -6 day'));
186
+ break;
187
+ case 0:
188
+ $day = ($start_of_week == 1)?date('j',strtotime( $now . ' -6 day')):date('j',strtotime( $now ));
189
+ break;
190
+ }
191
+ return $day;
192
+ }
193
+
194
+ function mc_ordinal($number) {
195
+ // when fed a number, adds the English ordinal suffix. Works for any
196
+ // number, even negatives
197
+ if ($number % 100 > 10 && $number %100 < 14) {
198
+ $suffix = "th";
199
+ } else {
200
+ switch($number % 10) {
201
+ case 0:$suffix = "th";break;
202
+ case 1:$suffix = "st";break;
203
+ case 2:$suffix = "nd";break;
204
+ case 3:$suffix = "rd";break;
205
+ default:$suffix = "th";break;
206
+ }
207
+ }
208
+ return "${number}$suffix";
209
+ }
210
+
211
  ?>
icons/32x32/applications-toys.png ADDED
Binary file
icons/32x32/appointment.png ADDED
Binary file
icons/32x32/art.png ADDED
Binary file
icons/32x32/ball.png ADDED
Binary file
icons/32x32/call.png ADDED
Binary file
icons/32x32/concert.png ADDED
Binary file
icons/32x32/crafts.png ADDED
Binary file
icons/32x32/event-2.png ADDED
Binary file
icons/32x32/event.png ADDED
Binary file
icons/32x32/games.png ADDED
Binary file
icons/32x32/globe.png ADDED
Binary file
icons/32x32/meeting.png ADDED
Binary file
icons/32x32/movies.png ADDED
Binary file
icons/32x32/party.png ADDED
Binary file
icons/32x32/pi.png ADDED
Binary file
icons/32x32/rehearsal.png ADDED
Binary file
icons/32x32/school.png ADDED
Binary file
icons/32x32/shop.png ADDED
Binary file
icons/32x32/star.png ADDED
Binary file
icons/32x32/tickets.png ADDED
Binary file
icons/appointment.png ADDED
Binary file
icons/art.png CHANGED
Binary file
icons/ball.png ADDED
Binary file
icons/call.png ADDED
Binary file
icons/concert.png CHANGED
Binary file
icons/crafts.png ADDED
Binary file
icons/event-2.png ADDED
Binary file
icons/event.png CHANGED
Binary file
icons/games.png CHANGED
Binary file
icons/globe.png CHANGED
Binary file
icons/meeting.png CHANGED
Binary file
icons/movies.png ADDED
Binary file
icons/party.png ADDED
Binary file
icons/pi.png ADDED
Binary file
icons/rehearsal.png CHANGED
Binary file
icons/school.png CHANGED
Binary file
icons/shop.png ADDED
Binary file
icons/star.png ADDED
Binary file
icons/tickets.png ADDED
Binary file
images/event-close.png CHANGED
Binary file
images/ical.png ADDED
Binary file
js/jquery.addfields.js ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function($) {
2
+ $('#add_field').live('click',function() {
3
+ var num = $('.clonedInput').length; // how many "duplicatable" input fields we currently have
4
+ var newNum = new Number(num + 1); // the numeric ID of the new input field being added
5
+ // create the new element via clone(), and manipulate it's ID using newNum value
6
+ var newElem = $('#event' + num).clone().attr('id', 'event' + newNum);
7
+ // manipulate the name/id values of the input inside the new element
8
+ newElem.children(':first').attr('id', 'name' + newNum).attr('name', 'name' + newNum);
9
+ // insert the new element after the last "duplicatable" input field
10
+ $('#event' + num).after(newElem);
11
+ // enable the "remove" button
12
+ $('#del_field').removeAttr('disabled');
13
+ // business rule: you can only add 10 occurrences
14
+ if (newNum == 10)
15
+ $('#add_field').attr('disabled','disabled');
16
+ });
17
+
18
+ $('#del_field').live('click',function() {
19
+ var num = $('.clonedInput').length; // how many "duplicatable" input fields we currently have
20
+ $('#event' + num).remove(); // remove the last element
21
+ // enable the "add" button
22
+ $('#add_field').removeAttr('disabled');
23
+ // if only one element remains, disable the "remove" button
24
+ if (num-1 == 1)
25
+ $('#del_field').attr('disabled','disabled');
26
+ });
27
+ $('#del_field').attr('disabled','disabled');
28
+ });
js/jquery.checkall.js ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function($) {
2
+ $(".selectall").click(function() {
3
+ var checked_status = $(this).prop('checked');
4
+ var checkbox_name = $(this).attr('id');
5
+ $('input[name="' + checkbox_name + '[]"]').each(function() {
6
+ $(this).prop('checked', checked_status);
7
+ });
8
+ });
9
+ });
js/jquery.easydrag.js ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * EasyDrag 1.5 - Drag & Drop jQuery Plug-in
3
+ *
4
+ * Thanks for the community that is helping the improvement
5
+ * of this little piece of code.
6
+ *
7
+ * For usage instructions please visit http://fromvega.com/scripts
8
+ */
9
+
10
+ (function($){
11
+
12
+ // to track if the mouse button is pressed
13
+ var isMouseDown = false;
14
+
15
+ // to track the current element being dragged
16
+ var currentElement = null;
17
+
18
+ // callback holders
19
+ var dropCallbacks = {};
20
+ var dragCallbacks = {};
21
+
22
+ // bubbling status
23
+ var bubblings = {};
24
+
25
+ // global position records
26
+ var lastMouseX;
27
+ var lastMouseY;
28
+ var lastElemTop;
29
+ var lastElemLeft;
30
+
31
+ // track element dragStatus
32
+ var dragStatus = {};
33
+
34
+ // if user is holding any handle or not
35
+ var holdingHandler = false;
36
+
37
+ // returns the mouse (cursor) current position
38
+ $.getMousePosition = function(e){
39
+ var posx = 0;
40
+ var posy = 0;
41
+
42
+ if (!e) var e = window.event;
43
+
44
+ if (e.pageX || e.pageY) {
45
+ posx = e.pageX;
46
+ posy = e.pageY;
47
+ }
48
+ else if (e.clientX || e.clientY) {
49
+ posx = e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft;
50
+ posy = e.clientY + document.body.scrollTop + document.documentElement.scrollTop;
51
+ }
52
+
53
+ return { 'x': posx, 'y': posy };
54
+ };
55
+
56
+ // updates the position of the current element being dragged
57
+ $.updatePosition = function(e) {
58
+ var pos = $.getMousePosition(e);
59
+
60
+ var spanX = (pos.x - lastMouseX);
61
+ var spanY = (pos.y - lastMouseY);
62
+
63
+ $(currentElement).css("top", (lastElemTop + spanY));
64
+ $(currentElement).css("left", (lastElemLeft + spanX));
65
+ };
66
+
67
+ // when the mouse is moved while the mouse button is pressed
68
+ $(document).mousemove(function(e){
69
+ if(isMouseDown && dragStatus[currentElement.id] != 'false'){
70
+ // update the position and call the registered function
71
+ $.updatePosition(e);
72
+ if(dragCallbacks[currentElement.id] != undefined){
73
+ dragCallbacks[currentElement.id](e, currentElement);
74
+ }
75
+
76
+ return false;
77
+ }
78
+ });
79
+
80
+ // when the mouse button is released
81
+ $(document).mouseup(function(e){
82
+ if(isMouseDown && dragStatus[currentElement.id] != 'false'){
83
+ isMouseDown = false;
84
+ if(dropCallbacks[currentElement.id] != undefined){
85
+ dropCallbacks[currentElement.id](e, currentElement);
86
+ }
87
+
88
+ return false;
89
+ }
90
+ });
91
+
92
+ // register the function to be called while an element is being dragged
93
+ $.fn.ondrag = function(callback){
94
+ return this.each(function(){
95
+ dragCallbacks[this.id] = callback;
96
+ });
97
+ };
98
+
99
+ // register the function to be called when an element is dropped
100
+ $.fn.ondrop = function(callback){
101
+ return this.each(function(){
102
+ dropCallbacks[this.id] = callback;
103
+ });
104
+ };
105
+
106
+ // disable the dragging feature for the element
107
+ $.fn.dragOff = function(){
108
+ return this.each(function(){
109
+ dragStatus[this.id] = 'off';
110
+ });
111
+ };
112
+
113
+ // enable the dragging feature for the element
114
+ $.fn.dragOn = function(){
115
+ return this.each(function(){
116
+ dragStatus[this.id] = 'on';
117
+ });
118
+ };
119
+
120
+ // set a child element as a handler
121
+ $.fn.setHandler = function(handlerId){
122
+ return this.each(function(){
123
+ var draggable = this;
124
+
125
+ // enable event bubbling so the user can reach the handle
126
+ bubblings[this.id] = true;
127
+
128
+ // reset cursor style
129
+ $(draggable).css("cursor", "");
130
+
131
+ // set current drag status
132
+ dragStatus[draggable.id] = "handler";
133
+
134
+ // change handle cursor type
135
+ $("#"+handlerId).css("cursor", "move");
136
+
137
+ // bind event handler
138
+ $("#"+handlerId).mousedown(function(e){
139
+ holdingHandler = true;
140
+ $(draggable).trigger('mousedown', e);
141
+ });
142
+
143
+ // bind event handler
144
+ $("#"+handlerId).mouseup(function(e){
145
+ holdingHandler = false;
146
+ });
147
+ });
148
+ }
149
+
150
+ // set an element as draggable - allowBubbling enables/disables event bubbling
151
+ $.fn.easydrag = function(allowBubbling){
152
+
153
+ return this.each(function(){
154
+
155
+ // if no id is defined assign a unique one
156
+ if(undefined == this.id || !this.id.length) this.id = "easydrag"+(new Date().getTime());
157
+
158
+ // save event bubbling status
159
+ bubblings[this.id] = allowBubbling ? true : false;
160
+
161
+ // set dragStatus
162
+ dragStatus[this.id] = "on";
163
+
164
+ // change the mouse pointer
165
+ $(this).css("cursor", "move");
166
+
167
+ // when an element receives a mouse press
168
+ $(this).mousedown(function(e){
169
+
170
+ // just when "on" or "handler"
171
+ if((dragStatus[this.id] == "off") || (dragStatus[this.id] == "handler" && !holdingHandler))
172
+ return bubblings[this.id];
173
+
174
+ // set it as absolute positioned
175
+ $(this).css("position", "absolute");
176
+
177
+ // set z-index
178
+ $(this).css("z-index", parseInt( new Date().getTime()/1000 ));
179
+
180
+ // update track variables
181
+ isMouseDown = true;
182
+ currentElement = this;
183
+
184
+ // retrieve positioning properties
185
+ var pos = $.getMousePosition(e);
186
+ lastMouseX = pos.x;
187
+ lastMouseY = pos.y;
188
+
189
+ lastElemTop = this.offsetTop;
190
+ lastElemLeft = this.offsetLeft;
191
+
192
+ $.updatePosition(e);
193
+
194
+ return bubblings[this.id];
195
+ });
196
+ });
197
+ };
198
+
199
+ })(jQuery);
js/upload.js ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function() {
2
+ jQuery('#upload_image_button').click(function() {
3
+ formfield = jQuery('#event_image').attr('name');
4
+ tb_show('', 'media-upload.php?type=image&amp;TB_iframe=true');
5
+ return false;
6
+ });
7
+ window.send_to_editor = function(html) {
8
+ imgurl = jQuery('img',html).attr('src');
9
+ jQuery('#event_image').val(imgurl);
10
+ tb_remove();
11
+ }
12
+ });
lang/my-calendar-cs_CZ.mo CHANGED
Binary file
lang/my-calendar-cs_CZ.po CHANGED
@@ -1,1507 +1,3545 @@
1
- # Translation of the WordPress plugin My Calendar 1.5.0 by Joseph C Dolson.
2
- # Copyright (C) 2010 Joseph C Dolson
3
- # This file is distributed under the same license as the My Calendar package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: My Calendar 1.5.0\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
10
- "POT-Creation-Date: 2010-10-05 19:19+0000\n"
11
- "PO-Revision-Date: 2010-12-22 13:37+0100\n"
12
- "Last-Translator: Jan Rybařík <rybarikj@seznam.cz>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=utf-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Czech\n"
18
- "X-Poedit-Country: CZECH REPUBLIC\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
-
21
- #: my-calendar-categories.php:41
22
- msgid "Category added successfully"
23
- msgstr "Kategorie byla úspěšně přidána"
24
-
25
- #: my-calendar-categories.php:43
26
- msgid "Category addition failed."
27
- msgstr "Přidání kategorie selhalo"
28
-
29
- #: my-calendar-categories.php:53
30
- msgid "Category deleted successfully. Categories in calendar updated."
31
- msgstr "Kategorie byla úspěšně smazána. Kategorie v kalendáři byly aktualizovány."
32
-
33
- #: my-calendar-categories.php:55
34
- msgid "Category deleted successfully. Categories in calendar not updated."
35
- msgstr "Kategorie byla úspěšně smazána. Kategorie v kalendáři se neaktualizovaly."
36
-
37
- #: my-calendar-categories.php:57
38
- msgid "Category not deleted. Categories in calendar updated."
39
- msgstr "Kategorie nebyla odstraněna. Kategorie v kalendáři byly aktualizovány."
40
-
41
- #: my-calendar-categories.php:66
42
- msgid "Category edited successfully"
43
- msgstr "Kategorie byla úspěšně upravena."
44
-
45
- #: my-calendar-categories.php:88
46
- #: my-calendar-categories.php:112
47
- #: my-calendar-categories.php:130
48
- msgid "Add Category"
49
- msgstr "Přidat kategorii"
50
-
51
- #: my-calendar-categories.php:90
52
- #: my-calendar-categories.php:112
53
- msgid "Edit Category"
54
- msgstr "Upravit kategorii"
55
-
56
- #: my-calendar-categories.php:97
57
- msgid "Category Editor"
58
- msgstr "Editor kategorií"
59
-
60
- #: my-calendar-categories.php:113
61
- #: my-calendar-categories.php:156
62
- msgid "Category Name"
63
- msgstr "Název kategorie"
64
-
65
- #: my-calendar-categories.php:114
66
- msgid "Category Color (Hex format)"
67
- msgstr "Barva kategorie (Hex format)"
68
-
69
- #: my-calendar-categories.php:115
70
- #: my-calendar-categories.php:158
71
- msgid "Category Icon"
72
- msgstr "Ikona kategorie"
73
-
74
- #: my-calendar-categories.php:130
75
- #: my-calendar-locations.php:121
76
- msgid "Save Changes"
77
- msgstr "Uložit změny"
78
-
79
- #: my-calendar-categories.php:143
80
- #: my-calendar.php:179
81
- msgid "Manage Categories"
82
- msgstr "Spravovat kategorie"
83
-
84
- #: my-calendar-categories.php:155
85
- #: my-calendar-event-manager.php:643
86
- #: my-calendar-locations.php:147
87
- msgid "ID"
88
- msgstr "Id"
89
-
90
- #: my-calendar-categories.php:157
91
- msgid "Category Color"
92
- msgstr "Barva kategorie"
93
-
94
- #: my-calendar-categories.php:159
95
- #: my-calendar-categories.php:173
96
- #: my-calendar-event-manager.php:704
97
- #: my-calendar-locations.php:149
98
- #: my-calendar-locations.php:161
99
- msgid "Edit"
100
- msgstr "Editovat"
101
-
102
- #: my-calendar-categories.php:160
103
- #: my-calendar-categories.php:179
104
- #: my-calendar-event-manager.php:73
105
- #: my-calendar-event-manager.php:704
106
- #: my-calendar-locations.php:150
107
- #: my-calendar-locations.php:162
108
- msgid "Delete"
109
- msgstr "Smazat"
110
-
111
- #: my-calendar-categories.php:176
112
- #: my-calendar-event-manager.php:685
113
- #: my-calendar-settings.php:228
114
- #: my-calendar.php:652
115
- msgid "N/A"
116
- msgstr "N/A"
117
-
118
- #: my-calendar-categories.php:179
119
- #: my-calendar-locations.php:162
120
- msgid "Are you sure you want to delete this category?"
121
- msgstr "Opravdu chcete smazat tuto kategorii"
122
-
123
- #: my-calendar-categories.php:190
124
- msgid "There are no categories in the database - something has gone wrong!"
125
- msgstr "V databázi nejsou žádné kategorie. Někde je chyba."
126
-
127
- #: my-calendar-event-manager.php:27
128
- #: my-calendar-settings.php:351
129
- msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
130
- msgstr "Můj Kalendář zjistil, že máte nainstalován plugin Calendar od Kieran O'Shea. Můžete importovat události a kategorie do Mého kalendáře. Chcete importovat tyto události?"
131
-
132
- #: my-calendar-event-manager.php:33
133
- #: my-calendar-settings.php:357
134
- msgid "Import from Calendar"
135
- msgstr "Importovat z kalendáře"
136
-
137
- #: my-calendar-event-manager.php:38
138
- msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
139
- msgstr "I když je možné, že tento import by nemusel importovat události správně, neměl by mít žádný dopad na stávající databáze kalendáře. Pokud narazíte na nějaké problémy, <a href=\"http://www.joedolson.com/contact.php\">Kontaktujte mě prosím </ a>!"
140
-
141
- #: my-calendar-event-manager.php:68
142
- msgid "Delete Event"
143
- msgstr "Smazat událost"
144
-
145
- #: my-calendar-event-manager.php:68
146
- msgid "Are you sure you want to delete this event?"
147
- msgstr "Opravdu chcete smazat tuto událost?"
148
-
149
- #: my-calendar-event-manager.php:81
150
- msgid "You do not have permission to delete that event."
151
- msgstr "Nemáte oprávnění smazat tuto událost."
152
-
153
- #: my-calendar-event-manager.php:96
154
- #: my-calendar-event-manager.php:209
155
- msgid "You do not have permission to approve that event."
156
- msgstr "Nemáte oprávnění schválit tuto událost."
157
-
158
- #: my-calendar-event-manager.php:110
159
- #: my-calendar-event-manager.php:223
160
- msgid "You do not have permission to reject that event."
161
- msgstr "Nemáte oprávnění zamítnout tuto událost."
162
-
163
- #: my-calendar-event-manager.php:133
164
- #: my-calendar-event-manager.php:154
165
- #: my-calendar-event-manager.php:178
166
- #: my-calendar-event-manager.php:193
167
- #: my-calendar-event-manager.php:833
168
- #: my-calendar-event-manager.php:838
169
- #: my-calendar-event-manager.php:843
170
- #: my-calendar-event-manager.php:855
171
- #: my-calendar-event-manager.php:865
172
- #: my-calendar-event-manager.php:873
173
- #: my-calendar-event-manager.php:882
174
- #: my-calendar-event-manager.php:890
175
- msgid "Error"
176
- msgstr "Chyba"
177
-
178
- #: my-calendar-event-manager.php:133
179
- msgid "I'm sorry! I couldn't add that event to the database."
180
- msgstr "Omlouvám se! Nemohl jsem přidat událost do databáze."
181
-
182
- #: my-calendar-event-manager.php:135
183
- msgid "Event added. It will now show in your calendar."
184
- msgstr "Událost přidána. Nyní bude zobrazena v kalendáři."
185
-
186
- #: my-calendar-event-manager.php:154
187
- msgid "Your event was not updated."
188
- msgstr "Vaše událost nebyla aktualizována."
189
-
190
- #: my-calendar-event-manager.php:158
191
- msgid "Nothing was changed in that update."
192
- msgstr "Při aktualizaci se nic nezměnilo."
193
-
194
- #: my-calendar-event-manager.php:162
195
- msgid "Event updated successfully"
196
- msgstr "Událost byla úspěšně aktualizována."
197
-
198
- #: my-calendar-event-manager.php:168
199
- msgid "You do not have sufficient permissions to edit that event."
200
- msgstr "Nemáte dostatečná oprávnění pro úpravy události."
201
-
202
- #: my-calendar-event-manager.php:178
203
- msgid "You can't delete an event if you haven't submitted an event id"
204
- msgstr "Nemůžete smazat událost pokud jste neodeslali ID události"
205
-
206
- #: my-calendar-event-manager.php:189
207
- msgid "Event deleted successfully"
208
- msgstr "Událost byla úspěšně smazána"
209
-
210
- #: my-calendar-event-manager.php:193
211
- msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
212
- msgstr "I přes požadavek na smazání, zůstala událost stále v databázi. Prosím překontrolujte."
213
-
214
- #: my-calendar-event-manager.php:240
215
- #: my-calendar-event-manager.php:343
216
- msgid "Edit Event"
217
- msgstr "Upravit událost"
218
-
219
- #: my-calendar-event-manager.php:244
220
- #: my-calendar-event-manager.php:253
221
- msgid "You must provide an event id in order to edit it"
222
- msgstr "Musíte zadat id události, aby se událost dala editovat"
223
-
224
- #: my-calendar-event-manager.php:249
225
- #: my-calendar-event-manager.php:343
226
- msgid "Copy Event"
227
- msgstr "Kopírovat událost"
228
-
229
- #: my-calendar-event-manager.php:259
230
- msgid "Add Event"
231
- msgstr "Přidat událost"
232
-
233
- #: my-calendar-event-manager.php:264
234
- msgid "Manage Events"
235
- msgstr "Spravovat události"
236
-
237
- #: my-calendar-event-manager.php:315
238
- msgid "Sorry! That's an invalid event key."
239
- msgstr "Špatná klíč události."
240
-
241
- #: my-calendar-event-manager.php:320
242
- msgid "Sorry! We couldn't find an event with that ID."
243
- msgstr "Omlouváme se! Bohužel jsme nenašli událost s tímto ID."
244
-
245
- #: my-calendar-event-manager.php:343
246
- msgid "Add an Event"
247
- msgstr "Přidat událost."
248
-
249
- #: my-calendar-event-manager.php:347
250
- msgid "This event must be approved in order for it to appear on the calendar."
251
- msgstr "Před tím než se událost zobrazí v kalendáři, musí být schválena."
252
-
253
- #: my-calendar-event-manager.php:362
254
- msgid "Enter your Event Information"
255
- msgstr "Vložte informace o události."
256
-
257
- #: my-calendar-event-manager.php:364
258
- msgid "Event Title"
259
- msgstr "Název události"
260
-
261
- #: my-calendar-event-manager.php:367
262
- msgid "Publish"
263
- msgstr "Publikovat"
264
-
265
- #: my-calendar-event-manager.php:367
266
- msgid "You must approve this event to promote it to the calendar."
267
- msgstr "Musíte schválit událost pro její zobrazení v kalendáři."
268
-
269
- #: my-calendar-event-manager.php:369
270
- msgid "An administrator must approve your new event."
271
- msgstr "Administrátor musí schválit Vaši událost."
272
-
273
- #: my-calendar-event-manager.php:377
274
- msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
275
- msgstr "Popis události (<abbr title=\"hypertext markup language\">HTML</abbr> povoleno)"
276
-
277
- #: my-calendar-event-manager.php:382
278
- msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
279
- msgstr "Krátký popisek události (<abbr title=\"hypertext markup language\">HTML</abbr> povoleno)"
280
-
281
- #: my-calendar-event-manager.php:387
282
- msgid "Event Category"
283
- msgstr "Kategorie událostí"
284
-
285
- #: my-calendar-event-manager.php:412
286
- msgid "Event Link (Optional)"
287
- msgstr "Odkaz (nepovinný)"
288
-
289
- #: my-calendar-event-manager.php:412
290
- msgid "This link will expire when the event passes."
291
- msgstr "Odkaz nebude platný po uskutučnění události."
292
-
293
- #: my-calendar-event-manager.php:416
294
- msgid "Start Date (YYYY-MM-DD)"
295
- msgstr "Datum začátku (RRRR-MM-DD)"
296
-
297
- #: my-calendar-event-manager.php:419
298
- msgid "End Date (YYYY-MM-DD) (Optional)"
299
- msgstr "Datum ukončení (RRRR-MM-DD)(volitelné)"
300
-
301
- #: my-calendar-event-manager.php:422
302
- msgid "Time (hh:mm)"
303
- msgstr "Čas (hh:mm)"
304
-
305
- #: my-calendar-event-manager.php:434
306
- msgid "Optional, set blank if your event is an all-day event or does not happen at a specific time."
307
- msgstr "Volitelné, nechte prázdné, pokud je událost celodenní, nebo nenastane v určitý čas."
308
-
309
- #: my-calendar-event-manager.php:434
310
- msgid "Current time difference from GMT is "
311
- msgstr "Rozdíl místního času a GMT"
312
-
313
- #: my-calendar-event-manager.php:434
314
- msgid " hour(s)"
315
- msgstr "hodina(y)"
316
-
317
- #: my-calendar-event-manager.php:437
318
- msgid "End Time (hh:mm)"
319
- msgstr "Konec (hh:mm)"
320
-
321
- #: my-calendar-event-manager.php:447
322
- msgid "Optional. End times will not be displayed on events where this is not set."
323
- msgstr "Volitelné. Konec doby nebude zobrazen na akcích, kde to není nastaveno."
324
-
325
- #: my-calendar-event-manager.php:452
326
- msgid "Recurring Events"
327
- msgstr "Opakující se události"
328
-
329
- #: my-calendar-event-manager.php:455
330
- msgid "Repeats for"
331
- msgstr "Opakovaní"
332
-
333
- #: my-calendar-event-manager.php:456
334
- msgid "Units"
335
- msgstr "Jednotky"
336
-
337
- #: my-calendar-event-manager.php:457
338
- msgid "Does not recur"
339
- msgstr "Neopakuje se"
340
-
341
- #: my-calendar-event-manager.php:458
342
- #: my-calendar-event-manager.php:677
343
- msgid "Daily"
344
- msgstr "Denně"
345
-
346
- #: my-calendar-event-manager.php:459
347
- #: my-calendar-event-manager.php:678
348
- msgid "Weekly"
349
- msgstr "Týdně"
350
-
351
- #: my-calendar-event-manager.php:460
352
- msgid "Bi-weekly"
353
- msgstr "Ob týden"
354
-
355
- #: my-calendar-event-manager.php:461
356
- msgid "Date of Month (e.g., the 24th of each month)"
357
- msgstr "Datum měsíce (24. každého měsíce)"
358
-
359
- #: my-calendar-event-manager.php:462
360
- msgid "Day of Month (e.g., the 3rd Monday of each month)"
361
- msgstr "Den v měsíci (3. pondělí každého měsíce)"
362
-
363
- #: my-calendar-event-manager.php:463
364
- msgid "Annually"
365
- msgstr "Ročně"
366
-
367
- #: my-calendar-event-manager.php:465
368
- msgid "Entering 0 means forever, if a unit is selected. If the recurrence unit is left at \"Does not recur,\" the event will not reoccur."
369
- msgstr "Hodnota 0 znamená navždy, pokud je jednotka vybrána. Pokud je jednotka opakování ponechána na \"Neopakovat\", událost se nebude opakovat."
370
-
371
- #: my-calendar-event-manager.php:476
372
- msgid "Event Registration Status"
373
- msgstr "Status registrace události"
374
-
375
- #: my-calendar-event-manager.php:478
376
- msgid "Open"
377
- msgstr "Otevřít"
378
-
379
- #: my-calendar-event-manager.php:479
380
- msgid "Closed"
381
- msgstr "Zavřeno"
382
-
383
- #: my-calendar-event-manager.php:480
384
- msgid "Does not apply"
385
- msgstr "Neplatí"
386
-
387
- #: my-calendar-event-manager.php:483
388
- msgid "If this event recurs, it can only be registered for as a complete series."
389
- msgstr "Pokud se událost opakuje, může být registrována pro kompletní sérii "
390
-
391
- #: my-calendar-event-manager.php:493
392
- #: my-calendar-locations.php:81
393
- msgid "Event Location"
394
- msgstr "Místo události"
395
-
396
- #: my-calendar-event-manager.php:502
397
- msgid "Choose a preset location:"
398
- msgstr "Vybrat přednastavené umístění"
399
-
400
- #: my-calendar-event-manager.php:516
401
- msgid "Add recurring locations for later use."
402
- msgstr "Přidat opakující se umístění pro pozdější použití"
403
-
404
- #: my-calendar-event-manager.php:525
405
- #: my-calendar-locations.php:83
406
- msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
407
- msgstr "Všechny pole jsou volitelná: <em> nedostatečné informace mohou mít za následek nepřesné zobrazení na mapě </ em>."
408
-
409
- #: my-calendar-event-manager.php:528
410
- #: my-calendar-locations.php:86
411
- msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
412
- msgstr "Název umístění (Např. <em>Rybajzův bar</em>)"
413
-
414
- #: my-calendar-event-manager.php:531
415
- #: my-calendar-locations.php:89
416
- msgid "Street Address"
417
- msgstr "Ulice"
418
-
419
- #: my-calendar-event-manager.php:534
420
- #: my-calendar-locations.php:92
421
- msgid "Street Address (2)"
422
- msgstr "Ulice 2"
423
-
424
- #: my-calendar-event-manager.php:537
425
- #: my-calendar-locations.php:95
426
- msgid "City"
427
- msgstr "Město"
428
-
429
- #: my-calendar-event-manager.php:537
430
- #: my-calendar-locations.php:95
431
- msgid "State/Province"
432
- msgstr "Stát / Provincie"
433
-
434
- #: my-calendar-event-manager.php:537
435
- #: my-calendar-locations.php:95
436
- msgid "Postal Code"
437
- msgstr "PSČ"
438
-
439
- #: my-calendar-event-manager.php:540
440
- #: my-calendar-locations.php:98
441
- msgid "Country"
442
- msgstr "Země"
443
-
444
- #: my-calendar-event-manager.php:543
445
- #: my-calendar-locations.php:101
446
- msgid "Initial Zoom"
447
- msgstr "Počáteční zoom"
448
-
449
- #: my-calendar-event-manager.php:545
450
- #: my-calendar-locations.php:103
451
- msgid "Neighborhood"
452
- msgstr "Sousedství"
453
-
454
- #: my-calendar-event-manager.php:546
455
- #: my-calendar-locations.php:104
456
- msgid "Small City"
457
- msgstr "Malé město"
458
-
459
- #: my-calendar-event-manager.php:547
460
- #: my-calendar-locations.php:105
461
- msgid "Large City"
462
- msgstr "Velké město"
463
-
464
- #: my-calendar-event-manager.php:548
465
- #: my-calendar-locations.php:106
466
- msgid "Greater Metro Area"
467
- msgstr "Větší oblast"
468
-
469
- #: my-calendar-event-manager.php:549
470
- #: my-calendar-locations.php:107
471
- msgid "State"
472
- msgstr "Stát"
473
-
474
- #: my-calendar-event-manager.php:550
475
- #: my-calendar-locations.php:108
476
- msgid "Region"
477
- msgstr "Region"
478
-
479
- #: my-calendar-event-manager.php:554
480
- #: my-calendar-locations.php:112
481
- msgid "GPS Coordinates (optional)"
482
- msgstr "GPS souřadnice (volittelné)"
483
-
484
- #: my-calendar-event-manager.php:556
485
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
486
- msgstr "Pokud zadáte GPS souřadnice vaší polohy, budou použity místo dalších informací o adrese."
487
-
488
- #: my-calendar-event-manager.php:559
489
- #: my-calendar-locations.php:117
490
- msgid "Longitude"
491
- msgstr "Zeměpisná délka"
492
-
493
- #: my-calendar-event-manager.php:559
494
- #: my-calendar-locations.php:117
495
- msgid "Latitude"
496
- msgstr "Zeměpisná šířka"
497
-
498
- #: my-calendar-event-manager.php:567
499
- msgid "Save Event"
500
- msgstr "uložit událost"
501
-
502
- #: my-calendar-event-manager.php:644
503
- #: my-calendar-widgets.php:37
504
- #: my-calendar-widgets.php:122
505
- msgid "Title"
506
- msgstr "Název"
507
-
508
- #: my-calendar-event-manager.php:645
509
- msgid "Link"
510
- msgstr "Odkaz"
511
-
512
- #: my-calendar-event-manager.php:646
513
- #: my-calendar-locations.php:148
514
- msgid "Location"
515
- msgstr "Umístění"
516
-
517
- #: my-calendar-event-manager.php:647
518
- msgid "Description"
519
- msgstr "Popis"
520
-
521
- #: my-calendar-event-manager.php:648
522
- msgid "Start Date"
523
- msgstr "Datum začátku"
524
-
525
- #: my-calendar-event-manager.php:649
526
- msgid "Recurs"
527
- msgstr "Opakuje se"
528
-
529
- #: my-calendar-event-manager.php:650
530
- #: my-calendar-settings.php:204
531
- #: my-calendar-settings.php:213
532
- msgid "Author"
533
- msgstr "Autor"
534
-
535
- #: my-calendar-event-manager.php:651
536
- msgid "Category"
537
- msgstr "Kategorie"
538
-
539
- #: my-calendar-event-manager.php:652
540
- msgid "Edit / Delete"
541
- msgstr "Upravit / Smazat"
542
-
543
- #: my-calendar-event-manager.php:676
544
- msgid "Never"
545
- msgstr "Nikdy"
546
-
547
- #: my-calendar-event-manager.php:679
548
- msgid "Bi-Weekly"
549
- msgstr "Dvoutýdenní"
550
-
551
- #: my-calendar-event-manager.php:680
552
- msgid "Monthly (by date)"
553
- msgstr "Měsíčně (podle data)"
554
-
555
- #: my-calendar-event-manager.php:681
556
- msgid "Monthly (by day)"
557
- msgstr "Měsíčně (podle dne)"
558
-
559
- #: my-calendar-event-manager.php:682
560
- msgid "Yearly"
561
- msgstr "Ročně"
562
-
563
- #: my-calendar-event-manager.php:686
564
- msgid "Forever"
565
- msgstr "Navždy"
566
-
567
- #: my-calendar-event-manager.php:687
568
- msgid "Times"
569
- msgstr "Krát"
570
-
571
- #: my-calendar-event-manager.php:702
572
- msgid "Copy"
573
- msgstr "Kopírovat"
574
-
575
- #: my-calendar-event-manager.php:705
576
- msgid "Not editable."
577
- msgstr "Neupravitelné"
578
-
579
- #: my-calendar-event-manager.php:711
580
- msgid "Reject"
581
- msgstr "Zamítnout"
582
-
583
- #: my-calendar-event-manager.php:713
584
- msgid "Approve"
585
- msgstr "Schálit"
586
-
587
- #: my-calendar-event-manager.php:718
588
- msgid "Approved"
589
- msgstr "Schváleno"
590
-
591
- #: my-calendar-event-manager.php:720
592
- msgid "Rejected"
593
- msgstr "Zamítnuto"
594
-
595
- #: my-calendar-event-manager.php:733
596
- msgid "There are no events in the database!"
597
- msgstr "V databázi nejsou žádné události"
598
-
599
- #: my-calendar-event-manager.php:833
600
- msgid "Your event end date must be either after or the same as your event begin date"
601
- msgstr "Vaše datum ukončení události musí být buď po začátku události, nebo stejné jako datum zahájení události"
602
-
603
- #: my-calendar-event-manager.php:838
604
- msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
605
- msgstr "Vaše formátování data je správné, ale jedno nebo více z vašich dat, je neplatné. Zkontrolujte, zda počet dní v měsíci a přestupný rok neobsahuje chyby."
606
-
607
- #: my-calendar-event-manager.php:843
608
- msgid "Both start and end dates must be in the format YYYY-MM-DD"
609
- msgstr "Formát data začátku a konce musí být ve formátu RRRR-MM-DD"
610
-
611
- #: my-calendar-event-manager.php:855
612
- msgid "The time field must either be blank or be entered in the format hh:mm"
613
- msgstr "Pole Čas musí být buď prázdné, nebo musí být zadáno ve formátu hh: mm"
614
-
615
- #: my-calendar-event-manager.php:865
616
- msgid "The end time field must either be blank or be entered in the format hh:mm"
617
- msgstr "Pole Čas konce musí být buď prázdné, nebo musí být zadáno ve formátu hh: mm"
618
-
619
- #: my-calendar-event-manager.php:873
620
- msgid "The URL entered must either be prefixed with http:// or be completely blank"
621
- msgstr "Vložené URL musí obsahovat http:// nebo musí být úplně prázdné"
622
-
623
- #: my-calendar-event-manager.php:882
624
- msgid "The event title must be between 1 and 255 characters in length."
625
- msgstr "Titulek události může být dlouhý 1 - 255 znaků."
626
-
627
- #: my-calendar-event-manager.php:890
628
- msgid "The repetition value must be 0 unless a type of recurrence is selected."
629
- msgstr "Pokud je vybrán typ opakování, musí být hodnota opakování 0."
630
-
631
- #: my-calendar-help.php:6
632
- msgid "How to use My Calendar"
633
- msgstr "Jak používat Můj kalendář"
634
-
635
- #: my-calendar-help.php:11
636
- msgid "Shortcode Syntax"
637
- msgstr "Syntaxe krátkého kódu"
638
-
639
- #: my-calendar-help.php:14
640
- msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
641
- msgstr "Tento krátký kód může být vložen do stránky, příspěvku nebo widgetu."
642
-
643
- #: my-calendar-help.php:18
644
- msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
645
- msgstr "Krátký kód zobrazí kalendář na stránce nebo v příspěvku (bude zahrnovat všechny kategorie a klíč kategorie) v klasickém formátu měsíc po měsíci."
646
-
647
- #: my-calendar-help.php:21
648
- msgid "The shortcode supports three attributes, <code>category</code>, <code>format</code> and <code>showkey</code>. There two alternate option for <code>format</code> &mdash; <code>list</code> &mdash; which will show the calendar in a list format, skipping dates without any events, and <code>mini</code>, which will display the calendar in a form more suitable to being displayed in smaller spaces, such as the sidebar. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using the pipe character: <code>|</code>. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output."
649
- msgstr "Krátký kód podporuje tři atributy, <code> kategorie </ code>, <code> formát </ code> a <code> showkey </ code>. Existují dvě alternativní možnosti pro <code> formát </ code> &mdash; <code> seznam </ code>&mdash;, které zobrazí kalendář ve formátu seznam, přeskočí data bez událostí, a <code> mini </ code> , které zobrazí kalendář v podobě vhodnější pro zobrazení v menších prostorech, jako je postranní panel. Atribut <code> kategorie </ code> vyžaduje buď jméno nebo ID jedné z Vašich kategorií (název je case-sensitive). Toto nastavení zobrazí kalendář pouze s událostmi ve vybrané kategorii. Více kategorií může být specifikováno oddělením názvů kategorií, nebo ID pomocí znaku: <code> | </ code>. Nastavení <code> showkey </ code> na <code> no </ code> zabrání zobrazení klíče kategorií - to může být užitečné při výstupu jen jedné kategorie."
650
-
651
- #: my-calendar-help.php:24
652
- msgid "This shortcode displays the output of the Upcoming Events widget. Without attributes, it will display using the settings in your widget; the attributes are used to override the widget settings. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below."
653
- msgstr "Tento krátký kód zobrazuje výstup widgetu Nadcházející události. Bez atributů, zobrazení závisí na nastavení widgetu, atributy jsou použity k přepsání nastavení widgetu. Atributy <code> před </ code> a <code> po atributy </ code> by měla být čísla, <code> typ </ code> atribut může být buď \"událost\" nebo \"dny\", a atribut<code> kategorie </ code> funguje stejným způsobem jako atribut kategorie v krátkém kódu hlavního kalendáře. Šablony jsou zobrazeny níže."
654
-
655
- #: my-calendar-help.php:27
656
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with two configurable attributes: category and template."
657
- msgstr "Krátký kód zobrazuje výstup z widgetu dnešní události se dvěma konfigurovatelné atributy: kategorie a šablony."
658
-
659
- #: my-calendar-help.php:34
660
- msgid "Category Icons"
661
- msgstr "Ikony kategorií"
662
-
663
- #: my-calendar-help.php:37
664
- msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
665
- msgstr "Můj kalendář je určen pro správu více kalendářů. Základem pro tyto kalendáře jsou kategorie, můžete snadno nastavit kalendářovou stránku, která obsahuje všechny kategorie, nebo můžete vytvořit samostatné stránky s kalendáři v každé kategorii. Pro příklad, může to být pro vás užitečné při správě kalendáře pro více pásem, kalendáře akcí na různých místech, atd."
666
-
667
- #: my-calendar-help.php:40
668
- msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
669
- msgstr "Předinstalované ikony kategorií nemusí být zvláště užitečné pro vaše potřeby, nebo design. Za předpokladu, že se chystáte nahrát vlastní ikony - vše, co potřebujete udělat, je nahrát je do pluginové složky ikon, a oni budou k dispozici pro okamžité použití, nebo je umístěte do složky \"my-calendar-custom \", aby se zabránilo tomu, že budou přepsány při upgrade."
670
-
671
- #: my-calendar-help.php:40
672
- msgid "Your icons folder is:"
673
- msgstr "Složka ikon:"
674
-
675
- #: my-calendar-help.php:40
676
- msgid "You can alternately place icons in:"
677
- msgstr "Alternativně můžete uložit ikony do:"
678
-
679
- #: my-calendar-help.php:48
680
- msgid "Widget Templating"
681
- msgstr "Šablona widgetu"
682
-
683
- #: my-calendar-help.php:51
684
- msgid "These codes are available in calendar widgets to create your own custom calendar format."
685
- msgstr "Tyto kódy jsou dostupné ve widgetu kalendáře. Pomocí nich můžete vytvářet libovolný formát kalendáře."
686
-
687
- #: my-calendar-help.php:55
688
- msgid "Displays the name of the category the event is in."
689
- msgstr "Zobrazí jméno kategorie, do které událost patří."
690
-
691
- #: my-calendar-help.php:58
692
- msgid "Displays the title of the event."
693
- msgstr "Zobrazí titulek události"
694
-
695
- #: my-calendar-help.php:61
696
- msgid "Displays the start time for the event."
697
- msgstr "Zobrazí čas začátku události"
698
-
699
- #: my-calendar-help.php:64
700
- msgid "Displays the date on which the event begins."
701
- msgstr "Zobrazí datum začátku události."
702
-
703
- #: my-calendar-help.php:67
704
- msgid "Displays the date on which the event ends."
705
- msgstr "Zobrazí datum ukončení události."
706
-
707
- #: my-calendar-help.php:70
708
- msgid "Displays the time at which the event ends."
709
- msgstr "Zobrazí čas ukončení události."
710
-
711
- #: my-calendar-help.php:73
712
- msgid "Displays the WordPress author who posted the event."
713
- msgstr "Zobrazí WP autora, který vložil událost."
714
-
715
- #: my-calendar-help.php:76
716
- msgid "Displays the URL provided for the event."
717
- msgstr "Zobrazí URL události "
718
-
719
- #: my-calendar-help.php:79
720
- msgid "Displays the description of the event."
721
- msgstr "Zobrazí popisek události"
722
-
723
- #: my-calendar-help.php:82
724
- msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
725
- msgstr "Zobrazí titulek události jako odkaz, pokud je vyplněno URL, nebo jako text, pokud vyplněno není. "
726
-
727
- #: my-calendar-help.php:85
728
- msgid "Displays the name of the location of the event."
729
- msgstr "Zobrazí název umístění události."
730
-
731
- #: my-calendar-help.php:88
732
- msgid "Displays the first line of the site address."
733
- msgstr "Zobrazí první řádek adresy."
734
-
735
- #: my-calendar-help.php:91
736
- msgid "Displays the second line of the site address."
737
- msgstr "Zobrazí druhý řádek adresy."
738
-
739
- #: my-calendar-help.php:94
740
- msgid "Displays the city for the event."
741
- msgstr "Zobrazí město události."
742
-
743
- #: my-calendar-help.php:97
744
- msgid "Displays the state for the event."
745
- msgstr "Zobrazí stát události."
746
-
747
- #: my-calendar-help.php:100
748
- msgid "Displays the postcode for the event."
749
- msgstr "Zobrazí PSČ události."
750
-
751
- #: my-calendar-help.php:103
752
- msgid "Displays the country for the event location."
753
- msgstr "Zobrazí zemi události."
754
-
755
- #: my-calendar-help.php:106
756
- msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
757
- msgstr "Zobrazí adresu události ve formátu <a href=\"http://microformats.org/wiki/hcard\">hcard</a>."
758
-
759
- #: my-calendar-help.php:109
760
- msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
761
- msgstr "Zobrazí odkaz na Google Mapy, pokud jsou dostupné dostatečné informace o adrese. Pokud ne, bude prázdné."
762
-
763
- #: my-calendar-help.php:112
764
- msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
765
- msgstr "Zobrazí textové oznámení, zda je registrace události otevřena nebo uzavřena; nezobrazí nic pokud je volba vybrána v události."
766
-
767
- #: my-calendar-help.php:115
768
- msgid "Displays the short version of the event description."
769
- msgstr "Zobrazí krátkou verzi popisku události."
770
-
771
- #: my-calendar-help.php:118
772
- msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
773
- msgstr "Zobrazí aktuální stav události: buď \"Publikováno\" nebo \"Rezervováno\" - primárně použité v emailových šablonách."
774
-
775
- #: my-calendar-locations.php:22
776
- msgid "Location added successfully"
777
- msgstr "Umístění bylo úspěšně přidáno"
778
-
779
- #: my-calendar-locations.php:24
780
- msgid "Location could not be added to database"
781
- msgstr "umístění nemohlo být přidáno do databáze"
782
-
783
- #: my-calendar-locations.php:30
784
- msgid "Location deleted successfully"
785
- msgstr "Umístění bylo úspěšně odstraněno"
786
-
787
- #: my-calendar-locations.php:32
788
- msgid "Location could not be deleted"
789
- msgstr "Umístění nemohlo být smazáno."
790
-
791
- #: my-calendar-locations.php:43
792
- msgid "Location could not be edited."
793
- msgstr "Umístění nemohlo být upraveno."
794
-
795
- #: my-calendar-locations.php:45
796
- msgid "Location was not changed."
797
- msgstr "Umístění nebylo změněno"
798
-
799
- #: my-calendar-locations.php:47
800
- msgid "Location edited successfully"
801
- msgstr "Umístění bylo úspěšně aktualizováno."
802
-
803
- #: my-calendar-locations.php:59
804
- msgid "Add New Location"
805
- msgstr "Přidat nové umístění"
806
-
807
- #: my-calendar-locations.php:61
808
- msgid "Edit Location"
809
- msgstr "upravit umístění"
810
-
811
- #: my-calendar-locations.php:66
812
- msgid "Location Editor"
813
- msgstr "Editor umístění"
814
-
815
- #: my-calendar-locations.php:114
816
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
817
- msgstr "Pokud zadáte GPS souřadnice vaší polohy, budou použity místo jakýchkoliv dalších informací pro určení polohy vašeho umístění."
818
-
819
- #: my-calendar-locations.php:121
820
- msgid "Add Location"
821
- msgstr "Přidat umístění"
822
-
823
- #: my-calendar-locations.php:135
824
- #: my-calendar.php:180
825
- msgid "Manage Locations"
826
- msgstr "Spravovat umístění"
827
-
828
- #: my-calendar-locations.php:170
829
- msgid "There are no locations in the database yet!"
830
- msgstr "V databázi nejsou žádná umístění."
831
-
832
- #: my-calendar-locations.php:174
833
- msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
834
- msgstr "Poznámka: úprava nebo smazání umístění nebude mít vliv na žádnou událost, která byla plánována na toto umístění. Databáze umístění existuje čistě jako zkrácená metoda pro ukládání nejčastěji používaných umístění."
835
-
836
- #: my-calendar-settings.php:67
837
- msgid "Categories imported successfully."
838
- msgstr "Kategorie byly úspěšně importovány"
839
-
840
- #: my-calendar-settings.php:69
841
- msgid "Categories not imported."
842
- msgstr "Kategorie nebyly importovány"
843
-
844
- #: my-calendar-settings.php:72
845
- msgid "Events imported successfully."
846
- msgstr "Události byly úspěšně importovány."
847
-
848
- #: my-calendar-settings.php:74
849
- msgid "Events not imported."
850
- msgstr "Události nebyly importovány"
851
-
852
- #: my-calendar-settings.php:165
853
- msgid "Settings saved"
854
- msgstr "Nastavení uloženo"
855
-
856
- #: my-calendar-settings.php:188
857
- msgid "My Calendar Options"
858
- msgstr "Možnosti Mého kalendáře"
859
-
860
- #: my-calendar-settings.php:195
861
- msgid "Calendar Settings"
862
- msgstr "Nastavení kalendáře"
863
-
864
- #: my-calendar-settings.php:199
865
- msgid "Calendar Options: Management"
866
- msgstr "Nastavení kalendáře: Management"
867
-
868
- #: my-calendar-settings.php:201
869
- msgid "Choose the lowest user group that may create events"
870
- msgstr "Zvolte nejnižší uživatelskou úroveň pro vytváření událostí"
871
-
872
- #: my-calendar-settings.php:202
873
- #: my-calendar-settings.php:211
874
- msgid "Subscriber"
875
- msgstr "Návštěvník"
876
-
877
- #: my-calendar-settings.php:203
878
- #: my-calendar-settings.php:212
879
- msgid "Contributor"
880
- msgstr "Spolupracovník"
881
-
882
- #: my-calendar-settings.php:205
883
- #: my-calendar-settings.php:214
884
- msgid "Editor"
885
- msgstr "Šéfredaktor"
886
-
887
- #: my-calendar-settings.php:206
888
- #: my-calendar-settings.php:215
889
- msgid "Administrator"
890
- msgstr "Administrator"
891
-
892
- #: my-calendar-settings.php:210
893
- msgid "Choose the lowest user group that may approve events"
894
- msgstr "Zvolte nejnižší uživatelskou úroveň pro schvalování událostí"
895
-
896
- #: my-calendar-settings.php:219
897
- msgid "Enable approval options."
898
- msgstr "Povolit schvalovací nastavení"
899
-
900
- #: my-calendar-settings.php:223
901
- msgid "Calendar Options: Customize Text"
902
- msgstr "Možnosti kalendáře: Upravit text"
903
-
904
- #: my-calendar-settings.php:225
905
- msgid "Show Heading for Calendar"
906
- msgstr "Zobrazit hlavičku kalendáře"
907
-
908
- #: my-calendar-settings.php:228
909
- msgid "Label for events without a specific time"
910
- msgstr "Značka pro události bez specifického času"
911
-
912
- #: my-calendar-settings.php:231
913
- msgid "Previous events link text"
914
- msgstr "Text odkazu předchozí událost"
915
-
916
- #: my-calendar-settings.php:231
917
- #: my-calendar.php:514
918
- msgid "Previous Events"
919
- msgstr "Předchozí"
920
-
921
- #: my-calendar-settings.php:234
922
- msgid "Next events link text"
923
- msgstr "Text odkazu následující událost"
924
-
925
- #: my-calendar-settings.php:234
926
- msgid "Next Events"
927
- msgstr "Následující"
928
-
929
- #: my-calendar-settings.php:237
930
- msgid "Text when events are open"
931
- msgstr "Text u otevžených událostí"
932
-
933
- #: my-calendar-settings.php:237
934
- msgid "Registration is open"
935
- msgstr "Registrace je otevřená"
936
-
937
- #: my-calendar-settings.php:240
938
- msgid "Text when events are closed"
939
- msgstr "Text při uzavřené události"
940
-
941
- #: my-calendar-settings.php:240
942
- msgid "Registration is closed"
943
- msgstr "Registrace je uzavřena"
944
-
945
- #: my-calendar-settings.php:243
946
- msgid "Additional caption text"
947
- msgstr "Text dodatkového titulku"
948
-
949
- #: my-calendar-settings.php:243
950
- msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
951
- msgstr "Titulek kalendáře je text obsahující zobrazený měsíc a rok v kalendářovém formátu. Tento text bude následovat existující text."
952
-
953
- #: my-calendar-settings.php:247
954
- msgid "Calendar Options: Output"
955
- msgstr "Možnosti kalendáře: Výstup"
956
-
957
- #: my-calendar-settings.php:249
958
- msgid "In list mode, show how many months of events at a time:"
959
- msgstr "Seznamové zobrazení: zobrazit počet měsíců události"
960
-
961
- #: my-calendar-settings.php:252
962
- msgid "Date format in list mode"
963
- msgstr "Format data v módu seznam"
964
-
965
- #: my-calendar-settings.php:253
966
- msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
967
- msgstr "Format data používá stejnou syntaxi jako <a href=\"http://php.net/date\">PHP <code>date()</code> funkce</a>. Uložte možnosti pro aktualizování ukázky."
968
-
969
- #: my-calendar-settings.php:256
970
- msgid "Do you want to display the author name on events?"
971
- msgstr "Chcete zobrazit jméno autora v události?"
972
-
973
- #: my-calendar-settings.php:259
974
- msgid "Display a jumpbox for changing month and year quickly?"
975
- msgstr "Zobrazit rozbalovací box pro rychlou změnu měsíce a roku?"
976
-
977
- #: my-calendar-settings.php:262
978
- msgid "Hide category icons in output"
979
- msgstr "Schovat ikony kategorií na výstupu"
980
-
981
- #: my-calendar-settings.php:265
982
- msgid "Show Link to Google Map (when sufficient address information is available.)"
983
- msgstr "Zobrazit odkaz na Google mapy (pokud je zadána dostatečně přesná adresa)"
984
-
985
- #: my-calendar-settings.php:268
986
- msgid "Show Event Address in Details"
987
- msgstr "Zobrazit adresu události v detailech "
988
-
989
- #: my-calendar-settings.php:271
990
- msgid "Show short description field on calendar."
991
- msgstr "Zobrazit pole krátký popisek v kalendáři"
992
-
993
- #: my-calendar-settings.php:274
994
- msgid "Show full description field on calendar."
995
- msgstr "Zobrazit pole dlouhý popisek v kalendáři"
996
-
997
- #: my-calendar-settings.php:277
998
- msgid "Links associated with events will automatically expire after the event has passed."
999
- msgstr "Odkazy spojené s událostí automaticky vyprší po uplynutí události."
1000
-
1001
- #: my-calendar-settings.php:280
1002
- msgid "Show current availability status of events."
1003
- msgstr "Zobrazit dostupné statusy události "
1004
-
1005
- #: my-calendar-settings.php:283
1006
- msgid "If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
1007
- msgstr "Pokud se opakující událost vztahuje k datu, které neexistuje (5. středa v únoru), bude přesunuta o týden zpět."
1008
-
1009
- #: my-calendar-settings.php:284
1010
- msgid "If this option is unchecked, recurring events which fall on dates which don't exist will simply not be shown on the calendar."
1011
- msgstr "Pokud je tato možnost nezaškrtnutá, opakující se události vztahující se na neexistující data nebudou zobrazeny v kalendáři. "
1012
-
1013
- #: my-calendar-settings.php:288
1014
- msgid "Calendar Options: Input"
1015
- msgstr "Možnosti kalendáře: Vstup"
1016
-
1017
- #: my-calendar-settings.php:291
1018
- msgid "Show Event Location Dropdown Menu"
1019
- msgstr "Zobrazit rozbalovací menu pro umístění události"
1020
-
1021
- #: my-calendar-settings.php:291
1022
- msgid "Show Event Short Description field"
1023
- msgstr "Zobrazit pole krátký popisek události"
1024
-
1025
- #: my-calendar-settings.php:291
1026
- msgid "Show Event Description Field"
1027
- msgstr "zobrazit pole popisek události"
1028
-
1029
- #: my-calendar-settings.php:291
1030
- msgid "Show Event Category field"
1031
- msgstr "Zobrazit pole kategorie"
1032
-
1033
- #: my-calendar-settings.php:291
1034
- msgid "Show Event Link field"
1035
- msgstr "Zobrazit pole odkaz"
1036
-
1037
- #: my-calendar-settings.php:291
1038
- msgid "Show Event Recurrence Options"
1039
- msgstr "Zobrazit možnosti "
1040
-
1041
- #: my-calendar-settings.php:291
1042
- msgid "Show event registration options"
1043
- msgstr "Zobrazit možnosti registrace události"
1044
-
1045
- #: my-calendar-settings.php:291
1046
- msgid "Show event location fields"
1047
- msgstr "Zobrazit pole umístění události"
1048
-
1049
- #: my-calendar-settings.php:300
1050
- msgid "Administrators see all input options"
1051
- msgstr "Administrátoři vidí všechny vstupní nastavení"
1052
-
1053
- #: my-calendar-settings.php:304
1054
- msgid "Calendar Options: Style"
1055
- msgstr "Možnosti kalendáře: Styly"
1056
-
1057
- #: my-calendar-settings.php:306
1058
- msgid "Default usage of category colors."
1059
- msgstr "Výchoz použití barev kategorie "
1060
-
1061
- #: my-calendar-settings.php:307
1062
- msgid "Apply category colors to event titles as a font color."
1063
- msgstr "Použít barvy kategorie na titulky událostí jako barvu fontu."
1064
-
1065
- #: my-calendar-settings.php:308
1066
- msgid "Apply category colors to event titles as a background color."
1067
- msgstr "Použít barvy kategorie na titulky událostí jako barva pozadí."
1068
-
1069
- #: my-calendar-settings.php:313
1070
- msgid "Calendar Options: Email Notifications"
1071
- msgstr "Možnosti kalendáře: Emailové oznamování"
1072
-
1073
- #: my-calendar-settings.php:317
1074
- msgid "Send Email Notifications when new events are scheduled or reserved."
1075
- msgstr "Zaslat oznámení emailem v případě, že je událost plánovaná nebo zarezervovaná."
1076
-
1077
- #: my-calendar-settings.php:323
1078
- msgid "Notification messages are sent to: "
1079
- msgstr "Oznamovací zprávy byly odeslány do:"
1080
-
1081
- #: my-calendar-settings.php:327
1082
- msgid "Email subject"
1083
- msgstr "Předmět emailu"
1084
-
1085
- #: my-calendar-settings.php:327
1086
- msgid "New event Added"
1087
- msgstr "Nová událost přidána"
1088
-
1089
- #: my-calendar-settings.php:331
1090
- msgid "Message Body"
1091
- msgstr "Tělo zprávy"
1092
-
1093
- #: my-calendar-settings.php:331
1094
- msgid "New Event:"
1095
- msgstr "Nová událost"
1096
-
1097
- #: my-calendar-settings.php:332
1098
- msgid "Shortcode Help"
1099
- msgstr "Nápověda pro krátký kód"
1100
-
1101
- #: my-calendar-settings.php:332
1102
- msgid "All template shortcodes are available."
1103
- msgstr "Všechny krátké kódy šablony jsou dostupné."
1104
-
1105
- #: my-calendar-settings.php:341
1106
- msgid "Save Settings"
1107
- msgstr "Uložit nastavení"
1108
-
1109
- #: my-calendar-styles.php:46
1110
- msgid "Style Settings saved"
1111
- msgstr "Nastavení stylu bylo uloženo"
1112
-
1113
- #: my-calendar-styles.php:70
1114
- msgid "My Calendar Styles"
1115
- msgstr "Můj Kalendář styly"
1116
-
1117
- #: my-calendar-styles.php:74
1118
- msgid "Calendar Style Settings"
1119
- msgstr "Nastavení stylů kalendáře"
1120
-
1121
- #: my-calendar-styles.php:78
1122
- msgid "Show CSS &amp; JavaScript only on these pages (comma separated page IDs)"
1123
- msgstr "Zobrazit CSS &amp; JavaScript pouze na těchto stránkách (čárkou oddělená ID)"
1124
-
1125
- #: my-calendar-styles.php:81
1126
- msgid "CSS Style Options"
1127
- msgstr "Možnosti CSS"
1128
-
1129
- #: my-calendar-styles.php:83
1130
- msgid "Reset the My Calendar stylesheet to the default"
1131
- msgstr "Vrátit styly Mého kalendáře na původní hodnoty"
1132
-
1133
- #: my-calendar-styles.php:83
1134
- msgid "Disable My Calendar Stylesheet"
1135
- msgstr "Zakázat šablonu stylů pro Můj kalendář"
1136
-
1137
- #: my-calendar-styles.php:86
1138
- msgid "Edit the stylesheet for My Calendar"
1139
- msgstr "Editovat šablonu stylů pro Můj kalendář "
1140
-
1141
- #: my-calendar-styles.php:89
1142
- #: my-calendar-styles.php:101
1143
- #: my-calendar-styles.php:113
1144
- #: my-calendar-styles.php:125
1145
- msgid "Save"
1146
- msgstr "Uložit"
1147
-
1148
- #: my-calendar-styles.php:93
1149
- msgid "Calendar Behaviors: Calendar View"
1150
- msgstr "Chování kalendáře: Zobrazení kalendáře"
1151
-
1152
- #: my-calendar-styles.php:95
1153
- msgid "Reset the My Calendar Calendar Javascript"
1154
- msgstr "Resetovat Javascript kalendáře"
1155
-
1156
- #: my-calendar-styles.php:95
1157
- msgid "Disable Calendar Javascript Effects"
1158
- msgstr "Zakázat Javascriptové efekty kalendáře"
1159
-
1160
- #: my-calendar-styles.php:98
1161
- msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1162
- msgstr "Upravit jQuery skripty pro Kalendářový mód"
1163
-
1164
- #: my-calendar-styles.php:105
1165
- msgid "Calendar Behaviors: List View"
1166
- msgstr "Chování kalendáře: Seznamové zobrazení"
1167
-
1168
- #: my-calendar-styles.php:107
1169
- msgid "Reset the My Calendar List Javascript"
1170
- msgstr "Resetovat Javascript pro seznam"
1171
-
1172
- #: my-calendar-styles.php:107
1173
- msgid "Disable List Javascript Effects"
1174
- msgstr "Zakázat Javascriptové efekty v seznamu"
1175
-
1176
- #: my-calendar-styles.php:110
1177
- msgid "Edit the jQuery scripts for My Calendar in List format"
1178
- msgstr "Upravit jQuery skripty pro seznam"
1179
-
1180
- #: my-calendar-styles.php:117
1181
- msgid "Calendar Behaviors: Mini Calendar View"
1182
- msgstr "Chovaní kalendáře: Mini zobrazení"
1183
-
1184
- #: my-calendar-styles.php:119
1185
- msgid "Reset the My Calendar Mini Format Javascript"
1186
- msgstr "Resetovat Javascript pro Můj kalendář Mini "
1187
-
1188
- #: my-calendar-styles.php:119
1189
- msgid "Disable Mini Javascript Effects"
1190
- msgstr "Zakázat javascriptové efekty - Mini"
1191
-
1192
- #: my-calendar-styles.php:122
1193
- msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1194
- msgstr "Upravit jQuery skripty pro kalendář v módu Mini"
1195
-
1196
- #: my-calendar-upgrade-db.php:19
1197
- msgid "The My Calendar database needs to be updated."
1198
- msgstr "Databáze mého kalendáře musí být aktualizována "
1199
-
1200
- #: my-calendar-upgrade-db.php:20
1201
- #: my-calendar-upgrade-db.php:34
1202
- msgid "Update now"
1203
- msgstr "Aktualizovat"
1204
-
1205
- #: my-calendar-upgrade-db.php:33
1206
- msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1207
- msgstr "Nevytvořili jste žádné události, proto Můj kalendář nemůže zjistit, zda je databáze aktuální. Jestliže nemůžete přidávat události, aktualizujete databázi."
1208
-
1209
- #: my-calendar-upgrade-db.php:44
1210
- msgid "My Calendar Database is updated."
1211
- msgstr "Databáze Mého kalendáře byla aktualizována"
1212
-
1213
- #: my-calendar-widgets.php:11
1214
- #: my-calendar-widgets.php:51
1215
- #: my-calendar-widgets.php:52
1216
- msgid "Today's Events"
1217
- msgstr "Dnešní události"
1218
-
1219
- #: my-calendar-widgets.php:41
1220
- #: my-calendar-widgets.php:126
1221
- msgid "Template"
1222
- msgstr "Šablona"
1223
-
1224
- #: my-calendar-widgets.php:45
1225
- msgid "Show this text if there are no events today:"
1226
- msgstr "Zobrazit tento text, pokud zde nejsou žádné dnešní události"
1227
-
1228
- #: my-calendar-widgets.php:65
1229
- #: my-calendar-widgets.php:152
1230
- #: my-calendar-widgets.php:153
1231
- msgid "Upcoming Events"
1232
- msgstr "Nadcházející události"
1233
-
1234
- #: my-calendar-widgets.php:130
1235
- msgid "Widget Options"
1236
- msgstr "Možnosti widgetu"
1237
-
1238
- #: my-calendar-widgets.php:132
1239
- msgid "Display upcoming events by:"
1240
- msgstr "Zobrazit nadcházející události podle:"
1241
-
1242
- #: my-calendar-widgets.php:133
1243
- msgid "Events (e.g. 2 past, 3 future)"
1244
- msgstr "Události"
1245
-
1246
- #: my-calendar-widgets.php:134
1247
- msgid "Dates (e.g. 4 days past, 5 forward)"
1248
- msgstr "Data (např. 4 dny uplynulé, 5 dní budoucích)"
1249
-
1250
- #: my-calendar-widgets.php:138
1251
- msgid "events into the future;"
1252
- msgstr "události v budoucnosti;"
1253
-
1254
- #: my-calendar-widgets.php:139
1255
- msgid "events from the past"
1256
- msgstr "události z minulosti;"
1257
-
1258
- #: my-calendar-widgets.php:142
1259
- msgid "days into the future;"
1260
- msgstr "dny v budoucnosti"
1261
-
1262
- #: my-calendar-widgets.php:143
1263
- msgid "days from the past"
1264
- msgstr "dny z minulosti"
1265
-
1266
- #: my-calendar-widgets.php:146
1267
- msgid "Show only this category:"
1268
- msgstr "Zobrazit pouze tuto kategorii"
1269
-
1270
- #: my-calendar-widgets.php:285
1271
- msgid "There are no events currently scheduled."
1272
- msgstr "Na rozvrhu momentálně nejsou žádné události."
1273
-
1274
- #: my-calendar-widgets.php:470
1275
- msgid "Published"
1276
- msgstr "Publikováno"
1277
-
1278
- #: my-calendar-widgets.php:472
1279
- msgid "Reserved"
1280
- msgstr "Rezervováno"
1281
-
1282
- #: my-calendar.php:56
1283
- #: my-calendar.php:181
1284
- msgid "Settings"
1285
- msgstr "Nastavení"
1286
-
1287
- #: my-calendar.php:57
1288
- #: my-calendar.php:183
1289
- msgid "Help"
1290
- msgstr "Nápověda"
1291
-
1292
- #: my-calendar.php:81
1293
- msgid "Buy the Beginner's Guide"
1294
- msgstr "Koupit příručku"
1295
-
1296
- #: my-calendar.php:82
1297
- msgid "Get Support"
1298
- msgstr "Technická podpora"
1299
-
1300
- #: my-calendar.php:83
1301
- #: my-calendar.php:183
1302
- msgid "My Calendar Help"
1303
- msgstr "Nápověda"
1304
-
1305
- #: my-calendar.php:84
1306
- msgid "Make a Donation"
1307
- msgstr "Přispějte"
1308
-
1309
- #. #-#-#-#-# plugin.pot (My Calendar 1.5.0) #-#-#-#-#
1310
- #. Plugin Name of the plugin/theme
1311
- #: my-calendar.php:172
1312
- msgid "My Calendar"
1313
- msgstr "Můj kalendář"
1314
-
1315
- #: my-calendar.php:175
1316
- msgid "Add/Edit Events"
1317
- msgstr "Přidat / upravit událost"
1318
-
1319
- #: my-calendar.php:182
1320
- msgid "Style Editor"
1321
- msgstr "Editor stylů"
1322
-
1323
- #: my-calendar.php:633
1324
- msgid "Event Details"
1325
- msgstr "Detaily události"
1326
-
1327
- #: my-calendar.php:642
1328
- msgid "Close"
1329
- msgstr "Zavřít"
1330
-
1331
- #: my-calendar.php:652
1332
- msgid "Not Applicable"
1333
- msgstr "Není k dispozici"
1334
-
1335
- #: my-calendar.php:664
1336
- msgid "Posted by"
1337
- msgstr "Vytvořeno"
1338
-
1339
- #: my-calendar.php:710
1340
- msgid "This class is part of a series. You must register for the first event in this series to attend."
1341
- msgstr "Třída je součástí série. Pro účast se musíte registrovat k první události. "
1342
-
1343
- #: my-calendar.php:1340
1344
- msgid "Month"
1345
- msgstr "Měsíc"
1346
-
1347
- #: my-calendar.php:1341
1348
- #: my-calendar.php:1427
1349
- msgid "January"
1350
- msgstr "Leden"
1351
-
1352
- #: my-calendar.php:1342
1353
- #: my-calendar.php:1427
1354
- msgid "February"
1355
- msgstr "Únor"
1356
-
1357
- #: my-calendar.php:1343
1358
- #: my-calendar.php:1427
1359
- msgid "March"
1360
- msgstr "Březen"
1361
-
1362
- #: my-calendar.php:1344
1363
- #: my-calendar.php:1427
1364
- msgid "April"
1365
- msgstr "Duben"
1366
-
1367
- #: my-calendar.php:1345
1368
- #: my-calendar.php:1427
1369
- msgid "May"
1370
- msgstr "Květen"
1371
-
1372
- #: my-calendar.php:1346
1373
- #: my-calendar.php:1427
1374
- msgid "June"
1375
- msgstr "Červen"
1376
-
1377
- #: my-calendar.php:1347
1378
- #: my-calendar.php:1427
1379
- msgid "July"
1380
- msgstr "Červenec"
1381
-
1382
- #: my-calendar.php:1348
1383
- #: my-calendar.php:1427
1384
- msgid "August"
1385
- msgstr "Srpen"
1386
-
1387
- #: my-calendar.php:1349
1388
- #: my-calendar.php:1427
1389
- msgid "September"
1390
- msgstr "Září"
1391
-
1392
- #: my-calendar.php:1350
1393
- #: my-calendar.php:1427
1394
- msgid "October"
1395
- msgstr "Říjen"
1396
-
1397
- #: my-calendar.php:1351
1398
- #: my-calendar.php:1427
1399
- msgid "November"
1400
- msgstr "Listopad"
1401
-
1402
- #: my-calendar.php:1352
1403
- #: my-calendar.php:1427
1404
- msgid "December"
1405
- msgstr "Prosinec"
1406
-
1407
- #: my-calendar.php:1354
1408
- msgid "Year"
1409
- msgstr "Rok"
1410
-
1411
- #: my-calendar.php:1379
1412
- msgid "Go"
1413
- msgstr "Jdi"
1414
-
1415
- #: my-calendar.php:1401
1416
- msgid "<abbr title=\"Sunday\">Sun</abbr>"
1417
- msgstr "<abbr title=\"Neděle\">Ne</abbr>"
1418
-
1419
- #: my-calendar.php:1402
1420
- msgid "<abbr title=\"Monday\">Mon</abbr>"
1421
- msgstr "<abbr title=\"Pondělí\">Pon</abbr>"
1422
-
1423
- #: my-calendar.php:1403
1424
- msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1425
- msgstr "<abbr title=\"Úterý\">Úte</abbr>"
1426
-
1427
- #: my-calendar.php:1404
1428
- msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1429
- msgstr "<abbr title=\"Středa\">Stř</abbr>"
1430
-
1431
- #: my-calendar.php:1405
1432
- msgid "<abbr title=\"Thursday\">Thur</abbr>"
1433
- msgstr "<abbr title=\"Čtvrtek\">Čtv</abbr>"
1434
-
1435
- #: my-calendar.php:1406
1436
- msgid "<abbr title=\"Friday\">Fri</abbr>"
1437
- msgstr "<abbr title=\"Pátek\">Pát</abbr>"
1438
-
1439
- #: my-calendar.php:1407
1440
- msgid "<abbr title=\"Saturday\">Sat</abbr>"
1441
- msgstr "<abbr title=\"Sobota\">Sob</abbr>"
1442
-
1443
- #: my-calendar.php:1412
1444
- msgid "<abbr title=\"Sunday\">S</abbr>"
1445
- msgstr "<abbr title=\"Neděle\">N</abbr>"
1446
-
1447
- #: my-calendar.php:1413
1448
- msgid "<abbr title=\"Monday\">M</abbr>"
1449
- msgstr "<abbr title=\"Pondělí\">P</abbr>"
1450
-
1451
- #: my-calendar.php:1414
1452
- msgid "<abbr title=\"Tuesday\">T</abbr>"
1453
- msgstr "<abbr title=\"Úterý\">Ú</abbr>"
1454
-
1455
- #: my-calendar.php:1415
1456
- msgid "<abbr title=\"Wednesday\">W</abbr>"
1457
- msgstr "<abbr title=\"Středa\">S</abbr>"
1458
-
1459
- #: my-calendar.php:1416
1460
- msgid "<abbr title=\"Thursday\">T</abbr>"
1461
- msgstr "<abbr title=\"Čtvrtek\">Č</abbr>"
1462
-
1463
- #: my-calendar.php:1417
1464
- msgid "<abbr title=\"Friday\">F</abbr>"
1465
- msgstr "<abbr title=\"Pátek\">P</abbr>"
1466
-
1467
- #: my-calendar.php:1418
1468
- msgid "<abbr title=\"Saturday\">S</abbr>"
1469
- msgstr "<abbr title=\"Sobota\">S</abbr>"
1470
-
1471
- #: my-calendar.php:1464
1472
- msgid "and"
1473
- msgstr "a"
1474
-
1475
- #: my-calendar.php:1493
1476
- #: my-calendar.php:1497
1477
- msgid "Calendar"
1478
- msgstr "Kalendář"
1479
-
1480
- #: my-calendar.php:1500
1481
- msgid "Events in"
1482
- msgstr "Události v"
1483
-
1484
- #: my-calendar.php:1597
1485
- msgid "There are no events scheduled during this period."
1486
- msgstr "Na toto období nejsou naplánovány žádné události."
1487
-
1488
- #: my-calendar.php:1607
1489
- msgid "Category Key"
1490
- msgstr "Klíč kategorie"
1491
-
1492
- #. Plugin URI of the plugin/theme
1493
- msgid "http://www.joedolson.com/articles/my-calendar/"
1494
- msgstr "http://www.joedolson.com/articles/my-calendar/"
1495
-
1496
- #. Description of the plugin/theme
1497
- msgid "Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets."
1498
- msgstr "Přístupný kalendář pro Wordpress. Zobrazuje události z mnoha kalendářů na stránkách, v příspěvcích nebo ve widgetech."
1499
-
1500
- #. Author of the plugin/theme
1501
- msgid "Joseph C Dolson"
1502
- msgstr "Joseph C Dolson"
1503
-
1504
- #. Author URI of the plugin/theme
1505
- msgid "http://www.joedolson.com"
1506
- msgstr "http://www.joedolson.com"
1507
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: My Calendar 1.5.0\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
5
+ "POT-Creation-Date: 2010-10-05 19:19+0000\n"
6
+ "PO-Revision-Date: 2010-12-22 13:37+0100\n"
7
+ "Last-Translator: Jan Rybařík <rybarikj@seznam.cz>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=utf-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Czech\n"
14
+ "X-Poedit-Country: CZECH REPUBLIC\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: my-calendar-categories.php:103
23
+ #@ my-calendar
24
+ msgid "Category added successfully"
25
+ msgstr "Kategorie byla úspěšně přidána"
26
+
27
+ #: my-calendar-categories.php:105
28
+ #@ my-calendar
29
+ msgid "Category addition failed."
30
+ msgstr "Přidání kategorie selhalo"
31
+
32
+ #: my-calendar-categories.php:115
33
+ #@ my-calendar
34
+ msgid "Category deleted successfully. Categories in calendar updated."
35
+ msgstr "Kategorie byla úspěšně smazána. Kategorie v kalendáři byly aktualizovány."
36
+
37
+ #: my-calendar-categories.php:117
38
+ #@ my-calendar
39
+ msgid "Category deleted successfully. Categories in calendar not updated."
40
+ msgstr "Kategorie byla úspěšně smazána. Kategorie v kalendáři se neaktualizovaly."
41
+
42
+ #: my-calendar-categories.php:119
43
+ #@ my-calendar
44
+ msgid "Category not deleted. Categories in calendar updated."
45
+ msgstr "Kategorie nebyla odstraněna. Kategorie v kalendáři byly aktualizovány."
46
+
47
+ #: my-calendar-categories.php:135
48
+ #@ my-calendar
49
+ msgid "Category edited successfully"
50
+ msgstr "Kategorie byla úspěšně upravena."
51
+
52
+ #: my-calendar-categories.php:170
53
+ #: my-calendar-categories.php:195
54
+ #: my-calendar-categories.php:212
55
+ #@ my-calendar
56
+ msgid "Add Category"
57
+ msgstr "Přidat kategorii"
58
+
59
+ #: my-calendar-categories.php:172
60
+ #: my-calendar-categories.php:195
61
+ #@ my-calendar
62
+ msgid "Edit Category"
63
+ msgstr "Upravit kategorii"
64
+
65
+ #: my-calendar-categories.php:179
66
+ #@ my-calendar
67
+ msgid "Category Editor"
68
+ msgstr "Editor kategorií"
69
+
70
+ #: my-calendar-categories.php:196
71
+ #: my-calendar-categories.php:240
72
+ #@ my-calendar
73
+ msgid "Category Name"
74
+ msgstr "Název kategorie"
75
+
76
+ #: my-calendar-categories.php:197
77
+ #@ my-calendar
78
+ msgid "Category Color (Hex format)"
79
+ msgstr "Barva kategorie (Hex format)"
80
+
81
+ #: my-calendar-categories.php:198
82
+ #: my-calendar-categories.php:242
83
+ #@ my-calendar
84
+ msgid "Category Icon"
85
+ msgstr "Ikona kategorie"
86
+
87
+ #: my-calendar-categories.php:212
88
+ #: my-calendar-locations.php:210
89
+ #@ my-calendar
90
+ msgid "Save Changes"
91
+ msgstr "Uložit změny"
92
+
93
+ #: my-calendar-categories.php:228
94
+ #: my-calendar.php:157
95
+ #@ my-calendar
96
+ msgid "Manage Categories"
97
+ msgstr "Spravovat kategorie"
98
+
99
+ #: my-calendar-categories.php:239
100
+ #: my-calendar-event-manager.php:909
101
+ #: my-calendar-group-manager.php:678
102
+ #: my-calendar-locations.php:270
103
+ #@ my-calendar
104
+ msgid "ID"
105
+ msgstr "Id"
106
+
107
+ #: my-calendar-categories.php:241
108
+ #@ my-calendar
109
+ msgid "Category Color"
110
+ msgstr "Barva kategorie"
111
+
112
+ #: my-calendar-categories.php:243
113
+ #: my-calendar-categories.php:257
114
+ #: my-calendar-event-manager.php:975
115
+ #: my-calendar-group-manager.php:687
116
+ #: my-calendar-locations.php:272
117
+ #: my-calendar-locations.php:284
118
+ #: my-calendar-output.php:274
119
+ #@ my-calendar
120
+ msgid "Edit"
121
+ msgstr "Editovat"
122
+
123
+ #: my-calendar-categories.php:244
124
+ #: my-calendar-categories.php:263
125
+ #: my-calendar-event-manager.php:181
126
+ #: my-calendar-event-manager.php:978
127
+ #: my-calendar-locations.php:273
128
+ #: my-calendar-locations.php:285
129
+ #: my-calendar-output.php:275
130
+ #@ my-calendar
131
+ msgid "Delete"
132
+ msgstr "Smazat"
133
+
134
+ #: my-calendar-categories.php:260
135
+ #: my-calendar-event-manager.php:956
136
+ #: my-calendar-group-manager.php:727
137
+ #: my-calendar-output.php:172
138
+ #: my-calendar-settings.php:281
139
+ #@ my-calendar
140
+ msgid "N/A"
141
+ msgstr "N/A"
142
+
143
+ #: my-calendar-categories.php:263
144
+ #: my-calendar-locations.php:285
145
+ #@ my-calendar
146
+ msgid "Are you sure you want to delete this category?"
147
+ msgstr "Opravdu chcete smazat tuto kategorii"
148
+
149
+ #: my-calendar-categories.php:274
150
+ #@ my-calendar
151
+ msgid "There are no categories in the database - something has gone wrong!"
152
+ msgstr "V databázi nejsou žádné kategorie. Někde je chyba."
153
+
154
+ #: my-calendar-event-manager.php:100
155
+ #: my-calendar-settings.php:644
156
+ #@ my-calendar
157
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
158
+ msgstr "Můj Kalendář zjistil, že máte nainstalován plugin Calendar od Kieran O'Shea. Můžete importovat události a kategorie do Mého kalendáře. Chcete importovat tyto události?"
159
+
160
+ #: my-calendar-event-manager.php:107
161
+ #: my-calendar-settings.php:651
162
+ #@ my-calendar
163
+ msgid "Import from Calendar"
164
+ msgstr "Importovat z kalendáře"
165
+
166
+ #: my-calendar-event-manager.php:112
167
+ #@ my-calendar
168
+ msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
169
+ msgstr "I když je možné, že tento import by nemusel importovat události správně, neměl by mít žádný dopad na stávající databáze kalendáře. Pokud narazíte na nějaké problémy, <a href=\"http://www.joedolson.com/contact.php\">Kontaktujte mě prosím </ a>!"
170
+
171
+ #: my-calendar-event-manager.php:172
172
+ #@ my-calendar
173
+ msgid "Delete Event"
174
+ msgstr "Smazat událost"
175
+
176
+ #: my-calendar-event-manager.php:172
177
+ #@ my-calendar
178
+ msgid "Are you sure you want to delete this event?"
179
+ msgstr "Opravdu chcete smazat tuto událost?"
180
+
181
+ #: my-calendar-event-manager.php:189
182
+ #@ my-calendar
183
+ msgid "You do not have permission to delete that event."
184
+ msgstr "Nemáte oprávnění smazat tuto událost."
185
+
186
+ #: my-calendar-event-manager.php:204
187
+ #@ my-calendar
188
+ msgid "You do not have permission to approve that event."
189
+ msgstr "Nemáte oprávnění schválit tuto událost."
190
+
191
+ #: my-calendar-event-manager.php:218
192
+ #@ my-calendar
193
+ msgid "You do not have permission to reject that event."
194
+ msgstr "Nemáte oprávnění zamítnout tuto událost."
195
+
196
+ #: my-calendar-event-manager.php:161
197
+ #: my-calendar-event-manager.php:321
198
+ #: my-calendar-event-manager.php:350
199
+ #: my-calendar-event-manager.php:364
200
+ #: my-calendar-event-manager.php:377
201
+ #: my-calendar-event-manager.php:1152
202
+ #: my-calendar-event-manager.php:1155
203
+ #: my-calendar-event-manager.php:1158
204
+ #: my-calendar-event-manager.php:1167
205
+ #: my-calendar-event-manager.php:1174
206
+ #: my-calendar-event-manager.php:1190
207
+ #: my-calendar-event-manager.php:1196
208
+ #: my-calendar-group-manager.php:56
209
+ #: my-calendar-group-manager.php:82
210
+ #: my-calendar-group-manager.php:149
211
+ #: my-calendar-group-manager.php:552
212
+ #@ my-calendar
213
+ msgid "Error"
214
+ msgstr "Chyba"
215
+
216
+ #: my-calendar-event-manager.php:321
217
+ #@ my-calendar
218
+ msgid "I'm sorry! I couldn't add that event to the database."
219
+ msgstr "Omlouvám se! Nemohl jsem přidat událost do databáze."
220
+
221
+ #: my-calendar-event-manager.php:329
222
+ #@ my-calendar
223
+ msgid "Event added. It will now show in your calendar."
224
+ msgstr "Událost přidána. Nyní bude zobrazena v kalendáři."
225
+
226
+ #: my-calendar-event-manager.php:350
227
+ #: my-calendar-group-manager.php:149
228
+ #@ my-calendar
229
+ msgid "Your event was not updated."
230
+ msgstr "Vaše událost nebyla aktualizována."
231
+
232
+ #: my-calendar-event-manager.php:352
233
+ #: my-calendar-group-manager.php:58
234
+ #: my-calendar-group-manager.php:84
235
+ #: my-calendar-group-manager.php:151
236
+ #@ my-calendar
237
+ msgid "Nothing was changed in that update."
238
+ msgstr "Při aktualizaci se nic nezměnilo."
239
+
240
+ #: my-calendar-event-manager.php:354
241
+ #: my-calendar-group-manager.php:60
242
+ #: my-calendar-group-manager.php:153
243
+ #@ my-calendar
244
+ msgid "Event updated successfully"
245
+ msgstr "Událost byla úspěšně aktualizována."
246
+
247
+ #: my-calendar-event-manager.php:357
248
+ #: my-calendar-group-manager.php:156
249
+ #@ my-calendar
250
+ msgid "You do not have sufficient permissions to edit that event."
251
+ msgstr "Nemáte dostatečná oprávnění pro úpravy události."
252
+
253
+ #: my-calendar-event-manager.php:364
254
+ #@ my-calendar
255
+ msgid "You can't delete an event if you haven't submitted an event id"
256
+ msgstr "Nemůžete smazat událost pokud jste neodeslali ID události"
257
+
258
+ #: my-calendar-event-manager.php:375
259
+ #@ my-calendar
260
+ msgid "Event deleted successfully"
261
+ msgstr "Událost byla úspěšně smazána"
262
+
263
+ #: my-calendar-event-manager.php:377
264
+ #@ my-calendar
265
+ msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
266
+ msgstr "I přes požadavek na smazání, zůstala událost stále v databázi. Prosím překontrolujte."
267
+
268
+ #: my-calendar-event-manager.php:270
269
+ #: my-calendar-group-manager.php:745
270
+ #@ my-calendar
271
+ msgid "Edit Event"
272
+ msgstr "Upravit událost"
273
+
274
+ #: my-calendar-event-manager.php:274
275
+ #: my-calendar-event-manager.php:285
276
+ #@ my-calendar
277
+ msgid "You must provide an event id in order to edit it"
278
+ msgstr "Musíte zadat id události, aby se událost dala editovat"
279
+
280
+ #: my-calendar-event-manager.php:281
281
+ #@ my-calendar
282
+ msgid "Copy Event"
283
+ msgstr "Kopírovat událost"
284
+
285
+ #: my-calendar-core.php:816
286
+ #: my-calendar-event-manager.php:293
287
+ #@ my-calendar
288
+ msgid "Add Event"
289
+ msgstr "Přidat událost"
290
+
291
+ #: my-calendar-event-manager.php:891
292
+ #@ my-calendar
293
+ msgid "Manage Events"
294
+ msgstr "Spravovat události"
295
+
296
+ #: my-calendar-event-manager.php:389
297
+ #: my-calendar-group-manager.php:167
298
+ #@ my-calendar
299
+ msgid "Sorry! That's an invalid event key."
300
+ msgstr "Špatná klíč události."
301
+
302
+ #: my-calendar-event-manager.php:393
303
+ #: my-calendar-group-manager.php:171
304
+ #@ my-calendar
305
+ msgid "Sorry! We couldn't find an event with that ID."
306
+ msgstr "Omlouváme se! Bohužel jsme nenašli událost s tímto ID."
307
+
308
+ #: my-calendar-event-manager.php:421
309
+ #@ my-calendar
310
+ msgid "This event must be approved in order for it to appear on the calendar."
311
+ msgstr "Před tím než se událost zobrazí v kalendáři, musí být schválena."
312
+
313
+ #: my-calendar-event-manager.php:475
314
+ #: my-calendar-group-manager.php:285
315
+ #@ my-calendar
316
+ msgid "Enter your Event Information"
317
+ msgstr "Vložte informace o události."
318
+
319
+ #: my-calendar-event-manager.php:477
320
+ #: my-calendar-group-manager.php:291
321
+ #@ my-calendar
322
+ msgid "Event Title"
323
+ msgstr "Název události"
324
+
325
+ #: my-calendar-event-manager.php:481
326
+ #@ my-calendar
327
+ msgid "Publish"
328
+ msgstr "Publikovat"
329
+
330
+ #: my-calendar-event-manager.php:481
331
+ #@ my-calendar
332
+ msgid "You must approve this event to promote it to the calendar."
333
+ msgstr "Musíte schválit událost pro její zobrazení v kalendáři."
334
+
335
+ #: my-calendar-event-manager.php:483
336
+ #@ my-calendar
337
+ msgid "An administrator must approve your new event."
338
+ msgstr "Administrátor musí schválit Vaši událost."
339
+
340
+ #: my-calendar-event-manager.php:503
341
+ #: my-calendar-group-manager.php:295
342
+ #@ my-calendar
343
+ msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
344
+ msgstr "Popis události (<abbr title=\"hypertext markup language\">HTML</abbr> povoleno)"
345
+
346
+ #: my-calendar-event-manager.php:526
347
+ #: my-calendar-group-manager.php:313
348
+ #@ my-calendar
349
+ msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
350
+ msgstr "Krátký popisek události (<abbr title=\"hypertext markup language\">HTML</abbr> povoleno)"
351
+
352
+ #: my-calendar-event-manager.php:549
353
+ #: my-calendar-group-manager.php:336
354
+ #@ my-calendar
355
+ msgid "Event Category"
356
+ msgstr "Kategorie událostí"
357
+
358
+ #: my-calendar-event-manager.php:574
359
+ #: my-calendar-group-manager.php:361
360
+ #@ my-calendar
361
+ msgid "Event Link (Optional)"
362
+ msgstr "Odkaz (nepovinný)"
363
+
364
+ #: my-calendar-event-manager.php:574
365
+ #: my-calendar-group-manager.php:361
366
+ #@ my-calendar
367
+ msgid "This link will expire when the event passes."
368
+ msgstr "Odkaz nebude platný po uskutučnění události."
369
+
370
+ #: my-calendar-event-manager.php:600
371
+ #@ my-calendar
372
+ msgid "Start Date (YYYY-MM-DD)"
373
+ msgstr "Datum začátku (RRRR-MM-DD)"
374
+
375
+ #: my-calendar-event-manager.php:624
376
+ #@ my-calendar
377
+ msgid "Current time difference from GMT is "
378
+ msgstr "Rozdíl místního času a GMT"
379
+
380
+ #: my-calendar-event-manager.php:624
381
+ #@ my-calendar
382
+ msgid " hour(s)"
383
+ msgstr "hodina(y)"
384
+
385
+ #: my-calendar-event-manager.php:633
386
+ #@ my-calendar
387
+ msgid "Recurring Events"
388
+ msgstr "Opakující se události"
389
+
390
+ #: my-calendar-event-manager.php:636
391
+ #@ my-calendar
392
+ msgid "Repeats for"
393
+ msgstr "Opakovaní"
394
+
395
+ #: my-calendar-event-manager.php:637
396
+ #@ my-calendar
397
+ msgid "Units"
398
+ msgstr "Jednotky"
399
+
400
+ #: my-calendar-event-manager.php:638
401
+ #: my-calendar-templates.php:109
402
+ #@ my-calendar
403
+ msgid "Does not recur"
404
+ msgstr "Neopakuje se"
405
+
406
+ #: my-calendar-event-manager.php:639
407
+ #: my-calendar-event-manager.php:948
408
+ #: my-calendar-group-manager.php:719
409
+ #: my-calendar-templates.php:110
410
+ #@ my-calendar
411
+ msgid "Daily"
412
+ msgstr "Denně"
413
+
414
+ #: my-calendar-event-manager.php:641
415
+ #: my-calendar-event-manager.php:950
416
+ #: my-calendar-group-manager.php:721
417
+ #: my-calendar-templates.php:112
418
+ #@ my-calendar
419
+ msgid "Weekly"
420
+ msgstr "Týdně"
421
+
422
+ #: my-calendar-event-manager.php:642
423
+ #: my-calendar-templates.php:113
424
+ #@ my-calendar
425
+ msgid "Bi-weekly"
426
+ msgstr "Ob týden"
427
+
428
+ #: my-calendar-event-manager.php:643
429
+ #@ my-calendar
430
+ msgid "Date of Month (e.g., the 24th of each month)"
431
+ msgstr "Datum měsíce (24. každého měsíce)"
432
+
433
+ #: my-calendar-event-manager.php:644
434
+ #@ my-calendar
435
+ msgid "Day of Month (e.g., the 3rd Monday of each month)"
436
+ msgstr "Den v měsíci (3. pondělí každého měsíce)"
437
+
438
+ #: my-calendar-event-manager.php:645
439
+ #: my-calendar-templates.php:116
440
+ #@ my-calendar
441
+ msgid "Annually"
442
+ msgstr "Ročně"
443
+
444
+ #: my-calendar-event-manager.php:664
445
+ #: my-calendar-group-manager.php:372
446
+ #@ my-calendar
447
+ msgid "Event Registration Status"
448
+ msgstr "Status registrace události"
449
+
450
+ #: my-calendar-event-manager.php:667
451
+ #: my-calendar-group-manager.php:375
452
+ #@ my-calendar
453
+ msgid "Open"
454
+ msgstr "Otevřít"
455
+
456
+ #: my-calendar-event-manager.php:668
457
+ #: my-calendar-group-manager.php:376
458
+ #@ my-calendar
459
+ msgid "Closed"
460
+ msgstr "Zavřeno"
461
+
462
+ #: my-calendar-event-manager.php:669
463
+ #: my-calendar-group-manager.php:377
464
+ #@ my-calendar
465
+ msgid "Does not apply"
466
+ msgstr "Neplatí"
467
+
468
+ #: my-calendar-event-manager.php:672
469
+ #: my-calendar-group-manager.php:380
470
+ #@ my-calendar
471
+ msgid "If this event recurs, it can only be registered for as a complete series."
472
+ msgstr "Pokud se událost opakuje, může být registrována pro kompletní sérii "
473
+
474
+ #: my-calendar-event-manager.php:689
475
+ #: my-calendar-group-manager.php:397
476
+ #: my-calendar-locations.php:125
477
+ #@ my-calendar
478
+ msgid "Event Location"
479
+ msgstr "Místo události"
480
+
481
+ #: my-calendar-event-manager.php:696
482
+ #: my-calendar-group-manager.php:404
483
+ #@ my-calendar
484
+ msgid "Choose a preset location:"
485
+ msgstr "Vybrat přednastavené umístění"
486
+
487
+ #: my-calendar-event-manager.php:710
488
+ #: my-calendar-group-manager.php:418
489
+ #@ my-calendar
490
+ msgid "Add recurring locations for later use."
491
+ msgstr "Přidat opakující se umístění pro pozdější použití"
492
+
493
+ #: my-calendar-event-manager.php:719
494
+ #: my-calendar-group-manager.php:427
495
+ #: my-calendar-locations.php:127
496
+ #@ my-calendar
497
+ msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
498
+ msgstr "Všechny pole jsou volitelná: <em> nedostatečné informace mohou mít za následek nepřesné zobrazení na mapě </ em>."
499
+
500
+ #: my-calendar-event-manager.php:722
501
+ #: my-calendar-group-manager.php:430
502
+ #: my-calendar-locations.php:130
503
+ #@ my-calendar
504
+ msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
505
+ msgstr "Název umístění (Např. <em>Rybajzův bar</em>)"
506
+
507
+ #: my-calendar-event-manager.php:731
508
+ #: my-calendar-group-manager.php:433
509
+ #: my-calendar-locations.php:139
510
+ #@ my-calendar
511
+ msgid "Street Address"
512
+ msgstr "Ulice"
513
+
514
+ #: my-calendar-event-manager.php:734
515
+ #: my-calendar-group-manager.php:436
516
+ #: my-calendar-locations.php:142
517
+ #@ my-calendar
518
+ msgid "Street Address (2)"
519
+ msgstr "Ulice 2"
520
+
521
+ #: button/generator.php:56
522
+ #: my-calendar-event-manager.php:737
523
+ #: my-calendar-group-manager.php:439
524
+ #: my-calendar-locations.php:145
525
+ #: my-calendar-settings.php:620
526
+ #@ my-calendar
527
+ msgid "City"
528
+ msgstr "Město"
529
+
530
+ #: my-calendar-event-manager.php:744
531
+ #: my-calendar-group-manager.php:439
532
+ #: my-calendar-locations.php:152
533
+ #: my-calendar-settings.php:621
534
+ #@ my-calendar
535
+ msgid "State/Province"
536
+ msgstr "Stát / Provincie"
537
+
538
+ #: button/generator.php:58
539
+ #: my-calendar-event-manager.php:751
540
+ #: my-calendar-group-manager.php:439
541
+ #: my-calendar-locations.php:159
542
+ #: my-calendar-settings.php:623
543
+ #@ my-calendar
544
+ msgid "Postal Code"
545
+ msgstr "PSČ"
546
+
547
+ #: button/generator.php:59
548
+ #: my-calendar-event-manager.php:769
549
+ #: my-calendar-group-manager.php:445
550
+ #: my-calendar-locations.php:177
551
+ #: my-calendar-settings.php:622
552
+ #@ my-calendar
553
+ msgid "Country"
554
+ msgstr "Země"
555
+
556
+ #: my-calendar-event-manager.php:778
557
+ #: my-calendar-group-manager.php:448
558
+ #: my-calendar-locations.php:186
559
+ #@ my-calendar
560
+ msgid "Initial Zoom"
561
+ msgstr "Počáteční zoom"
562
+
563
+ #: my-calendar-event-manager.php:780
564
+ #: my-calendar-group-manager.php:450
565
+ #: my-calendar-locations.php:188
566
+ #@ my-calendar
567
+ msgid "Neighborhood"
568
+ msgstr "Sousedství"
569
+
570
+ #: my-calendar-event-manager.php:781
571
+ #: my-calendar-group-manager.php:451
572
+ #: my-calendar-locations.php:189
573
+ #@ my-calendar
574
+ msgid "Small City"
575
+ msgstr "Malé město"
576
+
577
+ #: my-calendar-event-manager.php:782
578
+ #: my-calendar-group-manager.php:452
579
+ #: my-calendar-locations.php:190
580
+ #@ my-calendar
581
+ msgid "Large City"
582
+ msgstr "Velké město"
583
+
584
+ #: my-calendar-event-manager.php:783
585
+ #: my-calendar-group-manager.php:453
586
+ #: my-calendar-locations.php:191
587
+ #@ my-calendar
588
+ msgid "Greater Metro Area"
589
+ msgstr "Větší oblast"
590
+
591
+ #: button/generator.php:57
592
+ #: my-calendar-event-manager.php:784
593
+ #: my-calendar-group-manager.php:454
594
+ #: my-calendar-locations.php:192
595
+ #@ my-calendar
596
+ msgid "State"
597
+ msgstr "Stát"
598
+
599
+ #: button/generator.php:60
600
+ #: my-calendar-event-manager.php:760
601
+ #: my-calendar-event-manager.php:785
602
+ #: my-calendar-group-manager.php:442
603
+ #: my-calendar-group-manager.php:455
604
+ #: my-calendar-locations.php:168
605
+ #: my-calendar-locations.php:193
606
+ #: my-calendar-settings.php:624
607
+ #@ my-calendar
608
+ msgid "Region"
609
+ msgstr "Region"
610
+
611
+ #: my-calendar-event-manager.php:792
612
+ #: my-calendar-group-manager.php:462
613
+ #: my-calendar-locations.php:200
614
+ #@ my-calendar
615
+ msgid "GPS Coordinates (optional)"
616
+ msgstr "GPS souřadnice (volittelné)"
617
+
618
+ #: my-calendar-event-manager.php:794
619
+ #: my-calendar-group-manager.php:464
620
+ #@ my-calendar
621
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
622
+ msgstr "Pokud zadáte GPS souřadnice vaší polohy, budou použity místo dalších informací o adrese."
623
+
624
+ #: my-calendar-event-manager.php:797
625
+ #: my-calendar-group-manager.php:467
626
+ #: my-calendar-locations.php:206
627
+ #@ my-calendar
628
+ msgid "Longitude"
629
+ msgstr "Zeměpisná délka"
630
+
631
+ #: my-calendar-event-manager.php:797
632
+ #: my-calendar-group-manager.php:467
633
+ #: my-calendar-locations.php:205
634
+ #@ my-calendar
635
+ msgid "Latitude"
636
+ msgstr "Zeměpisná šířka"
637
+
638
+ #: my-calendar-event-manager.php:430
639
+ #@ my-calendar
640
+ msgid "Save Event"
641
+ msgstr "uložit událost"
642
+
643
+ #: my-calendar-event-manager.php:910
644
+ #: my-calendar-group-manager.php:680
645
+ #: my-calendar-settings.php:445
646
+ #: my-calendar-widgets.php:37
647
+ #: my-calendar-widgets.php:120
648
+ #: my-calendar-widgets.php:494
649
+ #@ my-calendar
650
+ msgid "Title"
651
+ msgstr "Název"
652
+
653
+ #: my-calendar-event-manager.php:911
654
+ #: my-calendar-group-manager.php:681
655
+ #: my-calendar-locations.php:271
656
+ #@ my-calendar
657
+ msgid "Location"
658
+ msgstr "Umístění"
659
+
660
+ #: my-calendar-event-manager.php:912
661
+ #: my-calendar-group-manager.php:682
662
+ #: my-calendar-settings.php:446
663
+ #@ my-calendar
664
+ msgid "Description"
665
+ msgstr "Popis"
666
+
667
+ #: my-calendar-event-manager.php:913
668
+ #: my-calendar-group-manager.php:683
669
+ #: my-calendar-settings.php:447
670
+ #@ my-calendar
671
+ msgid "Start Date"
672
+ msgstr "Datum začátku"
673
+
674
+ #: my-calendar-event-manager.php:914
675
+ #: my-calendar-group-manager.php:684
676
+ #@ my-calendar
677
+ msgid "Recurs"
678
+ msgstr "Opakuje se"
679
+
680
+ #: my-calendar-event-manager.php:915
681
+ #: my-calendar-group-manager.php:685
682
+ #: my-calendar-settings.php:233
683
+ #: my-calendar-settings.php:242
684
+ #: my-calendar-settings.php:250
685
+ #: my-calendar-settings.php:448
686
+ #@ my-calendar
687
+ msgid "Author"
688
+ msgstr "Autor"
689
+
690
+ #: my-calendar-event-manager.php:916
691
+ #: my-calendar-group-manager.php:686
692
+ #: my-calendar-settings.php:449
693
+ #@ my-calendar
694
+ msgid "Category"
695
+ msgstr "Kategorie"
696
+
697
+ #: my-calendar-event-manager.php:917
698
+ #@ my-calendar
699
+ msgid "Edit / Delete"
700
+ msgstr "Upravit / Smazat"
701
+
702
+ #: my-calendar-event-manager.php:947
703
+ #: my-calendar-group-manager.php:718
704
+ #@ my-calendar
705
+ msgid "Never"
706
+ msgstr "Nikdy"
707
+
708
+ #: my-calendar-event-manager.php:951
709
+ #: my-calendar-group-manager.php:722
710
+ #@ my-calendar
711
+ msgid "Bi-Weekly"
712
+ msgstr "Dvoutýdenní"
713
+
714
+ #: my-calendar-event-manager.php:952
715
+ #: my-calendar-group-manager.php:723
716
+ #@ my-calendar
717
+ msgid "Monthly (by date)"
718
+ msgstr "Měsíčně (podle data)"
719
+
720
+ #: my-calendar-event-manager.php:953
721
+ #: my-calendar-group-manager.php:724
722
+ #@ my-calendar
723
+ msgid "Monthly (by day)"
724
+ msgstr "Měsíčně (podle dne)"
725
+
726
+ #: my-calendar-event-manager.php:954
727
+ #: my-calendar-group-manager.php:725
728
+ #@ my-calendar
729
+ msgid "Yearly"
730
+ msgstr "Ročně"
731
+
732
+ #: my-calendar-event-manager.php:957
733
+ #: my-calendar-group-manager.php:728
734
+ #@ my-calendar
735
+ msgid "Forever"
736
+ msgstr "Navždy"
737
+
738
+ #: my-calendar-event-manager.php:973
739
+ #@ my-calendar
740
+ msgid "Copy"
741
+ msgstr "Kopírovat"
742
+
743
+ #: my-calendar-event-manager.php:979
744
+ #: my-calendar-group-manager.php:751
745
+ #@ my-calendar
746
+ msgid "Not editable."
747
+ msgstr "Neupravitelné"
748
+
749
+ #: my-calendar-event-manager.php:985
750
+ #@ my-calendar
751
+ msgid "Reject"
752
+ msgstr "Zamítnout"
753
+
754
+ #: my-calendar-event-manager.php:987
755
+ #@ my-calendar
756
+ msgid "Approve"
757
+ msgstr "Schálit"
758
+
759
+ #: my-calendar-event-manager.php:992
760
+ #@ my-calendar
761
+ msgid "Approved"
762
+ msgstr "Schváleno"
763
+
764
+ #: my-calendar-event-manager.php:994
765
+ #@ my-calendar
766
+ msgid "Rejected"
767
+ msgstr "Zamítnuto"
768
+
769
+ #: my-calendar-event-manager.php:1018
770
+ #: my-calendar-group-manager.php:765
771
+ #@ my-calendar
772
+ msgid "There are no events in the database!"
773
+ msgstr "V databázi nejsou žádné události"
774
+
775
+ #: my-calendar-event-manager.php:1152
776
+ #@ my-calendar
777
+ msgid "Your event end date must be either after or the same as your event begin date"
778
+ msgstr "Vaše datum ukončení události musí být buď po začátku události, nebo stejné jako datum zahájení události"
779
+
780
+ #: my-calendar-event-manager.php:1155
781
+ #@ my-calendar
782
+ msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
783
+ msgstr "Vaše formátování data je správné, ale jedno nebo více z vašich dat, je neplatné. Zkontrolujte, zda počet dní v měsíci a přestupný rok neobsahuje chyby."
784
+
785
+ #: my-calendar-event-manager.php:1158
786
+ #@ my-calendar
787
+ msgid "Both start and end dates must be in the format YYYY-MM-DD"
788
+ msgstr "Formát data začátku a konce musí být ve formátu RRRR-MM-DD"
789
+
790
+ #: my-calendar-event-manager.php:1167
791
+ #@ my-calendar
792
+ msgid "The time field must either be blank or be entered in the format hh:mm"
793
+ msgstr "Pole Čas musí být buď prázdné, nebo musí být zadáno ve formátu hh: mm"
794
+
795
+ #: my-calendar-event-manager.php:1174
796
+ #@ my-calendar
797
+ msgid "The end time field must either be blank or be entered in the format hh:mm"
798
+ msgstr "Pole Čas konce musí být buď prázdné, nebo musí být zadáno ve formátu hh: mm"
799
+
800
+ #: my-calendar-event-manager.php:1190
801
+ #: my-calendar-group-manager.php:552
802
+ #@ my-calendar
803
+ msgid "The event title must be between 1 and 255 characters in length."
804
+ msgstr "Titulek události může být dlouhý 1 - 255 znaků."
805
+
806
+ #: my-calendar-event-manager.php:1196
807
+ #@ my-calendar
808
+ msgid "The repetition value must be 0 unless a type of recurrence is selected."
809
+ msgstr "Pokud je vybrán typ opakování, musí být hodnota opakování 0."
810
+
811
+ #: my-calendar-help.php:7
812
+ #@ my-calendar
813
+ msgid "How to use My Calendar"
814
+ msgstr "Jak používat Můj kalendář"
815
+
816
+ #: my-calendar-help.php:12
817
+ #@ my-calendar
818
+ msgid "Shortcode Syntax"
819
+ msgstr "Syntaxe krátkého kódu"
820
+
821
+ #: my-calendar-help.php:15
822
+ #@ my-calendar
823
+ msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
824
+ msgstr "Tento krátký kód může být vložen do stránky, příspěvku nebo widgetu."
825
+
826
+ #: my-calendar-help.php:19
827
+ #@ my-calendar
828
+ msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
829
+ msgstr "Krátký kód zobrazí kalendář na stránce nebo v příspěvku (bude zahrnovat všechny kategorie a klíč kategorie) v klasickém formátu měsíc po měsíci."
830
+
831
+ #: my-calendar-help.php:63
832
+ #@ my-calendar
833
+ msgid "Category Icons"
834
+ msgstr "Ikony kategorií"
835
+
836
+ #: my-calendar-help.php:66
837
+ #@ my-calendar
838
+ msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
839
+ msgstr "Můj kalendář je určen pro správu více kalendářů. Základem pro tyto kalendáře jsou kategorie, můžete snadno nastavit kalendářovou stránku, která obsahuje všechny kategorie, nebo můžete vytvořit samostatné stránky s kalendáři v každé kategorii. Pro příklad, může to být pro vás užitečné při správě kalendáře pro více pásem, kalendáře akcí na různých místech, atd."
840
+
841
+ #: my-calendar-help.php:69
842
+ #@ my-calendar
843
+ msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
844
+ msgstr "Předinstalované ikony kategorií nemusí být zvláště užitečné pro vaše potřeby, nebo design. Za předpokladu, že se chystáte nahrát vlastní ikony - vše, co potřebujete udělat, je nahrát je do pluginové složky ikon, a oni budou k dispozici pro okamžité použití, nebo je umístěte do složky \"my-calendar-custom \", aby se zabránilo tomu, že budou přepsány při upgrade."
845
+
846
+ #: my-calendar-help.php:69
847
+ #@ my-calendar
848
+ msgid "Your icons folder is:"
849
+ msgstr "Složka ikon:"
850
+
851
+ #: my-calendar-help.php:69
852
+ #@ my-calendar
853
+ msgid "You can alternately place icons in:"
854
+ msgstr "Alternativně můžete uložit ikony do:"
855
+
856
+ #: my-calendar-help.php:92
857
+ #@ my-calendar
858
+ msgid "Widget Templating"
859
+ msgstr "Šablona widgetu"
860
+
861
+ #: my-calendar-help.php:208
862
+ #@ my-calendar
863
+ msgid "Displays the name of the category the event is in."
864
+ msgstr "Zobrazí jméno kategorie, do které událost patří."
865
+
866
+ #: my-calendar-help.php:100
867
+ #@ my-calendar
868
+ msgid "Displays the title of the event."
869
+ msgstr "Zobrazí titulek události"
870
+
871
+ #: my-calendar-help.php:106
872
+ #@ my-calendar
873
+ msgid "Displays the start time for the event."
874
+ msgstr "Zobrazí čas začátku události"
875
+
876
+ #: my-calendar-help.php:115
877
+ #@ my-calendar
878
+ msgid "Displays the date on which the event begins."
879
+ msgstr "Zobrazí datum začátku události."
880
+
881
+ #: my-calendar-help.php:118
882
+ #@ my-calendar
883
+ msgid "Displays the date on which the event ends."
884
+ msgstr "Zobrazí datum ukončení události."
885
+
886
+ #: my-calendar-help.php:121
887
+ #@ my-calendar
888
+ msgid "Displays the time at which the event ends."
889
+ msgstr "Zobrazí čas ukončení události."
890
+
891
+ #: my-calendar-help.php:124
892
+ #@ my-calendar
893
+ msgid "Displays the WordPress author who posted the event."
894
+ msgstr "Zobrazí WP autora, který vložil událost."
895
+
896
+ #: my-calendar-help.php:142
897
+ #@ my-calendar
898
+ msgid "Displays the URL provided for the event."
899
+ msgstr "Zobrazí URL události "
900
+
901
+ #: my-calendar-help.php:136
902
+ #@ my-calendar
903
+ msgid "Displays the description of the event."
904
+ msgstr "Zobrazí popisek události"
905
+
906
+ #: my-calendar-help.php:103
907
+ #@ my-calendar
908
+ msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
909
+ msgstr "Zobrazí titulek události jako odkaz, pokud je vyplněno URL, nebo jako text, pokud vyplněno není. "
910
+
911
+ #: my-calendar-help.php:169
912
+ #@ my-calendar
913
+ msgid "Displays the name of the location of the event."
914
+ msgstr "Zobrazí název umístění události."
915
+
916
+ #: my-calendar-help.php:172
917
+ #@ my-calendar
918
+ msgid "Displays the first line of the site address."
919
+ msgstr "Zobrazí první řádek adresy."
920
+
921
+ #: my-calendar-help.php:175
922
+ #@ my-calendar
923
+ msgid "Displays the second line of the site address."
924
+ msgstr "Zobrazí druhý řádek adresy."
925
+
926
+ #: my-calendar-help.php:190
927
+ #@ my-calendar
928
+ msgid "Displays the country for the event location."
929
+ msgstr "Zobrazí zemi události."
930
+
931
+ #: my-calendar-help.php:199
932
+ #@ my-calendar
933
+ msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
934
+ msgstr "Zobrazí adresu události ve formátu <a href=\"http://microformats.org/wiki/hcard\">hcard</a>."
935
+
936
+ #: my-calendar-help.php:202
937
+ #@ my-calendar
938
+ msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
939
+ msgstr "Zobrazí odkaz na Google Mapy, pokud jsou dostupné dostatečné informace o adrese. Pokud ne, bude prázdné."
940
+
941
+ #: my-calendar-help.php:160
942
+ #@ my-calendar
943
+ msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
944
+ msgstr "Zobrazí textové oznámení, zda je registrace události otevřena nebo uzavřena; nezobrazí nic pokud je volba vybrána v události."
945
+
946
+ #: my-calendar-help.php:133
947
+ #@ my-calendar
948
+ msgid "Displays the short version of the event description."
949
+ msgstr "Zobrazí krátkou verzi popisku události."
950
+
951
+ #: my-calendar-help.php:163
952
+ #@ my-calendar
953
+ msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
954
+ msgstr "Zobrazí aktuální stav události: buď \"Publikováno\" nebo \"Rezervováno\" - primárně použité v emailových šablonách."
955
+
956
+ #: my-calendar-locations.php:43
957
+ #@ my-calendar
958
+ msgid "Location added successfully"
959
+ msgstr "Umístění bylo úspěšně přidáno"
960
+
961
+ #: my-calendar-locations.php:45
962
+ #@ my-calendar
963
+ msgid "Location could not be added to database"
964
+ msgstr "umístění nemohlo být přidáno do databáze"
965
+
966
+ #: my-calendar-locations.php:51
967
+ #@ my-calendar
968
+ msgid "Location deleted successfully"
969
+ msgstr "Umístění bylo úspěšně odstraněno"
970
+
971
+ #: my-calendar-locations.php:53
972
+ #@ my-calendar
973
+ msgid "Location could not be deleted"
974
+ msgstr "Umístění nemohlo být smazáno."
975
+
976
+ #: my-calendar-locations.php:78
977
+ #@ my-calendar
978
+ msgid "Location could not be edited."
979
+ msgstr "Umístění nemohlo být upraveno."
980
+
981
+ #: my-calendar-locations.php:80
982
+ #@ my-calendar
983
+ msgid "Location was not changed."
984
+ msgstr "Umístění nebylo změněno"
985
+
986
+ #: my-calendar-locations.php:82
987
+ #@ my-calendar
988
+ msgid "Location edited successfully"
989
+ msgstr "Umístění bylo úspěšně aktualizováno."
990
+
991
+ #: my-calendar-locations.php:102
992
+ #@ my-calendar
993
+ msgid "Add New Location"
994
+ msgstr "Přidat nové umístění"
995
+
996
+ #: my-calendar-locations.php:104
997
+ #@ my-calendar
998
+ msgid "Edit Location"
999
+ msgstr "upravit umístění"
1000
+
1001
+ #: my-calendar-locations.php:109
1002
+ #@ my-calendar
1003
+ msgid "Location Editor"
1004
+ msgstr "Editor umístění"
1005
+
1006
+ #: my-calendar-locations.php:202
1007
+ #@ my-calendar
1008
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
1009
+ msgstr "Pokud zadáte GPS souřadnice vaší polohy, budou použity místo jakýchkoliv dalších informací pro určení polohy vašeho umístění."
1010
+
1011
+ #: my-calendar-locations.php:210
1012
+ #@ my-calendar
1013
+ msgid "Add Location"
1014
+ msgstr "Přidat umístění"
1015
+
1016
+ #: my-calendar-locations.php:258
1017
+ #: my-calendar.php:159
1018
+ #@ my-calendar
1019
+ msgid "Manage Locations"
1020
+ msgstr "Spravovat umístění"
1021
+
1022
+ #: my-calendar-locations.php:293
1023
+ #@ my-calendar
1024
+ msgid "There are no locations in the database yet!"
1025
+ msgstr "V databázi nejsou žádná umístění."
1026
+
1027
+ #: my-calendar-locations.php:297
1028
+ #@ my-calendar
1029
+ msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
1030
+ msgstr "Poznámka: úprava nebo smazání umístění nebude mít vliv na žádnou událost, která byla plánována na toto umístění. Databáze umístění existuje čistě jako zkrácená metoda pro ukládání nejčastěji používaných umístění."
1031
+
1032
+ #: my-calendar-importer.php:92
1033
+ #: my-calendar-settings.php:52
1034
+ #@ my-calendar
1035
+ msgid "Categories imported successfully."
1036
+ msgstr "Kategorie byly úspěšně importovány"
1037
+
1038
+ #: my-calendar-importer.php:92
1039
+ #: my-calendar-settings.php:52
1040
+ #@ my-calendar
1041
+ msgid "Categories not imported."
1042
+ msgstr "Kategorie nebyly importovány"
1043
+
1044
+ #: my-calendar-importer.php:94
1045
+ #: my-calendar-settings.php:53
1046
+ #@ my-calendar
1047
+ msgid "Events imported successfully."
1048
+ msgstr "Události byly úspěšně importovány."
1049
+
1050
+ #: my-calendar-importer.php:94
1051
+ #: my-calendar-settings.php:53
1052
+ #@ my-calendar
1053
+ msgid "Events not imported."
1054
+ msgstr "Události nebyly importovány"
1055
+
1056
+ #: my-calendar-settings.php:219
1057
+ #@ my-calendar
1058
+ msgid "My Calendar Options"
1059
+ msgstr "Možnosti Mého kalendáře"
1060
+
1061
+ #: my-calendar-settings.php:228
1062
+ #@ my-calendar
1063
+ msgid "Calendar Options: Management"
1064
+ msgstr "Nastavení kalendáře: Management"
1065
+
1066
+ #: my-calendar-settings.php:231
1067
+ #: my-calendar-settings.php:240
1068
+ #@ my-calendar
1069
+ msgid "Subscriber"
1070
+ msgstr "Návštěvník"
1071
+
1072
+ #: my-calendar-settings.php:232
1073
+ #: my-calendar-settings.php:241
1074
+ #: my-calendar-settings.php:249
1075
+ #@ my-calendar
1076
+ msgid "Contributor"
1077
+ msgstr "Spolupracovník"
1078
+
1079
+ #: my-calendar-settings.php:234
1080
+ #: my-calendar-settings.php:243
1081
+ #: my-calendar-settings.php:251
1082
+ #@ my-calendar
1083
+ msgid "Editor"
1084
+ msgstr "Šéfredaktor"
1085
+
1086
+ #: my-calendar-settings.php:235
1087
+ #: my-calendar-settings.php:244
1088
+ #: my-calendar-settings.php:252
1089
+ #@ my-calendar
1090
+ msgid "Administrator"
1091
+ msgstr "Administrator"
1092
+
1093
+ #: my-calendar-settings.php:245
1094
+ #@ my-calendar
1095
+ msgid "Enable approval options."
1096
+ msgstr "Povolit schvalovací nastavení"
1097
+
1098
+ #: my-calendar-settings.php:284
1099
+ #@ my-calendar
1100
+ msgid "Previous Events"
1101
+ msgstr "Předchozí"
1102
+
1103
+ #: my-calendar-settings.php:287
1104
+ #@ my-calendar
1105
+ msgid "Next Events"
1106
+ msgstr "Následující"
1107
+
1108
+ #: my-calendar-settings.php:290
1109
+ #@ my-calendar
1110
+ msgid "Registration is open"
1111
+ msgstr "Registrace je otevřená"
1112
+
1113
+ #: my-calendar-settings.php:293
1114
+ #@ my-calendar
1115
+ msgid "Registration is closed"
1116
+ msgstr "Registrace je uzavřena"
1117
+
1118
+ #: my-calendar-settings.php:296
1119
+ #@ my-calendar
1120
+ msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
1121
+ msgstr "Titulek kalendáře je text obsahující zobrazený měsíc a rok v kalendářovém formátu. Tento text bude následovat existující text."
1122
+
1123
+ #: my-calendar-settings.php:357
1124
+ #@ my-calendar
1125
+ msgid "In list mode, show how many months of events at a time:"
1126
+ msgstr "Seznamové zobrazení: zobrazit počet měsíců události"
1127
+
1128
+ #: my-calendar-settings.php:328
1129
+ #@ my-calendar
1130
+ msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
1131
+ msgstr "Format data používá stejnou syntaxi jako <a href=\"http://php.net/date\">PHP <code>date()</code> funkce</a>. Uložte možnosti pro aktualizování ukázky."
1132
+
1133
+ #: my-calendar-settings.php:337
1134
+ #@ my-calendar
1135
+ msgid "Display a jumpbox for changing month and year quickly?"
1136
+ msgstr "Zobrazit rozbalovací box pro rychlou změnu měsíce a roku?"
1137
+
1138
+ #: my-calendar-settings.php:393
1139
+ #@ my-calendar
1140
+ msgid "Show short description field on calendar."
1141
+ msgstr "Zobrazit pole krátký popisek v kalendáři"
1142
+
1143
+ #: my-calendar-settings.php:396
1144
+ #@ my-calendar
1145
+ msgid "Show full description field on calendar."
1146
+ msgstr "Zobrazit pole dlouhý popisek v kalendáři"
1147
+
1148
+ #: my-calendar-settings.php:474
1149
+ #@ my-calendar
1150
+ msgid "Show Event Location Dropdown Menu"
1151
+ msgstr "Zobrazit rozbalovací menu pro umístění události"
1152
+
1153
+ #: my-calendar-settings.php:474
1154
+ #@ my-calendar
1155
+ msgid "Show Event Short Description field"
1156
+ msgstr "Zobrazit pole krátký popisek události"
1157
+
1158
+ #: my-calendar-settings.php:474
1159
+ #@ my-calendar
1160
+ msgid "Show Event Description Field"
1161
+ msgstr "zobrazit pole popisek události"
1162
+
1163
+ #: my-calendar-settings.php:474
1164
+ #@ my-calendar
1165
+ msgid "Show Event Category field"
1166
+ msgstr "Zobrazit pole kategorie"
1167
+
1168
+ #: my-calendar-settings.php:474
1169
+ #@ my-calendar
1170
+ msgid "Show Event Link field"
1171
+ msgstr "Zobrazit pole odkaz"
1172
+
1173
+ #: my-calendar-settings.php:474
1174
+ #@ my-calendar
1175
+ msgid "Show Event Recurrence Options"
1176
+ msgstr "Zobrazit možnosti "
1177
+
1178
+ #: my-calendar-settings.php:487
1179
+ #@ my-calendar
1180
+ msgid "Administrators see all input options"
1181
+ msgstr "Administrátoři vidí všechny vstupní nastavení"
1182
+
1183
+ #: my-calendar-settings.php:408
1184
+ #@ my-calendar
1185
+ msgid "Default usage of category colors."
1186
+ msgstr "Výchoz použití barev kategorie "
1187
+
1188
+ #: my-calendar-settings.php:409
1189
+ #@ my-calendar
1190
+ msgid "Apply category colors to event titles as a font color."
1191
+ msgstr "Použít barvy kategorie na titulky událostí jako barvu fontu."
1192
+
1193
+ #: my-calendar-settings.php:410
1194
+ #@ my-calendar
1195
+ msgid "Apply category colors to event titles as a background color."
1196
+ msgstr "Použít barvy kategorie na titulky událostí jako barva pozadí."
1197
+
1198
+ #: my-calendar-settings.php:528
1199
+ #@ my-calendar
1200
+ msgid "Calendar Options: Email Notifications"
1201
+ msgstr "Možnosti kalendáře: Emailové oznamování"
1202
+
1203
+ #: my-calendar-settings.php:532
1204
+ #@ my-calendar
1205
+ msgid "Send Email Notifications when new events are scheduled or reserved."
1206
+ msgstr "Zaslat oznámení emailem v případě, že je událost plánovaná nebo zarezervovaná."
1207
+
1208
+ #: my-calendar-settings.php:535
1209
+ #@ my-calendar
1210
+ msgid "Notification messages are sent to: "
1211
+ msgstr "Oznamovací zprávy byly odeslány do:"
1212
+
1213
+ #: my-calendar-settings.php:538
1214
+ #@ my-calendar
1215
+ msgid "Email subject"
1216
+ msgstr "Předmět emailu"
1217
+
1218
+ #: my-calendar-settings.php:538
1219
+ #@ my-calendar
1220
+ msgid "New event Added"
1221
+ msgstr "Nová událost přidána"
1222
+
1223
+ #: my-calendar-settings.php:541
1224
+ #@ my-calendar
1225
+ msgid "Message Body"
1226
+ msgstr "Tělo zprávy"
1227
+
1228
+ #: my-calendar-settings.php:541
1229
+ #@ my-calendar
1230
+ msgid "New Event:"
1231
+ msgstr "Nová událost"
1232
+
1233
+ #: my-calendar-settings.php:542
1234
+ #@ my-calendar
1235
+ msgid "Shortcode Help"
1236
+ msgstr "Nápověda pro krátký kód"
1237
+
1238
+ #: my-calendar-settings.php:542
1239
+ #@ my-calendar
1240
+ msgid "All template shortcodes are available."
1241
+ msgstr "Všechny krátké kódy šablony jsou dostupné."
1242
+
1243
+ #: my-calendar-styles.php:129
1244
+ #@ my-calendar
1245
+ msgid "My Calendar Styles"
1246
+ msgstr "Můj Kalendář styly"
1247
+
1248
+ #: my-calendar-styles.php:133
1249
+ #@ my-calendar
1250
+ msgid "Calendar Style Settings"
1251
+ msgstr "Nastavení stylů kalendáře"
1252
+
1253
+ #: my-calendar-styles.php:187
1254
+ #@ my-calendar
1255
+ msgid "CSS Style Options"
1256
+ msgstr "Možnosti CSS"
1257
+
1258
+ #: my-calendar-styles.php:192
1259
+ #@ my-calendar
1260
+ msgid "Disable My Calendar Stylesheet"
1261
+ msgstr "Zakázat šablonu stylů pro Můj kalendář"
1262
+
1263
+ #: my-calendar-styles.php:195
1264
+ #@ my-calendar
1265
+ msgid "Edit the stylesheet for My Calendar"
1266
+ msgstr "Editovat šablonu stylů pro Můj kalendář "
1267
+
1268
+ #: my-calendar-behaviors.php:85
1269
+ #: my-calendar-behaviors.php:116
1270
+ #: my-calendar-behaviors.php:147
1271
+ #: my-calendar-behaviors.php:178
1272
+ #: my-calendar-styles.php:198
1273
+ #@ my-calendar
1274
+ msgid "Save"
1275
+ msgstr "Uložit"
1276
+
1277
+ #: my-calendar-behaviors.php:77
1278
+ #@ my-calendar
1279
+ msgid "Calendar Behaviors: Calendar View"
1280
+ msgstr "Chování kalendáře: Zobrazení kalendáře"
1281
+
1282
+ #: my-calendar-behaviors.php:79
1283
+ #@ my-calendar
1284
+ msgid "Disable Calendar Javascript Effects"
1285
+ msgstr "Zakázat Javascriptové efekty kalendáře"
1286
+
1287
+ #: my-calendar-behaviors.php:82
1288
+ #@ my-calendar
1289
+ msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1290
+ msgstr "Upravit jQuery skripty pro Kalendářový mód"
1291
+
1292
+ #: my-calendar-behaviors.php:108
1293
+ #@ my-calendar
1294
+ msgid "Calendar Behaviors: List View"
1295
+ msgstr "Chování kalendáře: Seznamové zobrazení"
1296
+
1297
+ #: my-calendar-behaviors.php:110
1298
+ #@ my-calendar
1299
+ msgid "Disable List Javascript Effects"
1300
+ msgstr "Zakázat Javascriptové efekty v seznamu"
1301
+
1302
+ #: my-calendar-behaviors.php:113
1303
+ #@ my-calendar
1304
+ msgid "Edit the jQuery scripts for My Calendar in List format"
1305
+ msgstr "Upravit jQuery skripty pro seznam"
1306
+
1307
+ #: my-calendar-behaviors.php:139
1308
+ #@ my-calendar
1309
+ msgid "Calendar Behaviors: Mini Calendar View"
1310
+ msgstr "Chovaní kalendáře: Mini zobrazení"
1311
+
1312
+ #: my-calendar-behaviors.php:141
1313
+ #@ my-calendar
1314
+ msgid "Disable Mini Javascript Effects"
1315
+ msgstr "Zakázat javascriptové efekty - Mini"
1316
+
1317
+ #: my-calendar-behaviors.php:144
1318
+ #@ my-calendar
1319
+ msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1320
+ msgstr "Upravit jQuery skripty pro kalendář v módu Mini"
1321
+
1322
+ #: my-calendar-upgrade-db.php:17
1323
+ #: my-calendar-upgrade-db.php:25
1324
+ #@ my-calendar
1325
+ msgid "The My Calendar database needs to be updated."
1326
+ msgstr "Databáze mého kalendáře musí být aktualizována "
1327
+
1328
+ #: my-calendar-upgrade-db.php:18
1329
+ #: my-calendar-upgrade-db.php:38
1330
+ #@ my-calendar
1331
+ msgid "Update now"
1332
+ msgstr "Aktualizovat"
1333
+
1334
+ #: my-calendar-upgrade-db.php:37
1335
+ #@ my-calendar
1336
+ msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1337
+ msgstr "Nevytvořili jste žádné události, proto Můj kalendář nemůže zjistit, zda je databáze aktuální. Jestliže nemůžete přidávat události, aktualizujete databázi."
1338
+
1339
+ #: my-calendar-upgrade-db.php:47
1340
+ #@ my-calendar
1341
+ msgid "My Calendar Database is updated."
1342
+ msgstr "Databáze Mého kalendáře byla aktualizována"
1343
+
1344
+ #: my-calendar-widgets.php:41
1345
+ #: my-calendar-widgets.php:124
1346
+ #@ my-calendar
1347
+ msgid "Template"
1348
+ msgstr "Šablona"
1349
+
1350
+ #: my-calendar-widgets.php:52
1351
+ #@ my-calendar
1352
+ msgid "Show this text if there are no events today:"
1353
+ msgstr "Zobrazit tento text, pokud zde nejsou žádné dnešní události"
1354
+
1355
+ #: my-calendar-widgets.php:128
1356
+ #@ my-calendar
1357
+ msgid "Widget Options"
1358
+ msgstr "Možnosti widgetu"
1359
+
1360
+ #: my-calendar-widgets.php:139
1361
+ #@ my-calendar
1362
+ msgid "Display upcoming events by:"
1363
+ msgstr "Zobrazit nadcházející události podle:"
1364
+
1365
+ #: my-calendar-widgets.php:140
1366
+ #@ my-calendar
1367
+ msgid "Events (e.g. 2 past, 3 future)"
1368
+ msgstr "Události"
1369
+
1370
+ #: my-calendar-widgets.php:141
1371
+ #@ my-calendar
1372
+ msgid "Dates (e.g. 4 days past, 5 forward)"
1373
+ msgstr "Data (např. 4 dny uplynulé, 5 dní budoucích)"
1374
+
1375
+ #: my-calendar-event-manager.php:894
1376
+ #: my-calendar-templates.php:191
1377
+ #@ my-calendar
1378
+ msgid "Published"
1379
+ msgstr "Publikováno"
1380
+
1381
+ #: my-calendar-event-manager.php:895
1382
+ #: my-calendar-templates.php:191
1383
+ #@ my-calendar
1384
+ msgid "Reserved"
1385
+ msgstr "Rezervováno"
1386
+
1387
+ #: my-calendar-core.php:46
1388
+ #: my-calendar.php:160
1389
+ #@ my-calendar
1390
+ msgid "Settings"
1391
+ msgstr "Nastavení"
1392
+
1393
+ #: my-calendar-core.php:47
1394
+ #: my-calendar.php:164
1395
+ #@ my-calendar
1396
+ msgid "Help"
1397
+ msgstr "Nápověda"
1398
+
1399
+ #: my-calendar.php:121
1400
+ #@ my-calendar
1401
+ msgid "Buy the Beginner's Guide"
1402
+ msgstr "Koupit příručku"
1403
+
1404
+ #: my-calendar.php:122
1405
+ #@ my-calendar
1406
+ msgid "Get Support"
1407
+ msgstr "Technická podpora"
1408
+
1409
+ #: my-calendar.php:123
1410
+ #: my-calendar.php:164
1411
+ #@ my-calendar
1412
+ msgid "My Calendar Help"
1413
+ msgstr "Nápověda"
1414
+
1415
+ #: my-calendar.php:124
1416
+ #@ my-calendar
1417
+ msgid "Make a Donation"
1418
+ msgstr "Přispějte"
1419
+
1420
+ #: my-calendar.php:147
1421
+ #: my-calendar.php:150
1422
+ #@ my-calendar
1423
+ msgid "My Calendar"
1424
+ msgstr "Můj kalendář"
1425
+
1426
+ #: my-calendar.php:156
1427
+ #@ my-calendar
1428
+ msgid "Add/Edit Events"
1429
+ msgstr "Přidat / upravit událost"
1430
+
1431
+ #: my-calendar.php:161
1432
+ #@ my-calendar
1433
+ msgid "Style Editor"
1434
+ msgstr "Editor stylů"
1435
+
1436
+ #: my-calendar-output.php:137
1437
+ #@ my-calendar
1438
+ msgid "Event Details"
1439
+ msgstr "Detaily události"
1440
+
1441
+ #: my-calendar-output.php:157
1442
+ #: my-calendar-output.php:264
1443
+ #@ my-calendar
1444
+ msgid "Close"
1445
+ msgstr "Zavřít"
1446
+
1447
+ #: my-calendar-output.php:172
1448
+ #@ my-calendar
1449
+ msgid "Not Applicable"
1450
+ msgstr "Není k dispozici"
1451
+
1452
+ #: my-calendar-output.php:186
1453
+ #@ my-calendar
1454
+ msgid "Posted by"
1455
+ msgstr "Vytvořeno"
1456
+
1457
+ #: my-calendar-output.php:247
1458
+ #@ my-calendar
1459
+ msgid "This class is part of a series. You must register for the first event in this series to attend."
1460
+ msgstr "Třída je součástí série. Pro účast se musíte registrovat k první události. "
1461
+
1462
+ #: button/generator.php:98
1463
+ #: my-calendar-output.php:333
1464
+ #: my-calendar-widgets.php:515
1465
+ #@ my-calendar
1466
+ msgid "Month"
1467
+ msgstr "Měsíc"
1468
+
1469
+ #: my-calendar-output.php:338
1470
+ #@ my-calendar
1471
+ msgid "Year"
1472
+ msgstr "Rok"
1473
+
1474
+ #: my-calendar-output.php:366
1475
+ #@ my-calendar
1476
+ msgid "Go"
1477
+ msgstr "Jdi"
1478
+
1479
+ #: my-calendar-output.php:412
1480
+ #@ my-calendar
1481
+ msgid "<abbr title=\"Sunday\">Sun</abbr>"
1482
+ msgstr "<abbr title=\"Neděle\">Ne</abbr>"
1483
+
1484
+ #: my-calendar-output.php:413
1485
+ #@ my-calendar
1486
+ msgid "<abbr title=\"Monday\">Mon</abbr>"
1487
+ msgstr "<abbr title=\"Pondělí\">Pon</abbr>"
1488
+
1489
+ #: my-calendar-output.php:414
1490
+ #@ my-calendar
1491
+ msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1492
+ msgstr "<abbr title=\"Úterý\">Úte</abbr>"
1493
+
1494
+ #: my-calendar-output.php:415
1495
+ #@ my-calendar
1496
+ msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1497
+ msgstr "<abbr title=\"Středa\">Stř</abbr>"
1498
+
1499
+ #: my-calendar-output.php:416
1500
+ #@ my-calendar
1501
+ msgid "<abbr title=\"Thursday\">Thur</abbr>"
1502
+ msgstr "<abbr title=\"Čtvrtek\">Čtv</abbr>"
1503
+
1504
+ #: my-calendar-output.php:417
1505
+ #@ my-calendar
1506
+ msgid "<abbr title=\"Friday\">Fri</abbr>"
1507
+ msgstr "<abbr title=\"Pátek\">Pát</abbr>"
1508
+
1509
+ #: my-calendar-output.php:418
1510
+ #@ my-calendar
1511
+ msgid "<abbr title=\"Saturday\">Sat</abbr>"
1512
+ msgstr "<abbr title=\"Sobota\">Sob</abbr>"
1513
+
1514
+ #: my-calendar-output.php:423
1515
+ #@ my-calendar
1516
+ msgid "<abbr title=\"Sunday\">S</abbr>"
1517
+ msgstr "<abbr title=\"Neděle\">N</abbr>"
1518
+
1519
+ #: my-calendar-output.php:424
1520
+ #@ my-calendar
1521
+ msgid "<abbr title=\"Monday\">M</abbr>"
1522
+ msgstr "<abbr title=\"Pondělí\">P</abbr>"
1523
+
1524
+ #: my-calendar-output.php:425
1525
+ #@ my-calendar
1526
+ msgid "<abbr title=\"Tuesday\">T</abbr>"
1527
+ msgstr "<abbr title=\"Úterý\">Ú</abbr>"
1528
+
1529
+ #: my-calendar-output.php:426
1530
+ #@ my-calendar
1531
+ msgid "<abbr title=\"Wednesday\">W</abbr>"
1532
+ msgstr "<abbr title=\"Středa\">S</abbr>"
1533
+
1534
+ #: my-calendar-output.php:427
1535
+ #@ my-calendar
1536
+ msgid "<abbr title=\"Thursday\">T</abbr>"
1537
+ msgstr "<abbr title=\"Čtvrtek\">Č</abbr>"
1538
+
1539
+ #: my-calendar-output.php:428
1540
+ #@ my-calendar
1541
+ msgid "<abbr title=\"Friday\">F</abbr>"
1542
+ msgstr "<abbr title=\"Pátek\">P</abbr>"
1543
+
1544
+ #: my-calendar-output.php:429
1545
+ #@ my-calendar
1546
+ msgid "<abbr title=\"Saturday\">S</abbr>"
1547
+ msgstr "<abbr title=\"Sobota\">S</abbr>"
1548
+
1549
+ #: my-calendar-output.php:544
1550
+ #@ my-calendar
1551
+ msgid "and"
1552
+ msgstr "a"
1553
+
1554
+ #: my-calendar-widgets.php:476
1555
+ #@ my-calendar
1556
+ msgid "Calendar"
1557
+ msgstr "Kalendář"
1558
+
1559
+ #: my-calendar-output.php:564
1560
+ #@ my-calendar
1561
+ msgid "Events in"
1562
+ msgstr "Události v"
1563
+
1564
+ #: my-calendar-output.php:758
1565
+ #@ my-calendar
1566
+ msgid "There are no events scheduled during this period."
1567
+ msgstr "Na toto období nejsou naplánovány žádné události."
1568
+
1569
+ #: my-calendar-output.php:770
1570
+ #@ my-calendar
1571
+ msgid "Category Key"
1572
+ msgstr "Klíč kategorie"
1573
+
1574
+ #: button/generator.php:12
1575
+ #@ my-calendar
1576
+ msgid "You don't have access to this function."
1577
+ msgstr ""
1578
+
1579
+ #: button/generator.php:18
1580
+ #: button/generator.php:44
1581
+ #@ my-calendar
1582
+ msgid "My Calendar Shortcode Generator"
1583
+ msgstr ""
1584
+
1585
+ #: button/generator.php:47
1586
+ #@ my-calendar
1587
+ msgid "Shortcode Attributes"
1588
+ msgstr ""
1589
+
1590
+ #: button/generator.php:52
1591
+ #@ my-calendar
1592
+ msgid "Location filter type:"
1593
+ msgstr ""
1594
+
1595
+ #: button/generator.php:54
1596
+ #@ my-calendar
1597
+ msgid "All locations"
1598
+ msgstr ""
1599
+
1600
+ #: button/generator.php:55
1601
+ #: my-calendar-settings.php:450
1602
+ #: my-calendar-settings.php:619
1603
+ #@ my-calendar
1604
+ msgid "Location Name"
1605
+ msgstr ""
1606
+
1607
+ #: button/generator.php:64
1608
+ #@ my-calendar
1609
+ msgid "Location filter value:"
1610
+ msgstr ""
1611
+
1612
+ #: button/generator.php:68
1613
+ #@ my-calendar
1614
+ msgid "Format"
1615
+ msgstr ""
1616
+
1617
+ #: button/generator.php:70
1618
+ #@ my-calendar
1619
+ msgid "Grid"
1620
+ msgstr ""
1621
+
1622
+ #: button/generator.php:71
1623
+ #@ my-calendar
1624
+ msgid "List"
1625
+ msgstr ""
1626
+
1627
+ #: button/generator.php:75
1628
+ #@ my-calendar
1629
+ msgid "Show Category Key"
1630
+ msgstr ""
1631
+
1632
+ #: button/generator.php:77
1633
+ #: button/generator.php:84
1634
+ #: button/generator.php:91
1635
+ #: my-calendar-widgets.php:503
1636
+ #: my-calendar-widgets.php:509
1637
+ #@ my-calendar
1638
+ msgid "Yes"
1639
+ msgstr ""
1640
+
1641
+ #: button/generator.php:78
1642
+ #: button/generator.php:85
1643
+ #: button/generator.php:92
1644
+ #: my-calendar-widgets.php:504
1645
+ #: my-calendar-widgets.php:510
1646
+ #@ my-calendar
1647
+ msgid "No"
1648
+ msgstr ""
1649
+
1650
+ #: button/generator.php:82
1651
+ #@ my-calendar
1652
+ msgid "Show Previous/Next Links"
1653
+ msgstr ""
1654
+
1655
+ #: button/generator.php:89
1656
+ #@ my-calendar
1657
+ msgid "Show Format Toggle"
1658
+ msgstr ""
1659
+
1660
+ #: button/generator.php:96
1661
+ #@ my-calendar
1662
+ msgid "Time Segment"
1663
+ msgstr ""
1664
+
1665
+ #: button/generator.php:99
1666
+ #: my-calendar-widgets.php:516
1667
+ #@ my-calendar
1668
+ msgid "Week"
1669
+ msgstr ""
1670
+
1671
+ #: button/generator.php:100
1672
+ #@ my-calendar
1673
+ msgid "Day"
1674
+ msgstr ""
1675
+
1676
+ #: button/generator.php:105
1677
+ #@ my-calendar
1678
+ msgid "Generate Shortcode"
1679
+ msgstr ""
1680
+
1681
+ #: button/generator.php:107
1682
+ #@ my-calendar
1683
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
1684
+ msgstr ""
1685
+
1686
+ #: button/generator.php:117
1687
+ #@ my-calendar
1688
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
1689
+ msgstr ""
1690
+
1691
+ #: my-calendar-behaviors.php:42
1692
+ #@ my-calendar
1693
+ msgid "Behavior Settings saved"
1694
+ msgstr ""
1695
+
1696
+ #: my-calendar-behaviors.php:65
1697
+ #@ my-calendar
1698
+ msgid "My Calendar Behaviors"
1699
+ msgstr ""
1700
+
1701
+ #: my-calendar-behaviors.php:69
1702
+ #@ my-calendar
1703
+ msgid "Calendar Behavior Settings"
1704
+ msgstr ""
1705
+
1706
+ #: my-calendar-behaviors.php:74
1707
+ #@ my-calendar
1708
+ msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1709
+ msgstr ""
1710
+
1711
+ #: my-calendar-behaviors.php:79
1712
+ #@ my-calendar
1713
+ msgid "Update/Reset the My Calendar Calendar Javascript"
1714
+ msgstr ""
1715
+
1716
+ #: my-calendar-behaviors.php:94
1717
+ #: my-calendar-behaviors.php:125
1718
+ #: my-calendar-behaviors.php:156
1719
+ #: my-calendar-behaviors.php:186
1720
+ #@ my-calendar
1721
+ msgid "Comparing scripts with latest installed version of My Calendar"
1722
+ msgstr ""
1723
+
1724
+ #: my-calendar-behaviors.php:94
1725
+ #: my-calendar-behaviors.php:125
1726
+ #: my-calendar-behaviors.php:156
1727
+ #: my-calendar-behaviors.php:186
1728
+ #: my-calendar-styles.php:208
1729
+ #@ my-calendar
1730
+ msgid "Latest (from plugin)"
1731
+ msgstr ""
1732
+
1733
+ #: my-calendar-behaviors.php:94
1734
+ #: my-calendar-behaviors.php:125
1735
+ #: my-calendar-behaviors.php:156
1736
+ #: my-calendar-behaviors.php:186
1737
+ #: my-calendar-styles.php:208
1738
+ #@ my-calendar
1739
+ msgid "Current (in use)"
1740
+ msgstr ""
1741
+
1742
+ #: my-calendar-behaviors.php:98
1743
+ #@ my-calendar
1744
+ msgid "There have been updates to the calendar view scripts."
1745
+ msgstr ""
1746
+
1747
+ #: my-calendar-behaviors.php:98
1748
+ #: my-calendar-behaviors.php:129
1749
+ #: my-calendar-behaviors.php:160
1750
+ #: my-calendar-behaviors.php:190
1751
+ #@ my-calendar
1752
+ msgid "Compare your scripts with latest installed version of My Calendar."
1753
+ msgstr ""
1754
+
1755
+ #: my-calendar-behaviors.php:102
1756
+ #: my-calendar-behaviors.php:133
1757
+ #: my-calendar-behaviors.php:164
1758
+ #: my-calendar-behaviors.php:194
1759
+ #@ my-calendar
1760
+ msgid "Your script matches that included with My Calendar."
1761
+ msgstr ""
1762
+
1763
+ #: my-calendar-behaviors.php:110
1764
+ #@ my-calendar
1765
+ msgid "Update/Reset the My Calendar List Javascript"
1766
+ msgstr ""
1767
+
1768
+ #: my-calendar-behaviors.php:129
1769
+ #@ my-calendar
1770
+ msgid "There have been updates to the list view scripts."
1771
+ msgstr ""
1772
+
1773
+ #: my-calendar-behaviors.php:141
1774
+ #@ my-calendar
1775
+ msgid "Update/Reset the My Calendar Mini Format Javascript"
1776
+ msgstr ""
1777
+
1778
+ #: my-calendar-behaviors.php:160
1779
+ #@ my-calendar
1780
+ msgid "There have been updates to the mini view scripts."
1781
+ msgstr ""
1782
+
1783
+ #: my-calendar-behaviors.php:170
1784
+ #@ my-calendar
1785
+ msgid "Calendar Behaviors: AJAX Navigation"
1786
+ msgstr ""
1787
+
1788
+ #: my-calendar-behaviors.php:172
1789
+ #@ my-calendar
1790
+ msgid "Update/Reset the My Calendar AJAX Javascript"
1791
+ msgstr ""
1792
+
1793
+ #: my-calendar-behaviors.php:172
1794
+ #@ my-calendar
1795
+ msgid "Disable AJAX Effects"
1796
+ msgstr ""
1797
+
1798
+ #: my-calendar-behaviors.php:175
1799
+ #@ my-calendar
1800
+ msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1801
+ msgstr ""
1802
+
1803
+ #: my-calendar-behaviors.php:190
1804
+ #@ my-calendar
1805
+ msgid "There have been updates to the AJAX scripts."
1806
+ msgstr ""
1807
+
1808
+ #: my-calendar-behaviors.php:202
1809
+ #@ my-calendar
1810
+ msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
1811
+ msgstr ""
1812
+
1813
+ #: my-calendar-categories.php:137
1814
+ #@ my-calendar
1815
+ msgid "Error: Category was not edited."
1816
+ msgstr ""
1817
+
1818
+ #: my-calendar-categories.php:218
1819
+ #@ my-calendar
1820
+ msgid "Add a New Category"
1821
+ msgstr ""
1822
+
1823
+ #: my-calendar-core.php:185
1824
+ #, php-format
1825
+ #@ my-calendar
1826
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
1827
+ msgstr ""
1828
+
1829
+ #: my-calendar-core.php:911
1830
+ #@ my-calendar
1831
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1832
+ msgstr ""
1833
+
1834
+ #: my-calendar-core.php:1036
1835
+ #@ my-calendar
1836
+ msgid "Is this your calendar page?"
1837
+ msgstr ""
1838
+
1839
+ #: my-calendar-core.php:1039
1840
+ #@ my-calendar
1841
+ msgid "I tried to guess, but don't have a suggestion for you."
1842
+ msgstr ""
1843
+
1844
+ #: my-calendar-event-manager.php:159
1845
+ #, php-format
1846
+ #@ my-calendar
1847
+ msgid "%1$d events deleted successfully out of %2$d selected"
1848
+ msgstr ""
1849
+
1850
+ #: my-calendar-event-manager.php:161
1851
+ #@ my-calendar
1852
+ msgid "Your events have not been deleted. Please investigate."
1853
+ msgstr ""
1854
+
1855
+ #: my-calendar-event-manager.php:260
1856
+ #@ my-calendar
1857
+ msgid "Currently editing your local calendar"
1858
+ msgstr ""
1859
+
1860
+ #: my-calendar-event-manager.php:262
1861
+ #@ my-calendar
1862
+ msgid "Currently editing your central calendar"
1863
+ msgstr ""
1864
+
1865
+ #: my-calendar-event-manager.php:471
1866
+ #@ my-calendar
1867
+ msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
1868
+ msgstr ""
1869
+
1870
+ #: my-calendar-event-manager.php:477
1871
+ #: my-calendar-event-manager.php:600
1872
+ #: my-calendar-group-manager.php:291
1873
+ #@ my-calendar
1874
+ msgid "(required)"
1875
+ msgstr ""
1876
+
1877
+ #: my-calendar-event-manager.php:496
1878
+ #@ my-calendar
1879
+ msgid "This event is not spam"
1880
+ msgstr ""
1881
+
1882
+ #: my-calendar-event-manager.php:513
1883
+ #: my-calendar-event-manager.php:520
1884
+ #@ my-calendar
1885
+ msgid "This event's image:"
1886
+ msgstr ""
1887
+
1888
+ #: my-calendar-event-manager.php:514
1889
+ #@ my-calendar
1890
+ msgid "Add an image:"
1891
+ msgstr ""
1892
+
1893
+ #: my-calendar-event-manager.php:514
1894
+ #@ my-calendar
1895
+ msgid "Upload Image"
1896
+ msgstr ""
1897
+
1898
+ #: my-calendar-event-manager.php:514
1899
+ #: my-calendar-group-manager.php:306
1900
+ #@ my-calendar
1901
+ msgid "Include your image URL or upload an image."
1902
+ msgstr ""
1903
+
1904
+ #: my-calendar-event-manager.php:530
1905
+ #: my-calendar-group-manager.php:317
1906
+ #@ my-calendar
1907
+ msgid "Event Host"
1908
+ msgstr ""
1909
+
1910
+ #: my-calendar-event-manager.php:582
1911
+ #@ my-calendar
1912
+ msgid "Event Date and Time"
1913
+ msgstr ""
1914
+
1915
+ #: my-calendar-event-manager.php:583
1916
+ #@ my-calendar
1917
+ msgid "Enter the beginning and ending information for this occurrence of the event."
1918
+ msgstr ""
1919
+
1920
+ #: my-calendar-event-manager.php:600
1921
+ #@ my-calendar
1922
+ msgid "Time (hh:mm am/pm)"
1923
+ msgstr ""
1924
+
1925
+ #: my-calendar-event-manager.php:609
1926
+ #@ my-calendar
1927
+ msgid "End Date (YYYY-MM-DD)"
1928
+ msgstr ""
1929
+
1930
+ #: my-calendar-event-manager.php:609
1931
+ #@ my-calendar
1932
+ msgid "End Time (hh:mm am/pm)"
1933
+ msgstr ""
1934
+
1935
+ #: my-calendar-event-manager.php:619
1936
+ #@ my-calendar
1937
+ msgid "Add another occurrence"
1938
+ msgstr ""
1939
+
1940
+ #: my-calendar-event-manager.php:620
1941
+ #@ my-calendar
1942
+ msgid "Remove last occurrence"
1943
+ msgstr ""
1944
+
1945
+ #: my-calendar-event-manager.php:640
1946
+ #: my-calendar-templates.php:111
1947
+ #@ my-calendar
1948
+ msgid "Daily, weekdays only"
1949
+ msgstr ""
1950
+
1951
+ #: my-calendar-event-manager.php:647
1952
+ #@ my-calendar
1953
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1954
+ msgstr ""
1955
+
1956
+ #: my-calendar-event-manager.php:665
1957
+ #: my-calendar-group-manager.php:373
1958
+ #@ my-calendar
1959
+ msgid "My Calendar does not manage event registrations. Use this for information only."
1960
+ msgstr ""
1961
+
1962
+ #: my-calendar-event-manager.php:789
1963
+ #: my-calendar-group-manager.php:459
1964
+ #@ my-calendar
1965
+ msgid "Location URL"
1966
+ msgstr ""
1967
+
1968
+ #: my-calendar-event-manager.php:810
1969
+ #@ my-calendar
1970
+ msgid "Special Options"
1971
+ msgstr ""
1972
+
1973
+ #: my-calendar-event-manager.php:812
1974
+ #@ my-calendar
1975
+ msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
1976
+ msgstr ""
1977
+
1978
+ #: my-calendar-event-manager.php:815
1979
+ #@ my-calendar
1980
+ msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
1981
+ msgstr ""
1982
+
1983
+ #: my-calendar-event-manager.php:896
1984
+ #@ my-calendar
1985
+ msgid "All"
1986
+ msgstr ""
1987
+
1988
+ #: my-calendar-event-manager.php:906
1989
+ #: my-calendar-group-manager.php:675
1990
+ #@ my-calendar
1991
+ msgid "Table of Calendar Events"
1992
+ msgstr ""
1993
+
1994
+ #: my-calendar-event-manager.php:949
1995
+ #: my-calendar-group-manager.php:720
1996
+ #@ my-calendar
1997
+ msgid "Weekdays"
1998
+ msgstr ""
1999
+
2000
+ #: my-calendar-event-manager.php:958
2001
+ #: my-calendar-group-manager.php:729
2002
+ #, php-format
2003
+ #@ my-calendar
2004
+ msgid "%d Times"
2005
+ msgstr ""
2006
+
2007
+ #: my-calendar-event-manager.php:976
2008
+ #: my-calendar-group-manager.php:747
2009
+ #: my-calendar-output.php:269
2010
+ #@ my-calendar
2011
+ msgid "Edit Group"
2012
+ msgstr ""
2013
+
2014
+ #: my-calendar-event-manager.php:996
2015
+ #@ my-calendar
2016
+ msgid "Awaiting Approval"
2017
+ msgstr ""
2018
+
2019
+ #: my-calendar-event-manager.php:1007
2020
+ #@ my-calendar
2021
+ msgid "Delete checked events"
2022
+ msgstr ""
2023
+
2024
+ #: my-calendar-group-manager.php:56
2025
+ #@ my-calendar
2026
+ msgid "Event not updated."
2027
+ msgstr ""
2028
+
2029
+ #: my-calendar-group-manager.php:82
2030
+ #@ my-calendar
2031
+ msgid "Event not grouped."
2032
+ msgstr ""
2033
+
2034
+ #: my-calendar-group-manager.php:86
2035
+ #@ my-calendar
2036
+ msgid "Event grouped successfully"
2037
+ msgstr ""
2038
+
2039
+ #: my-calendar-group-manager.php:104
2040
+ #: my-calendar-group-manager.php:259
2041
+ #@ my-calendar
2042
+ msgid "Edit Event Group"
2043
+ msgstr ""
2044
+
2045
+ #: my-calendar-group-manager.php:108
2046
+ #@ my-calendar
2047
+ msgid "You must provide an event group id in order to edit it"
2048
+ msgstr ""
2049
+
2050
+ #: my-calendar-group-manager.php:116
2051
+ #: my-calendar.php:158
2052
+ #@ my-calendar
2053
+ msgid "Manage Event Groups"
2054
+ msgstr ""
2055
+
2056
+ #: my-calendar-group-manager.php:118
2057
+ #@ my-calendar
2058
+ msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
2059
+ msgstr ""
2060
+
2061
+ #: my-calendar-group-manager.php:119
2062
+ #@ my-calendar
2063
+ msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
2064
+ msgstr ""
2065
+
2066
+ #: my-calendar-group-manager.php:212
2067
+ #@ my-calendar
2068
+ msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
2069
+ msgstr ""
2070
+
2071
+ #: my-calendar-group-manager.php:212
2072
+ #@ my-calendar
2073
+ msgid "The group editable fields in for the events in this group match."
2074
+ msgstr ""
2075
+
2076
+ #: my-calendar-group-manager.php:219
2077
+ #@ my-calendar
2078
+ msgid "Apply these changes to:"
2079
+ msgstr ""
2080
+
2081
+ #: my-calendar-group-manager.php:230
2082
+ #@ my-calendar
2083
+ msgid "Check/Uncheck all"
2084
+ msgstr ""
2085
+
2086
+ #: my-calendar-group-manager.php:232
2087
+ #@ my-calendar
2088
+ msgid "Remove checked events from this group"
2089
+ msgstr ""
2090
+
2091
+ #: my-calendar-group-manager.php:249
2092
+ #@ my-calendar
2093
+ msgid "You must provide a group ID to edit groups"
2094
+ msgstr ""
2095
+
2096
+ #: my-calendar-group-manager.php:662
2097
+ #@ my-calendar
2098
+ msgid "Create/Modify Groups"
2099
+ msgstr ""
2100
+
2101
+ #: my-calendar-group-manager.php:663
2102
+ #@ my-calendar
2103
+ msgid "Check a set of events to group them for mass editing."
2104
+ msgstr ""
2105
+
2106
+ #: my-calendar-group-manager.php:673
2107
+ #: my-calendar-group-manager.php:759
2108
+ #@ my-calendar
2109
+ msgid "Group checked events for mass editing"
2110
+ msgstr ""
2111
+
2112
+ #: my-calendar-group-manager.php:679
2113
+ #@ my-calendar
2114
+ msgid "Group"
2115
+ msgstr ""
2116
+
2117
+ #: my-calendar-group-manager.php:749
2118
+ #@ my-calendar
2119
+ msgid "Ungrouped"
2120
+ msgstr ""
2121
+
2122
+ #: my-calendar-help.php:17
2123
+ #@ my-calendar
2124
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
2125
+ msgstr ""
2126
+
2127
+ #: my-calendar-help.php:22
2128
+ #@ my-calendar
2129
+ msgid "The shortcode supports eight attributes:"
2130
+ msgstr ""
2131
+
2132
+ #: my-calendar-help.php:24
2133
+ #@ my-calendar
2134
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
2135
+ msgstr ""
2136
+
2137
+ #: my-calendar-help.php:25
2138
+ #@ my-calendar
2139
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
2140
+ msgstr ""
2141
+
2142
+ #: my-calendar-help.php:26
2143
+ #@ my-calendar
2144
+ msgid "Set as \"no\" to hide the category key."
2145
+ msgstr ""
2146
+
2147
+ #: my-calendar-help.php:27
2148
+ #@ my-calendar
2149
+ msgid "Set as \"no\" to hide the month-by-month navigation."
2150
+ msgstr ""
2151
+
2152
+ #: my-calendar-help.php:28
2153
+ #@ my-calendar
2154
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
2155
+ msgstr ""
2156
+
2157
+ #: my-calendar-help.php:29
2158
+ #@ my-calendar
2159
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
2160
+ msgstr ""
2161
+
2162
+ #: my-calendar-help.php:30
2163
+ #@ my-calendar
2164
+ msgid "The type of location data to restrict by."
2165
+ msgstr ""
2166
+
2167
+ #: my-calendar-help.php:31
2168
+ #@ my-calendar
2169
+ msgid "The specific location information to filter to."
2170
+ msgstr ""
2171
+
2172
+ #: my-calendar-help.php:35
2173
+ #@ my-calendar
2174
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
2175
+ msgstr ""
2176
+
2177
+ #: my-calendar-help.php:37
2178
+ #@ my-calendar
2179
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
2180
+ msgstr ""
2181
+
2182
+ #: my-calendar-help.php:39
2183
+ #@ my-calendar
2184
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
2185
+ msgstr ""
2186
+
2187
+ #: my-calendar-help.php:42
2188
+ #@ my-calendar
2189
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
2190
+ msgstr ""
2191
+
2192
+ #: my-calendar-help.php:45
2193
+ #@ my-calendar
2194
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
2195
+ msgstr ""
2196
+
2197
+ #: my-calendar-help.php:48
2198
+ #@ my-calendar
2199
+ msgid "Supplement Features (Locations filter, Categories filter)"
2200
+ msgstr ""
2201
+
2202
+ #: my-calendar-help.php:51
2203
+ #@ my-calendar
2204
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
2205
+ msgstr ""
2206
+
2207
+ #: my-calendar-help.php:54
2208
+ #@ my-calendar
2209
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
2210
+ msgstr ""
2211
+
2212
+ #: my-calendar-help.php:57
2213
+ #@ my-calendar
2214
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
2215
+ msgstr ""
2216
+
2217
+ #: my-calendar-help.php:77
2218
+ #@ my-calendar
2219
+ msgid "Custom Styles"
2220
+ msgstr ""
2221
+
2222
+ #: my-calendar-help.php:80
2223
+ #@ my-calendar
2224
+ msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
2225
+ msgstr ""
2226
+
2227
+ #: my-calendar-help.php:83
2228
+ #@ my-calendar
2229
+ msgid "Your stylesheet directory is"
2230
+ msgstr ""
2231
+
2232
+ #: my-calendar-help.php:84
2233
+ #@ my-calendar
2234
+ msgid "Your custom stylesheets directory is"
2235
+ msgstr ""
2236
+
2237
+ #: my-calendar-help.php:95
2238
+ #@ my-calendar
2239
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
2240
+ msgstr ""
2241
+
2242
+ #: my-calendar-help.php:97
2243
+ #: my-calendar-templating.php:72
2244
+ #@ my-calendar
2245
+ msgid "Event Template Tags"
2246
+ msgstr ""
2247
+
2248
+ #: my-calendar-help.php:109
2249
+ #@ my-calendar
2250
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2251
+ msgstr ""
2252
+
2253
+ #: my-calendar-help.php:112
2254
+ #@ my-calendar
2255
+ msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2256
+ msgstr ""
2257
+
2258
+ #: my-calendar-help.php:127
2259
+ #@ my-calendar
2260
+ msgid "Displays the name of the person assigned as host for the event."
2261
+ msgstr ""
2262
+
2263
+ #: my-calendar-help.php:130
2264
+ #@ my-calendar
2265
+ msgid "Displays the email address of the person assigned as host for the event."
2266
+ msgstr ""
2267
+
2268
+ #: my-calendar-help.php:139
2269
+ #: my-calendar-templating.php:111
2270
+ #@ my-calendar
2271
+ msgid "Image associated with the event."
2272
+ msgstr ""
2273
+
2274
+ #: my-calendar-help.php:145
2275
+ #@ my-calendar
2276
+ msgid "Produces the URL to download an iCal formatted record for the event."
2277
+ msgstr ""
2278
+
2279
+ #: my-calendar-help.php:148
2280
+ #@ my-calendar
2281
+ msgid "Produces a hyperlink to download an iCal formatted record for the event."
2282
+ msgstr ""
2283
+
2284
+ #: my-calendar-help.php:151
2285
+ #@ my-calendar
2286
+ msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
2287
+ msgstr ""
2288
+
2289
+ #: my-calendar-help.php:154
2290
+ #@ my-calendar
2291
+ msgid "Shows the number of repetitions of the event."
2292
+ msgstr ""
2293
+
2294
+ #: my-calendar-help.php:157
2295
+ #@ my-calendar
2296
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
2297
+ msgstr ""
2298
+
2299
+ #: my-calendar-help.php:157
2300
+ #@ my-calendar
2301
+ msgid "Requires that the site URL has been provided on the Settings page"
2302
+ msgstr ""
2303
+
2304
+ #: my-calendar-help.php:165
2305
+ #: my-calendar-templating.php:125
2306
+ #@ my-calendar
2307
+ msgid "Location Template Tags"
2308
+ msgstr ""
2309
+
2310
+ #: my-calendar-help.php:178
2311
+ #@ my-calendar
2312
+ msgid "Displays the city for the location."
2313
+ msgstr ""
2314
+
2315
+ #: my-calendar-help.php:181
2316
+ #@ my-calendar
2317
+ msgid "Displays the state for the location."
2318
+ msgstr ""
2319
+
2320
+ #: my-calendar-help.php:184
2321
+ #@ my-calendar
2322
+ msgid "Displays the postcode for the location."
2323
+ msgstr ""
2324
+
2325
+ #: my-calendar-help.php:187
2326
+ #@ my-calendar
2327
+ msgid "Shows the custom region entered for the location."
2328
+ msgstr ""
2329
+
2330
+ #: my-calendar-help.php:193
2331
+ #@ my-calendar
2332
+ msgid "Output the URL for the location link."
2333
+ msgstr ""
2334
+
2335
+ #: my-calendar-help.php:196
2336
+ #@ my-calendar
2337
+ msgid "Output a hyperlink to the location's listed link with default link text."
2338
+ msgstr ""
2339
+
2340
+ #: my-calendar-help.php:204
2341
+ #: my-calendar-templating.php:161
2342
+ #@ my-calendar
2343
+ msgid "Category Template Tags"
2344
+ msgstr ""
2345
+
2346
+ #: my-calendar-help.php:211
2347
+ #@ my-calendar
2348
+ msgid "Produces the address of the current event's category icon."
2349
+ msgstr ""
2350
+
2351
+ #: my-calendar-help.php:214
2352
+ #@ my-calendar
2353
+ msgid "Produces the HTML for the current event's category icon."
2354
+ msgstr ""
2355
+
2356
+ #: my-calendar-help.php:217
2357
+ #@ my-calendar
2358
+ msgid "Produces the hex code for the current event's category color."
2359
+ msgstr ""
2360
+
2361
+ #: my-calendar-help.php:220
2362
+ #@ my-calendar
2363
+ msgid ""
2364
+ "Displays the ID for\n"
2365
+ " the category the event is in."
2366
+ msgstr ""
2367
+
2368
+ #: my-calendar-help.php:224
2369
+ #@ my-calendar
2370
+ msgid "Special use Template Tags"
2371
+ msgstr ""
2372
+
2373
+ #: my-calendar-help.php:228
2374
+ #@ my-calendar
2375
+ msgid "A unique ID for the current instance of an event."
2376
+ msgstr ""
2377
+
2378
+ #: my-calendar-help.php:231
2379
+ #@ my-calendar
2380
+ msgid "The ID for the event record associated with the current instance of an event."
2381
+ msgstr ""
2382
+
2383
+ #: my-calendar-help.php:241
2384
+ #@ my-calendar
2385
+ msgid "Helpful Information"
2386
+ msgstr ""
2387
+
2388
+ #: my-calendar-help.php:244
2389
+ #@ my-calendar
2390
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2391
+ msgstr ""
2392
+
2393
+ #: my-calendar-help.php:247
2394
+ #@ my-calendar
2395
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2396
+ msgstr ""
2397
+
2398
+ #: my-calendar-install.php:192
2399
+ #@ my-calendar
2400
+ msgid "My Calendar Default Timezone"
2401
+ msgstr ""
2402
+
2403
+ #: my-calendar-install.php:237
2404
+ #@ my-calendar
2405
+ msgid "My Calendar Default Location"
2406
+ msgstr ""
2407
+
2408
+ #: my-calendar-locations.php:197
2409
+ #@ my-calendar
2410
+ msgid "Website"
2411
+ msgstr ""
2412
+
2413
+ #: my-calendar-locations.php:217
2414
+ #@ my-calendar
2415
+ msgid "Add a New Location"
2416
+ msgstr ""
2417
+
2418
+ #: my-calendar-output.php:166
2419
+ #, php-format
2420
+ #@ my-calendar
2421
+ msgid "(%s in your time zone)"
2422
+ msgstr ""
2423
+
2424
+ #: my-calendar-output.php:193
2425
+ #: my-calendar-templates.php:193
2426
+ #@ my-calendar
2427
+ msgid "Details about"
2428
+ msgstr ""
2429
+
2430
+ #: my-calendar-output.php:213
2431
+ #: my-calendar-templates.php:148
2432
+ #@ my-calendar
2433
+ msgid "iCal"
2434
+ msgstr ""
2435
+
2436
+ #: my-calendar-output.php:252
2437
+ #@ my-calendar
2438
+ msgid "View full calendar"
2439
+ msgstr ""
2440
+
2441
+ #: my-calendar-output.php:282
2442
+ #@ my-calendar
2443
+ msgid "Edit This Date"
2444
+ msgstr ""
2445
+
2446
+ #: my-calendar-output.php:283
2447
+ #@ my-calendar
2448
+ msgid "Edit All"
2449
+ msgstr ""
2450
+
2451
+ #: my-calendar-output.php:284
2452
+ #@ my-calendar
2453
+ msgid "Delete This Date"
2454
+ msgstr ""
2455
+
2456
+ #: my-calendar-output.php:285
2457
+ #@ my-calendar
2458
+ msgid "Delete All"
2459
+ msgstr ""
2460
+
2461
+ #: my-calendar-output.php:386
2462
+ #@ my-calendar
2463
+ msgid "View as Grid"
2464
+ msgstr ""
2465
+
2466
+ #: my-calendar-output.php:390
2467
+ #@ my-calendar
2468
+ msgid "View as List"
2469
+ msgstr ""
2470
+
2471
+ #: my-calendar-output.php:520
2472
+ #@ my-calendar
2473
+ msgid "No events scheduled for today!"
2474
+ msgstr ""
2475
+
2476
+ #: my-calendar-output.php:559
2477
+ #@ my-calendar
2478
+ msgid "The week's events"
2479
+ msgstr ""
2480
+
2481
+ #: my-calendar-output.php:566
2482
+ #@ my-calendar
2483
+ msgid "This week's events"
2484
+ msgstr ""
2485
+
2486
+ #: my-calendar-output.php:743
2487
+ #, php-format
2488
+ #@ my-calendar
2489
+ msgid " and %d other event"
2490
+ msgstr ""
2491
+
2492
+ #: my-calendar-output.php:745
2493
+ #, php-format
2494
+ #@ my-calendar
2495
+ msgid " and %d other events"
2496
+ msgstr ""
2497
+
2498
+ #: my-calendar-output.php:762
2499
+ #@ my-calendar
2500
+ msgid "Unrecognized calendar format."
2501
+ msgstr ""
2502
+
2503
+ #: my-calendar-output.php:810
2504
+ #@ my-calendar
2505
+ msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2506
+ msgstr ""
2507
+
2508
+ #: my-calendar-output.php:811
2509
+ #@ my-calendar
2510
+ msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2511
+ msgstr ""
2512
+
2513
+ #: my-calendar-output.php:824
2514
+ #@ my-calendar
2515
+ msgid "Next events"
2516
+ msgstr ""
2517
+
2518
+ #: my-calendar-output.php:866
2519
+ #@ my-calendar
2520
+ msgid "Previous events"
2521
+ msgstr ""
2522
+
2523
+ #: my-calendar-output.php:914
2524
+ #@ my-calendar
2525
+ msgid "(select to include)"
2526
+ msgstr ""
2527
+
2528
+ #: my-calendar-output.php:935
2529
+ #: my-calendar-output.php:938
2530
+ #@ my-calendar
2531
+ msgid "All Categories"
2532
+ msgstr ""
2533
+
2534
+ #: my-calendar-output.php:936
2535
+ #@ my-calendar
2536
+ msgid "Categories"
2537
+ msgstr ""
2538
+
2539
+ #: my-calendar-output.php:957
2540
+ #: my-calendar-output.php:1117
2541
+ #@ my-calendar
2542
+ msgid "Submit"
2543
+ msgstr ""
2544
+
2545
+ #: my-calendar-output.php:1061
2546
+ #: my-calendar-output.php:1079
2547
+ #@ my-calendar
2548
+ msgid "Show all"
2549
+ msgstr ""
2550
+
2551
+ #: my-calendar-output.php:1077
2552
+ #@ my-calendar
2553
+ msgid "Show events in:"
2554
+ msgstr ""
2555
+
2556
+ #: my-calendar-settings.php:86
2557
+ #@ my-calendar
2558
+ msgid "Permissions Settings saved"
2559
+ msgstr ""
2560
+
2561
+ #: my-calendar-settings.php:122
2562
+ #@ my-calendar
2563
+ msgid "Output Settings saved"
2564
+ msgstr ""
2565
+
2566
+ #: my-calendar-settings.php:141
2567
+ #@ my-calendar
2568
+ msgid "Input Settings saved"
2569
+ msgstr ""
2570
+
2571
+ #: my-calendar-settings.php:147
2572
+ #@ my-calendar
2573
+ msgid "Multsite settings saved"
2574
+ msgstr ""
2575
+
2576
+ #: my-calendar-settings.php:164
2577
+ #@ my-calendar
2578
+ msgid "Custom text settings saved"
2579
+ msgstr ""
2580
+
2581
+ #: my-calendar-settings.php:176
2582
+ #@ my-calendar
2583
+ msgid "Email notice settings saved"
2584
+ msgstr ""
2585
+
2586
+ #: my-calendar-settings.php:190
2587
+ #@ my-calendar
2588
+ msgid "User custom settings saved"
2589
+ msgstr ""
2590
+
2591
+ #: my-calendar-settings.php:223
2592
+ #@ my-calendar
2593
+ msgid "Calendar Management Settings"
2594
+ msgstr ""
2595
+
2596
+ #: my-calendar-settings.php:230
2597
+ #@ my-calendar
2598
+ msgid "Lowest user group that may create events"
2599
+ msgstr ""
2600
+
2601
+ #: my-calendar-settings.php:239
2602
+ #@ my-calendar
2603
+ msgid "Lowest user group that may approve events"
2604
+ msgstr ""
2605
+
2606
+ #: my-calendar-settings.php:248
2607
+ #@ my-calendar
2608
+ msgid "Lowest user group that may edit or delete all events"
2609
+ msgstr ""
2610
+
2611
+ #: my-calendar-settings.php:254
2612
+ #@ my-calendar
2613
+ msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
2614
+ msgstr ""
2615
+
2616
+ #: my-calendar-settings.php:258
2617
+ #@ my-calendar
2618
+ msgid "Currently editing my local calendar"
2619
+ msgstr ""
2620
+
2621
+ #: my-calendar-settings.php:261
2622
+ #@ my-calendar
2623
+ msgid "Currently editing the network calendar"
2624
+ msgstr ""
2625
+
2626
+ #: my-calendar-settings.php:267
2627
+ #@ my-calendar
2628
+ msgid "Save Approval Settings"
2629
+ msgstr ""
2630
+
2631
+ #: my-calendar-settings.php:273
2632
+ #@ my-calendar
2633
+ msgid "Calendar Text Settings"
2634
+ msgstr ""
2635
+
2636
+ #: my-calendar-settings.php:278
2637
+ #@ my-calendar
2638
+ msgid "Calendar Options: Customizable Text Fields"
2639
+ msgstr ""
2640
+
2641
+ #: my-calendar-settings.php:281
2642
+ #@ my-calendar
2643
+ msgid "Label for events without a set time"
2644
+ msgstr ""
2645
+
2646
+ #: my-calendar-settings.php:284
2647
+ #@ my-calendar
2648
+ msgid "Previous events link"
2649
+ msgstr ""
2650
+
2651
+ #: my-calendar-settings.php:287
2652
+ #@ my-calendar
2653
+ msgid "Next events link"
2654
+ msgstr ""
2655
+
2656
+ #: my-calendar-settings.php:290
2657
+ #@ my-calendar
2658
+ msgid "If events are open"
2659
+ msgstr ""
2660
+
2661
+ #: my-calendar-settings.php:293
2662
+ #@ my-calendar
2663
+ msgid "If events are closed"
2664
+ msgstr ""
2665
+
2666
+ #: my-calendar-settings.php:296
2667
+ #@ my-calendar
2668
+ msgid "Additional caption:"
2669
+ msgstr ""
2670
+
2671
+ #: my-calendar-settings.php:301
2672
+ #@ my-calendar
2673
+ msgid "Save Custom Text Settings"
2674
+ msgstr ""
2675
+
2676
+ #: my-calendar-settings.php:307
2677
+ #@ my-calendar
2678
+ msgid "Calendar Output Settings"
2679
+ msgstr ""
2680
+
2681
+ #: my-calendar-settings.php:312
2682
+ #@ my-calendar
2683
+ msgid "Calendar Options: Customize the Output of your Calendar"
2684
+ msgstr ""
2685
+
2686
+ #: my-calendar-settings.php:314
2687
+ #@ my-calendar
2688
+ msgid "General Calendar Options"
2689
+ msgstr ""
2690
+
2691
+ #: my-calendar-settings.php:317
2692
+ #@ my-calendar
2693
+ msgid "<abbr title=\"Uniform resource locator\">URL</abbr> to use for event details display."
2694
+ msgstr ""
2695
+
2696
+ #: my-calendar-settings.php:318
2697
+ #@ my-calendar
2698
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2699
+ msgstr ""
2700
+
2701
+ #: my-calendar-settings.php:321
2702
+ #@ my-calendar
2703
+ msgid "Time format"
2704
+ msgstr ""
2705
+
2706
+ #: my-calendar-settings.php:321
2707
+ #: my-calendar-settings.php:324
2708
+ #: my-calendar-settings.php:327
2709
+ #@ my-calendar
2710
+ msgid "Current:"
2711
+ msgstr ""
2712
+
2713
+ #: my-calendar-settings.php:324
2714
+ #@ my-calendar
2715
+ msgid "Date format in grid mode, week view"
2716
+ msgstr ""
2717
+
2718
+ #: my-calendar-settings.php:327
2719
+ #@ my-calendar
2720
+ msgid "Date Format in all other views"
2721
+ msgstr ""
2722
+
2723
+ #: my-calendar-settings.php:331
2724
+ #@ my-calendar
2725
+ msgid "Show link to My Calendar RSS feed."
2726
+ msgstr ""
2727
+
2728
+ #: my-calendar-settings.php:331
2729
+ #@ my-calendar
2730
+ msgid "RSS feed shows recently added events."
2731
+ msgstr ""
2732
+
2733
+ #: my-calendar-settings.php:334
2734
+ #@ my-calendar
2735
+ msgid "Show link to iCal format download."
2736
+ msgstr ""
2737
+
2738
+ #: my-calendar-settings.php:334
2739
+ #@ my-calendar
2740
+ msgid "iCal outputs events occurring in the current calendar month."
2741
+ msgstr ""
2742
+
2743
+ #: my-calendar-settings.php:344
2744
+ #@ my-calendar
2745
+ msgid "Grid Layout Options"
2746
+ msgstr ""
2747
+
2748
+ #: my-calendar-settings.php:347
2749
+ #@ my-calendar
2750
+ msgid "Show Weekends on Calendar"
2751
+ msgstr ""
2752
+
2753
+ #: my-calendar-settings.php:354
2754
+ #@ my-calendar
2755
+ msgid "List Layout Options"
2756
+ msgstr ""
2757
+
2758
+ #: my-calendar-settings.php:364
2759
+ #@ my-calendar
2760
+ msgid "Event Details Options"
2761
+ msgstr ""
2762
+
2763
+ #: my-calendar-settings.php:367
2764
+ #@ my-calendar
2765
+ msgid "Event title template"
2766
+ msgstr ""
2767
+
2768
+ #: my-calendar-settings.php:368
2769
+ #: my-calendar-settings.php:378
2770
+ #@ my-calendar
2771
+ msgid "Templating Help"
2772
+ msgstr ""
2773
+
2774
+ #: my-calendar-settings.php:368
2775
+ #: my-calendar-settings.php:378
2776
+ #@ my-calendar
2777
+ msgid "All template tags are available."
2778
+ msgstr ""
2779
+
2780
+ #: my-calendar-settings.php:371
2781
+ #@ my-calendar
2782
+ msgid "Event details link text"
2783
+ msgstr ""
2784
+
2785
+ #: my-calendar-settings.php:373
2786
+ #@ my-calendar
2787
+ msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>"
2788
+ msgstr ""
2789
+
2790
+ #: my-calendar-settings.php:376
2791
+ #@ my-calendar
2792
+ msgid "Event URL link text"
2793
+ msgstr ""
2794
+
2795
+ #: my-calendar-settings.php:381
2796
+ #@ my-calendar
2797
+ msgid "Display author's name"
2798
+ msgstr ""
2799
+
2800
+ #: my-calendar-settings.php:384
2801
+ #@ my-calendar
2802
+ msgid "Hide category icons"
2803
+ msgstr ""
2804
+
2805
+ #: my-calendar-settings.php:387
2806
+ #@ my-calendar
2807
+ msgid "Show Link to Google Map"
2808
+ msgstr ""
2809
+
2810
+ #: my-calendar-settings.php:390
2811
+ #@ my-calendar
2812
+ msgid "Show Event Address"
2813
+ msgstr ""
2814
+
2815
+ #: my-calendar-settings.php:399
2816
+ #@ my-calendar
2817
+ msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
2818
+ msgstr ""
2819
+
2820
+ #: my-calendar-settings.php:402
2821
+ #@ my-calendar
2822
+ msgid "Event links expire after the event has passed."
2823
+ msgstr ""
2824
+
2825
+ #: my-calendar-settings.php:405
2826
+ #@ my-calendar
2827
+ msgid "Show current availability status"
2828
+ msgstr ""
2829
+
2830
+ #: my-calendar-settings.php:416
2831
+ #@ my-calendar
2832
+ msgid "Event Scheduling Options"
2833
+ msgstr ""
2834
+
2835
+ #: my-calendar-settings.php:419
2836
+ #@ my-calendar
2837
+ msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
2838
+ msgstr ""
2839
+
2840
+ #: my-calendar-settings.php:422
2841
+ #@ my-calendar
2842
+ msgid "Holiday Category"
2843
+ msgstr ""
2844
+
2845
+ #: my-calendar-settings.php:439
2846
+ #@ my-calendar
2847
+ msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
2848
+ msgstr ""
2849
+
2850
+ #: my-calendar-settings.php:442
2851
+ #@ my-calendar
2852
+ msgid "Default Sort order for Admin Events List"
2853
+ msgstr ""
2854
+
2855
+ #: my-calendar-settings.php:444
2856
+ #@ my-calendar
2857
+ msgid "Event ID"
2858
+ msgstr ""
2859
+
2860
+ #: my-calendar-settings.php:458
2861
+ #@ my-calendar
2862
+ msgid "Save Output Settings"
2863
+ msgstr ""
2864
+
2865
+ #: my-calendar-settings.php:464
2866
+ #@ my-calendar
2867
+ msgid "Calendar Input Settings"
2868
+ msgstr ""
2869
+
2870
+ #: my-calendar-settings.php:469
2871
+ #@ my-calendar
2872
+ msgid "Select which input fields will be available when adding or editing events."
2873
+ msgstr ""
2874
+
2875
+ #: my-calendar-settings.php:474
2876
+ #@ my-calendar
2877
+ msgid "Show Event image field"
2878
+ msgstr ""
2879
+
2880
+ #: my-calendar-settings.php:474
2881
+ #@ my-calendar
2882
+ msgid "Show Event registration options"
2883
+ msgstr ""
2884
+
2885
+ #: my-calendar-settings.php:474
2886
+ #@ my-calendar
2887
+ msgid "Show Event location fields"
2888
+ msgstr ""
2889
+
2890
+ #: my-calendar-settings.php:474
2891
+ #@ default
2892
+ msgid "Use HTML Editor in Event Description Field"
2893
+ msgstr ""
2894
+
2895
+ #: my-calendar-settings.php:492
2896
+ #@ my-calendar
2897
+ msgid "Save Input Settings"
2898
+ msgstr ""
2899
+
2900
+ #: my-calendar-settings.php:499
2901
+ #@ my-calendar
2902
+ msgid "Multisite Settings (Network Administrators only)"
2903
+ msgstr ""
2904
+
2905
+ #: my-calendar-settings.php:501
2906
+ #@ my-calendar
2907
+ msgid "Multisite support is a beta feature - use with caution."
2908
+ msgstr ""
2909
+
2910
+ #: my-calendar-settings.php:506
2911
+ #@ my-calendar
2912
+ msgid "Settings for WP MultiSite configurations"
2913
+ msgstr ""
2914
+
2915
+ #: my-calendar-settings.php:507
2916
+ #@ my-calendar
2917
+ msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
2918
+ msgstr ""
2919
+
2920
+ #: my-calendar-settings.php:509
2921
+ #@ my-calendar
2922
+ msgid "Site owners may only post to their local calendar"
2923
+ msgstr ""
2924
+
2925
+ #: my-calendar-settings.php:510
2926
+ #@ my-calendar
2927
+ msgid "Site owners may only post to the central calendar"
2928
+ msgstr ""
2929
+
2930
+ #: my-calendar-settings.php:511
2931
+ #@ my-calendar
2932
+ msgid "Site owners may manage either calendar"
2933
+ msgstr ""
2934
+
2935
+ #: my-calendar-settings.php:513
2936
+ #@ my-calendar
2937
+ msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
2938
+ msgstr ""
2939
+
2940
+ #: my-calendar-settings.php:516
2941
+ #@ my-calendar
2942
+ msgid "Save Multisite Settings"
2943
+ msgstr ""
2944
+
2945
+ #: my-calendar-settings.php:523
2946
+ #@ my-calendar
2947
+ msgid "Calendar Email Settings"
2948
+ msgstr ""
2949
+
2950
+ #: my-calendar-settings.php:547
2951
+ #@ my-calendar
2952
+ msgid "Save Email Settings"
2953
+ msgstr ""
2954
+
2955
+ #: my-calendar-settings.php:553
2956
+ #@ my-calendar
2957
+ msgid "Calendar User Settings"
2958
+ msgstr ""
2959
+
2960
+ #: my-calendar-settings.php:560
2961
+ #@ my-calendar
2962
+ msgid "Settings which can be configured in registered user's accounts"
2963
+ msgstr ""
2964
+
2965
+ #: my-calendar-settings.php:562
2966
+ #@ my-calendar
2967
+ msgid "Allow registered users to provide timezone or location presets in their user profiles."
2968
+ msgstr ""
2969
+
2970
+ #: my-calendar-settings.php:574
2971
+ #@ my-calendar
2972
+ msgid "Timezone Settings"
2973
+ msgstr ""
2974
+
2975
+ #: my-calendar-settings.php:575
2976
+ #@ my-calendar
2977
+ msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
2978
+ msgstr ""
2979
+
2980
+ #: my-calendar-settings.php:577
2981
+ #@ my-calendar
2982
+ msgid "Enable Timezone"
2983
+ msgstr ""
2984
+
2985
+ #: my-calendar-settings.php:580
2986
+ #@ my-calendar
2987
+ msgid "Select Timezone Label"
2988
+ msgstr ""
2989
+
2990
+ #: my-calendar-settings.php:583
2991
+ #@ my-calendar
2992
+ msgid "Timezone Options"
2993
+ msgstr ""
2994
+
2995
+ #: my-calendar-settings.php:583
2996
+ #: my-calendar-settings.php:607
2997
+ #@ my-calendar
2998
+ msgid "Value, Label; one per line"
2999
+ msgstr ""
3000
+
3001
+ #: my-calendar-settings.php:595
3002
+ #@ my-calendar
3003
+ msgid "Location Settings"
3004
+ msgstr ""
3005
+
3006
+ #: my-calendar-settings.php:596
3007
+ #@ my-calendar
3008
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
3009
+ msgstr ""
3010
+
3011
+ #: my-calendar-settings.php:598
3012
+ #@ my-calendar
3013
+ msgid "Enable Location"
3014
+ msgstr ""
3015
+
3016
+ #: my-calendar-settings.php:601
3017
+ #@ my-calendar
3018
+ msgid "Use this location list as input control"
3019
+ msgstr ""
3020
+
3021
+ #: my-calendar-settings.php:601
3022
+ #@ my-calendar
3023
+ msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
3024
+ msgstr ""
3025
+
3026
+ #: my-calendar-settings.php:604
3027
+ #@ my-calendar
3028
+ msgid "Select Location Label"
3029
+ msgstr ""
3030
+
3031
+ #: my-calendar-settings.php:607
3032
+ #@ my-calendar
3033
+ msgid "Location Options"
3034
+ msgstr ""
3035
+
3036
+ #: my-calendar-settings.php:617
3037
+ #@ my-calendar
3038
+ msgid "Location Type"
3039
+ msgstr ""
3040
+
3041
+ #: my-calendar-settings.php:630
3042
+ #@ my-calendar
3043
+ msgid "Save User Settings"
3044
+ msgstr ""
3045
+
3046
+ #: my-calendar-styles.php:79
3047
+ #@ my-calendar
3048
+ msgid "The stylesheet has been updated."
3049
+ msgstr ""
3050
+
3051
+ #: my-calendar-styles.php:79
3052
+ #@ my-calendar
3053
+ msgid "Write Error! Please verify write permissions on the style file."
3054
+ msgstr ""
3055
+
3056
+ #: my-calendar-styles.php:93
3057
+ #@ my-calendar
3058
+ msgid "Stylesheet reset to default."
3059
+ msgstr ""
3060
+
3061
+ #: my-calendar-styles.php:96
3062
+ #@ my-calendar
3063
+ msgid "Style Settings Saved"
3064
+ msgstr ""
3065
+
3066
+ #: my-calendar-styles.php:105
3067
+ #@ my-calendar
3068
+ msgid "New theme selected."
3069
+ msgstr ""
3070
+
3071
+ #: my-calendar-styles.php:121
3072
+ #@ my-calendar
3073
+ msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
3074
+ msgstr ""
3075
+
3076
+ #: my-calendar-styles.php:141
3077
+ #@ my-calendar
3078
+ msgid "Select My Calendar Theme"
3079
+ msgstr ""
3080
+
3081
+ #: my-calendar-styles.php:149
3082
+ #@ default
3083
+ msgid "Your Custom Stylesheets"
3084
+ msgstr ""
3085
+
3086
+ #: my-calendar-styles.php:158
3087
+ #@ my-calendar
3088
+ msgid "Installed Stylesheets"
3089
+ msgstr ""
3090
+
3091
+ #: my-calendar-styles.php:166
3092
+ #@ my-calendar
3093
+ msgid "Choose Style"
3094
+ msgstr ""
3095
+
3096
+ #: my-calendar-styles.php:179
3097
+ #@ my-calendar
3098
+ msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
3099
+ msgstr ""
3100
+
3101
+ #: my-calendar-styles.php:189
3102
+ #@ my-calendar
3103
+ msgid "Apply CSS only on these pages (comma separated page IDs)"
3104
+ msgstr ""
3105
+
3106
+ #: my-calendar-styles.php:192
3107
+ #@ my-calendar
3108
+ msgid "Restore My Calendar stylesheet"
3109
+ msgstr ""
3110
+
3111
+ #: my-calendar-styles.php:208
3112
+ #@ my-calendar
3113
+ msgid "Comparing Your Style with latest installed version of My Calendar"
3114
+ msgstr ""
3115
+
3116
+ #: my-calendar-styles.php:212
3117
+ #@ my-calendar
3118
+ msgid "There have been updates to the stylesheet."
3119
+ msgstr ""
3120
+
3121
+ #: my-calendar-styles.php:212
3122
+ #@ my-calendar
3123
+ msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3124
+ msgstr ""
3125
+
3126
+ #: my-calendar-styles.php:216
3127
+ #@ my-calendar
3128
+ msgid "Your stylesheet matches that included with My Calendar."
3129
+ msgstr ""
3130
+
3131
+ #: my-calendar-styles.php:224
3132
+ #@ my-calendar
3133
+ msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3134
+ msgstr ""
3135
+
3136
+ #: my-calendar-templates.php:39
3137
+ #, php-format
3138
+ #@ my-calendar
3139
+ msgid "Map<span> to %s</span>"
3140
+ msgstr ""
3141
+
3142
+ #: my-calendar-templates.php:59
3143
+ #: my-calendar-templates.php:105
3144
+ #, php-format
3145
+ #@ my-calendar
3146
+ msgid "Visit web site<span>: %s</span>"
3147
+ msgstr ""
3148
+
3149
+ #: my-calendar-templates.php:114
3150
+ #, php-format
3151
+ #@ my-calendar
3152
+ msgid "Date of Month (the %s of each month)"
3153
+ msgstr ""
3154
+
3155
+ #: my-calendar-templates.php:115
3156
+ #, php-format
3157
+ #@ my-calendar
3158
+ msgid "Day of Month (the %s %s of each month)"
3159
+ msgstr ""
3160
+
3161
+ #: my-calendar-templating.php:18
3162
+ #@ my-calendar
3163
+ msgid "Grid Output Template saved"
3164
+ msgstr ""
3165
+
3166
+ #: my-calendar-templating.php:30
3167
+ #@ my-calendar
3168
+ msgid "List Output Template saved"
3169
+ msgstr ""
3170
+
3171
+ #: my-calendar-templating.php:41
3172
+ #@ my-calendar
3173
+ msgid "Mini Output Template saved"
3174
+ msgstr ""
3175
+
3176
+ #: my-calendar-templating.php:52
3177
+ #@ my-calendar
3178
+ msgid "Event Details Template saved"
3179
+ msgstr ""
3180
+
3181
+ #: my-calendar-templating.php:69
3182
+ #@ my-calendar
3183
+ msgid "My Calendar Information Templates"
3184
+ msgstr ""
3185
+
3186
+ #: my-calendar-templating.php:75
3187
+ #@ my-calendar
3188
+ msgid "Title of the event."
3189
+ msgstr ""
3190
+
3191
+ #: my-calendar-templating.php:78
3192
+ #@ my-calendar
3193
+ msgid "Title of the event as a link if a URL is present, or the title alone if not."
3194
+ msgstr ""
3195
+
3196
+ #: my-calendar-templating.php:81
3197
+ #@ my-calendar
3198
+ msgid "Start time for the event."
3199
+ msgstr ""
3200
+
3201
+ #: my-calendar-templating.php:84
3202
+ #@ my-calendar
3203
+ msgid "Event times adjusted to the current user's time zone if set."
3204
+ msgstr ""
3205
+
3206
+ #: my-calendar-templating.php:87
3207
+ #@ my-calendar
3208
+ msgid "Date on which the event begins."
3209
+ msgstr ""
3210
+
3211
+ #: my-calendar-templating.php:90
3212
+ #@ my-calendar
3213
+ msgid "Date on which the event ends."
3214
+ msgstr ""
3215
+
3216
+ #: my-calendar-templating.php:93
3217
+ #@ my-calendar
3218
+ msgid "Time at which the event ends."
3219
+ msgstr ""
3220
+
3221
+ #: my-calendar-templating.php:96
3222
+ #@ my-calendar
3223
+ msgid "Author who posted the event."
3224
+ msgstr ""
3225
+
3226
+ #: my-calendar-templating.php:99
3227
+ #@ my-calendar
3228
+ msgid "Name of the assigned host for the event."
3229
+ msgstr ""
3230
+
3231
+ #: my-calendar-templating.php:102
3232
+ #@ my-calendar
3233
+ msgid "Email for the person assigned as host."
3234
+ msgstr ""
3235
+
3236
+ #: my-calendar-templating.php:105
3237
+ #@ my-calendar
3238
+ msgid "Short event description."
3239
+ msgstr ""
3240
+
3241
+ #: my-calendar-templating.php:108
3242
+ #@ my-calendar
3243
+ msgid "Description of the event."
3244
+ msgstr ""
3245
+
3246
+ #: my-calendar-templating.php:114
3247
+ #@ my-calendar
3248
+ msgid "URL provided for the event."
3249
+ msgstr ""
3250
+
3251
+ #: my-calendar-templating.php:117
3252
+ #@ my-calendar
3253
+ msgid "Link to an auto-generated page containing information about the event."
3254
+ msgstr ""
3255
+
3256
+ #: my-calendar-templating.php:120
3257
+ #@ my-calendar
3258
+ msgid "Whether event is currently open for registration."
3259
+ msgstr ""
3260
+
3261
+ #: my-calendar-templating.php:123
3262
+ #@ my-calendar
3263
+ msgid "Current status of event: either \"Published\" or \"Reserved.\""
3264
+ msgstr ""
3265
+
3266
+ #: my-calendar-templating.php:129
3267
+ #@ my-calendar
3268
+ msgid "Name of the location of the event."
3269
+ msgstr ""
3270
+
3271
+ #: my-calendar-templating.php:132
3272
+ #@ my-calendar
3273
+ msgid "First line of the site address."
3274
+ msgstr ""
3275
+
3276
+ #: my-calendar-templating.php:135
3277
+ #@ my-calendar
3278
+ msgid "Second line of the site address."
3279
+ msgstr ""
3280
+
3281
+ #: my-calendar-templating.php:138
3282
+ #@ my-calendar
3283
+ msgid "City."
3284
+ msgstr ""
3285
+
3286
+ #: my-calendar-templating.php:141
3287
+ #@ my-calendar
3288
+ msgid "State."
3289
+ msgstr ""
3290
+
3291
+ #: my-calendar-templating.php:144
3292
+ #@ my-calendar
3293
+ msgid "Postal code/zip code."
3294
+ msgstr ""
3295
+
3296
+ #: my-calendar-templating.php:147
3297
+ #@ my-calendar
3298
+ msgid "Custom region."
3299
+ msgstr ""
3300
+
3301
+ #: my-calendar-templating.php:150
3302
+ #@ my-calendar
3303
+ msgid "Country for the event location."
3304
+ msgstr ""
3305
+
3306
+ #: my-calendar-templating.php:153
3307
+ #@ my-calendar
3308
+ msgid "Output the URL for the location."
3309
+ msgstr ""
3310
+
3311
+ #: my-calendar-templating.php:156
3312
+ #@ my-calendar
3313
+ msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3314
+ msgstr ""
3315
+
3316
+ #: my-calendar-templating.php:159
3317
+ #@ my-calendar
3318
+ msgid "Link to Google Map to the event, if address information is available."
3319
+ msgstr ""
3320
+
3321
+ #: my-calendar-templating.php:165
3322
+ #@ my-calendar
3323
+ msgid "Name of the category of the event."
3324
+ msgstr ""
3325
+
3326
+ #: my-calendar-templating.php:168
3327
+ #@ my-calendar
3328
+ msgid "URL for the event's category icon."
3329
+ msgstr ""
3330
+
3331
+ #: my-calendar-templating.php:171
3332
+ #@ my-calendar
3333
+ msgid "Hex code for the event's category color."
3334
+ msgstr ""
3335
+
3336
+ #: my-calendar-templating.php:174
3337
+ #@ my-calendar
3338
+ msgid "ID of the category of the event."
3339
+ msgstr ""
3340
+
3341
+ #: my-calendar-templating.php:177
3342
+ #@ my-calendar
3343
+ msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3344
+ msgstr ""
3345
+
3346
+ #: my-calendar-templating.php:177
3347
+ #@ my-calendar
3348
+ msgid "Templates Help"
3349
+ msgstr ""
3350
+
3351
+ #: my-calendar-templating.php:180
3352
+ #@ my-calendar
3353
+ msgid "My Calendar: Grid Event Template"
3354
+ msgstr ""
3355
+
3356
+ #: my-calendar-templating.php:185
3357
+ #@ my-calendar
3358
+ msgid "Use this grid event template"
3359
+ msgstr ""
3360
+
3361
+ #: my-calendar-templating.php:188
3362
+ #@ my-calendar
3363
+ msgid "Your custom template for events in the calendar grid output."
3364
+ msgstr ""
3365
+
3366
+ #: my-calendar-templating.php:191
3367
+ #@ my-calendar
3368
+ msgid "Save Grid Template"
3369
+ msgstr ""
3370
+
3371
+ #: my-calendar-templating.php:200
3372
+ #@ my-calendar
3373
+ msgid "My Calendar: List Event Template"
3374
+ msgstr ""
3375
+
3376
+ #: my-calendar-templating.php:205
3377
+ #@ my-calendar
3378
+ msgid "Use this list event template"
3379
+ msgstr ""
3380
+
3381
+ #: my-calendar-templating.php:208
3382
+ #@ my-calendar
3383
+ msgid "Your custom template for events in calendar list output."
3384
+ msgstr ""
3385
+
3386
+ #: my-calendar-templating.php:211
3387
+ #@ my-calendar
3388
+ msgid "Save List Template"
3389
+ msgstr ""
3390
+
3391
+ #: my-calendar-templating.php:220
3392
+ #@ my-calendar
3393
+ msgid "My Calendar: Mini Calendar Template"
3394
+ msgstr ""
3395
+
3396
+ #: my-calendar-templating.php:225
3397
+ #@ my-calendar
3398
+ msgid "Use this mini event template"
3399
+ msgstr ""
3400
+
3401
+ #: my-calendar-templating.php:228
3402
+ #@ my-calendar
3403
+ msgid "Your custom template for events in sidebar/mini calendar output."
3404
+ msgstr ""
3405
+
3406
+ #: my-calendar-templating.php:231
3407
+ #@ my-calendar
3408
+ msgid "Save Mini Template"
3409
+ msgstr ""
3410
+
3411
+ #: my-calendar-templating.php:240
3412
+ #@ my-calendar
3413
+ msgid "My Calendar: Event Details Page Template"
3414
+ msgstr ""
3415
+
3416
+ #: my-calendar-templating.php:245
3417
+ #@ my-calendar
3418
+ msgid "Use this details template"
3419
+ msgstr ""
3420
+
3421
+ #: my-calendar-templating.php:248
3422
+ #@ my-calendar
3423
+ msgid "Your custom template for events on the event details page."
3424
+ msgstr ""
3425
+
3426
+ #: my-calendar-templating.php:251
3427
+ #@ my-calendar
3428
+ msgid "Save Details Template"
3429
+ msgstr ""
3430
+
3431
+ #: my-calendar-upgrade-db.php:25
3432
+ #@ my-calendar
3433
+ msgid "Update now."
3434
+ msgstr ""
3435
+
3436
+ #: my-calendar-user.php:34
3437
+ #@ my-calendar
3438
+ msgid "My Calendar User Settings"
3439
+ msgstr ""
3440
+
3441
+ #: my-calendar-widgets.php:5
3442
+ #@ my-calendar
3443
+ msgid "My Calendar: Today's Events"
3444
+ msgstr ""
3445
+
3446
+ #: my-calendar-widgets.php:44
3447
+ #@ my-calendar
3448
+ msgid "Add calendar URL to use this option."
3449
+ msgstr ""
3450
+
3451
+ #: my-calendar-widgets.php:46
3452
+ #: my-calendar-widgets.php:132
3453
+ #@ my-calendar
3454
+ msgid "Link widget title to calendar:"
3455
+ msgstr ""
3456
+
3457
+ #: my-calendar-widgets.php:47
3458
+ #: my-calendar-widgets.php:133
3459
+ #@ my-calendar
3460
+ msgid "Not Linked"
3461
+ msgstr ""
3462
+
3463
+ #: my-calendar-widgets.php:48
3464
+ #: my-calendar-widgets.php:134
3465
+ #@ my-calendar
3466
+ msgid "Linked"
3467
+ msgstr ""
3468
+
3469
+ #: my-calendar-widgets.php:56
3470
+ #: my-calendar-widgets.php:163
3471
+ #: my-calendar-widgets.php:498
3472
+ #@ my-calendar
3473
+ msgid "Category or categories to display:"
3474
+ msgstr ""
3475
+
3476
+ #: my-calendar-widgets.php:77
3477
+ #@ my-calendar
3478
+ msgid "My Calendar: Upcoming Events"
3479
+ msgstr ""
3480
+
3481
+ #: my-calendar-widgets.php:130
3482
+ #@ my-calendar
3483
+ msgid "Add calendar URL in settings to use this option."
3484
+ msgstr ""
3485
+
3486
+ #: my-calendar-widgets.php:145
3487
+ #@ my-calendar
3488
+ msgid "Skip the first <em>n</em> events"
3489
+ msgstr ""
3490
+
3491
+ #: my-calendar-widgets.php:148
3492
+ #@ my-calendar
3493
+ msgid "Events sort order:"
3494
+ msgstr ""
3495
+
3496
+ #: my-calendar-widgets.php:149
3497
+ #@ my-calendar
3498
+ msgid "Ascending (near to far)"
3499
+ msgstr ""
3500
+
3501
+ #: my-calendar-widgets.php:150
3502
+ #@ my-calendar
3503
+ msgid "Descending (far to near)"
3504
+ msgstr ""
3505
+
3506
+ #: my-calendar-widgets.php:159
3507
+ #@ my-calendar
3508
+ msgid "Show this text if there are no events meeting your criteria:"
3509
+ msgstr ""
3510
+
3511
+ #: my-calendar-widgets.php:455
3512
+ #@ my-calendar
3513
+ msgid "My Calendar: Mini Calendar"
3514
+ msgstr ""
3515
+
3516
+ #: my-calendar-widgets.php:502
3517
+ #@ my-calendar
3518
+ msgid "Show Next/Previous Navigation:"
3519
+ msgstr ""
3520
+
3521
+ #: my-calendar-widgets.php:508
3522
+ #@ my-calendar
3523
+ msgid "Show Category Key:"
3524
+ msgstr ""
3525
+
3526
+ #: my-calendar-widgets.php:514
3527
+ #@ my-calendar
3528
+ msgid "Mini-Calendar Timespan:"
3529
+ msgstr ""
3530
+
3531
+ #: my-calendar.php:162
3532
+ #@ my-calendar
3533
+ msgid "Behavior Editor"
3534
+ msgstr ""
3535
+
3536
+ #: my-calendar.php:163
3537
+ #@ my-calendar
3538
+ msgid "Template Editor"
3539
+ msgstr ""
3540
+
3541
+ #: my-calendar.php:167
3542
+ #@ my-calendar
3543
+ msgid "My Calendar Pro Settings"
3544
+ msgstr ""
3545
+
lang/my-calendar-da_DK.mo CHANGED
Binary file
lang/my-calendar-da_DK.po CHANGED
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: My Calendar 1.4.3\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
10
- "POT-Creation-Date: 2011-01-15 16:08:49+00:00\n"
11
- "PO-Revision-Date: 2011-01-24 22:42+0100\n"
12
  "Last-Translator: Jakob Smith <jakob@omkalfatring.dk>\n"
13
  "Language-Team: omkalfatring.dk <jakob@omkalfatring.dk>\n"
14
  "MIME-Version: 1.0\n"
@@ -18,1808 +18,2028 @@ msgstr ""
18
  "X-Poedit-Country: DENMARK\n"
19
  "X-Poedit-SourceCharset: utf-8\n"
20
 
21
- #: my-calendar-templates.php:188
22
- msgid "Published"
23
- msgstr "Publiceret"
24
 
25
- #: my-calendar-templates.php:190
26
- msgid "Reserved"
27
- msgstr "Reserveret"
28
 
29
- #: my-calendar-user.php:39
30
- msgid "My Calendar User Settings"
31
- msgstr "My Calendar brugerindstillinger"
32
 
33
- #: my-calendar-event-manager.php:28
34
- #: my-calendar-settings.php:577
35
- msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
36
- msgstr "My Calendar har registreret, at du har Kieran O'Sheas Calendar-plugin installeret. Du kan importere begivenheder og kategorier derfra til din My Calendar-database. Ønsker du at gøre dette?"
37
 
38
- #: my-calendar-event-manager.php:35
39
- #: my-calendar-settings.php:584
40
- msgid "Import from Calendar"
41
- msgstr "Importer fra Calendar"
42
 
43
- #: my-calendar-event-manager.php:40
44
- msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
45
- msgstr "Selvom det er muligt, at denne import ikke kan importere dine begivenheder korrekt, skulle det ikke have nogen indvirkning på din eksisterende Calendar-database. <a href=\"http://www.joedolson.com/contact.php\">Kontakt mig venligst</a>, hvis du kommer ud for problemer."
46
 
47
- #: my-calendar-event-manager.php:85
48
- msgid "%1$d events deleted successfully out of %2$d selected"
49
- msgstr "%1$d begivenheder slettet med succes, ud af %2$d valgte"
50
 
51
- #: my-calendar-event-manager.php:87
52
- #: my-calendar-event-manager.php:241
53
- #: my-calendar-event-manager.php:263
54
- #: my-calendar-event-manager.php:277
55
- #: my-calendar-event-manager.php:286
56
- #: my-calendar-event-manager.php:871
57
- #: my-calendar-event-manager.php:874
58
- #: my-calendar-event-manager.php:877
59
- #: my-calendar-event-manager.php:887
60
- #: my-calendar-event-manager.php:895
61
- #: my-calendar-event-manager.php:911
62
- #: my-calendar-event-manager.php:917
63
- msgid "Error"
64
- msgstr "Fejl"
65
 
66
- #: my-calendar-event-manager.php:87
67
- msgid "Your events have not been deleted. Please investigate."
68
- msgstr "Dine begivenheder er ikke blevet slettet. Undersøg venligst problemet."
69
 
70
- #: my-calendar-event-manager.php:98
71
- msgid "Delete Event"
72
- msgstr "Slet begivenhed"
73
 
74
- #: my-calendar-event-manager.php:98
75
- msgid "Are you sure you want to delete this event?"
76
- msgstr "Er du sikker på, at du vil slette denne begivenhed?"
77
 
78
- #: my-calendar-event-manager.php:104
79
- #: my-calendar-event-manager.php:732
80
- #: my-calendar-categories.php:202
81
- #: my-calendar-categories.php:221
82
- #: my-calendar-locations.php:156
83
- #: my-calendar-locations.php:168
84
- msgid "Delete"
85
- msgstr "Slet"
86
 
87
- #: my-calendar-event-manager.php:112
88
- msgid "You do not have permission to delete that event."
89
- msgstr "Du har ikke tilladelse til at slette denne begivenhed."
90
 
91
- #: my-calendar-event-manager.php:127
92
- msgid "You do not have permission to approve that event."
93
- msgstr "Du har ikke tilladelse til at godkende denne begivenhed."
94
 
95
- #: my-calendar-event-manager.php:141
96
- msgid "You do not have permission to reject that event."
97
- msgstr "Du har ikke tilladelse til at afvise denne begivenhed."
98
 
99
- #: my-calendar-event-manager.php:170
100
- #: my-calendar-event-manager.php:326
101
- msgid "Edit Event"
102
- msgstr "Rediger begivenhed"
103
 
104
- #: my-calendar-event-manager.php:174
105
- #: my-calendar-event-manager.php:183
106
- msgid "You must provide an event id in order to edit it"
107
- msgstr "Du skal angive et begivenheds-id for at kunne redigere den"
108
 
109
- #: my-calendar-event-manager.php:179
110
- #: my-calendar-event-manager.php:326
111
- msgid "Copy Event"
112
- msgstr "Kopier begivenhed"
113
 
114
- #: my-calendar-event-manager.php:189
115
- msgid "Add Event"
116
- msgstr "Tilføj begivenhed"
 
 
 
 
117
 
118
- #: my-calendar-event-manager.php:193
119
- msgid "Manage Events"
120
- msgstr "Administrer begivenheder"
121
 
122
- #: my-calendar-event-manager.php:241
123
- msgid "I'm sorry! I couldn't add that event to the database."
124
- msgstr "Beklager! Jeg kunne ikke tilføje den begivenhed til databasen."
 
125
 
126
- #: my-calendar-event-manager.php:247
127
- msgid "Event added. It will now show in your calendar."
128
- msgstr "Begivenhed tilføjet. Den vises nu i din kalender."
129
 
130
- #: my-calendar-event-manager.php:263
131
- msgid "Your event was not updated."
132
- msgstr "Din begivenhed blev ikke opdateret."
133
 
134
- #: my-calendar-event-manager.php:265
135
- msgid "Nothing was changed in that update."
136
- msgstr "Intet blev ændret i denne opdatering af begivenheden."
137
 
138
- #: my-calendar-event-manager.php:267
139
- msgid "Event updated successfully"
140
- msgstr "Begivenhed opdateret med succes"
141
 
142
- #: my-calendar-event-manager.php:270
143
- msgid "You do not have sufficient permissions to edit that event."
144
- msgstr "Du har ikke tilstrækkelige tilladelser til at redigere denne begivenhed."
145
 
146
- #: my-calendar-event-manager.php:277
147
- msgid "You can't delete an event if you haven't submitted an event id"
148
- msgstr "Du kan ikke redigere en begivenhed, hvis du ikke har sendt et begivenheds-id."
149
 
150
- #: my-calendar-event-manager.php:284
151
- msgid "Event deleted successfully"
152
- msgstr "Begivenhed slettet med succes"
153
 
154
- #: my-calendar-event-manager.php:286
155
- msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
156
- msgstr "Selvom der blev sendt en forespørgsel om sletning, eksisterer begivenheden stadig i databasen. Undersøg venligst."
157
 
158
- #: my-calendar-event-manager.php:298
159
- msgid "Sorry! That's an invalid event key."
160
- msgstr "Beklager! Det er et ugyldigt begivenheds-id."
161
 
162
- #: my-calendar-event-manager.php:302
163
- msgid "Sorry! We couldn't find an event with that ID."
164
- msgstr "Beklager! Vi kunne ikke finde en begivenhed med det id."
165
 
166
- #: my-calendar-event-manager.php:326
167
- msgid "Add an Event"
168
- msgstr "Tilføj en begivenhed"
169
 
170
- #: my-calendar-event-manager.php:329
171
- msgid "This event must be approved in order for it to appear on the calendar."
172
- msgstr "Denne begivenhed skal godkendes for at blive vist i kalenderen."
173
 
174
- #: my-calendar-event-manager.php:338
175
- msgid "Save Event"
176
- msgstr "Gem begivenhed"
177
 
178
- #: my-calendar-event-manager.php:362
179
- msgid "Enter your Event Information"
180
- msgstr "Indtast oplysninger om begivenheden"
181
 
182
- #: my-calendar-event-manager.php:364
183
- msgid "Event Title"
184
- msgstr "Begivenhedens titel"
 
 
185
 
186
- #: my-calendar-event-manager.php:364
187
- #: my-calendar-event-manager.php:456
188
- msgid "(required)"
189
- msgstr "(påkrævet)"
190
 
191
- #: my-calendar-event-manager.php:368
192
- msgid "Publish"
193
- msgstr "Publicer"
194
 
195
- #: my-calendar-event-manager.php:368
196
- msgid "You must approve this event to promote it to the calendar."
197
- msgstr "Du skal godkende denne begivenhed for at den bliver vist i kalenderen."
 
198
 
199
- #: my-calendar-event-manager.php:370
200
- msgid "An administrator must approve your new event."
201
- msgstr "En administrator skal godkende din nye begivenhed."
202
 
203
- #: my-calendar-event-manager.php:383
204
- msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
205
- msgstr "Beskrivelse af begivenhed (<abbr title=\"hypertext markup language\">HTML</abbr> tilladt)"
 
206
 
207
- #: my-calendar-event-manager.php:389
208
- msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
209
- msgstr "Kort beskrivelse af begivenhed (<abbr title=\"hypertext markup language\">HTML</abbr> tilladt)"
 
210
 
211
- #: my-calendar-event-manager.php:400
212
- msgid "Event Host"
213
- msgstr "Begivenhedens vært"
 
214
 
215
- #: my-calendar-event-manager.php:419
216
- msgid "Event Category"
217
- msgstr "Begivenheds kategori"
 
 
218
 
219
- #: my-calendar-event-manager.php:444
220
- msgid "Event Link (Optional)"
221
- msgstr "Begivenhedslink (valgfri)"
222
 
223
- #: my-calendar-event-manager.php:444
224
- msgid "This link will expire when the event passes."
225
- msgstr "Dette link udløber, når begivenheden er overstået."
 
 
 
 
226
 
227
- #: my-calendar-event-manager.php:452
228
- msgid "Event Date and Time"
229
- msgstr "Begivenheds dato og tidspunkt"
 
 
 
 
 
230
 
231
- #: my-calendar-event-manager.php:454
232
- msgid "Enter the beginning and ending information for the first occurrence of this event."
233
- msgstr "Indtast start- og slutoplysninger for denne begivenheds første forekomst."
 
 
 
234
 
235
- #: my-calendar-event-manager.php:456
236
- msgid "Start Date (YYYY-MM-DD)"
237
- msgstr "Startdato (ÅÅÅÅ-MM-DD)"
 
238
 
239
- #: my-calendar-event-manager.php:456
240
- msgid "Time (hh:mm)"
241
- msgstr "Tidspunkt (tt:mm)"
242
 
243
- #: my-calendar-event-manager.php:465
244
- msgid "End Date (YYYY-MM-DD)"
245
- msgstr "Slutdato (ÅÅÅÅ-MM-DD)"
246
 
247
- #: my-calendar-event-manager.php:465
248
- msgid "End Time (hh:mm)"
249
- msgstr "Sluttidspunkt (tt:mm)"
 
 
 
 
250
 
251
- #: my-calendar-event-manager.php:473
252
- msgid "Current time difference from GMT is "
253
- msgstr "Nuværende tidsforskel fra GMT er "
 
254
 
255
- #: my-calendar-event-manager.php:473
256
- msgid " hour(s)"
257
- msgstr " time(r)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
258
 
259
- #: my-calendar-event-manager.php:482
260
- msgid "Recurring Events"
261
- msgstr "Tilbagevendende begivenheder"
 
 
262
 
263
- #: my-calendar-event-manager.php:485
264
- msgid "Repeats for"
265
- msgstr "Gentages"
266
 
267
- #: my-calendar-event-manager.php:486
268
- msgid "Units"
269
- msgstr "gange"
270
 
271
- #: my-calendar-event-manager.php:487
272
- msgid "Does not recur"
273
- msgstr "Gentages ikke"
274
 
275
- #: my-calendar-event-manager.php:488
276
- #: my-calendar-event-manager.php:706
277
- msgid "Daily"
278
- msgstr "Dagligt"
279
 
280
- #: my-calendar-event-manager.php:489
281
- #: my-calendar-event-manager.php:707
282
- msgid "Weekly"
283
- msgstr "Ugentligt"
284
 
285
- #: my-calendar-event-manager.php:490
286
- msgid "Bi-weekly"
287
- msgstr "Hveranden uge"
288
 
289
- #: my-calendar-event-manager.php:491
290
- msgid "Date of Month (e.g., the 24th of each month)"
291
- msgstr "Dato i måneden (f.eks. den 24. i hver måned)"
292
 
293
- #: my-calendar-event-manager.php:492
294
- msgid "Day of Month (e.g., the 3rd Monday of each month)"
295
- msgstr "Dag i måneden (f.eks. den 3. mandag i hver måned)"
296
 
297
- #: my-calendar-event-manager.php:493
298
- msgid "Annually"
299
- msgstr "Årligt"
300
 
301
- #: my-calendar-event-manager.php:495
302
- msgid "Enter \"0\" if the event should recur indefinitely."
303
- msgstr "Indtast \"0\", hvis begivenheden er tilbagevendende og uden slutdato."
304
 
305
- #: my-calendar-event-manager.php:512
306
- msgid "Event Registration Status"
307
- msgstr "Status for tilmelding til begivenhed"
308
-
309
- #: my-calendar-event-manager.php:513
310
- msgid "My Calendar does not manage event registrations. Use this for information only."
311
- msgstr "My Calendar administrerer ikke tilmeldinger til begivenheder. Brug kun dette til at give information."
312
-
313
- #: my-calendar-event-manager.php:515
314
- msgid "Open"
315
- msgstr "Åben"
316
-
317
- #: my-calendar-event-manager.php:516
318
- msgid "Closed"
319
- msgstr "Lukket"
320
-
321
- #: my-calendar-event-manager.php:517
322
- msgid "Does not apply"
323
- msgstr "Ikke relevant"
324
-
325
- #: my-calendar-event-manager.php:520
326
- msgid "If this event recurs, it can only be registered for as a complete series."
327
- msgstr "Hvis denne begivenhed gentages, kan tilmelding kun ske til den samlede serie af begivenheder."
328
-
329
- #: my-calendar-event-manager.php:537
330
- #: my-calendar-locations.php:87
331
- msgid "Event Location"
332
- msgstr "Begivenhedens sted"
333
-
334
- #: my-calendar-event-manager.php:544
335
- msgid "Choose a preset location:"
336
- msgstr "Vælg et forudindstillet sted:"
337
-
338
- #: my-calendar-event-manager.php:557
339
- msgid "Add recurring locations for later use."
340
- msgstr "Tilføj tilbagevendende steder til senere brug."
341
-
342
- #: my-calendar-event-manager.php:566
343
- #: my-calendar-locations.php:89
344
- msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
345
- msgstr "Alle stedrelaterede felter er valgfri: <em>Utilstrækkelige oplysninger kan resultere i et upræcist kort</em>."
346
-
347
- #: my-calendar-event-manager.php:569
348
- #: my-calendar-locations.php:92
349
- msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
350
- msgstr "Stednavn (f.eks. <em>Joe's Bar & Grill</em>)"
351
-
352
- #: my-calendar-event-manager.php:572
353
- #: my-calendar-locations.php:95
354
- msgid "Street Address"
355
- msgstr "Gadenavn"
356
-
357
- #: my-calendar-event-manager.php:575
358
- #: my-calendar-locations.php:98
359
- msgid "Street Address (2)"
360
- msgstr "Gadenavn (2)"
361
-
362
- #: my-calendar-event-manager.php:578
363
- #: my-calendar-settings.php:556
364
- #: my-calendar-locations.php:101
365
- msgid "City"
366
- msgstr "By"
367
-
368
- #: my-calendar-event-manager.php:578
369
- #: my-calendar-settings.php:557
370
- #: my-calendar-locations.php:101
371
- msgid "State/Province"
372
- msgstr "Stat/Provins"
373
-
374
- #: my-calendar-event-manager.php:578
375
- #: my-calendar-settings.php:559
376
- #: my-calendar-locations.php:101
377
- msgid "Postal Code"
378
- msgstr "Postnummer"
379
-
380
- #: my-calendar-event-manager.php:581
381
- #: my-calendar-settings.php:558
382
- #: my-calendar-locations.php:104
383
- msgid "Country"
384
- msgstr "Land"
385
-
386
- #: my-calendar-event-manager.php:584
387
- #: my-calendar-locations.php:107
388
- msgid "Initial Zoom"
389
- msgstr "Indledende Zoom"
390
-
391
- #: my-calendar-event-manager.php:586
392
- #: my-calendar-locations.php:109
393
- msgid "Neighborhood"
394
- msgstr "Nabolag"
395
-
396
- #: my-calendar-event-manager.php:587
397
- #: my-calendar-locations.php:110
398
- msgid "Small City"
399
- msgstr "Lille By"
400
-
401
- #: my-calendar-event-manager.php:588
402
- #: my-calendar-locations.php:111
403
- msgid "Large City"
404
- msgstr "Stor By"
405
-
406
- #: my-calendar-event-manager.php:589
407
- #: my-calendar-locations.php:112
408
- msgid "Greater Metro Area"
409
- msgstr "Større byområde"
410
-
411
- #: my-calendar-event-manager.php:590
412
- #: my-calendar-locations.php:113
413
- msgid "State"
414
- msgstr "Kommune"
415
-
416
- #: my-calendar-event-manager.php:591
417
- #: my-calendar-locations.php:114
418
- msgid "Region"
419
- msgstr "Region"
420
-
421
- #: my-calendar-event-manager.php:595
422
- #: my-calendar-locations.php:118
423
- msgid "GPS Coordinates (optional)"
424
- msgstr "GPS-koordinater (valgfri)"
425
-
426
- #: my-calendar-event-manager.php:597
427
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
428
- msgstr "Hvis du oplyser GPS-koordinater for dit sted, bliver de brugt i stedet for alle de andre adresseoplysninger til at oprette dit link til kortet."
429
-
430
- #: my-calendar-event-manager.php:600
431
- #: my-calendar-locations.php:123
432
- msgid "Longitude"
433
- msgstr "Længdegrad"
434
-
435
- #: my-calendar-event-manager.php:600
436
- #: my-calendar-locations.php:123
437
- msgid "Latitude"
438
- msgstr "Breddegrad"
439
-
440
- #: my-calendar-event-manager.php:666
441
- msgid "Table of Calendar Events"
442
- msgstr "Tabel over begivenheder i kalenderen"
443
-
444
- #: my-calendar-event-manager.php:669
445
- #: my-calendar-categories.php:197
446
- #: my-calendar-locations.php:153
447
- msgid "ID"
448
- msgstr "id"
449
-
450
- #: my-calendar-event-manager.php:670
451
- #: my-calendar-widgets.php:32
452
- #: my-calendar-widgets.php:98
453
- msgid "Title"
454
- msgstr "Titel"
455
-
456
- #: my-calendar-event-manager.php:671
457
- #: my-calendar-locations.php:154
458
- msgid "Location"
459
- msgstr "Sted"
460
-
461
- #: my-calendar-event-manager.php:672
462
- msgid "Description"
463
- msgstr "Beskrivelse"
464
-
465
- #: my-calendar-event-manager.php:673
466
- msgid "Start Date"
467
- msgstr "Startdato"
468
-
469
- #: my-calendar-event-manager.php:674
470
- msgid "Recurs"
471
- msgstr "Gentages"
472
-
473
- #: my-calendar-event-manager.php:675
474
- #: my-calendar-settings.php:270
475
- #: my-calendar-settings.php:279
476
- #: my-calendar-settings.php:287
477
- msgid "Author"
478
- msgstr "Forfatter"
479
-
480
- #: my-calendar-event-manager.php:676
481
- msgid "Category"
482
- msgstr "Kategori"
483
-
484
- #: my-calendar-event-manager.php:677
485
- msgid "Edit / Delete"
486
- msgstr "Rediger / Slet"
487
-
488
- #: my-calendar-event-manager.php:705
489
- msgid "Never"
490
- msgstr "Aldrig"
491
-
492
- #: my-calendar-event-manager.php:708
493
- msgid "Bi-Weekly"
494
- msgstr "Hveranden uge"
495
-
496
- #: my-calendar-event-manager.php:709
497
- msgid "Monthly (by date)"
498
- msgstr "Månedlig (efter dato)"
499
-
500
- #: my-calendar-event-manager.php:710
501
- msgid "Monthly (by day)"
502
- msgstr "Månedlig (efter dag)"
503
-
504
- #: my-calendar-event-manager.php:711
505
- msgid "Yearly"
506
- msgstr "Årligt"
507
-
508
- #: my-calendar-event-manager.php:713
509
- #: my-calendar-settings.php:308
510
- #: my-calendar-categories.php:218
511
- #: my-calendar-output.php:125
512
- msgid "N/A"
513
- msgstr "Ikke oplyst"
514
-
515
- #: my-calendar-event-manager.php:714
516
- msgid "Forever"
517
- msgstr "Altid"
518
-
519
- #: my-calendar-event-manager.php:715
520
- msgid "Times"
521
- msgstr "gange"
522
-
523
- #: my-calendar-event-manager.php:730
524
- msgid "Copy"
525
- msgstr "Kopier"
526
-
527
- #: my-calendar-event-manager.php:732
528
- #: my-calendar-categories.php:201
529
- #: my-calendar-categories.php:215
530
- #: my-calendar-locations.php:155
531
- #: my-calendar-locations.php:167
532
- msgid "Edit"
533
- msgstr "Rediger"
534
-
535
- #: my-calendar-event-manager.php:733
536
- msgid "Not editable."
537
- msgstr "Ikke redigerbar."
538
-
539
- #: my-calendar-event-manager.php:739
540
- msgid "Reject"
541
- msgstr "Afvis"
542
-
543
- #: my-calendar-event-manager.php:741
544
- msgid "Approve"
545
- msgstr "Godkend"
546
-
547
- #: my-calendar-event-manager.php:746
548
- msgid "Approved"
549
- msgstr "Godkendt"
550
-
551
- #: my-calendar-event-manager.php:748
552
- msgid "Rejected"
553
- msgstr "Afvist"
554
 
555
- #: my-calendar-event-manager.php:750
556
- msgid "Awaiting Approval"
557
- msgstr "Afventer godkendelse"
558
 
559
- #: my-calendar-event-manager.php:766
560
- msgid "There are no events in the database!"
561
- msgstr "Der er ingen begivenheder i databasen!"
 
 
562
 
563
- #: my-calendar-event-manager.php:871
564
- msgid "Your event end date must be either after or the same as your event begin date"
565
- msgstr "Din begivenheds slutdato må enten ligge efter eller være lig med begivenhedens startdato."
566
 
567
- #: my-calendar-event-manager.php:874
568
- msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
569
- msgstr "Din datoformattering er korrekt, men en eller flere af dine datoer er ugyldige. Tjek for fejl relateret til enten antal dage i måneden eller skudår."
 
570
 
571
- #: my-calendar-event-manager.php:877
572
- msgid "Both start and end dates must be in the format YYYY-MM-DD"
573
- msgstr "Både start- og slutdato skal være i formatet ÅÅÅÅ-MM-DD"
 
574
 
575
- #: my-calendar-event-manager.php:887
576
- msgid "The time field must either be blank or be entered in the format hh:mm"
577
- msgstr "Feltet for tidspunkt skal enten være blankt eller indtastes i formatet tt:mm"
578
 
579
- #: my-calendar-event-manager.php:895
580
- msgid "The end time field must either be blank or be entered in the format hh:mm"
581
- msgstr "Feltet for slutdato skal enten være blankt eller indtastes i formatet tt:mm"
582
 
583
- #: my-calendar-event-manager.php:911
584
- msgid "The event title must be between 1 and 255 characters in length."
585
- msgstr "Begivenhedens titel skal være mellem 1 og 255 tegn i længde."
 
586
 
587
- #: my-calendar-event-manager.php:917
588
- msgid "The repetition value must be 0 unless a type of recurrence is selected."
589
- msgstr "Værdien for gentagelse skal være 0, medmindre der er er valgt en type af gentagelse."
590
 
591
- #: my-calendar-settings.php:82
592
  msgid "Categories imported successfully."
593
  msgstr "Kategorier importeret med succes"
594
 
595
- #: my-calendar-settings.php:84
596
  msgid "Categories not imported."
597
  msgstr "Kategorier blev ikke importeret"
598
 
599
- #: my-calendar-settings.php:87
600
  msgid "Events imported successfully."
601
  msgstr "Begivenheder importeret med succes"
602
 
603
- #: my-calendar-settings.php:89
604
  msgid "Events not imported."
605
  msgstr "Begivenheder blev ikke importeret"
606
 
607
- #: my-calendar-settings.php:121
608
  msgid "Permissions Settings saved"
609
  msgstr "Indstillinger for tilladelser gemt"
610
 
611
- #: my-calendar-settings.php:169
612
  msgid "Output Settings saved"
613
  msgstr "Outputindstillinger gemt"
614
 
615
- #: my-calendar-settings.php:187
616
  msgid "Input Settings saved"
617
  msgstr "Inputindstillinger gemt"
618
 
619
- #: my-calendar-settings.php:203
620
  msgid "Custom text settings saved"
621
  msgstr "Indstillinger for tekst gemt"
622
 
623
- #: my-calendar-settings.php:216
624
  msgid "Email notice settings saved"
625
  msgstr "Indstillinger for e-mail-notifikationer gemt"
626
 
627
- #: my-calendar-settings.php:230
628
  msgid "User custom settings saved"
629
  msgstr "Indstillinger for brugere gemt"
630
 
631
- #: my-calendar-settings.php:255
632
  msgid "My Calendar Options"
633
  msgstr "My Calendar indstillinger"
634
 
635
- #: my-calendar-settings.php:258
636
- msgid "Calendar Settings"
637
- msgstr "Kalenderindstillinger"
638
-
639
- #: my-calendar-settings.php:260
640
  msgid "Calendar Management Settings"
641
  msgstr "Indstillinger for kalenderadministration"
642
 
643
- #: my-calendar-settings.php:265
644
  msgid "Calendar Options: Management"
645
  msgstr "Kalenderindstillinger: Administration"
646
 
647
- #: my-calendar-settings.php:267
648
- msgid "Choose the lowest user group that may create events"
649
- msgstr "Vælg den laveste brugergruppe, der må oprette begivenheder"
650
 
651
- #: my-calendar-settings.php:268
652
- #: my-calendar-settings.php:277
653
  msgid "Subscriber"
654
  msgstr "Abonnent"
655
 
656
- #: my-calendar-settings.php:269
657
- #: my-calendar-settings.php:278
658
- #: my-calendar-settings.php:286
659
  msgid "Contributor"
660
  msgstr "Bidragyder"
661
 
662
- #: my-calendar-settings.php:271
663
- #: my-calendar-settings.php:280
664
- #: my-calendar-settings.php:288
 
 
 
 
 
 
 
 
665
  msgid "Editor"
666
  msgstr "Redaktør"
667
 
668
- #: my-calendar-settings.php:272
669
- #: my-calendar-settings.php:281
670
- #: my-calendar-settings.php:289
671
  msgid "Administrator"
672
  msgstr "Administrator"
673
 
674
- #: my-calendar-settings.php:276
675
- msgid "Choose the lowest user group that may approve events"
676
- msgstr "Vælg den laveste brugergruppe, der må godkende begivenheder"
677
 
678
- #: my-calendar-settings.php:282
679
  msgid "Enable approval options."
680
  msgstr "Aktiver indstillinger for godkendelse."
681
 
682
- #: my-calendar-settings.php:285
683
- msgid "Choose the lowest user group that may edit or delete any event"
684
- msgstr "Vælg den laveste brugergruppe, der må redigere eller slette enhver begivenhed"
685
 
686
- #: my-calendar-settings.php:291
687
  msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
688
  msgstr "Per default kan kun administratorer redigere og slette enhver begivenhed. Andre brugere kan kun redigere og slette begivenheder, som de selv har oprettet."
689
 
690
- #: my-calendar-settings.php:295
691
  msgid "Save Approval Settings"
692
  msgstr "Gem indstillinger for godkendelse"
693
 
694
- #: my-calendar-settings.php:301
695
  msgid "Calendar Text Settings"
696
  msgstr "Indstillinger for kalenderens tekst"
697
 
698
- #: my-calendar-settings.php:306
699
- msgid "Calendar Options: Customize Text"
700
- msgstr "Kalenderindstillinger: Tilret tekst"
701
 
702
- #: my-calendar-settings.php:308
703
- msgid "Label for events without a specific time"
704
  msgstr "Etiket for begivenheder uden et specifikt tidspunkt"
705
 
706
- #: my-calendar-settings.php:311
707
- msgid "Previous events link text"
708
- msgstr "Linktekst for tidligere begivenheder"
709
 
710
- #: my-calendar-settings.php:311
711
  msgid "Previous Events"
712
  msgstr "Tidligere begivenheder"
713
 
714
- #: my-calendar-settings.php:314
715
- msgid "Next events link text"
716
- msgstr "Linktekst for kommende begivenheder"
717
 
718
- #: my-calendar-settings.php:314
719
  msgid "Next Events"
720
  msgstr "Kommende begivenheder"
721
 
722
- #: my-calendar-settings.php:317
723
- msgid "Text when events are open"
724
- msgstr "Tekst, der vises når der er åbent for tilmelding"
725
 
726
- #: my-calendar-settings.php:317
727
  msgid "Registration is open"
728
  msgstr "Der er åbent for tilmelding"
729
 
730
- #: my-calendar-settings.php:320
731
- msgid "Text when events are closed"
732
- msgstr "Tekst, der vises, når der er lukket for tilmelding"
733
 
734
- #: my-calendar-settings.php:320
735
  msgid "Registration is closed"
736
  msgstr "Der er lukket for tilmelding"
737
 
738
- #: my-calendar-settings.php:323
739
- msgid "Additional caption text"
740
- msgstr "Yderligere forklarende tekst"
741
 
742
- #: my-calendar-settings.php:323
743
  msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
744
  msgstr "Den forklarende tekst er den tekst, der indeholder den viste måned og år i enten liste- eller kalendervisning. Den her indtastede tekst vises efter den eksisterende tekst."
745
 
746
- #: my-calendar-settings.php:327
747
  msgid "Save Custom Text Settings"
748
  msgstr "Gem indstillinger for tekst"
749
 
750
- #: my-calendar-settings.php:333
751
  msgid "Calendar Output Settings"
752
  msgstr "Indstillinger for output"
753
 
754
- #: my-calendar-settings.php:338
755
- msgid "Calendar Options: Output"
756
- msgstr "Kalenderindstillinger: Output"
 
 
 
 
757
 
758
- #: my-calendar-settings.php:340
759
  msgid "Event title template"
760
  msgstr "Skabelon for begivenhedstitel"
761
 
762
- #: my-calendar-settings.php:342
763
- #: my-calendar-settings.php:481
764
- msgid "Shortcode Help"
765
- msgstr "Hjælp til shortcodes"
766
 
767
- #: my-calendar-settings.php:342
768
- #: my-calendar-settings.php:481
769
  msgid "All template shortcodes are available."
770
  msgstr "Alle skabelon-shortcodes er tilgængelige."
771
 
772
- #: my-calendar-settings.php:345
773
- msgid "Show Heading for Calendar"
774
- msgstr "Vis overskrift i kalender"
775
-
776
- #: my-calendar-settings.php:348
777
  msgid "In list mode, show how many months of events at a time:"
778
  msgstr "Hvor mange måneders begivenheder skal vises i listevisning ad gangen:"
779
 
780
- #: my-calendar-settings.php:351
781
  msgid "Date format in list mode"
782
  msgstr "Datoformat i listevisning"
783
 
784
- #: my-calendar-settings.php:352
 
 
 
 
785
  msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
786
  msgstr "Datoformat bruger samme syntaks som <a href=\"http://php.net/date\">PHP <code>date()</code>-funktionen</a>. Gem indstillinger for at opdatere test-outputtet."
787
 
788
- #: my-calendar-settings.php:355
789
- msgid "Do you want to display the author name on events?"
790
- msgstr "Ønsker du at vise forfatterens navn i begivenheder?"
791
-
792
- #: my-calendar-settings.php:358
793
- msgid "Display a jumpbox for changing month and year quickly?"
794
- msgstr "Vis en popup-boks til hurtig ændring af måned og år?"
795
 
796
- #: my-calendar-settings.php:361
797
- msgid "Hide category icons in output"
798
- msgstr "Skjul kategoriikoner i output"
799
 
800
- #: my-calendar-settings.php:364
801
- msgid "Show Link to Google Map (when sufficient address information is available.)"
802
- msgstr "Vis link til Google Maps (når tilstrækkelige adresseoplysninger er tilgængelige)"
 
803
 
804
- #: my-calendar-settings.php:367
805
- msgid "Show Event Address in Details"
806
- msgstr "Vis begivenhedsadresse i detaljer"
 
807
 
808
- #: my-calendar-settings.php:370
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
809
  msgid "Show short description field on calendar."
810
  msgstr "Vis den korte beskrivelse i kalenderen."
811
 
812
- #: my-calendar-settings.php:373
813
  msgid "Show full description field on calendar."
814
  msgstr "Vis den fulde beskrivelse i kalenderen."
815
 
816
- #: my-calendar-settings.php:376
 
 
 
 
817
  msgid "Links associated with events will automatically expire after the event has passed."
818
  msgstr "Links associeret med begivenheder vil automatisk udløbe efter en begivenhed er overstået."
819
 
820
- #: my-calendar-settings.php:379
821
  msgid "Show current availability status of events."
822
  msgstr "Vis begivenhedernes aktuelle status for tilgængelighed."
823
 
824
- #: my-calendar-settings.php:382
825
  msgid "Show link to My Calendar RSS feed."
826
  msgstr "Vis link til My Calendar RSS-feed."
827
 
828
- #: my-calendar-settings.php:385
829
  msgid "Show link to iCal format download."
830
  msgstr "Vis link til download i iCal-format."
831
 
832
- #: my-calendar-settings.php:388
833
  msgid "If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
834
  msgstr "Hvis en tilbagevendende begivenhed er planlagt til en dato, der ikke eksisterer (f.eks. den 5. onsdag i februar), flyt den da én uge tilbage."
835
 
836
- #: my-calendar-settings.php:389
837
  msgid "If this option is unchecked, recurring events which fall on dates which don't exist will simply not be shown on the calendar."
838
  msgstr "Hvis denne indstilling ikke er markeret, vil tilbagevendende begivenheder, der falder på ikke-eksisterende datoer, ikke blive vist på kalenderen."
839
 
840
- #: my-calendar-settings.php:392
841
- msgid "If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
842
- msgstr "Vis ikke en begivenhed, hvis den ligger samtidigt med en begivenhed i den kategori, der er gjort til \"Ferie\"-kategori."
843
-
844
- #: my-calendar-settings.php:395
845
- msgid "Holiday Category"
846
- msgstr "Feriekategori"
847
-
848
- #: my-calendar-settings.php:413
849
- msgid "Calendar Options: Style"
850
- msgstr "Kalenderindstillinger: Output"
851
-
852
- #: my-calendar-settings.php:415
853
  msgid "Default usage of category colors."
854
  msgstr "Standard brug af kategorifarver"
855
 
856
- #: my-calendar-settings.php:416
857
  msgid "Apply category colors to event titles as a font color."
858
  msgstr "Brug kategorifarver som skriftfarve i begivenhedstitler."
859
 
860
- #: my-calendar-settings.php:417
861
  msgid "Apply category colors to event titles as a background color."
862
  msgstr "Brug kategorifarver som baggrundsfarve i begivenhedstitler"
863
 
864
- #: my-calendar-settings.php:421
865
  msgid "Save Output Settings"
866
  msgstr "Gem outputindstillinger"
867
 
868
- #: my-calendar-settings.php:427
869
  msgid "Calendar Input Settings"
870
  msgstr "Indstillinger for input"
871
 
872
- #: my-calendar-settings.php:432
873
- msgid "Calendar Options: Input"
874
- msgstr "Kalenderindstillinger: Output"
875
 
876
- #: my-calendar-settings.php:437
877
  msgid "Show Event Location Dropdown Menu"
878
  msgstr "Vis begivenhedssted i dropdownmenu"
879
 
880
- #: my-calendar-settings.php:437
881
  msgid "Show Event Short Description field"
882
  msgstr "Vis feltet \"Kort beskrivelse af begivenhed\""
883
 
884
- #: my-calendar-settings.php:437
885
  msgid "Show Event Description Field"
886
  msgstr "Vis feltet \"Beskrivelse af begivenhed\""
887
 
888
- #: my-calendar-settings.php:437
889
  msgid "Show Event Category field"
890
  msgstr "Begivenheds kategori"
891
 
892
- #: my-calendar-settings.php:437
893
  msgid "Show Event Link field"
894
  msgstr "Vis feltet \"Begivenhedslink\""
895
 
896
- #: my-calendar-settings.php:437
897
  msgid "Show Event Recurrence Options"
898
  msgstr "Vis indstillinger for tilbagevendende begivenheder"
899
 
900
- #: my-calendar-settings.php:437
901
  msgid "Show event registration options"
902
  msgstr "Vis indstillinger for tilmelding til begivenheder"
903
 
904
- #: my-calendar-settings.php:437
905
  msgid "Show event location fields"
906
  msgstr "Begivenhedens sted"
907
 
908
- #: my-calendar-settings.php:450
 
 
 
 
909
  msgid "Administrators see all input options"
910
  msgstr "Lad administratorer se alle inputmuligheder"
911
 
912
- #: my-calendar-settings.php:454
913
  msgid "Save Input Settings"
914
  msgstr "Gem indstillinger for input"
915
 
916
- #: my-calendar-settings.php:460
917
  msgid "Calendar Email Settings"
918
  msgstr "Indstillinger for e-mail-notifikationer"
919
 
920
- #: my-calendar-settings.php:465
921
  msgid "Calendar Options: Email Notifications"
922
  msgstr "Kalenderindstillinger: Notifikationer pr. e-mail"
923
 
924
- #: my-calendar-settings.php:469
925
  msgid "Send Email Notifications when new events are scheduled or reserved."
926
  msgstr "Send notifikationer pr. e-mail, når nye begivenheder publiceres eller reserveres."
927
 
928
- #: my-calendar-settings.php:472
929
  msgid "Notification messages are sent to: "
930
  msgstr "Notifikationer pr. e-mail sendes til: "
931
 
932
- #: my-calendar-settings.php:476
933
  msgid "Email subject"
934
  msgstr "E-mail emne"
935
 
936
- #: my-calendar-settings.php:476
937
  msgid "New event Added"
938
  msgstr "Ny begivenhed tilføjet"
939
 
940
- #: my-calendar-settings.php:480
941
  msgid "Message Body"
942
  msgstr "E-mail indhold"
943
 
944
- #: my-calendar-settings.php:480
945
  msgid "New Event:"
946
  msgstr "Ny begivenhed:"
947
 
948
- #: my-calendar-settings.php:485
 
 
 
 
949
  msgid "Save Email Settings"
950
  msgstr "Gem indstillinger for e-mail-notifikationer"
951
 
952
- #: my-calendar-settings.php:491
953
  msgid "Calendar User Settings"
954
  msgstr "Indstillinger for brugere"
955
 
956
- #: my-calendar-settings.php:498
957
- msgid "My Calendar: User Settings"
958
- msgstr "My Calendar: Brugerindstillinger"
959
 
960
- #: my-calendar-settings.php:501
961
  msgid "Allow registered users to provide timezone or location presets in their user profiles."
962
  msgstr "Tillad registrerede brugere at forudindstille værdier for tidszone eller sted i deres brugerprofiler."
963
 
964
- #: my-calendar-settings.php:513
965
  msgid "Timezone Settings"
966
  msgstr "Indstillinger for tidszone"
967
 
968
- #: my-calendar-settings.php:514
969
  msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
970
  msgstr "Disse indstillinger giver registrerede brugere muligheden for at vælge en tidszone i deres brugerprofil. Når brugeren ser din kalender, bliver begivenhedernes tidspunkt vist i brugerens tidszone såvel som den indtastede værdi."
971
 
972
- #: my-calendar-settings.php:516
973
  msgid "Enable Timezone"
974
  msgstr "Brug tidszone"
975
 
976
- #: my-calendar-settings.php:519
977
  msgid "Select Timezone Label"
978
  msgstr "Vælg tidszoneetiket"
979
 
980
- #: my-calendar-settings.php:522
981
  msgid "Timezone Options"
982
  msgstr "Tidszone valgmuligheder"
983
 
984
- #: my-calendar-settings.php:522
985
- #: my-calendar-settings.php:543
986
  msgid "Value, Label; one per line"
987
  msgstr "Værdi; Etiket; én per linie"
988
 
989
- #: my-calendar-settings.php:534
990
  msgid "Location Settings"
991
  msgstr "Indstillinger for steder"
992
 
993
- #: my-calendar-settings.php:535
994
  msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter."
995
  msgstr "Disse indstillinger giver registrerede brugere muligheden for at vælge et sted i deres brugerprofil. Når brugeren ser din kalender, er visningen som udgangspunkt begrænset til steder, der inkluderer det indtastede sted."
996
 
997
- #: my-calendar-settings.php:537
998
  msgid "Enable Location"
999
  msgstr "Brug sted"
1000
 
1001
- #: my-calendar-settings.php:540
1002
  msgid "Select Location Label"
1003
  msgstr "Vælg etiket for sted"
1004
 
1005
- #: my-calendar-settings.php:543
1006
  msgid "Location Options"
1007
  msgstr "Sted valgmuligheder"
1008
 
1009
- #: my-calendar-settings.php:553
1010
  msgid "Location Type"
1011
  msgstr "Stedtype"
1012
 
1013
- #: my-calendar-settings.php:555
1014
- msgid "Location Name"
1015
- msgstr "Stednavn"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1016
 
1017
- #: my-calendar-settings.php:567
1018
  msgid "Save User Settings"
1019
  msgstr "Gem indstillinger for brugere"
1020
 
1021
- #: my-calendar-upgrade-db.php:20
1022
- msgid "The My Calendar database needs to be updated."
1023
- msgstr "My Calendars database skal opdateres"
 
1024
 
1025
- #: my-calendar-upgrade-db.php:21
1026
- #: my-calendar-upgrade-db.php:35
1027
- msgid "Update now"
1028
- msgstr "Opdater nu"
1029
 
1030
- #: my-calendar-upgrade-db.php:34
1031
- msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1032
- msgstr "Du har ikke tilføjet nogen begivenheder, så My Calendar ved ikke om din database har brug for at blive opdateret. Opgrader din database, hvis du ikke kan tilføje begivenheder!"
1033
 
1034
- #: my-calendar-upgrade-db.php:45
1035
- msgid "My Calendar Database is updated."
1036
- msgstr "My Calendars database er opdateret."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1037
 
1038
- #: my-calendar-categories.php:80
1039
- msgid "Category added successfully"
1040
- msgstr "Kategori tilføjet med succes"
1041
 
1042
- #: my-calendar-categories.php:82
1043
- msgid "Category addition failed."
1044
- msgstr "Tilføjelse af kategori fejlede."
1045
 
1046
- #: my-calendar-categories.php:92
1047
- msgid "Category deleted successfully. Categories in calendar updated."
1048
- msgstr "Kategori slettet med succes. Kalenderens kategorier er opdateret."
1049
 
1050
- #: my-calendar-categories.php:94
1051
- msgid "Category deleted successfully. Categories in calendar not updated."
1052
- msgstr "Kategori slettet med succes. Kalenderens kategorier er ikke opdateret."
1053
 
1054
- #: my-calendar-categories.php:96
1055
- msgid "Category not deleted. Categories in calendar updated."
1056
- msgstr "Kategori ikke slettet. Kalenderens kategorier er opdateret."
1057
 
1058
- #: my-calendar-categories.php:105
1059
- msgid "Category edited successfully"
1060
- msgstr "Kategori redigeret med succes"
1061
 
1062
- #: my-calendar-categories.php:130
1063
- #: my-calendar-categories.php:155
1064
- #: my-calendar-categories.php:172
1065
- msgid "Add Category"
1066
- msgstr "Tilføj kategori"
1067
 
1068
- #: my-calendar-categories.php:132
1069
- #: my-calendar-categories.php:155
1070
- msgid "Edit Category"
1071
- msgstr "Rediger kategori"
1072
 
1073
- #: my-calendar-categories.php:139
1074
- msgid "Category Editor"
1075
- msgstr "Kategoriredigering"
1076
 
1077
- #: my-calendar-categories.php:156
1078
- #: my-calendar-categories.php:198
1079
- msgid "Category Name"
1080
- msgstr "Kategorinavn"
1081
 
1082
- #: my-calendar-categories.php:157
1083
- msgid "Category Color (Hex format)"
1084
- msgstr "Kategorifarve (Hex format)"
 
1085
 
1086
- #: my-calendar-categories.php:158
1087
- #: my-calendar-categories.php:200
1088
- msgid "Category Icon"
1089
- msgstr "Kategoriikon"
1090
 
1091
- #: my-calendar-categories.php:172
1092
  #: my-calendar-locations.php:127
1093
- msgid "Save Changes"
1094
- msgstr "Gem ændringer"
1095
 
1096
- #: my-calendar-categories.php:185
1097
- #: my-calendar.php:224
1098
- msgid "Manage Categories"
1099
- msgstr "Administrer kategorier"
1100
 
1101
- #: my-calendar-categories.php:199
1102
- msgid "Category Color"
1103
- msgstr "Kategorifarve"
 
1104
 
1105
- #: my-calendar-categories.php:221
1106
- #: my-calendar-locations.php:168
1107
- msgid "Are you sure you want to delete this category?"
1108
- msgstr "Er du sikker på, at du vil slette denne kategori?"
1109
 
1110
- #: my-calendar-categories.php:232
1111
- msgid "There are no categories in the database - something has gone wrong!"
1112
- msgstr "Der er ingen kategorier i databasen - noget er gået galt!"
 
1113
 
1114
- #: my-calendar-install.php:140
1115
- msgid "My Calendar Default Timezone"
1116
- msgstr "My Calendar default tidszone"
 
1117
 
1118
- #: my-calendar-install.php:185
1119
- msgid "My Calendar Default Location"
1120
- msgstr "My Calendar default sted"
 
1121
 
1122
- #: my-calendar.php:92
1123
- #: my-calendar.php:226
1124
- msgid "Settings"
1125
- msgstr "Indstillinger"
1126
 
1127
- #: my-calendar.php:93
1128
- #: my-calendar.php:229
1129
- msgid "Help"
1130
- msgstr "Hjælp"
1131
 
1132
- #: my-calendar.php:123
1133
- msgid "Buy the Beginner's Guide"
1134
- msgstr "Køb Beginner's Guide"
 
1135
 
1136
- #: my-calendar.php:124
1137
- msgid "Get Support"
1138
- msgstr "Få support"
 
1139
 
1140
- #: my-calendar.php:125
1141
- #: my-calendar.php:229
1142
- msgid "My Calendar Help"
1143
- msgstr "My Calendar hjælp"
1144
 
1145
- #: my-calendar.php:126
1146
- msgid "Make a Donation"
1147
- msgstr "Giv en donation"
1148
 
1149
- #. #-#-#-#-# plugin.pot (My Calendar 1.7.0) #-#-#-#-#
1150
- #. Plugin Name of the plugin/theme
1151
- #: my-calendar.php:217
1152
- msgid "My Calendar"
1153
- msgstr "My Calendar"
1154
 
1155
- #: my-calendar.php:220
1156
- msgid "Add/Edit Events"
1157
- msgstr "Tilføj/Rediger begivenheder"
 
1158
 
1159
- #: my-calendar.php:225
1160
- #: my-calendar-locations.php:141
1161
- msgid "Manage Locations"
1162
- msgstr "Administrer steder"
1163
 
1164
- #: my-calendar.php:227
1165
- msgid "Style Editor"
1166
- msgstr "Stylesheets"
1167
 
1168
- #: my-calendar.php:228
1169
- msgid "Behavior Editor"
1170
- msgstr "Rediger kalenderopførsel"
1171
 
1172
- #: my-calendar-behaviors.php:40
1173
- msgid "Behavior Settings saved"
1174
- msgstr "Indstillinger for kalenderopførsel gemt"
1175
 
1176
- #: my-calendar-behaviors.php:63
1177
- msgid "My Calendar Behaviors"
1178
- msgstr "My Calendar opførsel"
1179
 
1180
- #: my-calendar-behaviors.php:67
1181
- msgid "Calendar Behavior Settings"
1182
- msgstr "Indstillinger for kalenderopførsel"
1183
 
1184
- #: my-calendar-behaviors.php:72
1185
- msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1186
- msgstr "Vis kun Javascript på disse sider (kommaseparerede side-id'er)"
1187
 
1188
- #: my-calendar-behaviors.php:75
1189
- msgid "Calendar Behaviors: Calendar View"
1190
- msgstr "Kalenderopførsel: Kalendervisning"
1191
 
1192
- #: my-calendar-behaviors.php:77
1193
- msgid "Reset the My Calendar Calendar Javascript"
1194
- msgstr "Nulstil My Calendars kalenderjavascript"
1195
 
1196
- #: my-calendar-behaviors.php:77
1197
- msgid "Disable Calendar Javascript Effects"
1198
- msgstr "Deaktiver Kalenderens javascripteffekter"
1199
 
1200
- #: my-calendar-behaviors.php:80
1201
- msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1202
- msgstr "Rediger jQuery-scripts til My Calendar i kalendervisning."
1203
 
1204
- #: my-calendar-behaviors.php:83
1205
- #: my-calendar-behaviors.php:95
1206
- #: my-calendar-behaviors.php:107
1207
- #: my-calendar-behaviors.php:119
1208
- #: my-calendar-styles.php:169
1209
- msgid "Save"
1210
- msgstr "Gem"
1211
 
1212
- #: my-calendar-behaviors.php:87
1213
- msgid "Calendar Behaviors: List View"
1214
- msgstr "Kalenderopførsel: Listevisning"
1215
 
1216
- #: my-calendar-behaviors.php:89
1217
- msgid "Reset the My Calendar List Javascript"
1218
- msgstr "Nulstil My Calendars listevisningsjavascript"
1219
 
1220
- #: my-calendar-behaviors.php:89
1221
- msgid "Disable List Javascript Effects"
1222
- msgstr "Deaktiver listevisningens javascripteffekter"
1223
 
1224
- #: my-calendar-behaviors.php:92
1225
- msgid "Edit the jQuery scripts for My Calendar in List format"
1226
- msgstr "Rediger jQuery-scripts til My Calendar i listevisning"
1227
 
1228
- #: my-calendar-behaviors.php:99
1229
- msgid "Calendar Behaviors: Mini Calendar View"
1230
- msgstr "Kalenderopførsel: Minikalendervisning"
1231
 
1232
- #: my-calendar-behaviors.php:101
1233
- msgid "Reset the My Calendar Mini Format Javascript"
1234
- msgstr "Nulstil My Calendars javascript til minikalendervisning"
1235
 
1236
- #: my-calendar-behaviors.php:101
1237
- msgid "Disable Mini Javascript Effects"
1238
- msgstr "Deaktiver minikalendervisningens javascripteffekter"
1239
 
1240
- #: my-calendar-behaviors.php:104
1241
- msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1242
- msgstr "Rediger jQuery-scripts til My Calendar i minikalendervisning"
1243
 
1244
- #: my-calendar-behaviors.php:111
1245
- msgid "Calendar Behaviors: AJAX Navigation"
1246
- msgstr "Kalenderopførsel: AJAX-navigation"
1247
 
1248
- #: my-calendar-behaviors.php:113
1249
- msgid "Reset the My Calendar AJAX Javascript"
1250
- msgstr "Nulstil My Calendar AJAX-javascript"
1251
 
1252
- #: my-calendar-behaviors.php:113
1253
- msgid "Disable AJAX Effects"
1254
- msgstr "DeaktiverAJAX-effekter"
1255
 
1256
- #: my-calendar-behaviors.php:116
1257
- msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1258
- msgstr "Rediger jQuery-scripts til My Calendar AJAX-javascript"
1259
 
1260
- #: my-calendar-locations.php:27
 
 
 
 
1261
  msgid "Location added successfully"
1262
  msgstr "Sted tilføjet med succes"
1263
 
1264
- #: my-calendar-locations.php:29
1265
  msgid "Location could not be added to database"
1266
  msgstr "Stedet kunne ikke føjes til databasen."
1267
 
1268
- #: my-calendar-locations.php:35
1269
  msgid "Location deleted successfully"
1270
  msgstr "Sted slettet med succes"
1271
 
1272
- #: my-calendar-locations.php:37
1273
  msgid "Location could not be deleted"
1274
  msgstr "Stedet kunne ikke slettes"
1275
 
1276
- #: my-calendar-locations.php:48
1277
  msgid "Location could not be edited."
1278
  msgstr "Stedet kunne ikke redigeres."
1279
 
1280
- #: my-calendar-locations.php:50
1281
  msgid "Location was not changed."
1282
  msgstr "Stedet blev ikke ændret."
1283
 
1284
- #: my-calendar-locations.php:52
1285
  msgid "Location edited successfully"
1286
  msgstr "Sted redigeret med succes"
1287
 
1288
- #: my-calendar-locations.php:64
1289
  msgid "Add New Location"
1290
  msgstr "Tilføj nyt sted"
1291
 
1292
- #: my-calendar-locations.php:66
1293
  msgid "Edit Location"
1294
  msgstr "Rediger sted"
1295
 
1296
- #: my-calendar-locations.php:71
1297
  msgid "Location Editor"
1298
  msgstr "Redigering af steder"
1299
 
1300
- #: my-calendar-locations.php:120
1301
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
1302
  msgstr "Hvis du oplyser GPS-koordinater for dit sted, bliver de brugt i stedet for alle de andre adresseoplysninger til at identificere stedet."
1303
 
1304
- #: my-calendar-locations.php:127
1305
  msgid "Add Location"
1306
  msgstr "Tilføj sted"
1307
 
1308
- #: my-calendar-locations.php:176
1309
  msgid "There are no locations in the database yet!"
1310
  msgstr "Der er endnu ingen steder i databasen!"
1311
 
1312
- #: my-calendar-locations.php:180
1313
  msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
1314
  msgstr "Bemærk: Redigering eller sletning af steder gemt til genbrug, har ikke indvirkning på tidligere planlagte begivenheder på det sted. Steddatabasen eksisterer kun som en hurtig metode til indtastning af ofte brugte steder i begivenhedsoplysninger."
1315
 
1316
- #: my-calendar-output.php:103
 
 
 
 
 
 
 
 
 
 
 
 
1317
  msgid "Event Details"
1318
  msgstr "Begivenhedsdetaljer"
1319
 
1320
- #: my-calendar-output.php:111
1321
  msgid "Close"
1322
  msgstr "Luk"
1323
 
1324
- #: my-calendar-output.php:120
1325
  msgid "in your time zone"
1326
  msgstr "i din tidszone"
1327
 
1328
- #: my-calendar-output.php:125
1329
  msgid "Not Applicable"
1330
  msgstr "Ikke relevant"
1331
 
1332
- #: my-calendar-output.php:137
1333
  msgid "Posted by"
1334
  msgstr "Publiceret af"
1335
 
1336
- #: my-calendar-output.php:187
1337
  msgid "This class is part of a series. You must register for the first event in this series to attend."
1338
  msgstr "Denne begivenhed er en del af en serie. Du skal melde dig til den første begivenhed i serien for at kunne deltage."
1339
 
1340
- #: my-calendar-output.php:219
1341
- msgid "Month"
1342
- msgstr "Måned"
1343
 
1344
- #: my-calendar-output.php:220
1345
- #: my-calendar-output.php:297
1346
  msgid "January"
1347
  msgstr "Januar"
1348
 
1349
- #: my-calendar-output.php:221
1350
- #: my-calendar-output.php:297
1351
  msgid "February"
1352
  msgstr "Februar"
1353
 
1354
- #: my-calendar-output.php:222
1355
- #: my-calendar-output.php:297
1356
  msgid "March"
1357
  msgstr "Marts"
1358
 
1359
- #: my-calendar-output.php:223
1360
- #: my-calendar-output.php:297
1361
  msgid "April"
1362
  msgstr "April"
1363
 
1364
- #: my-calendar-output.php:224
1365
- #: my-calendar-output.php:297
1366
  msgid "May"
1367
  msgstr "Maj"
1368
 
1369
- #: my-calendar-output.php:225
1370
- #: my-calendar-output.php:297
1371
  msgid "June"
1372
  msgstr "Juni"
1373
 
1374
- #: my-calendar-output.php:226
1375
- #: my-calendar-output.php:297
1376
  msgid "July"
1377
  msgstr "Juli"
1378
 
1379
- #: my-calendar-output.php:227
1380
- #: my-calendar-output.php:297
1381
  msgid "August"
1382
  msgstr "August"
1383
 
1384
- #: my-calendar-output.php:228
1385
- #: my-calendar-output.php:297
1386
  msgid "September"
1387
  msgstr "September"
1388
 
1389
- #: my-calendar-output.php:229
1390
- #: my-calendar-output.php:297
1391
  msgid "October"
1392
  msgstr "Oktober"
1393
 
1394
- #: my-calendar-output.php:230
1395
- #: my-calendar-output.php:297
1396
  msgid "November"
1397
  msgstr "November"
1398
 
1399
- #: my-calendar-output.php:231
1400
- #: my-calendar-output.php:297
1401
  msgid "December"
1402
  msgstr "December"
1403
 
1404
- #: my-calendar-output.php:233
1405
  msgid "Year"
1406
  msgstr "År"
1407
 
1408
- #: my-calendar-output.php:255
1409
  msgid "Go"
1410
  msgstr "Gå"
1411
 
1412
- #: my-calendar-output.php:271
 
 
 
 
 
 
 
 
1413
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
1414
  msgstr "<abbr title=\"Søndag\">Søn</abbr>"
1415
 
1416
- #: my-calendar-output.php:272
1417
  msgid "<abbr title=\"Monday\">Mon</abbr>"
1418
  msgstr "<abbr title=\"Mandag\">Man</abbr>"
1419
 
1420
- #: my-calendar-output.php:273
1421
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1422
  msgstr "<abbr title=\"Tirsdag\">Tirs</abbr>"
1423
 
1424
- #: my-calendar-output.php:274
1425
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1426
  msgstr "<abbr title=\"Onsdag\">Ons</abbr>"
1427
 
1428
- #: my-calendar-output.php:275
1429
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
1430
  msgstr "<abbr title=\"Torsdag\">Tors</abbr>"
1431
 
1432
- #: my-calendar-output.php:276
1433
  msgid "<abbr title=\"Friday\">Fri</abbr>"
1434
  msgstr "<abbr title=\"Fredag\">Fre</abbr>"
1435
 
1436
- #: my-calendar-output.php:277
1437
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
1438
  msgstr "<abbr title=\"Lørdag\">Lør</abbr>"
1439
 
1440
- #: my-calendar-output.php:282
1441
  msgid "<abbr title=\"Sunday\">S</abbr>"
1442
  msgstr "<abbr title=\"Søndag\">S</abbr>"
1443
 
1444
- #: my-calendar-output.php:283
1445
  msgid "<abbr title=\"Monday\">M</abbr>"
1446
  msgstr "<abbr title=\"Mandag\">M</abbr>"
1447
 
1448
- #: my-calendar-output.php:284
1449
  msgid "<abbr title=\"Tuesday\">T</abbr>"
1450
  msgstr "<abbr title=\"Tirsdag\">T</abbr>"
1451
 
1452
- #: my-calendar-output.php:285
1453
  msgid "<abbr title=\"Wednesday\">W</abbr>"
1454
  msgstr "<abbr title=\"Onsdag\">O</abbr>"
1455
 
1456
- #: my-calendar-output.php:286
1457
  msgid "<abbr title=\"Thursday\">T</abbr>"
1458
  msgstr "<abbr title=\"Torsdag\">T</abbr>"
1459
 
1460
- #: my-calendar-output.php:287
1461
  msgid "<abbr title=\"Friday\">F</abbr>"
1462
  msgstr "<abbr title=\"Fredag\">F</abbr>"
1463
 
1464
- #: my-calendar-output.php:288
1465
  msgid "<abbr title=\"Saturday\">S</abbr>"
1466
  msgstr "<abbr title=\"Lørdag\">S</abbr>"
1467
 
1468
- #: my-calendar-output.php:396
1469
  msgid "and"
1470
  msgstr "og"
1471
 
1472
- #: my-calendar-output.php:415
1473
- #: my-calendar-output.php:420
1474
- msgid "Calendar"
1475
- msgstr "Calendar"
1476
-
1477
- #: my-calendar-output.php:416
1478
  msgid "The week's events"
1479
  msgstr "Ugens begivenheder"
1480
 
1481
- #: my-calendar-output.php:425
1482
  msgid "Events in"
1483
  msgstr "Begivenheder i"
1484
 
1485
- #: my-calendar-output.php:427
1486
  msgid "This week's events"
1487
  msgstr "Denne uges begivenheder"
1488
 
1489
- #: my-calendar-output.php:594
1490
  msgid "There are no events scheduled during this period."
1491
  msgstr "Der er ikke planlagt begivenheder i denne periode."
1492
 
1493
- #: my-calendar-output.php:604
1494
  msgid "Category Key"
1495
  msgstr "Kategorinøgle"
1496
 
1497
- #: my-calendar-output.php:637
1498
  msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
1499
  msgstr "Abonner via <abbr title=\"Really Simple Syndication\">RSS</abbr>"
1500
 
1501
- #: my-calendar-output.php:638
1502
  msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
1503
  msgstr "Download som <abbr title=\"iCal Events Export\">iCal</abbr>"
1504
 
1505
- #: my-calendar-output.php:789
1506
- msgid "Show events in:"
1507
- msgstr "Vis begivenheder i:"
1508
-
1509
- #: my-calendar-output.php:821
1510
- msgid "Submit"
1511
- msgstr "Send"
1512
-
1513
- #: my-calendar-styles.php:51
1514
- msgid "The stylesheet has been updated."
1515
- msgstr "Stylesheetet er blevet opdateret."
1516
-
1517
- #: my-calendar-styles.php:51
1518
- msgid "Write Error! Please verify write permissions on the style file."
1519
- msgstr "Skrivefejl! Verificer venligst, at der er skriverettigheder til style-filen."
1520
-
1521
- #: my-calendar-styles.php:67
1522
- msgid "Stylesheet reset to default."
1523
- msgstr "Stylesheet er nulstillet til default."
1524
-
1525
- #: my-calendar-styles.php:69
1526
- msgid "Style Settings Saved"
1527
- msgstr "Style-indstillinger gemt"
1528
-
1529
- #: my-calendar-styles.php:78
1530
- msgid "New theme selected."
1531
- msgstr "Nyt tema valgt."
1532
-
1533
- #: my-calendar-styles.php:92
1534
- msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
1535
- msgstr "Den ønskede fil ser ikke ud til at eksistere. Tjek venligst filnavn og -placering!"
1536
-
1537
- #: my-calendar-styles.php:100
1538
- msgid "My Calendar Styles"
1539
- msgstr "My Calendar Styles"
1540
-
1541
- #: my-calendar-styles.php:104
1542
- msgid "Calendar Style Settings"
1543
- msgstr "Kalenders style-indstillinger"
1544
-
1545
- #: my-calendar-styles.php:111
1546
- msgid "Select My Calendar Theme"
1547
- msgstr "Vælg My Calendar-tema"
1548
-
1549
- #: my-calendar-styles.php:119
1550
- msgid "Your Custom Stylesheets"
1551
- msgstr "Dine tilpassede stylesheets"
1552
-
1553
- #: my-calendar-styles.php:128
1554
- msgid "Installed Stylesheets"
1555
- msgstr "Installerede stylesheets"
1556
-
1557
- #: my-calendar-styles.php:136
1558
- msgid "Choose Style"
1559
- msgstr "Vælg style"
1560
-
1561
- #: my-calendar-styles.php:149
1562
- msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
1563
- msgstr "My Calendar kunne ikke opdatere dine CSS-filer under opgraderingen. Tjek venligst dine filrettigheder, hvis du ønsker at redigere dine My Calendar-styles. Dine hidtil gemte styles er herunder. Denne besked og disse styles bliver slettet fra databasen, når du med succes får opdateret dine stylesheets."
1564
-
1565
- #: my-calendar-styles.php:157
1566
- msgid "CSS Style Options"
1567
- msgstr "CSS (stylesheets)"
1568
-
1569
- #: my-calendar-styles.php:160
1570
- msgid "Apply CSS only on these pages (comma separated page IDs)"
1571
- msgstr "Vis kun CSS på disse sider (kommaseparerede side-id'er)"
1572
-
1573
- #: my-calendar-styles.php:163
1574
- msgid "Reset the My Calendar stylesheet to the default"
1575
- msgstr "Nulstil My Calendar stylesheets til default"
1576
-
1577
- #: my-calendar-styles.php:163
1578
- msgid "Disable My Calendar Stylesheet"
1579
- msgstr "Deaktiver My Calendar stylesheet"
1580
-
1581
- #: my-calendar-styles.php:166
1582
- msgid "Edit the stylesheet for My Calendar"
1583
- msgstr "Rediger My Calendars stylesheet"
1584
-
1585
- #: my-calendar-help.php:7
1586
- msgid "How to use My Calendar"
1587
- msgstr "Sådan bruger du My Calendar"
1588
-
1589
- #: my-calendar-help.php:12
1590
- msgid "Shortcode Syntax"
1591
- msgstr "Shortcode-syntaks"
1592
-
1593
- #: my-calendar-help.php:15
1594
- msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
1595
- msgstr "Disse shortcodes kan bruges i Indlæg, Sider eller i text widgets."
1596
-
1597
- #: my-calendar-help.php:19
1598
- msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
1599
- msgstr "Denne basale shortcode vil vise kalenderen i et indlæg eller en side, inklusiv alle kategorier og kategorinøglen, i et traditionelt måned-for-måned format."
1600
-
1601
- #: my-calendar-help.php:23
1602
- msgid "The shortcode supports five attributes, <code>category</code>, <code>format</code>, <code>showkey</code>, <code>shownav</code> and <code>time</code>. There two alternate options for <code>format</code>: <code>list</code>, which will show the calendar in a list format, skipping dates without any events, and <code>mini</code>, which will display the calendar in a form more suitable to being displayed in smaller spaces, such as the sidebar. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using the pipe character: <code>|</code>. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output. Setting <code>shownav</code> to <code>no</code> will disable the Previous/Next links. The <code>time</code> shortcode switches between a weekly view and the default monthly view."
1603
- msgstr "Denne shortcode understøtter fem attributter, <code>category</code>, <code>format</code>, <code>showkey</code>, <code>shownav</code> og <code>time</code>. Der er to valgmuligheder for <code>format</code>: <code>list</code>, som viser kalenderen i et listeformat, hvor dage uden begivenheder springes over, og <code>mini</code>, som viser kalenderen i en form, der passer bedre ind i små områder, som f.eks. en sidebar. Attributten <code>category</code> kræver en af dine begivenhedskategoriers navn eller ID-nummer (i navnet skelnes der mellem store og små bogstaver). Dette viser en kalender, der kun inkluderer begivenheder i den angivne kategori. Flere kategorier kan specificeres ved at adskille kategorinavnene eller ID-numrene med \"pipe\"-tegnet: <code>|</code>. Sættes <code>showkey</code> til <code>no</code>, forhindrer man kategorinøglen i at blive vist &mdash; dette kan være brugbart ved enkeltkategorioutput. Sættes <code>shownav</code> til <code>no</code> bliver Tidligere/Kommende-linksene ikke vist. Shortcoden <code>time</code> skifter mellem ugevisning og månedsvisningen, der er default."
1604
-
1605
- #: my-calendar-help.php:27
1606
- msgid "This shortcode displays the output of the Upcoming Events widget. Without attributes, it will display using the settings in your widget; the attributes are used to override the widget settings. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below."
1607
- msgstr "Denne shortcode viser outputtet fra widgetten Kommende Begivenheder. Uden attributter vises den med indstillingerne fra widgetten; attributterne bruges til at tilsidesætte widgettens indstillinger. Attributterne <code>before</code> og <code>after</code> skal være tal; attributten <code>type</code> kan være enten \"event\" eller \"days\", og attributten <code>category</code> fungerer på samme måde som kategori-attributten i hovedkalenderens shortcode. Skabeloner fungerer vha. skabelonkoderne listet herunder."
1608
-
1609
- #: my-calendar-help.php:30
1610
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with two configurable attributes: category and template."
1611
- msgstr "Forudsigeligt nok viser denne shortcode outputtet fra widgetten Dagens Begivenheder, med to indstillelige attributter: <code>category</code> og <code>template</code>."
1612
-
1613
- #: my-calendar-help.php:33
1614
- msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, or <code>zip</code> (postal code)."
1615
- msgstr "Denne shortcode giver som output en liste over begivenhedssteder, enten som en liste af links eller som en dropdown-menu. Attributten <code>show</code> kan enten sættes til <code>list</code> eller <code>form</code>. Attributten <code>type</code> kan enten være <code>saved</code> (henter data fra dine gemte steder) eller <code>custom</code> (henter data ud fra de indstillinger, der er valgt i hver brugerprofil). Attributten <code>datatype</code> sættes til den datatype, som der begrænses ud fra: <code>name</code> (stednavn), <code>city</code>, <code>country</code> eller <code>zip</code> (postnummer)."
1616
-
1617
- #: my-calendar-help.php:39
1618
- msgid "Category Icons"
1619
- msgstr "Kategoriikoner"
1620
-
1621
- #: my-calendar-help.php:42
1622
- msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
1623
- msgstr "My Calendar er designet til at kunne administrere flere kalendere. Udgangspunktet for dette er kategorier; du kan let opsætte en kalenderside, som inkluderer alle kategorier, eller du kan dedikere separate sider til kalendere i hver kategori. Dette kunne f.eks. være relevant, hvis du skulle administrere tourkalenderne for flere bands eller begivenhedskalenderne for en række forskellige steder."
1624
-
1625
- #: my-calendar-help.php:45
1626
- msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
1627
- msgstr "De præinstallerede kategoriikoner er måske ikke specielt velegnede til dit formål eller design. Jeg går ud fra, at du gerne vil uploade dine egne ikoner &mdash; alt du behøver at gøre er at uploade dem til mappen icons i pluginnets mappe i wp-content/plugins. Derefter er de klar til brug med det samme. Du kan også placere dem i en mappe kaldet \"my-calendar-custom\" for at undgå, at de bliver overskrevet ved opgradering af pluginnet."
1628
-
1629
- #: my-calendar-help.php:45
1630
- msgid "Your icons folder is:"
1631
- msgstr "Din mappe til ikoner er:"
1632
-
1633
- #: my-calendar-help.php:45
1634
- msgid "You can alternately place icons in:"
1635
- msgstr "Du kan alternativt placere ikoner i:"
1636
-
1637
- #: my-calendar-help.php:53
1638
- msgid "Custom Styles"
1639
- msgstr "Tilpassede styles"
1640
-
1641
- #: my-calendar-help.php:56
1642
- msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1643
- msgstr "My Calendar kommer med fire grundlæggende stylesheets. My Calendar gemmer ændringer i disse stylesheets ved opgradering, men hvis du ønsker at tilføje et helt nyt stylesheet, er det en god ide at gemme det i My Calendars mappe for tilpassede styles."
1644
-
1645
- #: my-calendar-help.php:58
1646
- msgid "Your stylesheet directory is"
1647
- msgstr "Din mappe til stylesheets er"
1648
-
1649
- #: my-calendar-help.php:58
1650
- msgid "Your custom stylesheets directory is"
1651
- msgstr "Din mappe til tilpassede stylesheets er"
1652
-
1653
- #: my-calendar-help.php:66
1654
- msgid "Widget Templating"
1655
- msgstr "Widgetskabeloner"
1656
-
1657
- #: my-calendar-help.php:69
1658
- msgid "These codes are available in calendar widgets, email notifications, and event titles."
1659
- msgstr "Disse koder er tilgængelige i kalenderwidgets, e-mail-notifikationer og begivenhedstitler."
1660
-
1661
- #: my-calendar-help.php:73
1662
- msgid "Displays the name of the category the event is in."
1663
- msgstr "Viser navnet på kategorien, som begivenheden er i."
1664
-
1665
- #: my-calendar-help.php:76
1666
- msgid "Displays the title of the event."
1667
- msgstr "Viser begivenhedens titel."
1668
-
1669
- #: my-calendar-help.php:79
1670
- msgid "Displays the start time for the event."
1671
- msgstr "Viser begivenhedens starttidspunkt."
1672
-
1673
- #: my-calendar-help.php:82
1674
- msgid "Displays the start time for the event adjusted to the current user's time zone settings. Blank output if user settings are disabled or the user has not selected a preferred time zone."
1675
- msgstr "Viser begivenhedens starttidspunkt justeret efter den aktuelle brugers indstillinger for tidszone. Giver tomt output, hvis brugerindstillingerne er slået fra eller brugeren ikke har valgt en foretrukken tidszone."
1676
-
1677
- #: my-calendar-help.php:85
1678
- msgid "Displays the date on which the event begins."
1679
- msgstr "Viser begivenhedens startdato."
1680
-
1681
- #: my-calendar-help.php:88
1682
- msgid "Displays the date on which the event ends."
1683
- msgstr "Viser begivenhedens slutdato."
1684
-
1685
- #: my-calendar-help.php:91
1686
- msgid "Displays the time at which the event ends."
1687
- msgstr "Viser begivenhedens sluttidspunkt."
1688
-
1689
- #: my-calendar-help.php:94
1690
- msgid "Displays the WordPress author who posted the event."
1691
- msgstr "Viser den WordPress-forfatter, der publicerede begivenheden."
1692
-
1693
- #: my-calendar-help.php:97
1694
- msgid "Displays the name of the person assigned as host for the event."
1695
- msgstr "Viser navnet på den person, der står som vært for begivenheden."
1696
-
1697
- #: my-calendar-help.php:100
1698
- msgid "Displays the URL provided for the event."
1699
- msgstr "Viser URL'en, der er indtastet i begivenhedens oplysninger."
1700
-
1701
- #: my-calendar-help.php:103
1702
- msgid "Displays the description of the event."
1703
- msgstr "Viser beskrivelsen af begivenhden."
1704
-
1705
- #: my-calendar-help.php:106
1706
- msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
1707
- msgstr "Viser begivenhedens titel som et link, hvis en URL er tilgængelig, eller titlen alene, hvis en URL ikke er tilgængelig."
1708
-
1709
- #: my-calendar-help.php:109
1710
- msgid "Displays the name of the location of the event."
1711
- msgstr "Viser navnet på begivenhedens sted."
1712
-
1713
- #: my-calendar-help.php:112
1714
- msgid "Displays the first line of the site address."
1715
- msgstr "Viser første linie af stedets gadenavn."
1716
-
1717
- #: my-calendar-help.php:115
1718
- msgid "Displays the second line of the site address."
1719
- msgstr "Viser anden linie af stedets gadenavn."
1720
-
1721
- #: my-calendar-help.php:118
1722
- msgid "Displays the city for the event."
1723
- msgstr "Viser bynavnet i begivenhedens stedoplysninger."
1724
-
1725
- #: my-calendar-help.php:121
1726
- msgid "Displays the state for the event."
1727
- msgstr "Viser kommunen i begivenhedens stedoplysninger."
1728
-
1729
- #: my-calendar-help.php:124
1730
- msgid "Displays the postcode for the event."
1731
- msgstr "Viser postnummeret i begivenhedens stedoplysninger."
1732
-
1733
- #: my-calendar-help.php:127
1734
- msgid "Displays the country for the event location."
1735
- msgstr "Viser landet i begivenhedens stedoplysninger."
1736
-
1737
- #: my-calendar-help.php:130
1738
- msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1739
- msgstr "Viser begivenhedens adresse i <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1740
-
1741
- #: my-calendar-help.php:133
1742
- msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
1743
- msgstr "Viser et link til et Google Kort over begivenhedens sted, hvis tilstrækkelige adresseinformationer er tilgængelig. Hvis ikke, vises der ikke et kort."
1744
-
1745
- #: my-calendar-help.php:136
1746
- msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1747
- msgstr "Viser tekst, der indikerer om der er åbent eller lukket for tilmelding til begivenheden; viser ikke noget, hvis dette er valgt i indstillingerne for begivenheden."
1748
 
1749
- #: my-calendar-help.php:139
1750
- msgid "Displays the short version of the event description."
1751
- msgstr "Viser den korte beskrivelse af begivenheden."
1752
-
1753
- #: my-calendar-help.php:142
1754
- msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1755
- msgstr "Viser begivenhedens aktuelle status: Enten \"Publiceret\" eller \"Reserveret\" - bruges primært i e-mail-skabeloner."
1756
-
1757
- #: my-calendar-help.php:145
1758
- msgid "Produces the address of the current event's category icon."
1759
- msgstr "Giver adressen til den aktuelle begivenheds kategoriikon."
1760
-
1761
- #: my-calendar-help.php:148
1762
- msgid "Produces the hex code for the current event's category color."
1763
- msgstr "Giver hexkoden til den aktuelle begivenheds kategorifarve."
1764
-
1765
- #: my-calendar-widgets.php:5
1766
- msgid "My Calendar: Today's Events"
1767
- msgstr "My Calendar: Dagens begivenheder"
1768
-
1769
- #: my-calendar-widgets.php:14
1770
- #: my-calendar-widgets.php:76
1771
- msgid "Today's Events"
1772
- msgstr "Dagens begivenheder"
1773
-
1774
- #: my-calendar-widgets.php:36
1775
- #: my-calendar-widgets.php:102
1776
- msgid "Template"
1777
- msgstr "Skabelon"
1778
-
1779
- #: my-calendar-widgets.php:40
1780
- msgid "Show this text if there are no events today:"
1781
- msgstr "Vis denne tekst, hvis der ikke er begivenheder i dag:"
1782
-
1783
- #: my-calendar-widgets.php:44
1784
- #: my-calendar-widgets.php:124
1785
- msgid "Category or categories to display:"
1786
- msgstr "Kategori eller kategorier, der skal vises:"
1787
-
1788
- #: my-calendar-widgets.php:64
1789
- msgid "My Calendar: Upcoming Events"
1790
- msgstr "My Calendar: Kommende begivenheder"
1791
-
1792
- #: my-calendar-widgets.php:106
1793
- msgid "Widget Options"
1794
- msgstr "Widgetindstillinger"
1795
 
1796
- #: my-calendar-widgets.php:109
1797
- msgid "Display upcoming events by:"
1798
- msgstr "Vis kommende begivenheder med:"
1799
-
1800
- #: my-calendar-widgets.php:110
1801
- msgid "Events (e.g. 2 past, 3 future)"
1802
- msgstr "Begivenheder (f.eks. 2 overståede, 3 kommende)"
1803
-
1804
- #: my-calendar-widgets.php:111
1805
- msgid "Dates (e.g. 4 days past, 5 forward)"
1806
- msgstr "Datoer (f.eks. 4 dage bagud, 5 fremad)"
1807
 
1808
- #: my-calendar-widgets.php:115
1809
- msgid "events into the future;"
1810
- msgstr "Begivenheder i den kommende tid;"
1811
-
1812
- #: my-calendar-widgets.php:116
1813
- msgid "events from the past"
1814
- msgstr "Hidtidige begivenheder;"
1815
 
1816
- #: my-calendar-widgets.php:120
1817
- msgid "Show this text if there are no events meeting your criteria:"
1818
- msgstr "Vis denne tekst, hvis der ikke er nogen begivenheder, der opfylder dine kriterier:"
 
1819
 
1820
- #: my-calendar-widgets.php:282
1821
- msgid "There are no events currently scheduled."
1822
- msgstr "Der er ikke planlagt nogen begivenheder p.t."
1823
 
1824
  #. Plugin URI of the plugin/theme
1825
  msgid "http://www.joedolson.com/articles/my-calendar/"
@@ -1837,6 +2057,34 @@ msgstr "Joseph C Dolson"
1837
  msgid "http://www.joedolson.com"
1838
  msgstr "http://www.joedolson.com"
1839
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1840
  #~ msgid "End Date (YYYY-MM-DD) (Optional)"
1841
  #~ msgstr "Slutdato (ÅÅÅÅ-MM-DD) (Valgfri)"
1842
 
@@ -1860,9 +2108,6 @@ msgstr "http://www.joedolson.com"
1860
  #~ "Indtastning af 0 betyder \"altid\", hvis en enhed er valgt. Hvis typen af "
1861
  #~ "gentagelse er sat til \"Gentages ikke\", vil begivenheden ikke gentages."
1862
 
1863
- #~ msgid "Link"
1864
- #~ msgstr "Link"
1865
-
1866
  #~ msgid ""
1867
  #~ "The URL entered must either be prefixed with http:// or be completely "
1868
  #~ "blank"
@@ -1882,12 +2127,6 @@ msgstr "http://www.joedolson.com"
1882
  #~ msgid "Group this event as a single item"
1883
  #~ msgstr "Grupper denne begivenhed som en enkeltstående begivenhed"
1884
 
1885
- #~ msgid "Yes"
1886
- #~ msgstr "Ja"
1887
-
1888
- #~ msgid "No"
1889
- #~ msgstr "Nej"
1890
-
1891
  #~ msgid "Add New Category"
1892
  #~ msgstr "Tilføj Ny Kategori"
1893
 
7
  msgstr ""
8
  "Project-Id-Version: My Calendar 1.4.3\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
10
+ "POT-Creation-Date: 2011-04-22 15:49:10+00:00\n"
11
+ "PO-Revision-Date: 2011-09-06 23:34+0100\n"
12
  "Last-Translator: Jakob Smith <jakob@omkalfatring.dk>\n"
13
  "Language-Team: omkalfatring.dk <jakob@omkalfatring.dk>\n"
14
  "MIME-Version: 1.0\n"
18
  "X-Poedit-Country: DENMARK\n"
19
  "X-Poedit-SourceCharset: utf-8\n"
20
 
21
+ #: my-calendar-styles.php:51
22
+ msgid "The stylesheet has been updated."
23
+ msgstr "Stylesheetet er blevet opdateret."
24
 
25
+ #: my-calendar-styles.php:51
26
+ msgid "Write Error! Please verify write permissions on the style file."
27
+ msgstr "Skrivefejl! Verificer venligst, at der er skriverettigheder til style-filen."
28
 
29
+ #: my-calendar-styles.php:66
30
+ msgid "Stylesheet reset to default."
31
+ msgstr "Stylesheet er nulstillet til default."
32
 
33
+ #: my-calendar-styles.php:68
34
+ msgid "Style Settings Saved"
35
+ msgstr "Style-indstillinger gemt"
 
36
 
37
+ #: my-calendar-styles.php:77
38
+ msgid "New theme selected."
39
+ msgstr "Nyt tema valgt."
 
40
 
41
+ #: my-calendar-styles.php:91
42
+ msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
43
+ msgstr "Den ønskede fil ser ikke ud til at eksistere. Tjek venligst filnavn og -placering!"
44
 
45
+ #: my-calendar-styles.php:99
46
+ msgid "My Calendar Styles"
47
+ msgstr "My Calendar Styles"
48
 
49
+ #: my-calendar-styles.php:103
50
+ msgid "Calendar Style Settings"
51
+ msgstr "Kalenders style-indstillinger"
 
 
 
 
 
 
 
 
 
 
 
52
 
53
+ #: my-calendar-styles.php:110
54
+ msgid "Select My Calendar Theme"
55
+ msgstr "Vælg My Calendar-tema"
56
 
57
+ #: my-calendar-styles.php:118
58
+ msgid "Your Custom Stylesheets"
59
+ msgstr "Dine tilpassede stylesheets"
60
 
61
+ #: my-calendar-styles.php:127
62
+ msgid "Installed Stylesheets"
63
+ msgstr "Installerede stylesheets"
64
 
65
+ #: my-calendar-styles.php:135
66
+ msgid "Choose Style"
67
+ msgstr "Vælg style"
 
 
 
 
 
68
 
69
+ #: my-calendar-styles.php:148
70
+ msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
71
+ msgstr "My Calendar kunne ikke opdatere dine CSS-filer under opgraderingen. Tjek venligst dine filrettigheder, hvis du ønsker at redigere dine My Calendar-styles. Dine hidtil gemte styles er herunder. Denne besked og disse styles bliver slettet fra databasen, når du med succes får opdateret dine stylesheets."
72
 
73
+ #: my-calendar-styles.php:156
74
+ msgid "CSS Style Options"
75
+ msgstr "CSS (stylesheets)"
76
 
77
+ #: my-calendar-styles.php:159
78
+ msgid "Apply CSS only on these pages (comma separated page IDs)"
79
+ msgstr "Vis kun CSS disse sider (kommaseparerede side-id'er)"
80
 
81
+ #: my-calendar-styles.php:162
82
+ msgid "Reset the My Calendar stylesheet to the default"
83
+ msgstr "Nulstil My Calendar stylesheets til default"
 
84
 
85
+ #: my-calendar-styles.php:162
86
+ msgid "Disable My Calendar Stylesheet"
87
+ msgstr "Deaktiver My Calendar stylesheet"
 
88
 
89
+ #: my-calendar-styles.php:165
90
+ msgid "Edit the stylesheet for My Calendar"
91
+ msgstr "Rediger My Calendars stylesheet"
 
92
 
93
+ #: my-calendar-styles.php:168
94
+ #: my-calendar-behaviors.php:85
95
+ #: my-calendar-behaviors.php:97
96
+ #: my-calendar-behaviors.php:109
97
+ #: my-calendar-behaviors.php:121
98
+ msgid "Save"
99
+ msgstr "Gem"
100
 
101
+ #: button/generator.php:12
102
+ msgid "You don't have access to this function."
103
+ msgstr "Du har ikke adgang til denne funktion."
104
 
105
+ #: button/generator.php:18
106
+ #: button/generator.php:44
107
+ msgid "My Calendar Shortcode Generator"
108
+ msgstr "My Calendar shortcode-generator"
109
 
110
+ #: button/generator.php:47
111
+ msgid "Shortcode Atributes"
112
+ msgstr "Shortcode-parametre"
113
 
114
+ #: button/generator.php:52
115
+ msgid "Format"
116
+ msgstr "Format"
117
 
118
+ #: button/generator.php:59
119
+ msgid "Show Category Key"
120
+ msgstr "Vis kategorinøgle"
121
 
122
+ #: button/generator.php:66
123
+ msgid "Show Previous/Next Links"
124
+ msgstr "Vis Tidligere/Næste-links"
125
 
126
+ #: button/generator.php:73
127
+ msgid "Show Format Toggle"
128
+ msgstr "Vis format-skifter"
129
 
130
+ #: button/generator.php:80
131
+ msgid "Time Segment"
132
+ msgstr "Tidssegment"
133
 
134
+ #: button/generator.php:88
135
+ msgid "Generate Shortcode"
136
+ msgstr "Generer shortcode"
137
 
138
+ #: button/generator.php:99
139
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
140
+ msgstr "My Calendar: Denne shortcode-generator sætter ikke shortcoden ind din side. Sorry!"
141
 
142
+ #: my-calendar-categories.php:98
143
+ msgid "Category added successfully"
144
+ msgstr "Kategori tilføjet med succes"
145
 
146
+ #: my-calendar-categories.php:100
147
+ msgid "Category addition failed."
148
+ msgstr "Tilføjelse af kategori fejlede."
149
 
150
+ #: my-calendar-categories.php:110
151
+ msgid "Category deleted successfully. Categories in calendar updated."
152
+ msgstr "Kategori slettet med succes. Kalenderens kategorier er opdateret."
153
 
154
+ #: my-calendar-categories.php:112
155
+ msgid "Category deleted successfully. Categories in calendar not updated."
156
+ msgstr "Kategori slettet med succes. Kalenderens kategorier er ikke opdateret."
157
 
158
+ #: my-calendar-categories.php:114
159
+ msgid "Category not deleted. Categories in calendar updated."
160
+ msgstr "Kategori ikke slettet. Kalenderens kategorier er opdateret."
161
 
162
+ #: my-calendar-categories.php:123
163
+ msgid "Category edited successfully"
164
+ msgstr "Kategori redigeret med succes"
165
 
166
+ #: my-calendar-categories.php:148
167
+ #: my-calendar-categories.php:173
168
+ #: my-calendar-categories.php:190
169
+ msgid "Add Category"
170
+ msgstr "Tilføj kategori"
171
 
172
+ #: my-calendar-categories.php:150
173
+ #: my-calendar-categories.php:173
174
+ msgid "Edit Category"
175
+ msgstr "Rediger kategori"
176
 
177
+ #: my-calendar-categories.php:157
178
+ msgid "Category Editor"
179
+ msgstr "Kategoriredigering"
180
 
181
+ #: my-calendar-categories.php:174
182
+ #: my-calendar-categories.php:215
183
+ msgid "Category Name"
184
+ msgstr "Kategorinavn"
185
 
186
+ #: my-calendar-categories.php:175
187
+ msgid "Category Color (Hex format)"
188
+ msgstr "Kategorifarve (Hex format)"
189
 
190
+ #: my-calendar-categories.php:176
191
+ #: my-calendar-categories.php:217
192
+ msgid "Category Icon"
193
+ msgstr "Kategoriikon"
194
 
195
+ #: my-calendar-categories.php:190
196
+ #: my-calendar-locations.php:160
197
+ msgid "Save Changes"
198
+ msgstr "Gem ændringer"
199
 
200
+ #: my-calendar-categories.php:203
201
+ #: my-calendar.php:149
202
+ msgid "Manage Categories"
203
+ msgstr "Administrer kategorier"
204
 
205
+ #: my-calendar-categories.php:214
206
+ #: my-calendar-event-manager.php:681
207
+ #: my-calendar-locations.php:186
208
+ msgid "ID"
209
+ msgstr "id"
210
 
211
+ #: my-calendar-categories.php:216
212
+ msgid "Category Color"
213
+ msgstr "Kategorifarve"
214
 
215
+ #: my-calendar-categories.php:218
216
+ #: my-calendar-categories.php:232
217
+ #: my-calendar-event-manager.php:746
218
+ #: my-calendar-locations.php:188
219
+ #: my-calendar-locations.php:200
220
+ msgid "Edit"
221
+ msgstr "Rediger"
222
 
223
+ #: my-calendar-categories.php:219
224
+ #: my-calendar-categories.php:238
225
+ #: my-calendar-event-manager.php:91
226
+ #: my-calendar-event-manager.php:746
227
+ #: my-calendar-locations.php:189
228
+ #: my-calendar-locations.php:201
229
+ msgid "Delete"
230
+ msgstr "Slet"
231
 
232
+ #: my-calendar-categories.php:235
233
+ #: my-calendar-settings.php:272
234
+ #: my-calendar-event-manager.php:727
235
+ #: my-calendar-output.php:153
236
+ msgid "N/A"
237
+ msgstr "Ikke oplyst"
238
 
239
+ #: my-calendar-categories.php:238
240
+ #: my-calendar-locations.php:201
241
+ msgid "Are you sure you want to delete this category?"
242
+ msgstr "Er du sikker på, at du vil slette denne kategori?"
243
 
244
+ #: my-calendar-categories.php:249
245
+ msgid "There are no categories in the database - something has gone wrong!"
246
+ msgstr "Der er ingen kategorier i databasen - noget er gået galt!"
247
 
248
+ #: my-calendar-widgets.php:5
249
+ msgid "My Calendar: Today's Events"
250
+ msgstr "My Calendar: Dagens begivenheder"
251
 
252
+ #: my-calendar-widgets.php:37
253
+ #: my-calendar-widgets.php:118
254
+ #: my-calendar-widgets.php:461
255
+ #: my-calendar-settings.php:324
256
+ #: my-calendar-event-manager.php:682
257
+ msgid "Title"
258
+ msgstr "Titel"
259
 
260
+ #: my-calendar-widgets.php:41
261
+ #: my-calendar-widgets.php:122
262
+ msgid "Template"
263
+ msgstr "Skabelon"
264
 
265
+ #: my-calendar-widgets.php:44
266
+ #: my-calendar-widgets.php:128
267
+ msgid "Add calendar URL to use this option."
268
+ msgstr "Du skal tilføje en kalender-URL for at bruge denne indstilling."
269
+
270
+ #: my-calendar-widgets.php:46
271
+ #: my-calendar-widgets.php:130
272
+ msgid "Link widget title to calendar:"
273
+ msgstr "Link widget-titel til kalender:"
274
+
275
+ #: my-calendar-widgets.php:47
276
+ #: my-calendar-widgets.php:131
277
+ msgid "Not Linked"
278
+ msgstr "Ikke linket"
279
+
280
+ #: my-calendar-widgets.php:48
281
+ #: my-calendar-widgets.php:132
282
+ msgid "Linked"
283
+ msgstr "Linket"
284
+
285
+ #: my-calendar-widgets.php:52
286
+ msgid "Show this text if there are no events today:"
287
+ msgstr "Vis denne tekst, hvis der ikke er begivenheder i dag:"
288
 
289
+ #: my-calendar-widgets.php:56
290
+ #: my-calendar-widgets.php:158
291
+ #: my-calendar-widgets.php:465
292
+ msgid "Category or categories to display:"
293
+ msgstr "Kategori eller kategorier, der skal vises:"
294
 
295
+ #: my-calendar-widgets.php:77
296
+ msgid "My Calendar: Upcoming Events"
297
+ msgstr "My Calendar: Kommende begivenheder"
298
 
299
+ #: my-calendar-widgets.php:126
300
+ msgid "Widget Options"
301
+ msgstr "Widgetindstillinger"
302
 
303
+ #: my-calendar-widgets.php:137
304
+ msgid "Display upcoming events by:"
305
+ msgstr "Vis kommende begivenheder med:"
306
 
307
+ #: my-calendar-widgets.php:138
308
+ msgid "Events (e.g. 2 past, 3 future)"
309
+ msgstr "Begivenheder (f.eks. 2 overståede, 3 kommende)"
 
310
 
311
+ #: my-calendar-widgets.php:139
312
+ msgid "Dates (e.g. 4 days past, 5 forward)"
313
+ msgstr "Datoer (f.eks. 4 dage bagud, 5 fremad)"
 
314
 
315
+ #: my-calendar-widgets.php:143
316
+ msgid "Events sort order:"
317
+ msgstr "Sorteringsorden for begivenheder:"
318
 
319
+ #: my-calendar-widgets.php:144
320
+ msgid "Ascending (near to far)"
321
+ msgstr "Stigende"
322
 
323
+ #: my-calendar-widgets.php:145
324
+ msgid "Descending (far to near)"
325
+ msgstr "Faldende"
326
 
327
+ #: my-calendar-widgets.php:149
328
+ msgid "events into the future;"
329
+ msgstr "Begivenheder i den kommende tid;"
330
 
331
+ #: my-calendar-widgets.php:150
332
+ msgid "events from the past"
333
+ msgstr "Hidtidige begivenheder;"
334
 
335
+ #: my-calendar-widgets.php:154
336
+ msgid "Show this text if there are no events meeting your criteria:"
337
+ msgstr "Vis denne tekst, hvis der ikke er nogen begivenheder, der opfylder dine kriterier:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
338
 
339
+ #: my-calendar-widgets.php:431
340
+ msgid "My Calendar: Mini Calendar"
341
+ msgstr "My Calendar: Minikalender"
342
 
343
+ #: my-calendar-widgets.php:443
344
+ #: my-calendar-output.php:485
345
+ #: my-calendar-output.php:490
346
+ msgid "Calendar"
347
+ msgstr "Calendar"
348
 
349
+ #: my-calendar-widgets.php:469
350
+ msgid "Show Next/Previous Navigation:"
351
+ msgstr "Vis Næste/Tidligere navigation:"
352
 
353
+ #: my-calendar-widgets.php:470
354
+ #: my-calendar-widgets.php:476
355
+ msgid "Yes"
356
+ msgstr "Ja"
357
 
358
+ #: my-calendar-widgets.php:471
359
+ #: my-calendar-widgets.php:477
360
+ msgid "No"
361
+ msgstr "Nej"
362
 
363
+ #: my-calendar-widgets.php:475
364
+ msgid "Show Category Key:"
365
+ msgstr "Vis kategorinøgle:"
366
 
367
+ #: my-calendar-widgets.php:481
368
+ msgid "Mini-Calendar Timespan:"
369
+ msgstr "Minikalender tidshorisont:"
370
 
371
+ #: my-calendar-widgets.php:482
372
+ #: my-calendar-output.php:264
373
+ msgid "Month"
374
+ msgstr "Måned"
375
 
376
+ #: my-calendar-widgets.php:483
377
+ msgid "Week"
378
+ msgstr "Uge"
379
 
380
+ #: my-calendar-settings.php:52
381
  msgid "Categories imported successfully."
382
  msgstr "Kategorier importeret med succes"
383
 
384
+ #: my-calendar-settings.php:52
385
  msgid "Categories not imported."
386
  msgstr "Kategorier blev ikke importeret"
387
 
388
+ #: my-calendar-settings.php:53
389
  msgid "Events imported successfully."
390
  msgstr "Begivenheder importeret med succes"
391
 
392
+ #: my-calendar-settings.php:53
393
  msgid "Events not imported."
394
  msgstr "Begivenheder blev ikke importeret"
395
 
396
+ #: my-calendar-settings.php:80
397
  msgid "Permissions Settings saved"
398
  msgstr "Indstillinger for tilladelser gemt"
399
 
400
+ #: my-calendar-settings.php:133
401
  msgid "Output Settings saved"
402
  msgstr "Outputindstillinger gemt"
403
 
404
+ #: my-calendar-settings.php:151
405
  msgid "Input Settings saved"
406
  msgstr "Inputindstillinger gemt"
407
 
408
+ #: my-calendar-settings.php:167
409
  msgid "Custom text settings saved"
410
  msgstr "Indstillinger for tekst gemt"
411
 
412
+ #: my-calendar-settings.php:179
413
  msgid "Email notice settings saved"
414
  msgstr "Indstillinger for e-mail-notifikationer gemt"
415
 
416
+ #: my-calendar-settings.php:191
417
  msgid "User custom settings saved"
418
  msgstr "Indstillinger for brugere gemt"
419
 
420
+ #: my-calendar-settings.php:218
421
  msgid "My Calendar Options"
422
  msgstr "My Calendar indstillinger"
423
 
424
+ #: my-calendar-settings.php:222
 
 
 
 
425
  msgid "Calendar Management Settings"
426
  msgstr "Indstillinger for kalenderadministration"
427
 
428
+ #: my-calendar-settings.php:227
429
  msgid "Calendar Options: Management"
430
  msgstr "Kalenderindstillinger: Administration"
431
 
432
+ #: my-calendar-settings.php:229
433
+ msgid "Lowest user group that may create events"
434
+ msgstr "Laveste brugerrolle, der må oprette begivenheder"
435
 
436
+ #: my-calendar-settings.php:230
437
+ #: my-calendar-settings.php:239
438
  msgid "Subscriber"
439
  msgstr "Abonnent"
440
 
441
+ #: my-calendar-settings.php:231
442
+ #: my-calendar-settings.php:240
443
+ #: my-calendar-settings.php:248
444
  msgid "Contributor"
445
  msgstr "Bidragyder"
446
 
447
+ #: my-calendar-settings.php:232
448
+ #: my-calendar-settings.php:241
449
+ #: my-calendar-settings.php:249
450
+ #: my-calendar-settings.php:327
451
+ #: my-calendar-event-manager.php:687
452
+ msgid "Author"
453
+ msgstr "Forfatter"
454
+
455
+ #: my-calendar-settings.php:233
456
+ #: my-calendar-settings.php:242
457
+ #: my-calendar-settings.php:250
458
  msgid "Editor"
459
  msgstr "Redaktør"
460
 
461
+ #: my-calendar-settings.php:234
462
+ #: my-calendar-settings.php:243
463
+ #: my-calendar-settings.php:251
464
  msgid "Administrator"
465
  msgstr "Administrator"
466
 
467
+ #: my-calendar-settings.php:238
468
+ msgid "Lowest user group that may approve events"
469
+ msgstr "Laveste brugerrolle, der må godkende begivenheder"
470
 
471
+ #: my-calendar-settings.php:244
472
  msgid "Enable approval options."
473
  msgstr "Aktiver indstillinger for godkendelse."
474
 
475
+ #: my-calendar-settings.php:247
476
+ msgid "Lowest user group that may edit or delete all events"
477
+ msgstr "Laveste brugerrolle, der må redigere eller slette enhver begivenhed"
478
 
479
+ #: my-calendar-settings.php:253
480
  msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
481
  msgstr "Per default kan kun administratorer redigere og slette enhver begivenhed. Andre brugere kan kun redigere og slette begivenheder, som de selv har oprettet."
482
 
483
+ #: my-calendar-settings.php:258
484
  msgid "Save Approval Settings"
485
  msgstr "Gem indstillinger for godkendelse"
486
 
487
+ #: my-calendar-settings.php:264
488
  msgid "Calendar Text Settings"
489
  msgstr "Indstillinger for kalenderens tekst"
490
 
491
+ #: my-calendar-settings.php:269
492
+ msgid "Calendar Options: Customizable Text Fields"
493
+ msgstr "Kalenderindstillinger: Tekst-felter, der kan tilpasses"
494
 
495
+ #: my-calendar-settings.php:272
496
+ msgid "Label for events without a set time"
497
  msgstr "Etiket for begivenheder uden et specifikt tidspunkt"
498
 
499
+ #: my-calendar-settings.php:275
500
+ msgid "Previous events link"
501
+ msgstr "Link til tidligere begivenheder"
502
 
503
+ #: my-calendar-settings.php:275
504
  msgid "Previous Events"
505
  msgstr "Tidligere begivenheder"
506
 
507
+ #: my-calendar-settings.php:278
508
+ msgid "Next events link"
509
+ msgstr "Link til kommende begivenheder"
510
 
511
+ #: my-calendar-settings.php:278
512
  msgid "Next Events"
513
  msgstr "Kommende begivenheder"
514
 
515
+ #: my-calendar-settings.php:281
516
+ msgid "If events are open"
517
+ msgstr "Hvis begivenheder er åbne"
518
 
519
+ #: my-calendar-settings.php:281
520
  msgid "Registration is open"
521
  msgstr "Der er åbent for tilmelding"
522
 
523
+ #: my-calendar-settings.php:284
524
+ msgid "If events are closed"
525
+ msgstr "Hvis begivenheder er lukkede"
526
 
527
+ #: my-calendar-settings.php:284
528
  msgid "Registration is closed"
529
  msgstr "Der er lukket for tilmelding"
530
 
531
+ #: my-calendar-settings.php:287
532
+ msgid "Additional caption:"
533
+ msgstr "Yderligere forklarende tekst:"
534
 
535
+ #: my-calendar-settings.php:287
536
  msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
537
  msgstr "Den forklarende tekst er den tekst, der indeholder den viste måned og år i enten liste- eller kalendervisning. Den her indtastede tekst vises efter den eksisterende tekst."
538
 
539
+ #: my-calendar-settings.php:292
540
  msgid "Save Custom Text Settings"
541
  msgstr "Gem indstillinger for tekst"
542
 
543
+ #: my-calendar-settings.php:298
544
  msgid "Calendar Output Settings"
545
  msgstr "Indstillinger for output"
546
 
547
+ #: my-calendar-settings.php:303
548
+ msgid "Calendar Options: Customize the Output of your Calendar"
549
+ msgstr "Kalenderindstillinger: Tilpas din kalenders output"
550
+
551
+ #: my-calendar-settings.php:306
552
+ msgid "<abbr title=\"Uniform resource locator\">URL</abbr> for your public calendar (required to use the {details} template tag)"
553
+ msgstr "<abbr title=\"Uniform resource locator\">URL</abbr> for din offentlige kalender (kræves for at kunne bruge {details} template tag)"
554
 
555
+ #: my-calendar-settings.php:310
556
  msgid "Event title template"
557
  msgstr "Skabelon for begivenhedstitel"
558
 
559
+ #: my-calendar-settings.php:311
560
+ msgid "Template Help"
561
+ msgstr "Hjælp til skabeloner"
 
562
 
563
+ #: my-calendar-settings.php:311
564
+ #: my-calendar-settings.php:465
565
  msgid "All template shortcodes are available."
566
  msgstr "Alle skabelon-shortcodes er tilgængelige."
567
 
568
+ #: my-calendar-settings.php:314
 
 
 
 
569
  msgid "In list mode, show how many months of events at a time:"
570
  msgstr "Hvor mange måneders begivenheder skal vises i listevisning ad gangen:"
571
 
572
+ #: my-calendar-settings.php:317
573
  msgid "Date format in list mode"
574
  msgstr "Datoformat i listevisning"
575
 
576
+ #: my-calendar-settings.php:317
577
+ msgid "Current:"
578
+ msgstr "Nuværende:"
579
+
580
+ #: my-calendar-settings.php:318
581
  msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
582
  msgstr "Datoformat bruger samme syntaks som <a href=\"http://php.net/date\">PHP <code>date()</code>-funktionen</a>. Gem indstillinger for at opdatere test-outputtet."
583
 
584
+ #: my-calendar-settings.php:321
585
+ msgid "Default Sort order for Admin Events List"
586
+ msgstr "Standard sorteringsorden for begivenhedslisten administrationssiden"
 
 
 
 
587
 
588
+ #: my-calendar-settings.php:323
589
+ msgid "Event ID"
590
+ msgstr "Begivenheds-id"
591
 
592
+ #: my-calendar-settings.php:325
593
+ #: my-calendar-event-manager.php:684
594
+ msgid "Description"
595
+ msgstr "Beskrivelse"
596
 
597
+ #: my-calendar-settings.php:326
598
+ #: my-calendar-event-manager.php:685
599
+ msgid "Start Date"
600
+ msgstr "Startdato"
601
 
602
+ #: my-calendar-settings.php:328
603
+ #: my-calendar-event-manager.php:688
604
+ msgid "Category"
605
+ msgstr "Kategori"
606
+
607
+ #: my-calendar-settings.php:329
608
+ #: my-calendar-settings.php:539
609
+ msgid "Location Name"
610
+ msgstr "Stednavn"
611
+
612
+ #: my-calendar-settings.php:333
613
+ msgid "Holiday Category"
614
+ msgstr "Feriekategori"
615
+
616
+ #: my-calendar-settings.php:350
617
+ msgid "If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
618
+ msgstr "Vis ikke en begivenhed, hvis den ligger samtidigt med en begivenhed i den kategori, der er gjort til \"Ferie\"-kategori."
619
+
620
+ #: my-calendar-settings.php:353
621
+ msgid "Show Heading for Calendar"
622
+ msgstr "Vis overskrift i kalender"
623
+
624
+ #: my-calendar-settings.php:356
625
+ msgid "Show Weekends on Calendar"
626
+ msgstr "Vis weekender i kalender"
627
+
628
+ #: my-calendar-settings.php:359
629
+ msgid "Do you want to display the author name on events?"
630
+ msgstr "Ønsker du at vise forfatterens navn i begivenheder?"
631
+
632
+ #: my-calendar-settings.php:362
633
+ msgid "Display a jumpbox for changing month and year quickly?"
634
+ msgstr "Vis en popup-boks til hurtig ændring af måned og år?"
635
+
636
+ #: my-calendar-settings.php:365
637
+ msgid "Hide category icons in output"
638
+ msgstr "Skjul kategoriikoner i output"
639
+
640
+ #: my-calendar-settings.php:368
641
+ msgid "Show Link to Google Map (when sufficient address information is available.)"
642
+ msgstr "Vis link til Google Maps (når tilstrækkelige adresseoplysninger er tilgængelige)"
643
+
644
+ #: my-calendar-settings.php:371
645
+ msgid "Show Event Address in Details"
646
+ msgstr "Vis begivenhedsadresse i detaljer"
647
+
648
+ #: my-calendar-settings.php:374
649
  msgid "Show short description field on calendar."
650
  msgstr "Vis den korte beskrivelse i kalenderen."
651
 
652
+ #: my-calendar-settings.php:377
653
  msgid "Show full description field on calendar."
654
  msgstr "Vis den fulde beskrivelse i kalenderen."
655
 
656
+ #: my-calendar-settings.php:380
657
+ msgid "Show link to details on calendar. (requires a calendar URL, above)"
658
+ msgstr "Vis link til detaljer på kalenderen. (kræver, at der er indtastet en kalender-URL ovenfor)"
659
+
660
+ #: my-calendar-settings.php:383
661
  msgid "Links associated with events will automatically expire after the event has passed."
662
  msgstr "Links associeret med begivenheder vil automatisk udløbe efter en begivenhed er overstået."
663
 
664
+ #: my-calendar-settings.php:386
665
  msgid "Show current availability status of events."
666
  msgstr "Vis begivenhedernes aktuelle status for tilgængelighed."
667
 
668
+ #: my-calendar-settings.php:389
669
  msgid "Show link to My Calendar RSS feed."
670
  msgstr "Vis link til My Calendar RSS-feed."
671
 
672
+ #: my-calendar-settings.php:392
673
  msgid "Show link to iCal format download."
674
  msgstr "Vis link til download i iCal-format."
675
 
676
+ #: my-calendar-settings.php:395
677
  msgid "If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
678
  msgstr "Hvis en tilbagevendende begivenhed er planlagt til en dato, der ikke eksisterer (f.eks. den 5. onsdag i februar), flyt den da én uge tilbage."
679
 
680
+ #: my-calendar-settings.php:396
681
  msgid "If this option is unchecked, recurring events which fall on dates which don't exist will simply not be shown on the calendar."
682
  msgstr "Hvis denne indstilling ikke er markeret, vil tilbagevendende begivenheder, der falder på ikke-eksisterende datoer, ikke blive vist på kalenderen."
683
 
684
+ #: my-calendar-settings.php:399
 
 
 
 
 
 
 
 
 
 
 
 
685
  msgid "Default usage of category colors."
686
  msgstr "Standard brug af kategorifarver"
687
 
688
+ #: my-calendar-settings.php:400
689
  msgid "Apply category colors to event titles as a font color."
690
  msgstr "Brug kategorifarver som skriftfarve i begivenhedstitler."
691
 
692
+ #: my-calendar-settings.php:401
693
  msgid "Apply category colors to event titles as a background color."
694
  msgstr "Brug kategorifarver som baggrundsfarve i begivenhedstitler"
695
 
696
+ #: my-calendar-settings.php:406
697
  msgid "Save Output Settings"
698
  msgstr "Gem outputindstillinger"
699
 
700
+ #: my-calendar-settings.php:412
701
  msgid "Calendar Input Settings"
702
  msgstr "Indstillinger for input"
703
 
704
+ #: my-calendar-settings.php:417
705
+ msgid "Select which input fields will be available when adding or editing events."
706
+ msgstr "Vælg hvilke input-felter, der skal være tilgængelige ved oprettelse eller redigering af begivenheder."
707
 
708
+ #: my-calendar-settings.php:422
709
  msgid "Show Event Location Dropdown Menu"
710
  msgstr "Vis begivenhedssted i dropdownmenu"
711
 
712
+ #: my-calendar-settings.php:422
713
  msgid "Show Event Short Description field"
714
  msgstr "Vis feltet \"Kort beskrivelse af begivenhed\""
715
 
716
+ #: my-calendar-settings.php:422
717
  msgid "Show Event Description Field"
718
  msgstr "Vis feltet \"Beskrivelse af begivenhed\""
719
 
720
+ #: my-calendar-settings.php:422
721
  msgid "Show Event Category field"
722
  msgstr "Begivenheds kategori"
723
 
724
+ #: my-calendar-settings.php:422
725
  msgid "Show Event Link field"
726
  msgstr "Vis feltet \"Begivenhedslink\""
727
 
728
+ #: my-calendar-settings.php:422
729
  msgid "Show Event Recurrence Options"
730
  msgstr "Vis indstillinger for tilbagevendende begivenheder"
731
 
732
+ #: my-calendar-settings.php:422
733
  msgid "Show event registration options"
734
  msgstr "Vis indstillinger for tilmelding til begivenheder"
735
 
736
+ #: my-calendar-settings.php:422
737
  msgid "Show event location fields"
738
  msgstr "Begivenhedens sted"
739
 
740
+ #: my-calendar-settings.php:422
741
+ msgid "Use HTML Editor in Event Description Field"
742
+ msgstr "Brug HTML-editor i feltet \"Beskrivelse af begivenhed\""
743
+
744
+ #: my-calendar-settings.php:435
745
  msgid "Administrators see all input options"
746
  msgstr "Lad administratorer se alle inputmuligheder"
747
 
748
+ #: my-calendar-settings.php:440
749
  msgid "Save Input Settings"
750
  msgstr "Gem indstillinger for input"
751
 
752
+ #: my-calendar-settings.php:446
753
  msgid "Calendar Email Settings"
754
  msgstr "Indstillinger for e-mail-notifikationer"
755
 
756
+ #: my-calendar-settings.php:451
757
  msgid "Calendar Options: Email Notifications"
758
  msgstr "Kalenderindstillinger: Notifikationer pr. e-mail"
759
 
760
+ #: my-calendar-settings.php:455
761
  msgid "Send Email Notifications when new events are scheduled or reserved."
762
  msgstr "Send notifikationer pr. e-mail, når nye begivenheder publiceres eller reserveres."
763
 
764
+ #: my-calendar-settings.php:458
765
  msgid "Notification messages are sent to: "
766
  msgstr "Notifikationer pr. e-mail sendes til: "
767
 
768
+ #: my-calendar-settings.php:461
769
  msgid "Email subject"
770
  msgstr "E-mail emne"
771
 
772
+ #: my-calendar-settings.php:461
773
  msgid "New event Added"
774
  msgstr "Ny begivenhed tilføjet"
775
 
776
+ #: my-calendar-settings.php:464
777
  msgid "Message Body"
778
  msgstr "E-mail indhold"
779
 
780
+ #: my-calendar-settings.php:464
781
  msgid "New Event:"
782
  msgstr "Ny begivenhed:"
783
 
784
+ #: my-calendar-settings.php:465
785
+ msgid "Shortcode Help"
786
+ msgstr "Hjælp til shortcodes"
787
+
788
+ #: my-calendar-settings.php:470
789
  msgid "Save Email Settings"
790
  msgstr "Gem indstillinger for e-mail-notifikationer"
791
 
792
+ #: my-calendar-settings.php:476
793
  msgid "Calendar User Settings"
794
  msgstr "Indstillinger for brugere"
795
 
796
+ #: my-calendar-settings.php:483
797
+ msgid "Settings which can be configured in registered user's accounts"
798
+ msgstr "Indstillinger, som kan konfigureres af registrerede brugere i deres profiler."
799
 
800
+ #: my-calendar-settings.php:485
801
  msgid "Allow registered users to provide timezone or location presets in their user profiles."
802
  msgstr "Tillad registrerede brugere at forudindstille værdier for tidszone eller sted i deres brugerprofiler."
803
 
804
+ #: my-calendar-settings.php:497
805
  msgid "Timezone Settings"
806
  msgstr "Indstillinger for tidszone"
807
 
808
+ #: my-calendar-settings.php:498
809
  msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
810
  msgstr "Disse indstillinger giver registrerede brugere muligheden for at vælge en tidszone i deres brugerprofil. Når brugeren ser din kalender, bliver begivenhedernes tidspunkt vist i brugerens tidszone såvel som den indtastede værdi."
811
 
812
+ #: my-calendar-settings.php:500
813
  msgid "Enable Timezone"
814
  msgstr "Brug tidszone"
815
 
816
+ #: my-calendar-settings.php:503
817
  msgid "Select Timezone Label"
818
  msgstr "Vælg tidszoneetiket"
819
 
820
+ #: my-calendar-settings.php:506
821
  msgid "Timezone Options"
822
  msgstr "Tidszone valgmuligheder"
823
 
824
+ #: my-calendar-settings.php:506
825
+ #: my-calendar-settings.php:527
826
  msgid "Value, Label; one per line"
827
  msgstr "Værdi; Etiket; én per linie"
828
 
829
+ #: my-calendar-settings.php:518
830
  msgid "Location Settings"
831
  msgstr "Indstillinger for steder"
832
 
833
+ #: my-calendar-settings.php:519
834
  msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter."
835
  msgstr "Disse indstillinger giver registrerede brugere muligheden for at vælge et sted i deres brugerprofil. Når brugeren ser din kalender, er visningen som udgangspunkt begrænset til steder, der inkluderer det indtastede sted."
836
 
837
+ #: my-calendar-settings.php:521
838
  msgid "Enable Location"
839
  msgstr "Brug sted"
840
 
841
+ #: my-calendar-settings.php:524
842
  msgid "Select Location Label"
843
  msgstr "Vælg etiket for sted"
844
 
845
+ #: my-calendar-settings.php:527
846
  msgid "Location Options"
847
  msgstr "Sted valgmuligheder"
848
 
849
+ #: my-calendar-settings.php:537
850
  msgid "Location Type"
851
  msgstr "Stedtype"
852
 
853
+ #: my-calendar-settings.php:540
854
+ #: my-calendar-event-manager.php:557
855
+ #: my-calendar-locations.php:130
856
+ msgid "City"
857
+ msgstr "By"
858
+
859
+ #: my-calendar-settings.php:541
860
+ #: my-calendar-event-manager.php:557
861
+ #: my-calendar-locations.php:130
862
+ msgid "State/Province"
863
+ msgstr "Stat/Provins"
864
+
865
+ #: my-calendar-settings.php:542
866
+ #: my-calendar-event-manager.php:563
867
+ #: my-calendar-locations.php:136
868
+ msgid "Country"
869
+ msgstr "Land"
870
+
871
+ #: my-calendar-settings.php:543
872
+ #: my-calendar-event-manager.php:557
873
+ #: my-calendar-locations.php:130
874
+ msgid "Postal Code"
875
+ msgstr "Postnummer"
876
+
877
+ #: my-calendar-settings.php:544
878
+ #: my-calendar-event-manager.php:560
879
+ #: my-calendar-event-manager.php:573
880
+ #: my-calendar-locations.php:133
881
+ #: my-calendar-locations.php:146
882
+ msgid "Region"
883
+ msgstr "Region"
884
 
885
+ #: my-calendar-settings.php:550
886
  msgid "Save User Settings"
887
  msgstr "Gem indstillinger for brugere"
888
 
889
+ #: my-calendar-settings.php:564
890
+ #: my-calendar-event-manager.php:13
891
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
892
+ msgstr "My Calendar har registreret, at du har Kieran O'Sheas Calendar-plugin installeret. Du kan importere begivenheder og kategorier derfra til din My Calendar-database. Ønsker du at gøre dette?"
893
 
894
+ #: my-calendar-settings.php:571
895
+ #: my-calendar-event-manager.php:20
896
+ msgid "Import from Calendar"
897
+ msgstr "Importer fra Calendar"
898
 
899
+ #: my-calendar-help.php:7
900
+ msgid "How to use My Calendar"
901
+ msgstr "Sådan bruger du My Calendar"
902
 
903
+ #: my-calendar-help.php:12
904
+ msgid "Shortcode Syntax"
905
+ msgstr "Shortcode-syntaks"
906
+
907
+ #: my-calendar-help.php:15
908
+ msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
909
+ msgstr "Disse shortcodes kan bruges i Indlæg, Sider eller i text widgets."
910
+
911
+ #: my-calendar-help.php:17
912
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
913
+ msgstr "Primær kalender-shortcode (liste eller gitter, ugentlig eller månedlig visning)"
914
+
915
+ #: my-calendar-help.php:19
916
+ msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
917
+ msgstr "Denne basale shortcode vil vise kalenderen i et indlæg eller en side, inklusiv alle kategorier og kategorinøglen, i et traditionelt måned-for-måned format."
918
+
919
+ #: my-calendar-help.php:22
920
+ msgid "The shortcode supports six attributes, <code>category</code>, <code>format</code>, <code>showkey</code>, <code>shownav</code>, <code>toggle</code>, and <code>time</code>. There two alternate options for <code>format</code>: <code>list</code>, which will show the calendar in a list format, skipping dates without any events, and <code>mini</code>, which will display the calendar in a form more suitable to being displayed in smaller spaces, such as the sidebar. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using either the pipe character (<code>|</code>) or a comma. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output. Setting <code>shownav</code> to <code>no</code> will disable the Previous/Next links. Setting <code>toggle</code> to yes will show a link to switch between the list and grid views. The <code>time</code> shortcode switches between a weekly view and the default monthly view."
921
+ msgstr "Denne shortcode understøtter seks attributter, <code>category</code>, <code>format</code>, <code>showkey</code>, <code>shownav</code>, <code>toggle</code> og <code>time</code>. Der er to valgmuligheder for <code>format</code>: <code>list</code>, som viser kalenderen i et listeformat, hvor dage uden begivenheder springes over, og <code>mini</code>, som viser kalenderen i en form, der passer bedre ind i små områder, som f.eks. en sidebar. Attributten <code>category</code> kræver en af dine begivenhedskategoriers navn eller ID-nummer (i navnet skelnes der mellem store og små bogstaver). Dette viser en kalender, der kun inkluderer begivenheder i den angivne kategori. Flere kategorier kan specificeres ved at adskille kategorinavnene eller ID-numrene med \"pipe\"-tegnet: <code>|</code> eller et komma. Sættes <code>showkey</code> til <code>no</code>, forhindrer man kategorinøglen i at blive vist &mdash; dette kan være brugbart ved enkeltkategori-output. Sættes <code>shownav</code> til <code>no</code> bliver Tidligere/Kommende-linksene ikke vist. Sættes <code>toggle</code> til \"yes\", vises der et link til skift mellem liste- og gridvisning. Shortcoden <code>time</code> skifter mellem ugevisning og månedsvisningen, der er default."
922
+
923
+ #: my-calendar-help.php:25
924
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
925
+ msgstr "Den primære My Calendar-shortcode kan genereres fra en knap i indlægget/sidens editor. Minikalenderen kan også tilgås og konfigureres som en widget."
926
+
927
+ #: my-calendar-help.php:27
928
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
929
+ msgstr "Yderligere kalendervisninger (Kommende begivenheder, dagens begivenheder)"
930
+
931
+ #: my-calendar-help.php:29
932
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
933
+ msgstr "Denne shortcode viser outputtet fra widgetten Kommende Begivenheder. Attributterne <code>before</code> og <code>after</code> skal være tal; attributten <code>type</code> kan være enten \"event\" eller \"days\", og attributten <code>category</code> fungerer på samme måde som kategori-attributten i hovedkalenderens shortcode. Skabeloner fungerer vha. skabelonkoderne listet herunder. <code>fallback</code> viser tekst, når der ikke er nogen begivenheder, der passer til kriterierne. \"Order\" tilvejebringer en sorteringsorden for begivenhedslisten &ndash; enten stigende (<code>asc</code>) eller faldende (<code>desc</code>)."
934
+
935
+ #: my-calendar-help.php:32
936
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
937
+ msgstr "Forudsigeligt nok viser denne shortcode outputtet fra widgetten Dagens Begivenheder, med tre indstillelige attributter: <code>category</code>, <code>template</code> og <code>fallback</code>."
938
+
939
+ #: my-calendar-help.php:35
940
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
941
+ msgstr "Både Kommende begivenheder og Dagens begivenheder kan også konfigureres vha. widgets."
942
+
943
+ #: my-calendar-help.php:38
944
+ msgid "Supplement Features (Locations filter, Categories filter)"
945
+ msgstr "Supplerende funktioner (Sted-filter, Kategori-filter)"
946
+
947
+ #: my-calendar-help.php:41
948
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
949
+ msgstr "Denne shortcode giver som output en liste over begivenhedssteder, enten som en liste af links eller som en dropdown-menu. Attributten <code>show</code> kan enten sættes til <code>list</code> eller <code>form</code>, <code>type</code>. Attributten <code>type</code> kan enten være <code>saved</code> (henter data fra dine gemte steder) eller <code>custom</code> (henter data ud fra de indstillinger, der er valgt i hver brugerprofil). Attributten <code>datatype</code> sættes til den datatype, som der begrænses ud fra: <code>name</code> (stednavn), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postnummer) eller <code>region</code>."
950
+
951
+ #: my-calendar-help.php:44
952
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
953
+ msgstr "Denne shortcode viser en liste af begivenhedskategorier, enten som en liste af links eller som en dropdown-menu, der kan vælges fra. Attributten <code>show</code> kan enten være <code>list</code> eller <code>form</code>."
954
+
955
+ #: my-calendar-help.php:50
956
+ msgid "Category Icons"
957
+ msgstr "Kategoriikoner"
958
+
959
+ #: my-calendar-help.php:53
960
+ msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
961
+ msgstr "My Calendar er designet til at kunne administrere flere kalendere. Udgangspunktet for dette er kategorier; du kan let opsætte en kalenderside, som inkluderer alle kategorier, eller du kan dedikere separate sider til kalendere i hver kategori. Dette kunne f.eks. være relevant, hvis du skulle administrere tourkalenderne for flere bands eller begivenhedskalenderne for en række forskellige steder."
962
+
963
+ #: my-calendar-help.php:56
964
+ msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
965
+ msgstr "De præinstallerede kategoriikoner er måske ikke specielt velegnede til dit formål eller design. Jeg går ud fra, at du gerne vil uploade dine egne ikoner &mdash; alt du behøver at gøre er at uploade dem til mappen icons i pluginnets mappe i wp-content/plugins. Derefter er de klar til brug med det samme. Du kan også placere dem i en mappe kaldet \"my-calendar-custom\" for at undgå, at de bliver overskrevet ved opgradering af pluginnet."
966
+
967
+ #: my-calendar-help.php:56
968
+ msgid "Your icons folder is:"
969
+ msgstr "Din mappe til ikoner er:"
970
+
971
+ #: my-calendar-help.php:56
972
+ msgid "You can alternately place icons in:"
973
+ msgstr "Du kan alternativt placere ikoner i:"
974
+
975
+ #: my-calendar-help.php:64
976
+ msgid "Custom Styles"
977
+ msgstr "Tilpassede styles"
978
+
979
+ #: my-calendar-help.php:67
980
+ msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
981
+ msgstr "My Calendar kommer med fire grundlæggende stylesheets. My Calendar gemmer ændringer i disse stylesheets ved opgradering, men hvis du ønsker at tilføje et helt nyt stylesheet, er det en god ide at gemme det i My Calendars mappe for tilpassede styles."
982
+
983
+ #: my-calendar-help.php:70
984
+ msgid "Your stylesheet directory is"
985
+ msgstr "Din mappe til stylesheets er"
986
+
987
+ #: my-calendar-help.php:71
988
+ msgid "Your custom stylesheets directory is"
989
+ msgstr "Din mappe til tilpassede stylesheets er"
990
+
991
+ #: my-calendar-help.php:79
992
+ msgid "Widget Templating"
993
+ msgstr "Widgetskabeloner"
994
+
995
+ #: my-calendar-help.php:82
996
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
997
+ msgstr "Disse koder er tilgængelige i kalenderwidgets, e-mail-notifikationer og begivenhedstitler."
998
+
999
+ #: my-calendar-help.php:86
1000
+ msgid "Displays the name of the category the event is in."
1001
+ msgstr "Viser navnet på kategorien, som begivenheden er i."
1002
+
1003
+ #: my-calendar-help.php:89
1004
+ msgid "Displays the title of the event."
1005
+ msgstr "Viser begivenhedens titel."
1006
+
1007
+ #: my-calendar-help.php:92
1008
+ msgid "Displays the start time for the event."
1009
+ msgstr "Viser begivenhedens starttidspunkt."
1010
+
1011
+ #: my-calendar-help.php:95
1012
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Blank output if user settings are disabled or the user has not selected a preferred time zone."
1013
+ msgstr "Viser begivenhedens starttidspunkt justeret efter den aktuelle brugers indstillinger for tidszone. Giver tomt output, hvis brugerindstillingerne er slået fra eller brugeren ikke har valgt en foretrukken tidszone."
1014
+
1015
+ #: my-calendar-help.php:98
1016
+ msgid "Displays the date on which the event begins."
1017
+ msgstr "Viser begivenhedens startdato."
1018
+
1019
+ #: my-calendar-help.php:101
1020
+ msgid "Displays the date on which the event ends."
1021
+ msgstr "Viser begivenhedens slutdato."
1022
+
1023
+ #: my-calendar-help.php:104
1024
+ msgid "Displays the time at which the event ends."
1025
+ msgstr "Viser begivenhedens sluttidspunkt."
1026
+
1027
+ #: my-calendar-help.php:107
1028
+ msgid "Displays the WordPress author who posted the event."
1029
+ msgstr "Viser den WordPress-forfatter, der publicerede begivenheden."
1030
+
1031
+ #: my-calendar-help.php:110
1032
+ msgid "Displays the name of the person assigned as host for the event."
1033
+ msgstr "Viser navnet på den person, der står som vært for begivenheden."
1034
+
1035
+ #: my-calendar-help.php:113
1036
+ msgid "Displays the URL provided for the event."
1037
+ msgstr "Viser URL'en, der er indtastet i begivenhedens oplysninger."
1038
+
1039
+ #: my-calendar-help.php:116
1040
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
1041
+ msgstr "Giver et link til en autogenereret side, der indeholder al information om den givne begivenhed."
1042
+
1043
+ #: my-calendar-help.php:116
1044
+ msgid "Requires that the site URL has been provided on the Settings page"
1045
+ msgstr "Kræver at side-URL'en er indtastet under Indstillinger"
1046
+
1047
+ #: my-calendar-help.php:119
1048
+ msgid "Displays the description of the event."
1049
+ msgstr "Viser beskrivelsen af begivenhden."
1050
+
1051
+ #: my-calendar-help.php:122
1052
+ msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
1053
+ msgstr "Viser begivenhedens titel som et link, hvis en URL er tilgængelig, eller titlen alene, hvis en URL ikke er tilgængelig."
1054
+
1055
+ #: my-calendar-help.php:125
1056
+ msgid "Displays the name of the location of the event."
1057
+ msgstr "Viser navnet på begivenhedens sted."
1058
+
1059
+ #: my-calendar-help.php:128
1060
+ msgid "Displays the first line of the site address."
1061
+ msgstr "Viser første linie af stedets gadenavn."
1062
+
1063
+ #: my-calendar-help.php:131
1064
+ msgid "Displays the second line of the site address."
1065
+ msgstr "Viser anden linie af stedets gadenavn."
1066
+
1067
+ #: my-calendar-help.php:134
1068
+ msgid "Displays the city for the event."
1069
+ msgstr "Viser bynavnet i begivenhedens stedoplysninger."
1070
+
1071
+ #: my-calendar-help.php:137
1072
+ msgid "Displays the state for the event."
1073
+ msgstr "Viser kommunen i begivenhedens stedoplysninger."
1074
+
1075
+ #: my-calendar-help.php:140
1076
+ msgid "Displays the postcode for the event."
1077
+ msgstr "Viser postnummeret i begivenhedens stedoplysninger."
1078
+
1079
+ #: my-calendar-help.php:143
1080
+ msgid "Displays the country for the event location."
1081
+ msgstr "Viser landet i begivenhedens stedoplysninger."
1082
+
1083
+ #: my-calendar-help.php:146
1084
+ msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1085
+ msgstr "Viser begivenhedens adresse i <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1086
+
1087
+ #: my-calendar-help.php:149
1088
+ msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
1089
+ msgstr "Viser et link til et Google Kort over begivenhedens sted, hvis tilstrækkelige adresseinformationer er tilgængelig. Hvis ikke, vises der ikke et kort."
1090
+
1091
+ #: my-calendar-help.php:152
1092
+ msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1093
+ msgstr "Viser tekst, der indikerer om der er åbent eller lukket for tilmelding til begivenheden; viser ikke noget, hvis dette er valgt i indstillingerne for begivenheden."
1094
+
1095
+ #: my-calendar-help.php:155
1096
+ msgid "Displays the short version of the event description."
1097
+ msgstr "Viser den korte beskrivelse af begivenheden."
1098
+
1099
+ #: my-calendar-help.php:158
1100
+ msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1101
+ msgstr "Viser begivenhedens aktuelle status: Enten \"Publiceret\" eller \"Reserveret\" - bruges primært i e-mail-skabeloner."
1102
+
1103
+ #: my-calendar-help.php:161
1104
+ msgid "Produces the address of the current event's category icon."
1105
+ msgstr "Giver adressen til den aktuelle begivenheds kategoriikon."
1106
+
1107
+ #: my-calendar-help.php:164
1108
+ msgid "Produces the hex code for the current event's category color."
1109
+ msgstr "Giver hexkoden til den aktuelle begivenheds kategorifarve."
1110
+
1111
+ #: my-calendar-help.php:173
1112
+ msgid "Helpful Information"
1113
+ msgstr "Nyttig information"
1114
+
1115
+ #: my-calendar-help.php:176
1116
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
1117
+ msgstr "<strong>Afinstallering af pluginnet</strong>: Selvom standarden og forventningen til WordPress plugins er, at afinstallering sletter alle specielle database-tabeller, pluginnet har oprettet, gør My Calendar <em>ikke dette</em> ved afinstallering. Dette var en bevidst beslutning fra min side -- data, der er gemt i My calendar-tabellerne er dine data; med \"General\"-kategorien som eneste undtagelse, har du tilføjet hver eneste stump data selv. Af denne grund føler jeg, at det ville være en kæmpe bjørnetjeneste over for dig, hvis disse informationer blev slettet ved afinstallering af pluginnet. Derfor skal du selv fjerne My Calendar-tabellerne fra databasen, hvis du vil fjerne ethvert spor af pluginnet. Hvis du gør det, vil alle My Calendars indstillinger blive slettet."
1118
+
1119
+ #: my-calendar-help.php:179
1120
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
1121
+ msgstr "<strong>Donationer</strong>: Jeg sætter pris på ethvert beløb, du kan give. $2 synes måske ikke af meget, men det kan virkelig løbe op, når tusinder af personer bruger softwaren. Bemærk venligst, at jeg er en non-profit organisation og dine bidrag kan ikke trækkes fra i skatten. Tak!"
1122
+
1123
+ #: my-calendar-core.php:27
1124
+ #: my-calendar.php:151
1125
+ msgid "Settings"
1126
+ msgstr "Indstillinger"
1127
+
1128
+ #: my-calendar-core.php:28
1129
+ #: my-calendar.php:154
1130
+ msgid "Help"
1131
+ msgstr "Hjælp"
1132
+
1133
+ #: my-calendar-core.php:754
1134
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1135
+ msgstr "Lige nu tillader du abonnenter at indsende begivenheder, men du bruger ikke Akismet. My Calendar kan bruge Akismet til at checke for spam i indsendelser af begivenheder. <a href='https://akismet.com/signup/'>F&aring; en Akismet API nøgle nu.</a>"
1136
+
1137
+ #: my-calendar-behaviors.php:42
1138
+ msgid "Behavior Settings saved"
1139
+ msgstr "Indstillinger for kalenderopførsel gemt"
1140
+
1141
+ #: my-calendar-behaviors.php:65
1142
+ msgid "My Calendar Behaviors"
1143
+ msgstr "My Calendar opførsel"
1144
+
1145
+ #: my-calendar-behaviors.php:69
1146
+ msgid "Calendar Behavior Settings"
1147
+ msgstr "Indstillinger for kalenderopførsel"
1148
+
1149
+ #: my-calendar-behaviors.php:74
1150
+ msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1151
+ msgstr "Vis kun Javascript på disse sider (kommaseparerede side-id'er)"
1152
+
1153
+ #: my-calendar-behaviors.php:77
1154
+ msgid "Calendar Behaviors: Calendar View"
1155
+ msgstr "Kalenderopførsel: Kalendervisning"
1156
+
1157
+ #: my-calendar-behaviors.php:79
1158
+ msgid "Reset the My Calendar Calendar Javascript"
1159
+ msgstr "Nulstil My Calendars kalenderjavascript"
1160
+
1161
+ #: my-calendar-behaviors.php:79
1162
+ msgid "Disable Calendar Javascript Effects"
1163
+ msgstr "Deaktiver Kalenderens javascripteffekter"
1164
+
1165
+ #: my-calendar-behaviors.php:82
1166
+ msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1167
+ msgstr "Rediger jQuery-scripts til My Calendar i kalendervisning."
1168
+
1169
+ #: my-calendar-behaviors.php:89
1170
+ msgid "Calendar Behaviors: List View"
1171
+ msgstr "Kalenderopførsel: Listevisning"
1172
+
1173
+ #: my-calendar-behaviors.php:91
1174
+ msgid "Reset the My Calendar List Javascript"
1175
+ msgstr "Nulstil My Calendars listevisningsjavascript"
1176
+
1177
+ #: my-calendar-behaviors.php:91
1178
+ msgid "Disable List Javascript Effects"
1179
+ msgstr "Deaktiver listevisningens javascripteffekter"
1180
+
1181
+ #: my-calendar-behaviors.php:94
1182
+ msgid "Edit the jQuery scripts for My Calendar in List format"
1183
+ msgstr "Rediger jQuery-scripts til My Calendar i listevisning"
1184
+
1185
+ #: my-calendar-behaviors.php:101
1186
+ msgid "Calendar Behaviors: Mini Calendar View"
1187
+ msgstr "Kalenderopførsel: Minikalendervisning"
1188
+
1189
+ #: my-calendar-behaviors.php:103
1190
+ msgid "Reset the My Calendar Mini Format Javascript"
1191
+ msgstr "Nulstil My Calendars javascript til minikalendervisning"
1192
+
1193
+ #: my-calendar-behaviors.php:103
1194
+ msgid "Disable Mini Javascript Effects"
1195
+ msgstr "Deaktiver minikalendervisningens javascripteffekter"
1196
+
1197
+ #: my-calendar-behaviors.php:106
1198
+ msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1199
+ msgstr "Rediger jQuery-scripts til My Calendar i minikalendervisning"
1200
+
1201
+ #: my-calendar-behaviors.php:113
1202
+ msgid "Calendar Behaviors: AJAX Navigation"
1203
+ msgstr "Kalenderopførsel: AJAX-navigation"
1204
+
1205
+ #: my-calendar-behaviors.php:115
1206
+ msgid "Reset the My Calendar AJAX Javascript"
1207
+ msgstr "Nulstil My Calendar AJAX-javascript"
1208
+
1209
+ #: my-calendar-behaviors.php:115
1210
+ msgid "Disable AJAX Effects"
1211
+ msgstr "DeaktiverAJAX-effekter"
1212
+
1213
+ #: my-calendar-behaviors.php:118
1214
+ msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1215
+ msgstr "Rediger jQuery-scripts til My Calendar AJAX-javascript"
1216
+
1217
+ #: my-calendar-upgrade-db.php:21
1218
+ #: my-calendar-upgrade-db.php:29
1219
+ msgid "The My Calendar database needs to be updated."
1220
+ msgstr "My Calendars database skal opdateres"
1221
+
1222
+ #: my-calendar-upgrade-db.php:22
1223
+ #: my-calendar-upgrade-db.php:43
1224
+ msgid "Update now"
1225
+ msgstr "Opdater nu"
1226
+
1227
+ #: my-calendar-upgrade-db.php:29
1228
+ msgid "Upgrade now."
1229
+ msgstr "Opdater nu."
1230
+
1231
+ #: my-calendar-upgrade-db.php:42
1232
+ msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1233
+ msgstr "Du har ikke tilføjet nogen begivenheder, så My Calendar ved ikke om din database har brug for at blive opdateret. Opgrader din database, hvis du ikke kan tilføje begivenheder!"
1234
+
1235
+ #: my-calendar-upgrade-db.php:53
1236
+ msgid "My Calendar Database is updated."
1237
+ msgstr "My Calendars database er opdateret."
1238
+
1239
+ #: my-calendar.php:111
1240
+ msgid "Buy the Beginner's Guide"
1241
+ msgstr "Køb Beginner's Guide"
1242
+
1243
+ #: my-calendar.php:112
1244
+ msgid "Get Support"
1245
+ msgstr "Få support"
1246
+
1247
+ #: my-calendar.php:113
1248
+ #: my-calendar.php:154
1249
+ msgid "My Calendar Help"
1250
+ msgstr "My Calendar hjælp"
1251
+
1252
+ #: my-calendar.php:114
1253
+ msgid "Make a Donation"
1254
+ msgstr "Giv en donation"
1255
+
1256
+ #. #-#-#-#-# plugin.pot (My Calendar 1.8.7) #-#-#-#-#
1257
+ #. Plugin Name of the plugin/theme
1258
+ #: my-calendar.php:138
1259
+ #: my-calendar.php:141
1260
+ msgid "My Calendar"
1261
+ msgstr "My Calendar"
1262
+
1263
+ #: my-calendar.php:145
1264
+ msgid "Add/Edit Events"
1265
+ msgstr "Tilføj/Rediger begivenheder"
1266
+
1267
+ #: my-calendar.php:150
1268
+ #: my-calendar-locations.php:174
1269
+ msgid "Manage Locations"
1270
+ msgstr "Administrer steder"
1271
+
1272
+ #: my-calendar.php:152
1273
+ msgid "Style Editor"
1274
+ msgstr "Stylesheets"
1275
+
1276
+ #: my-calendar.php:153
1277
+ msgid "Behavior Editor"
1278
+ msgstr "Rediger kalenderopførsel"
1279
+
1280
+ #: my-calendar-templates.php:136
1281
+ #: my-calendar-event-manager.php:666
1282
+ msgid "Published"
1283
+ msgstr "Publiceret"
1284
+
1285
+ #: my-calendar-templates.php:136
1286
+ #: my-calendar-event-manager.php:667
1287
+ msgid "Reserved"
1288
+ msgstr "Reserveret"
1289
+
1290
+ #: my-calendar-templates.php:137
1291
+ #: my-calendar-output.php:174
1292
+ msgid "details"
1293
+ msgstr "detaljer"
1294
+
1295
+ #: my-calendar-user.php:39
1296
+ msgid "My Calendar User Settings"
1297
+ msgstr "My Calendar brugerindstillinger"
1298
+
1299
+ #: my-calendar-event-manager.php:25
1300
+ msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
1301
+ msgstr "Selvom det er muligt, at denne import ikke kan importere dine begivenheder korrekt, skulle det ikke have nogen indvirkning på din eksisterende Calendar-database. <a href=\"http://www.joedolson.com/contact.php\">Kontakt mig venligst</a>, hvis du kommer ud for problemer."
1302
+
1303
+ #: my-calendar-event-manager.php:72
1304
+ msgid "%1$d events deleted successfully out of %2$d selected"
1305
+ msgstr "%1$d begivenheder slettet med succes, ud af %2$d valgte"
1306
+
1307
+ #: my-calendar-event-manager.php:74
1308
+ #: my-calendar-event-manager.php:205
1309
+ #: my-calendar-event-manager.php:228
1310
+ #: my-calendar-event-manager.php:242
1311
+ #: my-calendar-event-manager.php:251
1312
+ #: my-calendar-event-manager.php:864
1313
+ #: my-calendar-event-manager.php:867
1314
+ #: my-calendar-event-manager.php:870
1315
+ #: my-calendar-event-manager.php:879
1316
+ #: my-calendar-event-manager.php:886
1317
+ #: my-calendar-event-manager.php:902
1318
+ #: my-calendar-event-manager.php:908
1319
+ msgid "Error"
1320
+ msgstr "Fejl"
1321
+
1322
+ #: my-calendar-event-manager.php:74
1323
+ msgid "Your events have not been deleted. Please investigate."
1324
+ msgstr "Dine begivenheder er ikke blevet slettet. Undersøg venligst problemet."
1325
+
1326
+ #: my-calendar-event-manager.php:85
1327
+ msgid "Delete Event"
1328
+ msgstr "Slet begivenhed"
1329
+
1330
+ #: my-calendar-event-manager.php:85
1331
+ msgid "Are you sure you want to delete this event?"
1332
+ msgstr "Er du sikker på, at du vil slette denne begivenhed?"
1333
+
1334
+ #: my-calendar-event-manager.php:99
1335
+ msgid "You do not have permission to delete that event."
1336
+ msgstr "Du har ikke tilladelse til at slette denne begivenhed."
1337
+
1338
+ #: my-calendar-event-manager.php:114
1339
+ msgid "You do not have permission to approve that event."
1340
+ msgstr "Du har ikke tilladelse til at godkende denne begivenhed."
1341
+
1342
+ #: my-calendar-event-manager.php:128
1343
+ msgid "You do not have permission to reject that event."
1344
+ msgstr "Du har ikke tilladelse til at afvise denne begivenhed."
1345
+
1346
+ #: my-calendar-event-manager.php:159
1347
+ msgid "Edit Event"
1348
+ msgstr "Rediger begivenhed"
1349
+
1350
+ #: my-calendar-event-manager.php:163
1351
+ #: my-calendar-event-manager.php:174
1352
+ msgid "You must provide an event id in order to edit it"
1353
+ msgstr "Du skal angive et begivenheds-id for at kunne redigere den"
1354
+
1355
+ #: my-calendar-event-manager.php:170
1356
+ msgid "Copy Event"
1357
+ msgstr "Kopier begivenhed"
1358
+
1359
+ #: my-calendar-event-manager.php:182
1360
+ msgid "Add Event"
1361
+ msgstr "Tilføj begivenhed"
1362
+
1363
+ #: my-calendar-event-manager.php:205
1364
+ msgid "I'm sorry! I couldn't add that event to the database."
1365
+ msgstr "Beklager! Jeg kunne ikke tilføje den begivenhed til databasen."
1366
+
1367
+ #: my-calendar-event-manager.php:211
1368
+ msgid "Event added. It will now show in your calendar."
1369
+ msgstr "Begivenhed tilføjet. Den vises nu i din kalender."
1370
+
1371
+ #: my-calendar-event-manager.php:228
1372
+ msgid "Your event was not updated."
1373
+ msgstr "Din begivenhed blev ikke opdateret."
1374
+
1375
+ #: my-calendar-event-manager.php:230
1376
+ msgid "Nothing was changed in that update."
1377
+ msgstr "Intet blev ændret i denne opdatering af begivenheden."
1378
+
1379
+ #: my-calendar-event-manager.php:232
1380
+ msgid "Event updated successfully"
1381
+ msgstr "Begivenhed opdateret med succes"
1382
+
1383
+ #: my-calendar-event-manager.php:235
1384
+ msgid "You do not have sufficient permissions to edit that event."
1385
+ msgstr "Du har ikke tilstrækkelige tilladelser til at redigere denne begivenhed."
1386
+
1387
+ #: my-calendar-event-manager.php:242
1388
+ msgid "You can't delete an event if you haven't submitted an event id"
1389
+ msgstr "Du kan ikke redigere en begivenhed, hvis du ikke har sendt et begivenheds-id."
1390
+
1391
+ #: my-calendar-event-manager.php:249
1392
+ msgid "Event deleted successfully"
1393
+ msgstr "Begivenhed slettet med succes"
1394
+
1395
+ #: my-calendar-event-manager.php:251
1396
+ msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
1397
+ msgstr "Selvom der blev sendt en forespørgsel om sletning, eksisterer begivenheden stadig i databasen. Undersøg venligst."
1398
+
1399
+ #: my-calendar-event-manager.php:263
1400
+ msgid "Sorry! That's an invalid event key."
1401
+ msgstr "Beklager! Det er et ugyldigt begivenheds-id."
1402
+
1403
+ #: my-calendar-event-manager.php:267
1404
+ msgid "Sorry! We couldn't find an event with that ID."
1405
+ msgstr "Beklager! Vi kunne ikke finde en begivenhed med det id."
1406
+
1407
+ #: my-calendar-event-manager.php:295
1408
+ msgid "This event must be approved in order for it to appear on the calendar."
1409
+ msgstr "Denne begivenhed skal godkendes for at blive vist i kalenderen."
1410
+
1411
+ #: my-calendar-event-manager.php:304
1412
+ msgid "Save Event"
1413
+ msgstr "Gem begivenhed"
1414
+
1415
+ #: my-calendar-event-manager.php:328
1416
+ msgid "Enter your Event Information"
1417
+ msgstr "Indtast oplysninger om begivenheden"
1418
+
1419
+ #: my-calendar-event-manager.php:330
1420
+ msgid "Event Title"
1421
+ msgstr "Begivenhedens titel"
1422
+
1423
+ #: my-calendar-event-manager.php:330
1424
+ #: my-calendar-event-manager.php:434
1425
+ msgid "(required)"
1426
+ msgstr "(påkrævet)"
1427
+
1428
+ #: my-calendar-event-manager.php:334
1429
+ msgid "Publish"
1430
+ msgstr "Publicer"
1431
+
1432
+ #: my-calendar-event-manager.php:334
1433
+ msgid "You must approve this event to promote it to the calendar."
1434
+ msgstr "Du skal godkende denne begivenhed for at den bliver vist i kalenderen."
1435
+
1436
+ #: my-calendar-event-manager.php:336
1437
+ msgid "An administrator must approve your new event."
1438
+ msgstr "En administrator skal godkende din nye begivenhed."
1439
+
1440
+ #: my-calendar-event-manager.php:349
1441
+ msgid "This event is not spam"
1442
+ msgstr "Denne begivenhed er ikke spam"
1443
+
1444
+ #: my-calendar-event-manager.php:356
1445
+ msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1446
+ msgstr "Beskrivelse af begivenhed (<abbr title=\"hypertext markup language\">HTML</abbr> tilladt)"
1447
+
1448
+ #: my-calendar-event-manager.php:368
1449
+ msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1450
+ msgstr "Kort beskrivelse af begivenhed (<abbr title=\"hypertext markup language\">HTML</abbr> tilladt)"
1451
+
1452
+ #: my-calendar-event-manager.php:379
1453
+ msgid "Event Host"
1454
+ msgstr "Begivenhedens vært"
1455
+
1456
+ #: my-calendar-event-manager.php:398
1457
+ msgid "Event Category"
1458
+ msgstr "Begivenheds kategori"
1459
+
1460
+ #: my-calendar-event-manager.php:423
1461
+ msgid "Event Link (Optional)"
1462
+ msgstr "Begivenhedslink (valgfri)"
1463
+
1464
+ #: my-calendar-event-manager.php:423
1465
+ msgid "This link will expire when the event passes."
1466
+ msgstr "Dette link udløber, når begivenheden er overstået."
1467
+
1468
+ #: my-calendar-event-manager.php:431
1469
+ msgid "Event Date and Time"
1470
+ msgstr "Begivenheds dato og tidspunkt"
1471
+
1472
+ #: my-calendar-event-manager.php:433
1473
+ msgid "Enter the beginning and ending information for the first occurrence of this event."
1474
+ msgstr "Indtast start- og slutoplysninger for denne begivenheds første forekomst."
1475
+
1476
+ #: my-calendar-event-manager.php:434
1477
+ msgid "Start Date (YYYY-MM-DD)"
1478
+ msgstr "Startdato (ÅÅÅÅ-MM-DD)"
1479
+
1480
+ #: my-calendar-event-manager.php:434
1481
+ msgid "Time (hh:mm am/pm)"
1482
+ msgstr "Tidspunkt (tt:mm am/pm)"
1483
+
1484
+ #: my-calendar-event-manager.php:443
1485
+ msgid "End Date (YYYY-MM-DD)"
1486
+ msgstr "Slutdato (ÅÅÅÅ-MM-DD)"
1487
+
1488
+ #: my-calendar-event-manager.php:443
1489
+ msgid "End Time (hh:mm am/pm)"
1490
+ msgstr "Sluttidspunkt (tt:mm am/pm)"
1491
+
1492
+ #: my-calendar-event-manager.php:451
1493
+ msgid "Current time difference from GMT is "
1494
+ msgstr "Nuværende tidsforskel fra GMT er "
1495
+
1496
+ #: my-calendar-event-manager.php:451
1497
+ msgid " hour(s)"
1498
+ msgstr " time(r)."
1499
+
1500
+ #: my-calendar-event-manager.php:460
1501
+ msgid "Recurring Events"
1502
+ msgstr "Tilbagevendende begivenheder"
1503
+
1504
+ #: my-calendar-event-manager.php:463
1505
+ msgid "Repeats for"
1506
+ msgstr "Gentages"
1507
+
1508
+ #: my-calendar-event-manager.php:464
1509
+ msgid "Units"
1510
+ msgstr "gange"
1511
+
1512
+ #: my-calendar-event-manager.php:465
1513
+ msgid "Does not recur"
1514
+ msgstr "Gentages ikke"
1515
+
1516
+ #: my-calendar-event-manager.php:466
1517
+ #: my-calendar-event-manager.php:720
1518
+ msgid "Daily"
1519
+ msgstr "Dagligt"
1520
+
1521
+ #: my-calendar-event-manager.php:467
1522
+ #: my-calendar-event-manager.php:721
1523
+ msgid "Weekly"
1524
+ msgstr "Ugentligt"
1525
+
1526
+ #: my-calendar-event-manager.php:468
1527
+ msgid "Bi-weekly"
1528
+ msgstr "Hveranden uge"
1529
+
1530
+ #: my-calendar-event-manager.php:469
1531
+ msgid "Date of Month (e.g., the 24th of each month)"
1532
+ msgstr "Dato i måneden (f.eks. den 24. i hver måned)"
1533
+
1534
+ #: my-calendar-event-manager.php:470
1535
+ msgid "Day of Month (e.g., the 3rd Monday of each month)"
1536
+ msgstr "Dag i måneden (f.eks. den 3. mandag i hver måned)"
1537
+
1538
+ #: my-calendar-event-manager.php:471
1539
+ msgid "Annually"
1540
+ msgstr "Årligt"
1541
+
1542
+ #: my-calendar-event-manager.php:473
1543
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1544
+ msgstr "Indtast \"0\", hvis begivenheden skal gentages uendeligt. Din indtastning er antallet af begivenheder efter den første forekomst af begivenheden: Hvis der indtastes <em>2</em> betyder det, at begivenheden sker 3 gange."
1545
 
1546
+ #: my-calendar-event-manager.php:490
1547
+ msgid "Event Registration Status"
1548
+ msgstr "Status for tilmelding til begivenhed"
1549
 
1550
+ #: my-calendar-event-manager.php:491
1551
+ msgid "My Calendar does not manage event registrations. Use this for information only."
1552
+ msgstr "My Calendar administrerer ikke tilmeldinger til begivenheder. Brug kun dette til at give information."
1553
 
1554
+ #: my-calendar-event-manager.php:493
1555
+ msgid "Open"
1556
+ msgstr "Åben"
1557
 
1558
+ #: my-calendar-event-manager.php:494
1559
+ msgid "Closed"
1560
+ msgstr "Lukket"
1561
 
1562
+ #: my-calendar-event-manager.php:495
1563
+ msgid "Does not apply"
1564
+ msgstr "Ikke relevant"
1565
 
1566
+ #: my-calendar-event-manager.php:498
1567
+ msgid "If this event recurs, it can only be registered for as a complete series."
1568
+ msgstr "Hvis denne begivenhed gentages, kan tilmelding kun ske til den samlede serie af begivenheder."
1569
 
1570
+ #: my-calendar-event-manager.php:515
1571
+ #: my-calendar-locations.php:116
1572
+ msgid "Event Location"
1573
+ msgstr "Begivenhedens sted"
 
1574
 
1575
+ #: my-calendar-event-manager.php:522
1576
+ msgid "Choose a preset location:"
1577
+ msgstr "Vælg et forudindstillet sted:"
 
1578
 
1579
+ #: my-calendar-event-manager.php:536
1580
+ msgid "Add recurring locations for later use."
1581
+ msgstr "Tilføj tilbagevendende steder til senere brug."
1582
 
1583
+ #: my-calendar-event-manager.php:545
1584
+ #: my-calendar-locations.php:118
1585
+ msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
1586
+ msgstr "Alle stedrelaterede felter er valgfri: <em>Utilstrækkelige oplysninger kan resultere i et upræcist kort</em>."
1587
 
1588
+ #: my-calendar-event-manager.php:548
1589
+ #: my-calendar-locations.php:121
1590
+ msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
1591
+ msgstr "Stednavn (f.eks. <em>Joe's Bar & Grill</em>)"
1592
 
1593
+ #: my-calendar-event-manager.php:551
1594
+ #: my-calendar-locations.php:124
1595
+ msgid "Street Address"
1596
+ msgstr "Gadenavn"
1597
 
1598
+ #: my-calendar-event-manager.php:554
1599
  #: my-calendar-locations.php:127
1600
+ msgid "Street Address (2)"
1601
+ msgstr "Gadenavn (2)"
1602
 
1603
+ #: my-calendar-event-manager.php:566
1604
+ #: my-calendar-locations.php:139
1605
+ msgid "Initial Zoom"
1606
+ msgstr "Indledende Zoom"
1607
 
1608
+ #: my-calendar-event-manager.php:568
1609
+ #: my-calendar-locations.php:141
1610
+ msgid "Neighborhood"
1611
+ msgstr "Nabolag"
1612
 
1613
+ #: my-calendar-event-manager.php:569
1614
+ #: my-calendar-locations.php:142
1615
+ msgid "Small City"
1616
+ msgstr "Lille By"
1617
 
1618
+ #: my-calendar-event-manager.php:570
1619
+ #: my-calendar-locations.php:143
1620
+ msgid "Large City"
1621
+ msgstr "Stor By"
1622
 
1623
+ #: my-calendar-event-manager.php:571
1624
+ #: my-calendar-locations.php:144
1625
+ msgid "Greater Metro Area"
1626
+ msgstr "Større byområde"
1627
 
1628
+ #: my-calendar-event-manager.php:572
1629
+ #: my-calendar-locations.php:145
1630
+ msgid "State"
1631
+ msgstr "Kommune"
1632
 
1633
+ #: my-calendar-event-manager.php:577
1634
+ #: my-calendar-locations.php:150
1635
+ msgid "GPS Coordinates (optional)"
1636
+ msgstr "GPS-koordinater (valgfri)"
1637
 
1638
+ #: my-calendar-event-manager.php:579
1639
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1640
+ msgstr "Hvis du oplyser GPS-koordinater for dit sted, bliver de brugt i stedet for alle de andre adresseoplysninger til at oprette dit link til kortet."
 
1641
 
1642
+ #: my-calendar-event-manager.php:582
1643
+ #: my-calendar-locations.php:155
1644
+ msgid "Latitude"
1645
+ msgstr "Breddegrad"
1646
 
1647
+ #: my-calendar-event-manager.php:582
1648
+ #: my-calendar-locations.php:156
1649
+ msgid "Longitude"
1650
+ msgstr "Længdegrad"
1651
 
1652
+ #: my-calendar-event-manager.php:663
1653
+ msgid "Manage Events"
1654
+ msgstr "Administrer begivenheder"
 
1655
 
1656
+ #: my-calendar-event-manager.php:668
1657
+ msgid "All"
1658
+ msgstr "Alle"
1659
 
1660
+ #: my-calendar-event-manager.php:678
1661
+ msgid "Table of Calendar Events"
1662
+ msgstr "Tabel over begivenheder i kalenderen"
 
 
1663
 
1664
+ #: my-calendar-event-manager.php:683
1665
+ #: my-calendar-locations.php:187
1666
+ msgid "Location"
1667
+ msgstr "Sted"
1668
 
1669
+ #: my-calendar-event-manager.php:686
1670
+ msgid "Recurs"
1671
+ msgstr "Gentages"
 
1672
 
1673
+ #: my-calendar-event-manager.php:689
1674
+ msgid "Edit / Delete"
1675
+ msgstr "Rediger / Slet"
1676
 
1677
+ #: my-calendar-event-manager.php:719
1678
+ msgid "Never"
1679
+ msgstr "Aldrig"
1680
 
1681
+ #: my-calendar-event-manager.php:722
1682
+ msgid "Bi-Weekly"
1683
+ msgstr "Hveranden uge"
1684
 
1685
+ #: my-calendar-event-manager.php:723
1686
+ msgid "Monthly (by date)"
1687
+ msgstr "Månedlig (efter dato)"
1688
 
1689
+ #: my-calendar-event-manager.php:724
1690
+ msgid "Monthly (by day)"
1691
+ msgstr "Månedlig (efter dag)"
1692
 
1693
+ #: my-calendar-event-manager.php:725
1694
+ msgid "Yearly"
1695
+ msgstr "Årligt"
1696
 
1697
+ #: my-calendar-event-manager.php:728
1698
+ msgid "Forever"
1699
+ msgstr "Altid"
1700
 
1701
+ #: my-calendar-event-manager.php:729
1702
+ msgid "Times"
1703
+ msgstr "gange"
1704
 
1705
+ #: my-calendar-event-manager.php:744
1706
+ msgid "Copy"
1707
+ msgstr "Kopier"
1708
 
1709
+ #: my-calendar-event-manager.php:747
1710
+ msgid "Not editable."
1711
+ msgstr "Ikke redigerbar."
1712
 
1713
+ #: my-calendar-event-manager.php:753
1714
+ msgid "Reject"
1715
+ msgstr "Afvis"
 
 
 
 
1716
 
1717
+ #: my-calendar-event-manager.php:755
1718
+ msgid "Approve"
1719
+ msgstr "Godkend"
1720
 
1721
+ #: my-calendar-event-manager.php:760
1722
+ msgid "Approved"
1723
+ msgstr "Godkendt"
1724
 
1725
+ #: my-calendar-event-manager.php:762
1726
+ msgid "Rejected"
1727
+ msgstr "Afvist"
1728
 
1729
+ #: my-calendar-event-manager.php:764
1730
+ msgid "Awaiting Approval"
1731
+ msgstr "Afventer godkendelse"
1732
 
1733
+ #: my-calendar-event-manager.php:775
1734
+ msgid "Delete checked events"
1735
+ msgstr "Slet valgte begivenheder"
1736
 
1737
+ #: my-calendar-event-manager.php:781
1738
+ msgid "There are no events in the database!"
1739
+ msgstr "Der er ingen begivenheder i databasen!"
1740
 
1741
+ #: my-calendar-event-manager.php:864
1742
+ msgid "Your event end date must be either after or the same as your event begin date"
1743
+ msgstr "Din begivenheds slutdato må enten ligge efter eller være lig med begivenhedens startdato."
1744
 
1745
+ #: my-calendar-event-manager.php:867
1746
+ msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
1747
+ msgstr "Din datoformattering er korrekt, men en eller flere af dine datoer er ugyldige. Tjek for fejl relateret til enten antal dage i måneden eller skudår."
1748
 
1749
+ #: my-calendar-event-manager.php:870
1750
+ msgid "Both start and end dates must be in the format YYYY-MM-DD"
1751
+ msgstr "Både start- og slutdato skal være i formatet ÅÅÅÅ-MM-DD"
1752
 
1753
+ #: my-calendar-event-manager.php:879
1754
+ msgid "The time field must either be blank or be entered in the format hh:mm"
1755
+ msgstr "Feltet for tidspunkt skal enten være blankt eller indtastes i formatet tt:mm"
1756
 
1757
+ #: my-calendar-event-manager.php:886
1758
+ msgid "The end time field must either be blank or be entered in the format hh:mm"
1759
+ msgstr "Feltet for slutdato skal enten være blankt eller indtastes i formatet tt:mm"
1760
 
1761
+ #: my-calendar-event-manager.php:902
1762
+ msgid "The event title must be between 1 and 255 characters in length."
1763
+ msgstr "Begivenhedens titel skal være mellem 1 og 255 tegn i længde."
1764
 
1765
+ #: my-calendar-event-manager.php:908
1766
+ msgid "The repetition value must be 0 unless a type of recurrence is selected."
1767
+ msgstr "Værdien for gentagelse skal være 0, medmindre der er er valgt en type af gentagelse."
1768
+
1769
+ #: my-calendar-locations.php:42
1770
  msgid "Location added successfully"
1771
  msgstr "Sted tilføjet med succes"
1772
 
1773
+ #: my-calendar-locations.php:44
1774
  msgid "Location could not be added to database"
1775
  msgstr "Stedet kunne ikke føjes til databasen."
1776
 
1777
+ #: my-calendar-locations.php:50
1778
  msgid "Location deleted successfully"
1779
  msgstr "Sted slettet med succes"
1780
 
1781
+ #: my-calendar-locations.php:52
1782
  msgid "Location could not be deleted"
1783
  msgstr "Stedet kunne ikke slettes"
1784
 
1785
+ #: my-calendar-locations.php:77
1786
  msgid "Location could not be edited."
1787
  msgstr "Stedet kunne ikke redigeres."
1788
 
1789
+ #: my-calendar-locations.php:79
1790
  msgid "Location was not changed."
1791
  msgstr "Stedet blev ikke ændret."
1792
 
1793
+ #: my-calendar-locations.php:81
1794
  msgid "Location edited successfully"
1795
  msgstr "Sted redigeret med succes"
1796
 
1797
+ #: my-calendar-locations.php:93
1798
  msgid "Add New Location"
1799
  msgstr "Tilføj nyt sted"
1800
 
1801
+ #: my-calendar-locations.php:95
1802
  msgid "Edit Location"
1803
  msgstr "Rediger sted"
1804
 
1805
+ #: my-calendar-locations.php:100
1806
  msgid "Location Editor"
1807
  msgstr "Redigering af steder"
1808
 
1809
+ #: my-calendar-locations.php:152
1810
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
1811
  msgstr "Hvis du oplyser GPS-koordinater for dit sted, bliver de brugt i stedet for alle de andre adresseoplysninger til at identificere stedet."
1812
 
1813
+ #: my-calendar-locations.php:160
1814
  msgid "Add Location"
1815
  msgstr "Tilføj sted"
1816
 
1817
+ #: my-calendar-locations.php:209
1818
  msgid "There are no locations in the database yet!"
1819
  msgstr "Der er endnu ingen steder i databasen!"
1820
 
1821
+ #: my-calendar-locations.php:213
1822
  msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
1823
  msgstr "Bemærk: Redigering eller sletning af steder gemt til genbrug, har ikke indvirkning på tidligere planlagte begivenheder på det sted. Steddatabasen eksisterer kun som en hurtig metode til indtastning af ofte brugte steder i begivenhedsoplysninger."
1824
 
1825
+ #: my-calendar-install.php:138
1826
+ msgid "My Calendar Default Timezone"
1827
+ msgstr "My Calendar default tidszone"
1828
+
1829
+ #: my-calendar-install.php:183
1830
+ msgid "My Calendar Default Location"
1831
+ msgstr "My Calendar default sted"
1832
+
1833
+ #: my-calendar-output.php:117
1834
+ msgid "Map to"
1835
+ msgstr "Kort til"
1836
+
1837
+ #: my-calendar-output.php:131
1838
  msgid "Event Details"
1839
  msgstr "Begivenhedsdetaljer"
1840
 
1841
+ #: my-calendar-output.php:139
1842
  msgid "Close"
1843
  msgstr "Luk"
1844
 
1845
+ #: my-calendar-output.php:148
1846
  msgid "in your time zone"
1847
  msgstr "i din tidszone"
1848
 
1849
+ #: my-calendar-output.php:153
1850
  msgid "Not Applicable"
1851
  msgstr "Ikke relevant"
1852
 
1853
+ #: my-calendar-output.php:166
1854
  msgid "Posted by"
1855
  msgstr "Publiceret af"
1856
 
1857
+ #: my-calendar-output.php:226
1858
  msgid "This class is part of a series. You must register for the first event in this series to attend."
1859
  msgstr "Denne begivenhed er en del af en serie. Du skal melde dig til den første begivenhed i serien for at kunne deltage."
1860
 
1861
+ #: my-calendar-output.php:231
1862
+ msgid "View full calendar"
1863
+ msgstr "Vis fulde kalender"
1864
 
1865
+ #: my-calendar-output.php:265
 
1866
  msgid "January"
1867
  msgstr "Januar"
1868
 
1869
+ #: my-calendar-output.php:266
 
1870
  msgid "February"
1871
  msgstr "Februar"
1872
 
1873
+ #: my-calendar-output.php:267
 
1874
  msgid "March"
1875
  msgstr "Marts"
1876
 
1877
+ #: my-calendar-output.php:268
 
1878
  msgid "April"
1879
  msgstr "April"
1880
 
1881
+ #: my-calendar-output.php:269
 
1882
  msgid "May"
1883
  msgstr "Maj"
1884
 
1885
+ #: my-calendar-output.php:270
 
1886
  msgid "June"
1887
  msgstr "Juni"
1888
 
1889
+ #: my-calendar-output.php:271
 
1890
  msgid "July"
1891
  msgstr "Juli"
1892
 
1893
+ #: my-calendar-output.php:272
 
1894
  msgid "August"
1895
  msgstr "August"
1896
 
1897
+ #: my-calendar-output.php:273
 
1898
  msgid "September"
1899
  msgstr "September"
1900
 
1901
+ #: my-calendar-output.php:274
 
1902
  msgid "October"
1903
  msgstr "Oktober"
1904
 
1905
+ #: my-calendar-output.php:275
 
1906
  msgid "November"
1907
  msgstr "November"
1908
 
1909
+ #: my-calendar-output.php:276
 
1910
  msgid "December"
1911
  msgstr "December"
1912
 
1913
+ #: my-calendar-output.php:278
1914
  msgid "Year"
1915
  msgstr "År"
1916
 
1917
+ #: my-calendar-output.php:300
1918
  msgid "Go"
1919
  msgstr "Gå"
1920
 
1921
+ #: my-calendar-output.php:321
1922
+ msgid "View as Grid"
1923
+ msgstr "Vis som gitter"
1924
+
1925
+ #: my-calendar-output.php:328
1926
+ msgid "View as List"
1927
+ msgstr "Vis som liste"
1928
+
1929
+ #: my-calendar-output.php:349
1930
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
1931
  msgstr "<abbr title=\"Søndag\">Søn</abbr>"
1932
 
1933
+ #: my-calendar-output.php:350
1934
  msgid "<abbr title=\"Monday\">Mon</abbr>"
1935
  msgstr "<abbr title=\"Mandag\">Man</abbr>"
1936
 
1937
+ #: my-calendar-output.php:351
1938
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1939
  msgstr "<abbr title=\"Tirsdag\">Tirs</abbr>"
1940
 
1941
+ #: my-calendar-output.php:352
1942
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1943
  msgstr "<abbr title=\"Onsdag\">Ons</abbr>"
1944
 
1945
+ #: my-calendar-output.php:353
1946
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
1947
  msgstr "<abbr title=\"Torsdag\">Tors</abbr>"
1948
 
1949
+ #: my-calendar-output.php:354
1950
  msgid "<abbr title=\"Friday\">Fri</abbr>"
1951
  msgstr "<abbr title=\"Fredag\">Fre</abbr>"
1952
 
1953
+ #: my-calendar-output.php:355
1954
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
1955
  msgstr "<abbr title=\"Lørdag\">Lør</abbr>"
1956
 
1957
+ #: my-calendar-output.php:360
1958
  msgid "<abbr title=\"Sunday\">S</abbr>"
1959
  msgstr "<abbr title=\"Søndag\">S</abbr>"
1960
 
1961
+ #: my-calendar-output.php:361
1962
  msgid "<abbr title=\"Monday\">M</abbr>"
1963
  msgstr "<abbr title=\"Mandag\">M</abbr>"
1964
 
1965
+ #: my-calendar-output.php:362
1966
  msgid "<abbr title=\"Tuesday\">T</abbr>"
1967
  msgstr "<abbr title=\"Tirsdag\">T</abbr>"
1968
 
1969
+ #: my-calendar-output.php:363
1970
  msgid "<abbr title=\"Wednesday\">W</abbr>"
1971
  msgstr "<abbr title=\"Onsdag\">O</abbr>"
1972
 
1973
+ #: my-calendar-output.php:364
1974
  msgid "<abbr title=\"Thursday\">T</abbr>"
1975
  msgstr "<abbr title=\"Torsdag\">T</abbr>"
1976
 
1977
+ #: my-calendar-output.php:365
1978
  msgid "<abbr title=\"Friday\">F</abbr>"
1979
  msgstr "<abbr title=\"Fredag\">F</abbr>"
1980
 
1981
+ #: my-calendar-output.php:366
1982
  msgid "<abbr title=\"Saturday\">S</abbr>"
1983
  msgstr "<abbr title=\"Lørdag\">S</abbr>"
1984
 
1985
+ #: my-calendar-output.php:465
1986
  msgid "and"
1987
  msgstr "og"
1988
 
1989
+ #: my-calendar-output.php:486
 
 
 
 
 
1990
  msgid "The week's events"
1991
  msgstr "Ugens begivenheder"
1992
 
1993
+ #: my-calendar-output.php:494
1994
  msgid "Events in"
1995
  msgstr "Begivenheder i"
1996
 
1997
+ #: my-calendar-output.php:496
1998
  msgid "This week's events"
1999
  msgstr "Denne uges begivenheder"
2000
 
2001
+ #: my-calendar-output.php:663
2002
  msgid "There are no events scheduled during this period."
2003
  msgstr "Der er ikke planlagt begivenheder i denne periode."
2004
 
2005
+ #: my-calendar-output.php:674
2006
  msgid "Category Key"
2007
  msgstr "Kategorinøgle"
2008
 
2009
+ #: my-calendar-output.php:710
2010
  msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2011
  msgstr "Abonner via <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2012
 
2013
+ #: my-calendar-output.php:711
2014
  msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2015
  msgstr "Download som <abbr title=\"iCal Events Export\">iCal</abbr>"
2016
 
2017
+ #: my-calendar-output.php:809
2018
+ msgid "(select to include)"
2019
+ msgstr "(vælg for at inkludere)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2020
 
2021
+ #: my-calendar-output.php:829
2022
+ #: my-calendar-output.php:832
2023
+ msgid "All Categories"
2024
+ msgstr "Alle kategorier"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2025
 
2026
+ #: my-calendar-output.php:830
2027
+ msgid "Categories"
2028
+ msgstr "Kategorier"
 
 
 
 
 
 
 
 
2029
 
2030
+ #: my-calendar-output.php:844
2031
+ #: my-calendar-output.php:954
2032
+ msgid "Submit"
2033
+ msgstr "Send"
 
 
 
2034
 
2035
+ #: my-calendar-output.php:906
2036
+ #: my-calendar-output.php:924
2037
+ msgid "Show all"
2038
+ msgstr "Vis alle"
2039
 
2040
+ #: my-calendar-output.php:922
2041
+ msgid "Show events in:"
2042
+ msgstr "Vis begivenheder i:"
2043
 
2044
  #. Plugin URI of the plugin/theme
2045
  msgid "http://www.joedolson.com/articles/my-calendar/"
2057
  msgid "http://www.joedolson.com"
2058
  msgstr "http://www.joedolson.com"
2059
 
2060
+ #~ msgid "Add an Event"
2061
+ #~ msgstr "Tilføj en begivenhed"
2062
+
2063
+ #~ msgid "Enter \"0\" if the event should recur indefinitely."
2064
+ #~ msgstr ""
2065
+ #~ "Indtast \"0\", hvis begivenheden er tilbagevendende og uden slutdato."
2066
+
2067
+ #~ msgid "Calendar Settings"
2068
+ #~ msgstr "Kalenderindstillinger"
2069
+
2070
+ #~ msgid "Calendar Options: Output"
2071
+ #~ msgstr "Kalenderindstillinger: Output"
2072
+
2073
+ #~ msgid "Calendar Options: Style"
2074
+ #~ msgstr "Kalenderindstillinger: Output"
2075
+
2076
+ #~ msgid "Calendar Options: Input"
2077
+ #~ msgstr "Kalenderindstillinger: Output"
2078
+
2079
+ #~ msgid "My Calendar: User Settings"
2080
+ #~ msgstr "My Calendar: Brugerindstillinger"
2081
+
2082
+ #~ msgid "Today's Events"
2083
+ #~ msgstr "Dagens begivenheder"
2084
+
2085
+ #~ msgid "There are no events currently scheduled."
2086
+ #~ msgstr "Der er ikke planlagt nogen begivenheder p.t."
2087
+
2088
  #~ msgid "End Date (YYYY-MM-DD) (Optional)"
2089
  #~ msgstr "Slutdato (ÅÅÅÅ-MM-DD) (Valgfri)"
2090
 
2108
  #~ "Indtastning af 0 betyder \"altid\", hvis en enhed er valgt. Hvis typen af "
2109
  #~ "gentagelse er sat til \"Gentages ikke\", vil begivenheden ikke gentages."
2110
 
 
 
 
2111
  #~ msgid ""
2112
  #~ "The URL entered must either be prefixed with http:// or be completely "
2113
  #~ "blank"
2127
  #~ msgid "Group this event as a single item"
2128
  #~ msgstr "Grupper denne begivenhed som en enkeltstående begivenhed"
2129
 
 
 
 
 
 
 
2130
  #~ msgid "Add New Category"
2131
  #~ msgstr "Tilføj Ny Kategori"
2132
 
lang/my-calendar-de_DE.mo CHANGED
Binary file
lang/my-calendar-de_DE.po CHANGED
@@ -19,632 +19,696 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: my-calendar-categories.php:90
23
  #@ my-calendar
24
  msgid "Category added successfully"
25
  msgstr "Kategorie erfolgreich hinzugefügt"
26
 
27
- #: my-calendar-categories.php:92
28
  #@ my-calendar
29
  msgid "Category addition failed."
30
  msgstr "Fehler beim hinzufügen der Kategorie"
31
 
32
- #: my-calendar-categories.php:102
33
  #@ my-calendar
34
  msgid "Category deleted successfully. Categories in calendar updated."
35
  msgstr "Kategorie erfolgreich gelöscht. Kategorien im Kalender aktualisiert"
36
 
37
- #: my-calendar-categories.php:104
38
  #@ my-calendar
39
  msgid "Category deleted successfully. Categories in calendar not updated."
40
  msgstr "Kategorie erfolgreich gelöscht. Kategorien im Kalender nicht aktualisiert."
41
 
42
- #: my-calendar-categories.php:106
43
  #@ my-calendar
44
  msgid "Category not deleted. Categories in calendar updated."
45
  msgstr "Kategorie nicht gelöscht. Kategorien im Kalender aktualisiert"
46
 
47
- #: my-calendar-categories.php:115
48
  #@ my-calendar
49
  msgid "Category edited successfully"
50
- msgstr "Kategorie erfolgreich bearbeited."
51
 
52
- #: my-calendar-categories.php:140
53
- #: my-calendar-categories.php:165
54
- #: my-calendar-categories.php:182
55
  #@ my-calendar
56
  msgid "Add Category"
57
  msgstr "Kategorie hinzufügen"
58
 
59
- #: my-calendar-categories.php:142
60
- #: my-calendar-categories.php:165
61
  #@ my-calendar
62
  msgid "Edit Category"
63
  msgstr "Kategorie editieren"
64
 
65
- #: my-calendar-categories.php:149
66
  #@ my-calendar
67
  msgid "Category Editor"
68
  msgstr "Kategorie Editor"
69
 
70
- #: my-calendar-categories.php:166
71
- #: my-calendar-categories.php:208
72
  #@ my-calendar
73
  msgid "Category Name"
74
  msgstr "Kategorie Name"
75
 
76
- #: my-calendar-categories.php:167
77
  #@ my-calendar
78
  msgid "Category Color (Hex format)"
79
  msgstr "Kategorie Farbe (Hex Format)"
80
 
81
- #: my-calendar-categories.php:168
82
- #: my-calendar-categories.php:210
83
  #@ my-calendar
84
  msgid "Category Icon"
85
  msgstr "Kategorie Icon"
86
 
87
- #: my-calendar-categories.php:182
88
- #: my-calendar-locations.php:128
89
  #@ my-calendar
90
  msgid "Save Changes"
91
  msgstr "Änderungen speichern"
92
 
93
- #: my-calendar-categories.php:195
94
- #: my-calendar.php:238
95
  #@ my-calendar
96
  msgid "Manage Categories"
97
  msgstr "Kategorien verwalten"
98
 
99
- #: my-calendar-categories.php:207
100
- #: my-calendar-event-manager.php:669
101
- #: my-calendar-locations.php:154
 
102
  #@ my-calendar
103
  msgid "ID"
104
  msgstr "ID"
105
 
106
- #: my-calendar-categories.php:209
107
  #@ my-calendar
108
  msgid "Category Color"
109
  msgstr "Kategorie-Farbe"
110
 
111
- #: my-calendar-categories.php:211
112
- #: my-calendar-categories.php:225
113
- #: my-calendar-event-manager.php:732
114
- #: my-calendar-locations.php:156
115
- #: my-calendar-locations.php:168
 
 
116
  #@ my-calendar
117
  msgid "Edit"
118
  msgstr "Editieren"
119
 
120
- #: my-calendar-categories.php:212
121
- #: my-calendar-categories.php:231
122
- #: my-calendar-event-manager.php:104
123
- #: my-calendar-event-manager.php:732
124
- #: my-calendar-locations.php:157
125
- #: my-calendar-locations.php:169
 
126
  #@ my-calendar
127
  msgid "Delete"
128
  msgstr "Löschen"
129
 
130
- #: my-calendar-categories.php:228
131
- #: my-calendar-event-manager.php:713
132
- #: my-calendar-output.php:148
133
- #: my-calendar-settings.php:302
 
134
  #@ my-calendar
135
  msgid "N/A"
136
  msgstr "n/v"
137
 
138
- #: my-calendar-categories.php:231
139
- #: my-calendar-locations.php:169
140
  #@ my-calendar
141
  msgid "Are you sure you want to delete this category?"
142
  msgstr "Sind sie sicher, dass sie diese Kategorie löschen wollen?"
143
 
144
- #: my-calendar-categories.php:242
145
  #@ my-calendar
146
  msgid "There are no categories in the database - something has gone wrong!"
147
  msgstr "Es sind keine Kategorie in der Datenbank - etwas lief schief!"
148
 
149
- #: my-calendar-event-manager.php:28
150
- #: my-calendar-settings.php:577
151
  #@ my-calendar
152
  msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
153
  msgstr "My Calender hat erkannt, dass sie das Kalenderplugin von Kieran O'Shea installiert haben - wollen sie diese Events und Kategorien importieren?"
154
 
155
- #: my-calendar-event-manager.php:35
156
- #: my-calendar-settings.php:584
157
  #@ my-calendar
158
  msgid "Import from Calendar"
159
  msgstr "Importieren von Calender"
160
 
161
- #: my-calendar-event-manager.php:40
162
  #@ my-calendar
163
  msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
164
  msgstr "Trotzdem kann es sein, dass der Import fehlschlägt, dies wird aber keine Auswirkungen auf die existierende Kalender-Datenbank haben. Wenn sie ein Problem gefunden haben, schreiben sie eine eMail an <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
165
 
166
- #: my-calendar-event-manager.php:98
167
  #@ my-calendar
168
  msgid "Delete Event"
169
  msgstr "Event löschen"
170
 
171
- #: my-calendar-event-manager.php:98
172
  #@ my-calendar
173
  msgid "Are you sure you want to delete this event?"
174
  msgstr "Sind sie sicher, dass sie das Event löschen wollen?"
175
 
176
- #: my-calendar-event-manager.php:112
177
  #@ my-calendar
178
  msgid "You do not have permission to delete that event."
179
  msgstr "Sie haben keine Rechte das Event zu löschen!"
180
 
181
- #: my-calendar-event-manager.php:87
182
- #: my-calendar-event-manager.php:240
183
- #: my-calendar-event-manager.php:263
184
- #: my-calendar-event-manager.php:277
185
- #: my-calendar-event-manager.php:286
186
- #: my-calendar-event-manager.php:872
187
- #: my-calendar-event-manager.php:875
188
- #: my-calendar-event-manager.php:878
189
- #: my-calendar-event-manager.php:888
190
- #: my-calendar-event-manager.php:896
191
- #: my-calendar-event-manager.php:912
192
- #: my-calendar-event-manager.php:918
 
 
 
 
193
  #@ my-calendar
194
  msgid "Error"
195
  msgstr "Fehler"
196
 
197
- #: my-calendar-event-manager.php:246
198
  #@ my-calendar
199
  msgid "Event added. It will now show in your calendar."
200
  msgstr "Event hinzugefügt und im Kalender erschienen."
201
 
202
- #: my-calendar-event-manager.php:263
 
203
  #@ my-calendar
204
  msgid "Your event was not updated."
205
  msgstr "Ihr Event wurde nicht aktualisiert"
206
 
207
- #: my-calendar-event-manager.php:265
 
 
 
208
  #@ my-calendar
209
  msgid "Nothing was changed in that update."
210
  msgstr "In diesem Update gab es keine Änderungen"
211
 
212
- #: my-calendar-event-manager.php:267
 
 
213
  #@ my-calendar
214
  msgid "Event updated successfully"
215
  msgstr "Event erfolgreich aktualisert"
216
 
217
- #: my-calendar-event-manager.php:270
 
218
  #@ my-calendar
219
  msgid "You do not have sufficient permissions to edit that event."
220
  msgstr "Sie haben keine ausreichenden Rechte um das Event zu ändern."
221
 
222
- #: my-calendar-event-manager.php:277
223
  #@ my-calendar
224
  msgid "You can't delete an event if you haven't submitted an event id"
225
  msgstr "Sie können kein Event löschen, wenn sie nicht die event-id eingegeben haben"
226
 
227
- #: my-calendar-event-manager.php:284
228
  #@ my-calendar
229
  msgid "Event deleted successfully"
230
  msgstr "Event erfolgreich gelöscht"
231
 
232
- #: my-calendar-event-manager.php:286
233
  #@ my-calendar
234
  msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
235
  msgstr "Trotz des Versuchts das Event zu löschen befindet es sich noch in der Datenbank, bitte untersuchen sie das Problem"
236
 
237
- #: my-calendar-event-manager.php:169
238
- #: my-calendar-event-manager.php:326
239
  #@ my-calendar
240
- #@ default
241
  msgid "Edit Event"
242
  msgstr "Event editieren"
243
 
244
- #: my-calendar-event-manager.php:173
245
- #: my-calendar-event-manager.php:182
246
  #@ my-calendar
247
  msgid "You must provide an event id in order to edit it"
248
  msgstr "Sie müssen eine event-id angeben um ein Event zu editieren"
249
 
250
- #: my-calendar-event-manager.php:178
251
- #: my-calendar-event-manager.php:326
252
  #@ my-calendar
253
  msgid "Copy Event"
254
  msgstr "Event kopieren"
255
 
256
- #: my-calendar-event-manager.php:188
 
257
  #@ my-calendar
258
  msgid "Add Event"
259
  msgstr "Event hinzufügen"
260
 
261
- #: my-calendar-event-manager.php:192
262
  #@ my-calendar
263
  msgid "Manage Events"
264
  msgstr "Events verwalten"
265
 
266
- #: my-calendar-event-manager.php:298
 
267
  #@ my-calendar
268
  msgid "Sorry! That's an invalid event key."
269
  msgstr "Entschuldigung, das ist ein falscher Event-Schlüssel."
270
 
271
- #: my-calendar-event-manager.php:302
 
272
  #@ my-calendar
273
  msgid "Sorry! We couldn't find an event with that ID."
274
  msgstr "Entschuldigung, wir konnten mit kein Event mit dieser ID finden."
275
 
276
- #: my-calendar-event-manager.php:326
277
- #@ my-calendar
278
- msgid "Add an Event"
279
- msgstr "Event hinzufügen"
280
-
281
- #: my-calendar-event-manager.php:362
282
  #@ my-calendar
283
  msgid "Enter your Event Information"
284
  msgstr "Geben sie ihre Eventinformationen ein"
285
 
286
- #: my-calendar-event-manager.php:364
 
287
  #@ my-calendar
288
  msgid "Event Title"
289
  msgstr "Event Titel"
290
 
291
- #: my-calendar-event-manager.php:383
 
292
  #@ my-calendar
293
  msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
294
  msgstr "Event Beschreibung (<abbr title=\"hypertext markup language\">HTML</abbr> erlaubt)"
295
 
296
- #: my-calendar-event-manager.php:389
 
297
  #@ my-calendar
298
  msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
299
  msgstr "Event Kurzbeschreibung (<abbr title=\"hypertext markup language\">HTML</abbr> erlaubt)"
300
 
301
- #: my-calendar-event-manager.php:419
 
302
  #@ my-calendar
303
  msgid "Event Category"
304
  msgstr "Event Kategorie"
305
 
306
- #: my-calendar-event-manager.php:444
 
307
  #@ my-calendar
308
  msgid "Event Link (Optional)"
309
  msgstr "Event Link (optional)"
310
 
311
- #: my-calendar-event-manager.php:444
 
312
  #@ my-calendar
313
  msgid "This link will expire when the event passes."
314
  msgstr "Dieser Link wird ungültig, wenn das Event vorrüber ist."
315
 
316
- #: my-calendar-event-manager.php:455
317
  #@ my-calendar
318
  msgid "Start Date (YYYY-MM-DD)"
319
  msgstr "Start Datum (JJJJ-MM-TT)"
320
 
321
- #: my-calendar-event-manager.php:455
322
- #@ my-calendar
323
- msgid "Time (hh:mm)"
324
- msgstr "Zeit (ss:mm)"
325
-
326
- #: my-calendar-event-manager.php:472
327
  #@ my-calendar
328
  msgid "Current time difference from GMT is "
329
  msgstr "Aktuelle Zeitdifferenz vom GMT ist "
330
 
331
- #: my-calendar-event-manager.php:472
332
  #@ my-calendar
333
  msgid " hour(s)"
334
  msgstr "Stunde(n)"
335
 
336
- #: my-calendar-event-manager.php:464
337
- #@ my-calendar
338
- msgid "End Time (hh:mm)"
339
- msgstr "Endzeit (ss:mm)"
340
-
341
- #: my-calendar-event-manager.php:481
342
  #@ my-calendar
343
  msgid "Recurring Events"
344
  msgstr "Wiederkehrende Events"
345
 
346
- #: my-calendar-event-manager.php:484
347
  #@ my-calendar
348
  msgid "Repeats for"
349
  msgstr "Wiederholen für"
350
 
351
- #: my-calendar-event-manager.php:485
352
  #@ my-calendar
353
  msgid "Units"
354
  msgstr "Einheiten"
355
 
356
- #: my-calendar-event-manager.php:486
 
357
  #@ my-calendar
358
  msgid "Does not recur"
359
  msgstr "Erscheint nicht"
360
 
361
- #: my-calendar-event-manager.php:487
362
- #: my-calendar-event-manager.php:706
 
 
363
  #@ my-calendar
364
  msgid "Daily"
365
  msgstr "täglich"
366
 
367
- #: my-calendar-event-manager.php:488
368
- #: my-calendar-event-manager.php:707
 
 
369
  #@ my-calendar
370
  msgid "Weekly"
371
  msgstr "wöchentlich"
372
 
373
- #: my-calendar-event-manager.php:489
 
374
  #@ my-calendar
375
  msgid "Bi-weekly"
376
  msgstr "aller zwei Wochen"
377
 
378
- #: my-calendar-event-manager.php:492
 
379
  #@ my-calendar
380
  msgid "Annually"
381
  msgstr "jährlich"
382
 
383
- #: my-calendar-event-manager.php:511
 
384
  #@ my-calendar
385
  msgid "Event Registration Status"
386
  msgstr "Registierungsstatus des Events"
387
 
388
- #: my-calendar-event-manager.php:514
 
389
  #@ my-calendar
390
  msgid "Open"
391
  msgstr "offen"
392
 
393
- #: my-calendar-event-manager.php:515
 
394
  #@ my-calendar
395
  msgid "Closed"
396
  msgstr "geschlossen"
397
 
398
- #: my-calendar-event-manager.php:516
 
399
  #@ my-calendar
400
  msgid "Does not apply"
401
  msgstr "wird nicht angenommen"
402
 
403
- #: my-calendar-event-manager.php:536
404
- #: my-calendar-locations.php:87
 
405
  #@ my-calendar
406
  msgid "Event Location"
407
  msgstr "Veranstaltungsort"
408
 
409
- #: my-calendar-event-manager.php:543
 
410
  #@ my-calendar
411
  msgid "Choose a preset location:"
412
  msgstr "Einen vordefinierten Ort auswählen"
413
 
414
- #: my-calendar-event-manager.php:557
 
415
  #@ my-calendar
416
  msgid "Add recurring locations for later use."
417
  msgstr "Wiederkehrenden Ort für spätere benutzung hinzufügen"
418
 
419
- #: my-calendar-event-manager.php:566
420
- #: my-calendar-locations.php:89
 
421
  #@ my-calendar
422
  msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
423
  msgstr "Alle Felder sind optional (können aber in einem Kartenfehler resultieren)."
424
 
425
- #: my-calendar-event-manager.php:569
426
- #: my-calendar-locations.php:92
 
427
  #@ my-calendar
428
  msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
429
  msgstr "Name des Orts"
430
 
431
- #: my-calendar-event-manager.php:572
432
- #: my-calendar-locations.php:95
 
433
  #@ my-calendar
434
  msgid "Street Address"
435
  msgstr "Straßenname"
436
 
437
- #: my-calendar-event-manager.php:575
438
- #: my-calendar-locations.php:98
 
439
  #@ my-calendar
440
  msgid "Street Address (2)"
441
  msgstr "Straßenname (2)"
442
 
443
- #: my-calendar-event-manager.php:578
444
- #: my-calendar-locations.php:101
445
- #: my-calendar-settings.php:550
 
 
446
  #@ my-calendar
447
  msgid "City"
448
  msgstr "Stadt"
449
 
450
- #: my-calendar-event-manager.php:578
451
- #: my-calendar-locations.php:101
452
- #: my-calendar-settings.php:551
 
453
  #@ my-calendar
454
  msgid "State/Province"
455
  msgstr "Bundesland/Provinz"
456
 
457
- #: my-calendar-event-manager.php:578
458
- #: my-calendar-locations.php:101
459
- #: my-calendar-settings.php:553
 
 
460
  #@ my-calendar
461
  msgid "Postal Code"
462
  msgstr "Postleitzahl"
463
 
464
- #: my-calendar-event-manager.php:581
465
- #: my-calendar-locations.php:104
466
- #: my-calendar-settings.php:552
 
 
467
  #@ my-calendar
468
  msgid "Country"
469
  msgstr "Land"
470
 
471
- #: my-calendar-event-manager.php:584
472
- #: my-calendar-locations.php:107
 
473
  #@ my-calendar
474
  msgid "Initial Zoom"
475
  msgstr "Zoomstufe"
476
 
477
- #: my-calendar-event-manager.php:586
478
- #: my-calendar-locations.php:109
 
479
  #@ my-calendar
480
  msgid "Neighborhood"
481
  msgstr "Nachbarschaft"
482
 
483
- #: my-calendar-event-manager.php:587
484
- #: my-calendar-locations.php:110
 
485
  #@ my-calendar
486
  msgid "Small City"
487
  msgstr "Kleinstadt"
488
 
489
- #: my-calendar-event-manager.php:588
490
- #: my-calendar-locations.php:111
 
491
  #@ my-calendar
492
  msgid "Large City"
493
  msgstr "Großstadt"
494
 
495
- #: my-calendar-event-manager.php:589
496
- #: my-calendar-locations.php:112
 
497
  #@ my-calendar
498
  msgid "Greater Metro Area"
499
  msgstr "Größeres Ballungsgebiet"
500
 
501
- #: my-calendar-event-manager.php:590
502
- #: my-calendar-locations.php:113
 
 
503
  #@ my-calendar
504
  msgid "State"
505
  msgstr "Bundesland"
506
 
507
- #: my-calendar-event-manager.php:591
508
- #: my-calendar-locations.php:114
 
 
 
 
 
 
509
  #@ my-calendar
510
  msgid "Region"
511
  msgstr "Region"
512
 
513
- #: my-calendar-event-manager.php:595
514
- #: my-calendar-locations.php:118
 
515
  #@ my-calendar
516
  msgid "GPS Coordinates (optional)"
517
  msgstr "GPS Koordinaten (optional)"
518
 
519
- #: my-calendar-locations.php:120
520
  #@ my-calendar
521
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
522
  msgstr "Wenn Sie GPS Koordinaten eingeben, werden diese statt der Adresse verwendent"
523
 
524
- #: my-calendar-event-manager.php:600
525
- #: my-calendar-locations.php:124
 
526
  #@ my-calendar
527
  msgid "Longitude"
528
  msgstr "Länge"
529
 
530
- #: my-calendar-event-manager.php:600
531
- #: my-calendar-locations.php:123
 
532
  #@ my-calendar
533
  msgid "Latitude"
534
  msgstr "Breite"
535
 
536
- #: my-calendar-event-manager.php:338
537
  #@ my-calendar
538
  msgid "Save Event"
539
  msgstr "Event speichern"
540
 
541
- #: my-calendar-event-manager.php:670
542
- #: my-calendar-widgets.php:32
543
- #: my-calendar-widgets.php:98
 
 
 
544
  #@ my-calendar
545
  msgid "Title"
546
  msgstr "Titel"
547
 
548
- #: my-calendar-event-manager.php:671
549
- #: my-calendar-locations.php:155
 
550
  #@ my-calendar
551
  msgid "Location"
552
  msgstr "Ort"
553
 
554
- #: my-calendar-event-manager.php:672
 
 
555
  #@ my-calendar
556
  msgid "Description"
557
  msgstr "Beschreibung"
558
 
559
- #: my-calendar-event-manager.php:673
 
 
560
  #@ my-calendar
561
  msgid "Start Date"
562
  msgstr "Anfangsdatum"
563
 
564
- #: my-calendar-event-manager.php:674
 
565
  #@ my-calendar
566
  msgid "Recurs"
567
  msgstr "Wiederholungen"
568
 
569
- #: my-calendar-event-manager.php:675
570
- #: my-calendar-settings.php:264
571
- #: my-calendar-settings.php:273
572
- #: my-calendar-settings.php:281
 
 
573
  #@ my-calendar
574
  msgid "Author"
575
  msgstr "Autor"
576
 
577
- #: my-calendar-event-manager.php:676
 
 
578
  #@ my-calendar
579
  msgid "Category"
580
  msgstr "Kategorie"
581
 
582
- #: my-calendar-event-manager.php:677
583
  #@ my-calendar
584
  msgid "Edit / Delete"
585
  msgstr "editieren/löschen"
586
 
587
- #: my-calendar-event-manager.php:705
 
588
  #@ my-calendar
589
  msgid "Never"
590
  msgstr "niemals"
591
 
592
- #: my-calendar-event-manager.php:708
 
593
  #@ my-calendar
594
  msgid "Bi-Weekly"
595
  msgstr "aller zwei Wochen"
596
 
597
- #: my-calendar-event-manager.php:711
 
598
  #@ my-calendar
599
  msgid "Yearly"
600
  msgstr "jährlich"
601
 
602
- #: my-calendar-event-manager.php:714
 
603
  #@ my-calendar
604
  msgid "Forever"
605
  msgstr "für immer"
606
 
607
- #: my-calendar-event-manager.php:715
608
- #@ my-calendar
609
- msgid "Times"
610
- msgstr "Zeiten"
611
-
612
- #: my-calendar-event-manager.php:730
613
  #@ my-calendar
614
  msgid "Copy"
615
  msgstr "kopieren"
616
 
617
- #: my-calendar-event-manager.php:767
 
618
  #@ my-calendar
619
  msgid "There are no events in the database!"
620
  msgstr "Es sind keine Events in der Datenbank"
621
 
622
- #: my-calendar-event-manager.php:872
623
  #@ my-calendar
624
  msgid "Your event end date must be either after or the same as your event begin date"
625
  msgstr "Das Eventende muss entweder am oder nach dem Startdatum liegen"
626
 
627
- #: my-calendar-event-manager.php:875
628
  #@ my-calendar
629
  msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
630
  msgstr "Die Datumsformatierung ist korrekt aber eine oder mehrere Daten sind ungültig. Überprüfen sie die Anzahl der Tage im Monat oder Fehler auf Grund eines Schaltjahres"
631
 
632
- #: my-calendar-event-manager.php:878
633
  #@ my-calendar
634
  msgid "Both start and end dates must be in the format YYYY-MM-DD"
635
  msgstr "Start und Enddatum muss im Format JJJJ-MM-TT sein (bspw. 2010-11-25)"
636
 
637
- #: my-calendar-event-manager.php:888
638
  #@ my-calendar
639
  msgid "The time field must either be blank or be entered in the format hh:mm"
640
  msgstr "Das Start-Zeitfeld muss endweder frei gelassen werden oder im Format ss-mm eingegeben werden (bspw. 19:50)"
641
 
642
- #: my-calendar-event-manager.php:896
643
  #@ my-calendar
644
  msgid "The end time field must either be blank or be entered in the format hh:mm"
645
  msgstr "Das End-Zeitfeld muss endweder frei gelassen werden oder im Format ss-mm eingegeben werden (bspw. 19:50)"
646
 
647
- #: my-calendar-event-manager.php:912
 
648
  #@ my-calendar
649
  msgid "The event title must be between 1 and 255 characters in length."
650
  msgstr "Der Eventtitel muss zwischen 1 und 255 Zeichen haben"
@@ -669,504 +733,383 @@ msgstr "Diese Shortcodes können in Artikeln, Seiten oder in Textwidgets verwend
669
  msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
670
  msgstr "Dieser Shortcodes zeigt den Kalender in Artikeln oder Seiten inklusive aller Kategorien und Kategorie-Schlüssel in einem Monat-für-Monat format an"
671
 
672
- #: my-calendar-help.php:39
673
  #@ my-calendar
674
  msgid "Category Icons"
675
  msgstr "Kategorie Icon"
676
 
677
- #: my-calendar-help.php:42
678
  #@ my-calendar
679
  msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
680
  msgstr "My Calender ist designt um mehrere Kalender zu verwalten. Die Basis dieser Kalender sind Kategorien. Sie können einfach eine Kalenderseite erstellen, die alle Kategorien einschließt oder mehre Seiten erstellen und verschiedene Kategorien in jeder anzeigen. Zum Beispiel könnte dies sinnvoll sein, wenn Sie einen Tourkalender für mehre Bands verwalten wollen oder Kalender für mehre Veranstaltungsorte usw."
681
 
682
- #: my-calendar-help.php:45
683
  #@ my-calendar
684
  msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
685
  msgstr "Das vorinstallierte Kategorie Icon ist möglicherweise nicht sinnvoll für ihre Anforderung oder ihre Homepagedesign. Ich nehme an, dass sie ihr eigenes Icon hochladen. Dazu müssen sie das Icon in den \"icon\"-Ordner im \"plugin\"-Verzeichnis hochladen oder sie ersetzten den order \"my-candar-costum\" um das Überschreiben bei Updates zu vermeiden."
686
 
687
- #: my-calendar-help.php:45
688
  #@ my-calendar
689
  msgid "Your icons folder is:"
690
  msgstr "Ihr Icon-Ordnder ist:"
691
 
692
- #: my-calendar-help.php:45
693
  #@ my-calendar
694
  msgid "You can alternately place icons in:"
695
  msgstr "Sie können Icons alternativ ablegen unter:"
696
 
697
- #: my-calendar-help.php:66
698
  #@ my-calendar
699
  msgid "Widget Templating"
700
  msgstr "Widget-Einstellungen"
701
 
702
- #: my-calendar-help.php:73
703
  #@ my-calendar
704
  msgid "Displays the name of the category the event is in."
705
  msgstr "Zeigt den Namen der Kategorie in der das Event ist."
706
 
707
- #: my-calendar-help.php:76
708
  #@ my-calendar
709
  msgid "Displays the title of the event."
710
  msgstr "Zeigt den Titel des Events."
711
 
712
- #: my-calendar-help.php:79
713
  #@ my-calendar
714
  msgid "Displays the start time for the event."
715
  msgstr "Zeigt die Startzeit des Events."
716
 
717
- #: my-calendar-help.php:85
718
  #@ my-calendar
719
  msgid "Displays the date on which the event begins."
720
  msgstr "Zeigt das Startdatum des Events."
721
 
722
- #: my-calendar-help.php:88
723
  #@ my-calendar
724
  msgid "Displays the date on which the event ends."
725
  msgstr "Zeigt das Enddatum des Events."
726
 
727
- #: my-calendar-help.php:91
728
  #@ my-calendar
729
  msgid "Displays the time at which the event ends."
730
  msgstr "Zeigt die Endzeit des Events."
731
 
732
- #: my-calendar-help.php:94
733
  #@ my-calendar
734
  msgid "Displays the WordPress author who posted the event."
735
  msgstr "Zeigt den Wordpress Autor des Events."
736
 
737
- #: my-calendar-help.php:100
738
  #@ my-calendar
739
  msgid "Displays the URL provided for the event."
740
  msgstr "Zeigt die URL im Events."
741
 
742
- #: my-calendar-help.php:103
743
  #@ my-calendar
744
  msgid "Displays the description of the event."
745
  msgstr "Zeigt die Beschreibung des Events."
746
 
747
- #: my-calendar-help.php:106
748
  #@ my-calendar
749
  msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
750
  msgstr "Zeigt den Titel des Events als einen Link wenn eine URL hinterlegt wurde oder nur den Titel, wenn keine URL hinterlegt ist."
751
 
752
- #: my-calendar-help.php:109
753
  #@ my-calendar
754
  msgid "Displays the name of the location of the event."
755
  msgstr "Zeigt den Namen des Veranstaltungsortes des Events."
756
 
757
- #: my-calendar-help.php:112
758
  #@ my-calendar
759
  msgid "Displays the first line of the site address."
760
  msgstr "Zeigt die erste Zeile des Straßenfeldes."
761
 
762
- #: my-calendar-help.php:115
763
  #@ my-calendar
764
  msgid "Displays the second line of the site address."
765
  msgstr "Zeigt die zweite Zeile des Straßenfeldes."
766
 
767
- #: my-calendar-help.php:118
768
- #@ my-calendar
769
- msgid "Displays the city for the event."
770
- msgstr "Zeigt die Stadt des Events"
771
-
772
- #: my-calendar-help.php:121
773
- #@ my-calendar
774
- msgid "Displays the state for the event."
775
- msgstr "Zeigt das Bundesland des Events"
776
-
777
- #: my-calendar-help.php:124
778
- #@ my-calendar
779
- msgid "Displays the postcode for the event."
780
- msgstr "Zeigt die Postleitzahl des Events"
781
-
782
- #: my-calendar-help.php:127
783
  #@ my-calendar
784
  msgid "Displays the country for the event location."
785
  msgstr "Zeigt das Land das Veranstaltungsortes"
786
 
787
- #: my-calendar-help.php:130
788
  #@ my-calendar
789
  msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
790
  msgstr "Zeigt die Eventadresse im <a href=\"http://microformats.org/wiki/hcard\">HCard</a>-Format"
791
 
792
- #: my-calendar-help.php:133
793
  #@ my-calendar
794
  msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
795
  msgstr "Zeigt den Link zu Google Maps für das Event, wenn genügend Informationen hinterlegt sind, sonst bleibt das Feld leer."
796
 
797
- #: my-calendar-help.php:136
798
  #@ my-calendar
799
  msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
800
  msgstr "Zeigt die Text an, ob die Registration geöffnet oder geschlossen ist. "
801
 
802
- #: my-calendar-help.php:139
803
  #@ my-calendar
804
  msgid "Displays the short version of the event description."
805
  msgstr "Zeigt die Kurtversion der Eventbeschreibung"
806
 
807
- #: my-calendar-locations.php:27
808
  #@ my-calendar
809
  msgid "Location added successfully"
810
  msgstr "Ort erfolgreich hinzugefügt"
811
 
812
- #: my-calendar-locations.php:29
813
  #@ my-calendar
814
  msgid "Location could not be added to database"
815
  msgstr "Ort konnte nicht zur Datenbank hinzugefügt werden"
816
 
817
- #: my-calendar-locations.php:35
818
  #@ my-calendar
819
  msgid "Location deleted successfully"
820
  msgstr "Ort erfolgreich gelöscht"
821
 
822
- #: my-calendar-locations.php:37
823
  #@ my-calendar
824
  msgid "Location could not be deleted"
825
  msgstr "Ort konnte nicht gelöscht werden"
826
 
827
- #: my-calendar-locations.php:48
828
  #@ my-calendar
829
  msgid "Location could not be edited."
830
  msgstr "Ort konnte nicht geändert werden"
831
 
832
- #: my-calendar-locations.php:50
833
  #@ my-calendar
834
  msgid "Location was not changed."
835
  msgstr "Ort konnte nicht geladen werden"
836
 
837
- #: my-calendar-locations.php:52
838
  #@ my-calendar
839
  msgid "Location edited successfully"
840
  msgstr "Ort erfolgreich bearbeitet"
841
 
842
- #: my-calendar-locations.php:64
843
  #@ my-calendar
844
  msgid "Add New Location"
845
  msgstr "Neuen Ort hinzufügen"
846
 
847
- #: my-calendar-locations.php:66
848
  #@ my-calendar
849
  msgid "Edit Location"
850
  msgstr "Ort bearbeiten"
851
 
852
- #: my-calendar-locations.php:71
853
  #@ my-calendar
854
  msgid "Location Editor"
855
  msgstr "Orts-Editor"
856
 
857
- #: my-calendar-locations.php:128
858
  #@ my-calendar
859
  msgid "Add Location"
860
  msgstr "Ort hinzufügen"
861
 
862
- #: my-calendar-locations.php:142
863
- #: my-calendar.php:239
864
  #@ my-calendar
865
  msgid "Manage Locations"
866
  msgstr "Orte verwalten"
867
 
868
- #: my-calendar-locations.php:177
869
  #@ my-calendar
870
  msgid "There are no locations in the database yet!"
871
  msgstr "Bisher sind keine Orte in der Datenbank"
872
 
873
- #: my-calendar-locations.php:181
874
  #@ my-calendar
875
  msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
876
  msgstr "Achtung: Ändern oder Löschen von Orten, die für die Wiederverwendung gespeichert wurden, wird keinen Effekt auf vorher geplante Events haben haben."
877
 
878
- #: my-calendar-settings.php:76
 
879
  #@ my-calendar
880
  msgid "Categories imported successfully."
881
  msgstr "Kategorie erfolgreich importiert."
882
 
883
- #: my-calendar-settings.php:78
 
884
  #@ my-calendar
885
  msgid "Categories not imported."
886
  msgstr "Kategorie nicht importiert."
887
 
888
- #: my-calendar-settings.php:81
 
889
  #@ my-calendar
890
  msgid "Events imported successfully."
891
  msgstr "Events erfolgreich importiert."
892
 
893
- #: my-calendar-settings.php:83
 
894
  #@ my-calendar
895
  msgid "Events not imported."
896
  msgstr "Events nicht importiert."
897
 
898
- #: my-calendar-settings.php:249
899
  #@ my-calendar
900
  msgid "My Calendar Options"
901
  msgstr "My Calender Optionen"
902
 
903
- #: my-calendar-settings.php:252
904
- #@ my-calendar
905
- msgid "Calendar Settings"
906
- msgstr "Kalender-Einstellungen"
907
-
908
- #: my-calendar-settings.php:259
909
  #@ my-calendar
910
  msgid "Calendar Options: Management"
911
  msgstr "Kalender Optionen: Management"
912
 
913
- #: my-calendar-settings.php:262
914
- #: my-calendar-settings.php:271
915
  #@ my-calendar
916
  msgid "Subscriber"
917
  msgstr "Abonnent"
918
 
919
- #: my-calendar-settings.php:263
920
- #: my-calendar-settings.php:272
921
- #: my-calendar-settings.php:280
922
  #@ my-calendar
923
  msgid "Contributor"
924
  msgstr "Mitarbeiter"
925
 
926
- #: my-calendar-settings.php:265
927
- #: my-calendar-settings.php:274
928
- #: my-calendar-settings.php:282
929
  #@ my-calendar
930
  msgid "Editor"
931
  msgstr "Redakteur"
932
 
933
- #: my-calendar-settings.php:266
934
- #: my-calendar-settings.php:275
935
- #: my-calendar-settings.php:283
936
  #@ my-calendar
937
  msgid "Administrator"
938
  msgstr "Administrator"
939
 
940
- #: my-calendar-settings.php:300
941
- #@ my-calendar
942
- msgid "Calendar Options: Customize Text"
943
- msgstr "Kalender-Optionen: Text anpassen"
944
-
945
- #: my-calendar-settings.php:339
946
- #@ my-calendar
947
- msgid "Show Heading for Calendar"
948
- msgstr "Zeige Überschrift des Kalenders"
949
-
950
- #: my-calendar-settings.php:302
951
- #@ my-calendar
952
- msgid "Label for events without a specific time"
953
- msgstr "Beschriftung für Events mit unbestimmter Zeit"
954
-
955
- #: my-calendar-settings.php:305
956
- #@ my-calendar
957
- msgid "Previous events link text"
958
- msgstr "Vorherige Events Text"
959
-
960
- #: my-calendar-settings.php:305
961
  #@ my-calendar
962
  msgid "Previous Events"
963
  msgstr "Vorherige Events"
964
 
965
- #: my-calendar-settings.php:308
966
- #@ my-calendar
967
- msgid "Next events link text"
968
- msgstr "Kommende Events Text"
969
-
970
- #: my-calendar-settings.php:308
971
  #@ my-calendar
972
  msgid "Next Events"
973
  msgstr "Kommende Events"
974
 
975
- #: my-calendar-settings.php:311
976
- #@ my-calendar
977
- msgid "Text when events are open"
978
- msgstr "Text für offene Events"
979
-
980
- #: my-calendar-settings.php:311
981
  #@ my-calendar
982
  msgid "Registration is open"
983
  msgstr "Registrierung geöffnet"
984
 
985
- #: my-calendar-settings.php:314
986
- #@ my-calendar
987
- msgid "Text when events are closed"
988
- msgstr "Text für geschlossene Events"
989
-
990
- #: my-calendar-settings.php:314
991
  #@ my-calendar
992
  msgid "Registration is closed"
993
  msgstr "Registrierung geschlossen"
994
 
995
- #: my-calendar-settings.php:317
996
- #@ my-calendar
997
- msgid "Additional caption text"
998
- msgstr "Zusätzlicher Beschriftungstext"
999
-
1000
- #: my-calendar-settings.php:317
1001
  #@ my-calendar
1002
  msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
1003
  msgstr "Die Kalender Beschriftung ist der Text, der die den Angezeigten Monat und das Jahr endweder in der Listen-/ oder der Kalenderansicht beinhaltet. Der Text wird nach dem existierenden Text angezeigt."
1004
 
1005
- #: my-calendar-settings.php:332
1006
- #@ my-calendar
1007
- msgid "Calendar Options: Output"
1008
- msgstr "Kalender-Optionen: Ausgabe"
1009
-
1010
- #: my-calendar-settings.php:342
1011
  #@ my-calendar
1012
  msgid "In list mode, show how many months of events at a time:"
1013
  msgstr "Im Listenmodus wie viele Monate auf einmal:"
1014
 
1015
- #: my-calendar-settings.php:345
1016
- #@ my-calendar
1017
- msgid "Date format in list mode"
1018
- msgstr "Datumsvormat im Listenmodus"
1019
-
1020
- #: my-calendar-settings.php:346
1021
  #@ my-calendar
1022
  msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
1023
  msgstr "Datumsvormat benutzt den gleichen Syntax wie die<a href=\"http://php.net/date\">PHP <code>date()</code> Funktion</a>. Optionen speichern um das Beispiel zu updaten."
1024
 
1025
- #: my-calendar-settings.php:349
1026
- #@ my-calendar
1027
- msgid "Do you want to display the author name on events?"
1028
- msgstr "Wollen sie den Autor eines Events anzeigen?"
1029
-
1030
- #: my-calendar-settings.php:352
1031
  #@ my-calendar
1032
  msgid "Display a jumpbox for changing month and year quickly?"
1033
  msgstr "Eine Auswahlliste für die Wahl des Monats/Jahres anzeigen?"
1034
 
1035
- #: my-calendar-settings.php:355
1036
- #@ my-calendar
1037
- msgid "Hide category icons in output"
1038
- msgstr "Kategorien Icons verstecken"
1039
-
1040
- #: my-calendar-settings.php:358
1041
- #@ my-calendar
1042
- msgid "Show Link to Google Map (when sufficient address information is available.)"
1043
- msgstr "Zeige einen Link zu Google Maps (wenn genügend Informationen hinterlegt sind)."
1044
-
1045
- #: my-calendar-settings.php:361
1046
- #@ my-calendar
1047
- msgid "Show Event Address in Details"
1048
- msgstr "Zeige Veranstaltungsort im Detail"
1049
-
1050
- #: my-calendar-settings.php:364
1051
  #@ my-calendar
1052
  msgid "Show short description field on calendar."
1053
  msgstr "Zeige das Kurzbeschreibungsfeld im Kalender"
1054
 
1055
- #: my-calendar-settings.php:367
1056
  #@ my-calendar
1057
  msgid "Show full description field on calendar."
1058
  msgstr "Zeige die das Komplettbeschreibungsfeld im Kalender"
1059
 
1060
- #: my-calendar-settings.php:370
1061
- #@ my-calendar
1062
- msgid "Links associated with events will automatically expire after the event has passed."
1063
- msgstr "Links, die mit einem Event verbunden sind, werden nach dem Ende des Events automatisch gelöscht."
1064
-
1065
- #: my-calendar-settings.php:373
1066
- #@ my-calendar
1067
- msgid "Show current availability status of events."
1068
- msgstr "Zeige aktuellen Verfügbarkeitsstatus von Events"
1069
-
1070
- #: my-calendar-settings.php:426
1071
- #@ my-calendar
1072
- msgid "Calendar Options: Input"
1073
- msgstr "Kalender-Optionen: Eingabe"
1074
-
1075
- #: my-calendar-settings.php:431
1076
  #@ my-calendar
1077
  msgid "Show Event Location Dropdown Menu"
1078
  msgstr "Zeige Veranstaltungsort Auswahlliste"
1079
 
1080
- #: my-calendar-settings.php:431
1081
  #@ my-calendar
1082
  msgid "Show Event Short Description field"
1083
  msgstr "Zeige Event Kurzbeschreibungsfeld"
1084
 
1085
- #: my-calendar-settings.php:431
1086
  #@ my-calendar
1087
  msgid "Show Event Description Field"
1088
  msgstr "Zeige Event Beschreibungsfeld"
1089
 
1090
- #: my-calendar-settings.php:431
1091
  #@ my-calendar
1092
  msgid "Show Event Category field"
1093
  msgstr "Zeige Event Kategorienfeld"
1094
 
1095
- #: my-calendar-settings.php:431
1096
  #@ my-calendar
1097
  msgid "Show Event Link field"
1098
  msgstr "Zeige Event Link-Feld"
1099
 
1100
- #: my-calendar-settings.php:431
1101
- #@ my-calendar
1102
- msgid "Show event registration options"
1103
- msgstr "Zeige Event Registierungsoptionen"
1104
-
1105
- #: my-calendar-settings.php:431
1106
- #@ my-calendar
1107
- msgid "Show event location fields"
1108
- msgstr "Zeige Veranstaltungsort-Felder"
1109
-
1110
- #: my-calendar-settings.php:444
1111
  #@ my-calendar
1112
  msgid "Administrators see all input options"
1113
  msgstr "Administratoren sehen alle Eingabefelder"
1114
 
1115
- #: my-calendar-settings.php:407
1116
- #@ my-calendar
1117
- msgid "Calendar Options: Style"
1118
- msgstr "Kalender-Optionen: Style"
1119
-
1120
- #: my-calendar-settings.php:409
1121
  #@ my-calendar
1122
  msgid "Default usage of category colors."
1123
  msgstr "Standartbenutzung von Kategoriefarben"
1124
 
1125
- #: my-calendar-settings.php:410
1126
  #@ my-calendar
1127
  msgid "Apply category colors to event titles as a font color."
1128
  msgstr "Kategoriefarben zu Eventtiteln als Textfarbe zuweisen"
1129
 
1130
- #: my-calendar-settings.php:411
1131
  #@ my-calendar
1132
  msgid "Apply category colors to event titles as a background color."
1133
  msgstr "Kategoriefarben zu Eventtiteln als Hintergrundfarbe zuweisen"
1134
 
1135
- #: my-calendar-styles.php:100
1136
  #@ my-calendar
1137
  msgid "My Calendar Styles"
1138
  msgstr "My Calendar Styles"
1139
 
1140
- #: my-calendar-styles.php:104
1141
  #@ my-calendar
1142
  msgid "Calendar Style Settings"
1143
  msgstr "Kalender Style-Einstellungen"
1144
 
1145
- #: my-calendar-styles.php:157
1146
  #@ my-calendar
1147
  msgid "CSS Style Options"
1148
  msgstr "CSS Style-Optionen"
1149
 
1150
- #: my-calendar-styles.php:163
1151
- #@ my-calendar
1152
- msgid "Reset the My Calendar stylesheet to the default"
1153
- msgstr "My Calendar Style-Einstellungen zurücksetzten"
1154
-
1155
- #: my-calendar-styles.php:163
1156
  #@ my-calendar
1157
  msgid "Disable My Calendar Stylesheet"
1158
  msgstr "Die My Calendar Styledatei deaktivieren"
1159
 
1160
- #: my-calendar-styles.php:166
1161
  #@ my-calendar
1162
  msgid "Edit the stylesheet for My Calendar"
1163
  msgstr "Die My Calendar Styledatei bearbeiten"
1164
 
1165
  #: my-calendar-behaviors.php:85
1166
- #: my-calendar-behaviors.php:97
1167
- #: my-calendar-behaviors.php:109
1168
- #: my-calendar-behaviors.php:121
1169
- #: my-calendar-styles.php:169
1170
  #@ my-calendar
1171
  msgid "Save"
1172
  msgstr "Speichern"
@@ -1176,11 +1119,6 @@ msgstr "Speichern"
1176
  msgid "Calendar Behaviors: Calendar View"
1177
  msgstr "Kalenderverhalten: Kalenderansicht"
1178
 
1179
- #: my-calendar-behaviors.php:79
1180
- #@ my-calendar
1181
- msgid "Reset the My Calendar Calendar Javascript"
1182
- msgstr "Im Kalenderformat JavaScript zurücksetzten"
1183
-
1184
  #: my-calendar-behaviors.php:79
1185
  #@ my-calendar
1186
  msgid "Disable Calendar Javascript Effects"
@@ -1191,366 +1129,267 @@ msgstr "Im Kalenderformat JavaScript Effekte deaktivieren"
1191
  msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1192
  msgstr "jQuery Scripte für My Calendar im Kalenderformat"
1193
 
1194
- #: my-calendar-behaviors.php:89
1195
  #@ my-calendar
1196
  msgid "Calendar Behaviors: List View"
1197
  msgstr "Kalenderverhalten: Listenansicht"
1198
 
1199
- #: my-calendar-behaviors.php:91
1200
- #@ my-calendar
1201
- msgid "Reset the My Calendar List Javascript"
1202
- msgstr "My Calendar My Calendar-Listen zurücksetzten"
1203
-
1204
- #: my-calendar-behaviors.php:91
1205
  #@ my-calendar
1206
  msgid "Disable List Javascript Effects"
1207
  msgstr "JavaScript Effekte in der Listenansicht deaktivieren"
1208
 
1209
- #: my-calendar-behaviors.php:94
1210
  #@ my-calendar
1211
  msgid "Edit the jQuery scripts for My Calendar in List format"
1212
  msgstr "jQuery Scripte für My Calendar in der Listenansicht editieren"
1213
 
1214
- #: my-calendar-behaviors.php:101
1215
  #@ my-calendar
1216
  msgid "Calendar Behaviors: Mini Calendar View"
1217
  msgstr "Kalenderverhalten: Mini Kalender Ansicht"
1218
 
1219
- #: my-calendar-behaviors.php:103
1220
- #@ my-calendar
1221
- msgid "Reset the My Calendar Mini Format Javascript"
1222
- msgstr "In der Minikalenderansicht JavaScript zurücksetzten"
1223
-
1224
- #: my-calendar-behaviors.php:103
1225
  #@ my-calendar
1226
  msgid "Disable Mini Javascript Effects"
1227
  msgstr "In der Minikalenderansicht JavaScript Effekte deaktivieren"
1228
 
1229
- #: my-calendar-behaviors.php:106
1230
  #@ my-calendar
1231
  msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1232
  msgstr "jQuery Scripte für die Miniansicht editieren"
1233
 
1234
- #: my-calendar-upgrade-db.php:21
1235
- #: my-calendar-upgrade-db.php:29
1236
  #@ my-calendar
1237
  msgid "The My Calendar database needs to be updated."
1238
  msgstr "Die My Calendar Datenbank muss aktualisiert werden."
1239
 
1240
- #: my-calendar-upgrade-db.php:22
1241
- #: my-calendar-upgrade-db.php:43
1242
  #@ my-calendar
1243
  msgid "Update now"
1244
  msgstr "jetzt updaten"
1245
 
1246
- #: my-calendar-upgrade-db.php:42
1247
  #@ my-calendar
1248
  msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1249
  msgstr "Sie haben keine Events eingegeben. My Calendar kann daher nicht sagen, ob ihre Datenbank aktuell ist. Wenn sie keine Events eintragen können, upgraden sie ihre Datenbank!"
1250
 
1251
- #: my-calendar-upgrade-db.php:53
1252
  #@ my-calendar
1253
  msgid "My Calendar Database is updated."
1254
  msgstr "My Calendar Datenbank ist geupdated."
1255
 
1256
- #: my-calendar-widgets.php:14
1257
- #@ my-calendar
1258
- msgid "Today's Events"
1259
- msgstr "Heutige Events"
1260
-
1261
- #: my-calendar-widgets.php:36
1262
- #: my-calendar-widgets.php:102
1263
  #@ my-calendar
1264
  msgid "Template"
1265
  msgstr "Template"
1266
 
1267
- #: my-calendar-widgets.php:40
1268
  #@ my-calendar
1269
  msgid "Show this text if there are no events today:"
1270
  msgstr "Zeige diesen Text, wenn heute keine Events stattfinden:"
1271
 
1272
- #: my-calendar-widgets.php:76
1273
- #@ my-calendar
1274
- msgid "Upcoming Events"
1275
- msgstr "Kommende Events"
1276
-
1277
- #: my-calendar-widgets.php:106
1278
  #@ my-calendar
1279
  msgid "Widget Options"
1280
  msgstr "Widget Optionen"
1281
 
1282
- #: my-calendar-widgets.php:109
1283
  #@ my-calendar
1284
  msgid "Display upcoming events by:"
1285
  msgstr "Zeige kommende Events:"
1286
 
1287
- #: my-calendar-widgets.php:110
1288
  #@ my-calendar
1289
  msgid "Events (e.g. 2 past, 3 future)"
1290
  msgstr "Events (z.B. 2 in der Vergangenheit, 3 in der Zukunft)"
1291
 
1292
- #: my-calendar-widgets.php:111
1293
  #@ my-calendar
1294
  msgid "Dates (e.g. 4 days past, 5 forward)"
1295
  msgstr "Daten (z.B. vor 4 Tagen in 5 Tagen)"
1296
 
1297
- #: my-calendar-widgets.php:115
1298
- #@ my-calendar
1299
- msgid "events into the future;"
1300
- msgstr "Events in der Zukunft"
1301
-
1302
- #: my-calendar-widgets.php:116
1303
- #@ my-calendar
1304
- msgid "events from the past"
1305
- msgstr "Events in der Vergangenheit"
1306
-
1307
- #: my-calendar.php:104
1308
- #: my-calendar.php:240
1309
  #@ my-calendar
1310
  msgid "Settings"
1311
  msgstr "Einstellungen"
1312
 
1313
- #: my-calendar.php:105
1314
- #: my-calendar.php:243
1315
  #@ my-calendar
1316
  msgid "Help"
1317
  msgstr "Hilfe"
1318
 
1319
- #: my-calendar.php:136
1320
  #@ my-calendar
1321
  msgid "Get Support"
1322
  msgstr "Support bekommen"
1323
 
1324
- #: my-calendar.php:137
1325
- #: my-calendar.php:243
1326
  #@ my-calendar
1327
  msgid "My Calendar Help"
1328
  msgstr "My Calendar Hilfe"
1329
 
1330
- #: my-calendar.php:138
1331
  #@ my-calendar
1332
  msgid "Make a Donation"
1333
  msgstr "Spenden"
1334
 
1335
- #: my-calendar.php:231
 
1336
  #@ my-calendar
1337
  msgid "My Calendar"
1338
  msgstr "My Calendar"
1339
 
1340
- #: my-calendar.php:234
1341
  #@ my-calendar
1342
  msgid "Add/Edit Events"
1343
  msgstr "Events hinzufügen/editieren"
1344
 
1345
- #: my-calendar.php:241
1346
  #@ my-calendar
1347
  msgid "Style Editor"
1348
  msgstr "Style Editor"
1349
 
1350
- #: my-calendar-output.php:126
1351
  #@ my-calendar
1352
  msgid "Event Details"
1353
  msgstr "Event Details"
1354
 
1355
- #: my-calendar-output.php:134
 
1356
  #@ my-calendar
1357
  msgid "Close"
1358
  msgstr "geschlossen"
1359
 
1360
- #: my-calendar-output.php:148
1361
  #@ my-calendar
1362
  msgid "Not Applicable"
1363
  msgstr "entfällt"
1364
 
1365
- #: my-calendar-output.php:160
1366
  #@ my-calendar
1367
  msgid "Posted by"
1368
  msgstr "Verfasst von:"
1369
 
1370
- #: my-calendar-output.php:210
1371
  #@ my-calendar
1372
  msgid "This class is part of a series. You must register for the first event in this series to attend."
1373
  msgstr "Dieses Veranstaltung ist Teil einer Serie. Sie müssen sich für das erste Event anmelden, um teilzunehmen."
1374
 
1375
- #: my-calendar-output.php:242
 
 
1376
  #@ my-calendar
1377
  msgid "Month"
1378
  msgstr "Monat"
1379
 
1380
- #: my-calendar-output.php:243
1381
- #: my-calendar-output.php:320
1382
- #@ my-calendar
1383
- msgid "January"
1384
- msgstr "Januar"
1385
-
1386
- #: my-calendar-output.php:244
1387
- #: my-calendar-output.php:320
1388
- #@ my-calendar
1389
- msgid "February"
1390
- msgstr "Februar"
1391
-
1392
- #: my-calendar-output.php:245
1393
- #: my-calendar-output.php:320
1394
- #@ my-calendar
1395
- msgid "March"
1396
- msgstr "März"
1397
-
1398
- #: my-calendar-output.php:246
1399
- #: my-calendar-output.php:320
1400
- #@ my-calendar
1401
- msgid "April"
1402
- msgstr "April"
1403
-
1404
- #: my-calendar-output.php:247
1405
- #: my-calendar-output.php:320
1406
- #@ my-calendar
1407
- msgid "May"
1408
- msgstr "Mai"
1409
-
1410
- #: my-calendar-output.php:248
1411
- #: my-calendar-output.php:320
1412
- #@ my-calendar
1413
- msgid "June"
1414
- msgstr "Juni"
1415
-
1416
- #: my-calendar-output.php:249
1417
- #: my-calendar-output.php:320
1418
- #@ my-calendar
1419
- msgid "July"
1420
- msgstr "Juli"
1421
-
1422
- #: my-calendar-output.php:250
1423
- #: my-calendar-output.php:320
1424
- #@ my-calendar
1425
- msgid "August"
1426
- msgstr "August"
1427
-
1428
- #: my-calendar-output.php:251
1429
- #: my-calendar-output.php:320
1430
- #@ my-calendar
1431
- msgid "September"
1432
- msgstr "September"
1433
-
1434
- #: my-calendar-output.php:252
1435
- #: my-calendar-output.php:320
1436
- #@ my-calendar
1437
- msgid "October"
1438
- msgstr "Oktober"
1439
-
1440
- #: my-calendar-output.php:253
1441
- #: my-calendar-output.php:320
1442
- #@ my-calendar
1443
- msgid "November"
1444
- msgstr "November"
1445
-
1446
- #: my-calendar-output.php:254
1447
- #: my-calendar-output.php:320
1448
- #@ my-calendar
1449
- msgid "December"
1450
- msgstr "Dezember"
1451
-
1452
- #: my-calendar-output.php:256
1453
  #@ my-calendar
1454
  msgid "Year"
1455
  msgstr "Jahr"
1456
 
1457
- #: my-calendar-output.php:278
1458
  #@ my-calendar
1459
  msgid "Go"
1460
  msgstr "los"
1461
 
1462
- #: my-calendar-output.php:294
1463
  #@ my-calendar
1464
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
1465
  msgstr "<abbr title=\"Sonntag\">So</abbr>"
1466
 
1467
- #: my-calendar-output.php:295
1468
  #@ my-calendar
1469
  msgid "<abbr title=\"Monday\">Mon</abbr>"
1470
  msgstr "<abbr title=\"Montag\">Mo</abbr>"
1471
 
1472
- #: my-calendar-output.php:296
1473
  #@ my-calendar
1474
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1475
  msgstr "<abbr title=\"Dienstag\">Di</abbr>"
1476
 
1477
- #: my-calendar-output.php:297
1478
  #@ my-calendar
1479
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1480
  msgstr "<abbr title=\"Mittwoch\">Mi</abbr>"
1481
 
1482
- #: my-calendar-output.php:298
1483
  #@ my-calendar
1484
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
1485
  msgstr "<abbr title=\"Donnerstag\">Do</abbr>"
1486
 
1487
- #: my-calendar-output.php:299
1488
  #@ my-calendar
1489
  msgid "<abbr title=\"Friday\">Fri</abbr>"
1490
  msgstr "<abbr title=\"Freitag\">Fr</abbr>"
1491
 
1492
- #: my-calendar-output.php:300
1493
  #@ my-calendar
1494
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
1495
  msgstr "<abbr title=\"Samstag\">Sa</abbr>"
1496
 
1497
- #: my-calendar-output.php:305
1498
  #@ my-calendar
1499
  msgid "<abbr title=\"Sunday\">S</abbr>"
1500
  msgstr "<abbr title=\"Sonntag\">So</abbr>"
1501
 
1502
- #: my-calendar-output.php:306
1503
  #@ my-calendar
1504
  msgid "<abbr title=\"Monday\">M</abbr>"
1505
  msgstr "<abbr title=\"Montag\">M</abbr>"
1506
 
1507
- #: my-calendar-output.php:307
1508
  #@ my-calendar
1509
  msgid "<abbr title=\"Tuesday\">T</abbr>"
1510
  msgstr "<abbr title=\"Dienstag\">M</abbr>"
1511
 
1512
- #: my-calendar-output.php:308
1513
  #@ my-calendar
1514
  msgid "<abbr title=\"Wednesday\">W</abbr>"
1515
  msgstr "<abbr title=\"Mittwoch\">M</abbr>"
1516
 
1517
- #: my-calendar-output.php:309
1518
  #@ my-calendar
1519
  msgid "<abbr title=\"Thursday\">T</abbr>"
1520
  msgstr "<abbr title=\"Donnerstag\">D</abbr>"
1521
 
1522
- #: my-calendar-output.php:310
1523
  #@ my-calendar
1524
  msgid "<abbr title=\"Friday\">F</abbr>"
1525
  msgstr "<abbr title=\"Freitag\">F</abbr>"
1526
 
1527
- #: my-calendar-output.php:311
1528
  #@ my-calendar
1529
  msgid "<abbr title=\"Saturday\">S</abbr>"
1530
  msgstr "<abbr title=\"Samstag\">Sa</abbr>"
1531
 
1532
- #: my-calendar-output.php:419
1533
  #@ my-calendar
1534
  msgid "and"
1535
  msgstr "und"
1536
 
1537
- #: my-calendar-output.php:438
1538
- #: my-calendar-output.php:443
1539
  #@ my-calendar
1540
  msgid "Calendar"
1541
  msgstr "Kalender"
1542
 
1543
- #: my-calendar-output.php:448
1544
  #@ my-calendar
1545
  msgid "Events in"
1546
  msgstr "Events in"
1547
 
1548
- #: my-calendar-output.php:619
1549
  #@ my-calendar
1550
  msgid "There are no events scheduled during this period."
1551
  msgstr "In dieser Periode sind keine Events geplant"
1552
 
1553
- #: my-calendar-output.php:629
1554
  #@ my-calendar
1555
  msgid "Category Key"
1556
  msgstr "Kategorie-Schlüssel"
@@ -1575,652 +1414,585 @@ msgstr "Kalender Verhaltensweise-Einstellungen"
1575
  msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1576
  msgstr "Übernehme JavaScript nur auf diesen Seiten (durch Komma getrennt Seite IDs)"
1577
 
1578
- #: my-calendar-behaviors.php:113
1579
  #@ my-calendar
1580
  msgid "Calendar Behaviors: AJAX Navigation"
1581
  msgstr "Kalender Verhaltensweisen: AJAX-Navigation"
1582
 
1583
- #: my-calendar-behaviors.php:115
1584
- #@ my-calendar
1585
- msgid "Reset the My Calendar AJAX Javascript"
1586
- msgstr "Zurücksetzen My Calendar AJAX Javascript"
1587
-
1588
- #: my-calendar-behaviors.php:115
1589
  #@ my-calendar
1590
  msgid "Disable AJAX Effects"
1591
  msgstr "Deaktiviere AJAX-Effekte"
1592
 
1593
- #: my-calendar-behaviors.php:118
1594
  #@ my-calendar
1595
  msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1596
  msgstr "Bearbeiten der jQuery-Skripte für My Calendar AJAX-Navigation"
1597
 
1598
- #: my-calendar-event-manager.php:85
1599
  #, php-format
1600
  #@ my-calendar
1601
  msgid "%1$d events deleted successfully out of %2$d selected"
1602
  msgstr "%1$d Events erfolgreich gelöscht, von %2$d ausgewählten"
1603
 
1604
- #: my-calendar-event-manager.php:87
1605
  #@ my-calendar
1606
  msgid "Your events have not been deleted. Please investigate."
1607
  msgstr "Ihre Events wurden nicht gelöscht. Bitte untersuchen."
1608
 
1609
- #: my-calendar-event-manager.php:127
1610
  #@ my-calendar
1611
  msgid "You do not have permission to approve that event."
1612
  msgstr "Sie haben keine Berechtigung, diesen Event zu genehmigen."
1613
 
1614
- #: my-calendar-event-manager.php:141
1615
  #@ my-calendar
1616
  msgid "You do not have permission to reject that event."
1617
  msgstr "Sie haben keine Berechtigung, diesen Event abzulehnen."
1618
 
1619
- #: my-calendar-event-manager.php:240
1620
  #@ my-calendar
1621
  msgid "I'm sorry! I couldn't add that event to the database."
1622
  msgstr "Es tut mir leid! Ich konnte den Event nicht der Datenbank hinzufügen."
1623
 
1624
- #: my-calendar-event-manager.php:329
1625
  #@ my-calendar
1626
  msgid "This event must be approved in order for it to appear on the calendar."
1627
  msgstr "Dieses Ereignis muss genehmigt werden, damit es im Kalender erscheint."
1628
 
1629
- #: my-calendar-event-manager.php:364
1630
- #: my-calendar-event-manager.php:455
 
1631
  #@ my-calendar
1632
  msgid "(required)"
1633
  msgstr "(erforderlich)"
1634
 
1635
- #: my-calendar-event-manager.php:368
1636
  #@ my-calendar
1637
  msgid "Publish"
1638
  msgstr "Veröffentlichen"
1639
 
1640
- #: my-calendar-event-manager.php:368
1641
  #@ my-calendar
1642
  msgid "You must approve this event to promote it to the calendar."
1643
  msgstr "Sie müssen dem Event zustimmen, um ihn in den Kalender zu befördern."
1644
 
1645
- #: my-calendar-event-manager.php:370
1646
  #@ my-calendar
1647
  msgid "An administrator must approve your new event."
1648
  msgstr "Ein Administrator muss Ihren neuen Event genehmigen."
1649
 
1650
- #: my-calendar-event-manager.php:400
 
1651
  #@ my-calendar
1652
  msgid "Event Host"
1653
  msgstr "Event-Gastgeber"
1654
 
1655
- #: my-calendar-event-manager.php:452
1656
  #@ my-calendar
1657
  msgid "Event Date and Time"
1658
  msgstr "Event-Datum und -Zeit"
1659
 
1660
- #: my-calendar-event-manager.php:454
1661
- #@ my-calendar
1662
- msgid "Enter the beginning and ending information for the first occurrence of this event."
1663
- msgstr "Geben Sie den Anfang und das Ende für das erste Auftreten dieses Events ein."
1664
-
1665
- #: my-calendar-event-manager.php:464
1666
  #@ my-calendar
1667
  msgid "End Date (YYYY-MM-DD)"
1668
  msgstr "Ende-Datum (YYYY-MM-DD)"
1669
 
1670
- #: my-calendar-event-manager.php:490
1671
  #@ my-calendar
1672
  msgid "Date of Month (e.g., the 24th of each month)"
1673
  msgstr "Datum des Monats (z.B. der 24. eines jeden Monats)"
1674
 
1675
- #: my-calendar-event-manager.php:491
1676
  #@ my-calendar
1677
  msgid "Day of Month (e.g., the 3rd Monday of each month)"
1678
  msgstr "Tag des Monats (z.B. der 3. Montag des Monats)"
1679
 
1680
- #: my-calendar-event-manager.php:494
1681
  #@ my-calendar
1682
  msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1683
  msgstr "Geben Sie \"0\" ein, wenn sich der Event unbegrenzt wiederholen sollte. Ihr Eintrag ist die Anzahl der Events nach dem ersten Auftreten des Events: eine Wiederholung von <em>2</em> bedeutet das Ereignis wird drei mal passieren."
1684
 
1685
- #: my-calendar-event-manager.php:512
 
1686
  #@ my-calendar
1687
  msgid "My Calendar does not manage event registrations. Use this for information only."
1688
  msgstr "My Calendar bewältigt keine Event-Registrierungen. Verwenden Sie diese nur zur Information."
1689
 
1690
- #: my-calendar-event-manager.php:519
 
1691
  #@ my-calendar
1692
  msgid "If this event recurs, it can only be registered for as a complete series."
1693
  msgstr "Wenn dieser Event auftritt, kann er nur für eine komplette Serie registriert werden."
1694
 
1695
- #: my-calendar-event-manager.php:597
 
1696
  #@ my-calendar
1697
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1698
  msgstr "Wenn Sie GPS-Koordinaten für Ihren Standort hinzufügen, werden diese an Stelle von anderen Adressinformationen für Ihren Karten-Link verwendet."
1699
 
1700
- #: my-calendar-event-manager.php:666
 
1701
  #@ my-calendar
1702
  msgid "Table of Calendar Events"
1703
  msgstr "Tabelle der Kalendereinträge"
1704
 
1705
- #: my-calendar-event-manager.php:709
 
1706
  #@ my-calendar
1707
  msgid "Monthly (by date)"
1708
  msgstr "Monatlich (nach Datum)"
1709
 
1710
- #: my-calendar-event-manager.php:710
 
1711
  #@ my-calendar
1712
  msgid "Monthly (by day)"
1713
  msgstr "Monatlich (nach Tag)"
1714
 
1715
- #: my-calendar-event-manager.php:733
 
1716
  #@ my-calendar
1717
  msgid "Not editable."
1718
  msgstr "Kann nicht bearbeitet werden."
1719
 
1720
- #: my-calendar-event-manager.php:739
1721
  #@ my-calendar
1722
  msgid "Reject"
1723
  msgstr "Ablehnen"
1724
 
1725
- #: my-calendar-event-manager.php:741
1726
  #@ my-calendar
1727
  msgid "Approve"
1728
  msgstr "Genehmigen"
1729
 
1730
- #: my-calendar-event-manager.php:746
1731
  #@ my-calendar
1732
  msgid "Approved"
1733
  msgstr "Genehmigt"
1734
 
1735
- #: my-calendar-event-manager.php:748
1736
  #@ my-calendar
1737
  msgid "Rejected"
1738
  msgstr "Abgelehnt"
1739
 
1740
- #: my-calendar-event-manager.php:750
1741
  #@ my-calendar
1742
  msgid "Awaiting Approval"
1743
  msgstr "Wartet auf Genehmigung"
1744
 
1745
- #: my-calendar-event-manager.php:918
1746
  #@ my-calendar
1747
  msgid "The repetition value must be 0 unless a type of recurrence is selected."
1748
  msgstr "Der Wiederholungswert muss 0 sein, ausgenommen eine Art von Wiederholung ist ausgewählt."
1749
 
1750
- #: my-calendar-help.php:23
1751
- #@ my-calendar
1752
- msgid "The shortcode supports five attributes, <code>category</code>, <code>format</code>, <code>showkey</code>, <code>shownav</code> and <code>time</code>. There two alternate options for <code>format</code>: <code>list</code>, which will show the calendar in a list format, skipping dates without any events, and <code>mini</code>, which will display the calendar in a form more suitable to being displayed in smaller spaces, such as the sidebar. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using the pipe character: <code>|</code>. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output. Setting <code>shownav</code> to <code>no</code> will disable the Previous/Next links. The <code>time</code> shortcode switches between a weekly view and the default monthly view."
1753
- msgstr "Der Shortcode unterstützt fünf Attribute, <code>category</code> , <code>format</code> , <code>showkey</code> , <code>shownav</code> und <code>time</code> . Es gibt zwei alternative Möglichkeiten für <code>format</code> : <code>list</code> , die den Kalender in Form einer Liste anzeigen, Daten ohne Ereignisse Überspringen und <code>mini</code> , die den Kalender in einer Form besser geeignet für kleinere Räume anzeigen, wie inder Sidebar. Das <code>category</code> Attribut erfordert entweder den Namen oder ID-Nummer eines Ihrer Event-Kategorien (der Name in Groß-und Kleinschreibung). Dies zeigt einen Kalender nur mit Events in dieser Kategorie. Mehrere Kategorien können angegeben werden durch die Trennung der Kategorie-Namen oder IDs mit dem Pipe-Zeichen: <code>|</code> . Setzen von <code>showkey</code> auf <code>no</code> verhindert den Kategorie-Schlüssel angezeigt zu werden &mdash; dies kann nützlich sein bei Einzel-Kategorie-Ausgabe. Setzen von <code>shownav</code> auf <code>no</code> deaktiviert die Zurück / Weiter Links. Der <code>time</code> Shortcode schaltet zwischen einer wöchentlichen Ansicht und der Standard-Monatssicht."
1754
-
1755
- #: my-calendar-help.php:27
1756
- #@ my-calendar
1757
- msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria."
1758
- msgstr "Dieser Shortcode zeigt die Ausgabe des Kommende-Events-Widget. Die <code>before</code> und <code>after</code> Attribute sollten Zahlen sein; das <code>type</code> Attribut kann entweder \"event\" oder \"days\" sein und das <code>category</code> Attribut funktioniert auf dieselbe Weise wie auch das Kategorie-Attribut im Haupt-Kalender Shortcode. Vorlagen arbeiten mit Hilfe der weiter unten afgelisteten Schablonencodes. <code>fallback</code> bietet Text für den Fall es gibt keine Termine die Ihre Kriterien erfüllen."
1759
-
1760
- #: my-calendar-help.php:30
1761
  #@ my-calendar
1762
  msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
1763
  msgstr "Wie vorauszusehen war, zeigt dieser Shortcode die Ausgabe des Heutige-Events-Widget, mit drei konfigurierbaren Attributen: category, template and fallback."
1764
 
1765
- #: my-calendar-help.php:33
1766
- #@ my-calendar
1767
- msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, or <code>zip</code> (postal code)."
1768
- msgstr "Dieser Shortcode erstellt eine Liste von Veranstaltungsorten, entweder als Liste von Links oder als Dropdown-Auswahl. Das <code>show</code> Attribut kann entweder <code>list</code> oder <code>form</code> sein, <code>type</code> ist entweder <code>saved</code> (zeigt die Artikel aus Ihren gespeicherten Standorten) oder <code>custom</code> (zeigt die Optionen wie sie in den Benutzer-Einstellungen konfiguriert sind). <code>datatype</code> muss der Datentyp Ihrer Wahl sein: <code>name</code> (Firma), <code>city</code> , <code>state</code> , <code>country</code> oder <code>zip</code> (PLZ)."
1769
-
1770
- #: my-calendar-help.php:53
1771
  #@ my-calendar
1772
  msgid "Custom Styles"
1773
  msgstr "Benutzerdefinierte Stile"
1774
 
1775
- #: my-calendar-help.php:56
1776
  #@ my-calendar
1777
  msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1778
  msgstr "My Calendar ist mit vier grundlegenden Stylesheets ausgestattet. My Calendar wird bei der Änderung dieser grundlegenden Stylesheets beim Upgrade beibehalten, aber wenn man ein völlig neues Stylesheet hinzufügen möchten, möchten Sie es vielleicht im benutzerdefinierten Stylesheets-Verzeichnis von My Calendar speichern."
1779
 
1780
- #: my-calendar-help.php:58
1781
  #@ my-calendar
1782
  msgid "Your stylesheet directory is"
1783
  msgstr "Ihr Stylesheet-Verzeichnis ist"
1784
 
1785
- #: my-calendar-help.php:58
1786
  #@ my-calendar
1787
  msgid "Your custom stylesheets directory is"
1788
  msgstr "Ihr benutzerdefiniertes Stylesheets-Verzeichnis ist"
1789
 
1790
- #: my-calendar-help.php:69
1791
- #@ default
1792
- msgid "These codes are available in calendar widgets, email notifications, and event titles."
1793
- msgstr ""
1794
-
1795
- #: my-calendar-help.php:82
1796
  #@ my-calendar
1797
- msgid "Displays the start time for the event adjusted to the current user's time zone settings. Blank output if user settings are disabled or the user has not selected a preferred time zone."
1798
- msgstr "Zeigt die Startzeit für den Event, angepasst an die aktuelle Zeitzone des Benutzers. Leere Ausgabe, wenn Benutzer-Einstellungen deaktiviert sind oder der Benutzer hat nicht die bevorzugte Zeitzone ausgewählt."
1799
 
1800
- #: my-calendar-help.php:97
1801
  #@ my-calendar
1802
  msgid "Displays the name of the person assigned as host for the event."
1803
  msgstr "Zeigt den Namen der Person, die als Gastgeber für den Event vergeben wurde."
1804
 
1805
- #: my-calendar-help.php:142
1806
  #@ my-calendar
1807
  msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1808
  msgstr "Zeigt den aktuellen Status der Veranstaltung: entweder \"Published\" or \"Reserved\" - direkt in E-Mail-Vorlagen verwendet."
1809
 
1810
- #: my-calendar-help.php:145
1811
  #@ my-calendar
1812
  msgid "Produces the address of the current event's category icon."
1813
  msgstr "Erzeugt die Adresse des aktuellen Event-Kategorie-Symbols."
1814
 
1815
- #: my-calendar-help.php:148
1816
  #@ my-calendar
1817
  msgid "Produces the hex code for the current event's category color."
1818
  msgstr "Erzeugt den Hex-Code für die aktuelle Event-Kategorie-Farbe."
1819
 
1820
- #: my-calendar-install.php:142
1821
  #@ my-calendar
1822
  msgid "My Calendar Default Timezone"
1823
  msgstr "My Calendar Standard-Zeitzone"
1824
 
1825
- #: my-calendar-install.php:187
1826
  #@ my-calendar
1827
  msgid "My Calendar Default Location"
1828
  msgstr "My Calendar Standard-Standort"
1829
 
1830
- #: my-calendar-output.php:143
1831
- #@ my-calendar
1832
- msgid "in your time zone"
1833
- msgstr "in Ihrer Zeitzone"
1834
-
1835
- #: my-calendar-output.php:439
1836
  #@ my-calendar
1837
  msgid "The week's events"
1838
  msgstr "Die Events der Woche"
1839
 
1840
- #: my-calendar-output.php:450
1841
  #@ my-calendar
1842
  msgid "This week's events"
1843
  msgstr "Die Events dieser Woche"
1844
 
1845
- #: my-calendar-output.php:664
1846
  #@ my-calendar
1847
  msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
1848
  msgstr "Abonnieren von <abbr title=\\\"Really Simple Syndication\\\">RSS</abbr>"
1849
 
1850
- #: my-calendar-output.php:665
1851
  #@ my-calendar
1852
  msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
1853
  msgstr "Download als <abbr title=\\\"iCal Ereignisse exportieren\\\">iCal</abbr>"
1854
 
1855
- #: my-calendar-output.php:802
 
1856
  #@ my-calendar
1857
  msgid "Show all"
1858
  msgstr "Alle"
1859
 
1860
- #: my-calendar-output.php:816
1861
  #@ my-calendar
1862
  msgid "Show events in:"
1863
  msgstr "Standort:"
1864
 
1865
- #: my-calendar-output.php:848
 
1866
  #@ my-calendar
1867
  msgid "Submit"
1868
  msgstr "los"
1869
 
1870
- #: my-calendar-settings.php:115
1871
  #@ my-calendar
1872
  msgid "Permissions Settings saved"
1873
  msgstr "Genehmigungen-Einstellungen gespeichert"
1874
 
1875
- #: my-calendar-settings.php:163
1876
  #@ my-calendar
1877
  msgid "Output Settings saved"
1878
  msgstr "Ausgabe-Einstellungen gespeichert"
1879
 
1880
- #: my-calendar-settings.php:181
1881
  #@ my-calendar
1882
  msgid "Input Settings saved"
1883
  msgstr "Eingabe-Einstellungen gespeichert"
1884
 
1885
- #: my-calendar-settings.php:197
1886
  #@ my-calendar
1887
  msgid "Custom text settings saved"
1888
  msgstr "Benutzerdefinierte Text-Einstellungen gespeichert"
1889
 
1890
- #: my-calendar-settings.php:210
1891
  #@ my-calendar
1892
  msgid "Email notice settings saved"
1893
  msgstr "E-Mail-Benachrichtigung-Einstellungen gespeichert"
1894
 
1895
- #: my-calendar-settings.php:224
1896
  #@ my-calendar
1897
  msgid "User custom settings saved"
1898
  msgstr "Benutzer benutzerdefinierte Einstellungen gespeichert"
1899
 
1900
- #: my-calendar-settings.php:254
1901
  #@ my-calendar
1902
  msgid "Calendar Management Settings"
1903
  msgstr "Kalender-Management-Einstellungen"
1904
 
1905
- #: my-calendar-settings.php:261
1906
- #@ my-calendar
1907
- msgid "Choose the lowest user group that may create events"
1908
- msgstr "Wählen Sie die niedrigste Benutzergruppe, die Ereignisse erstellen können"
1909
-
1910
- #: my-calendar-settings.php:270
1911
- #@ my-calendar
1912
- msgid "Choose the lowest user group that may approve events"
1913
- msgstr "Wählen Sie die niedrigste Benutzergruppe, die Ereignisse genehmigen kann"
1914
-
1915
- #: my-calendar-settings.php:276
1916
  #@ my-calendar
1917
  msgid "Enable approval options."
1918
  msgstr "Aktiviere Genehmigung-Optionen."
1919
 
1920
- #: my-calendar-settings.php:279
1921
- #@ my-calendar
1922
- msgid "Choose the lowest user group that may edit or delete any event"
1923
- msgstr "Wählen Sie die niedrigste Benutzergruppe, die Events bearbeiten oder löschen kann"
1924
-
1925
- #: my-calendar-settings.php:285
1926
  #@ my-calendar
1927
  msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
1928
  msgstr "Standardmäßig können nur Administratoren Events bearbeiten oder löschen. Andere Benutzer können nur Events bearbeiten oder löschen, die sie selbst verfasst haben."
1929
 
1930
- #: my-calendar-settings.php:289
1931
  #@ my-calendar
1932
  msgid "Save Approval Settings"
1933
  msgstr "Genehmigungs-Einstellungen speichern"
1934
 
1935
- #: my-calendar-settings.php:295
1936
  #@ my-calendar
1937
  msgid "Calendar Text Settings"
1938
  msgstr "Kalender-Texteinstellungen"
1939
 
1940
- #: my-calendar-settings.php:321
1941
  #@ my-calendar
1942
  msgid "Save Custom Text Settings"
1943
  msgstr "Benutzerdefinierte Texteinstellungen speichern"
1944
 
1945
- #: my-calendar-settings.php:327
1946
  #@ my-calendar
1947
  msgid "Calendar Output Settings"
1948
  msgstr "Kalender-Ausgabe-Einstellungen"
1949
 
1950
- #: my-calendar-settings.php:334
1951
  #@ my-calendar
1952
  msgid "Event title template"
1953
  msgstr "Event-Titel-Vorlage"
1954
 
1955
- #: my-calendar-settings.php:336
1956
- #: my-calendar-settings.php:475
1957
  #@ my-calendar
1958
  msgid "Shortcode Help"
1959
  msgstr "Shortcode-Hilfe"
1960
 
1961
- #: my-calendar-settings.php:336
1962
- #: my-calendar-settings.php:475
1963
  #@ my-calendar
1964
  msgid "All template shortcodes are available."
1965
  msgstr "Alle Template-Shortcodes sind verfügbar."
1966
 
1967
- #: my-calendar-settings.php:376
1968
  #@ my-calendar
1969
  msgid "Show link to My Calendar RSS feed."
1970
  msgstr "Zeige Link zu My Calendar RSS-Feed."
1971
 
1972
- #: my-calendar-settings.php:379
1973
  #@ my-calendar
1974
  msgid "Show link to iCal format download."
1975
  msgstr "Zeige Link zu iCal-Format-Download."
1976
 
1977
- #: my-calendar-settings.php:382
1978
- #@ my-calendar
1979
- msgid "If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
1980
- msgstr "Wenn ein wiederkehrender Event für ein Datum, das nicht vorhanden ist (wie der 5. Mittwoch im Februar) geplant ist, diesen eine Woche zurück verschieben."
1981
-
1982
- #: my-calendar-settings.php:383
1983
- #@ my-calendar
1984
- msgid "If this option is unchecked, recurring events which fall on dates which don't exist will simply not be shown on the calendar."
1985
- msgstr "Wenn diese Option deaktiviert ist, wiederkehrende Events von Daten, die nicht existieren einfach nicht im Kalender anzeigen."
1986
-
1987
- #: my-calendar-settings.php:386
1988
- #@ my-calendar
1989
- msgid "If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
1990
- msgstr "Wenn ein Event sich mit einem Event der benannten \"Feiertag\"-Kategorie deckt, zeige diesen Event nicht."
1991
-
1992
- #: my-calendar-settings.php:389
1993
  #@ my-calendar
1994
  msgid "Holiday Category"
1995
  msgstr "Feiertag-Kategorie"
1996
 
1997
- #: my-calendar-settings.php:415
1998
  #@ my-calendar
1999
  msgid "Save Output Settings"
2000
  msgstr "Ausgabe-Einstellungen speichern"
2001
 
2002
- #: my-calendar-settings.php:421
2003
  #@ my-calendar
2004
  msgid "Calendar Input Settings"
2005
  msgstr "Kalender-Eingabe-Einstellungen"
2006
 
2007
- #: my-calendar-settings.php:431
2008
  #@ my-calendar
2009
  msgid "Show Event Recurrence Options"
2010
  msgstr "Zeige Event-Serienoptionen"
2011
 
2012
- #: my-calendar-settings.php:448
2013
  #@ my-calendar
2014
  msgid "Save Input Settings"
2015
  msgstr "Eingabe-Einstellungen speichern"
2016
 
2017
- #: my-calendar-settings.php:454
2018
  #@ my-calendar
2019
  msgid "Calendar Email Settings"
2020
  msgstr "Kalender-E-Mail-Einstellungen"
2021
 
2022
- #: my-calendar-settings.php:459
2023
  #@ my-calendar
2024
  msgid "Calendar Options: Email Notifications"
2025
  msgstr "Kalender-Optionen: E-Mail-Benachrichtigung"
2026
 
2027
- #: my-calendar-settings.php:463
2028
  #@ my-calendar
2029
  msgid "Send Email Notifications when new events are scheduled or reserved."
2030
  msgstr "Senden Sie E-Mail Benachrichtigungen, wenn neue Termine geplant sind oder reserviert."
2031
 
2032
- #: my-calendar-settings.php:466
2033
  #@ my-calendar
2034
  msgid "Notification messages are sent to: "
2035
  msgstr "Benachrichtigungen sind zu richten an: "
2036
 
2037
- #: my-calendar-settings.php:470
2038
  #@ my-calendar
2039
  msgid "Email subject"
2040
  msgstr "Email-Betreff"
2041
 
2042
- #: my-calendar-settings.php:470
2043
  #@ my-calendar
2044
  msgid "New event Added"
2045
  msgstr "Neuer Termin hinzugefügt"
2046
 
2047
- #: my-calendar-settings.php:474
2048
  #@ my-calendar
2049
  msgid "Message Body"
2050
  msgstr "Nachrichtentext"
2051
 
2052
- #: my-calendar-settings.php:474
2053
  #@ my-calendar
2054
  msgid "New Event:"
2055
  msgstr "Neuer Event:"
2056
 
2057
- #: my-calendar-settings.php:479
2058
  #@ my-calendar
2059
  msgid "Save Email Settings"
2060
  msgstr "E-Mail-Einstellungen speichern"
2061
 
2062
- #: my-calendar-settings.php:485
2063
  #@ my-calendar
2064
  msgid "Calendar User Settings"
2065
  msgstr "Kalender Benutzer-Einstellungen"
2066
 
2067
- #: my-calendar-settings.php:492
2068
- #@ my-calendar
2069
- msgid "My Calendar: User Settings"
2070
- msgstr "My Calendar: Benutzer-Einstellungen"
2071
-
2072
- #: my-calendar-settings.php:495
2073
  #@ my-calendar
2074
  msgid "Allow registered users to provide timezone or location presets in their user profiles."
2075
  msgstr "Registrierten Benutzern erlauben, Zeitzone oder Standard-Standort in ihren Benutzer-Profilen anzubieten."
2076
 
2077
- #: my-calendar-settings.php:507
2078
  #@ my-calendar
2079
  msgid "Timezone Settings"
2080
  msgstr "Zeitzone-Einstellungen"
2081
 
2082
- #: my-calendar-settings.php:508
2083
  #@ my-calendar
2084
  msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
2085
  msgstr "Diese Einstellungen bieten Benutzern die Möglichkeit, eine Zeitzone in ihrem Benutzerprofil zu wählen. Wenn sie ihren Kalender ansehen, wird die Zeit für Events in der Zeit ihrer Zeitzone sowie der eingegebene Wert angezeigt."
2086
 
2087
- #: my-calendar-settings.php:510
2088
  #@ my-calendar
2089
  msgid "Enable Timezone"
2090
  msgstr "Aktiviere Zeitzone"
2091
 
2092
- #: my-calendar-settings.php:513
2093
  #@ my-calendar
2094
  msgid "Select Timezone Label"
2095
  msgstr "Wählen Sie den Zeitzonen-Namen"
2096
 
2097
- #: my-calendar-settings.php:516
2098
  #@ my-calendar
2099
  msgid "Timezone Options"
2100
  msgstr "Zeitzonen-Optionen"
2101
 
2102
- #: my-calendar-settings.php:516
2103
- #: my-calendar-settings.php:537
2104
  #@ my-calendar
2105
  msgid "Value, Label; one per line"
2106
  msgstr "Wert, Beschriftung; eine pro Zeile"
2107
 
2108
- #: my-calendar-settings.php:528
2109
  #@ my-calendar
2110
  msgid "Location Settings"
2111
  msgstr "Standorteinstellungen"
2112
 
2113
- #: my-calendar-settings.php:529
2114
- #@ my-calendar
2115
- msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter."
2116
- msgstr "Diese Einstellungen bieten registrierten Benutzern die Möglichkeit eine Standort in ihrem Benutzerprofil zu wählen. Wenn sie ihren Kalender anzeigen, wird ihre erste Ansicht begrenzt auf diesen Standort."
2117
-
2118
- #: my-calendar-settings.php:531
2119
  #@ my-calendar
2120
  msgid "Enable Location"
2121
  msgstr "Standort freigeben"
2122
 
2123
- #: my-calendar-settings.php:534
2124
  #@ my-calendar
2125
  msgid "Select Location Label"
2126
  msgstr "Wählen Sie Standort-Namen"
2127
 
2128
- #: my-calendar-settings.php:537
2129
  #@ my-calendar
2130
  msgid "Location Options"
2131
  msgstr "Standort-Optionen"
2132
 
2133
- #: my-calendar-settings.php:547
2134
  #@ my-calendar
2135
  msgid "Location Type"
2136
  msgstr "Standort-Typ"
2137
 
2138
- #: my-calendar-settings.php:549
 
 
2139
  #@ my-calendar
2140
  msgid "Location Name"
2141
  msgstr "Standort-Name"
2142
 
2143
- #: my-calendar-settings.php:561
2144
  #@ my-calendar
2145
  msgid "Save User Settings"
2146
  msgstr "Benutzereinstellungen sichern"
2147
 
2148
- #: my-calendar-styles.php:51
2149
  #@ my-calendar
2150
  msgid "The stylesheet has been updated."
2151
  msgstr "Das Stylesheet wurde aktualisiert."
2152
 
2153
- #: my-calendar-styles.php:51
2154
  #@ my-calendar
2155
  msgid "Write Error! Please verify write permissions on the style file."
2156
  msgstr "Schreibfehler! Bitte überprüfen Sie Schreibrechte der Stylesheet-Datei."
2157
 
2158
- #: my-calendar-styles.php:67
2159
  #@ my-calendar
2160
  msgid "Stylesheet reset to default."
2161
  msgstr "Stylesheet auf Standardeinstellung zurücksetzen."
2162
 
2163
- #: my-calendar-styles.php:69
2164
  #@ my-calendar
2165
  msgid "Style Settings Saved"
2166
  msgstr "Stileinstellungen gespeichert"
2167
 
2168
- #: my-calendar-styles.php:78
2169
  #@ my-calendar
2170
  msgid "New theme selected."
2171
  msgstr "Neues Thema ausgewählt."
2172
 
2173
- #: my-calendar-styles.php:92
2174
  #@ my-calendar
2175
  msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
2176
  msgstr "Entschuldigen Sie. Die Datei, die Sie suchen scheint offenbar nicht zu existieren. Bitte überprüfen Sie den Dateinamen und den Speicherort!"
2177
 
2178
- #: my-calendar-styles.php:111
2179
  #@ my-calendar
2180
  msgid "Select My Calendar Theme"
2181
  msgstr "Wählen Sie das My Calendar -Thema"
2182
 
2183
- #: my-calendar-styles.php:119
2184
  #@ default
2185
  msgid "Your Custom Stylesheets"
2186
  msgstr ""
2187
 
2188
- #: my-calendar-styles.php:128
2189
  #@ my-calendar
2190
  msgid "Installed Stylesheets"
2191
  msgstr "Installierte Stylesheets"
2192
 
2193
- #: my-calendar-styles.php:136
2194
  #@ my-calendar
2195
  msgid "Choose Style"
2196
  msgstr "Wählen Sie den Stil"
2197
 
2198
- #: my-calendar-styles.php:149
2199
  #@ my-calendar
2200
  msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
2201
  msgstr "My Calendar konnte Ihre CSS-Dateien während des Upgrade nicht aktualisieren. Bitte überprüfen Sie Ihre Dateiberechtigungen, wenn Sie auf Ihre My Calendar Stile bearbeiten möchten. Ihre zuvor gespeicherten Stile sind unten. Diese Nachricht und diese Stile werden aus der Datenbank entfernt, wenn Sie Ihre Stylesheet erfolgreich aktualisiert haben."
2202
 
2203
- #: my-calendar-styles.php:160
2204
  #@ my-calendar
2205
  msgid "Apply CSS only on these pages (comma separated page IDs)"
2206
  msgstr "CSS nur auf diesen Seiten anwenden (durch Komma getrennt Seite-IDs)"
2207
 
2208
- #: my-calendar-templates.php:164
 
2209
  #@ my-calendar
2210
  msgid "Published"
2211
  msgstr "Veröffentlicht"
2212
 
2213
- #: my-calendar-templates.php:164
 
2214
  #@ my-calendar
2215
  msgid "Reserved"
2216
  msgstr "Reserviert"
2217
 
2218
- #: my-calendar-upgrade-db.php:29
2219
- #@ my-calendar
2220
- msgid "Upgrade now."
2221
- msgstr "Jetzt aktualisieren."
2222
-
2223
- #: my-calendar-user.php:39
2224
  #@ my-calendar
2225
  msgid "My Calendar User Settings"
2226
  msgstr "My Calendar Benutzereinstellungen"
@@ -2230,29 +2002,1544 @@ msgstr "My Calendar Benutzereinstellungen"
2230
  msgid "My Calendar: Today's Events"
2231
  msgstr "My Calendar: Heutige Events"
2232
 
2233
- #: my-calendar-widgets.php:44
2234
- #: my-calendar-widgets.php:124
 
2235
  #@ my-calendar
2236
  msgid "Category or categories to display:"
2237
  msgstr "Kategorie oder Kategorien für Anzeige:"
2238
 
2239
- #: my-calendar-widgets.php:64
2240
  #@ my-calendar
2241
  msgid "My Calendar: Upcoming Events"
2242
  msgstr "My Calendar: Kommende Events"
2243
 
2244
- #: my-calendar-widgets.php:120
2245
  #@ my-calendar
2246
  msgid "Show this text if there are no events meeting your criteria:"
2247
  msgstr "Zeige diesen Text, wenn es keine Events gibt, die Ihren Kriterien entsprechen:"
2248
 
2249
- #: my-calendar.php:135
2250
  #@ my-calendar
2251
  msgid "Buy the Beginner's Guide"
2252
  msgstr "Kaufen Sie das Beginner's Guide"
2253
 
2254
- #: my-calendar.php:242
2255
  #@ my-calendar
2256
  msgid "Behavior Editor"
2257
  msgstr "Verhaltensweise Editor"
2258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: my-calendar-categories.php:103
23
  #@ my-calendar
24
  msgid "Category added successfully"
25
  msgstr "Kategorie erfolgreich hinzugefügt"
26
 
27
+ #: my-calendar-categories.php:105
28
  #@ my-calendar
29
  msgid "Category addition failed."
30
  msgstr "Fehler beim hinzufügen der Kategorie"
31
 
32
+ #: my-calendar-categories.php:115
33
  #@ my-calendar
34
  msgid "Category deleted successfully. Categories in calendar updated."
35
  msgstr "Kategorie erfolgreich gelöscht. Kategorien im Kalender aktualisiert"
36
 
37
+ #: my-calendar-categories.php:117
38
  #@ my-calendar
39
  msgid "Category deleted successfully. Categories in calendar not updated."
40
  msgstr "Kategorie erfolgreich gelöscht. Kategorien im Kalender nicht aktualisiert."
41
 
42
+ #: my-calendar-categories.php:119
43
  #@ my-calendar
44
  msgid "Category not deleted. Categories in calendar updated."
45
  msgstr "Kategorie nicht gelöscht. Kategorien im Kalender aktualisiert"
46
 
47
+ #: my-calendar-categories.php:135
48
  #@ my-calendar
49
  msgid "Category edited successfully"
50
+ msgstr "Kategorie erfolgreich bearbeitet."
51
 
52
+ #: my-calendar-categories.php:170
53
+ #: my-calendar-categories.php:195
54
+ #: my-calendar-categories.php:212
55
  #@ my-calendar
56
  msgid "Add Category"
57
  msgstr "Kategorie hinzufügen"
58
 
59
+ #: my-calendar-categories.php:172
60
+ #: my-calendar-categories.php:195
61
  #@ my-calendar
62
  msgid "Edit Category"
63
  msgstr "Kategorie editieren"
64
 
65
+ #: my-calendar-categories.php:179
66
  #@ my-calendar
67
  msgid "Category Editor"
68
  msgstr "Kategorie Editor"
69
 
70
+ #: my-calendar-categories.php:196
71
+ #: my-calendar-categories.php:240
72
  #@ my-calendar
73
  msgid "Category Name"
74
  msgstr "Kategorie Name"
75
 
76
+ #: my-calendar-categories.php:197
77
  #@ my-calendar
78
  msgid "Category Color (Hex format)"
79
  msgstr "Kategorie Farbe (Hex Format)"
80
 
81
+ #: my-calendar-categories.php:198
82
+ #: my-calendar-categories.php:242
83
  #@ my-calendar
84
  msgid "Category Icon"
85
  msgstr "Kategorie Icon"
86
 
87
+ #: my-calendar-categories.php:212
88
+ #: my-calendar-locations.php:210
89
  #@ my-calendar
90
  msgid "Save Changes"
91
  msgstr "Änderungen speichern"
92
 
93
+ #: my-calendar-categories.php:228
94
+ #: my-calendar.php:157
95
  #@ my-calendar
96
  msgid "Manage Categories"
97
  msgstr "Kategorien verwalten"
98
 
99
+ #: my-calendar-categories.php:239
100
+ #: my-calendar-event-manager.php:909
101
+ #: my-calendar-group-manager.php:678
102
+ #: my-calendar-locations.php:270
103
  #@ my-calendar
104
  msgid "ID"
105
  msgstr "ID"
106
 
107
+ #: my-calendar-categories.php:241
108
  #@ my-calendar
109
  msgid "Category Color"
110
  msgstr "Kategorie-Farbe"
111
 
112
+ #: my-calendar-categories.php:243
113
+ #: my-calendar-categories.php:257
114
+ #: my-calendar-event-manager.php:975
115
+ #: my-calendar-group-manager.php:687
116
+ #: my-calendar-locations.php:272
117
+ #: my-calendar-locations.php:284
118
+ #: my-calendar-output.php:274
119
  #@ my-calendar
120
  msgid "Edit"
121
  msgstr "Editieren"
122
 
123
+ #: my-calendar-categories.php:244
124
+ #: my-calendar-categories.php:263
125
+ #: my-calendar-event-manager.php:181
126
+ #: my-calendar-event-manager.php:978
127
+ #: my-calendar-locations.php:273
128
+ #: my-calendar-locations.php:285
129
+ #: my-calendar-output.php:275
130
  #@ my-calendar
131
  msgid "Delete"
132
  msgstr "Löschen"
133
 
134
+ #: my-calendar-categories.php:260
135
+ #: my-calendar-event-manager.php:956
136
+ #: my-calendar-group-manager.php:727
137
+ #: my-calendar-output.php:172
138
+ #: my-calendar-settings.php:281
139
  #@ my-calendar
140
  msgid "N/A"
141
  msgstr "n/v"
142
 
143
+ #: my-calendar-categories.php:263
144
+ #: my-calendar-locations.php:285
145
  #@ my-calendar
146
  msgid "Are you sure you want to delete this category?"
147
  msgstr "Sind sie sicher, dass sie diese Kategorie löschen wollen?"
148
 
149
+ #: my-calendar-categories.php:274
150
  #@ my-calendar
151
  msgid "There are no categories in the database - something has gone wrong!"
152
  msgstr "Es sind keine Kategorie in der Datenbank - etwas lief schief!"
153
 
154
+ #: my-calendar-event-manager.php:100
155
+ #: my-calendar-settings.php:644
156
  #@ my-calendar
157
  msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
158
  msgstr "My Calender hat erkannt, dass sie das Kalenderplugin von Kieran O'Shea installiert haben - wollen sie diese Events und Kategorien importieren?"
159
 
160
+ #: my-calendar-event-manager.php:107
161
+ #: my-calendar-settings.php:651
162
  #@ my-calendar
163
  msgid "Import from Calendar"
164
  msgstr "Importieren von Calender"
165
 
166
+ #: my-calendar-event-manager.php:112
167
  #@ my-calendar
168
  msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
169
  msgstr "Trotzdem kann es sein, dass der Import fehlschlägt, dies wird aber keine Auswirkungen auf die existierende Kalender-Datenbank haben. Wenn sie ein Problem gefunden haben, schreiben sie eine eMail an <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
170
 
171
+ #: my-calendar-event-manager.php:172
172
  #@ my-calendar
173
  msgid "Delete Event"
174
  msgstr "Event löschen"
175
 
176
+ #: my-calendar-event-manager.php:172
177
  #@ my-calendar
178
  msgid "Are you sure you want to delete this event?"
179
  msgstr "Sind sie sicher, dass sie das Event löschen wollen?"
180
 
181
+ #: my-calendar-event-manager.php:189
182
  #@ my-calendar
183
  msgid "You do not have permission to delete that event."
184
  msgstr "Sie haben keine Rechte das Event zu löschen!"
185
 
186
+ #: my-calendar-event-manager.php:161
187
+ #: my-calendar-event-manager.php:321
188
+ #: my-calendar-event-manager.php:350
189
+ #: my-calendar-event-manager.php:364
190
+ #: my-calendar-event-manager.php:377
191
+ #: my-calendar-event-manager.php:1152
192
+ #: my-calendar-event-manager.php:1155
193
+ #: my-calendar-event-manager.php:1158
194
+ #: my-calendar-event-manager.php:1167
195
+ #: my-calendar-event-manager.php:1174
196
+ #: my-calendar-event-manager.php:1190
197
+ #: my-calendar-event-manager.php:1196
198
+ #: my-calendar-group-manager.php:56
199
+ #: my-calendar-group-manager.php:82
200
+ #: my-calendar-group-manager.php:149
201
+ #: my-calendar-group-manager.php:552
202
  #@ my-calendar
203
  msgid "Error"
204
  msgstr "Fehler"
205
 
206
+ #: my-calendar-event-manager.php:329
207
  #@ my-calendar
208
  msgid "Event added. It will now show in your calendar."
209
  msgstr "Event hinzugefügt und im Kalender erschienen."
210
 
211
+ #: my-calendar-event-manager.php:350
212
+ #: my-calendar-group-manager.php:149
213
  #@ my-calendar
214
  msgid "Your event was not updated."
215
  msgstr "Ihr Event wurde nicht aktualisiert"
216
 
217
+ #: my-calendar-event-manager.php:352
218
+ #: my-calendar-group-manager.php:58
219
+ #: my-calendar-group-manager.php:84
220
+ #: my-calendar-group-manager.php:151
221
  #@ my-calendar
222
  msgid "Nothing was changed in that update."
223
  msgstr "In diesem Update gab es keine Änderungen"
224
 
225
+ #: my-calendar-event-manager.php:354
226
+ #: my-calendar-group-manager.php:60
227
+ #: my-calendar-group-manager.php:153
228
  #@ my-calendar
229
  msgid "Event updated successfully"
230
  msgstr "Event erfolgreich aktualisert"
231
 
232
+ #: my-calendar-event-manager.php:357
233
+ #: my-calendar-group-manager.php:156
234
  #@ my-calendar
235
  msgid "You do not have sufficient permissions to edit that event."
236
  msgstr "Sie haben keine ausreichenden Rechte um das Event zu ändern."
237
 
238
+ #: my-calendar-event-manager.php:364
239
  #@ my-calendar
240
  msgid "You can't delete an event if you haven't submitted an event id"
241
  msgstr "Sie können kein Event löschen, wenn sie nicht die event-id eingegeben haben"
242
 
243
+ #: my-calendar-event-manager.php:375
244
  #@ my-calendar
245
  msgid "Event deleted successfully"
246
  msgstr "Event erfolgreich gelöscht"
247
 
248
+ #: my-calendar-event-manager.php:377
249
  #@ my-calendar
250
  msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
251
  msgstr "Trotz des Versuchts das Event zu löschen befindet es sich noch in der Datenbank, bitte untersuchen sie das Problem"
252
 
253
+ #: my-calendar-event-manager.php:270
254
+ #: my-calendar-group-manager.php:745
255
  #@ my-calendar
 
256
  msgid "Edit Event"
257
  msgstr "Event editieren"
258
 
259
+ #: my-calendar-event-manager.php:274
260
+ #: my-calendar-event-manager.php:285
261
  #@ my-calendar
262
  msgid "You must provide an event id in order to edit it"
263
  msgstr "Sie müssen eine event-id angeben um ein Event zu editieren"
264
 
265
+ #: my-calendar-event-manager.php:281
 
266
  #@ my-calendar
267
  msgid "Copy Event"
268
  msgstr "Event kopieren"
269
 
270
+ #: my-calendar-core.php:816
271
+ #: my-calendar-event-manager.php:293
272
  #@ my-calendar
273
  msgid "Add Event"
274
  msgstr "Event hinzufügen"
275
 
276
+ #: my-calendar-event-manager.php:891
277
  #@ my-calendar
278
  msgid "Manage Events"
279
  msgstr "Events verwalten"
280
 
281
+ #: my-calendar-event-manager.php:389
282
+ #: my-calendar-group-manager.php:167
283
  #@ my-calendar
284
  msgid "Sorry! That's an invalid event key."
285
  msgstr "Entschuldigung, das ist ein falscher Event-Schlüssel."
286
 
287
+ #: my-calendar-event-manager.php:393
288
+ #: my-calendar-group-manager.php:171
289
  #@ my-calendar
290
  msgid "Sorry! We couldn't find an event with that ID."
291
  msgstr "Entschuldigung, wir konnten mit kein Event mit dieser ID finden."
292
 
293
+ #: my-calendar-event-manager.php:475
294
+ #: my-calendar-group-manager.php:285
 
 
 
 
295
  #@ my-calendar
296
  msgid "Enter your Event Information"
297
  msgstr "Geben sie ihre Eventinformationen ein"
298
 
299
+ #: my-calendar-event-manager.php:477
300
+ #: my-calendar-group-manager.php:291
301
  #@ my-calendar
302
  msgid "Event Title"
303
  msgstr "Event Titel"
304
 
305
+ #: my-calendar-event-manager.php:503
306
+ #: my-calendar-group-manager.php:295
307
  #@ my-calendar
308
  msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
309
  msgstr "Event Beschreibung (<abbr title=\"hypertext markup language\">HTML</abbr> erlaubt)"
310
 
311
+ #: my-calendar-event-manager.php:526
312
+ #: my-calendar-group-manager.php:313
313
  #@ my-calendar
314
  msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
315
  msgstr "Event Kurzbeschreibung (<abbr title=\"hypertext markup language\">HTML</abbr> erlaubt)"
316
 
317
+ #: my-calendar-event-manager.php:549
318
+ #: my-calendar-group-manager.php:336
319
  #@ my-calendar
320
  msgid "Event Category"
321
  msgstr "Event Kategorie"
322
 
323
+ #: my-calendar-event-manager.php:574
324
+ #: my-calendar-group-manager.php:361
325
  #@ my-calendar
326
  msgid "Event Link (Optional)"
327
  msgstr "Event Link (optional)"
328
 
329
+ #: my-calendar-event-manager.php:574
330
+ #: my-calendar-group-manager.php:361
331
  #@ my-calendar
332
  msgid "This link will expire when the event passes."
333
  msgstr "Dieser Link wird ungültig, wenn das Event vorrüber ist."
334
 
335
+ #: my-calendar-event-manager.php:600
336
  #@ my-calendar
337
  msgid "Start Date (YYYY-MM-DD)"
338
  msgstr "Start Datum (JJJJ-MM-TT)"
339
 
340
+ #: my-calendar-event-manager.php:624
 
 
 
 
 
341
  #@ my-calendar
342
  msgid "Current time difference from GMT is "
343
  msgstr "Aktuelle Zeitdifferenz vom GMT ist "
344
 
345
+ #: my-calendar-event-manager.php:624
346
  #@ my-calendar
347
  msgid " hour(s)"
348
  msgstr "Stunde(n)"
349
 
350
+ #: my-calendar-event-manager.php:633
 
 
 
 
 
351
  #@ my-calendar
352
  msgid "Recurring Events"
353
  msgstr "Wiederkehrende Events"
354
 
355
+ #: my-calendar-event-manager.php:636
356
  #@ my-calendar
357
  msgid "Repeats for"
358
  msgstr "Wiederholen für"
359
 
360
+ #: my-calendar-event-manager.php:637
361
  #@ my-calendar
362
  msgid "Units"
363
  msgstr "Einheiten"
364
 
365
+ #: my-calendar-event-manager.php:638
366
+ #: my-calendar-templates.php:109
367
  #@ my-calendar
368
  msgid "Does not recur"
369
  msgstr "Erscheint nicht"
370
 
371
+ #: my-calendar-event-manager.php:639
372
+ #: my-calendar-event-manager.php:948
373
+ #: my-calendar-group-manager.php:719
374
+ #: my-calendar-templates.php:110
375
  #@ my-calendar
376
  msgid "Daily"
377
  msgstr "täglich"
378
 
379
+ #: my-calendar-event-manager.php:641
380
+ #: my-calendar-event-manager.php:950
381
+ #: my-calendar-group-manager.php:721
382
+ #: my-calendar-templates.php:112
383
  #@ my-calendar
384
  msgid "Weekly"
385
  msgstr "wöchentlich"
386
 
387
+ #: my-calendar-event-manager.php:642
388
+ #: my-calendar-templates.php:113
389
  #@ my-calendar
390
  msgid "Bi-weekly"
391
  msgstr "aller zwei Wochen"
392
 
393
+ #: my-calendar-event-manager.php:645
394
+ #: my-calendar-templates.php:116
395
  #@ my-calendar
396
  msgid "Annually"
397
  msgstr "jährlich"
398
 
399
+ #: my-calendar-event-manager.php:664
400
+ #: my-calendar-group-manager.php:372
401
  #@ my-calendar
402
  msgid "Event Registration Status"
403
  msgstr "Registierungsstatus des Events"
404
 
405
+ #: my-calendar-event-manager.php:667
406
+ #: my-calendar-group-manager.php:375
407
  #@ my-calendar
408
  msgid "Open"
409
  msgstr "offen"
410
 
411
+ #: my-calendar-event-manager.php:668
412
+ #: my-calendar-group-manager.php:376
413
  #@ my-calendar
414
  msgid "Closed"
415
  msgstr "geschlossen"
416
 
417
+ #: my-calendar-event-manager.php:669
418
+ #: my-calendar-group-manager.php:377
419
  #@ my-calendar
420
  msgid "Does not apply"
421
  msgstr "wird nicht angenommen"
422
 
423
+ #: my-calendar-event-manager.php:689
424
+ #: my-calendar-group-manager.php:397
425
+ #: my-calendar-locations.php:125
426
  #@ my-calendar
427
  msgid "Event Location"
428
  msgstr "Veranstaltungsort"
429
 
430
+ #: my-calendar-event-manager.php:696
431
+ #: my-calendar-group-manager.php:404
432
  #@ my-calendar
433
  msgid "Choose a preset location:"
434
  msgstr "Einen vordefinierten Ort auswählen"
435
 
436
+ #: my-calendar-event-manager.php:710
437
+ #: my-calendar-group-manager.php:418
438
  #@ my-calendar
439
  msgid "Add recurring locations for later use."
440
  msgstr "Wiederkehrenden Ort für spätere benutzung hinzufügen"
441
 
442
+ #: my-calendar-event-manager.php:719
443
+ #: my-calendar-group-manager.php:427
444
+ #: my-calendar-locations.php:127
445
  #@ my-calendar
446
  msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
447
  msgstr "Alle Felder sind optional (können aber in einem Kartenfehler resultieren)."
448
 
449
+ #: my-calendar-event-manager.php:722
450
+ #: my-calendar-group-manager.php:430
451
+ #: my-calendar-locations.php:130
452
  #@ my-calendar
453
  msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
454
  msgstr "Name des Orts"
455
 
456
+ #: my-calendar-event-manager.php:731
457
+ #: my-calendar-group-manager.php:433
458
+ #: my-calendar-locations.php:139
459
  #@ my-calendar
460
  msgid "Street Address"
461
  msgstr "Straßenname"
462
 
463
+ #: my-calendar-event-manager.php:734
464
+ #: my-calendar-group-manager.php:436
465
+ #: my-calendar-locations.php:142
466
  #@ my-calendar
467
  msgid "Street Address (2)"
468
  msgstr "Straßenname (2)"
469
 
470
+ #: button/generator.php:56
471
+ #: my-calendar-event-manager.php:737
472
+ #: my-calendar-group-manager.php:439
473
+ #: my-calendar-locations.php:145
474
+ #: my-calendar-settings.php:620
475
  #@ my-calendar
476
  msgid "City"
477
  msgstr "Stadt"
478
 
479
+ #: my-calendar-event-manager.php:744
480
+ #: my-calendar-group-manager.php:439
481
+ #: my-calendar-locations.php:152
482
+ #: my-calendar-settings.php:621
483
  #@ my-calendar
484
  msgid "State/Province"
485
  msgstr "Bundesland/Provinz"
486
 
487
+ #: button/generator.php:58
488
+ #: my-calendar-event-manager.php:751
489
+ #: my-calendar-group-manager.php:439
490
+ #: my-calendar-locations.php:159
491
+ #: my-calendar-settings.php:623
492
  #@ my-calendar
493
  msgid "Postal Code"
494
  msgstr "Postleitzahl"
495
 
496
+ #: button/generator.php:59
497
+ #: my-calendar-event-manager.php:769
498
+ #: my-calendar-group-manager.php:445
499
+ #: my-calendar-locations.php:177
500
+ #: my-calendar-settings.php:622
501
  #@ my-calendar
502
  msgid "Country"
503
  msgstr "Land"
504
 
505
+ #: my-calendar-event-manager.php:778
506
+ #: my-calendar-group-manager.php:448
507
+ #: my-calendar-locations.php:186
508
  #@ my-calendar
509
  msgid "Initial Zoom"
510
  msgstr "Zoomstufe"
511
 
512
+ #: my-calendar-event-manager.php:780
513
+ #: my-calendar-group-manager.php:450
514
+ #: my-calendar-locations.php:188
515
  #@ my-calendar
516
  msgid "Neighborhood"
517
  msgstr "Nachbarschaft"
518
 
519
+ #: my-calendar-event-manager.php:781
520
+ #: my-calendar-group-manager.php:451
521
+ #: my-calendar-locations.php:189
522
  #@ my-calendar
523
  msgid "Small City"
524
  msgstr "Kleinstadt"
525
 
526
+ #: my-calendar-event-manager.php:782
527
+ #: my-calendar-group-manager.php:452
528
+ #: my-calendar-locations.php:190
529
  #@ my-calendar
530
  msgid "Large City"
531
  msgstr "Großstadt"
532
 
533
+ #: my-calendar-event-manager.php:783
534
+ #: my-calendar-group-manager.php:453
535
+ #: my-calendar-locations.php:191
536
  #@ my-calendar
537
  msgid "Greater Metro Area"
538
  msgstr "Größeres Ballungsgebiet"
539
 
540
+ #: button/generator.php:57
541
+ #: my-calendar-event-manager.php:784
542
+ #: my-calendar-group-manager.php:454
543
+ #: my-calendar-locations.php:192
544
  #@ my-calendar
545
  msgid "State"
546
  msgstr "Bundesland"
547
 
548
+ #: button/generator.php:60
549
+ #: my-calendar-event-manager.php:760
550
+ #: my-calendar-event-manager.php:785
551
+ #: my-calendar-group-manager.php:442
552
+ #: my-calendar-group-manager.php:455
553
+ #: my-calendar-locations.php:168
554
+ #: my-calendar-locations.php:193
555
+ #: my-calendar-settings.php:624
556
  #@ my-calendar
557
  msgid "Region"
558
  msgstr "Region"
559
 
560
+ #: my-calendar-event-manager.php:792
561
+ #: my-calendar-group-manager.php:462
562
+ #: my-calendar-locations.php:200
563
  #@ my-calendar
564
  msgid "GPS Coordinates (optional)"
565
  msgstr "GPS Koordinaten (optional)"
566
 
567
+ #: my-calendar-locations.php:202
568
  #@ my-calendar
569
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
570
  msgstr "Wenn Sie GPS Koordinaten eingeben, werden diese statt der Adresse verwendent"
571
 
572
+ #: my-calendar-event-manager.php:797
573
+ #: my-calendar-group-manager.php:467
574
+ #: my-calendar-locations.php:206
575
  #@ my-calendar
576
  msgid "Longitude"
577
  msgstr "Länge"
578
 
579
+ #: my-calendar-event-manager.php:797
580
+ #: my-calendar-group-manager.php:467
581
+ #: my-calendar-locations.php:205
582
  #@ my-calendar
583
  msgid "Latitude"
584
  msgstr "Breite"
585
 
586
+ #: my-calendar-event-manager.php:430
587
  #@ my-calendar
588
  msgid "Save Event"
589
  msgstr "Event speichern"
590
 
591
+ #: my-calendar-event-manager.php:910
592
+ #: my-calendar-group-manager.php:680
593
+ #: my-calendar-settings.php:445
594
+ #: my-calendar-widgets.php:37
595
+ #: my-calendar-widgets.php:120
596
+ #: my-calendar-widgets.php:494
597
  #@ my-calendar
598
  msgid "Title"
599
  msgstr "Titel"
600
 
601
+ #: my-calendar-event-manager.php:911
602
+ #: my-calendar-group-manager.php:681
603
+ #: my-calendar-locations.php:271
604
  #@ my-calendar
605
  msgid "Location"
606
  msgstr "Ort"
607
 
608
+ #: my-calendar-event-manager.php:912
609
+ #: my-calendar-group-manager.php:682
610
+ #: my-calendar-settings.php:446
611
  #@ my-calendar
612
  msgid "Description"
613
  msgstr "Beschreibung"
614
 
615
+ #: my-calendar-event-manager.php:913
616
+ #: my-calendar-group-manager.php:683
617
+ #: my-calendar-settings.php:447
618
  #@ my-calendar
619
  msgid "Start Date"
620
  msgstr "Anfangsdatum"
621
 
622
+ #: my-calendar-event-manager.php:914
623
+ #: my-calendar-group-manager.php:684
624
  #@ my-calendar
625
  msgid "Recurs"
626
  msgstr "Wiederholungen"
627
 
628
+ #: my-calendar-event-manager.php:915
629
+ #: my-calendar-group-manager.php:685
630
+ #: my-calendar-settings.php:233
631
+ #: my-calendar-settings.php:242
632
+ #: my-calendar-settings.php:250
633
+ #: my-calendar-settings.php:448
634
  #@ my-calendar
635
  msgid "Author"
636
  msgstr "Autor"
637
 
638
+ #: my-calendar-event-manager.php:916
639
+ #: my-calendar-group-manager.php:686
640
+ #: my-calendar-settings.php:449
641
  #@ my-calendar
642
  msgid "Category"
643
  msgstr "Kategorie"
644
 
645
+ #: my-calendar-event-manager.php:917
646
  #@ my-calendar
647
  msgid "Edit / Delete"
648
  msgstr "editieren/löschen"
649
 
650
+ #: my-calendar-event-manager.php:947
651
+ #: my-calendar-group-manager.php:718
652
  #@ my-calendar
653
  msgid "Never"
654
  msgstr "niemals"
655
 
656
+ #: my-calendar-event-manager.php:951
657
+ #: my-calendar-group-manager.php:722
658
  #@ my-calendar
659
  msgid "Bi-Weekly"
660
  msgstr "aller zwei Wochen"
661
 
662
+ #: my-calendar-event-manager.php:954
663
+ #: my-calendar-group-manager.php:725
664
  #@ my-calendar
665
  msgid "Yearly"
666
  msgstr "jährlich"
667
 
668
+ #: my-calendar-event-manager.php:957
669
+ #: my-calendar-group-manager.php:728
670
  #@ my-calendar
671
  msgid "Forever"
672
  msgstr "für immer"
673
 
674
+ #: my-calendar-event-manager.php:973
 
 
 
 
 
675
  #@ my-calendar
676
  msgid "Copy"
677
  msgstr "kopieren"
678
 
679
+ #: my-calendar-event-manager.php:1018
680
+ #: my-calendar-group-manager.php:765
681
  #@ my-calendar
682
  msgid "There are no events in the database!"
683
  msgstr "Es sind keine Events in der Datenbank"
684
 
685
+ #: my-calendar-event-manager.php:1152
686
  #@ my-calendar
687
  msgid "Your event end date must be either after or the same as your event begin date"
688
  msgstr "Das Eventende muss entweder am oder nach dem Startdatum liegen"
689
 
690
+ #: my-calendar-event-manager.php:1155
691
  #@ my-calendar
692
  msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
693
  msgstr "Die Datumsformatierung ist korrekt aber eine oder mehrere Daten sind ungültig. Überprüfen sie die Anzahl der Tage im Monat oder Fehler auf Grund eines Schaltjahres"
694
 
695
+ #: my-calendar-event-manager.php:1158
696
  #@ my-calendar
697
  msgid "Both start and end dates must be in the format YYYY-MM-DD"
698
  msgstr "Start und Enddatum muss im Format JJJJ-MM-TT sein (bspw. 2010-11-25)"
699
 
700
+ #: my-calendar-event-manager.php:1167
701
  #@ my-calendar
702
  msgid "The time field must either be blank or be entered in the format hh:mm"
703
  msgstr "Das Start-Zeitfeld muss endweder frei gelassen werden oder im Format ss-mm eingegeben werden (bspw. 19:50)"
704
 
705
+ #: my-calendar-event-manager.php:1174
706
  #@ my-calendar
707
  msgid "The end time field must either be blank or be entered in the format hh:mm"
708
  msgstr "Das End-Zeitfeld muss endweder frei gelassen werden oder im Format ss-mm eingegeben werden (bspw. 19:50)"
709
 
710
+ #: my-calendar-event-manager.php:1190
711
+ #: my-calendar-group-manager.php:552
712
  #@ my-calendar
713
  msgid "The event title must be between 1 and 255 characters in length."
714
  msgstr "Der Eventtitel muss zwischen 1 und 255 Zeichen haben"
733
  msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
734
  msgstr "Dieser Shortcodes zeigt den Kalender in Artikeln oder Seiten inklusive aller Kategorien und Kategorie-Schlüssel in einem Monat-für-Monat format an"
735
 
736
+ #: my-calendar-help.php:63
737
  #@ my-calendar
738
  msgid "Category Icons"
739
  msgstr "Kategorie Icon"
740
 
741
+ #: my-calendar-help.php:66
742
  #@ my-calendar
743
  msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
744
  msgstr "My Calender ist designt um mehrere Kalender zu verwalten. Die Basis dieser Kalender sind Kategorien. Sie können einfach eine Kalenderseite erstellen, die alle Kategorien einschließt oder mehre Seiten erstellen und verschiedene Kategorien in jeder anzeigen. Zum Beispiel könnte dies sinnvoll sein, wenn Sie einen Tourkalender für mehre Bands verwalten wollen oder Kalender für mehre Veranstaltungsorte usw."
745
 
746
+ #: my-calendar-help.php:69
747
  #@ my-calendar
748
  msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
749
  msgstr "Das vorinstallierte Kategorie Icon ist möglicherweise nicht sinnvoll für ihre Anforderung oder ihre Homepagedesign. Ich nehme an, dass sie ihr eigenes Icon hochladen. Dazu müssen sie das Icon in den \"icon\"-Ordner im \"plugin\"-Verzeichnis hochladen oder sie ersetzten den order \"my-candar-costum\" um das Überschreiben bei Updates zu vermeiden."
750
 
751
+ #: my-calendar-help.php:69
752
  #@ my-calendar
753
  msgid "Your icons folder is:"
754
  msgstr "Ihr Icon-Ordnder ist:"
755
 
756
+ #: my-calendar-help.php:69
757
  #@ my-calendar
758
  msgid "You can alternately place icons in:"
759
  msgstr "Sie können Icons alternativ ablegen unter:"
760
 
761
+ #: my-calendar-help.php:92
762
  #@ my-calendar
763
  msgid "Widget Templating"
764
  msgstr "Widget-Einstellungen"
765
 
766
+ #: my-calendar-help.php:208
767
  #@ my-calendar
768
  msgid "Displays the name of the category the event is in."
769
  msgstr "Zeigt den Namen der Kategorie in der das Event ist."
770
 
771
+ #: my-calendar-help.php:100
772
  #@ my-calendar
773
  msgid "Displays the title of the event."
774
  msgstr "Zeigt den Titel des Events."
775
 
776
+ #: my-calendar-help.php:106
777
  #@ my-calendar
778
  msgid "Displays the start time for the event."
779
  msgstr "Zeigt die Startzeit des Events."
780
 
781
+ #: my-calendar-help.php:115
782
  #@ my-calendar
783
  msgid "Displays the date on which the event begins."
784
  msgstr "Zeigt das Startdatum des Events."
785
 
786
+ #: my-calendar-help.php:118
787
  #@ my-calendar
788
  msgid "Displays the date on which the event ends."
789
  msgstr "Zeigt das Enddatum des Events."
790
 
791
+ #: my-calendar-help.php:121
792
  #@ my-calendar
793
  msgid "Displays the time at which the event ends."
794
  msgstr "Zeigt die Endzeit des Events."
795
 
796
+ #: my-calendar-help.php:124
797
  #@ my-calendar
798
  msgid "Displays the WordPress author who posted the event."
799
  msgstr "Zeigt den Wordpress Autor des Events."
800
 
801
+ #: my-calendar-help.php:142
802
  #@ my-calendar
803
  msgid "Displays the URL provided for the event."
804
  msgstr "Zeigt die URL im Events."
805
 
806
+ #: my-calendar-help.php:136
807
  #@ my-calendar
808
  msgid "Displays the description of the event."
809
  msgstr "Zeigt die Beschreibung des Events."
810
 
811
+ #: my-calendar-help.php:103
812
  #@ my-calendar
813
  msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
814
  msgstr "Zeigt den Titel des Events als einen Link wenn eine URL hinterlegt wurde oder nur den Titel, wenn keine URL hinterlegt ist."
815
 
816
+ #: my-calendar-help.php:169
817
  #@ my-calendar
818
  msgid "Displays the name of the location of the event."
819
  msgstr "Zeigt den Namen des Veranstaltungsortes des Events."
820
 
821
+ #: my-calendar-help.php:172
822
  #@ my-calendar
823
  msgid "Displays the first line of the site address."
824
  msgstr "Zeigt die erste Zeile des Straßenfeldes."
825
 
826
+ #: my-calendar-help.php:175
827
  #@ my-calendar
828
  msgid "Displays the second line of the site address."
829
  msgstr "Zeigt die zweite Zeile des Straßenfeldes."
830
 
831
+ #: my-calendar-help.php:190
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
832
  #@ my-calendar
833
  msgid "Displays the country for the event location."
834
  msgstr "Zeigt das Land das Veranstaltungsortes"
835
 
836
+ #: my-calendar-help.php:199
837
  #@ my-calendar
838
  msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
839
  msgstr "Zeigt die Eventadresse im <a href=\"http://microformats.org/wiki/hcard\">HCard</a>-Format"
840
 
841
+ #: my-calendar-help.php:202
842
  #@ my-calendar
843
  msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
844
  msgstr "Zeigt den Link zu Google Maps für das Event, wenn genügend Informationen hinterlegt sind, sonst bleibt das Feld leer."
845
 
846
+ #: my-calendar-help.php:160
847
  #@ my-calendar
848
  msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
849
  msgstr "Zeigt die Text an, ob die Registration geöffnet oder geschlossen ist. "
850
 
851
+ #: my-calendar-help.php:133
852
  #@ my-calendar
853
  msgid "Displays the short version of the event description."
854
  msgstr "Zeigt die Kurtversion der Eventbeschreibung"
855
 
856
+ #: my-calendar-locations.php:43
857
  #@ my-calendar
858
  msgid "Location added successfully"
859
  msgstr "Ort erfolgreich hinzugefügt"
860
 
861
+ #: my-calendar-locations.php:45
862
  #@ my-calendar
863
  msgid "Location could not be added to database"
864
  msgstr "Ort konnte nicht zur Datenbank hinzugefügt werden"
865
 
866
+ #: my-calendar-locations.php:51
867
  #@ my-calendar
868
  msgid "Location deleted successfully"
869
  msgstr "Ort erfolgreich gelöscht"
870
 
871
+ #: my-calendar-locations.php:53
872
  #@ my-calendar
873
  msgid "Location could not be deleted"
874
  msgstr "Ort konnte nicht gelöscht werden"
875
 
876
+ #: my-calendar-locations.php:78
877
  #@ my-calendar
878
  msgid "Location could not be edited."
879
  msgstr "Ort konnte nicht geändert werden"
880
 
881
+ #: my-calendar-locations.php:80
882
  #@ my-calendar
883
  msgid "Location was not changed."
884
  msgstr "Ort konnte nicht geladen werden"
885
 
886
+ #: my-calendar-locations.php:82
887
  #@ my-calendar
888
  msgid "Location edited successfully"
889
  msgstr "Ort erfolgreich bearbeitet"
890
 
891
+ #: my-calendar-locations.php:102
892
  #@ my-calendar
893
  msgid "Add New Location"
894
  msgstr "Neuen Ort hinzufügen"
895
 
896
+ #: my-calendar-locations.php:104
897
  #@ my-calendar
898
  msgid "Edit Location"
899
  msgstr "Ort bearbeiten"
900
 
901
+ #: my-calendar-locations.php:109
902
  #@ my-calendar
903
  msgid "Location Editor"
904
  msgstr "Orts-Editor"
905
 
906
+ #: my-calendar-locations.php:210
907
  #@ my-calendar
908
  msgid "Add Location"
909
  msgstr "Ort hinzufügen"
910
 
911
+ #: my-calendar-locations.php:258
912
+ #: my-calendar.php:159
913
  #@ my-calendar
914
  msgid "Manage Locations"
915
  msgstr "Orte verwalten"
916
 
917
+ #: my-calendar-locations.php:293
918
  #@ my-calendar
919
  msgid "There are no locations in the database yet!"
920
  msgstr "Bisher sind keine Orte in der Datenbank"
921
 
922
+ #: my-calendar-locations.php:297
923
  #@ my-calendar
924
  msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
925
  msgstr "Achtung: Ändern oder Löschen von Orten, die für die Wiederverwendung gespeichert wurden, wird keinen Effekt auf vorher geplante Events haben haben."
926
 
927
+ #: my-calendar-importer.php:92
928
+ #: my-calendar-settings.php:52
929
  #@ my-calendar
930
  msgid "Categories imported successfully."
931
  msgstr "Kategorie erfolgreich importiert."
932
 
933
+ #: my-calendar-importer.php:92
934
+ #: my-calendar-settings.php:52
935
  #@ my-calendar
936
  msgid "Categories not imported."
937
  msgstr "Kategorie nicht importiert."
938
 
939
+ #: my-calendar-importer.php:94
940
+ #: my-calendar-settings.php:53
941
  #@ my-calendar
942
  msgid "Events imported successfully."
943
  msgstr "Events erfolgreich importiert."
944
 
945
+ #: my-calendar-importer.php:94
946
+ #: my-calendar-settings.php:53
947
  #@ my-calendar
948
  msgid "Events not imported."
949
  msgstr "Events nicht importiert."
950
 
951
+ #: my-calendar-settings.php:219
952
  #@ my-calendar
953
  msgid "My Calendar Options"
954
  msgstr "My Calender Optionen"
955
 
956
+ #: my-calendar-settings.php:228
 
 
 
 
 
957
  #@ my-calendar
958
  msgid "Calendar Options: Management"
959
  msgstr "Kalender Optionen: Management"
960
 
961
+ #: my-calendar-settings.php:231
962
+ #: my-calendar-settings.php:240
963
  #@ my-calendar
964
  msgid "Subscriber"
965
  msgstr "Abonnent"
966
 
967
+ #: my-calendar-settings.php:232
968
+ #: my-calendar-settings.php:241
969
+ #: my-calendar-settings.php:249
970
  #@ my-calendar
971
  msgid "Contributor"
972
  msgstr "Mitarbeiter"
973
 
974
+ #: my-calendar-settings.php:234
975
+ #: my-calendar-settings.php:243
976
+ #: my-calendar-settings.php:251
977
  #@ my-calendar
978
  msgid "Editor"
979
  msgstr "Redakteur"
980
 
981
+ #: my-calendar-settings.php:235
982
+ #: my-calendar-settings.php:244
983
+ #: my-calendar-settings.php:252
984
  #@ my-calendar
985
  msgid "Administrator"
986
  msgstr "Administrator"
987
 
988
+ #: my-calendar-settings.php:284
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
989
  #@ my-calendar
990
  msgid "Previous Events"
991
  msgstr "Vorherige Events"
992
 
993
+ #: my-calendar-settings.php:287
 
 
 
 
 
994
  #@ my-calendar
995
  msgid "Next Events"
996
  msgstr "Kommende Events"
997
 
998
+ #: my-calendar-settings.php:290
 
 
 
 
 
999
  #@ my-calendar
1000
  msgid "Registration is open"
1001
  msgstr "Registrierung geöffnet"
1002
 
1003
+ #: my-calendar-settings.php:293
 
 
 
 
 
1004
  #@ my-calendar
1005
  msgid "Registration is closed"
1006
  msgstr "Registrierung geschlossen"
1007
 
1008
+ #: my-calendar-settings.php:296
 
 
 
 
 
1009
  #@ my-calendar
1010
  msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
1011
  msgstr "Die Kalender Beschriftung ist der Text, der die den Angezeigten Monat und das Jahr endweder in der Listen-/ oder der Kalenderansicht beinhaltet. Der Text wird nach dem existierenden Text angezeigt."
1012
 
1013
+ #: my-calendar-settings.php:357
 
 
 
 
 
1014
  #@ my-calendar
1015
  msgid "In list mode, show how many months of events at a time:"
1016
  msgstr "Im Listenmodus wie viele Monate auf einmal:"
1017
 
1018
+ #: my-calendar-settings.php:328
 
 
 
 
 
1019
  #@ my-calendar
1020
  msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
1021
  msgstr "Datumsvormat benutzt den gleichen Syntax wie die<a href=\"http://php.net/date\">PHP <code>date()</code> Funktion</a>. Optionen speichern um das Beispiel zu updaten."
1022
 
1023
+ #: my-calendar-settings.php:337
 
 
 
 
 
1024
  #@ my-calendar
1025
  msgid "Display a jumpbox for changing month and year quickly?"
1026
  msgstr "Eine Auswahlliste für die Wahl des Monats/Jahres anzeigen?"
1027
 
1028
+ #: my-calendar-settings.php:393
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1029
  #@ my-calendar
1030
  msgid "Show short description field on calendar."
1031
  msgstr "Zeige das Kurzbeschreibungsfeld im Kalender"
1032
 
1033
+ #: my-calendar-settings.php:396
1034
  #@ my-calendar
1035
  msgid "Show full description field on calendar."
1036
  msgstr "Zeige die das Komplettbeschreibungsfeld im Kalender"
1037
 
1038
+ #: my-calendar-settings.php:474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1039
  #@ my-calendar
1040
  msgid "Show Event Location Dropdown Menu"
1041
  msgstr "Zeige Veranstaltungsort Auswahlliste"
1042
 
1043
+ #: my-calendar-settings.php:474
1044
  #@ my-calendar
1045
  msgid "Show Event Short Description field"
1046
  msgstr "Zeige Event Kurzbeschreibungsfeld"
1047
 
1048
+ #: my-calendar-settings.php:474
1049
  #@ my-calendar
1050
  msgid "Show Event Description Field"
1051
  msgstr "Zeige Event Beschreibungsfeld"
1052
 
1053
+ #: my-calendar-settings.php:474
1054
  #@ my-calendar
1055
  msgid "Show Event Category field"
1056
  msgstr "Zeige Event Kategorienfeld"
1057
 
1058
+ #: my-calendar-settings.php:474
1059
  #@ my-calendar
1060
  msgid "Show Event Link field"
1061
  msgstr "Zeige Event Link-Feld"
1062
 
1063
+ #: my-calendar-settings.php:487
 
 
 
 
 
 
 
 
 
 
1064
  #@ my-calendar
1065
  msgid "Administrators see all input options"
1066
  msgstr "Administratoren sehen alle Eingabefelder"
1067
 
1068
+ #: my-calendar-settings.php:408
 
 
 
 
 
1069
  #@ my-calendar
1070
  msgid "Default usage of category colors."
1071
  msgstr "Standartbenutzung von Kategoriefarben"
1072
 
1073
+ #: my-calendar-settings.php:409
1074
  #@ my-calendar
1075
  msgid "Apply category colors to event titles as a font color."
1076
  msgstr "Kategoriefarben zu Eventtiteln als Textfarbe zuweisen"
1077
 
1078
+ #: my-calendar-settings.php:410
1079
  #@ my-calendar
1080
  msgid "Apply category colors to event titles as a background color."
1081
  msgstr "Kategoriefarben zu Eventtiteln als Hintergrundfarbe zuweisen"
1082
 
1083
+ #: my-calendar-styles.php:129
1084
  #@ my-calendar
1085
  msgid "My Calendar Styles"
1086
  msgstr "My Calendar Styles"
1087
 
1088
+ #: my-calendar-styles.php:133
1089
  #@ my-calendar
1090
  msgid "Calendar Style Settings"
1091
  msgstr "Kalender Style-Einstellungen"
1092
 
1093
+ #: my-calendar-styles.php:187
1094
  #@ my-calendar
1095
  msgid "CSS Style Options"
1096
  msgstr "CSS Style-Optionen"
1097
 
1098
+ #: my-calendar-styles.php:192
 
 
 
 
 
1099
  #@ my-calendar
1100
  msgid "Disable My Calendar Stylesheet"
1101
  msgstr "Die My Calendar Styledatei deaktivieren"
1102
 
1103
+ #: my-calendar-styles.php:195
1104
  #@ my-calendar
1105
  msgid "Edit the stylesheet for My Calendar"
1106
  msgstr "Die My Calendar Styledatei bearbeiten"
1107
 
1108
  #: my-calendar-behaviors.php:85
1109
+ #: my-calendar-behaviors.php:116
1110
+ #: my-calendar-behaviors.php:147
1111
+ #: my-calendar-behaviors.php:178
1112
+ #: my-calendar-styles.php:198
1113
  #@ my-calendar
1114
  msgid "Save"
1115
  msgstr "Speichern"
1119
  msgid "Calendar Behaviors: Calendar View"
1120
  msgstr "Kalenderverhalten: Kalenderansicht"
1121
 
 
 
 
 
 
1122
  #: my-calendar-behaviors.php:79
1123
  #@ my-calendar
1124
  msgid "Disable Calendar Javascript Effects"
1129
  msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1130
  msgstr "jQuery Scripte für My Calendar im Kalenderformat"
1131
 
1132
+ #: my-calendar-behaviors.php:108
1133
  #@ my-calendar
1134
  msgid "Calendar Behaviors: List View"
1135
  msgstr "Kalenderverhalten: Listenansicht"
1136
 
1137
+ #: my-calendar-behaviors.php:110
 
 
 
 
 
1138
  #@ my-calendar
1139
  msgid "Disable List Javascript Effects"
1140
  msgstr "JavaScript Effekte in der Listenansicht deaktivieren"
1141
 
1142
+ #: my-calendar-behaviors.php:113
1143
  #@ my-calendar
1144
  msgid "Edit the jQuery scripts for My Calendar in List format"
1145
  msgstr "jQuery Scripte für My Calendar in der Listenansicht editieren"
1146
 
1147
+ #: my-calendar-behaviors.php:139
1148
  #@ my-calendar
1149
  msgid "Calendar Behaviors: Mini Calendar View"
1150
  msgstr "Kalenderverhalten: Mini Kalender Ansicht"
1151
 
1152
+ #: my-calendar-behaviors.php:141
 
 
 
 
 
1153
  #@ my-calendar
1154
  msgid "Disable Mini Javascript Effects"
1155
  msgstr "In der Minikalenderansicht JavaScript Effekte deaktivieren"
1156
 
1157
+ #: my-calendar-behaviors.php:144
1158
  #@ my-calendar
1159
  msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1160
  msgstr "jQuery Scripte für die Miniansicht editieren"
1161
 
1162
+ #: my-calendar-upgrade-db.php:17
1163
+ #: my-calendar-upgrade-db.php:25
1164
  #@ my-calendar
1165
  msgid "The My Calendar database needs to be updated."
1166
  msgstr "Die My Calendar Datenbank muss aktualisiert werden."
1167
 
1168
+ #: my-calendar-upgrade-db.php:18
1169
+ #: my-calendar-upgrade-db.php:38
1170
  #@ my-calendar
1171
  msgid "Update now"
1172
  msgstr "jetzt updaten"
1173
 
1174
+ #: my-calendar-upgrade-db.php:37
1175
  #@ my-calendar
1176
  msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1177
  msgstr "Sie haben keine Events eingegeben. My Calendar kann daher nicht sagen, ob ihre Datenbank aktuell ist. Wenn sie keine Events eintragen können, upgraden sie ihre Datenbank!"
1178
 
1179
+ #: my-calendar-upgrade-db.php:47
1180
  #@ my-calendar
1181
  msgid "My Calendar Database is updated."
1182
  msgstr "My Calendar Datenbank ist geupdated."
1183
 
1184
+ #: my-calendar-widgets.php:41
1185
+ #: my-calendar-widgets.php:124
 
 
 
 
 
1186
  #@ my-calendar
1187
  msgid "Template"
1188
  msgstr "Template"
1189
 
1190
+ #: my-calendar-widgets.php:52
1191
  #@ my-calendar
1192
  msgid "Show this text if there are no events today:"
1193
  msgstr "Zeige diesen Text, wenn heute keine Events stattfinden:"
1194
 
1195
+ #: my-calendar-widgets.php:128
 
 
 
 
 
1196
  #@ my-calendar
1197
  msgid "Widget Options"
1198
  msgstr "Widget Optionen"
1199
 
1200
+ #: my-calendar-widgets.php:139
1201
  #@ my-calendar
1202
  msgid "Display upcoming events by:"
1203
  msgstr "Zeige kommende Events:"
1204
 
1205
+ #: my-calendar-widgets.php:140
1206
  #@ my-calendar
1207
  msgid "Events (e.g. 2 past, 3 future)"
1208
  msgstr "Events (z.B. 2 in der Vergangenheit, 3 in der Zukunft)"
1209
 
1210
+ #: my-calendar-widgets.php:141
1211
  #@ my-calendar
1212
  msgid "Dates (e.g. 4 days past, 5 forward)"
1213
  msgstr "Daten (z.B. vor 4 Tagen in 5 Tagen)"
1214
 
1215
+ #: my-calendar-core.php:46
1216
+ #: my-calendar.php:160
 
 
 
 
 
 
 
 
 
 
1217
  #@ my-calendar
1218
  msgid "Settings"
1219
  msgstr "Einstellungen"
1220
 
1221
+ #: my-calendar-core.php:47
1222
+ #: my-calendar.php:164
1223
  #@ my-calendar
1224
  msgid "Help"
1225
  msgstr "Hilfe"
1226
 
1227
+ #: my-calendar.php:122
1228
  #@ my-calendar
1229
  msgid "Get Support"
1230
  msgstr "Support bekommen"
1231
 
1232
+ #: my-calendar.php:123
1233
+ #: my-calendar.php:164
1234
  #@ my-calendar
1235
  msgid "My Calendar Help"
1236
  msgstr "My Calendar Hilfe"
1237
 
1238
+ #: my-calendar.php:124
1239
  #@ my-calendar
1240
  msgid "Make a Donation"
1241
  msgstr "Spenden"
1242
 
1243
+ #: my-calendar.php:147
1244
+ #: my-calendar.php:150
1245
  #@ my-calendar
1246
  msgid "My Calendar"
1247
  msgstr "My Calendar"
1248
 
1249
+ #: my-calendar.php:156
1250
  #@ my-calendar
1251
  msgid "Add/Edit Events"
1252
  msgstr "Events hinzufügen/editieren"
1253
 
1254
+ #: my-calendar.php:161
1255
  #@ my-calendar
1256
  msgid "Style Editor"
1257
  msgstr "Style Editor"
1258
 
1259
+ #: my-calendar-output.php:137
1260
  #@ my-calendar
1261
  msgid "Event Details"
1262
  msgstr "Event Details"
1263
 
1264
+ #: my-calendar-output.php:157
1265
+ #: my-calendar-output.php:264
1266
  #@ my-calendar
1267
  msgid "Close"
1268
  msgstr "geschlossen"
1269
 
1270
+ #: my-calendar-output.php:172
1271
  #@ my-calendar
1272
  msgid "Not Applicable"
1273
  msgstr "entfällt"
1274
 
1275
+ #: my-calendar-output.php:186
1276
  #@ my-calendar
1277
  msgid "Posted by"
1278
  msgstr "Verfasst von:"
1279
 
1280
+ #: my-calendar-output.php:247
1281
  #@ my-calendar
1282
  msgid "This class is part of a series. You must register for the first event in this series to attend."
1283
  msgstr "Dieses Veranstaltung ist Teil einer Serie. Sie müssen sich für das erste Event anmelden, um teilzunehmen."
1284
 
1285
+ #: button/generator.php:98
1286
+ #: my-calendar-output.php:333
1287
+ #: my-calendar-widgets.php:515
1288
  #@ my-calendar
1289
  msgid "Month"
1290
  msgstr "Monat"
1291
 
1292
+ #: my-calendar-output.php:338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1293
  #@ my-calendar
1294
  msgid "Year"
1295
  msgstr "Jahr"
1296
 
1297
+ #: my-calendar-output.php:366
1298
  #@ my-calendar
1299
  msgid "Go"
1300
  msgstr "los"
1301
 
1302
+ #: my-calendar-output.php:412
1303
  #@ my-calendar
1304
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
1305
  msgstr "<abbr title=\"Sonntag\">So</abbr>"
1306
 
1307
+ #: my-calendar-output.php:413
1308
  #@ my-calendar
1309
  msgid "<abbr title=\"Monday\">Mon</abbr>"
1310
  msgstr "<abbr title=\"Montag\">Mo</abbr>"
1311
 
1312
+ #: my-calendar-output.php:414
1313
  #@ my-calendar
1314
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1315
  msgstr "<abbr title=\"Dienstag\">Di</abbr>"
1316
 
1317
+ #: my-calendar-output.php:415
1318
  #@ my-calendar
1319
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1320
  msgstr "<abbr title=\"Mittwoch\">Mi</abbr>"
1321
 
1322
+ #: my-calendar-output.php:416
1323
  #@ my-calendar
1324
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
1325
  msgstr "<abbr title=\"Donnerstag\">Do</abbr>"
1326
 
1327
+ #: my-calendar-output.php:417
1328
  #@ my-calendar
1329
  msgid "<abbr title=\"Friday\">Fri</abbr>"
1330
  msgstr "<abbr title=\"Freitag\">Fr</abbr>"
1331
 
1332
+ #: my-calendar-output.php:418
1333
  #@ my-calendar
1334
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
1335
  msgstr "<abbr title=\"Samstag\">Sa</abbr>"
1336
 
1337
+ #: my-calendar-output.php:423
1338
  #@ my-calendar
1339
  msgid "<abbr title=\"Sunday\">S</abbr>"
1340
  msgstr "<abbr title=\"Sonntag\">So</abbr>"
1341
 
1342
+ #: my-calendar-output.php:424
1343
  #@ my-calendar
1344
  msgid "<abbr title=\"Monday\">M</abbr>"
1345
  msgstr "<abbr title=\"Montag\">M</abbr>"
1346
 
1347
+ #: my-calendar-output.php:425
1348
  #@ my-calendar
1349
  msgid "<abbr title=\"Tuesday\">T</abbr>"
1350
  msgstr "<abbr title=\"Dienstag\">M</abbr>"
1351
 
1352
+ #: my-calendar-output.php:426
1353
  #@ my-calendar
1354
  msgid "<abbr title=\"Wednesday\">W</abbr>"
1355
  msgstr "<abbr title=\"Mittwoch\">M</abbr>"
1356
 
1357
+ #: my-calendar-output.php:427
1358
  #@ my-calendar
1359
  msgid "<abbr title=\"Thursday\">T</abbr>"
1360
  msgstr "<abbr title=\"Donnerstag\">D</abbr>"
1361
 
1362
+ #: my-calendar-output.php:428
1363
  #@ my-calendar
1364
  msgid "<abbr title=\"Friday\">F</abbr>"
1365
  msgstr "<abbr title=\"Freitag\">F</abbr>"
1366
 
1367
+ #: my-calendar-output.php:429
1368
  #@ my-calendar
1369
  msgid "<abbr title=\"Saturday\">S</abbr>"
1370
  msgstr "<abbr title=\"Samstag\">Sa</abbr>"
1371
 
1372
+ #: my-calendar-output.php:544
1373
  #@ my-calendar
1374
  msgid "and"
1375
  msgstr "und"
1376
 
1377
+ #: my-calendar-widgets.php:476
 
1378
  #@ my-calendar
1379
  msgid "Calendar"
1380
  msgstr "Kalender"
1381
 
1382
+ #: my-calendar-output.php:564
1383
  #@ my-calendar
1384
  msgid "Events in"
1385
  msgstr "Events in"
1386
 
1387
+ #: my-calendar-output.php:758
1388
  #@ my-calendar
1389
  msgid "There are no events scheduled during this period."
1390
  msgstr "In dieser Periode sind keine Events geplant"
1391
 
1392
+ #: my-calendar-output.php:770
1393
  #@ my-calendar
1394
  msgid "Category Key"
1395
  msgstr "Kategorie-Schlüssel"
1414
  msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1415
  msgstr "Übernehme JavaScript nur auf diesen Seiten (durch Komma getrennt Seite IDs)"
1416
 
1417
+ #: my-calendar-behaviors.php:170
1418
  #@ my-calendar
1419
  msgid "Calendar Behaviors: AJAX Navigation"
1420
  msgstr "Kalender Verhaltensweisen: AJAX-Navigation"
1421
 
1422
+ #: my-calendar-behaviors.php:172
 
 
 
 
 
1423
  #@ my-calendar
1424
  msgid "Disable AJAX Effects"
1425
  msgstr "Deaktiviere AJAX-Effekte"
1426
 
1427
+ #: my-calendar-behaviors.php:175
1428
  #@ my-calendar
1429
  msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1430
  msgstr "Bearbeiten der jQuery-Skripte für My Calendar AJAX-Navigation"
1431
 
1432
+ #: my-calendar-event-manager.php:159
1433
  #, php-format
1434
  #@ my-calendar
1435
  msgid "%1$d events deleted successfully out of %2$d selected"
1436
  msgstr "%1$d Events erfolgreich gelöscht, von %2$d ausgewählten"
1437
 
1438
+ #: my-calendar-event-manager.php:161
1439
  #@ my-calendar
1440
  msgid "Your events have not been deleted. Please investigate."
1441
  msgstr "Ihre Events wurden nicht gelöscht. Bitte untersuchen."
1442
 
1443
+ #: my-calendar-event-manager.php:204
1444
  #@ my-calendar
1445
  msgid "You do not have permission to approve that event."
1446
  msgstr "Sie haben keine Berechtigung, diesen Event zu genehmigen."
1447
 
1448
+ #: my-calendar-event-manager.php:218
1449
  #@ my-calendar
1450
  msgid "You do not have permission to reject that event."
1451
  msgstr "Sie haben keine Berechtigung, diesen Event abzulehnen."
1452
 
1453
+ #: my-calendar-event-manager.php:321
1454
  #@ my-calendar
1455
  msgid "I'm sorry! I couldn't add that event to the database."
1456
  msgstr "Es tut mir leid! Ich konnte den Event nicht der Datenbank hinzufügen."
1457
 
1458
+ #: my-calendar-event-manager.php:421
1459
  #@ my-calendar
1460
  msgid "This event must be approved in order for it to appear on the calendar."
1461
  msgstr "Dieses Ereignis muss genehmigt werden, damit es im Kalender erscheint."
1462
 
1463
+ #: my-calendar-event-manager.php:477
1464
+ #: my-calendar-event-manager.php:600
1465
+ #: my-calendar-group-manager.php:291
1466
  #@ my-calendar
1467
  msgid "(required)"
1468
  msgstr "(erforderlich)"
1469
 
1470
+ #: my-calendar-event-manager.php:481
1471
  #@ my-calendar
1472
  msgid "Publish"
1473
  msgstr "Veröffentlichen"
1474
 
1475
+ #: my-calendar-event-manager.php:481
1476
  #@ my-calendar
1477
  msgid "You must approve this event to promote it to the calendar."
1478
  msgstr "Sie müssen dem Event zustimmen, um ihn in den Kalender zu befördern."
1479
 
1480
+ #: my-calendar-event-manager.php:483
1481
  #@ my-calendar
1482
  msgid "An administrator must approve your new event."
1483
  msgstr "Ein Administrator muss Ihren neuen Event genehmigen."
1484
 
1485
+ #: my-calendar-event-manager.php:530
1486
+ #: my-calendar-group-manager.php:317
1487
  #@ my-calendar
1488
  msgid "Event Host"
1489
  msgstr "Event-Gastgeber"
1490
 
1491
+ #: my-calendar-event-manager.php:582
1492
  #@ my-calendar
1493
  msgid "Event Date and Time"
1494
  msgstr "Event-Datum und -Zeit"
1495
 
1496
+ #: my-calendar-event-manager.php:609
 
 
 
 
 
1497
  #@ my-calendar
1498
  msgid "End Date (YYYY-MM-DD)"
1499
  msgstr "Ende-Datum (YYYY-MM-DD)"
1500
 
1501
+ #: my-calendar-event-manager.php:643
1502
  #@ my-calendar
1503
  msgid "Date of Month (e.g., the 24th of each month)"
1504
  msgstr "Datum des Monats (z.B. der 24. eines jeden Monats)"
1505
 
1506
+ #: my-calendar-event-manager.php:644
1507
  #@ my-calendar
1508
  msgid "Day of Month (e.g., the 3rd Monday of each month)"
1509
  msgstr "Tag des Monats (z.B. der 3. Montag des Monats)"
1510
 
1511
+ #: my-calendar-event-manager.php:647
1512
  #@ my-calendar
1513
  msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1514
  msgstr "Geben Sie \"0\" ein, wenn sich der Event unbegrenzt wiederholen sollte. Ihr Eintrag ist die Anzahl der Events nach dem ersten Auftreten des Events: eine Wiederholung von <em>2</em> bedeutet das Ereignis wird drei mal passieren."
1515
 
1516
+ #: my-calendar-event-manager.php:665
1517
+ #: my-calendar-group-manager.php:373
1518
  #@ my-calendar
1519
  msgid "My Calendar does not manage event registrations. Use this for information only."
1520
  msgstr "My Calendar bewältigt keine Event-Registrierungen. Verwenden Sie diese nur zur Information."
1521
 
1522
+ #: my-calendar-event-manager.php:672
1523
+ #: my-calendar-group-manager.php:380
1524
  #@ my-calendar
1525
  msgid "If this event recurs, it can only be registered for as a complete series."
1526
  msgstr "Wenn dieser Event auftritt, kann er nur für eine komplette Serie registriert werden."
1527
 
1528
+ #: my-calendar-event-manager.php:794
1529
+ #: my-calendar-group-manager.php:464
1530
  #@ my-calendar
1531
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1532
  msgstr "Wenn Sie GPS-Koordinaten für Ihren Standort hinzufügen, werden diese an Stelle von anderen Adressinformationen für Ihren Karten-Link verwendet."
1533
 
1534
+ #: my-calendar-event-manager.php:906
1535
+ #: my-calendar-group-manager.php:675
1536
  #@ my-calendar
1537
  msgid "Table of Calendar Events"
1538
  msgstr "Tabelle der Kalendereinträge"
1539
 
1540
+ #: my-calendar-event-manager.php:952
1541
+ #: my-calendar-group-manager.php:723
1542
  #@ my-calendar
1543
  msgid "Monthly (by date)"
1544
  msgstr "Monatlich (nach Datum)"
1545
 
1546
+ #: my-calendar-event-manager.php:953
1547
+ #: my-calendar-group-manager.php:724
1548
  #@ my-calendar
1549
  msgid "Monthly (by day)"
1550
  msgstr "Monatlich (nach Tag)"
1551
 
1552
+ #: my-calendar-event-manager.php:979
1553
+ #: my-calendar-group-manager.php:751
1554
  #@ my-calendar
1555
  msgid "Not editable."
1556
  msgstr "Kann nicht bearbeitet werden."
1557
 
1558
+ #: my-calendar-event-manager.php:985
1559
  #@ my-calendar
1560
  msgid "Reject"
1561
  msgstr "Ablehnen"
1562
 
1563
+ #: my-calendar-event-manager.php:987
1564
  #@ my-calendar
1565
  msgid "Approve"
1566
  msgstr "Genehmigen"
1567
 
1568
+ #: my-calendar-event-manager.php:992
1569
  #@ my-calendar
1570
  msgid "Approved"
1571
  msgstr "Genehmigt"
1572
 
1573
+ #: my-calendar-event-manager.php:994
1574
  #@ my-calendar
1575
  msgid "Rejected"
1576
  msgstr "Abgelehnt"
1577
 
1578
+ #: my-calendar-event-manager.php:996
1579
  #@ my-calendar
1580
  msgid "Awaiting Approval"
1581
  msgstr "Wartet auf Genehmigung"
1582
 
1583
+ #: my-calendar-event-manager.php:1196
1584
  #@ my-calendar
1585
  msgid "The repetition value must be 0 unless a type of recurrence is selected."
1586
  msgstr "Der Wiederholungswert muss 0 sein, ausgenommen eine Art von Wiederholung ist ausgewählt."
1587
 
1588
+ #: my-calendar-help.php:42
 
 
 
 
 
 
 
 
 
 
1589
  #@ my-calendar
1590
  msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
1591
  msgstr "Wie vorauszusehen war, zeigt dieser Shortcode die Ausgabe des Heutige-Events-Widget, mit drei konfigurierbaren Attributen: category, template and fallback."
1592
 
1593
+ #: my-calendar-help.php:77
 
 
 
 
 
1594
  #@ my-calendar
1595
  msgid "Custom Styles"
1596
  msgstr "Benutzerdefinierte Stile"
1597
 
1598
+ #: my-calendar-help.php:80
1599
  #@ my-calendar
1600
  msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1601
  msgstr "My Calendar ist mit vier grundlegenden Stylesheets ausgestattet. My Calendar wird bei der Änderung dieser grundlegenden Stylesheets beim Upgrade beibehalten, aber wenn man ein völlig neues Stylesheet hinzufügen möchten, möchten Sie es vielleicht im benutzerdefinierten Stylesheets-Verzeichnis von My Calendar speichern."
1602
 
1603
+ #: my-calendar-help.php:83
1604
  #@ my-calendar
1605
  msgid "Your stylesheet directory is"
1606
  msgstr "Ihr Stylesheet-Verzeichnis ist"
1607
 
1608
+ #: my-calendar-help.php:84
1609
  #@ my-calendar
1610
  msgid "Your custom stylesheets directory is"
1611
  msgstr "Ihr benutzerdefiniertes Stylesheets-Verzeichnis ist"
1612
 
1613
+ #: my-calendar-help.php:95
 
 
 
 
 
1614
  #@ my-calendar
1615
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
1616
+ msgstr "Diese Codes sind in Kalendar Widgets, Email Anzeige, und Event Titeln nicht verfügbar."
1617
 
1618
+ #: my-calendar-help.php:127
1619
  #@ my-calendar
1620
  msgid "Displays the name of the person assigned as host for the event."
1621
  msgstr "Zeigt den Namen der Person, die als Gastgeber für den Event vergeben wurde."
1622
 
1623
+ #: my-calendar-help.php:163
1624
  #@ my-calendar
1625
  msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1626
  msgstr "Zeigt den aktuellen Status der Veranstaltung: entweder \"Published\" or \"Reserved\" - direkt in E-Mail-Vorlagen verwendet."
1627
 
1628
+ #: my-calendar-help.php:211
1629
  #@ my-calendar
1630
  msgid "Produces the address of the current event's category icon."
1631
  msgstr "Erzeugt die Adresse des aktuellen Event-Kategorie-Symbols."
1632
 
1633
+ #: my-calendar-help.php:217
1634
  #@ my-calendar
1635
  msgid "Produces the hex code for the current event's category color."
1636
  msgstr "Erzeugt den Hex-Code für die aktuelle Event-Kategorie-Farbe."
1637
 
1638
+ #: my-calendar-install.php:192
1639
  #@ my-calendar
1640
  msgid "My Calendar Default Timezone"
1641
  msgstr "My Calendar Standard-Zeitzone"
1642
 
1643
+ #: my-calendar-install.php:237
1644
  #@ my-calendar
1645
  msgid "My Calendar Default Location"
1646
  msgstr "My Calendar Standard-Standort"
1647
 
1648
+ #: my-calendar-output.php:559
 
 
 
 
 
1649
  #@ my-calendar
1650
  msgid "The week's events"
1651
  msgstr "Die Events der Woche"
1652
 
1653
+ #: my-calendar-output.php:566
1654
  #@ my-calendar
1655
  msgid "This week's events"
1656
  msgstr "Die Events dieser Woche"
1657
 
1658
+ #: my-calendar-output.php:810
1659
  #@ my-calendar
1660
  msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
1661
  msgstr "Abonnieren von <abbr title=\\\"Really Simple Syndication\\\">RSS</abbr>"
1662
 
1663
+ #: my-calendar-output.php:811
1664
  #@ my-calendar
1665
  msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
1666
  msgstr "Download als <abbr title=\\\"iCal Ereignisse exportieren\\\">iCal</abbr>"
1667
 
1668
+ #: my-calendar-output.php:1061
1669
+ #: my-calendar-output.php:1079
1670
  #@ my-calendar
1671
  msgid "Show all"
1672
  msgstr "Alle"
1673
 
1674
+ #: my-calendar-output.php:1077
1675
  #@ my-calendar
1676
  msgid "Show events in:"
1677
  msgstr "Standort:"
1678
 
1679
+ #: my-calendar-output.php:957
1680
+ #: my-calendar-output.php:1117
1681
  #@ my-calendar
1682
  msgid "Submit"
1683
  msgstr "los"
1684
 
1685
+ #: my-calendar-settings.php:86
1686
  #@ my-calendar
1687
  msgid "Permissions Settings saved"
1688
  msgstr "Genehmigungen-Einstellungen gespeichert"
1689
 
1690
+ #: my-calendar-settings.php:122
1691
  #@ my-calendar
1692
  msgid "Output Settings saved"
1693
  msgstr "Ausgabe-Einstellungen gespeichert"
1694
 
1695
+ #: my-calendar-settings.php:141
1696
  #@ my-calendar
1697
  msgid "Input Settings saved"
1698
  msgstr "Eingabe-Einstellungen gespeichert"
1699
 
1700
+ #: my-calendar-settings.php:164
1701
  #@ my-calendar
1702
  msgid "Custom text settings saved"
1703
  msgstr "Benutzerdefinierte Text-Einstellungen gespeichert"
1704
 
1705
+ #: my-calendar-settings.php:176
1706
  #@ my-calendar
1707
  msgid "Email notice settings saved"
1708
  msgstr "E-Mail-Benachrichtigung-Einstellungen gespeichert"
1709
 
1710
+ #: my-calendar-settings.php:190
1711
  #@ my-calendar
1712
  msgid "User custom settings saved"
1713
  msgstr "Benutzer benutzerdefinierte Einstellungen gespeichert"
1714
 
1715
+ #: my-calendar-settings.php:223
1716
  #@ my-calendar
1717
  msgid "Calendar Management Settings"
1718
  msgstr "Kalender-Management-Einstellungen"
1719
 
1720
+ #: my-calendar-settings.php:245
 
 
 
 
 
 
 
 
 
 
1721
  #@ my-calendar
1722
  msgid "Enable approval options."
1723
  msgstr "Aktiviere Genehmigung-Optionen."
1724
 
1725
+ #: my-calendar-settings.php:254
 
 
 
 
 
1726
  #@ my-calendar
1727
  msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
1728
  msgstr "Standardmäßig können nur Administratoren Events bearbeiten oder löschen. Andere Benutzer können nur Events bearbeiten oder löschen, die sie selbst verfasst haben."
1729
 
1730
+ #: my-calendar-settings.php:267
1731
  #@ my-calendar
1732
  msgid "Save Approval Settings"
1733
  msgstr "Genehmigungs-Einstellungen speichern"
1734
 
1735
+ #: my-calendar-settings.php:273
1736
  #@ my-calendar
1737
  msgid "Calendar Text Settings"
1738
  msgstr "Kalender-Texteinstellungen"
1739
 
1740
+ #: my-calendar-settings.php:301
1741
  #@ my-calendar
1742
  msgid "Save Custom Text Settings"
1743
  msgstr "Benutzerdefinierte Texteinstellungen speichern"
1744
 
1745
+ #: my-calendar-settings.php:307
1746
  #@ my-calendar
1747
  msgid "Calendar Output Settings"
1748
  msgstr "Kalender-Ausgabe-Einstellungen"
1749
 
1750
+ #: my-calendar-settings.php:367
1751
  #@ my-calendar
1752
  msgid "Event title template"
1753
  msgstr "Event-Titel-Vorlage"
1754
 
1755
+ #: my-calendar-settings.php:542
 
1756
  #@ my-calendar
1757
  msgid "Shortcode Help"
1758
  msgstr "Shortcode-Hilfe"
1759
 
1760
+ #: my-calendar-settings.php:542
 
1761
  #@ my-calendar
1762
  msgid "All template shortcodes are available."
1763
  msgstr "Alle Template-Shortcodes sind verfügbar."
1764
 
1765
+ #: my-calendar-settings.php:331
1766
  #@ my-calendar
1767
  msgid "Show link to My Calendar RSS feed."
1768
  msgstr "Zeige Link zu My Calendar RSS-Feed."
1769
 
1770
+ #: my-calendar-settings.php:334
1771
  #@ my-calendar
1772
  msgid "Show link to iCal format download."
1773
  msgstr "Zeige Link zu iCal-Format-Download."
1774
 
1775
+ #: my-calendar-settings.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1776
  #@ my-calendar
1777
  msgid "Holiday Category"
1778
  msgstr "Feiertag-Kategorie"
1779
 
1780
+ #: my-calendar-settings.php:458
1781
  #@ my-calendar
1782
  msgid "Save Output Settings"
1783
  msgstr "Ausgabe-Einstellungen speichern"
1784
 
1785
+ #: my-calendar-settings.php:464
1786
  #@ my-calendar
1787
  msgid "Calendar Input Settings"
1788
  msgstr "Kalender-Eingabe-Einstellungen"
1789
 
1790
+ #: my-calendar-settings.php:474
1791
  #@ my-calendar
1792
  msgid "Show Event Recurrence Options"
1793
  msgstr "Zeige Event-Serienoptionen"
1794
 
1795
+ #: my-calendar-settings.php:492
1796
  #@ my-calendar
1797
  msgid "Save Input Settings"
1798
  msgstr "Eingabe-Einstellungen speichern"
1799
 
1800
+ #: my-calendar-settings.php:523
1801
  #@ my-calendar
1802
  msgid "Calendar Email Settings"
1803
  msgstr "Kalender-E-Mail-Einstellungen"
1804
 
1805
+ #: my-calendar-settings.php:528
1806
  #@ my-calendar
1807
  msgid "Calendar Options: Email Notifications"
1808
  msgstr "Kalender-Optionen: E-Mail-Benachrichtigung"
1809
 
1810
+ #: my-calendar-settings.php:532
1811
  #@ my-calendar
1812
  msgid "Send Email Notifications when new events are scheduled or reserved."
1813
  msgstr "Senden Sie E-Mail Benachrichtigungen, wenn neue Termine geplant sind oder reserviert."
1814
 
1815
+ #: my-calendar-settings.php:535
1816
  #@ my-calendar
1817
  msgid "Notification messages are sent to: "
1818
  msgstr "Benachrichtigungen sind zu richten an: "
1819
 
1820
+ #: my-calendar-settings.php:538
1821
  #@ my-calendar
1822
  msgid "Email subject"
1823
  msgstr "Email-Betreff"
1824
 
1825
+ #: my-calendar-settings.php:538
1826
  #@ my-calendar
1827
  msgid "New event Added"
1828
  msgstr "Neuer Termin hinzugefügt"
1829
 
1830
+ #: my-calendar-settings.php:541
1831
  #@ my-calendar
1832
  msgid "Message Body"
1833
  msgstr "Nachrichtentext"
1834
 
1835
+ #: my-calendar-settings.php:541
1836
  #@ my-calendar
1837
  msgid "New Event:"
1838
  msgstr "Neuer Event:"
1839
 
1840
+ #: my-calendar-settings.php:547
1841
  #@ my-calendar
1842
  msgid "Save Email Settings"
1843
  msgstr "E-Mail-Einstellungen speichern"
1844
 
1845
+ #: my-calendar-settings.php:553
1846
  #@ my-calendar
1847
  msgid "Calendar User Settings"
1848
  msgstr "Kalender Benutzer-Einstellungen"
1849
 
1850
+ #: my-calendar-settings.php:562
 
 
 
 
 
1851
  #@ my-calendar
1852
  msgid "Allow registered users to provide timezone or location presets in their user profiles."
1853
  msgstr "Registrierten Benutzern erlauben, Zeitzone oder Standard-Standort in ihren Benutzer-Profilen anzubieten."
1854
 
1855
+ #: my-calendar-settings.php:574
1856
  #@ my-calendar
1857
  msgid "Timezone Settings"
1858
  msgstr "Zeitzone-Einstellungen"
1859
 
1860
+ #: my-calendar-settings.php:575
1861
  #@ my-calendar
1862
  msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
1863
  msgstr "Diese Einstellungen bieten Benutzern die Möglichkeit, eine Zeitzone in ihrem Benutzerprofil zu wählen. Wenn sie ihren Kalender ansehen, wird die Zeit für Events in der Zeit ihrer Zeitzone sowie der eingegebene Wert angezeigt."
1864
 
1865
+ #: my-calendar-settings.php:577
1866
  #@ my-calendar
1867
  msgid "Enable Timezone"
1868
  msgstr "Aktiviere Zeitzone"
1869
 
1870
+ #: my-calendar-settings.php:580
1871
  #@ my-calendar
1872
  msgid "Select Timezone Label"
1873
  msgstr "Wählen Sie den Zeitzonen-Namen"
1874
 
1875
+ #: my-calendar-settings.php:583
1876
  #@ my-calendar
1877
  msgid "Timezone Options"
1878
  msgstr "Zeitzonen-Optionen"
1879
 
1880
+ #: my-calendar-settings.php:583
1881
+ #: my-calendar-settings.php:607
1882
  #@ my-calendar
1883
  msgid "Value, Label; one per line"
1884
  msgstr "Wert, Beschriftung; eine pro Zeile"
1885
 
1886
+ #: my-calendar-settings.php:595
1887
  #@ my-calendar
1888
  msgid "Location Settings"
1889
  msgstr "Standorteinstellungen"
1890
 
1891
+ #: my-calendar-settings.php:598
 
 
 
 
 
1892
  #@ my-calendar
1893
  msgid "Enable Location"
1894
  msgstr "Standort freigeben"
1895
 
1896
+ #: my-calendar-settings.php:604
1897
  #@ my-calendar
1898
  msgid "Select Location Label"
1899
  msgstr "Wählen Sie Standort-Namen"
1900
 
1901
+ #: my-calendar-settings.php:607
1902
  #@ my-calendar
1903
  msgid "Location Options"
1904
  msgstr "Standort-Optionen"
1905
 
1906
+ #: my-calendar-settings.php:617
1907
  #@ my-calendar
1908
  msgid "Location Type"
1909
  msgstr "Standort-Typ"
1910
 
1911
+ #: button/generator.php:55
1912
+ #: my-calendar-settings.php:450
1913
+ #: my-calendar-settings.php:619
1914
  #@ my-calendar
1915
  msgid "Location Name"
1916
  msgstr "Standort-Name"
1917
 
1918
+ #: my-calendar-settings.php:630
1919
  #@ my-calendar
1920
  msgid "Save User Settings"
1921
  msgstr "Benutzereinstellungen sichern"
1922
 
1923
+ #: my-calendar-styles.php:79
1924
  #@ my-calendar
1925
  msgid "The stylesheet has been updated."
1926
  msgstr "Das Stylesheet wurde aktualisiert."
1927
 
1928
+ #: my-calendar-styles.php:79
1929
  #@ my-calendar
1930
  msgid "Write Error! Please verify write permissions on the style file."
1931
  msgstr "Schreibfehler! Bitte überprüfen Sie Schreibrechte der Stylesheet-Datei."
1932
 
1933
+ #: my-calendar-styles.php:93
1934
  #@ my-calendar
1935
  msgid "Stylesheet reset to default."
1936
  msgstr "Stylesheet auf Standardeinstellung zurücksetzen."
1937
 
1938
+ #: my-calendar-styles.php:96
1939
  #@ my-calendar
1940
  msgid "Style Settings Saved"
1941
  msgstr "Stileinstellungen gespeichert"
1942
 
1943
+ #: my-calendar-styles.php:105
1944
  #@ my-calendar
1945
  msgid "New theme selected."
1946
  msgstr "Neues Thema ausgewählt."
1947
 
1948
+ #: my-calendar-styles.php:121
1949
  #@ my-calendar
1950
  msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
1951
  msgstr "Entschuldigen Sie. Die Datei, die Sie suchen scheint offenbar nicht zu existieren. Bitte überprüfen Sie den Dateinamen und den Speicherort!"
1952
 
1953
+ #: my-calendar-styles.php:141
1954
  #@ my-calendar
1955
  msgid "Select My Calendar Theme"
1956
  msgstr "Wählen Sie das My Calendar -Thema"
1957
 
1958
+ #: my-calendar-styles.php:149
1959
  #@ default
1960
  msgid "Your Custom Stylesheets"
1961
  msgstr ""
1962
 
1963
+ #: my-calendar-styles.php:158
1964
  #@ my-calendar
1965
  msgid "Installed Stylesheets"
1966
  msgstr "Installierte Stylesheets"
1967
 
1968
+ #: my-calendar-styles.php:166
1969
  #@ my-calendar
1970
  msgid "Choose Style"
1971
  msgstr "Wählen Sie den Stil"
1972
 
1973
+ #: my-calendar-styles.php:179
1974
  #@ my-calendar
1975
  msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
1976
  msgstr "My Calendar konnte Ihre CSS-Dateien während des Upgrade nicht aktualisieren. Bitte überprüfen Sie Ihre Dateiberechtigungen, wenn Sie auf Ihre My Calendar Stile bearbeiten möchten. Ihre zuvor gespeicherten Stile sind unten. Diese Nachricht und diese Stile werden aus der Datenbank entfernt, wenn Sie Ihre Stylesheet erfolgreich aktualisiert haben."
1977
 
1978
+ #: my-calendar-styles.php:189
1979
  #@ my-calendar
1980
  msgid "Apply CSS only on these pages (comma separated page IDs)"
1981
  msgstr "CSS nur auf diesen Seiten anwenden (durch Komma getrennt Seite-IDs)"
1982
 
1983
+ #: my-calendar-event-manager.php:894
1984
+ #: my-calendar-templates.php:191
1985
  #@ my-calendar
1986
  msgid "Published"
1987
  msgstr "Veröffentlicht"
1988
 
1989
+ #: my-calendar-event-manager.php:895
1990
+ #: my-calendar-templates.php:191
1991
  #@ my-calendar
1992
  msgid "Reserved"
1993
  msgstr "Reserviert"
1994
 
1995
+ #: my-calendar-user.php:34
 
 
 
 
 
1996
  #@ my-calendar
1997
  msgid "My Calendar User Settings"
1998
  msgstr "My Calendar Benutzereinstellungen"
2002
  msgid "My Calendar: Today's Events"
2003
  msgstr "My Calendar: Heutige Events"
2004
 
2005
+ #: my-calendar-widgets.php:56
2006
+ #: my-calendar-widgets.php:163
2007
+ #: my-calendar-widgets.php:498
2008
  #@ my-calendar
2009
  msgid "Category or categories to display:"
2010
  msgstr "Kategorie oder Kategorien für Anzeige:"
2011
 
2012
+ #: my-calendar-widgets.php:77
2013
  #@ my-calendar
2014
  msgid "My Calendar: Upcoming Events"
2015
  msgstr "My Calendar: Kommende Events"
2016
 
2017
+ #: my-calendar-widgets.php:159
2018
  #@ my-calendar
2019
  msgid "Show this text if there are no events meeting your criteria:"
2020
  msgstr "Zeige diesen Text, wenn es keine Events gibt, die Ihren Kriterien entsprechen:"
2021
 
2022
+ #: my-calendar.php:121
2023
  #@ my-calendar
2024
  msgid "Buy the Beginner's Guide"
2025
  msgstr "Kaufen Sie das Beginner's Guide"
2026
 
2027
+ #: my-calendar.php:162
2028
  #@ my-calendar
2029
  msgid "Behavior Editor"
2030
  msgstr "Verhaltensweise Editor"
2031
 
2032
+ #: button/generator.php:12
2033
+ #@ my-calendar
2034
+ msgid "You don't have access to this function."
2035
+ msgstr "Sie haben keinen Zugang zu dieser Funktion."
2036
+
2037
+ #: button/generator.php:18
2038
+ #: button/generator.php:44
2039
+ #@ my-calendar
2040
+ msgid "My Calendar Shortcode Generator"
2041
+ msgstr "My Calendar Shortcodegenerator."
2042
+
2043
+ #: button/generator.php:47
2044
+ #@ my-calendar
2045
+ msgid "Shortcode Attributes"
2046
+ msgstr "Shortcode Attributen"
2047
+
2048
+ #: button/generator.php:52
2049
+ #@ my-calendar
2050
+ msgid "Location filter type:"
2051
+ msgstr "Art des Ortfilter:"
2052
+
2053
+ #: button/generator.php:54
2054
+ #@ my-calendar
2055
+ msgid "All locations"
2056
+ msgstr "Alle Orte"
2057
+
2058
+ #: button/generator.php:64
2059
+ #@ my-calendar
2060
+ msgid "Location filter value:"
2061
+ msgstr "Ortfilter Wert:"
2062
+
2063
+ #: button/generator.php:68
2064
+ #@ my-calendar
2065
+ msgid "Format"
2066
+ msgstr "Format"
2067
+
2068
+ #: button/generator.php:70
2069
+ #@ my-calendar
2070
+ msgid "Grid"
2071
+ msgstr "Raster"
2072
+
2073
+ #: button/generator.php:71
2074
+ #@ my-calendar
2075
+ msgid "List"
2076
+ msgstr "Liste"
2077
+
2078
+ #: button/generator.php:75
2079
+ #@ my-calendar
2080
+ msgid "Show Category Key"
2081
+ msgstr "Kategorie-Schlüssel zeigen"
2082
+
2083
+ #: button/generator.php:77
2084
+ #: button/generator.php:84
2085
+ #: button/generator.php:91
2086
+ #: my-calendar-widgets.php:503
2087
+ #: my-calendar-widgets.php:509
2088
+ #@ my-calendar
2089
+ msgid "Yes"
2090
+ msgstr "Ja"
2091
+
2092
+ #: button/generator.php:78
2093
+ #: button/generator.php:85
2094
+ #: button/generator.php:92
2095
+ #: my-calendar-widgets.php:504
2096
+ #: my-calendar-widgets.php:510
2097
+ #@ my-calendar
2098
+ msgid "No"
2099
+ msgstr "Nein"
2100
+
2101
+ #: button/generator.php:82
2102
+ #@ my-calendar
2103
+ msgid "Show Previous/Next Links"
2104
+ msgstr "Zurück/Weiter Links zeigen"
2105
+
2106
+ #: button/generator.php:89
2107
+ #@ my-calendar
2108
+ msgid "Show Format Toggle"
2109
+ msgstr "Format-Umschaltfläche zeigen"
2110
+
2111
+ #: button/generator.php:96
2112
+ #@ my-calendar
2113
+ msgid "Time Segment"
2114
+ msgstr "Zeitabschnitt"
2115
+
2116
+ #: button/generator.php:99
2117
+ #: my-calendar-widgets.php:516
2118
+ #@ my-calendar
2119
+ msgid "Week"
2120
+ msgstr "Woche"
2121
+
2122
+ #: button/generator.php:100
2123
+ #@ my-calendar
2124
+ msgid "Day"
2125
+ msgstr "Tag"
2126
+
2127
+ #: button/generator.php:105
2128
+ #@ my-calendar
2129
+ msgid "Generate Shortcode"
2130
+ msgstr "Shortcode machen"
2131
+
2132
+ #: button/generator.php:107
2133
+ #@ my-calendar
2134
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
2135
+ msgstr "<strong>Achtung:</strong>Wenn Sie einem Ortfilter Wert geben, muss er zu den gespeicherten Events Informationen genau passen. (z.B. \"Saint Paul\" passt nicht zu \"saint paul\" oder \"St. Paul\")"
2136
+
2137
+ #: button/generator.php:117
2138
+ #@ my-calendar
2139
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
2140
+ msgstr "My Calendar: diese Generator wird keine Shortcode auf Ihre Seite stellen."
2141
+
2142
+ #: my-calendar-behaviors.php:79
2143
+ #@ my-calendar
2144
+ msgid "Update/Reset the My Calendar Calendar Javascript"
2145
+ msgstr "My Calendar Kalender Javascript Aktualizieren/Zurücksetzen"
2146
+
2147
+ #: my-calendar-behaviors.php:94
2148
+ #: my-calendar-behaviors.php:125
2149
+ #: my-calendar-behaviors.php:156
2150
+ #: my-calendar-behaviors.php:186
2151
+ #@ my-calendar
2152
+ msgid "Comparing scripts with latest installed version of My Calendar"
2153
+ msgstr "Scripte werden mit der neuesten installierten Version des My Calendars vergleicht."
2154
+
2155
+ #: my-calendar-behaviors.php:94
2156
+ #: my-calendar-behaviors.php:125
2157
+ #: my-calendar-behaviors.php:156
2158
+ #: my-calendar-behaviors.php:186
2159
+ #: my-calendar-styles.php:208
2160
+ #@ my-calendar
2161
+ msgid "Latest (from plugin)"
2162
+ msgstr "Neueste (von Plugin)"
2163
+
2164
+ #: my-calendar-behaviors.php:94
2165
+ #: my-calendar-behaviors.php:125
2166
+ #: my-calendar-behaviors.php:156
2167
+ #: my-calendar-behaviors.php:186
2168
+ #: my-calendar-styles.php:208
2169
+ #@ my-calendar
2170
+ msgid "Current (in use)"
2171
+ msgstr "Aktuelle (in Verwendung)"
2172
+
2173
+ #: my-calendar-behaviors.php:98
2174
+ #@ my-calendar
2175
+ msgid "There have been updates to the calendar view scripts."
2176
+ msgstr "Es gab Aktualisierungen zu den Kalenderansicht Scripte."
2177
+
2178
+ #: my-calendar-behaviors.php:98
2179
+ #: my-calendar-behaviors.php:129
2180
+ #: my-calendar-behaviors.php:160
2181
+ #: my-calendar-behaviors.php:190
2182
+ #@ my-calendar
2183
+ msgid "Compare your scripts with latest installed version of My Calendar."
2184
+ msgstr "Ihre Scripte mit der neuesten installierten Version des My Calendars vergleichen."
2185
+
2186
+ #: my-calendar-behaviors.php:102
2187
+ #: my-calendar-behaviors.php:133
2188
+ #: my-calendar-behaviors.php:164
2189
+ #: my-calendar-behaviors.php:194
2190
+ #@ my-calendar
2191
+ msgid "Your script matches that included with My Calendar."
2192
+ msgstr "Ihre Script passt zu der mit My Calendar eingeschlossene Script."
2193
+
2194
+ #: my-calendar-behaviors.php:110
2195
+ #@ my-calendar
2196
+ msgid "Update/Reset the My Calendar List Javascript"
2197
+ msgstr "Die My Calendar Liste Javascript Aktualisieren/Zurücksetzen"
2198
+
2199
+ #: my-calendar-behaviors.php:129
2200
+ #@ my-calendar
2201
+ msgid "There have been updates to the list view scripts."
2202
+ msgstr "Es gab Aktualisierungen zu den Listenansicht Scripts."
2203
+
2204
+ #: my-calendar-behaviors.php:141
2205
+ #@ my-calendar
2206
+ msgid "Update/Reset the My Calendar Mini Format Javascript"
2207
+ msgstr "Die My Calendar Mini-Format Javascript Aktualisieren/Zurücksetzen"
2208
+
2209
+ #: my-calendar-behaviors.php:160
2210
+ #@ my-calendar
2211
+ msgid "There have been updates to the mini view scripts."
2212
+ msgstr "Es gab Aktualisierungen zu den Mini-Ansicht Scripte."
2213
+
2214
+ #: my-calendar-behaviors.php:172
2215
+ #@ my-calendar
2216
+ msgid "Update/Reset the My Calendar AJAX Javascript"
2217
+ msgstr "Die My Calendar AJAX Javascript Aktualisieren/Zurücksetzen"
2218
+
2219
+ #: my-calendar-behaviors.php:190
2220
+ #@ my-calendar
2221
+ msgid "There have been updates to the AJAX scripts."
2222
+ msgstr "Es gab Aktualisierungen zu den AJAX Scripte."
2223
+
2224
+ #: my-calendar-behaviors.php:202
2225
+ #@ my-calendar
2226
+ msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
2227
+ msgstr "Zurücksetzung des Javascripts wird diese Script zu die zurzeit mit der Plug-in verteilte Version gestellt."
2228
+
2229
+ #: my-calendar-categories.php:137
2230
+ #@ my-calendar
2231
+ msgid "Error: Category was not edited."
2232
+ msgstr "Fehler: Kategorie wurde nicht bearbeitet."
2233
+
2234
+ #: my-calendar-categories.php:218
2235
+ #@ my-calendar
2236
+ msgid "Add a New Category"
2237
+ msgstr "Neue Kategorie hinzufügen"
2238
+
2239
+ #: my-calendar-core.php:185
2240
+ #, php-format
2241
+ #@ my-calendar
2242
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
2243
+ msgstr "<br /><strong>Achtung:</strong> Bitte, bevor upgraden, die <a class=\"thickbox\" href=\"%1$s\">changelog</a> nachprüfen ."
2244
+
2245
+ #: my-calendar-core.php:911
2246
+ #@ my-calendar
2247
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
2248
+ msgstr "Derzeit erlauben Sie, dass Abonnente Events einstellen können, aber Sie benutzen Akismet nicht. My Calendar kann Akismet benutzen um auf Spam in Event Submissions zu prüfen. <a href='https://akismet.com/signup/'>Bekommen Sie jetzt einen Akismet API Schlüssel.</a>"
2249
+
2250
+ #: my-calendar-core.php:1036
2251
+ #@ my-calendar
2252
+ msgid "Is this your calendar page?"
2253
+ msgstr "Ist das Ihre Kalender Seite?"
2254
+
2255
+ #: my-calendar-core.php:1039
2256
+ #@ my-calendar
2257
+ msgid "I tried to guess, but don't have a suggestion for you."
2258
+ msgstr "Ich habe versucht zu erraten, aber habe keinen Vorschlag für Sie."
2259
+
2260
+ #: my-calendar-event-manager.php:260
2261
+ #@ my-calendar
2262
+ msgid "Currently editing your local calendar"
2263
+ msgstr "Zurzeit wird Ihre Lokalkalender bearbeitet."
2264
+
2265
+ #: my-calendar-event-manager.php:262
2266
+ #@ my-calendar
2267
+ msgid "Currently editing your central calendar"
2268
+ msgstr "Zurzeit wird Ihre Zentralkalender bearbeitet."
2269
+
2270
+ #: my-calendar-event-manager.php:471
2271
+ #@ my-calendar
2272
+ msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
2273
+ msgstr "Es gab einen Fehler bei der Anschaffung der Information über diese Event Instanz. Das Datum dieser Event wurde nicht eingegeben. <strong>Sie bearbeiten das ganze Wiederholung-Set. </strong>"
2274
+
2275
+ #: my-calendar-event-manager.php:496
2276
+ #@ my-calendar
2277
+ msgid "This event is not spam"
2278
+ msgstr ""
2279
+
2280
+ #: my-calendar-event-manager.php:513
2281
+ #: my-calendar-event-manager.php:520
2282
+ #@ my-calendar
2283
+ msgid "This event's image:"
2284
+ msgstr ""
2285
+
2286
+ #: my-calendar-event-manager.php:514
2287
+ #@ my-calendar
2288
+ msgid "Add an image:"
2289
+ msgstr ""
2290
+
2291
+ #: my-calendar-event-manager.php:514
2292
+ #@ my-calendar
2293
+ msgid "Upload Image"
2294
+ msgstr ""
2295
+
2296
+ #: my-calendar-event-manager.php:514
2297
+ #: my-calendar-group-manager.php:306
2298
+ #@ my-calendar
2299
+ msgid "Include your image URL or upload an image."
2300
+ msgstr ""
2301
+
2302
+ #: my-calendar-event-manager.php:583
2303
+ #@ my-calendar
2304
+ msgid "Enter the beginning and ending information for this occurrence of the event."
2305
+ msgstr ""
2306
+
2307
+ #: my-calendar-event-manager.php:600
2308
+ #@ my-calendar
2309
+ msgid "Time (hh:mm am/pm)"
2310
+ msgstr ""
2311
+
2312
+ #: my-calendar-event-manager.php:609
2313
+ #@ my-calendar
2314
+ msgid "End Time (hh:mm am/pm)"
2315
+ msgstr ""
2316
+
2317
+ #: my-calendar-event-manager.php:619
2318
+ #@ my-calendar
2319
+ msgid "Add another occurrence"
2320
+ msgstr ""
2321
+
2322
+ #: my-calendar-event-manager.php:620
2323
+ #@ my-calendar
2324
+ msgid "Remove last occurrence"
2325
+ msgstr ""
2326
+
2327
+ #: my-calendar-event-manager.php:640
2328
+ #: my-calendar-templates.php:111
2329
+ #@ my-calendar
2330
+ msgid "Daily, weekdays only"
2331
+ msgstr ""
2332
+
2333
+ #: my-calendar-event-manager.php:789
2334
+ #: my-calendar-group-manager.php:459
2335
+ #@ my-calendar
2336
+ msgid "Location URL"
2337
+ msgstr ""
2338
+
2339
+ #: my-calendar-event-manager.php:810
2340
+ #@ my-calendar
2341
+ msgid "Special Options"
2342
+ msgstr ""
2343
+
2344
+ #: my-calendar-event-manager.php:812
2345
+ #@ my-calendar
2346
+ msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
2347
+ msgstr ""
2348
+
2349
+ #: my-calendar-event-manager.php:815
2350
+ #@ my-calendar
2351
+ msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
2352
+ msgstr ""
2353
+
2354
+ #: my-calendar-event-manager.php:896
2355
+ #@ my-calendar
2356
+ msgid "All"
2357
+ msgstr ""
2358
+
2359
+ #: my-calendar-event-manager.php:949
2360
+ #: my-calendar-group-manager.php:720
2361
+ #@ my-calendar
2362
+ msgid "Weekdays"
2363
+ msgstr ""
2364
+
2365
+ #: my-calendar-event-manager.php:958
2366
+ #: my-calendar-group-manager.php:729
2367
+ #, php-format
2368
+ #@ my-calendar
2369
+ msgid "%d Times"
2370
+ msgstr ""
2371
+
2372
+ #: my-calendar-event-manager.php:976
2373
+ #: my-calendar-group-manager.php:747
2374
+ #: my-calendar-output.php:269
2375
+ #@ my-calendar
2376
+ msgid "Edit Group"
2377
+ msgstr ""
2378
+
2379
+ #: my-calendar-event-manager.php:1007
2380
+ #@ my-calendar
2381
+ msgid "Delete checked events"
2382
+ msgstr ""
2383
+
2384
+ #: my-calendar-group-manager.php:56
2385
+ #@ my-calendar
2386
+ msgid "Event not updated."
2387
+ msgstr ""
2388
+
2389
+ #: my-calendar-group-manager.php:82
2390
+ #@ my-calendar
2391
+ msgid "Event not grouped."
2392
+ msgstr ""
2393
+
2394
+ #: my-calendar-group-manager.php:86
2395
+ #@ my-calendar
2396
+ msgid "Event grouped successfully"
2397
+ msgstr ""
2398
+
2399
+ #: my-calendar-group-manager.php:104
2400
+ #: my-calendar-group-manager.php:259
2401
+ #@ my-calendar
2402
+ msgid "Edit Event Group"
2403
+ msgstr ""
2404
+
2405
+ #: my-calendar-group-manager.php:108
2406
+ #@ my-calendar
2407
+ msgid "You must provide an event group id in order to edit it"
2408
+ msgstr ""
2409
+
2410
+ #: my-calendar-group-manager.php:116
2411
+ #: my-calendar.php:158
2412
+ #@ my-calendar
2413
+ msgid "Manage Event Groups"
2414
+ msgstr ""
2415
+
2416
+ #: my-calendar-group-manager.php:118
2417
+ #@ my-calendar
2418
+ msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
2419
+ msgstr ""
2420
+
2421
+ #: my-calendar-group-manager.php:119
2422
+ #@ my-calendar
2423
+ msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
2424
+ msgstr ""
2425
+
2426
+ #: my-calendar-group-manager.php:212
2427
+ #@ my-calendar
2428
+ msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
2429
+ msgstr ""
2430
+
2431
+ #: my-calendar-group-manager.php:212
2432
+ #@ my-calendar
2433
+ msgid "The group editable fields in for the events in this group match."
2434
+ msgstr ""
2435
+
2436
+ #: my-calendar-group-manager.php:219
2437
+ #@ my-calendar
2438
+ msgid "Apply these changes to:"
2439
+ msgstr ""
2440
+
2441
+ #: my-calendar-group-manager.php:230
2442
+ #@ my-calendar
2443
+ msgid "Check/Uncheck all"
2444
+ msgstr ""
2445
+
2446
+ #: my-calendar-group-manager.php:232
2447
+ #@ my-calendar
2448
+ msgid "Remove checked events from this group"
2449
+ msgstr ""
2450
+
2451
+ #: my-calendar-group-manager.php:249
2452
+ #@ my-calendar
2453
+ msgid "You must provide a group ID to edit groups"
2454
+ msgstr ""
2455
+
2456
+ #: my-calendar-group-manager.php:662
2457
+ #@ my-calendar
2458
+ msgid "Create/Modify Groups"
2459
+ msgstr ""
2460
+
2461
+ #: my-calendar-group-manager.php:663
2462
+ #@ my-calendar
2463
+ msgid "Check a set of events to group them for mass editing."
2464
+ msgstr ""
2465
+
2466
+ #: my-calendar-group-manager.php:673
2467
+ #: my-calendar-group-manager.php:759
2468
+ #@ my-calendar
2469
+ msgid "Group checked events for mass editing"
2470
+ msgstr ""
2471
+
2472
+ #: my-calendar-group-manager.php:679
2473
+ #@ my-calendar
2474
+ msgid "Group"
2475
+ msgstr ""
2476
+
2477
+ #: my-calendar-group-manager.php:749
2478
+ #@ my-calendar
2479
+ msgid "Ungrouped"
2480
+ msgstr ""
2481
+
2482
+ #: my-calendar-help.php:17
2483
+ #@ my-calendar
2484
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
2485
+ msgstr ""
2486
+
2487
+ #: my-calendar-help.php:22
2488
+ #@ my-calendar
2489
+ msgid "The shortcode supports eight attributes:"
2490
+ msgstr ""
2491
+
2492
+ #: my-calendar-help.php:24
2493
+ #@ my-calendar
2494
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
2495
+ msgstr ""
2496
+
2497
+ #: my-calendar-help.php:25
2498
+ #@ my-calendar
2499
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
2500
+ msgstr ""
2501
+
2502
+ #: my-calendar-help.php:26
2503
+ #@ my-calendar
2504
+ msgid "Set as \"no\" to hide the category key."
2505
+ msgstr ""
2506
+
2507
+ #: my-calendar-help.php:27
2508
+ #@ my-calendar
2509
+ msgid "Set as \"no\" to hide the month-by-month navigation."
2510
+ msgstr ""
2511
+
2512
+ #: my-calendar-help.php:28
2513
+ #@ my-calendar
2514
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
2515
+ msgstr ""
2516
+
2517
+ #: my-calendar-help.php:29
2518
+ #@ my-calendar
2519
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
2520
+ msgstr ""
2521
+
2522
+ #: my-calendar-help.php:30
2523
+ #@ my-calendar
2524
+ msgid "The type of location data to restrict by."
2525
+ msgstr ""
2526
+
2527
+ #: my-calendar-help.php:31
2528
+ #@ my-calendar
2529
+ msgid "The specific location information to filter to."
2530
+ msgstr ""
2531
+
2532
+ #: my-calendar-help.php:35
2533
+ #@ my-calendar
2534
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
2535
+ msgstr ""
2536
+
2537
+ #: my-calendar-help.php:37
2538
+ #@ my-calendar
2539
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
2540
+ msgstr ""
2541
+
2542
+ #: my-calendar-help.php:39
2543
+ #@ my-calendar
2544
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
2545
+ msgstr ""
2546
+
2547
+ #: my-calendar-help.php:45
2548
+ #@ my-calendar
2549
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
2550
+ msgstr ""
2551
+
2552
+ #: my-calendar-help.php:48
2553
+ #@ my-calendar
2554
+ msgid "Supplement Features (Locations filter, Categories filter)"
2555
+ msgstr ""
2556
+
2557
+ #: my-calendar-help.php:51
2558
+ #@ my-calendar
2559
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
2560
+ msgstr ""
2561
+
2562
+ #: my-calendar-help.php:54
2563
+ #@ my-calendar
2564
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
2565
+ msgstr ""
2566
+
2567
+ #: my-calendar-help.php:57
2568
+ #@ my-calendar
2569
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
2570
+ msgstr ""
2571
+
2572
+ #: my-calendar-help.php:97
2573
+ #: my-calendar-templating.php:72
2574
+ #@ my-calendar
2575
+ msgid "Event Template Tags"
2576
+ msgstr ""
2577
+
2578
+ #: my-calendar-help.php:109
2579
+ #@ my-calendar
2580
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2581
+ msgstr ""
2582
+
2583
+ #: my-calendar-help.php:112
2584
+ #@ my-calendar
2585
+ msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2586
+ msgstr ""
2587
+
2588
+ #: my-calendar-help.php:130
2589
+ #@ my-calendar
2590
+ msgid "Displays the email address of the person assigned as host for the event."
2591
+ msgstr ""
2592
+
2593
+ #: my-calendar-help.php:139
2594
+ #: my-calendar-templating.php:111
2595
+ #@ my-calendar
2596
+ msgid "Image associated with the event."
2597
+ msgstr ""
2598
+
2599
+ #: my-calendar-help.php:145
2600
+ #@ my-calendar
2601
+ msgid "Produces the URL to download an iCal formatted record for the event."
2602
+ msgstr ""
2603
+
2604
+ #: my-calendar-help.php:148
2605
+ #@ my-calendar
2606
+ msgid "Produces a hyperlink to download an iCal formatted record for the event."
2607
+ msgstr ""
2608
+
2609
+ #: my-calendar-help.php:151
2610
+ #@ my-calendar
2611
+ msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
2612
+ msgstr ""
2613
+
2614
+ #: my-calendar-help.php:154
2615
+ #@ my-calendar
2616
+ msgid "Shows the number of repetitions of the event."
2617
+ msgstr ""
2618
+
2619
+ #: my-calendar-help.php:157
2620
+ #@ my-calendar
2621
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
2622
+ msgstr ""
2623
+
2624
+ #: my-calendar-help.php:157
2625
+ #@ my-calendar
2626
+ msgid "Requires that the site URL has been provided on the Settings page"
2627
+ msgstr ""
2628
+
2629
+ #: my-calendar-help.php:165
2630
+ #: my-calendar-templating.php:125
2631
+ #@ my-calendar
2632
+ msgid "Location Template Tags"
2633
+ msgstr ""
2634
+
2635
+ #: my-calendar-help.php:178
2636
+ #@ my-calendar
2637
+ msgid "Displays the city for the location."
2638
+ msgstr ""
2639
+
2640
+ #: my-calendar-help.php:181
2641
+ #@ my-calendar
2642
+ msgid "Displays the state for the location."
2643
+ msgstr ""
2644
+
2645
+ #: my-calendar-help.php:184
2646
+ #@ my-calendar
2647
+ msgid "Displays the postcode for the location."
2648
+ msgstr ""
2649
+
2650
+ #: my-calendar-help.php:187
2651
+ #@ my-calendar
2652
+ msgid "Shows the custom region entered for the location."
2653
+ msgstr ""
2654
+
2655
+ #: my-calendar-help.php:193
2656
+ #@ my-calendar
2657
+ msgid "Output the URL for the location link."
2658
+ msgstr ""
2659
+
2660
+ #: my-calendar-help.php:196
2661
+ #@ my-calendar
2662
+ msgid "Output a hyperlink to the location's listed link with default link text."
2663
+ msgstr ""
2664
+
2665
+ #: my-calendar-help.php:204
2666
+ #: my-calendar-templating.php:161
2667
+ #@ my-calendar
2668
+ msgid "Category Template Tags"
2669
+ msgstr ""
2670
+
2671
+ #: my-calendar-help.php:214
2672
+ #@ my-calendar
2673
+ msgid "Produces the HTML for the current event's category icon."
2674
+ msgstr ""
2675
+
2676
+ #: my-calendar-help.php:220
2677
+ #@ my-calendar
2678
+ msgid ""
2679
+ "Displays the ID for\n"
2680
+ " the category the event is in."
2681
+ msgstr ""
2682
+
2683
+ #: my-calendar-help.php:224
2684
+ #@ my-calendar
2685
+ msgid "Special use Template Tags"
2686
+ msgstr ""
2687
+
2688
+ #: my-calendar-help.php:228
2689
+ #@ my-calendar
2690
+ msgid "A unique ID for the current instance of an event."
2691
+ msgstr ""
2692
+
2693
+ #: my-calendar-help.php:231
2694
+ #@ my-calendar
2695
+ msgid "The ID for the event record associated with the current instance of an event."
2696
+ msgstr ""
2697
+
2698
+ #: my-calendar-help.php:241
2699
+ #@ my-calendar
2700
+ msgid "Helpful Information"
2701
+ msgstr ""
2702
+
2703
+ #: my-calendar-help.php:244
2704
+ #@ my-calendar
2705
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2706
+ msgstr ""
2707
+
2708
+ #: my-calendar-help.php:247
2709
+ #@ my-calendar
2710
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2711
+ msgstr ""
2712
+
2713
+ #: my-calendar-locations.php:197
2714
+ #@ my-calendar
2715
+ msgid "Website"
2716
+ msgstr ""
2717
+
2718
+ #: my-calendar-locations.php:217
2719
+ #@ my-calendar
2720
+ msgid "Add a New Location"
2721
+ msgstr ""
2722
+
2723
+ #: my-calendar-output.php:166
2724
+ #, php-format
2725
+ #@ my-calendar
2726
+ msgid "(%s in your time zone)"
2727
+ msgstr ""
2728
+
2729
+ #: my-calendar-output.php:193
2730
+ #: my-calendar-templates.php:193
2731
+ #@ my-calendar
2732
+ msgid "Details about"
2733
+ msgstr ""
2734
+
2735
+ #: my-calendar-output.php:213
2736
+ #: my-calendar-templates.php:148
2737
+ #@ my-calendar
2738
+ msgid "iCal"
2739
+ msgstr ""
2740
+
2741
+ #: my-calendar-output.php:252
2742
+ #@ my-calendar
2743
+ msgid "View full calendar"
2744
+ msgstr ""
2745
+
2746
+ #: my-calendar-output.php:282
2747
+ #@ my-calendar
2748
+ msgid "Edit This Date"
2749
+ msgstr ""
2750
+
2751
+ #: my-calendar-output.php:283
2752
+ #@ my-calendar
2753
+ msgid "Edit All"
2754
+ msgstr ""
2755
+
2756
+ #: my-calendar-output.php:284
2757
+ #@ my-calendar
2758
+ msgid "Delete This Date"
2759
+ msgstr ""
2760
+
2761
+ #: my-calendar-output.php:285
2762
+ #@ my-calendar
2763
+ msgid "Delete All"
2764
+ msgstr ""
2765
+
2766
+ #: my-calendar-output.php:386
2767
+ #@ my-calendar
2768
+ msgid "View as Grid"
2769
+ msgstr ""
2770
+
2771
+ #: my-calendar-output.php:390
2772
+ #@ my-calendar
2773
+ msgid "View as List"
2774
+ msgstr ""
2775
+
2776
+ #: my-calendar-output.php:520
2777
+ #@ my-calendar
2778
+ msgid "No events scheduled for today!"
2779
+ msgstr ""
2780
+
2781
+ #: my-calendar-output.php:743
2782
+ #, php-format
2783
+ #@ my-calendar
2784
+ msgid " and %d other event"
2785
+ msgstr ""
2786
+
2787
+ #: my-calendar-output.php:745
2788
+ #, php-format
2789
+ #@ my-calendar
2790
+ msgid " and %d other events"
2791
+ msgstr ""
2792
+
2793
+ #: my-calendar-output.php:762
2794
+ #@ my-calendar
2795
+ msgid "Unrecognized calendar format."
2796
+ msgstr ""
2797
+
2798
+ #: my-calendar-output.php:824
2799
+ #@ my-calendar
2800
+ msgid "Next events"
2801
+ msgstr ""
2802
+
2803
+ #: my-calendar-output.php:866
2804
+ #@ my-calendar
2805
+ msgid "Previous events"
2806
+ msgstr ""
2807
+
2808
+ #: my-calendar-output.php:914
2809
+ #@ my-calendar
2810
+ msgid "(select to include)"
2811
+ msgstr ""
2812
+
2813
+ #: my-calendar-output.php:935
2814
+ #: my-calendar-output.php:938
2815
+ #@ my-calendar
2816
+ msgid "All Categories"
2817
+ msgstr ""
2818
+
2819
+ #: my-calendar-output.php:936
2820
+ #@ my-calendar
2821
+ msgid "Categories"
2822
+ msgstr ""
2823
+
2824
+ #: my-calendar-settings.php:147
2825
+ #@ my-calendar
2826
+ msgid "Multsite settings saved"
2827
+ msgstr ""
2828
+
2829
+ #: my-calendar-settings.php:230
2830
+ #@ my-calendar
2831
+ msgid "Lowest user group that may create events"
2832
+ msgstr ""
2833
+
2834
+ #: my-calendar-settings.php:239
2835
+ #@ my-calendar
2836
+ msgid "Lowest user group that may approve events"
2837
+ msgstr ""
2838
+
2839
+ #: my-calendar-settings.php:248
2840
+ #@ my-calendar
2841
+ msgid "Lowest user group that may edit or delete all events"
2842
+ msgstr ""
2843
+
2844
+ #: my-calendar-settings.php:258
2845
+ #@ my-calendar
2846
+ msgid "Currently editing my local calendar"
2847
+ msgstr ""
2848
+
2849
+ #: my-calendar-settings.php:261
2850
+ #@ my-calendar
2851
+ msgid "Currently editing the network calendar"
2852
+ msgstr ""
2853
+
2854
+ #: my-calendar-settings.php:278
2855
+ #@ my-calendar
2856
+ msgid "Calendar Options: Customizable Text Fields"
2857
+ msgstr ""
2858
+
2859
+ #: my-calendar-settings.php:281
2860
+ #@ my-calendar
2861
+ msgid "Label for events without a set time"
2862
+ msgstr ""
2863
+
2864
+ #: my-calendar-settings.php:284
2865
+ #@ my-calendar
2866
+ msgid "Previous events link"
2867
+ msgstr ""
2868
+
2869
+ #: my-calendar-settings.php:287
2870
+ #@ my-calendar
2871
+ msgid "Next events link"
2872
+ msgstr ""
2873
+
2874
+ #: my-calendar-settings.php:290
2875
+ #@ my-calendar
2876
+ msgid "If events are open"
2877
+ msgstr ""
2878
+
2879
+ #: my-calendar-settings.php:293
2880
+ #@ my-calendar
2881
+ msgid "If events are closed"
2882
+ msgstr ""
2883
+
2884
+ #: my-calendar-settings.php:296
2885
+ #@ my-calendar
2886
+ msgid "Additional caption:"
2887
+ msgstr ""
2888
+
2889
+ #: my-calendar-settings.php:312
2890
+ #@ my-calendar
2891
+ msgid "Calendar Options: Customize the Output of your Calendar"
2892
+ msgstr ""
2893
+
2894
+ #: my-calendar-settings.php:314
2895
+ #@ my-calendar
2896
+ msgid "General Calendar Options"
2897
+ msgstr ""
2898
+
2899
+ #: my-calendar-settings.php:317
2900
+ #@ my-calendar
2901
+ msgid "<abbr title=\"Uniform resource locator\">URL</abbr> to use for event details display."
2902
+ msgstr ""
2903
+
2904
+ #: my-calendar-settings.php:318
2905
+ #@ my-calendar
2906
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2907
+ msgstr ""
2908
+
2909
+ #: my-calendar-settings.php:321
2910
+ #@ my-calendar
2911
+ msgid "Time format"
2912
+ msgstr ""
2913
+
2914
+ #: my-calendar-settings.php:321
2915
+ #: my-calendar-settings.php:324
2916
+ #: my-calendar-settings.php:327
2917
+ #@ my-calendar
2918
+ msgid "Current:"
2919
+ msgstr ""
2920
+
2921
+ #: my-calendar-settings.php:324
2922
+ #@ my-calendar
2923
+ msgid "Date format in grid mode, week view"
2924
+ msgstr ""
2925
+
2926
+ #: my-calendar-settings.php:327
2927
+ #@ my-calendar
2928
+ msgid "Date Format in all other views"
2929
+ msgstr ""
2930
+
2931
+ #: my-calendar-settings.php:331
2932
+ #@ my-calendar
2933
+ msgid "RSS feed shows recently added events."
2934
+ msgstr ""
2935
+
2936
+ #: my-calendar-settings.php:334
2937
+ #@ my-calendar
2938
+ msgid "iCal outputs events occurring in the current calendar month."
2939
+ msgstr ""
2940
+
2941
+ #: my-calendar-settings.php:344
2942
+ #@ my-calendar
2943
+ msgid "Grid Layout Options"
2944
+ msgstr ""
2945
+
2946
+ #: my-calendar-settings.php:347
2947
+ #@ my-calendar
2948
+ msgid "Show Weekends on Calendar"
2949
+ msgstr ""
2950
+
2951
+ #: my-calendar-settings.php:354
2952
+ #@ my-calendar
2953
+ msgid "List Layout Options"
2954
+ msgstr ""
2955
+
2956
+ #: my-calendar-settings.php:364
2957
+ #@ my-calendar
2958
+ msgid "Event Details Options"
2959
+ msgstr ""
2960
+
2961
+ #: my-calendar-settings.php:368
2962
+ #: my-calendar-settings.php:378
2963
+ #@ my-calendar
2964
+ msgid "Templating Help"
2965
+ msgstr ""
2966
+
2967
+ #: my-calendar-settings.php:368
2968
+ #: my-calendar-settings.php:378
2969
+ #@ my-calendar
2970
+ msgid "All template tags are available."
2971
+ msgstr ""
2972
+
2973
+ #: my-calendar-settings.php:371
2974
+ #@ my-calendar
2975
+ msgid "Event details link text"
2976
+ msgstr ""
2977
+
2978
+ #: my-calendar-settings.php:373
2979
+ #@ my-calendar
2980
+ msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>"
2981
+ msgstr ""
2982
+
2983
+ #: my-calendar-settings.php:376
2984
+ #@ my-calendar
2985
+ msgid "Event URL link text"
2986
+ msgstr ""
2987
+
2988
+ #: my-calendar-settings.php:381
2989
+ #@ my-calendar
2990
+ msgid "Display author's name"
2991
+ msgstr ""
2992
+
2993
+ #: my-calendar-settings.php:384
2994
+ #@ my-calendar
2995
+ msgid "Hide category icons"
2996
+ msgstr ""
2997
+
2998
+ #: my-calendar-settings.php:387
2999
+ #@ my-calendar
3000
+ msgid "Show Link to Google Map"
3001
+ msgstr ""
3002
+
3003
+ #: my-calendar-settings.php:390
3004
+ #@ my-calendar
3005
+ msgid "Show Event Address"
3006
+ msgstr ""
3007
+
3008
+ #: my-calendar-settings.php:399
3009
+ #@ my-calendar
3010
+ msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
3011
+ msgstr ""
3012
+
3013
+ #: my-calendar-settings.php:402
3014
+ #@ my-calendar
3015
+ msgid "Event links expire after the event has passed."
3016
+ msgstr ""
3017
+
3018
+ #: my-calendar-settings.php:405
3019
+ #@ my-calendar
3020
+ msgid "Show current availability status"
3021
+ msgstr ""
3022
+
3023
+ #: my-calendar-settings.php:416
3024
+ #@ my-calendar
3025
+ msgid "Event Scheduling Options"
3026
+ msgstr ""
3027
+
3028
+ #: my-calendar-settings.php:419
3029
+ #@ my-calendar
3030
+ msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
3031
+ msgstr ""
3032
+
3033
+ #: my-calendar-settings.php:439
3034
+ #@ my-calendar
3035
+ msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
3036
+ msgstr ""
3037
+
3038
+ #: my-calendar-settings.php:442
3039
+ #@ my-calendar
3040
+ msgid "Default Sort order for Admin Events List"
3041
+ msgstr ""
3042
+
3043
+ #: my-calendar-settings.php:444
3044
+ #@ my-calendar
3045
+ msgid "Event ID"
3046
+ msgstr ""
3047
+
3048
+ #: my-calendar-settings.php:469
3049
+ #@ my-calendar
3050
+ msgid "Select which input fields will be available when adding or editing events."
3051
+ msgstr ""
3052
+
3053
+ #: my-calendar-settings.php:474
3054
+ #@ my-calendar
3055
+ msgid "Show Event image field"
3056
+ msgstr ""
3057
+
3058
+ #: my-calendar-settings.php:474
3059
+ #@ my-calendar
3060
+ msgid "Show Event registration options"
3061
+ msgstr ""
3062
+
3063
+ #: my-calendar-settings.php:474
3064
+ #@ my-calendar
3065
+ msgid "Show Event location fields"
3066
+ msgstr ""
3067
+
3068
+ #: my-calendar-settings.php:474
3069
+ #@ default
3070
+ msgid "Use HTML Editor in Event Description Field"
3071
+ msgstr ""
3072
+
3073
+ #: my-calendar-settings.php:499
3074
+ #@ my-calendar
3075
+ msgid "Multisite Settings (Network Administrators only)"
3076
+ msgstr ""
3077
+
3078
+ #: my-calendar-settings.php:501
3079
+ #@ my-calendar
3080
+ msgid "Multisite support is a beta feature - use with caution."
3081
+ msgstr ""
3082
+
3083
+ #: my-calendar-settings.php:506
3084
+ #@ my-calendar
3085
+ msgid "Settings for WP MultiSite configurations"
3086
+ msgstr ""
3087
+
3088
+ #: my-calendar-settings.php:507
3089
+ #@ my-calendar
3090
+ msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
3091
+ msgstr ""
3092
+
3093
+ #: my-calendar-settings.php:509
3094
+ #@ my-calendar
3095
+ msgid "Site owners may only post to their local calendar"
3096
+ msgstr ""
3097
+
3098
+ #: my-calendar-settings.php:510
3099
+ #@ my-calendar
3100
+ msgid "Site owners may only post to the central calendar"
3101
+ msgstr ""
3102
+
3103
+ #: my-calendar-settings.php:511
3104
+ #@ my-calendar
3105
+ msgid "Site owners may manage either calendar"
3106
+ msgstr ""
3107
+
3108
+ #: my-calendar-settings.php:513
3109
+ #@ my-calendar
3110
+ msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
3111
+ msgstr ""
3112
+
3113
+ #: my-calendar-settings.php:516
3114
+ #@ my-calendar
3115
+ msgid "Save Multisite Settings"
3116
+ msgstr ""
3117
+
3118
+ #: my-calendar-settings.php:560
3119
+ #@ my-calendar
3120
+ msgid "Settings which can be configured in registered user's accounts"
3121
+ msgstr ""
3122
+
3123
+ #: my-calendar-settings.php:596
3124
+ #@ my-calendar
3125
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
3126
+ msgstr ""
3127
+
3128
+ #: my-calendar-settings.php:601
3129
+ #@ my-calendar
3130
+ msgid "Use this location list as input control"
3131
+ msgstr ""
3132
+
3133
+ #: my-calendar-settings.php:601
3134
+ #@ my-calendar
3135
+ msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
3136
+ msgstr ""
3137
+
3138
+ #: my-calendar-styles.php:192
3139
+ #@ my-calendar
3140
+ msgid "Restore My Calendar stylesheet"
3141
+ msgstr ""
3142
+
3143
+ #: my-calendar-styles.php:208
3144
+ #@ my-calendar
3145
+ msgid "Comparing Your Style with latest installed version of My Calendar"
3146
+ msgstr ""
3147
+
3148
+ #: my-calendar-styles.php:212
3149
+ #@ my-calendar
3150
+ msgid "There have been updates to the stylesheet."
3151
+ msgstr ""
3152
+
3153
+ #: my-calendar-styles.php:212
3154
+ #@ my-calendar
3155
+ msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3156
+ msgstr ""
3157
+
3158
+ #: my-calendar-styles.php:216
3159
+ #@ my-calendar
3160
+ msgid "Your stylesheet matches that included with My Calendar."
3161
+ msgstr ""
3162
+
3163
+ #: my-calendar-styles.php:224
3164
+ #@ my-calendar
3165
+ msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3166
+ msgstr ""
3167
+
3168
+ #: my-calendar-templates.php:39
3169
+ #, php-format
3170
+ #@ my-calendar
3171
+ msgid "Map<span> to %s</span>"
3172
+ msgstr ""
3173
+
3174
+ #: my-calendar-templates.php:59
3175
+ #: my-calendar-templates.php:105
3176
+ #, php-format
3177
+ #@ my-calendar
3178
+ msgid "Visit web site<span>: %s</span>"
3179
+ msgstr ""
3180
+
3181
+ #: my-calendar-templates.php:114
3182
+ #, php-format
3183
+ #@ my-calendar
3184
+ msgid "Date of Month (the %s of each month)"
3185
+ msgstr ""
3186
+
3187
+ #: my-calendar-templates.php:115
3188
+ #, php-format
3189
+ #@ my-calendar
3190
+ msgid "Day of Month (the %s %s of each month)"
3191
+ msgstr ""
3192
+
3193
+ #: my-calendar-templating.php:18
3194
+ #@ my-calendar
3195
+ msgid "Grid Output Template saved"
3196
+ msgstr ""
3197
+
3198
+ #: my-calendar-templating.php:30
3199
+ #@ my-calendar
3200
+ msgid "List Output Template saved"
3201
+ msgstr ""
3202
+
3203
+ #: my-calendar-templating.php:41
3204
+ #@ my-calendar
3205
+ msgid "Mini Output Template saved"
3206
+ msgstr ""
3207
+
3208
+ #: my-calendar-templating.php:52
3209
+ #@ my-calendar
3210
+ msgid "Event Details Template saved"
3211
+ msgstr ""
3212
+
3213
+ #: my-calendar-templating.php:69
3214
+ #@ my-calendar
3215
+ msgid "My Calendar Information Templates"
3216
+ msgstr ""
3217
+
3218
+ #: my-calendar-templating.php:75
3219
+ #@ my-calendar
3220
+ msgid "Title of the event."
3221
+ msgstr ""
3222
+
3223
+ #: my-calendar-templating.php:78
3224
+ #@ my-calendar
3225
+ msgid "Title of the event as a link if a URL is present, or the title alone if not."
3226
+ msgstr ""
3227
+
3228
+ #: my-calendar-templating.php:81
3229
+ #@ my-calendar
3230
+ msgid "Start time for the event."
3231
+ msgstr ""
3232
+
3233
+ #: my-calendar-templating.php:84
3234
+ #@ my-calendar
3235
+ msgid "Event times adjusted to the current user's time zone if set."
3236
+ msgstr ""
3237
+
3238
+ #: my-calendar-templating.php:87
3239
+ #@ my-calendar
3240
+ msgid "Date on which the event begins."
3241
+ msgstr ""
3242
+
3243
+ #: my-calendar-templating.php:90
3244
+ #@ my-calendar
3245
+ msgid "Date on which the event ends."
3246
+ msgstr ""
3247
+
3248
+ #: my-calendar-templating.php:93
3249
+ #@ my-calendar
3250
+ msgid "Time at which the event ends."
3251
+ msgstr ""
3252
+
3253
+ #: my-calendar-templating.php:96
3254
+ #@ my-calendar
3255
+ msgid "Author who posted the event."
3256
+ msgstr ""
3257
+
3258
+ #: my-calendar-templating.php:99
3259
+ #@ my-calendar
3260
+ msgid "Name of the assigned host for the event."
3261
+ msgstr ""
3262
+
3263
+ #: my-calendar-templating.php:102
3264
+ #@ my-calendar
3265
+ msgid "Email for the person assigned as host."
3266
+ msgstr ""
3267
+
3268
+ #: my-calendar-templating.php:105
3269
+ #@ my-calendar
3270
+ msgid "Short event description."
3271
+ msgstr ""
3272
+
3273
+ #: my-calendar-templating.php:108
3274
+ #@ my-calendar
3275
+ msgid "Description of the event."
3276
+ msgstr ""
3277
+
3278
+ #: my-calendar-templating.php:114
3279
+ #@ my-calendar
3280
+ msgid "URL provided for the event."
3281
+ msgstr ""
3282
+
3283
+ #: my-calendar-templating.php:117
3284
+ #@ my-calendar
3285
+ msgid "Link to an auto-generated page containing information about the event."
3286
+ msgstr ""
3287
+
3288
+ #: my-calendar-templating.php:120
3289
+ #@ my-calendar
3290
+ msgid "Whether event is currently open for registration."
3291
+ msgstr ""
3292
+
3293
+ #: my-calendar-templating.php:123
3294
+ #@ my-calendar
3295
+ msgid "Current status of event: either \"Published\" or \"Reserved.\""
3296
+ msgstr ""
3297
+
3298
+ #: my-calendar-templating.php:129
3299
+ #@ my-calendar
3300
+ msgid "Name of the location of the event."
3301
+ msgstr ""
3302
+
3303
+ #: my-calendar-templating.php:132
3304
+ #@ my-calendar
3305
+ msgid "First line of the site address."
3306
+ msgstr ""
3307
+
3308
+ #: my-calendar-templating.php:135
3309
+ #@ my-calendar
3310
+ msgid "Second line of the site address."
3311
+ msgstr ""
3312
+
3313
+ #: my-calendar-templating.php:138
3314
+ #@ my-calendar
3315
+ msgid "City."
3316
+ msgstr ""
3317
+
3318
+ #: my-calendar-templating.php:141
3319
+ #@ my-calendar
3320
+ msgid "State."
3321
+ msgstr ""
3322
+
3323
+ #: my-calendar-templating.php:144
3324
+ #@ my-calendar
3325
+ msgid "Postal code/zip code."
3326
+ msgstr ""
3327
+
3328
+ #: my-calendar-templating.php:147
3329
+ #@ my-calendar
3330
+ msgid "Custom region."
3331
+ msgstr ""
3332
+
3333
+ #: my-calendar-templating.php:150
3334
+ #@ my-calendar
3335
+ msgid "Country for the event location."
3336
+ msgstr ""
3337
+
3338
+ #: my-calendar-templating.php:153
3339
+ #@ my-calendar
3340
+ msgid "Output the URL for the location."
3341
+ msgstr ""
3342
+
3343
+ #: my-calendar-templating.php:156
3344
+ #@ my-calendar
3345
+ msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3346
+ msgstr ""
3347
+
3348
+ #: my-calendar-templating.php:159
3349
+ #@ my-calendar
3350
+ msgid "Link to Google Map to the event, if address information is available."
3351
+ msgstr ""
3352
+
3353
+ #: my-calendar-templating.php:165
3354
+ #@ my-calendar
3355
+ msgid "Name of the category of the event."
3356
+ msgstr ""
3357
+
3358
+ #: my-calendar-templating.php:168
3359
+ #@ my-calendar
3360
+ msgid "URL for the event's category icon."
3361
+ msgstr ""
3362
+
3363
+ #: my-calendar-templating.php:171
3364
+ #@ my-calendar
3365
+ msgid "Hex code for the event's category color."
3366
+ msgstr ""
3367
+
3368
+ #: my-calendar-templating.php:174
3369
+ #@ my-calendar
3370
+ msgid "ID of the category of the event."
3371
+ msgstr ""
3372
+
3373
+ #: my-calendar-templating.php:177
3374
+ #@ my-calendar
3375
+ msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3376
+ msgstr ""
3377
+
3378
+ #: my-calendar-templating.php:177
3379
+ #@ my-calendar
3380
+ msgid "Templates Help"
3381
+ msgstr ""
3382
+
3383
+ #: my-calendar-templating.php:180
3384
+ #@ my-calendar
3385
+ msgid "My Calendar: Grid Event Template"
3386
+ msgstr ""
3387
+
3388
+ #: my-calendar-templating.php:185
3389
+ #@ my-calendar
3390
+ msgid "Use this grid event template"
3391
+ msgstr ""
3392
+
3393
+ #: my-calendar-templating.php:188
3394
+ #@ my-calendar
3395
+ msgid "Your custom template for events in the calendar grid output."
3396
+ msgstr ""
3397
+
3398
+ #: my-calendar-templating.php:191
3399
+ #@ my-calendar
3400
+ msgid "Save Grid Template"
3401
+ msgstr ""
3402
+
3403
+ #: my-calendar-templating.php:200
3404
+ #@ my-calendar
3405
+ msgid "My Calendar: List Event Template"
3406
+ msgstr ""
3407
+
3408
+ #: my-calendar-templating.php:205
3409
+ #@ my-calendar
3410
+ msgid "Use this list event template"
3411
+ msgstr ""
3412
+
3413
+ #: my-calendar-templating.php:208
3414
+ #@ my-calendar
3415
+ msgid "Your custom template for events in calendar list output."
3416
+ msgstr ""
3417
+
3418
+ #: my-calendar-templating.php:211
3419
+ #@ my-calendar
3420
+ msgid "Save List Template"
3421
+ msgstr ""
3422
+
3423
+ #: my-calendar-templating.php:220
3424
+ #@ my-calendar
3425
+ msgid "My Calendar: Mini Calendar Template"
3426
+ msgstr ""
3427
+
3428
+ #: my-calendar-templating.php:225
3429
+ #@ my-calendar
3430
+ msgid "Use this mini event template"
3431
+ msgstr ""
3432
+
3433
+ #: my-calendar-templating.php:228
3434
+ #@ my-calendar
3435
+ msgid "Your custom template for events in sidebar/mini calendar output."
3436
+ msgstr ""
3437
+
3438
+ #: my-calendar-templating.php:231
3439
+ #@ my-calendar
3440
+ msgid "Save Mini Template"
3441
+ msgstr ""
3442
+
3443
+ #: my-calendar-templating.php:240
3444
+ #@ my-calendar
3445
+ msgid "My Calendar: Event Details Page Template"
3446
+ msgstr ""
3447
+
3448
+ #: my-calendar-templating.php:245
3449
+ #@ my-calendar
3450
+ msgid "Use this details template"
3451
+ msgstr ""
3452
+
3453
+ #: my-calendar-templating.php:248
3454
+ #@ my-calendar
3455
+ msgid "Your custom template for events on the event details page."
3456
+ msgstr ""
3457
+
3458
+ #: my-calendar-templating.php:251
3459
+ #@ my-calendar
3460
+ msgid "Save Details Template"
3461
+ msgstr ""
3462
+
3463
+ #: my-calendar-upgrade-db.php:25
3464
+ #@ my-calendar
3465
+ msgid "Update now."
3466
+ msgstr ""
3467
+
3468
+ #: my-calendar-widgets.php:44
3469
+ #@ my-calendar
3470
+ msgid "Add calendar URL to use this option."
3471
+ msgstr ""
3472
+
3473
+ #: my-calendar-widgets.php:46
3474
+ #: my-calendar-widgets.php:132
3475
+ #@ my-calendar
3476
+ msgid "Link widget title to calendar:"
3477
+ msgstr ""
3478
+
3479
+ #: my-calendar-widgets.php:47
3480
+ #: my-calendar-widgets.php:133
3481
+ #@ my-calendar
3482
+ msgid "Not Linked"
3483
+ msgstr ""
3484
+
3485
+ #: my-calendar-widgets.php:48
3486
+ #: my-calendar-widgets.php:134
3487
+ #@ my-calendar
3488
+ msgid "Linked"
3489
+ msgstr ""
3490
+
3491
+ #: my-calendar-widgets.php:130
3492
+ #@ my-calendar
3493
+ msgid "Add calendar URL in settings to use this option."
3494
+ msgstr ""
3495
+
3496
+ #: my-calendar-widgets.php:145
3497
+ #@ my-calendar
3498
+ msgid "Skip the first <em>n</em> events"
3499
+ msgstr ""
3500
+
3501
+ #: my-calendar-widgets.php:148
3502
+ #@ my-calendar
3503
+ msgid "Events sort order:"
3504
+ msgstr ""
3505
+
3506
+ #: my-calendar-widgets.php:149
3507
+ #@ my-calendar
3508
+ msgid "Ascending (near to far)"
3509
+ msgstr ""
3510
+
3511
+ #: my-calendar-widgets.php:150
3512
+ #@ my-calendar
3513
+ msgid "Descending (far to near)"
3514
+ msgstr ""
3515
+
3516
+ #: my-calendar-widgets.php:455
3517
+ #@ my-calendar
3518
+ msgid "My Calendar: Mini Calendar"
3519
+ msgstr ""
3520
+
3521
+ #: my-calendar-widgets.php:502
3522
+ #@ my-calendar
3523
+ msgid "Show Next/Previous Navigation:"
3524
+ msgstr ""
3525
+
3526
+ #: my-calendar-widgets.php:508
3527
+ #@ my-calendar
3528
+ msgid "Show Category Key:"
3529
+ msgstr ""
3530
+
3531
+ #: my-calendar-widgets.php:514
3532
+ #@ my-calendar
3533
+ msgid "Mini-Calendar Timespan:"
3534
+ msgstr ""
3535
+
3536
+ #: my-calendar.php:163
3537
+ #@ my-calendar
3538
+ msgid "Template Editor"
3539
+ msgstr ""
3540
+
3541
+ #: my-calendar.php:167
3542
+ #@ my-calendar
3543
+ msgid "My Calendar Pro Settings"
3544
+ msgstr ""
3545
+
lang/my-calendar-es_ES.mo CHANGED
Binary file
lang/my-calendar-es_ES.po CHANGED
@@ -1,8 +1,3 @@
1
- # Translation of the WordPress plugin My Calendar 1.0.0 by Joseph C Dolson.
2
- # Copyright (C) 2010 Joseph C Dolson
3
- # This file is distributed under the same license as the My Calendar package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: My Calendar 1.0.0\n"
@@ -14,851 +9,3537 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=utf-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
 
17
  "X-Poedit-Language: Spanish\n"
18
  "X-Poedit-Country: ARGENTINA\n"
19
-
20
- #: my-calendar-categories.php:38
 
 
 
 
 
 
 
21
  msgid "Category added successfully"
22
  msgstr "Categoría agregada exitosamente"
23
 
24
- #: my-calendar-categories.php:44
25
- msgid "Category deleted successfully"
26
- msgstr "Categoría eliminada exitosamente"
27
-
28
- #: my-calendar-categories.php:49
29
- #: my-calendar-categories.php:61
30
  msgid "Edit Category"
31
  msgstr "Editar Categoría"
32
 
33
- #: my-calendar-categories.php:53
 
34
  msgid "Category Editor"
35
  msgstr "Editor de categoría"
36
 
37
- #: my-calendar-categories.php:62
38
- #: my-calendar-categories.php:108
39
- #: my-calendar-categories.php:139
40
  msgid "Category Name"
41
  msgstr "Nombre de categoría"
42
 
43
- #: my-calendar-categories.php:63
44
- #: my-calendar-categories.php:109
45
  msgid "Category Color (Hex format)"
46
  msgstr "Color de Categoría (Formato Hex)"
47
 
48
- #: my-calendar-categories.php:64
49
- #: my-calendar-categories.php:110
50
- #: my-calendar-categories.php:141
51
  msgid "Category Icon"
52
  msgstr "Icono de Categoría"
53
 
54
- #: my-calendar-categories.php:79
 
 
55
  msgid "Save Changes"
56
  msgstr "Guardar cambios"
57
 
58
- #: my-calendar-categories.php:89
 
59
  msgid "Category edited successfully"
60
  msgstr "Categoría editada exitosamente"
61
 
62
- #: my-calendar-categories.php:95
63
- #: my-calendar-categories.php:107
64
- #: my-calendar-categories.php:120
 
65
  msgid "Add Category"
66
  msgstr "Agregar Categoría"
67
 
68
- #: my-calendar-categories.php:99
69
- msgid "Add New Category"
70
- msgstr "Agregar Nueva Categoría"
71
-
72
- #: my-calendar-categories.php:126
73
- #: my-calendar.php:127
74
  msgid "Manage Categories"
75
  msgstr "Administrar Categorías"
76
 
77
- #: my-calendar-categories.php:138
78
- #: my-calendar-event-manager.php:592
 
 
 
79
  msgid "ID"
80
  msgstr "ID"
81
 
82
- #: my-calendar-categories.php:140
 
83
  msgid "Category Color"
84
  msgstr "Color de Categoría"
85
 
86
- #: my-calendar-categories.php:142
87
- #: my-calendar-categories.php:156
88
- #: my-calendar-event-manager.php:640
 
 
 
 
 
89
  msgid "Edit"
90
  msgstr "Editar"
91
 
92
- #: my-calendar-categories.php:143
93
- #: my-calendar-categories.php:162
94
- #: my-calendar-event-manager.php:33
95
- #: my-calendar-event-manager.php:640
 
 
 
 
96
  msgid "Delete"
97
  msgstr "Borrar"
98
 
99
- #: my-calendar-categories.php:159
100
- #: my-calendar-event-manager.php:628
101
- #: my-calendar.php:796
 
 
 
102
  msgid "N/A"
103
  msgstr "N/D"
104
 
105
- #: my-calendar-categories.php:162
 
 
106
  msgid "Are you sure you want to delete this category?"
107
  msgstr "¿Está seguro de que desea borrar esta categoría?"
108
 
109
- #: my-calendar-categories.php:173
 
110
  msgid "There are no categories in the database - something has gone wrong!"
111
  msgstr "No hay categorías en la base de datos - ¡Algo va mal!"
112
 
113
- #: my-calendar-event-manager.php:28
 
114
  msgid "Delete Event"
115
  msgstr "Borrar evento"
116
 
117
- #: my-calendar-event-manager.php:28
 
118
  msgid "Are you sure you want to delete this event?"
119
  msgstr "¿Está seguro de que desea borrar este evento?"
120
 
121
- #: my-calendar-event-manager.php:99
122
- #: my-calendar-event-manager.php:104
123
- #: my-calendar-event-manager.php:109
124
- #: my-calendar-event-manager.php:119
125
- #: my-calendar-event-manager.php:127
126
- #: my-calendar-event-manager.php:135
127
- #: my-calendar-event-manager.php:143
128
- #: my-calendar-event-manager.php:174
129
- #: my-calendar-event-manager.php:265
130
- #: my-calendar-event-manager.php:270
131
- #: my-calendar-event-manager.php:275
132
- #: my-calendar-event-manager.php:285
133
- #: my-calendar-event-manager.php:293
134
- #: my-calendar-event-manager.php:301
135
- #: my-calendar-event-manager.php:309
136
- #: my-calendar-event-manager.php:374
137
- #: my-calendar-event-manager.php:389
138
  msgid "Error"
139
  msgstr "Error"
140
 
141
- #: my-calendar-event-manager.php:99
142
- #: my-calendar-event-manager.php:265
143
  msgid "Your event end date must be either after or the same as your event begin date"
144
  msgstr "La fecha de fin del evento debe ser igual o posterior a la fecha de comienzo"
145
 
146
- #: my-calendar-event-manager.php:104
147
- #: my-calendar-event-manager.php:270
148
  msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
149
  msgstr "El formato de fecha es correto pero una o mas de sus fechas son inválidas. Revise números de días puestos en lugar de los meses y errores relacionados a años bisiestos."
150
 
151
- #: my-calendar-event-manager.php:109
152
- #: my-calendar-event-manager.php:275
153
- msgid "Both start and end dates must be entered and be in the format YYYY-MM-DD"
154
- msgstr "Ambas fechas de inicio y fin deben ser ingresadas y con el formato YYYY-MM-DD"
155
-
156
- #: my-calendar-event-manager.php:119
157
- #: my-calendar-event-manager.php:285
158
  msgid "The time field must either be blank or be entered in the format hh:mm"
159
  msgstr "El campo de hora o bien debe estar en blanco o ingresado con el formato hh:mm"
160
 
161
- #: my-calendar-event-manager.php:127
162
- #: my-calendar-event-manager.php:293
163
- msgid "The URL entered must either be prefixed with http:// or be completely blank"
164
- msgstr "La URL ingresada debe comenzar con el prefijo http:// o estar completamente en blanco"
165
-
166
- #: my-calendar-event-manager.php:135
167
- #: my-calendar-event-manager.php:301
168
- msgid "The event title must be between 1 and 60 characters in length. Some punctuation characters may not be allowed."
169
- msgstr "El título del evento debe tener de 1 a 60 caracteres. Algunos signos de puntuación pueden no ser permitidos."
170
-
171
- #: my-calendar-event-manager.php:143
172
- #: my-calendar-event-manager.php:309
173
- msgid "The repetition value must be 0 unless a type of recurrance is selected in which case the repetition value must be 0 or higher"
174
- msgstr "El valor de repetición debe ser 0 a menos que seleccione un tipo de recurrencia, entonces la repetición debe ser 0 o más."
175
-
176
- #: my-calendar-event-manager.php:174
177
- msgid "An event with the details you submitted could not be found in the database. This may indicate a problem with your database or the way in which it is configured."
178
- msgstr "El evento con los detalles que envió no se encuentra en la base de datos. Esto indica un problema con la base de datos o en como fue configurado."
179
-
180
- #: my-calendar-event-manager.php:178
181
  msgid "Event added. It will now show in your calendar."
182
  msgstr "Evento agregado. Ya se mostrará en su calendario."
183
 
184
- #: my-calendar-event-manager.php:242
185
- #: my-calendar-event-manager.php:341
186
- msgid "Failure"
187
- msgstr "Falla"
188
-
189
- #: my-calendar-event-manager.php:242
190
- msgid "You can't update an event if you haven't submitted an event id"
191
- msgstr "No puedes actualizar un evento si no tienes un id de evento envíado"
192
-
193
- #: my-calendar-event-manager.php:341
194
- msgid "The database failed to return data to indicate the event has been updated sucessfully. This may indicate a problem with your database or the way in which it is configured."
195
- msgstr "La base de datos falló al devolver los datos para indicar que el evento fue actualizado exitosamente. Esto puede indicar un problema con su base de datos o en como está configurada."
196
-
197
- #: my-calendar-event-manager.php:345
198
  msgid "Event updated successfully"
199
  msgstr "Evento actualizado exitosamente"
200
 
201
- #: my-calendar-event-manager.php:374
 
202
  msgid "You can't delete an event if you haven't submitted an event id"
203
  msgstr "No puedes borrar un evento si no tienes un id de evento envíado"
204
 
205
- #: my-calendar-event-manager.php:385
 
206
  msgid "Event deleted successfully"
207
  msgstr "Evento borrado exitosamente"
208
 
209
- #: my-calendar-event-manager.php:389
 
210
  msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
211
  msgstr "A pesar de la solicitud para eliminar, el evento sigue estando en la base de datos. Por favor, investigue."
212
 
213
- #: my-calendar-event-manager.php:404
214
- #: my-calendar-event-manager.php:458
 
215
  msgid "Edit Event"
216
  msgstr "Editar evento"
217
 
218
- #: my-calendar-event-manager.php:408
 
 
219
  msgid "You must provide an event id in order to edit it"
220
  msgstr "Debes proveer un id de evento para poder editarlo"
221
 
222
- #: my-calendar-event-manager.php:414
 
 
223
  msgid "Add Event"
224
  msgstr "Nuevo evento"
225
 
226
- #: my-calendar-event-manager.php:419
 
227
  msgid "Manage Events"
228
  msgstr "Administrar Eventos"
229
 
230
- #: my-calendar-event-manager.php:436
 
 
231
  msgid "Sorry! That's an invalid event key."
232
  msgstr "Lo siento. Esa es una clave de evento erronea."
233
 
234
- #: my-calendar-event-manager.php:441
 
 
235
  msgid "Sorry! We couldn't find an event with that ID."
236
  msgstr "Lo siento. No podemos encontrar un evento con ese ID."
237
 
238
- #: my-calendar-event-manager.php:458
239
- msgid "Add an Event"
240
- msgstr "Agregar un Evento"
241
-
242
- #: my-calendar-event-manager.php:466
243
  msgid "Enter your Event Information"
244
  msgstr "Ingrese la información de su evento"
245
 
246
- #: my-calendar-event-manager.php:468
 
 
247
  msgid "Event Title"
248
  msgstr "Título del Evento"
249
 
250
- #: my-calendar-event-manager.php:471
 
 
251
  msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
252
  msgstr "Descripción del evento (<abbr title=\"hypertext markup language\">HTML</abbr> permitido)"
253
 
254
- #: my-calendar-event-manager.php:474
 
 
255
  msgid "Event Category"
256
  msgstr "Categoría del Evento "
257
 
258
- #: my-calendar-event-manager.php:493
 
 
259
  msgid "Event Link (Optional)"
260
  msgstr "Link del evento (Opcional)"
261
 
262
- #: my-calendar-event-manager.php:496
 
263
  msgid "Start Date (YYYY-MM-DD)"
264
  msgstr "Comienza el (YYYY-MM-DD)"
265
 
266
- #: my-calendar-event-manager.php:499
267
- msgid "End Date (YYYY-MM-DD) (Optional)"
268
- msgstr "Finaliza (YYYY-MM-DD) (Opcional)"
269
-
270
- #: my-calendar-event-manager.php:502
271
- msgid "Time (hh:mm)"
272
- msgstr "hora (hh:mm)"
273
-
274
- #: my-calendar-event-manager.php:513
275
- msgid "Optional, set blank if your event is an all-day event or does not happen at a specific time."
276
- msgstr "Opcional, deje en blanco si su evento es \"todo el día\" o no es a una hora específica."
277
-
278
- #: my-calendar-event-manager.php:513
279
  msgid "Current time difference from GMT is "
280
  msgstr "La diferencia es GMT "
281
 
282
- #: my-calendar-event-manager.php:513
 
283
  msgid " hour(s)"
284
  msgstr " hora(s)"
285
 
286
- #: my-calendar-event-manager.php:517
 
287
  msgid "Recurring Events"
288
  msgstr "Eventos Recurrentes"
289
 
290
- #: my-calendar-event-manager.php:536
 
291
  msgid "Repeats for"
292
  msgstr "Repite por"
293
 
294
- #: my-calendar-event-manager.php:537
 
295
  msgid "Units"
296
  msgstr "Unidades"
297
 
298
- #: my-calendar-event-manager.php:544
299
- msgid "Entering 0 means forever, if a unit is selected. If the recurrance unit is left at \"Does not recur,\" the event will not reoccur."
300
- msgstr "Ingresar 0 significa para siempre, si una unidad es seleccionada. Si la unidad se deja en \"No se repite,\" el evento no vuelva a aparecer."
301
-
302
- #: my-calendar-event-manager.php:551
303
  msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
304
  msgstr "Todos los campos de ubicación son opcionales: <em>insuficiente información puede resultar en un mapa inexacto</em>."
305
 
306
- #: my-calendar-event-manager.php:554
 
 
 
307
  msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
308
  msgstr "Nombre de la Ubicacion (ej. <em>Parrilla Lo de Carlitos</em>)"
309
 
310
- #: my-calendar-event-manager.php:557
 
 
 
311
  msgid "Street Address"
312
  msgstr "Dirección"
313
 
314
- #: my-calendar-event-manager.php:560
 
 
 
315
  msgid "Street Address (2)"
316
  msgstr "Dirección(2)"
317
 
318
- #: my-calendar-event-manager.php:563
 
 
 
 
 
319
  msgid "City"
320
  msgstr "Ciudad"
321
 
322
- #: my-calendar-event-manager.php:563
 
 
 
 
323
  msgid "State/Province"
324
  msgstr "Estado/provincia"
325
 
326
- #: my-calendar-event-manager.php:563
 
 
 
 
 
327
  msgid "Postal Code"
328
  msgstr "Código postal"
329
 
330
- #: my-calendar-event-manager.php:566
 
 
 
 
 
331
  msgid "Country"
332
  msgstr "País"
333
 
334
- #: my-calendar-event-manager.php:571
 
335
  msgid "Save Event"
336
  msgstr "Grabar Evento"
337
 
338
- #: my-calendar-event-manager.php:593
339
- #: my-calendar-widgets.php:32
340
- #: my-calendar-widgets.php:108
 
 
 
 
341
  msgid "Title"
342
  msgstr "Titulo"
343
 
344
- #: my-calendar-event-manager.php:594
 
 
 
345
  msgid "Description"
346
  msgstr "Descripción"
347
 
348
- #: my-calendar-event-manager.php:595
 
 
 
349
  msgid "Start Date"
350
  msgstr "Fecha de inicio"
351
 
352
- #: my-calendar-event-manager.php:597
 
 
353
  msgid "Recurs"
354
  msgstr "Repeticiones"
355
 
356
- #: my-calendar-event-manager.php:598
357
- msgid "Repeats"
358
- msgstr "Repeticiones"
359
-
360
- #: my-calendar-event-manager.php:599
361
- #: my-calendar-settings.php:107
 
362
  msgid "Author"
363
  msgstr "Autor"
364
 
365
- #: my-calendar-event-manager.php:600
 
 
 
366
  msgid "Category"
367
  msgstr "Categoría"
368
 
369
- #: my-calendar-event-manager.php:601
 
370
  msgid "Edit / Delete"
371
  msgstr "Editar / Borrar"
372
 
373
- #: my-calendar-event-manager.php:618
 
 
374
  msgid "Never"
375
  msgstr "Nunca"
376
 
377
- #: my-calendar-event-manager.php:619
 
 
 
 
378
  msgid "Daily"
379
  msgstr "Diariamente"
380
 
381
- #: my-calendar-event-manager.php:620
 
 
 
 
382
  msgid "Weekly"
383
  msgstr "Semanalmente"
384
 
385
- #: my-calendar-event-manager.php:621
386
- msgid "Monthly"
387
- msgstr "Mensualmente"
388
-
389
- #: my-calendar-event-manager.php:622
390
  msgid "Yearly"
391
  msgstr "Anualmente"
392
 
393
- #: my-calendar-event-manager.php:629
 
 
394
  msgid "Forever"
395
  msgstr "Para siempre"
396
 
397
- #: my-calendar-event-manager.php:630
398
- msgid "Times"
399
- msgstr "Veces"
400
-
401
- #: my-calendar-event-manager.php:648
402
  msgid "There are no events in the database!"
403
  msgstr "¡No hay eventos en la base de datos!"
404
 
405
- #: my-calendar-help.php:6
 
406
  msgid "How to use My Calendar"
407
  msgstr "Cómo usar My Calendar"
408
 
409
- #: my-calendar-help.php:11
 
410
  msgid "Shortcode Syntax"
411
  msgstr "Sintáxis Shortcode"
412
 
413
- #: my-calendar-help.php:16
 
414
  msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
415
  msgstr "Este shortcode básico mostrará el calendario en una entrada o página incluyendo todas las categorías y la clave de categoría, en el formato tradicional mes-por-mes."
416
 
417
- #: my-calendar-help.php:19
418
- msgid "The shortcode supports three attributes, <code>category</code>, <code>format</code> and <code>showkey</code>. There is currently only one alternate option for <code>format</code> &mdash; <code>list</code> &mdash; which will show the calendar in a list format, skipping dates without any events. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output."
419
- msgstr "El shortcode soporta tres atributos, <code>category</code>, <code>format</code> y <code>showkey</code>. Actualmente hay sólo una opción alternativa para <code>format</code> &mdash; <code>list</code> &mdash; la cual mostrará el calendario en modo de lista, salteando fechas sin eventos. El atributo <code>category</code> requiere el nombre o un número de ID de las categorías (el nombre es sensible a mayusculas). Esto mostrará el calendario incluyendo solo eventos de esa categoría. Configurar <code>showkey</code> a <code>no</code> impedirá que se muestre la clave de categoría &mdash; esto puede ser útil con una sola categoría de salida."
420
-
421
- #: my-calendar-help.php:27
422
  msgid "Category Icons"
423
  msgstr "Iconos de categoría"
424
 
425
- #: my-calendar-help.php:30
 
426
  msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
427
  msgstr "My Calendar está diseñado para administrar múltiples calendarios. La base de estos calendarios son categorías; puedes configurar fácilmente una página de calendario que incluya todas las categorías, o puedes dedicar páginas separadas a calendarios para cada categoría. Por ejemplo esto pdría ser útil para administrar calendarios de tours de varias bandas; calendarios de eventos para distintos lugares, etc."
428
 
429
- #: my-calendar-help.php:33
430
- msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use."
431
- msgstr "Los íconos preinstalados para categorías pueden no ser útiles para sus necesidades. Asumiendo que vaya a cargar sus propios iconos -- todo lo que necesita hacer es cargarlos a la carpeta icons del plugin, y estarán disponibles inmediatamente para su uso."
432
-
433
- #: my-calendar-help.php:33
434
  msgid "Your icons folder is:"
435
  msgstr "Su carpeta de íconos es:"
436
 
437
- #: my-calendar-help.php:41
 
438
  msgid "Widget Templating"
439
  msgstr "Plantillas de Widget"
440
 
441
- #: my-calendar-help.php:44
442
- msgid "These codes are available in calendar widgets to create your own custom calendar format."
443
- msgstr "Estos códigos están disponibles en los widgets de calendario para crear su propio formato."
444
-
445
- #: my-calendar-help.php:48
446
  msgid "Displays the name of the category the event is in."
447
  msgstr "Muestra el nombre de la categoría del evento."
448
 
449
- #: my-calendar-help.php:51
 
450
  msgid "Displays the title of the event."
451
  msgstr "Muestra el título del evento."
452
 
453
- #: my-calendar-help.php:54
 
454
  msgid "Displays the start time for the event."
455
  msgstr "Muestra la hora de inicio del evento."
456
 
457
- #: my-calendar-help.php:57
 
458
  msgid "Displays the date on which the event begins."
459
  msgstr "Muestra la fecha en que comienza el evento."
460
 
461
- #: my-calendar-help.php:60
 
462
  msgid "Displays the WordPress author who posted the event."
463
  msgstr "Muestra el autor que publicó el evento."
464
 
465
- #: my-calendar-help.php:63
 
466
  msgid "Displays the URL provided for the event."
467
  msgstr "Muestra la URL provista para el evento."
468
 
469
- #: my-calendar-help.php:66
 
470
  msgid "Displays the description of the event."
471
  msgstr "Muestra la descripción del evento."
472
 
473
- #: my-calendar-help.php:69
 
474
  msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
475
  msgstr "Muestra el título del evento como un enlace si hay presente una URL, o sólo el título si no hay URL."
476
 
477
- #: my-calendar-help.php:72
 
478
  msgid "Displays the name of the location of the event."
479
  msgstr "Muestra el nombre de la ubicación del evento."
480
 
481
- #: my-calendar-help.php:75
 
482
  msgid "Displays the first line of the site address."
483
  msgstr "Muestra la primer línea de la dirección."
484
 
485
- #: my-calendar-help.php:78
 
486
  msgid "Displays the second line of the site address."
487
  msgstr "Muestra la segunda línea de la dirección."
488
 
489
- #: my-calendar-help.php:81
490
- msgid "Displays the city for the event."
491
- msgstr "Muestra la ciudad del evento."
492
-
493
- #: my-calendar-help.php:84
494
- msgid "Displays the state for the event."
495
- msgstr "Muestra el estado/provincia del evento."
496
-
497
- #: my-calendar-help.php:87
498
- msgid "Displays the postcode for the event."
499
- msgstr "Muestra el código postal del evento."
500
-
501
- #: my-calendar-help.php:90
502
  msgid "Displays the country for the event location."
503
  msgstr "Muestra el país de la ubicación del evento."
504
 
505
- #: my-calendar-help.php:93
 
506
  msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
507
  msgstr "Muestra la dirección del evento en formato <a href=\"http://microformats.org/wiki/hcard\">hcard</a>."
508
 
509
- #: my-calendar-help.php:96
 
510
  msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
511
  msgstr "Muestra un link del evento a Google Map, si hay suficiente información sobre la dirección. Si no, estará vacío."
512
 
513
- #: my-calendar-settings.php:67
514
- msgid "Settings saved"
515
- msgstr "Opciones guardadas"
516
-
517
- #: my-calendar-settings.php:94
518
  msgid "My Calendar Options"
519
  msgstr "Opciones My Calendar"
520
 
521
- #: my-calendar-settings.php:98
522
- msgid "Calendar Settings"
523
- msgstr "Opciones de Calendario"
524
-
525
- #: my-calendar-settings.php:102
526
- msgid "Primary Calendar Options"
527
- msgstr "Opciones primarias de Calendario"
528
-
529
- #: my-calendar-settings.php:104
530
- msgid "Choose the lowest user group that may manage events"
531
- msgstr "Ingrese el mínimo grupo de usuarios que pueda administrar eventos."
532
-
533
- #: my-calendar-settings.php:105
534
  msgid "Subscriber"
535
  msgstr "Suscriptor"
536
 
537
- #: my-calendar-settings.php:106
 
 
 
538
  msgid "Contributor"
539
  msgstr "Colaborador"
540
 
541
- #: my-calendar-settings.php:108
 
 
 
542
  msgid "Editor"
543
  msgstr "Editor"
544
 
545
- #: my-calendar-settings.php:109
 
 
 
546
  msgid "Administrator"
547
  msgstr "Administrador"
548
 
549
- #: my-calendar-settings.php:113
550
- msgid "Do you want to display the author name on events?"
551
- msgstr "¿Quiere mostrar el nombre del autor en los eventos?"
552
-
553
- #: my-calendar-settings.php:114
554
- #: my-calendar-settings.php:120
555
  msgid "Yes"
556
  msgstr "Si"
557
 
558
- #: my-calendar-settings.php:115
559
- #: my-calendar-settings.php:121
 
 
 
 
560
  msgid "No"
561
  msgstr "No"
562
 
563
- #: my-calendar-settings.php:119
 
564
  msgid "Display a jumpbox for changing month and year quickly?"
565
  msgstr "¿Mostrar un combo para cambiar rápidamente de mes y año?"
566
 
567
- #: my-calendar-settings.php:125
 
568
  msgid "In list mode, show how many months of events at a time:"
569
  msgstr "En modo lista, mostrar cuantos meses con eventos a la vez:"
570
 
571
- #: my-calendar-settings.php:128
572
- msgid "Date format in list mode"
573
- msgstr "Formato de fecha en modo lista"
574
-
575
- #: my-calendar-settings.php:129
576
- msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save option to update sample output."
577
- msgstr "Formato de fecha usa la misma sintaxis que la <a href=\"http://php.net/date\">funcion PHP <code>date()</code></a>. Grabe para ver el ejemplo."
578
-
579
- #: my-calendar-settings.php:132
580
- msgid "Show Link to Google Map (when sufficient address information is available.)"
581
- msgstr "Mostrar link a Google Map (Cuando haya suficiente informacion de dirección.)"
582
-
583
- #: my-calendar-settings.php:133
584
- msgid "Show Event Address in Details"
585
- msgstr "Mostrar la dirección del evento en Detalle"
586
-
587
- #: my-calendar-settings.php:137
588
- msgid "Calendar Styles"
589
- msgstr "Estilos del Calendario"
590
-
591
- #: my-calendar-settings.php:139
592
- msgid "Reset the My Calendar style to default"
593
- msgstr "\"Reset\" Volver el Calendario al estilo por defecto"
594
-
595
- #: my-calendar-settings.php:140
596
  msgid "Disable My Calendar Stylesheet"
597
  msgstr "Desactivar el estilo para My Calendar"
598
 
599
- #: my-calendar-settings.php:143
 
600
  msgid "Edit the stylesheet for My Calendar"
601
  msgstr "Editar el estilo para My Calendar"
602
 
603
- #: my-calendar-settings.php:147
604
- msgid "Calendar Behaviors"
605
- msgstr "Comportamientos del Calendario"
606
-
607
- #: my-calendar-settings.php:149
608
  msgid "Disable List Javascript Effects"
609
  msgstr "Desactivar efectos Javascript en Lista"
610
 
611
- #: my-calendar-settings.php:150
 
612
  msgid "Disable Calendar Javascript Effects"
613
  msgstr "Desactivar efectos Javascript en Calendario"
614
 
615
- #: my-calendar-settings.php:153
 
 
 
 
 
616
  msgid "Save"
617
  msgstr "Guardar"
618
 
619
- #: my-calendar-widgets.php:11
620
- #: my-calendar-widgets.php:42
621
- #: my-calendar-widgets.php:43
622
- msgid "Today's Events"
623
- msgstr "Eventos de hoy"
624
-
625
- #: my-calendar-widgets.php:36
626
- #: my-calendar-widgets.php:112
627
  msgid "Template"
628
  msgstr "Plantilla"
629
 
630
- #: my-calendar-widgets.php:56
631
- #: my-calendar-widgets.php:135
632
- #: my-calendar-widgets.php:136
633
- msgid "Upcoming Events"
634
- msgstr "Próximos eventos"
635
-
636
- #: my-calendar-widgets.php:116
637
  msgid "Widget Options"
638
  msgstr "Opciones de Widget"
639
 
640
- #: my-calendar-widgets.php:118
 
641
  msgid "Display upcoming events by:"
642
  msgstr "Mostar los próximos eventos por:"
643
 
644
- #: my-calendar-widgets.php:119
 
645
  msgid "Events (e.g. 2 past, 3 future)"
646
  msgstr "Eventos (ej. 2 pasados, 3 futuros)"
647
 
648
- #: my-calendar-widgets.php:120
 
649
  msgid "Dates (e.g. 4 days past, 5 forward)"
650
  msgstr "Fecha (ej. 2 días atras, 3 días siguientes)"
651
 
652
- #: my-calendar-widgets.php:124
653
- msgid "events into the future;"
654
- msgstr "eventos en el futuro;"
655
-
656
- #: my-calendar-widgets.php:125
657
- msgid "events from the past"
658
- msgstr "eventos del pasado"
659
-
660
- #: my-calendar-widgets.php:128
661
- msgid "days into the future;"
662
- msgstr "días en el futuro;"
663
-
664
- #: my-calendar-widgets.php:129
665
- msgid "days from the past"
666
- msgstr "días pasados"
667
-
668
- #: my-calendar.php:46
669
- #: my-calendar.php:128
670
  msgid "Settings"
671
  msgstr "Opciones"
672
 
673
- #: my-calendar.php:65
 
674
  msgid "Get Support"
675
  msgstr "Obtener Soporte"
676
 
677
- #: my-calendar.php:66
 
678
  msgid "Make a Donation"
679
  msgstr "Hacer una donación"
680
 
681
- #. #-#-#-#-# plugin.pot (My Calendar 1.0.0) #-#-#-#-#
682
- #. Plugin Name of the plugin/theme
683
- #: my-calendar.php:120
684
  msgid "My Calendar"
685
  msgstr "My Calendar"
686
 
687
- #: my-calendar.php:123
 
688
  msgid "Add/Edit Events"
689
  msgstr "Agregar/editar un Evento"
690
 
691
- #: my-calendar.php:129
 
 
692
  msgid "My Calendar Help"
693
  msgstr "My Calendar Help"
694
 
695
- #: my-calendar.php:129
 
 
696
  msgid "Help"
697
  msgstr "Ayuda"
698
 
699
- #: my-calendar.php:662
700
- #: my-calendar.php:666
701
- #: my-calendar.php:676
702
- #: my-calendar.php:678
703
  msgid "Next Events"
704
  msgstr "Próximos eventos"
705
 
706
- #: my-calendar.php:691
707
- #: my-calendar.php:695
708
- #: my-calendar.php:705
709
- #: my-calendar.php:707
710
  msgid "Previous Events"
711
  msgstr "Eventos Anteriores"
712
 
713
- #: my-calendar.php:790
 
714
  msgid "Event Details"
715
  msgstr "Detalles del Evento"
716
 
717
- #: my-calendar.php:796
 
718
  msgid "Not Applicable"
719
  msgstr "No aplicable"
720
 
721
- #: my-calendar.php:804
 
722
  msgid "Posted by"
723
  msgstr "Escrito por"
724
 
725
- #: my-calendar.php:1284
 
 
 
726
  msgid "Month"
727
  msgstr "Mes"
728
 
729
- #: my-calendar.php:1285
730
- #: my-calendar.php:1346
731
- msgid "January"
732
- msgstr "Enero"
733
-
734
- #: my-calendar.php:1286
735
- #: my-calendar.php:1346
736
- msgid "February"
737
- msgstr "Febrero"
738
-
739
- #: my-calendar.php:1287
740
- #: my-calendar.php:1346
741
- msgid "March"
742
- msgstr "Marzo"
743
-
744
- #: my-calendar.php:1288
745
- #: my-calendar.php:1346
746
- msgid "April"
747
- msgstr "Abril"
748
-
749
- #: my-calendar.php:1289
750
- #: my-calendar.php:1346
751
- msgid "May"
752
- msgstr "Mayo"
753
-
754
- #: my-calendar.php:1290
755
- #: my-calendar.php:1346
756
- msgid "June"
757
- msgstr "Junio"
758
-
759
- #: my-calendar.php:1291
760
- #: my-calendar.php:1346
761
- msgid "July"
762
- msgstr "Julio"
763
-
764
- #: my-calendar.php:1292
765
- #: my-calendar.php:1346
766
- msgid "August"
767
- msgstr "Agosto"
768
-
769
- #: my-calendar.php:1293
770
- #: my-calendar.php:1346
771
- msgid "September"
772
- msgstr "Septiembre"
773
-
774
- #: my-calendar.php:1294
775
- #: my-calendar.php:1346
776
- msgid "October"
777
- msgstr "Octubre"
778
-
779
- #: my-calendar.php:1295
780
- #: my-calendar.php:1346
781
- msgid "November"
782
- msgstr "Noviembre"
783
-
784
- #: my-calendar.php:1296
785
- #: my-calendar.php:1346
786
- msgid "December"
787
- msgstr "Diciembre"
788
-
789
- #: my-calendar.php:1298
790
  msgid "Year"
791
  msgstr "Año"
792
 
793
- #: my-calendar.php:1321
 
794
  msgid "Go"
795
  msgstr "Ir"
796
 
797
- #: my-calendar.php:1339
798
- #: my-calendar.php:1342
799
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
800
  msgstr "<abbr title=\"Domingo\">Dom</abbr>"
801
 
802
- #: my-calendar.php:1339
803
- #: my-calendar.php:1342
804
  msgid "<abbr title=\"Monday\">Mon</abbr>"
805
  msgstr "<abbr title=\"Lunes\">Lun</abbr>"
806
 
807
- #: my-calendar.php:1339
808
- #: my-calendar.php:1342
809
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
810
  msgstr "<abbr title=\"Martes\">Mar</abbr>"
811
 
812
- #: my-calendar.php:1339
813
- #: my-calendar.php:1342
814
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
815
  msgstr "<abbr title=\"Miercoles\">Mie</abbr>"
816
 
817
- #: my-calendar.php:1339
818
- #: my-calendar.php:1342
819
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
820
  msgstr "<abbr title=\"Jueves\">Jue</abbr>"
821
 
822
- #: my-calendar.php:1339
823
- #: my-calendar.php:1342
824
  msgid "<abbr title=\"Friday\">Fri</abbr>"
825
  msgstr "<abbr title=\"Viernes\">Vie</abbr>"
826
 
827
- #: my-calendar.php:1339
828
- #: my-calendar.php:1342
829
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
830
  msgstr "<abbr title=\"Sabado\">Sab</abbr>"
831
 
832
- #: my-calendar.php:1427
833
- #: my-calendar.php:1430
834
  msgid "Calendar"
835
  msgstr "Calendario"
836
 
837
- #: my-calendar.php:1434
 
838
  msgid "Events in"
839
  msgstr "Eventos en"
840
 
841
- #: my-calendar.php:1543
 
842
  msgid "There are no events scheduled during this period."
843
  msgstr "No hay eventos agendados en este período."
844
 
845
- #: my-calendar.php:1553
 
846
  msgid "Category Key"
847
  msgstr "Clave de Categoría"
848
 
849
- #. Plugin URI of the plugin/theme
850
- msgid "http://www.joedolson.com/articles/my-calendar/"
851
- msgstr "http://www.joedolson.com/articles/my-calendar/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
852
 
853
- #. Description of the plugin/theme
854
- msgid "Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets."
855
- msgstr "Accesible plugin de Wordpress para calendario de eventos. Muestra eventos de varios calendarios en páginas, en entradas, o en widgets."
 
856
 
857
- #. Author of the plugin/theme
858
- msgid "Joseph C Dolson"
859
- msgstr "Joseph C Dolson - Spanish Translator www.netmdp.com"
 
860
 
861
- #. Author URI of the plugin/theme
862
- msgid "http://www.joedolson.com"
863
- msgstr "http://www.joedolson.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
864
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Calendar 1.0.0\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
  "X-Poedit-Language: Spanish\n"
14
  "X-Poedit-Country: ARGENTINA\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: my-calendar-categories.php:103
23
+ #@ my-calendar
24
  msgid "Category added successfully"
25
  msgstr "Categoría agregada exitosamente"
26
 
27
+ #: my-calendar-categories.php:172
28
+ #: my-calendar-categories.php:195
29
+ #@ my-calendar
 
 
 
30
  msgid "Edit Category"
31
  msgstr "Editar Categoría"
32
 
33
+ #: my-calendar-categories.php:179
34
+ #@ my-calendar
35
  msgid "Category Editor"
36
  msgstr "Editor de categoría"
37
 
38
+ #: my-calendar-categories.php:196
39
+ #: my-calendar-categories.php:240
40
+ #@ my-calendar
41
  msgid "Category Name"
42
  msgstr "Nombre de categoría"
43
 
44
+ #: my-calendar-categories.php:197
45
+ #@ my-calendar
46
  msgid "Category Color (Hex format)"
47
  msgstr "Color de Categoría (Formato Hex)"
48
 
49
+ #: my-calendar-categories.php:198
50
+ #: my-calendar-categories.php:242
51
+ #@ my-calendar
52
  msgid "Category Icon"
53
  msgstr "Icono de Categoría"
54
 
55
+ #: my-calendar-categories.php:212
56
+ #: my-calendar-locations.php:210
57
+ #@ my-calendar
58
  msgid "Save Changes"
59
  msgstr "Guardar cambios"
60
 
61
+ #: my-calendar-categories.php:135
62
+ #@ my-calendar
63
  msgid "Category edited successfully"
64
  msgstr "Categoría editada exitosamente"
65
 
66
+ #: my-calendar-categories.php:170
67
+ #: my-calendar-categories.php:195
68
+ #: my-calendar-categories.php:212
69
+ #@ my-calendar
70
  msgid "Add Category"
71
  msgstr "Agregar Categoría"
72
 
73
+ #: my-calendar-categories.php:228
74
+ #: my-calendar.php:157
75
+ #@ my-calendar
 
 
 
76
  msgid "Manage Categories"
77
  msgstr "Administrar Categorías"
78
 
79
+ #: my-calendar-categories.php:239
80
+ #: my-calendar-event-manager.php:909
81
+ #: my-calendar-group-manager.php:678
82
+ #: my-calendar-locations.php:270
83
+ #@ my-calendar
84
  msgid "ID"
85
  msgstr "ID"
86
 
87
+ #: my-calendar-categories.php:241
88
+ #@ my-calendar
89
  msgid "Category Color"
90
  msgstr "Color de Categoría"
91
 
92
+ #: my-calendar-categories.php:243
93
+ #: my-calendar-categories.php:257
94
+ #: my-calendar-event-manager.php:975
95
+ #: my-calendar-group-manager.php:687
96
+ #: my-calendar-locations.php:272
97
+ #: my-calendar-locations.php:284
98
+ #: my-calendar-output.php:274
99
+ #@ my-calendar
100
  msgid "Edit"
101
  msgstr "Editar"
102
 
103
+ #: my-calendar-categories.php:244
104
+ #: my-calendar-categories.php:263
105
+ #: my-calendar-event-manager.php:181
106
+ #: my-calendar-event-manager.php:978
107
+ #: my-calendar-locations.php:273
108
+ #: my-calendar-locations.php:285
109
+ #: my-calendar-output.php:275
110
+ #@ my-calendar
111
  msgid "Delete"
112
  msgstr "Borrar"
113
 
114
+ #: my-calendar-categories.php:260
115
+ #: my-calendar-event-manager.php:956
116
+ #: my-calendar-group-manager.php:727
117
+ #: my-calendar-output.php:172
118
+ #: my-calendar-settings.php:281
119
+ #@ my-calendar
120
  msgid "N/A"
121
  msgstr "N/D"
122
 
123
+ #: my-calendar-categories.php:263
124
+ #: my-calendar-locations.php:285
125
+ #@ my-calendar
126
  msgid "Are you sure you want to delete this category?"
127
  msgstr "¿Está seguro de que desea borrar esta categoría?"
128
 
129
+ #: my-calendar-categories.php:274
130
+ #@ my-calendar
131
  msgid "There are no categories in the database - something has gone wrong!"
132
  msgstr "No hay categorías en la base de datos - ¡Algo va mal!"
133
 
134
+ #: my-calendar-event-manager.php:172
135
+ #@ my-calendar
136
  msgid "Delete Event"
137
  msgstr "Borrar evento"
138
 
139
+ #: my-calendar-event-manager.php:172
140
+ #@ my-calendar
141
  msgid "Are you sure you want to delete this event?"
142
  msgstr "¿Está seguro de que desea borrar este evento?"
143
 
144
+ #: my-calendar-event-manager.php:161
145
+ #: my-calendar-event-manager.php:321
146
+ #: my-calendar-event-manager.php:350
147
+ #: my-calendar-event-manager.php:364
148
+ #: my-calendar-event-manager.php:377
149
+ #: my-calendar-event-manager.php:1152
150
+ #: my-calendar-event-manager.php:1155
151
+ #: my-calendar-event-manager.php:1158
152
+ #: my-calendar-event-manager.php:1167
153
+ #: my-calendar-event-manager.php:1174
154
+ #: my-calendar-event-manager.php:1190
155
+ #: my-calendar-event-manager.php:1196
156
+ #: my-calendar-group-manager.php:56
157
+ #: my-calendar-group-manager.php:82
158
+ #: my-calendar-group-manager.php:149
159
+ #: my-calendar-group-manager.php:552
160
+ #@ my-calendar
161
  msgid "Error"
162
  msgstr "Error"
163
 
164
+ #: my-calendar-event-manager.php:1152
165
+ #@ my-calendar
166
  msgid "Your event end date must be either after or the same as your event begin date"
167
  msgstr "La fecha de fin del evento debe ser igual o posterior a la fecha de comienzo"
168
 
169
+ #: my-calendar-event-manager.php:1155
170
+ #@ my-calendar
171
  msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
172
  msgstr "El formato de fecha es correto pero una o mas de sus fechas son inválidas. Revise números de días puestos en lugar de los meses y errores relacionados a años bisiestos."
173
 
174
+ #: my-calendar-event-manager.php:1167
175
+ #@ my-calendar
 
 
 
 
 
176
  msgid "The time field must either be blank or be entered in the format hh:mm"
177
  msgstr "El campo de hora o bien debe estar en blanco o ingresado con el formato hh:mm"
178
 
179
+ #: my-calendar-event-manager.php:329
180
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  msgid "Event added. It will now show in your calendar."
182
  msgstr "Evento agregado. Ya se mostrará en su calendario."
183
 
184
+ #: my-calendar-event-manager.php:354
185
+ #: my-calendar-group-manager.php:60
186
+ #: my-calendar-group-manager.php:153
187
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
188
  msgid "Event updated successfully"
189
  msgstr "Evento actualizado exitosamente"
190
 
191
+ #: my-calendar-event-manager.php:364
192
+ #@ my-calendar
193
  msgid "You can't delete an event if you haven't submitted an event id"
194
  msgstr "No puedes borrar un evento si no tienes un id de evento envíado"
195
 
196
+ #: my-calendar-event-manager.php:375
197
+ #@ my-calendar
198
  msgid "Event deleted successfully"
199
  msgstr "Evento borrado exitosamente"
200
 
201
+ #: my-calendar-event-manager.php:377
202
+ #@ my-calendar
203
  msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
204
  msgstr "A pesar de la solicitud para eliminar, el evento sigue estando en la base de datos. Por favor, investigue."
205
 
206
+ #: my-calendar-event-manager.php:270
207
+ #: my-calendar-group-manager.php:745
208
+ #@ my-calendar
209
  msgid "Edit Event"
210
  msgstr "Editar evento"
211
 
212
+ #: my-calendar-event-manager.php:274
213
+ #: my-calendar-event-manager.php:285
214
+ #@ my-calendar
215
  msgid "You must provide an event id in order to edit it"
216
  msgstr "Debes proveer un id de evento para poder editarlo"
217
 
218
+ #: my-calendar-core.php:816
219
+ #: my-calendar-event-manager.php:293
220
+ #@ my-calendar
221
  msgid "Add Event"
222
  msgstr "Nuevo evento"
223
 
224
+ #: my-calendar-event-manager.php:891
225
+ #@ my-calendar
226
  msgid "Manage Events"
227
  msgstr "Administrar Eventos"
228
 
229
+ #: my-calendar-event-manager.php:389
230
+ #: my-calendar-group-manager.php:167
231
+ #@ my-calendar
232
  msgid "Sorry! That's an invalid event key."
233
  msgstr "Lo siento. Esa es una clave de evento erronea."
234
 
235
+ #: my-calendar-event-manager.php:393
236
+ #: my-calendar-group-manager.php:171
237
+ #@ my-calendar
238
  msgid "Sorry! We couldn't find an event with that ID."
239
  msgstr "Lo siento. No podemos encontrar un evento con ese ID."
240
 
241
+ #: my-calendar-event-manager.php:475
242
+ #: my-calendar-group-manager.php:285
243
+ #@ my-calendar
 
 
244
  msgid "Enter your Event Information"
245
  msgstr "Ingrese la información de su evento"
246
 
247
+ #: my-calendar-event-manager.php:477
248
+ #: my-calendar-group-manager.php:291
249
+ #@ my-calendar
250
  msgid "Event Title"
251
  msgstr "Título del Evento"
252
 
253
+ #: my-calendar-event-manager.php:503
254
+ #: my-calendar-group-manager.php:295
255
+ #@ my-calendar
256
  msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
257
  msgstr "Descripción del evento (<abbr title=\"hypertext markup language\">HTML</abbr> permitido)"
258
 
259
+ #: my-calendar-event-manager.php:549
260
+ #: my-calendar-group-manager.php:336
261
+ #@ my-calendar
262
  msgid "Event Category"
263
  msgstr "Categoría del Evento "
264
 
265
+ #: my-calendar-event-manager.php:574
266
+ #: my-calendar-group-manager.php:361
267
+ #@ my-calendar
268
  msgid "Event Link (Optional)"
269
  msgstr "Link del evento (Opcional)"
270
 
271
+ #: my-calendar-event-manager.php:600
272
+ #@ my-calendar
273
  msgid "Start Date (YYYY-MM-DD)"
274
  msgstr "Comienza el (YYYY-MM-DD)"
275
 
276
+ #: my-calendar-event-manager.php:624
277
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
278
  msgid "Current time difference from GMT is "
279
  msgstr "La diferencia es GMT "
280
 
281
+ #: my-calendar-event-manager.php:624
282
+ #@ my-calendar
283
  msgid " hour(s)"
284
  msgstr " hora(s)"
285
 
286
+ #: my-calendar-event-manager.php:633
287
+ #@ my-calendar
288
  msgid "Recurring Events"
289
  msgstr "Eventos Recurrentes"
290
 
291
+ #: my-calendar-event-manager.php:636
292
+ #@ my-calendar
293
  msgid "Repeats for"
294
  msgstr "Repite por"
295
 
296
+ #: my-calendar-event-manager.php:637
297
+ #@ my-calendar
298
  msgid "Units"
299
  msgstr "Unidades"
300
 
301
+ #: my-calendar-event-manager.php:719
302
+ #: my-calendar-group-manager.php:427
303
+ #: my-calendar-locations.php:127
304
+ #@ my-calendar
 
305
  msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
306
  msgstr "Todos los campos de ubicación son opcionales: <em>insuficiente información puede resultar en un mapa inexacto</em>."
307
 
308
+ #: my-calendar-event-manager.php:722
309
+ #: my-calendar-group-manager.php:430
310
+ #: my-calendar-locations.php:130
311
+ #@ my-calendar
312
  msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
313
  msgstr "Nombre de la Ubicacion (ej. <em>Parrilla Lo de Carlitos</em>)"
314
 
315
+ #: my-calendar-event-manager.php:731
316
+ #: my-calendar-group-manager.php:433
317
+ #: my-calendar-locations.php:139
318
+ #@ my-calendar
319
  msgid "Street Address"
320
  msgstr "Dirección"
321
 
322
+ #: my-calendar-event-manager.php:734
323
+ #: my-calendar-group-manager.php:436
324
+ #: my-calendar-locations.php:142
325
+ #@ my-calendar
326
  msgid "Street Address (2)"
327
  msgstr "Dirección(2)"
328
 
329
+ #: button/generator.php:56
330
+ #: my-calendar-event-manager.php:737
331
+ #: my-calendar-group-manager.php:439
332
+ #: my-calendar-locations.php:145
333
+ #: my-calendar-settings.php:620
334
+ #@ my-calendar
335
  msgid "City"
336
  msgstr "Ciudad"
337
 
338
+ #: my-calendar-event-manager.php:744
339
+ #: my-calendar-group-manager.php:439
340
+ #: my-calendar-locations.php:152
341
+ #: my-calendar-settings.php:621
342
+ #@ my-calendar
343
  msgid "State/Province"
344
  msgstr "Estado/provincia"
345
 
346
+ #: button/generator.php:58
347
+ #: my-calendar-event-manager.php:751
348
+ #: my-calendar-group-manager.php:439
349
+ #: my-calendar-locations.php:159
350
+ #: my-calendar-settings.php:623
351
+ #@ my-calendar
352
  msgid "Postal Code"
353
  msgstr "Código postal"
354
 
355
+ #: button/generator.php:59
356
+ #: my-calendar-event-manager.php:769
357
+ #: my-calendar-group-manager.php:445
358
+ #: my-calendar-locations.php:177
359
+ #: my-calendar-settings.php:622
360
+ #@ my-calendar
361
  msgid "Country"
362
  msgstr "País"
363
 
364
+ #: my-calendar-event-manager.php:430
365
+ #@ my-calendar
366
  msgid "Save Event"
367
  msgstr "Grabar Evento"
368
 
369
+ #: my-calendar-event-manager.php:910
370
+ #: my-calendar-group-manager.php:680
371
+ #: my-calendar-settings.php:445
372
+ #: my-calendar-widgets.php:37
373
+ #: my-calendar-widgets.php:120
374
+ #: my-calendar-widgets.php:494
375
+ #@ my-calendar
376
  msgid "Title"
377
  msgstr "Titulo"
378
 
379
+ #: my-calendar-event-manager.php:912
380
+ #: my-calendar-group-manager.php:682
381
+ #: my-calendar-settings.php:446
382
+ #@ my-calendar
383
  msgid "Description"
384
  msgstr "Descripción"
385
 
386
+ #: my-calendar-event-manager.php:913
387
+ #: my-calendar-group-manager.php:683
388
+ #: my-calendar-settings.php:447
389
+ #@ my-calendar
390
  msgid "Start Date"
391
  msgstr "Fecha de inicio"
392
 
393
+ #: my-calendar-event-manager.php:914
394
+ #: my-calendar-group-manager.php:684
395
+ #@ my-calendar
396
  msgid "Recurs"
397
  msgstr "Repeticiones"
398
 
399
+ #: my-calendar-event-manager.php:915
400
+ #: my-calendar-group-manager.php:685
401
+ #: my-calendar-settings.php:233
402
+ #: my-calendar-settings.php:242
403
+ #: my-calendar-settings.php:250
404
+ #: my-calendar-settings.php:448
405
+ #@ my-calendar
406
  msgid "Author"
407
  msgstr "Autor"
408
 
409
+ #: my-calendar-event-manager.php:916
410
+ #: my-calendar-group-manager.php:686
411
+ #: my-calendar-settings.php:449
412
+ #@ my-calendar
413
  msgid "Category"
414
  msgstr "Categoría"
415
 
416
+ #: my-calendar-event-manager.php:917
417
+ #@ my-calendar
418
  msgid "Edit / Delete"
419
  msgstr "Editar / Borrar"
420
 
421
+ #: my-calendar-event-manager.php:947
422
+ #: my-calendar-group-manager.php:718
423
+ #@ my-calendar
424
  msgid "Never"
425
  msgstr "Nunca"
426
 
427
+ #: my-calendar-event-manager.php:639
428
+ #: my-calendar-event-manager.php:948
429
+ #: my-calendar-group-manager.php:719
430
+ #: my-calendar-templates.php:110
431
+ #@ my-calendar
432
  msgid "Daily"
433
  msgstr "Diariamente"
434
 
435
+ #: my-calendar-event-manager.php:641
436
+ #: my-calendar-event-manager.php:950
437
+ #: my-calendar-group-manager.php:721
438
+ #: my-calendar-templates.php:112
439
+ #@ my-calendar
440
  msgid "Weekly"
441
  msgstr "Semanalmente"
442
 
443
+ #: my-calendar-event-manager.php:954
444
+ #: my-calendar-group-manager.php:725
445
+ #@ my-calendar
 
 
446
  msgid "Yearly"
447
  msgstr "Anualmente"
448
 
449
+ #: my-calendar-event-manager.php:957
450
+ #: my-calendar-group-manager.php:728
451
+ #@ my-calendar
452
  msgid "Forever"
453
  msgstr "Para siempre"
454
 
455
+ #: my-calendar-event-manager.php:1018
456
+ #: my-calendar-group-manager.php:765
457
+ #@ my-calendar
 
 
458
  msgid "There are no events in the database!"
459
  msgstr "¡No hay eventos en la base de datos!"
460
 
461
+ #: my-calendar-help.php:7
462
+ #@ my-calendar
463
  msgid "How to use My Calendar"
464
  msgstr "Cómo usar My Calendar"
465
 
466
+ #: my-calendar-help.php:12
467
+ #@ my-calendar
468
  msgid "Shortcode Syntax"
469
  msgstr "Sintáxis Shortcode"
470
 
471
+ #: my-calendar-help.php:19
472
+ #@ my-calendar
473
  msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
474
  msgstr "Este shortcode básico mostrará el calendario en una entrada o página incluyendo todas las categorías y la clave de categoría, en el formato tradicional mes-por-mes."
475
 
476
+ #: my-calendar-help.php:63
477
+ #@ my-calendar
 
 
 
478
  msgid "Category Icons"
479
  msgstr "Iconos de categoría"
480
 
481
+ #: my-calendar-help.php:66
482
+ #@ my-calendar
483
  msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
484
  msgstr "My Calendar está diseñado para administrar múltiples calendarios. La base de estos calendarios son categorías; puedes configurar fácilmente una página de calendario que incluya todas las categorías, o puedes dedicar páginas separadas a calendarios para cada categoría. Por ejemplo esto pdría ser útil para administrar calendarios de tours de varias bandas; calendarios de eventos para distintos lugares, etc."
485
 
486
+ #: my-calendar-help.php:69
487
+ #@ my-calendar
 
 
 
488
  msgid "Your icons folder is:"
489
  msgstr "Su carpeta de íconos es:"
490
 
491
+ #: my-calendar-help.php:92
492
+ #@ my-calendar
493
  msgid "Widget Templating"
494
  msgstr "Plantillas de Widget"
495
 
496
+ #: my-calendar-help.php:208
497
+ #@ my-calendar
 
 
 
498
  msgid "Displays the name of the category the event is in."
499
  msgstr "Muestra el nombre de la categoría del evento."
500
 
501
+ #: my-calendar-help.php:100
502
+ #@ my-calendar
503
  msgid "Displays the title of the event."
504
  msgstr "Muestra el título del evento."
505
 
506
+ #: my-calendar-help.php:106
507
+ #@ my-calendar
508
  msgid "Displays the start time for the event."
509
  msgstr "Muestra la hora de inicio del evento."
510
 
511
+ #: my-calendar-help.php:115
512
+ #@ my-calendar
513
  msgid "Displays the date on which the event begins."
514
  msgstr "Muestra la fecha en que comienza el evento."
515
 
516
+ #: my-calendar-help.php:124
517
+ #@ my-calendar
518
  msgid "Displays the WordPress author who posted the event."
519
  msgstr "Muestra el autor que publicó el evento."
520
 
521
+ #: my-calendar-help.php:142
522
+ #@ my-calendar
523
  msgid "Displays the URL provided for the event."
524
  msgstr "Muestra la URL provista para el evento."
525
 
526
+ #: my-calendar-help.php:136
527
+ #@ my-calendar
528
  msgid "Displays the description of the event."
529
  msgstr "Muestra la descripción del evento."
530
 
531
+ #: my-calendar-help.php:103
532
+ #@ my-calendar
533
  msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
534
  msgstr "Muestra el título del evento como un enlace si hay presente una URL, o sólo el título si no hay URL."
535
 
536
+ #: my-calendar-help.php:169
537
+ #@ my-calendar
538
  msgid "Displays the name of the location of the event."
539
  msgstr "Muestra el nombre de la ubicación del evento."
540
 
541
+ #: my-calendar-help.php:172
542
+ #@ my-calendar
543
  msgid "Displays the first line of the site address."
544
  msgstr "Muestra la primer línea de la dirección."
545
 
546
+ #: my-calendar-help.php:175
547
+ #@ my-calendar
548
  msgid "Displays the second line of the site address."
549
  msgstr "Muestra la segunda línea de la dirección."
550
 
551
+ #: my-calendar-help.php:190
552
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
553
  msgid "Displays the country for the event location."
554
  msgstr "Muestra el país de la ubicación del evento."
555
 
556
+ #: my-calendar-help.php:199
557
+ #@ my-calendar
558
  msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
559
  msgstr "Muestra la dirección del evento en formato <a href=\"http://microformats.org/wiki/hcard\">hcard</a>."
560
 
561
+ #: my-calendar-help.php:202
562
+ #@ my-calendar
563
  msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
564
  msgstr "Muestra un link del evento a Google Map, si hay suficiente información sobre la dirección. Si no, estará vacío."
565
 
566
+ #: my-calendar-settings.php:219
567
+ #@ my-calendar
 
 
 
568
  msgid "My Calendar Options"
569
  msgstr "Opciones My Calendar"
570
 
571
+ #: my-calendar-settings.php:231
572
+ #: my-calendar-settings.php:240
573
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
574
  msgid "Subscriber"
575
  msgstr "Suscriptor"
576
 
577
+ #: my-calendar-settings.php:232
578
+ #: my-calendar-settings.php:241
579
+ #: my-calendar-settings.php:249
580
+ #@ my-calendar
581
  msgid "Contributor"
582
  msgstr "Colaborador"
583
 
584
+ #: my-calendar-settings.php:234
585
+ #: my-calendar-settings.php:243
586
+ #: my-calendar-settings.php:251
587
+ #@ my-calendar
588
  msgid "Editor"
589
  msgstr "Editor"
590
 
591
+ #: my-calendar-settings.php:235
592
+ #: my-calendar-settings.php:244
593
+ #: my-calendar-settings.php:252
594
+ #@ my-calendar
595
  msgid "Administrator"
596
  msgstr "Administrador"
597
 
598
+ #: button/generator.php:77
599
+ #: button/generator.php:84
600
+ #: button/generator.php:91
601
+ #: my-calendar-widgets.php:503
602
+ #: my-calendar-widgets.php:509
603
+ #@ my-calendar
604
  msgid "Yes"
605
  msgstr "Si"
606
 
607
+ #: button/generator.php:78
608
+ #: button/generator.php:85
609
+ #: button/generator.php:92
610
+ #: my-calendar-widgets.php:504
611
+ #: my-calendar-widgets.php:510
612
+ #@ my-calendar
613
  msgid "No"
614
  msgstr "No"
615
 
616
+ #: my-calendar-settings.php:337
617
+ #@ my-calendar
618
  msgid "Display a jumpbox for changing month and year quickly?"
619
  msgstr "¿Mostrar un combo para cambiar rápidamente de mes y año?"
620
 
621
+ #: my-calendar-settings.php:357
622
+ #@ my-calendar
623
  msgid "In list mode, show how many months of events at a time:"
624
  msgstr "En modo lista, mostrar cuantos meses con eventos a la vez:"
625
 
626
+ #: my-calendar-styles.php:192
627
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
628
  msgid "Disable My Calendar Stylesheet"
629
  msgstr "Desactivar el estilo para My Calendar"
630
 
631
+ #: my-calendar-styles.php:195
632
+ #@ my-calendar
633
  msgid "Edit the stylesheet for My Calendar"
634
  msgstr "Editar el estilo para My Calendar"
635
 
636
+ #: my-calendar-behaviors.php:110
637
+ #@ my-calendar
 
 
 
638
  msgid "Disable List Javascript Effects"
639
  msgstr "Desactivar efectos Javascript en Lista"
640
 
641
+ #: my-calendar-behaviors.php:79
642
+ #@ my-calendar
643
  msgid "Disable Calendar Javascript Effects"
644
  msgstr "Desactivar efectos Javascript en Calendario"
645
 
646
+ #: my-calendar-behaviors.php:85
647
+ #: my-calendar-behaviors.php:116
648
+ #: my-calendar-behaviors.php:147
649
+ #: my-calendar-behaviors.php:178
650
+ #: my-calendar-styles.php:198
651
+ #@ my-calendar
652
  msgid "Save"
653
  msgstr "Guardar"
654
 
655
+ #: my-calendar-widgets.php:41
656
+ #: my-calendar-widgets.php:124
657
+ #@ my-calendar
 
 
 
 
 
658
  msgid "Template"
659
  msgstr "Plantilla"
660
 
661
+ #: my-calendar-widgets.php:128
662
+ #@ my-calendar
 
 
 
 
 
663
  msgid "Widget Options"
664
  msgstr "Opciones de Widget"
665
 
666
+ #: my-calendar-widgets.php:139
667
+ #@ my-calendar
668
  msgid "Display upcoming events by:"
669
  msgstr "Mostar los próximos eventos por:"
670
 
671
+ #: my-calendar-widgets.php:140
672
+ #@ my-calendar
673
  msgid "Events (e.g. 2 past, 3 future)"
674
  msgstr "Eventos (ej. 2 pasados, 3 futuros)"
675
 
676
+ #: my-calendar-widgets.php:141
677
+ #@ my-calendar
678
  msgid "Dates (e.g. 4 days past, 5 forward)"
679
  msgstr "Fecha (ej. 2 días atras, 3 días siguientes)"
680
 
681
+ #: my-calendar-core.php:46
682
+ #: my-calendar.php:160
683
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
684
  msgid "Settings"
685
  msgstr "Opciones"
686
 
687
+ #: my-calendar.php:122
688
+ #@ my-calendar
689
  msgid "Get Support"
690
  msgstr "Obtener Soporte"
691
 
692
+ #: my-calendar.php:124
693
+ #@ my-calendar
694
  msgid "Make a Donation"
695
  msgstr "Hacer una donación"
696
 
697
+ #: my-calendar.php:147
698
+ #: my-calendar.php:150
699
+ #@ my-calendar
700
  msgid "My Calendar"
701
  msgstr "My Calendar"
702
 
703
+ #: my-calendar.php:156
704
+ #@ my-calendar
705
  msgid "Add/Edit Events"
706
  msgstr "Agregar/editar un Evento"
707
 
708
+ #: my-calendar.php:123
709
+ #: my-calendar.php:164
710
+ #@ my-calendar
711
  msgid "My Calendar Help"
712
  msgstr "My Calendar Help"
713
 
714
+ #: my-calendar-core.php:47
715
+ #: my-calendar.php:164
716
+ #@ my-calendar
717
  msgid "Help"
718
  msgstr "Ayuda"
719
 
720
+ #: my-calendar-settings.php:287
721
+ #@ my-calendar
 
 
722
  msgid "Next Events"
723
  msgstr "Próximos eventos"
724
 
725
+ #: my-calendar-settings.php:284
726
+ #@ my-calendar
 
 
727
  msgid "Previous Events"
728
  msgstr "Eventos Anteriores"
729
 
730
+ #: my-calendar-output.php:137
731
+ #@ my-calendar
732
  msgid "Event Details"
733
  msgstr "Detalles del Evento"
734
 
735
+ #: my-calendar-output.php:172
736
+ #@ my-calendar
737
  msgid "Not Applicable"
738
  msgstr "No aplicable"
739
 
740
+ #: my-calendar-output.php:186
741
+ #@ my-calendar
742
  msgid "Posted by"
743
  msgstr "Escrito por"
744
 
745
+ #: button/generator.php:98
746
+ #: my-calendar-output.php:333
747
+ #: my-calendar-widgets.php:515
748
+ #@ my-calendar
749
  msgid "Month"
750
  msgstr "Mes"
751
 
752
+ #: my-calendar-output.php:338
753
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
754
  msgid "Year"
755
  msgstr "Año"
756
 
757
+ #: my-calendar-output.php:366
758
+ #@ my-calendar
759
  msgid "Go"
760
  msgstr "Ir"
761
 
762
+ #: my-calendar-output.php:412
763
+ #@ my-calendar
764
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
765
  msgstr "<abbr title=\"Domingo\">Dom</abbr>"
766
 
767
+ #: my-calendar-output.php:413
768
+ #@ my-calendar
769
  msgid "<abbr title=\"Monday\">Mon</abbr>"
770
  msgstr "<abbr title=\"Lunes\">Lun</abbr>"
771
 
772
+ #: my-calendar-output.php:414
773
+ #@ my-calendar
774
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
775
  msgstr "<abbr title=\"Martes\">Mar</abbr>"
776
 
777
+ #: my-calendar-output.php:415
778
+ #@ my-calendar
779
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
780
  msgstr "<abbr title=\"Miercoles\">Mie</abbr>"
781
 
782
+ #: my-calendar-output.php:416
783
+ #@ my-calendar
784
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
785
  msgstr "<abbr title=\"Jueves\">Jue</abbr>"
786
 
787
+ #: my-calendar-output.php:417
788
+ #@ my-calendar
789
  msgid "<abbr title=\"Friday\">Fri</abbr>"
790
  msgstr "<abbr title=\"Viernes\">Vie</abbr>"
791
 
792
+ #: my-calendar-output.php:418
793
+ #@ my-calendar
794
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
795
  msgstr "<abbr title=\"Sabado\">Sab</abbr>"
796
 
797
+ #: my-calendar-widgets.php:476
798
+ #@ my-calendar
799
  msgid "Calendar"
800
  msgstr "Calendario"
801
 
802
+ #: my-calendar-output.php:564
803
+ #@ my-calendar
804
  msgid "Events in"
805
  msgstr "Eventos en"
806
 
807
+ #: my-calendar-output.php:758
808
+ #@ my-calendar
809
  msgid "There are no events scheduled during this period."
810
  msgstr "No hay eventos agendados en este período."
811
 
812
+ #: my-calendar-output.php:770
813
+ #@ my-calendar
814
  msgid "Category Key"
815
  msgstr "Clave de Categoría"
816
 
817
+ #: button/generator.php:12
818
+ #@ my-calendar
819
+ msgid "You don't have access to this function."
820
+ msgstr ""
821
+
822
+ #: button/generator.php:18
823
+ #: button/generator.php:44
824
+ #@ my-calendar
825
+ msgid "My Calendar Shortcode Generator"
826
+ msgstr ""
827
+
828
+ #: button/generator.php:47
829
+ #@ my-calendar
830
+ msgid "Shortcode Attributes"
831
+ msgstr ""
832
+
833
+ #: button/generator.php:52
834
+ #@ my-calendar
835
+ msgid "Location filter type:"
836
+ msgstr ""
837
+
838
+ #: button/generator.php:54
839
+ #@ my-calendar
840
+ msgid "All locations"
841
+ msgstr ""
842
+
843
+ #: button/generator.php:55
844
+ #: my-calendar-settings.php:450
845
+ #: my-calendar-settings.php:619
846
+ #@ my-calendar
847
+ msgid "Location Name"
848
+ msgstr ""
849
+
850
+ #: button/generator.php:57
851
+ #: my-calendar-event-manager.php:784
852
+ #: my-calendar-group-manager.php:454
853
+ #: my-calendar-locations.php:192
854
+ #@ my-calendar
855
+ msgid "State"
856
+ msgstr ""
857
+
858
+ #: button/generator.php:60
859
+ #: my-calendar-event-manager.php:760
860
+ #: my-calendar-event-manager.php:785
861
+ #: my-calendar-group-manager.php:442
862
+ #: my-calendar-group-manager.php:455
863
+ #: my-calendar-locations.php:168
864
+ #: my-calendar-locations.php:193
865
+ #: my-calendar-settings.php:624
866
+ #@ my-calendar
867
+ msgid "Region"
868
+ msgstr ""
869
+
870
+ #: button/generator.php:64
871
+ #@ my-calendar
872
+ msgid "Location filter value:"
873
+ msgstr ""
874
+
875
+ #: button/generator.php:68
876
+ #@ my-calendar
877
+ msgid "Format"
878
+ msgstr ""
879
+
880
+ #: button/generator.php:70
881
+ #@ my-calendar
882
+ msgid "Grid"
883
+ msgstr ""
884
+
885
+ #: button/generator.php:71
886
+ #@ my-calendar
887
+ msgid "List"
888
+ msgstr ""
889
+
890
+ #: button/generator.php:75
891
+ #@ my-calendar
892
+ msgid "Show Category Key"
893
+ msgstr ""
894
+
895
+ #: button/generator.php:82
896
+ #@ my-calendar
897
+ msgid "Show Previous/Next Links"
898
+ msgstr ""
899
+
900
+ #: button/generator.php:89
901
+ #@ my-calendar
902
+ msgid "Show Format Toggle"
903
+ msgstr ""
904
+
905
+ #: button/generator.php:96
906
+ #@ my-calendar
907
+ msgid "Time Segment"
908
+ msgstr ""
909
+
910
+ #: button/generator.php:99
911
+ #: my-calendar-widgets.php:516
912
+ #@ my-calendar
913
+ msgid "Week"
914
+ msgstr ""
915
+
916
+ #: button/generator.php:100
917
+ #@ my-calendar
918
+ msgid "Day"
919
+ msgstr ""
920
+
921
+ #: button/generator.php:105
922
+ #@ my-calendar
923
+ msgid "Generate Shortcode"
924
+ msgstr ""
925
+
926
+ #: button/generator.php:107
927
+ #@ my-calendar
928
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
929
+ msgstr ""
930
+
931
+ #: button/generator.php:117
932
+ #@ my-calendar
933
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
934
+ msgstr ""
935
+
936
+ #: my-calendar-behaviors.php:42
937
+ #@ my-calendar
938
+ msgid "Behavior Settings saved"
939
+ msgstr ""
940
+
941
+ #: my-calendar-behaviors.php:65
942
+ #@ my-calendar
943
+ msgid "My Calendar Behaviors"
944
+ msgstr ""
945
+
946
+ #: my-calendar-behaviors.php:69
947
+ #@ my-calendar
948
+ msgid "Calendar Behavior Settings"
949
+ msgstr ""
950
+
951
+ #: my-calendar-behaviors.php:74
952
+ #@ my-calendar
953
+ msgid "Apply JavaScript only on these pages (comma separated page IDs)"
954
+ msgstr ""
955
+
956
+ #: my-calendar-behaviors.php:77
957
+ #@ my-calendar
958
+ msgid "Calendar Behaviors: Calendar View"
959
+ msgstr ""
960
+
961
+ #: my-calendar-behaviors.php:79
962
+ #@ my-calendar
963
+ msgid "Update/Reset the My Calendar Calendar Javascript"
964
+ msgstr ""
965
+
966
+ #: my-calendar-behaviors.php:82
967
+ #@ my-calendar
968
+ msgid "Edit the jQuery scripts for My Calendar in Calendar format"
969
+ msgstr ""
970
+
971
+ #: my-calendar-behaviors.php:94
972
+ #: my-calendar-behaviors.php:125
973
+ #: my-calendar-behaviors.php:156
974
+ #: my-calendar-behaviors.php:186
975
+ #@ my-calendar
976
+ msgid "Comparing scripts with latest installed version of My Calendar"
977
+ msgstr ""
978
+
979
+ #: my-calendar-behaviors.php:94
980
+ #: my-calendar-behaviors.php:125
981
+ #: my-calendar-behaviors.php:156
982
+ #: my-calendar-behaviors.php:186
983
+ #: my-calendar-styles.php:208
984
+ #@ my-calendar
985
+ msgid "Latest (from plugin)"
986
+ msgstr ""
987
+
988
+ #: my-calendar-behaviors.php:94
989
+ #: my-calendar-behaviors.php:125
990
+ #: my-calendar-behaviors.php:156
991
+ #: my-calendar-behaviors.php:186
992
+ #: my-calendar-styles.php:208
993
+ #@ my-calendar
994
+ msgid "Current (in use)"
995
+ msgstr ""
996
+
997
+ #: my-calendar-behaviors.php:98
998
+ #@ my-calendar
999
+ msgid "There have been updates to the calendar view scripts."
1000
+ msgstr ""
1001
+
1002
+ #: my-calendar-behaviors.php:98
1003
+ #: my-calendar-behaviors.php:129
1004
+ #: my-calendar-behaviors.php:160
1005
+ #: my-calendar-behaviors.php:190
1006
+ #@ my-calendar
1007
+ msgid "Compare your scripts with latest installed version of My Calendar."
1008
+ msgstr ""
1009
+
1010
+ #: my-calendar-behaviors.php:102
1011
+ #: my-calendar-behaviors.php:133
1012
+ #: my-calendar-behaviors.php:164
1013
+ #: my-calendar-behaviors.php:194
1014
+ #@ my-calendar
1015
+ msgid "Your script matches that included with My Calendar."
1016
+ msgstr ""
1017
+
1018
+ #: my-calendar-behaviors.php:108
1019
+ #@ my-calendar
1020
+ msgid "Calendar Behaviors: List View"
1021
+ msgstr ""
1022
+
1023
+ #: my-calendar-behaviors.php:110
1024
+ #@ my-calendar
1025
+ msgid "Update/Reset the My Calendar List Javascript"
1026
+ msgstr ""
1027
+
1028
+ #: my-calendar-behaviors.php:113
1029
+ #@ my-calendar
1030
+ msgid "Edit the jQuery scripts for My Calendar in List format"
1031
+ msgstr ""
1032
+
1033
+ #: my-calendar-behaviors.php:129
1034
+ #@ my-calendar
1035
+ msgid "There have been updates to the list view scripts."
1036
+ msgstr ""
1037
+
1038
+ #: my-calendar-behaviors.php:139
1039
+ #@ my-calendar
1040
+ msgid "Calendar Behaviors: Mini Calendar View"
1041
+ msgstr ""
1042
+
1043
+ #: my-calendar-behaviors.php:141
1044
+ #@ my-calendar
1045
+ msgid "Update/Reset the My Calendar Mini Format Javascript"
1046
+ msgstr ""
1047
+
1048
+ #: my-calendar-behaviors.php:141
1049
+ #@ my-calendar
1050
+ msgid "Disable Mini Javascript Effects"
1051
+ msgstr ""
1052
+
1053
+ #: my-calendar-behaviors.php:144
1054
+ #@ my-calendar
1055
+ msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1056
+ msgstr ""
1057
+
1058
+ #: my-calendar-behaviors.php:160
1059
+ #@ my-calendar
1060
+ msgid "There have been updates to the mini view scripts."
1061
+ msgstr ""
1062
+
1063
+ #: my-calendar-behaviors.php:170
1064
+ #@ my-calendar
1065
+ msgid "Calendar Behaviors: AJAX Navigation"
1066
+ msgstr ""
1067
+
1068
+ #: my-calendar-behaviors.php:172
1069
+ #@ my-calendar
1070
+ msgid "Update/Reset the My Calendar AJAX Javascript"
1071
+ msgstr ""
1072
+
1073
+ #: my-calendar-behaviors.php:172
1074
+ #@ my-calendar
1075
+ msgid "Disable AJAX Effects"
1076
+ msgstr ""
1077
+
1078
+ #: my-calendar-behaviors.php:175
1079
+ #@ my-calendar
1080
+ msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1081
+ msgstr ""
1082
+
1083
+ #: my-calendar-behaviors.php:190
1084
+ #@ my-calendar
1085
+ msgid "There have been updates to the AJAX scripts."
1086
+ msgstr ""
1087
+
1088
+ #: my-calendar-behaviors.php:202
1089
+ #@ my-calendar
1090
+ msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
1091
+ msgstr ""
1092
+
1093
+ #: my-calendar-categories.php:105
1094
+ #@ my-calendar
1095
+ msgid "Category addition failed."
1096
+ msgstr ""
1097
+
1098
+ #: my-calendar-categories.php:115
1099
+ #@ my-calendar
1100
+ msgid "Category deleted successfully. Categories in calendar updated."
1101
+ msgstr ""
1102
+
1103
+ #: my-calendar-categories.php:117
1104
+ #@ my-calendar
1105
+ msgid "Category deleted successfully. Categories in calendar not updated."
1106
+ msgstr ""
1107
+
1108
+ #: my-calendar-categories.php:119
1109
+ #@ my-calendar
1110
+ msgid "Category not deleted. Categories in calendar updated."
1111
+ msgstr ""
1112
+
1113
+ #: my-calendar-categories.php:137
1114
+ #@ my-calendar
1115
+ msgid "Error: Category was not edited."
1116
+ msgstr ""
1117
+
1118
+ #: my-calendar-categories.php:218
1119
+ #@ my-calendar
1120
+ msgid "Add a New Category"
1121
+ msgstr ""
1122
+
1123
+ #: my-calendar-core.php:185
1124
+ #, php-format
1125
+ #@ my-calendar
1126
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
1127
+ msgstr ""
1128
+
1129
+ #: my-calendar-core.php:911
1130
+ #@ my-calendar
1131
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1132
+ msgstr ""
1133
+
1134
+ #: my-calendar-core.php:1036
1135
+ #@ my-calendar
1136
+ msgid "Is this your calendar page?"
1137
+ msgstr ""
1138
+
1139
+ #: my-calendar-core.php:1039
1140
+ #@ my-calendar
1141
+ msgid "I tried to guess, but don't have a suggestion for you."
1142
+ msgstr ""
1143
+
1144
+ #: my-calendar-event-manager.php:100
1145
+ #: my-calendar-settings.php:644
1146
+ #@ my-calendar
1147
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
1148
+ msgstr ""
1149
+
1150
+ #: my-calendar-event-manager.php:107
1151
+ #: my-calendar-settings.php:651
1152
+ #@ my-calendar
1153
+ msgid "Import from Calendar"
1154
+ msgstr ""
1155
+
1156
+ #: my-calendar-event-manager.php:112
1157
+ #@ my-calendar
1158
+ msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
1159
+ msgstr ""
1160
+
1161
+ #: my-calendar-event-manager.php:159
1162
+ #, php-format
1163
+ #@ my-calendar
1164
+ msgid "%1$d events deleted successfully out of %2$d selected"
1165
+ msgstr ""
1166
+
1167
+ #: my-calendar-event-manager.php:161
1168
+ #@ my-calendar
1169
+ msgid "Your events have not been deleted. Please investigate."
1170
+ msgstr ""
1171
+
1172
+ #: my-calendar-event-manager.php:189
1173
+ #@ my-calendar
1174
+ msgid "You do not have permission to delete that event."
1175
+ msgstr ""
1176
+
1177
+ #: my-calendar-event-manager.php:204
1178
+ #@ my-calendar
1179
+ msgid "You do not have permission to approve that event."
1180
+ msgstr ""
1181
+
1182
+ #: my-calendar-event-manager.php:218
1183
+ #@ my-calendar
1184
+ msgid "You do not have permission to reject that event."
1185
+ msgstr ""
1186
+
1187
+ #: my-calendar-event-manager.php:260
1188
+ #@ my-calendar
1189
+ msgid "Currently editing your local calendar"
1190
+ msgstr ""
1191
+
1192
+ #: my-calendar-event-manager.php:262
1193
+ #@ my-calendar
1194
+ msgid "Currently editing your central calendar"
1195
+ msgstr ""
1196
+
1197
+ #: my-calendar-event-manager.php:281
1198
+ #@ my-calendar
1199
+ msgid "Copy Event"
1200
+ msgstr ""
1201
+
1202
+ #: my-calendar-event-manager.php:321
1203
+ #@ my-calendar
1204
+ msgid "I'm sorry! I couldn't add that event to the database."
1205
+ msgstr ""
1206
+
1207
+ #: my-calendar-event-manager.php:350
1208
+ #: my-calendar-group-manager.php:149
1209
+ #@ my-calendar
1210
+ msgid "Your event was not updated."
1211
+ msgstr ""
1212
+
1213
+ #: my-calendar-event-manager.php:352
1214
+ #: my-calendar-group-manager.php:58
1215
+ #: my-calendar-group-manager.php:84
1216
+ #: my-calendar-group-manager.php:151
1217
+ #@ my-calendar
1218
+ msgid "Nothing was changed in that update."
1219
+ msgstr ""
1220
+
1221
+ #: my-calendar-event-manager.php:357
1222
+ #: my-calendar-group-manager.php:156
1223
+ #@ my-calendar
1224
+ msgid "You do not have sufficient permissions to edit that event."
1225
+ msgstr ""
1226
+
1227
+ #: my-calendar-event-manager.php:421
1228
+ #@ my-calendar
1229
+ msgid "This event must be approved in order for it to appear on the calendar."
1230
+ msgstr ""
1231
+
1232
+ #: my-calendar-event-manager.php:471
1233
+ #@ my-calendar
1234
+ msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
1235
+ msgstr ""
1236
+
1237
+ #: my-calendar-event-manager.php:477
1238
+ #: my-calendar-event-manager.php:600
1239
+ #: my-calendar-group-manager.php:291
1240
+ #@ my-calendar
1241
+ msgid "(required)"
1242
+ msgstr ""
1243
+
1244
+ #: my-calendar-event-manager.php:481
1245
+ #@ my-calendar
1246
+ msgid "Publish"
1247
+ msgstr ""
1248
+
1249
+ #: my-calendar-event-manager.php:481
1250
+ #@ my-calendar
1251
+ msgid "You must approve this event to promote it to the calendar."
1252
+ msgstr ""
1253
 
1254
+ #: my-calendar-event-manager.php:483
1255
+ #@ my-calendar
1256
+ msgid "An administrator must approve your new event."
1257
+ msgstr ""
1258
 
1259
+ #: my-calendar-event-manager.php:496
1260
+ #@ my-calendar
1261
+ msgid "This event is not spam"
1262
+ msgstr ""
1263
 
1264
+ #: my-calendar-event-manager.php:513
1265
+ #: my-calendar-event-manager.php:520
1266
+ #@ my-calendar
1267
+ msgid "This event's image:"
1268
+ msgstr ""
1269
+
1270
+ #: my-calendar-event-manager.php:514
1271
+ #@ my-calendar
1272
+ msgid "Add an image:"
1273
+ msgstr ""
1274
+
1275
+ #: my-calendar-event-manager.php:514
1276
+ #@ my-calendar
1277
+ msgid "Upload Image"
1278
+ msgstr ""
1279
+
1280
+ #: my-calendar-event-manager.php:514
1281
+ #: my-calendar-group-manager.php:306
1282
+ #@ my-calendar
1283
+ msgid "Include your image URL or upload an image."
1284
+ msgstr ""
1285
+
1286
+ #: my-calendar-event-manager.php:526
1287
+ #: my-calendar-group-manager.php:313
1288
+ #@ my-calendar
1289
+ msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1290
+ msgstr ""
1291
+
1292
+ #: my-calendar-event-manager.php:530
1293
+ #: my-calendar-group-manager.php:317
1294
+ #@ my-calendar
1295
+ msgid "Event Host"
1296
+ msgstr ""
1297
+
1298
+ #: my-calendar-event-manager.php:574
1299
+ #: my-calendar-group-manager.php:361
1300
+ #@ my-calendar
1301
+ msgid "This link will expire when the event passes."
1302
+ msgstr ""
1303
+
1304
+ #: my-calendar-event-manager.php:582
1305
+ #@ my-calendar
1306
+ msgid "Event Date and Time"
1307
+ msgstr ""
1308
+
1309
+ #: my-calendar-event-manager.php:583
1310
+ #@ my-calendar
1311
+ msgid "Enter the beginning and ending information for this occurrence of the event."
1312
+ msgstr ""
1313
+
1314
+ #: my-calendar-event-manager.php:600
1315
+ #@ my-calendar
1316
+ msgid "Time (hh:mm am/pm)"
1317
+ msgstr ""
1318
+
1319
+ #: my-calendar-event-manager.php:609
1320
+ #@ my-calendar
1321
+ msgid "End Date (YYYY-MM-DD)"
1322
+ msgstr ""
1323
+
1324
+ #: my-calendar-event-manager.php:609
1325
+ #@ my-calendar
1326
+ msgid "End Time (hh:mm am/pm)"
1327
+ msgstr ""
1328
+
1329
+ #: my-calendar-event-manager.php:619
1330
+ #@ my-calendar
1331
+ msgid "Add another occurrence"
1332
+ msgstr ""
1333
+
1334
+ #: my-calendar-event-manager.php:620
1335
+ #@ my-calendar
1336
+ msgid "Remove last occurrence"
1337
+ msgstr ""
1338
+
1339
+ #: my-calendar-event-manager.php:638
1340
+ #: my-calendar-templates.php:109
1341
+ #@ my-calendar
1342
+ msgid "Does not recur"
1343
+ msgstr ""
1344
+
1345
+ #: my-calendar-event-manager.php:640
1346
+ #: my-calendar-templates.php:111
1347
+ #@ my-calendar
1348
+ msgid "Daily, weekdays only"
1349
+ msgstr ""
1350
+
1351
+ #: my-calendar-event-manager.php:642
1352
+ #: my-calendar-templates.php:113
1353
+ #@ my-calendar
1354
+ msgid "Bi-weekly"
1355
+ msgstr ""
1356
+
1357
+ #: my-calendar-event-manager.php:643
1358
+ #@ my-calendar
1359
+ msgid "Date of Month (e.g., the 24th of each month)"
1360
+ msgstr ""
1361
+
1362
+ #: my-calendar-event-manager.php:644
1363
+ #@ my-calendar
1364
+ msgid "Day of Month (e.g., the 3rd Monday of each month)"
1365
+ msgstr ""
1366
+
1367
+ #: my-calendar-event-manager.php:645
1368
+ #: my-calendar-templates.php:116
1369
+ #@ my-calendar
1370
+ msgid "Annually"
1371
+ msgstr ""
1372
+
1373
+ #: my-calendar-event-manager.php:647
1374
+ #@ my-calendar
1375
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1376
+ msgstr ""
1377
+
1378
+ #: my-calendar-event-manager.php:664
1379
+ #: my-calendar-group-manager.php:372
1380
+ #@ my-calendar
1381
+ msgid "Event Registration Status"
1382
+ msgstr ""
1383
+
1384
+ #: my-calendar-event-manager.php:665
1385
+ #: my-calendar-group-manager.php:373
1386
+ #@ my-calendar
1387
+ msgid "My Calendar does not manage event registrations. Use this for information only."
1388
+ msgstr ""
1389
+
1390
+ #: my-calendar-event-manager.php:667
1391
+ #: my-calendar-group-manager.php:375
1392
+ #@ my-calendar
1393
+ msgid "Open"
1394
+ msgstr ""
1395
+
1396
+ #: my-calendar-event-manager.php:668
1397
+ #: my-calendar-group-manager.php:376
1398
+ #@ my-calendar
1399
+ msgid "Closed"
1400
+ msgstr ""
1401
+
1402
+ #: my-calendar-event-manager.php:669
1403
+ #: my-calendar-group-manager.php:377
1404
+ #@ my-calendar
1405
+ msgid "Does not apply"
1406
+ msgstr ""
1407
+
1408
+ #: my-calendar-event-manager.php:672
1409
+ #: my-calendar-group-manager.php:380
1410
+ #@ my-calendar
1411
+ msgid "If this event recurs, it can only be registered for as a complete series."
1412
+ msgstr ""
1413
+
1414
+ #: my-calendar-event-manager.php:689
1415
+ #: my-calendar-group-manager.php:397
1416
+ #: my-calendar-locations.php:125
1417
+ #@ my-calendar
1418
+ msgid "Event Location"
1419
+ msgstr ""
1420
+
1421
+ #: my-calendar-event-manager.php:696
1422
+ #: my-calendar-group-manager.php:404
1423
+ #@ my-calendar
1424
+ msgid "Choose a preset location:"
1425
+ msgstr ""
1426
+
1427
+ #: my-calendar-event-manager.php:710
1428
+ #: my-calendar-group-manager.php:418
1429
+ #@ my-calendar
1430
+ msgid "Add recurring locations for later use."
1431
+ msgstr ""
1432
+
1433
+ #: my-calendar-event-manager.php:778
1434
+ #: my-calendar-group-manager.php:448
1435
+ #: my-calendar-locations.php:186
1436
+ #@ my-calendar
1437
+ msgid "Initial Zoom"
1438
+ msgstr ""
1439
+
1440
+ #: my-calendar-event-manager.php:780
1441
+ #: my-calendar-group-manager.php:450
1442
+ #: my-calendar-locations.php:188
1443
+ #@ my-calendar
1444
+ msgid "Neighborhood"
1445
+ msgstr ""
1446
+
1447
+ #: my-calendar-event-manager.php:781
1448
+ #: my-calendar-group-manager.php:451
1449
+ #: my-calendar-locations.php:189
1450
+ #@ my-calendar
1451
+ msgid "Small City"
1452
+ msgstr ""
1453
+
1454
+ #: my-calendar-event-manager.php:782
1455
+ #: my-calendar-group-manager.php:452
1456
+ #: my-calendar-locations.php:190
1457
+ #@ my-calendar
1458
+ msgid "Large City"
1459
+ msgstr ""
1460
+
1461
+ #: my-calendar-event-manager.php:783
1462
+ #: my-calendar-group-manager.php:453
1463
+ #: my-calendar-locations.php:191
1464
+ #@ my-calendar
1465
+ msgid "Greater Metro Area"
1466
+ msgstr ""
1467
+
1468
+ #: my-calendar-event-manager.php:789
1469
+ #: my-calendar-group-manager.php:459
1470
+ #@ my-calendar
1471
+ msgid "Location URL"
1472
+ msgstr ""
1473
+
1474
+ #: my-calendar-event-manager.php:792
1475
+ #: my-calendar-group-manager.php:462
1476
+ #: my-calendar-locations.php:200
1477
+ #@ my-calendar
1478
+ msgid "GPS Coordinates (optional)"
1479
+ msgstr ""
1480
+
1481
+ #: my-calendar-event-manager.php:794
1482
+ #: my-calendar-group-manager.php:464
1483
+ #@ my-calendar
1484
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1485
+ msgstr ""
1486
+
1487
+ #: my-calendar-event-manager.php:797
1488
+ #: my-calendar-group-manager.php:467
1489
+ #: my-calendar-locations.php:205
1490
+ #@ my-calendar
1491
+ msgid "Latitude"
1492
+ msgstr ""
1493
+
1494
+ #: my-calendar-event-manager.php:797
1495
+ #: my-calendar-group-manager.php:467
1496
+ #: my-calendar-locations.php:206
1497
+ #@ my-calendar
1498
+ msgid "Longitude"
1499
+ msgstr ""
1500
+
1501
+ #: my-calendar-event-manager.php:810
1502
+ #@ my-calendar
1503
+ msgid "Special Options"
1504
+ msgstr ""
1505
+
1506
+ #: my-calendar-event-manager.php:812
1507
+ #@ my-calendar
1508
+ msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
1509
+ msgstr ""
1510
+
1511
+ #: my-calendar-event-manager.php:815
1512
+ #@ my-calendar
1513
+ msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
1514
+ msgstr ""
1515
+
1516
+ #: my-calendar-event-manager.php:894
1517
+ #: my-calendar-templates.php:191
1518
+ #@ my-calendar
1519
+ msgid "Published"
1520
+ msgstr ""
1521
+
1522
+ #: my-calendar-event-manager.php:895
1523
+ #: my-calendar-templates.php:191
1524
+ #@ my-calendar
1525
+ msgid "Reserved"
1526
+ msgstr ""
1527
+
1528
+ #: my-calendar-event-manager.php:896
1529
+ #@ my-calendar
1530
+ msgid "All"
1531
+ msgstr ""
1532
+
1533
+ #: my-calendar-event-manager.php:906
1534
+ #: my-calendar-group-manager.php:675
1535
+ #@ my-calendar
1536
+ msgid "Table of Calendar Events"
1537
+ msgstr ""
1538
+
1539
+ #: my-calendar-event-manager.php:911
1540
+ #: my-calendar-group-manager.php:681
1541
+ #: my-calendar-locations.php:271
1542
+ #@ my-calendar
1543
+ msgid "Location"
1544
+ msgstr ""
1545
+
1546
+ #: my-calendar-event-manager.php:949
1547
+ #: my-calendar-group-manager.php:720
1548
+ #@ my-calendar
1549
+ msgid "Weekdays"
1550
+ msgstr ""
1551
+
1552
+ #: my-calendar-event-manager.php:951
1553
+ #: my-calendar-group-manager.php:722
1554
+ #@ my-calendar
1555
+ msgid "Bi-Weekly"
1556
+ msgstr ""
1557
+
1558
+ #: my-calendar-event-manager.php:952
1559
+ #: my-calendar-group-manager.php:723
1560
+ #@ my-calendar
1561
+ msgid "Monthly (by date)"
1562
+ msgstr ""
1563
+
1564
+ #: my-calendar-event-manager.php:953
1565
+ #: my-calendar-group-manager.php:724
1566
+ #@ my-calendar
1567
+ msgid "Monthly (by day)"
1568
+ msgstr ""
1569
+
1570
+ #: my-calendar-event-manager.php:958
1571
+ #: my-calendar-group-manager.php:729
1572
+ #, php-format
1573
+ #@ my-calendar
1574
+ msgid "%d Times"
1575
+ msgstr ""
1576
+
1577
+ #: my-calendar-event-manager.php:973
1578
+ #@ my-calendar
1579
+ msgid "Copy"
1580
+ msgstr ""
1581
+
1582
+ #: my-calendar-event-manager.php:976
1583
+ #: my-calendar-group-manager.php:747
1584
+ #: my-calendar-output.php:269
1585
+ #@ my-calendar
1586
+ msgid "Edit Group"
1587
+ msgstr ""
1588
+
1589
+ #: my-calendar-event-manager.php:979
1590
+ #: my-calendar-group-manager.php:751
1591
+ #@ my-calendar
1592
+ msgid "Not editable."
1593
+ msgstr ""
1594
+
1595
+ #: my-calendar-event-manager.php:985
1596
+ #@ my-calendar
1597
+ msgid "Reject"
1598
+ msgstr ""
1599
+
1600
+ #: my-calendar-event-manager.php:987
1601
+ #@ my-calendar
1602
+ msgid "Approve"
1603
+ msgstr ""
1604
+
1605
+ #: my-calendar-event-manager.php:992
1606
+ #@ my-calendar
1607
+ msgid "Approved"
1608
+ msgstr ""
1609
+
1610
+ #: my-calendar-event-manager.php:994
1611
+ #@ my-calendar
1612
+ msgid "Rejected"
1613
+ msgstr ""
1614
+
1615
+ #: my-calendar-event-manager.php:996
1616
+ #@ my-calendar
1617
+ msgid "Awaiting Approval"
1618
+ msgstr ""
1619
+
1620
+ #: my-calendar-event-manager.php:1007
1621
+ #@ my-calendar
1622
+ msgid "Delete checked events"
1623
+ msgstr ""
1624
+
1625
+ #: my-calendar-event-manager.php:1158
1626
+ #@ my-calendar
1627
+ msgid "Both start and end dates must be in the format YYYY-MM-DD"
1628
+ msgstr ""
1629
+
1630
+ #: my-calendar-event-manager.php:1174
1631
+ #@ my-calendar
1632
+ msgid "The end time field must either be blank or be entered in the format hh:mm"
1633
+ msgstr ""
1634
+
1635
+ #: my-calendar-event-manager.php:1190
1636
+ #: my-calendar-group-manager.php:552
1637
+ #@ my-calendar
1638
+ msgid "The event title must be between 1 and 255 characters in length."
1639
+ msgstr ""
1640
+
1641
+ #: my-calendar-event-manager.php:1196
1642
+ #@ my-calendar
1643
+ msgid "The repetition value must be 0 unless a type of recurrence is selected."
1644
+ msgstr ""
1645
+
1646
+ #: my-calendar-group-manager.php:56
1647
+ #@ my-calendar
1648
+ msgid "Event not updated."
1649
+ msgstr ""
1650
+
1651
+ #: my-calendar-group-manager.php:82
1652
+ #@ my-calendar
1653
+ msgid "Event not grouped."
1654
+ msgstr ""
1655
+
1656
+ #: my-calendar-group-manager.php:86
1657
+ #@ my-calendar
1658
+ msgid "Event grouped successfully"
1659
+ msgstr ""
1660
+
1661
+ #: my-calendar-group-manager.php:104
1662
+ #: my-calendar-group-manager.php:259
1663
+ #@ my-calendar
1664
+ msgid "Edit Event Group"
1665
+ msgstr ""
1666
+
1667
+ #: my-calendar-group-manager.php:108
1668
+ #@ my-calendar
1669
+ msgid "You must provide an event group id in order to edit it"
1670
+ msgstr ""
1671
+
1672
+ #: my-calendar-group-manager.php:116
1673
+ #: my-calendar.php:158
1674
+ #@ my-calendar
1675
+ msgid "Manage Event Groups"
1676
+ msgstr ""
1677
+
1678
+ #: my-calendar-group-manager.php:118
1679
+ #@ my-calendar
1680
+ msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
1681
+ msgstr ""
1682
+
1683
+ #: my-calendar-group-manager.php:119
1684
+ #@ my-calendar
1685
+ msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
1686
+ msgstr ""
1687
+
1688
+ #: my-calendar-group-manager.php:212
1689
+ #@ my-calendar
1690
+ msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
1691
+ msgstr ""
1692
+
1693
+ #: my-calendar-group-manager.php:212
1694
+ #@ my-calendar
1695
+ msgid "The group editable fields in for the events in this group match."
1696
+ msgstr ""
1697
+
1698
+ #: my-calendar-group-manager.php:219
1699
+ #@ my-calendar
1700
+ msgid "Apply these changes to:"
1701
+ msgstr ""
1702
+
1703
+ #: my-calendar-group-manager.php:230
1704
+ #@ my-calendar
1705
+ msgid "Check/Uncheck all"
1706
+ msgstr ""
1707
+
1708
+ #: my-calendar-group-manager.php:232
1709
+ #@ my-calendar
1710
+ msgid "Remove checked events from this group"
1711
+ msgstr ""
1712
+
1713
+ #: my-calendar-group-manager.php:249
1714
+ #@ my-calendar
1715
+ msgid "You must provide a group ID to edit groups"
1716
+ msgstr ""
1717
+
1718
+ #: my-calendar-group-manager.php:662
1719
+ #@ my-calendar
1720
+ msgid "Create/Modify Groups"
1721
+ msgstr ""
1722
+
1723
+ #: my-calendar-group-manager.php:663
1724
+ #@ my-calendar
1725
+ msgid "Check a set of events to group them for mass editing."
1726
+ msgstr ""
1727
+
1728
+ #: my-calendar-group-manager.php:673
1729
+ #: my-calendar-group-manager.php:759
1730
+ #@ my-calendar
1731
+ msgid "Group checked events for mass editing"
1732
+ msgstr ""
1733
+
1734
+ #: my-calendar-group-manager.php:679
1735
+ #@ my-calendar
1736
+ msgid "Group"
1737
+ msgstr ""
1738
+
1739
+ #: my-calendar-group-manager.php:749
1740
+ #@ my-calendar
1741
+ msgid "Ungrouped"
1742
+ msgstr ""
1743
+
1744
+ #: my-calendar-help.php:15
1745
+ #@ my-calendar
1746
+ msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
1747
+ msgstr ""
1748
+
1749
+ #: my-calendar-help.php:17
1750
+ #@ my-calendar
1751
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
1752
+ msgstr ""
1753
+
1754
+ #: my-calendar-help.php:22
1755
+ #@ my-calendar
1756
+ msgid "The shortcode supports eight attributes:"
1757
+ msgstr ""
1758
+
1759
+ #: my-calendar-help.php:24
1760
+ #@ my-calendar
1761
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
1762
+ msgstr ""
1763
+
1764
+ #: my-calendar-help.php:25
1765
+ #@ my-calendar
1766
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
1767
+ msgstr ""
1768
+
1769
+ #: my-calendar-help.php:26
1770
+ #@ my-calendar
1771
+ msgid "Set as \"no\" to hide the category key."
1772
+ msgstr ""
1773
+
1774
+ #: my-calendar-help.php:27
1775
+ #@ my-calendar
1776
+ msgid "Set as \"no\" to hide the month-by-month navigation."
1777
+ msgstr ""
1778
+
1779
+ #: my-calendar-help.php:28
1780
+ #@ my-calendar
1781
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
1782
+ msgstr ""
1783
+
1784
+ #: my-calendar-help.php:29
1785
+ #@ my-calendar
1786
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
1787
+ msgstr ""
1788
+
1789
+ #: my-calendar-help.php:30
1790
+ #@ my-calendar
1791
+ msgid "The type of location data to restrict by."
1792
+ msgstr ""
1793
+
1794
+ #: my-calendar-help.php:31
1795
+ #@ my-calendar
1796
+ msgid "The specific location information to filter to."
1797
+ msgstr ""
1798
+
1799
+ #: my-calendar-help.php:35
1800
+ #@ my-calendar
1801
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
1802
+ msgstr ""
1803
+
1804
+ #: my-calendar-help.php:37
1805
+ #@ my-calendar
1806
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
1807
+ msgstr ""
1808
+
1809
+ #: my-calendar-help.php:39
1810
+ #@ my-calendar
1811
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
1812
+ msgstr ""
1813
+
1814
+ #: my-calendar-help.php:42
1815
+ #@ my-calendar
1816
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
1817
+ msgstr ""
1818
+
1819
+ #: my-calendar-help.php:45
1820
+ #@ my-calendar
1821
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
1822
+ msgstr ""
1823
+
1824
+ #: my-calendar-help.php:48
1825
+ #@ my-calendar
1826
+ msgid "Supplement Features (Locations filter, Categories filter)"
1827
+ msgstr ""
1828
+
1829
+ #: my-calendar-help.php:51
1830
+ #@ my-calendar
1831
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
1832
+ msgstr ""
1833
+
1834
+ #: my-calendar-help.php:54
1835
+ #@ my-calendar
1836
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
1837
+ msgstr ""
1838
+
1839
+ #: my-calendar-help.php:57
1840
+ #@ my-calendar
1841
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
1842
+ msgstr ""
1843
+
1844
+ #: my-calendar-help.php:69
1845
+ #@ my-calendar
1846
+ msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
1847
+ msgstr ""
1848
+
1849
+ #: my-calendar-help.php:69
1850
+ #@ my-calendar
1851
+ msgid "You can alternately place icons in:"
1852
+ msgstr ""
1853
+
1854
+ #: my-calendar-help.php:77
1855
+ #@ my-calendar
1856
+ msgid "Custom Styles"
1857
+ msgstr ""
1858
+
1859
+ #: my-calendar-help.php:80
1860
+ #@ my-calendar
1861
+ msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1862
+ msgstr ""
1863
+
1864
+ #: my-calendar-help.php:83
1865
+ #@ my-calendar
1866
+ msgid "Your stylesheet directory is"
1867
+ msgstr ""
1868
+
1869
+ #: my-calendar-help.php:84
1870
+ #@ my-calendar
1871
+ msgid "Your custom stylesheets directory is"
1872
+ msgstr ""
1873
+
1874
+ #: my-calendar-help.php:95
1875
+ #@ my-calendar
1876
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
1877
+ msgstr ""
1878
+
1879
+ #: my-calendar-help.php:97
1880
+ #: my-calendar-templating.php:72
1881
+ #@ my-calendar
1882
+ msgid "Event Template Tags"
1883
+ msgstr ""
1884
+
1885
+ #: my-calendar-help.php:109
1886
+ #@ my-calendar
1887
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
1888
+ msgstr ""
1889
+
1890
+ #: my-calendar-help.php:112
1891
+ #@ my-calendar
1892
+ msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
1893
+ msgstr ""
1894
+
1895
+ #: my-calendar-help.php:118
1896
+ #@ my-calendar
1897
+ msgid "Displays the date on which the event ends."
1898
+ msgstr ""
1899
+
1900
+ #: my-calendar-help.php:121
1901
+ #@ my-calendar
1902
+ msgid "Displays the time at which the event ends."
1903
+ msgstr ""
1904
+
1905
+ #: my-calendar-help.php:127
1906
+ #@ my-calendar
1907
+ msgid "Displays the name of the person assigned as host for the event."
1908
+ msgstr ""
1909
+
1910
+ #: my-calendar-help.php:130
1911
+ #@ my-calendar
1912
+ msgid "Displays the email address of the person assigned as host for the event."
1913
+ msgstr ""
1914
+
1915
+ #: my-calendar-help.php:133
1916
+ #@ my-calendar
1917
+ msgid "Displays the short version of the event description."
1918
+ msgstr ""
1919
+
1920
+ #: my-calendar-help.php:139
1921
+ #: my-calendar-templating.php:111
1922
+ #@ my-calendar
1923
+ msgid "Image associated with the event."
1924
+ msgstr ""
1925
+
1926
+ #: my-calendar-help.php:145
1927
+ #@ my-calendar
1928
+ msgid "Produces the URL to download an iCal formatted record for the event."
1929
+ msgstr ""
1930
+
1931
+ #: my-calendar-help.php:148
1932
+ #@ my-calendar
1933
+ msgid "Produces a hyperlink to download an iCal formatted record for the event."
1934
+ msgstr ""
1935
+
1936
+ #: my-calendar-help.php:151
1937
+ #@ my-calendar
1938
+ msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
1939
+ msgstr ""
1940
+
1941
+ #: my-calendar-help.php:154
1942
+ #@ my-calendar
1943
+ msgid "Shows the number of repetitions of the event."
1944
+ msgstr ""
1945
+
1946
+ #: my-calendar-help.php:157
1947
+ #@ my-calendar
1948
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
1949
+ msgstr ""
1950
+
1951
+ #: my-calendar-help.php:157
1952
+ #@ my-calendar
1953
+ msgid "Requires that the site URL has been provided on the Settings page"
1954
+ msgstr ""
1955
+
1956
+ #: my-calendar-help.php:160
1957
+ #@ my-calendar
1958
+ msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1959
+ msgstr ""
1960
+
1961
+ #: my-calendar-help.php:163
1962
+ #@ my-calendar
1963
+ msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1964
+ msgstr ""
1965
+
1966
+ #: my-calendar-help.php:165
1967
+ #: my-calendar-templating.php:125
1968
+ #@ my-calendar
1969
+ msgid "Location Template Tags"
1970
+ msgstr ""
1971
+
1972
+ #: my-calendar-help.php:178
1973
+ #@ my-calendar
1974
+ msgid "Displays the city for the location."
1975
+ msgstr ""
1976
+
1977
+ #: my-calendar-help.php:181
1978
+ #@ my-calendar
1979
+ msgid "Displays the state for the location."
1980
+ msgstr ""
1981
+
1982
+ #: my-calendar-help.php:184
1983
+ #@ my-calendar
1984
+ msgid "Displays the postcode for the location."
1985
+ msgstr ""
1986
+
1987
+ #: my-calendar-help.php:187
1988
+ #@ my-calendar
1989
+ msgid "Shows the custom region entered for the location."
1990
+ msgstr ""
1991
+
1992
+ #: my-calendar-help.php:193
1993
+ #@ my-calendar
1994
+ msgid "Output the URL for the location link."
1995
+ msgstr ""
1996
+
1997
+ #: my-calendar-help.php:196
1998
+ #@ my-calendar
1999
+ msgid "Output a hyperlink to the location's listed link with default link text."
2000
+ msgstr ""
2001
+
2002
+ #: my-calendar-help.php:204
2003
+ #: my-calendar-templating.php:161
2004
+ #@ my-calendar
2005
+ msgid "Category Template Tags"
2006
+ msgstr ""
2007
+
2008
+ #: my-calendar-help.php:211
2009
+ #@ my-calendar
2010
+ msgid "Produces the address of the current event's category icon."
2011
+ msgstr ""
2012
+
2013
+ #: my-calendar-help.php:214
2014
+ #@ my-calendar
2015
+ msgid "Produces the HTML for the current event's category icon."
2016
+ msgstr ""
2017
+
2018
+ #: my-calendar-help.php:217
2019
+ #@ my-calendar
2020
+ msgid "Produces the hex code for the current event's category color."
2021
+ msgstr ""
2022
+
2023
+ #: my-calendar-help.php:220
2024
+ #@ my-calendar
2025
+ msgid ""
2026
+ "Displays the ID for\n"
2027
+ " the category the event is in."
2028
+ msgstr ""
2029
+
2030
+ #: my-calendar-help.php:224
2031
+ #@ my-calendar
2032
+ msgid "Special use Template Tags"
2033
+ msgstr ""
2034
+
2035
+ #: my-calendar-help.php:228
2036
+ #@ my-calendar
2037
+ msgid "A unique ID for the current instance of an event."
2038
+ msgstr ""
2039
+
2040
+ #: my-calendar-help.php:231
2041
+ #@ my-calendar
2042
+ msgid "The ID for the event record associated with the current instance of an event."
2043
+ msgstr ""
2044
+
2045
+ #: my-calendar-help.php:241
2046
+ #@ my-calendar
2047
+ msgid "Helpful Information"
2048
+ msgstr ""
2049
+
2050
+ #: my-calendar-help.php:244
2051
+ #@ my-calendar
2052
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2053
+ msgstr ""
2054
+
2055
+ #: my-calendar-help.php:247
2056
+ #@ my-calendar
2057
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2058
+ msgstr ""
2059
+
2060
+ #: my-calendar-importer.php:92
2061
+ #: my-calendar-settings.php:52
2062
+ #@ my-calendar
2063
+ msgid "Categories imported successfully."
2064
+ msgstr ""
2065
+
2066
+ #: my-calendar-importer.php:92
2067
+ #: my-calendar-settings.php:52
2068
+ #@ my-calendar
2069
+ msgid "Categories not imported."
2070
+ msgstr ""
2071
+
2072
+ #: my-calendar-importer.php:94
2073
+ #: my-calendar-settings.php:53
2074
+ #@ my-calendar
2075
+ msgid "Events imported successfully."
2076
+ msgstr ""
2077
+
2078
+ #: my-calendar-importer.php:94
2079
+ #: my-calendar-settings.php:53
2080
+ #@ my-calendar
2081
+ msgid "Events not imported."
2082
+ msgstr ""
2083
+
2084
+ #: my-calendar-install.php:192
2085
+ #@ my-calendar
2086
+ msgid "My Calendar Default Timezone"
2087
+ msgstr ""
2088
+
2089
+ #: my-calendar-install.php:237
2090
+ #@ my-calendar
2091
+ msgid "My Calendar Default Location"
2092
+ msgstr ""
2093
+
2094
+ #: my-calendar-locations.php:43
2095
+ #@ my-calendar
2096
+ msgid "Location added successfully"
2097
+ msgstr ""
2098
+
2099
+ #: my-calendar-locations.php:45
2100
+ #@ my-calendar
2101
+ msgid "Location could not be added to database"
2102
+ msgstr ""
2103
+
2104
+ #: my-calendar-locations.php:51
2105
+ #@ my-calendar
2106
+ msgid "Location deleted successfully"
2107
+ msgstr ""
2108
+
2109
+ #: my-calendar-locations.php:53
2110
+ #@ my-calendar
2111
+ msgid "Location could not be deleted"
2112
+ msgstr ""
2113
+
2114
+ #: my-calendar-locations.php:78
2115
+ #@ my-calendar
2116
+ msgid "Location could not be edited."
2117
+ msgstr ""
2118
+
2119
+ #: my-calendar-locations.php:80
2120
+ #@ my-calendar
2121
+ msgid "Location was not changed."
2122
+ msgstr ""
2123
+
2124
+ #: my-calendar-locations.php:82
2125
+ #@ my-calendar
2126
+ msgid "Location edited successfully"
2127
+ msgstr ""
2128
+
2129
+ #: my-calendar-locations.php:102
2130
+ #@ my-calendar
2131
+ msgid "Add New Location"
2132
+ msgstr ""
2133
+
2134
+ #: my-calendar-locations.php:104
2135
+ #@ my-calendar
2136
+ msgid "Edit Location"
2137
+ msgstr ""
2138
+
2139
+ #: my-calendar-locations.php:109
2140
+ #@ my-calendar
2141
+ msgid "Location Editor"
2142
+ msgstr ""
2143
+
2144
+ #: my-calendar-locations.php:197
2145
+ #@ my-calendar
2146
+ msgid "Website"
2147
+ msgstr ""
2148
+
2149
+ #: my-calendar-locations.php:202
2150
+ #@ my-calendar
2151
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
2152
+ msgstr ""
2153
+
2154
+ #: my-calendar-locations.php:210
2155
+ #@ my-calendar
2156
+ msgid "Add Location"
2157
+ msgstr ""
2158
+
2159
+ #: my-calendar-locations.php:217
2160
+ #@ my-calendar
2161
+ msgid "Add a New Location"
2162
+ msgstr ""
2163
+
2164
+ #: my-calendar-locations.php:258
2165
+ #: my-calendar.php:159
2166
+ #@ my-calendar
2167
+ msgid "Manage Locations"
2168
+ msgstr ""
2169
+
2170
+ #: my-calendar-locations.php:293
2171
+ #@ my-calendar
2172
+ msgid "There are no locations in the database yet!"
2173
+ msgstr ""
2174
+
2175
+ #: my-calendar-locations.php:297
2176
+ #@ my-calendar
2177
+ msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
2178
+ msgstr ""
2179
+
2180
+ #: my-calendar-output.php:157
2181
+ #: my-calendar-output.php:264
2182
+ #@ my-calendar
2183
+ msgid "Close"
2184
+ msgstr ""
2185
+
2186
+ #: my-calendar-output.php:166
2187
+ #, php-format
2188
+ #@ my-calendar
2189
+ msgid "(%s in your time zone)"
2190
+ msgstr ""
2191
+
2192
+ #: my-calendar-output.php:193
2193
+ #: my-calendar-templates.php:193
2194
+ #@ my-calendar
2195
+ msgid "Details about"
2196
+ msgstr ""
2197
+
2198
+ #: my-calendar-output.php:213
2199
+ #: my-calendar-templates.php:148
2200
+ #@ my-calendar
2201
+ msgid "iCal"
2202
+ msgstr ""
2203
+
2204
+ #: my-calendar-output.php:247
2205
+ #@ my-calendar
2206
+ msgid "This class is part of a series. You must register for the first event in this series to attend."
2207
+ msgstr ""
2208
+
2209
+ #: my-calendar-output.php:252
2210
+ #@ my-calendar
2211
+ msgid "View full calendar"
2212
+ msgstr ""
2213
+
2214
+ #: my-calendar-output.php:282
2215
+ #@ my-calendar
2216
+ msgid "Edit This Date"
2217
+ msgstr ""
2218
+
2219
+ #: my-calendar-output.php:283
2220
+ #@ my-calendar
2221
+ msgid "Edit All"
2222
+ msgstr ""
2223
+
2224
+ #: my-calendar-output.php:284
2225
+ #@ my-calendar
2226
+ msgid "Delete This Date"
2227
+ msgstr ""
2228
+
2229
+ #: my-calendar-output.php:285
2230
+ #@ my-calendar
2231
+ msgid "Delete All"
2232
+ msgstr ""
2233
+
2234
+ #: my-calendar-output.php:386
2235
+ #@ my-calendar
2236
+ msgid "View as Grid"
2237
+ msgstr ""
2238
+
2239
+ #: my-calendar-output.php:390
2240
+ #@ my-calendar
2241
+ msgid "View as List"
2242
+ msgstr ""
2243
+
2244
+ #: my-calendar-output.php:423
2245
+ #@ my-calendar
2246
+ msgid "<abbr title=\"Sunday\">S</abbr>"
2247
+ msgstr ""
2248
+
2249
+ #: my-calendar-output.php:424
2250
+ #@ my-calendar
2251
+ msgid "<abbr title=\"Monday\">M</abbr>"
2252
+ msgstr ""
2253
+
2254
+ #: my-calendar-output.php:425
2255
+ #@ my-calendar
2256
+ msgid "<abbr title=\"Tuesday\">T</abbr>"
2257
+ msgstr ""
2258
+
2259
+ #: my-calendar-output.php:426
2260
+ #@ my-calendar
2261
+ msgid "<abbr title=\"Wednesday\">W</abbr>"
2262
+ msgstr ""
2263
+
2264
+ #: my-calendar-output.php:427
2265
+ #@ my-calendar
2266
+ msgid "<abbr title=\"Thursday\">T</abbr>"
2267
+ msgstr ""
2268
+
2269
+ #: my-calendar-output.php:428
2270
+ #@ my-calendar
2271
+ msgid "<abbr title=\"Friday\">F</abbr>"
2272
+ msgstr ""
2273
+
2274
+ #: my-calendar-output.php:429
2275
+ #@ my-calendar
2276
+ msgid "<abbr title=\"Saturday\">S</abbr>"
2277
+ msgstr ""
2278
+
2279
+ #: my-calendar-output.php:520
2280
+ #@ my-calendar
2281
+ msgid "No events scheduled for today!"
2282
+ msgstr ""
2283
+
2284
+ #: my-calendar-output.php:544
2285
+ #@ my-calendar
2286
+ msgid "and"
2287
+ msgstr ""
2288
+
2289
+ #: my-calendar-output.php:559
2290
+ #@ my-calendar
2291
+ msgid "The week's events"
2292
+ msgstr ""
2293
+
2294
+ #: my-calendar-output.php:566
2295
+ #@ my-calendar
2296
+ msgid "This week's events"
2297
+ msgstr ""
2298
+
2299
+ #: my-calendar-output.php:743
2300
+ #, php-format
2301
+ #@ my-calendar
2302
+ msgid " and %d other event"
2303
+ msgstr ""
2304
+
2305
+ #: my-calendar-output.php:745
2306
+ #, php-format
2307
+ #@ my-calendar
2308
+ msgid " and %d other events"
2309
+ msgstr ""
2310
+
2311
+ #: my-calendar-output.php:762
2312
+ #@ my-calendar
2313
+ msgid "Unrecognized calendar format."
2314
+ msgstr ""
2315
+
2316
+ #: my-calendar-output.php:810
2317
+ #@ my-calendar
2318
+ msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2319
+ msgstr ""
2320
+
2321
+ #: my-calendar-output.php:811
2322
+ #@ my-calendar
2323
+ msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2324
+ msgstr ""
2325
+
2326
+ #: my-calendar-output.php:824
2327
+ #@ my-calendar
2328
+ msgid "Next events"
2329
+ msgstr ""
2330
+
2331
+ #: my-calendar-output.php:866
2332
+ #@ my-calendar
2333
+ msgid "Previous events"
2334
+ msgstr ""
2335
+
2336
+ #: my-calendar-output.php:914
2337
+ #@ my-calendar
2338
+ msgid "(select to include)"
2339
+ msgstr ""
2340
+
2341
+ #: my-calendar-output.php:935
2342
+ #: my-calendar-output.php:938
2343
+ #@ my-calendar
2344
+ msgid "All Categories"
2345
+ msgstr ""
2346
+
2347
+ #: my-calendar-output.php:936
2348
+ #@ my-calendar
2349
+ msgid "Categories"
2350
+ msgstr ""
2351
+
2352
+ #: my-calendar-output.php:957
2353
+ #: my-calendar-output.php:1117
2354
+ #@ my-calendar
2355
+ msgid "Submit"
2356
+ msgstr ""
2357
+
2358
+ #: my-calendar-output.php:1061
2359
+ #: my-calendar-output.php:1079
2360
+ #@ my-calendar
2361
+ msgid "Show all"
2362
+ msgstr ""
2363
+
2364
+ #: my-calendar-output.php:1077
2365
+ #@ my-calendar
2366
+ msgid "Show events in:"
2367
+ msgstr ""
2368
+
2369
+ #: my-calendar-settings.php:86
2370
+ #@ my-calendar
2371
+ msgid "Permissions Settings saved"
2372
+ msgstr ""
2373
+
2374
+ #: my-calendar-settings.php:122
2375
+ #@ my-calendar
2376
+ msgid "Output Settings saved"
2377
+ msgstr ""
2378
+
2379
+ #: my-calendar-settings.php:141
2380
+ #@ my-calendar
2381
+ msgid "Input Settings saved"
2382
+ msgstr ""
2383
+
2384
+ #: my-calendar-settings.php:147
2385
+ #@ my-calendar
2386
+ msgid "Multsite settings saved"
2387
+ msgstr ""
2388
+
2389
+ #: my-calendar-settings.php:164
2390
+ #@ my-calendar
2391
+ msgid "Custom text settings saved"
2392
+ msgstr ""
2393
+
2394
+ #: my-calendar-settings.php:176
2395
+ #@ my-calendar
2396
+ msgid "Email notice settings saved"
2397
+ msgstr ""
2398
+
2399
+ #: my-calendar-settings.php:190
2400
+ #@ my-calendar
2401
+ msgid "User custom settings saved"
2402
+ msgstr ""
2403
+
2404
+ #: my-calendar-settings.php:223
2405
+ #@ my-calendar
2406
+ msgid "Calendar Management Settings"
2407
+ msgstr ""
2408
+
2409
+ #: my-calendar-settings.php:228
2410
+ #@ my-calendar
2411
+ msgid "Calendar Options: Management"
2412
+ msgstr ""
2413
+
2414
+ #: my-calendar-settings.php:230
2415
+ #@ my-calendar
2416
+ msgid "Lowest user group that may create events"
2417
+ msgstr ""
2418
+
2419
+ #: my-calendar-settings.php:239
2420
+ #@ my-calendar
2421
+ msgid "Lowest user group that may approve events"
2422
+ msgstr ""
2423
+
2424
+ #: my-calendar-settings.php:245
2425
+ #@ my-calendar
2426
+ msgid "Enable approval options."
2427
+ msgstr ""
2428
+
2429
+ #: my-calendar-settings.php:248
2430
+ #@ my-calendar
2431
+ msgid "Lowest user group that may edit or delete all events"
2432
+ msgstr ""
2433
+
2434
+ #: my-calendar-settings.php:254
2435
+ #@ my-calendar
2436
+ msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
2437
+ msgstr ""
2438
+
2439
+ #: my-calendar-settings.php:258
2440
+ #@ my-calendar
2441
+ msgid "Currently editing my local calendar"
2442
+ msgstr ""
2443
+
2444
+ #: my-calendar-settings.php:261
2445
+ #@ my-calendar
2446
+ msgid "Currently editing the network calendar"
2447
+ msgstr ""
2448
+
2449
+ #: my-calendar-settings.php:267
2450
+ #@ my-calendar
2451
+ msgid "Save Approval Settings"
2452
+ msgstr ""
2453
+
2454
+ #: my-calendar-settings.php:273
2455
+ #@ my-calendar
2456
+ msgid "Calendar Text Settings"
2457
+ msgstr ""
2458
+
2459
+ #: my-calendar-settings.php:278
2460
+ #@ my-calendar
2461
+ msgid "Calendar Options: Customizable Text Fields"
2462
+ msgstr ""
2463
+
2464
+ #: my-calendar-settings.php:281
2465
+ #@ my-calendar
2466
+ msgid "Label for events without a set time"
2467
+ msgstr ""
2468
+
2469
+ #: my-calendar-settings.php:284
2470
+ #@ my-calendar
2471
+ msgid "Previous events link"
2472
+ msgstr ""
2473
+
2474
+ #: my-calendar-settings.php:287
2475
+ #@ my-calendar
2476
+ msgid "Next events link"
2477
+ msgstr ""
2478
+
2479
+ #: my-calendar-settings.php:290
2480
+ #@ my-calendar
2481
+ msgid "If events are open"
2482
+ msgstr ""
2483
+
2484
+ #: my-calendar-settings.php:290
2485
+ #@ my-calendar
2486
+ msgid "Registration is open"
2487
+ msgstr ""
2488
+
2489
+ #: my-calendar-settings.php:293
2490
+ #@ my-calendar
2491
+ msgid "If events are closed"
2492
+ msgstr ""
2493
+
2494
+ #: my-calendar-settings.php:293
2495
+ #@ my-calendar
2496
+ msgid "Registration is closed"
2497
+ msgstr ""
2498
+
2499
+ #: my-calendar-settings.php:296
2500
+ #@ my-calendar
2501
+ msgid "Additional caption:"
2502
+ msgstr ""
2503
+
2504
+ #: my-calendar-settings.php:296
2505
+ #@ my-calendar
2506
+ msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
2507
+ msgstr ""
2508
+
2509
+ #: my-calendar-settings.php:301
2510
+ #@ my-calendar
2511
+ msgid "Save Custom Text Settings"
2512
+ msgstr ""
2513
+
2514
+ #: my-calendar-settings.php:307
2515
+ #@ my-calendar
2516
+ msgid "Calendar Output Settings"
2517
+ msgstr ""
2518
+
2519
+ #: my-calendar-settings.php:312
2520
+ #@ my-calendar
2521
+ msgid "Calendar Options: Customize the Output of your Calendar"
2522
+ msgstr ""
2523
+
2524
+ #: my-calendar-settings.php:314
2525
+ #@ my-calendar
2526
+ msgid "General Calendar Options"
2527
+ msgstr ""
2528
+
2529
+ #: my-calendar-settings.php:317
2530
+ #@ my-calendar
2531
+ msgid "<abbr title=\"Uniform resource locator\">URL</abbr> to use for event details display."
2532
+ msgstr ""
2533
+
2534
+ #: my-calendar-settings.php:318
2535
+ #@ my-calendar
2536
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2537
+ msgstr ""
2538
+
2539
+ #: my-calendar-settings.php:321
2540
+ #@ my-calendar
2541
+ msgid "Time format"
2542
+ msgstr ""
2543
+
2544
+ #: my-calendar-settings.php:321
2545
+ #: my-calendar-settings.php:324
2546
+ #: my-calendar-settings.php:327
2547
+ #@ my-calendar
2548
+ msgid "Current:"
2549
+ msgstr ""
2550
+
2551
+ #: my-calendar-settings.php:324
2552
+ #@ my-calendar
2553
+ msgid "Date format in grid mode, week view"
2554
+ msgstr ""
2555
+
2556
+ #: my-calendar-settings.php:327
2557
+ #@ my-calendar
2558
+ msgid "Date Format in all other views"
2559
+ msgstr ""
2560
+
2561
+ #: my-calendar-settings.php:328
2562
+ #@ my-calendar
2563
+ msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
2564
+ msgstr ""
2565
+
2566
+ #: my-calendar-settings.php:331
2567
+ #@ my-calendar
2568
+ msgid "Show link to My Calendar RSS feed."
2569
+ msgstr ""
2570
+
2571
+ #: my-calendar-settings.php:331
2572
+ #@ my-calendar
2573
+ msgid "RSS feed shows recently added events."
2574
+ msgstr ""
2575
+
2576
+ #: my-calendar-settings.php:334
2577
+ #@ my-calendar
2578
+ msgid "Show link to iCal format download."
2579
+ msgstr ""
2580
+
2581
+ #: my-calendar-settings.php:334
2582
+ #@ my-calendar
2583
+ msgid "iCal outputs events occurring in the current calendar month."
2584
+ msgstr ""
2585
+
2586
+ #: my-calendar-settings.php:344
2587
+ #@ my-calendar
2588
+ msgid "Grid Layout Options"
2589
+ msgstr ""
2590
+
2591
+ #: my-calendar-settings.php:347
2592
+ #@ my-calendar
2593
+ msgid "Show Weekends on Calendar"
2594
+ msgstr ""
2595
+
2596
+ #: my-calendar-settings.php:354
2597
+ #@ my-calendar
2598
+ msgid "List Layout Options"
2599
+ msgstr ""
2600
+
2601
+ #: my-calendar-settings.php:364
2602
+ #@ my-calendar
2603
+ msgid "Event Details Options"
2604
+ msgstr ""
2605
+
2606
+ #: my-calendar-settings.php:367
2607
+ #@ my-calendar
2608
+ msgid "Event title template"
2609
+ msgstr ""
2610
+
2611
+ #: my-calendar-settings.php:368
2612
+ #: my-calendar-settings.php:378
2613
+ #@ my-calendar
2614
+ msgid "Templating Help"
2615
+ msgstr ""
2616
+
2617
+ #: my-calendar-settings.php:368
2618
+ #: my-calendar-settings.php:378
2619
+ #@ my-calendar
2620
+ msgid "All template tags are available."
2621
+ msgstr ""
2622
+
2623
+ #: my-calendar-settings.php:371
2624
+ #@ my-calendar
2625
+ msgid "Event details link text"
2626
+ msgstr ""
2627
+
2628
+ #: my-calendar-settings.php:373
2629
+ #@ my-calendar
2630
+ msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>"
2631
+ msgstr ""
2632
+
2633
+ #: my-calendar-settings.php:376
2634
+ #@ my-calendar
2635
+ msgid "Event URL link text"
2636
+ msgstr ""
2637
+
2638
+ #: my-calendar-settings.php:381
2639
+ #@ my-calendar
2640
+ msgid "Display author's name"
2641
+ msgstr ""
2642
+
2643
+ #: my-calendar-settings.php:384
2644
+ #@ my-calendar
2645
+ msgid "Hide category icons"
2646
+ msgstr ""
2647
+
2648
+ #: my-calendar-settings.php:387
2649
+ #@ my-calendar
2650
+ msgid "Show Link to Google Map"
2651
+ msgstr ""
2652
+
2653
+ #: my-calendar-settings.php:390
2654
+ #@ my-calendar
2655
+ msgid "Show Event Address"
2656
+ msgstr ""
2657
+
2658
+ #: my-calendar-settings.php:393
2659
+ #@ my-calendar
2660
+ msgid "Show short description field on calendar."
2661
+ msgstr ""
2662
+
2663
+ #: my-calendar-settings.php:396
2664
+ #@ my-calendar
2665
+ msgid "Show full description field on calendar."
2666
+ msgstr ""
2667
+
2668
+ #: my-calendar-settings.php:399
2669
+ #@ my-calendar
2670
+ msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
2671
+ msgstr ""
2672
+
2673
+ #: my-calendar-settings.php:402
2674
+ #@ my-calendar
2675
+ msgid "Event links expire after the event has passed."
2676
+ msgstr ""
2677
+
2678
+ #: my-calendar-settings.php:405
2679
+ #@ my-calendar
2680
+ msgid "Show current availability status"
2681
+ msgstr ""
2682
+
2683
+ #: my-calendar-settings.php:408
2684
+ #@ my-calendar
2685
+ msgid "Default usage of category colors."
2686
+ msgstr ""
2687
+
2688
+ #: my-calendar-settings.php:409
2689
+ #@ my-calendar
2690
+ msgid "Apply category colors to event titles as a font color."
2691
+ msgstr ""
2692
+
2693
+ #: my-calendar-settings.php:410
2694
+ #@ my-calendar
2695
+ msgid "Apply category colors to event titles as a background color."
2696
+ msgstr ""
2697
+
2698
+ #: my-calendar-settings.php:416
2699
+ #@ my-calendar
2700
+ msgid "Event Scheduling Options"
2701
+ msgstr ""
2702
+
2703
+ #: my-calendar-settings.php:419
2704
+ #@ my-calendar
2705
+ msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
2706
+ msgstr ""
2707
+
2708
+ #: my-calendar-settings.php:422
2709
+ #@ my-calendar
2710
+ msgid "Holiday Category"
2711
+ msgstr ""
2712
+
2713
+ #: my-calendar-settings.php:439
2714
+ #@ my-calendar
2715
+ msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
2716
+ msgstr ""
2717
+
2718
+ #: my-calendar-settings.php:442
2719
+ #@ my-calendar
2720
+ msgid "Default Sort order for Admin Events List"
2721
+ msgstr ""
2722
+
2723
+ #: my-calendar-settings.php:444
2724
+ #@ my-calendar
2725
+ msgid "Event ID"
2726
+ msgstr ""
2727
+
2728
+ #: my-calendar-settings.php:458
2729
+ #@ my-calendar
2730
+ msgid "Save Output Settings"
2731
+ msgstr ""
2732
+
2733
+ #: my-calendar-settings.php:464
2734
+ #@ my-calendar
2735
+ msgid "Calendar Input Settings"
2736
+ msgstr ""
2737
+
2738
+ #: my-calendar-settings.php:469
2739
+ #@ my-calendar
2740
+ msgid "Select which input fields will be available when adding or editing events."
2741
+ msgstr ""
2742
+
2743
+ #: my-calendar-settings.php:474
2744
+ #@ my-calendar
2745
+ msgid "Show Event Location Dropdown Menu"
2746
+ msgstr ""
2747
+
2748
+ #: my-calendar-settings.php:474
2749
+ #@ my-calendar
2750
+ msgid "Show Event Short Description field"
2751
+ msgstr ""
2752
+
2753
+ #: my-calendar-settings.php:474
2754
+ #@ my-calendar
2755
+ msgid "Show Event Description Field"
2756
+ msgstr ""
2757
+
2758
+ #: my-calendar-settings.php:474
2759
+ #@ my-calendar
2760
+ msgid "Show Event Category field"
2761
+ msgstr ""
2762
+
2763
+ #: my-calendar-settings.php:474
2764
+ #@ my-calendar
2765
+ msgid "Show Event image field"
2766
+ msgstr ""
2767
+
2768
+ #: my-calendar-settings.php:474
2769
+ #@ my-calendar
2770
+ msgid "Show Event Link field"
2771
+ msgstr ""
2772
+
2773
+ #: my-calendar-settings.php:474
2774
+ #@ my-calendar
2775
+ msgid "Show Event Recurrence Options"
2776
+ msgstr ""
2777
+
2778
+ #: my-calendar-settings.php:474
2779
+ #@ my-calendar
2780
+ msgid "Show Event registration options"
2781
+ msgstr ""
2782
+
2783
+ #: my-calendar-settings.php:474
2784
+ #@ my-calendar
2785
+ msgid "Show Event location fields"
2786
+ msgstr ""
2787
+
2788
+ #: my-calendar-settings.php:474
2789
+ #@ default
2790
+ msgid "Use HTML Editor in Event Description Field"
2791
+ msgstr ""
2792
+
2793
+ #: my-calendar-settings.php:487
2794
+ #@ my-calendar
2795
+ msgid "Administrators see all input options"
2796
+ msgstr ""
2797
+
2798
+ #: my-calendar-settings.php:492
2799
+ #@ my-calendar
2800
+ msgid "Save Input Settings"
2801
+ msgstr ""
2802
+
2803
+ #: my-calendar-settings.php:499
2804
+ #@ my-calendar
2805
+ msgid "Multisite Settings (Network Administrators only)"
2806
+ msgstr ""
2807
+
2808
+ #: my-calendar-settings.php:501
2809
+ #@ my-calendar
2810
+ msgid "Multisite support is a beta feature - use with caution."
2811
+ msgstr ""
2812
+
2813
+ #: my-calendar-settings.php:506
2814
+ #@ my-calendar
2815
+ msgid "Settings for WP MultiSite configurations"
2816
+ msgstr ""
2817
+
2818
+ #: my-calendar-settings.php:507
2819
+ #@ my-calendar
2820
+ msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
2821
+ msgstr ""
2822
+
2823
+ #: my-calendar-settings.php:509
2824
+ #@ my-calendar
2825
+ msgid "Site owners may only post to their local calendar"
2826
+ msgstr ""
2827
+
2828
+ #: my-calendar-settings.php:510
2829
+ #@ my-calendar
2830
+ msgid "Site owners may only post to the central calendar"
2831
+ msgstr ""
2832
+
2833
+ #: my-calendar-settings.php:511
2834
+ #@ my-calendar
2835
+ msgid "Site owners may manage either calendar"
2836
+ msgstr ""
2837
+
2838
+ #: my-calendar-settings.php:513
2839
+ #@ my-calendar
2840
+ msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
2841
+ msgstr ""
2842
+
2843
+ #: my-calendar-settings.php:516
2844
+ #@ my-calendar
2845
+ msgid "Save Multisite Settings"
2846
+ msgstr ""
2847
+
2848
+ #: my-calendar-settings.php:523
2849
+ #@ my-calendar
2850
+ msgid "Calendar Email Settings"
2851
+ msgstr ""
2852
+
2853
+ #: my-calendar-settings.php:528
2854
+ #@ my-calendar
2855
+ msgid "Calendar Options: Email Notifications"
2856
+ msgstr ""
2857
+
2858
+ #: my-calendar-settings.php:532
2859
+ #@ my-calendar
2860
+ msgid "Send Email Notifications when new events are scheduled or reserved."
2861
+ msgstr ""
2862
+
2863
+ #: my-calendar-settings.php:535
2864
+ #@ my-calendar
2865
+ msgid "Notification messages are sent to: "
2866
+ msgstr ""
2867
+
2868
+ #: my-calendar-settings.php:538
2869
+ #@ my-calendar
2870
+ msgid "Email subject"
2871
+ msgstr ""
2872
+
2873
+ #: my-calendar-settings.php:538
2874
+ #@ my-calendar
2875
+ msgid "New event Added"
2876
+ msgstr ""
2877
+
2878
+ #: my-calendar-settings.php:541
2879
+ #@ my-calendar
2880
+ msgid "Message Body"
2881
+ msgstr ""
2882
+
2883
+ #: my-calendar-settings.php:541
2884
+ #@ my-calendar
2885
+ msgid "New Event:"
2886
+ msgstr ""
2887
+
2888
+ #: my-calendar-settings.php:542
2889
+ #@ my-calendar
2890
+ msgid "Shortcode Help"
2891
+ msgstr ""
2892
+
2893
+ #: my-calendar-settings.php:542
2894
+ #@ my-calendar
2895
+ msgid "All template shortcodes are available."
2896
+ msgstr ""
2897
+
2898
+ #: my-calendar-settings.php:547
2899
+ #@ my-calendar
2900
+ msgid "Save Email Settings"
2901
+ msgstr ""
2902
+
2903
+ #: my-calendar-settings.php:553
2904
+ #@ my-calendar
2905
+ msgid "Calendar User Settings"
2906
+ msgstr ""
2907
+
2908
+ #: my-calendar-settings.php:560
2909
+ #@ my-calendar
2910
+ msgid "Settings which can be configured in registered user's accounts"
2911
+ msgstr ""
2912
+
2913
+ #: my-calendar-settings.php:562
2914
+ #@ my-calendar
2915
+ msgid "Allow registered users to provide timezone or location presets in their user profiles."
2916
+ msgstr ""
2917
+
2918
+ #: my-calendar-settings.php:574
2919
+ #@ my-calendar
2920
+ msgid "Timezone Settings"
2921
+ msgstr ""
2922
+
2923
+ #: my-calendar-settings.php:575
2924
+ #@ my-calendar
2925
+ msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
2926
+ msgstr ""
2927
+
2928
+ #: my-calendar-settings.php:577
2929
+ #@ my-calendar
2930
+ msgid "Enable Timezone"
2931
+ msgstr ""
2932
+
2933
+ #: my-calendar-settings.php:580
2934
+ #@ my-calendar
2935
+ msgid "Select Timezone Label"
2936
+ msgstr ""
2937
+
2938
+ #: my-calendar-settings.php:583
2939
+ #@ my-calendar
2940
+ msgid "Timezone Options"
2941
+ msgstr ""
2942
+
2943
+ #: my-calendar-settings.php:583
2944
+ #: my-calendar-settings.php:607
2945
+ #@ my-calendar
2946
+ msgid "Value, Label; one per line"
2947
+ msgstr ""
2948
+
2949
+ #: my-calendar-settings.php:595
2950
+ #@ my-calendar
2951
+ msgid "Location Settings"
2952
+ msgstr ""
2953
+
2954
+ #: my-calendar-settings.php:596
2955
+ #@ my-calendar
2956
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
2957
+ msgstr ""
2958
+
2959
+ #: my-calendar-settings.php:598
2960
+ #@ my-calendar
2961
+ msgid "Enable Location"
2962
+ msgstr ""
2963
+
2964
+ #: my-calendar-settings.php:601
2965
+ #@ my-calendar
2966
+ msgid "Use this location list as input control"
2967
+ msgstr ""
2968
+
2969
+ #: my-calendar-settings.php:601
2970
+ #@ my-calendar
2971
+ msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
2972
+ msgstr ""
2973
+
2974
+ #: my-calendar-settings.php:604
2975
+ #@ my-calendar
2976
+ msgid "Select Location Label"
2977
+ msgstr ""
2978
+
2979
+ #: my-calendar-settings.php:607
2980
+ #@ my-calendar
2981
+ msgid "Location Options"
2982
+ msgstr ""
2983
+
2984
+ #: my-calendar-settings.php:617
2985
+ #@ my-calendar
2986
+ msgid "Location Type"
2987
+ msgstr ""
2988
+
2989
+ #: my-calendar-settings.php:630
2990
+ #@ my-calendar
2991
+ msgid "Save User Settings"
2992
+ msgstr ""
2993
+
2994
+ #: my-calendar-styles.php:79
2995
+ #@ my-calendar
2996
+ msgid "The stylesheet has been updated."
2997
+ msgstr ""
2998
+
2999
+ #: my-calendar-styles.php:79
3000
+ #@ my-calendar
3001
+ msgid "Write Error! Please verify write permissions on the style file."
3002
+ msgstr ""
3003
+
3004
+ #: my-calendar-styles.php:93
3005
+ #@ my-calendar
3006
+ msgid "Stylesheet reset to default."
3007
+ msgstr ""
3008
+
3009
+ #: my-calendar-styles.php:96
3010
+ #@ my-calendar
3011
+ msgid "Style Settings Saved"
3012
+ msgstr ""
3013
+
3014
+ #: my-calendar-styles.php:105
3015
+ #@ my-calendar
3016
+ msgid "New theme selected."
3017
+ msgstr ""
3018
+
3019
+ #: my-calendar-styles.php:121
3020
+ #@ my-calendar
3021
+ msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
3022
+ msgstr ""
3023
+
3024
+ #: my-calendar-styles.php:129
3025
+ #@ my-calendar
3026
+ msgid "My Calendar Styles"
3027
+ msgstr ""
3028
+
3029
+ #: my-calendar-styles.php:133
3030
+ #@ my-calendar
3031
+ msgid "Calendar Style Settings"
3032
+ msgstr ""
3033
+
3034
+ #: my-calendar-styles.php:141
3035
+ #@ my-calendar
3036
+ msgid "Select My Calendar Theme"
3037
+ msgstr ""
3038
+
3039
+ #: my-calendar-styles.php:149
3040
+ #@ default
3041
+ msgid "Your Custom Stylesheets"
3042
+ msgstr ""
3043
+
3044
+ #: my-calendar-styles.php:158
3045
+ #@ my-calendar
3046
+ msgid "Installed Stylesheets"
3047
+ msgstr ""
3048
+
3049
+ #: my-calendar-styles.php:166
3050
+ #@ my-calendar
3051
+ msgid "Choose Style"
3052
+ msgstr ""
3053
+
3054
+ #: my-calendar-styles.php:179
3055
+ #@ my-calendar
3056
+ msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
3057
+ msgstr ""
3058
+
3059
+ #: my-calendar-styles.php:187
3060
+ #@ my-calendar
3061
+ msgid "CSS Style Options"
3062
+ msgstr ""
3063
+
3064
+ #: my-calendar-styles.php:189
3065
+ #@ my-calendar
3066
+ msgid "Apply CSS only on these pages (comma separated page IDs)"
3067
+ msgstr ""
3068
+
3069
+ #: my-calendar-styles.php:192
3070
+ #@ my-calendar
3071
+ msgid "Restore My Calendar stylesheet"
3072
+ msgstr ""
3073
+
3074
+ #: my-calendar-styles.php:208
3075
+ #@ my-calendar
3076
+ msgid "Comparing Your Style with latest installed version of My Calendar"
3077
+ msgstr ""
3078
+
3079
+ #: my-calendar-styles.php:212
3080
+ #@ my-calendar
3081
+ msgid "There have been updates to the stylesheet."
3082
+ msgstr ""
3083
+
3084
+ #: my-calendar-styles.php:212
3085
+ #@ my-calendar
3086
+ msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3087
+ msgstr ""
3088
+
3089
+ #: my-calendar-styles.php:216
3090
+ #@ my-calendar
3091
+ msgid "Your stylesheet matches that included with My Calendar."
3092
+ msgstr ""
3093
+
3094
+ #: my-calendar-styles.php:224
3095
+ #@ my-calendar
3096
+ msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3097
+ msgstr ""
3098
+
3099
+ #: my-calendar-templates.php:39
3100
+ #, php-format
3101
+ #@ my-calendar
3102
+ msgid "Map<span> to %s</span>"
3103
+ msgstr ""
3104
+
3105
+ #: my-calendar-templates.php:59
3106
+ #: my-calendar-templates.php:105
3107
+ #, php-format
3108
+ #@ my-calendar
3109
+ msgid "Visit web site<span>: %s</span>"
3110
+ msgstr ""
3111
+
3112
+ #: my-calendar-templates.php:114
3113
+ #, php-format
3114
+ #@ my-calendar
3115
+ msgid "Date of Month (the %s of each month)"
3116
+ msgstr ""
3117
+
3118
+ #: my-calendar-templates.php:115
3119
+ #, php-format
3120
+ #@ my-calendar
3121
+ msgid "Day of Month (the %s %s of each month)"
3122
+ msgstr ""
3123
+
3124
+ #: my-calendar-templating.php:18
3125
+ #@ my-calendar
3126
+ msgid "Grid Output Template saved"
3127
+ msgstr ""
3128
+
3129
+ #: my-calendar-templating.php:30
3130
+ #@ my-calendar
3131
+ msgid "List Output Template saved"
3132
+ msgstr ""
3133
+
3134
+ #: my-calendar-templating.php:41
3135
+ #@ my-calendar
3136
+ msgid "Mini Output Template saved"
3137
+ msgstr ""
3138
+
3139
+ #: my-calendar-templating.php:52
3140
+ #@ my-calendar
3141
+ msgid "Event Details Template saved"
3142
+ msgstr ""
3143
+
3144
+ #: my-calendar-templating.php:69
3145
+ #@ my-calendar
3146
+ msgid "My Calendar Information Templates"
3147
+ msgstr ""
3148
+
3149
+ #: my-calendar-templating.php:75
3150
+ #@ my-calendar
3151
+ msgid "Title of the event."
3152
+ msgstr ""
3153
+
3154
+ #: my-calendar-templating.php:78
3155
+ #@ my-calendar
3156
+ msgid "Title of the event as a link if a URL is present, or the title alone if not."
3157
+ msgstr ""
3158
+
3159
+ #: my-calendar-templating.php:81
3160
+ #@ my-calendar
3161
+ msgid "Start time for the event."
3162
+ msgstr ""
3163
+
3164
+ #: my-calendar-templating.php:84
3165
+ #@ my-calendar
3166
+ msgid "Event times adjusted to the current user's time zone if set."
3167
+ msgstr ""
3168
+
3169
+ #: my-calendar-templating.php:87
3170
+ #@ my-calendar
3171
+ msgid "Date on which the event begins."
3172
+ msgstr ""
3173
+
3174
+ #: my-calendar-templating.php:90
3175
+ #@ my-calendar
3176
+ msgid "Date on which the event ends."
3177
+ msgstr ""
3178
+
3179
+ #: my-calendar-templating.php:93
3180
+ #@ my-calendar
3181
+ msgid "Time at which the event ends."
3182
+ msgstr ""
3183
+
3184
+ #: my-calendar-templating.php:96
3185
+ #@ my-calendar
3186
+ msgid "Author who posted the event."
3187
+ msgstr ""
3188
+
3189
+ #: my-calendar-templating.php:99
3190
+ #@ my-calendar
3191
+ msgid "Name of the assigned host for the event."
3192
+ msgstr ""
3193
+
3194
+ #: my-calendar-templating.php:102
3195
+ #@ my-calendar
3196
+ msgid "Email for the person assigned as host."
3197
+ msgstr ""
3198
+
3199
+ #: my-calendar-templating.php:105
3200
+ #@ my-calendar
3201
+ msgid "Short event description."
3202
+ msgstr ""
3203
+
3204
+ #: my-calendar-templating.php:108
3205
+ #@ my-calendar
3206
+ msgid "Description of the event."
3207
+ msgstr ""
3208
+
3209
+ #: my-calendar-templating.php:114
3210
+ #@ my-calendar
3211
+ msgid "URL provided for the event."
3212
+ msgstr ""
3213
+
3214
+ #: my-calendar-templating.php:117
3215
+ #@ my-calendar
3216
+ msgid "Link to an auto-generated page containing information about the event."
3217
+ msgstr ""
3218
+
3219
+ #: my-calendar-templating.php:120
3220
+ #@ my-calendar
3221
+ msgid "Whether event is currently open for registration."
3222
+ msgstr ""
3223
+
3224
+ #: my-calendar-templating.php:123
3225
+ #@ my-calendar
3226
+ msgid "Current status of event: either \"Published\" or \"Reserved.\""
3227
+ msgstr ""
3228
+
3229
+ #: my-calendar-templating.php:129
3230
+ #@ my-calendar
3231
+ msgid "Name of the location of the event."
3232
+ msgstr ""
3233
+
3234
+ #: my-calendar-templating.php:132
3235
+ #@ my-calendar
3236
+ msgid "First line of the site address."
3237
+ msgstr ""
3238
+
3239
+ #: my-calendar-templating.php:135
3240
+ #@ my-calendar
3241
+ msgid "Second line of the site address."
3242
+ msgstr ""
3243
+
3244
+ #: my-calendar-templating.php:138
3245
+ #@ my-calendar
3246
+ msgid "City."
3247
+ msgstr ""
3248
+
3249
+ #: my-calendar-templating.php:141
3250
+ #@ my-calendar
3251
+ msgid "State."
3252
+ msgstr ""
3253
+
3254
+ #: my-calendar-templating.php:144
3255
+ #@ my-calendar
3256
+ msgid "Postal code/zip code."
3257
+ msgstr ""
3258
+
3259
+ #: my-calendar-templating.php:147
3260
+ #@ my-calendar
3261
+ msgid "Custom region."
3262
+ msgstr ""
3263
+
3264
+ #: my-calendar-templating.php:150
3265
+ #@ my-calendar
3266
+ msgid "Country for the event location."
3267
+ msgstr ""
3268
+
3269
+ #: my-calendar-templating.php:153
3270
+ #@ my-calendar
3271
+ msgid "Output the URL for the location."
3272
+ msgstr ""
3273
+
3274
+ #: my-calendar-templating.php:156
3275
+ #@ my-calendar
3276
+ msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3277
+ msgstr ""
3278
+
3279
+ #: my-calendar-templating.php:159
3280
+ #@ my-calendar
3281
+ msgid "Link to Google Map to the event, if address information is available."
3282
+ msgstr ""
3283
+
3284
+ #: my-calendar-templating.php:165
3285
+ #@ my-calendar
3286
+ msgid "Name of the category of the event."
3287
+ msgstr ""
3288
+
3289
+ #: my-calendar-templating.php:168
3290
+ #@ my-calendar
3291
+ msgid "URL for the event's category icon."
3292
+ msgstr ""
3293
+
3294
+ #: my-calendar-templating.php:171
3295
+ #@ my-calendar
3296
+ msgid "Hex code for the event's category color."
3297
+ msgstr ""
3298
+
3299
+ #: my-calendar-templating.php:174
3300
+ #@ my-calendar
3301
+ msgid "ID of the category of the event."
3302
+ msgstr ""
3303
+
3304
+ #: my-calendar-templating.php:177
3305
+ #@ my-calendar
3306
+ msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3307
+ msgstr ""
3308
+
3309
+ #: my-calendar-templating.php:177
3310
+ #@ my-calendar
3311
+ msgid "Templates Help"
3312
+ msgstr ""
3313
+
3314
+ #: my-calendar-templating.php:180
3315
+ #@ my-calendar
3316
+ msgid "My Calendar: Grid Event Template"
3317
+ msgstr ""
3318
+
3319
+ #: my-calendar-templating.php:185
3320
+ #@ my-calendar
3321
+ msgid "Use this grid event template"
3322
+ msgstr ""
3323
+
3324
+ #: my-calendar-templating.php:188
3325
+ #@ my-calendar
3326
+ msgid "Your custom template for events in the calendar grid output."
3327
+ msgstr ""
3328
+
3329
+ #: my-calendar-templating.php:191
3330
+ #@ my-calendar
3331
+ msgid "Save Grid Template"
3332
+ msgstr ""
3333
+
3334
+ #: my-calendar-templating.php:200
3335
+ #@ my-calendar
3336
+ msgid "My Calendar: List Event Template"
3337
+ msgstr ""
3338
+
3339
+ #: my-calendar-templating.php:205
3340
+ #@ my-calendar
3341
+ msgid "Use this list event template"
3342
+ msgstr ""
3343
+
3344
+ #: my-calendar-templating.php:208
3345
+ #@ my-calendar
3346
+ msgid "Your custom template for events in calendar list output."
3347
+ msgstr ""
3348
+
3349
+ #: my-calendar-templating.php:211
3350
+ #@ my-calendar
3351
+ msgid "Save List Template"
3352
+ msgstr ""
3353
+
3354
+ #: my-calendar-templating.php:220
3355
+ #@ my-calendar
3356
+ msgid "My Calendar: Mini Calendar Template"
3357
+ msgstr ""
3358
+
3359
+ #: my-calendar-templating.php:225
3360
+ #@ my-calendar
3361
+ msgid "Use this mini event template"
3362
+ msgstr ""
3363
+
3364
+ #: my-calendar-templating.php:228
3365
+ #@ my-calendar
3366
+ msgid "Your custom template for events in sidebar/mini calendar output."
3367
+ msgstr ""
3368
+
3369
+ #: my-calendar-templating.php:231
3370
+ #@ my-calendar
3371
+ msgid "Save Mini Template"
3372
+ msgstr ""
3373
+
3374
+ #: my-calendar-templating.php:240
3375
+ #@ my-calendar
3376
+ msgid "My Calendar: Event Details Page Template"
3377
+ msgstr ""
3378
+
3379
+ #: my-calendar-templating.php:245
3380
+ #@ my-calendar
3381
+ msgid "Use this details template"
3382
+ msgstr ""
3383
+
3384
+ #: my-calendar-templating.php:248
3385
+ #@ my-calendar
3386
+ msgid "Your custom template for events on the event details page."
3387
+ msgstr ""
3388
+
3389
+ #: my-calendar-templating.php:251
3390
+ #@ my-calendar
3391
+ msgid "Save Details Template"
3392
+ msgstr ""
3393
+
3394
+ #: my-calendar-upgrade-db.php:17
3395
+ #: my-calendar-upgrade-db.php:25
3396
+ #@ my-calendar
3397
+ msgid "The My Calendar database needs to be updated."
3398
+ msgstr ""
3399
+
3400
+ #: my-calendar-upgrade-db.php:18
3401
+ #: my-calendar-upgrade-db.php:38
3402
+ #@ my-calendar
3403
+ msgid "Update now"
3404
+ msgstr ""
3405
+
3406
+ #: my-calendar-upgrade-db.php:25
3407
+ #@ my-calendar
3408
+ msgid "Update now."
3409
+ msgstr ""
3410
+
3411
+ #: my-calendar-upgrade-db.php:37
3412
+ #@ my-calendar
3413
+ msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
3414
+ msgstr ""
3415
+
3416
+ #: my-calendar-upgrade-db.php:47
3417
+ #@ my-calendar
3418
+ msgid "My Calendar Database is updated."
3419
+ msgstr ""
3420
+
3421
+ #: my-calendar-user.php:34
3422
+ #@ my-calendar
3423
+ msgid "My Calendar User Settings"
3424
+ msgstr ""
3425
+
3426
+ #: my-calendar-widgets.php:5
3427
+ #@ my-calendar
3428
+ msgid "My Calendar: Today's Events"
3429
+ msgstr ""
3430
+
3431
+ #: my-calendar-widgets.php:44
3432
+ #@ my-calendar
3433
+ msgid "Add calendar URL to use this option."
3434
+ msgstr ""
3435
+
3436
+ #: my-calendar-widgets.php:46
3437
+ #: my-calendar-widgets.php:132
3438
+ #@ my-calendar
3439
+ msgid "Link widget title to calendar:"
3440
+ msgstr ""
3441
+
3442
+ #: my-calendar-widgets.php:47
3443
+ #: my-calendar-widgets.php:133
3444
+ #@ my-calendar
3445
+ msgid "Not Linked"
3446
+ msgstr ""
3447
+
3448
+ #: my-calendar-widgets.php:48
3449
+ #: my-calendar-widgets.php:134
3450
+ #@ my-calendar
3451
+ msgid "Linked"
3452
+ msgstr ""
3453
+
3454
+ #: my-calendar-widgets.php:52
3455
+ #@ my-calendar
3456
+ msgid "Show this text if there are no events today:"
3457
+ msgstr ""
3458
+
3459
+ #: my-calendar-widgets.php:56
3460
+ #: my-calendar-widgets.php:163
3461
+ #: my-calendar-widgets.php:498
3462
+ #@ my-calendar
3463
+ msgid "Category or categories to display:"
3464
+ msgstr ""
3465
+
3466
+ #: my-calendar-widgets.php:77
3467
+ #@ my-calendar
3468
+ msgid "My Calendar: Upcoming Events"
3469
+ msgstr ""
3470
+
3471
+ #: my-calendar-widgets.php:130
3472
+ #@ my-calendar
3473
+ msgid "Add calendar URL in settings to use this option."
3474
+ msgstr ""
3475
+
3476
+ #: my-calendar-widgets.php:145
3477
+ #@ my-calendar
3478
+ msgid "Skip the first <em>n</em> events"
3479
+ msgstr ""
3480
+
3481
+ #: my-calendar-widgets.php:148
3482
+ #@ my-calendar
3483
+ msgid "Events sort order:"
3484
+ msgstr ""
3485
+
3486
+ #: my-calendar-widgets.php:149
3487
+ #@ my-calendar
3488
+ msgid "Ascending (near to far)"
3489
+ msgstr ""
3490
+
3491
+ #: my-calendar-widgets.php:150
3492
+ #@ my-calendar
3493
+ msgid "Descending (far to near)"
3494
+ msgstr ""
3495
+
3496
+ #: my-calendar-widgets.php:159
3497
+ #@ my-calendar
3498
+ msgid "Show this text if there are no events meeting your criteria:"
3499
+ msgstr ""
3500
+
3501
+ #: my-calendar-widgets.php:455
3502
+ #@ my-calendar
3503
+ msgid "My Calendar: Mini Calendar"
3504
+ msgstr ""
3505
+
3506
+ #: my-calendar-widgets.php:502
3507
+ #@ my-calendar
3508
+ msgid "Show Next/Previous Navigation:"
3509
+ msgstr ""
3510
+
3511
+ #: my-calendar-widgets.php:508
3512
+ #@ my-calendar
3513
+ msgid "Show Category Key:"
3514
+ msgstr ""
3515
+
3516
+ #: my-calendar-widgets.php:514
3517
+ #@ my-calendar
3518
+ msgid "Mini-Calendar Timespan:"
3519
+ msgstr ""
3520
+
3521
+ #: my-calendar.php:121
3522
+ #@ my-calendar
3523
+ msgid "Buy the Beginner's Guide"
3524
+ msgstr ""
3525
+
3526
+ #: my-calendar.php:161
3527
+ #@ my-calendar
3528
+ msgid "Style Editor"
3529
+ msgstr ""
3530
+
3531
+ #: my-calendar.php:162
3532
+ #@ my-calendar
3533
+ msgid "Behavior Editor"
3534
+ msgstr ""
3535
+
3536
+ #: my-calendar.php:163
3537
+ #@ my-calendar
3538
+ msgid "Template Editor"
3539
+ msgstr ""
3540
+
3541
+ #: my-calendar.php:167
3542
+ #@ my-calendar
3543
+ msgid "My Calendar Pro Settings"
3544
+ msgstr ""
3545
 
lang/my-calendar-it_IT.mo CHANGED
Binary file
lang/my-calendar-it_IT.po CHANGED
@@ -1,8 +1,3 @@
1
- # Translation of the WordPress plugin My Calendar 1.0.0 by Joseph C Dolson.
2
- # Copyright (C) 2010 Joseph C Dolson
3
- # This file is distributed under the same license as the My Calendar package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: My Calendar 1.7.0\n"
@@ -11,1889 +6,3540 @@ msgstr ""
11
  "PO-Revision-Date: 2011-01-15 22:41+0100\n"
12
  "Last-Translator: Mustapha Sabir <sabir.musta@gmail.com>\n"
13
  "Language-Team: http://mustaphasabir.altervista.org <sabir.musta@gmail.com>\n"
14
- "Language: \n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
18
  "X-Poedit-Language: Italian\n"
19
  "X-Poedit-Country: ITALY\n"
20
-
21
- #: my-calendar-templates.php:188
 
 
 
 
 
 
 
 
22
  msgid "Published"
23
  msgstr "Pubblicato"
24
 
25
- #: my-calendar-templates.php:190
 
 
26
  msgid "Reserved"
27
  msgstr "Riservato"
28
 
29
- #: my-calendar-user.php:39
 
30
  msgid "My Calendar User Settings"
31
  msgstr "impostazioni utente My Calendar"
32
 
33
- #: my-calendar-event-manager.php:28
34
- #: my-calendar-settings.php:577
 
35
  msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
36
  msgstr "My calendar ha identificato che hai il plugin the calendar di Kieran O'Shea installato. È possibile importare gli eventi e le categorie nel database di My calendar. Ti piacerebbe importare questi eventi?"
37
 
38
- #: my-calendar-event-manager.php:35
39
- #: my-calendar-settings.php:584
 
40
  msgid "Import from Calendar"
41
  msgstr "Importa da calendario"
42
 
43
- #: my-calendar-event-manager.php:40
 
44
  msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
45
  msgstr "Anche se è possibile che questa importazione non riesca a importare i tuoi eventi correttamente, non dovrebbe avere alcun impatto sul tuo database esistente Calendario. Se si incontrano problemi, <a href=\"http://www.joedolson.com/contact.php\">si prega di contattare me</ a>!"
46
 
47
- #: my-calendar-event-manager.php:85
 
 
48
  msgid "%1$d events deleted successfully out of %2$d selected"
49
  msgstr "%1$d eventi cancellati con successo su %2$d selezionati"
50
 
51
- #: my-calendar-event-manager.php:87
52
- #: my-calendar-event-manager.php:241
53
- #: my-calendar-event-manager.php:263
54
- #: my-calendar-event-manager.php:277
55
- #: my-calendar-event-manager.php:286
56
- #: my-calendar-event-manager.php:871
57
- #: my-calendar-event-manager.php:874
58
- #: my-calendar-event-manager.php:877
59
- #: my-calendar-event-manager.php:887
60
- #: my-calendar-event-manager.php:895
61
- #: my-calendar-event-manager.php:911
62
- #: my-calendar-event-manager.php:917
 
 
 
 
 
63
  msgid "Error"
64
  msgstr "Errore"
65
 
66
- #: my-calendar-event-manager.php:87
 
67
  msgid "Your events have not been deleted. Please investigate."
68
  msgstr "I tuoi eventi non sono stati cancellati. Si prega di indagare."
69
 
70
- #: my-calendar-event-manager.php:98
 
71
  msgid "Delete Event"
72
  msgstr "Cancellare evento"
73
 
74
- #: my-calendar-event-manager.php:98
 
75
  msgid "Are you sure you want to delete this event?"
76
  msgstr "Sei sicuro di voler cancellare questo evento?"
77
 
78
- #: my-calendar-event-manager.php:104
79
- #: my-calendar-event-manager.php:732
80
- #: my-calendar-categories.php:202
81
- #: my-calendar-categories.php:221
82
- #: my-calendar-locations.php:156
83
- #: my-calendar-locations.php:168
 
 
84
  msgid "Delete"
85
  msgstr "Cancellare"
86
 
87
- #: my-calendar-event-manager.php:112
 
88
  msgid "You do not have permission to delete that event."
89
  msgstr "Non hai il permesso per cancellare l'evento."
90
 
91
- #: my-calendar-event-manager.php:127
 
92
  msgid "You do not have permission to approve that event."
93
  msgstr "Non hai il permesso per approvare questo evento."
94
 
95
- #: my-calendar-event-manager.php:141
 
96
  msgid "You do not have permission to reject that event."
97
  msgstr "Non hai il permesso per rifiutare questo evento."
98
 
99
- #: my-calendar-event-manager.php:170
100
- #: my-calendar-event-manager.php:326
 
101
  msgid "Edit Event"
102
  msgstr "Modifica evento"
103
 
104
- #: my-calendar-event-manager.php:174
105
- #: my-calendar-event-manager.php:183
 
106
  msgid "You must provide an event id in order to edit it"
107
  msgstr "È necessario fornire un ID evento al fine di modificarlo"
108
 
109
- #: my-calendar-event-manager.php:179
110
- #: my-calendar-event-manager.php:326
111
  msgid "Copy Event"
112
  msgstr "Coppia Evento"
113
 
114
- #: my-calendar-event-manager.php:189
 
 
115
  msgid "Add Event"
116
  msgstr "Aggiungi Evento"
117
 
118
- #: my-calendar-event-manager.php:193
 
119
  msgid "Manage Events"
120
  msgstr "Gestione Eventi"
121
 
122
- #: my-calendar-event-manager.php:241
 
123
  msgid "I'm sorry! I couldn't add that event to the database."
124
  msgstr "spiacente! Non ho potuto aggiungere l'evento al database."
125
 
126
- #: my-calendar-event-manager.php:247
 
127
  msgid "Event added. It will now show in your calendar."
128
  msgstr "Evento aggiunto. adesso sarà visibile nel tuo calendario."
129
 
130
- #: my-calendar-event-manager.php:263
 
 
131
  msgid "Your event was not updated."
132
  msgstr "L'evento non è stato aggiornato."
133
 
134
- #: my-calendar-event-manager.php:265
 
 
 
 
135
  msgid "Nothing was changed in that update."
136
  msgstr "Niente è stato modificato in questo aggiornamento."
137
 
138
- #: my-calendar-event-manager.php:267
 
 
 
139
  msgid "Event updated successfully"
140
  msgstr "Evento aggiornato con successo"
141
 
142
- #: my-calendar-event-manager.php:270
 
 
143
  msgid "You do not have sufficient permissions to edit that event."
144
  msgstr "Non si dispone di permessi sufficienti per modificare tale evento."
145
 
146
- #: my-calendar-event-manager.php:277
 
147
  msgid "You can't delete an event if you haven't submitted an event id"
148
  msgstr "Non è possibile eliminare un evento se non viene emessa una ID evento"
149
 
150
- #: my-calendar-event-manager.php:284
 
151
  msgid "Event deleted successfully"
152
  msgstr "Evento cancellato con successo"
153
 
154
- #: my-calendar-event-manager.php:286
 
155
  msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
156
  msgstr "Despite issuing a request to delete, the event still remains in the database. Please investigate."
157
 
158
- #: my-calendar-event-manager.php:298
 
 
159
  msgid "Sorry! That's an invalid event key."
160
  msgstr "spiacente! Questa chiave di evento non è valida."
161
 
162
- #: my-calendar-event-manager.php:302
 
 
163
  msgid "Sorry! We couldn't find an event with that ID."
164
  msgstr "spiacente! Non riusciamo a trovare un evento di tale ID."
165
 
166
- #: my-calendar-event-manager.php:326
167
- msgid "Add an Event"
168
- msgstr "Aggiungere un Evento"
169
-
170
- #: my-calendar-event-manager.php:329
171
  msgid "This event must be approved in order for it to appear on the calendar."
172
  msgstr "Questo evento deve essere approvato in modo che venga visualizzato sul calendario."
173
 
174
- #: my-calendar-event-manager.php:338
 
175
  msgid "Save Event"
176
  msgstr "Salva Evento"
177
 
178
- #: my-calendar-event-manager.php:362
 
 
179
  msgid "Enter your Event Information"
180
  msgstr "Inserisci gli informazione del tuo evento"
181
 
182
- #: my-calendar-event-manager.php:364
 
 
183
  msgid "Event Title"
184
  msgstr "Titolo del Evento"
185
 
186
- #: my-calendar-event-manager.php:364
187
- #: my-calendar-event-manager.php:456
 
 
188
  msgid "(required)"
189
  msgstr "(obbligatorio)"
190
 
191
- #: my-calendar-event-manager.php:368
 
192
  msgid "Publish"
193
  msgstr "Pubblica"
194
 
195
- #: my-calendar-event-manager.php:368
 
196
  msgid "You must approve this event to promote it to the calendar."
197
  msgstr "È necessario approvare questo evento per promuovere al calendario."
198
 
199
- #: my-calendar-event-manager.php:370
 
200
  msgid "An administrator must approve your new event."
201
  msgstr "Un amministratore deve approvare il nuovo evento."
202
 
203
- #: my-calendar-event-manager.php:383
 
 
204
  msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
205
  msgstr "Descrizione Evento (<abbr title=\"hypertext markup language\">HTML</abbr> permesso)"
206
 
207
- #: my-calendar-event-manager.php:389
 
 
208
  msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
209
  msgstr "Descrizione breve Evento (<abbr title=\"hypertext markup language\">HTML</abbr> permesso)"
210
 
211
- #: my-calendar-event-manager.php:400
 
 
212
  msgid "Event Host"
213
  msgstr "Assegna Evento a"
214
 
215
- #: my-calendar-event-manager.php:419
 
 
216
  msgid "Event Category"
217
  msgstr "Categoria del Evento "
218
 
219
- #: my-calendar-event-manager.php:444
 
 
220
  msgid "Event Link (Optional)"
221
  msgstr "Link del evento (Opzionale)"
222
 
223
- #: my-calendar-event-manager.php:444
 
 
224
  msgid "This link will expire when the event passes."
225
  msgstr "Questo link scade quando l'evento passa."
226
 
227
- #: my-calendar-event-manager.php:452
 
228
  msgid "Event Date and Time"
229
  msgstr "Data e Ora dell'Evento"
230
 
231
- #: my-calendar-event-manager.php:454
232
- msgid "Enter the beginning and ending information for the first occurrence of this event."
233
- msgstr "Inserire le informazioni di inizio e di fine per la prima occorrenza di questo evento."
234
-
235
- #: my-calendar-event-manager.php:456
236
  msgid "Start Date (YYYY-MM-DD)"
237
  msgstr "Data Inizio (YYYY-MM-DD)"
238
 
239
- #: my-calendar-event-manager.php:456
240
- msgid "Time (hh:mm)"
241
- msgstr "ora (hh:mm)"
242
-
243
- #: my-calendar-event-manager.php:465
244
  msgid "End Date (YYYY-MM-DD)"
245
  msgstr "Data Fine (YYYY-MM-DD)"
246
 
247
- #: my-calendar-event-manager.php:465
248
- msgid "End Time (hh:mm)"
249
- msgstr "Ora di Fine (hh:mm)"
250
-
251
- #: my-calendar-event-manager.php:473
252
  msgid "Current time difference from GMT is "
253
  msgstr "differenza di tempo corrente da GMT è"
254
 
255
- #: my-calendar-event-manager.php:473
 
256
  msgid " hour(s)"
257
  msgstr " ora (e)"
258
 
259
- #: my-calendar-event-manager.php:482
 
260
  msgid "Recurring Events"
261
  msgstr "Ricorrenza Eventi"
262
 
263
- #: my-calendar-event-manager.php:485
 
264
  msgid "Repeats for"
265
  msgstr "Ripete per"
266
 
267
- #: my-calendar-event-manager.php:486
 
268
  msgid "Units"
269
  msgstr "Unità"
270
 
271
- #: my-calendar-event-manager.php:487
 
 
272
  msgid "Does not recur"
273
  msgstr "Non si ripresenta"
274
 
275
- #: my-calendar-event-manager.php:488
276
- #: my-calendar-event-manager.php:706
 
 
 
277
  msgid "Daily"
278
  msgstr "Giornaliero"
279
 
280
- #: my-calendar-event-manager.php:489
281
- #: my-calendar-event-manager.php:707
 
 
 
282
  msgid "Weekly"
283
  msgstr "Settimanale"
284
 
285
- #: my-calendar-event-manager.php:490
 
 
286
  msgid "Bi-weekly"
287
  msgstr "Bi-settimanale"
288
 
289
- #: my-calendar-event-manager.php:491
 
290
  msgid "Date of Month (e.g., the 24th of each month)"
291
  msgstr "Data del Mese (ad es., il 24 di ogni mese)"
292
 
293
- #: my-calendar-event-manager.php:492
 
294
  msgid "Day of Month (e.g., the 3rd Monday of each month)"
295
  msgstr "Giorno del Mese (ad es., il 3° Lunedì di ogni mese)"
296
 
297
- #: my-calendar-event-manager.php:493
 
 
298
  msgid "Annually"
299
  msgstr "Annuale"
300
 
301
- #: my-calendar-event-manager.php:495
302
- msgid "Enter \"0\" if the event should recur indefinitely."
303
- msgstr "Inserire \"0\" se l'evento deve ripetersi all'infinito."
304
-
305
- #: my-calendar-event-manager.php:512
306
  msgid "Event Registration Status"
307
  msgstr "Stato di Registrazione Evento"
308
 
309
- #: my-calendar-event-manager.php:513
 
 
310
  msgid "My Calendar does not manage event registrations. Use this for information only."
311
  msgstr "My Calendar non gestisce le registrazioni degli eventi. Utilizza questo solo per titolo informativo."
312
 
313
- #: my-calendar-event-manager.php:515
 
 
314
  msgid "Open"
315
  msgstr "Aperto"
316
 
317
- #: my-calendar-event-manager.php:516
 
 
318
  msgid "Closed"
319
  msgstr "Chiuso"
320
 
321
- #: my-calendar-event-manager.php:517
 
 
322
  msgid "Does not apply"
323
  msgstr "Non si applica"
324
 
325
- #: my-calendar-event-manager.php:520
 
 
326
  msgid "If this event recurs, it can only be registered for as a complete series."
327
  msgstr "Se questo evento si ripete, può solo essere registrato per una serie completa."
328
 
329
- #: my-calendar-event-manager.php:537
330
- #: my-calendar-locations.php:87
 
 
331
  msgid "Event Location"
332
  msgstr "Località Evento"
333
 
334
- #: my-calendar-event-manager.php:544
 
 
335
  msgid "Choose a preset location:"
336
  msgstr "Scegliere una località predefinita:"
337
 
338
- #: my-calendar-event-manager.php:557
 
 
339
  msgid "Add recurring locations for later use."
340
  msgstr "Aggiungi località ricorrenti per un uso successivo."
341
 
342
- #: my-calendar-event-manager.php:566
343
- #: my-calendar-locations.php:89
 
 
344
  msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
345
  msgstr "Tutti i campi sono opzionali: <em>insufficiente informazioni possono causare una mappa inesatta</em>."
346
 
347
- #: my-calendar-event-manager.php:569
348
- #: my-calendar-locations.php:92
 
 
349
  msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
350
  msgstr "Nome della Località (es. <em>Joe's Bar and Grill</em>)"
351
 
352
- #: my-calendar-event-manager.php:572
353
- #: my-calendar-locations.php:95
 
 
354
  msgid "Street Address"
355
  msgstr "Indirizzo"
356
 
357
- #: my-calendar-event-manager.php:575
358
- #: my-calendar-locations.php:98
 
 
359
  msgid "Street Address (2)"
360
  msgstr "Indirizzo (2)"
361
 
362
- #: my-calendar-event-manager.php:578
363
- #: my-calendar-settings.php:556
364
- #: my-calendar-locations.php:101
 
 
 
365
  msgid "City"
366
  msgstr "Città"
367
 
368
- #: my-calendar-event-manager.php:578
369
- #: my-calendar-settings.php:557
370
- #: my-calendar-locations.php:101
 
 
371
  msgid "State/Province"
372
  msgstr "Regione/Provincia"
373
 
374
- #: my-calendar-event-manager.php:578
375
- #: my-calendar-settings.php:559
376
- #: my-calendar-locations.php:101
 
 
 
377
  msgid "Postal Code"
378
  msgstr "Codice Postale"
379
 
380
- #: my-calendar-event-manager.php:581
381
- #: my-calendar-settings.php:558
382
- #: my-calendar-locations.php:104
 
 
 
383
  msgid "Country"
384
  msgstr "Paese"
385
 
386
- #: my-calendar-event-manager.php:584
387
- #: my-calendar-locations.php:107
 
 
388
  msgid "Initial Zoom"
389
  msgstr "Zoom Iniziale"
390
 
391
- #: my-calendar-event-manager.php:586
392
- #: my-calendar-locations.php:109
 
 
393
  msgid "Neighborhood"
394
  msgstr "Quartiere"
395
 
396
- #: my-calendar-event-manager.php:587
397
- #: my-calendar-locations.php:110
 
 
398
  msgid "Small City"
399
  msgstr "Piccola città"
400
 
401
- #: my-calendar-event-manager.php:588
402
- #: my-calendar-locations.php:111
 
 
403
  msgid "Large City"
404
  msgstr "Città grande"
405
 
406
- #: my-calendar-event-manager.php:589
407
- #: my-calendar-locations.php:112
 
 
408
  msgid "Greater Metro Area"
409
  msgstr "Grande Metro Area"
410
 
411
- #: my-calendar-event-manager.php:590
412
- #: my-calendar-locations.php:113
 
 
 
413
  msgid "State"
414
  msgstr "Stato"
415
 
416
- #: my-calendar-event-manager.php:591
417
- #: my-calendar-locations.php:114
 
 
 
 
 
 
 
418
  msgid "Region"
419
  msgstr "Regione"
420
 
421
- #: my-calendar-event-manager.php:595
422
- #: my-calendar-locations.php:118
 
 
423
  msgid "GPS Coordinates (optional)"
424
  msgstr "Coordinati GPS (opzionale)"
425
 
426
- #: my-calendar-event-manager.php:597
 
 
427
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
428
  msgstr "Se si forniscono le coordinate GPS per la posizione, essi saranno utilizzati al posto di qualsiasi altra informazioni di indirizzo per fornire il tuo link mappa."
429
 
430
- #: my-calendar-event-manager.php:600
431
- #: my-calendar-locations.php:123
 
 
432
  msgid "Longitude"
433
  msgstr "Longitudine"
434
 
435
- #: my-calendar-event-manager.php:600
436
- #: my-calendar-locations.php:123
 
 
437
  msgid "Latitude"
438
  msgstr "Latitudine"
439
 
440
- #: my-calendar-event-manager.php:666
 
 
441
  msgid "Table of Calendar Events"
442
  msgstr "Tabella degli Eventi del Calendario"
443
 
444
- #: my-calendar-event-manager.php:669
445
- #: my-calendar-categories.php:197
446
- #: my-calendar-locations.php:153
 
 
447
  msgid "ID"
448
  msgstr "ID"
449
 
450
- #: my-calendar-event-manager.php:670
451
- #: my-calendar-widgets.php:32
452
- #: my-calendar-widgets.php:98
 
 
 
 
453
  msgid "Title"
454
  msgstr "Titolo"
455
 
456
- #: my-calendar-event-manager.php:671
457
- #: my-calendar-locations.php:154
 
 
458
  msgid "Location"
459
  msgstr "Località"
460
 
461
- #: my-calendar-event-manager.php:672
 
 
 
462
  msgid "Description"
463
  msgstr "Descrizione"
464
 
465
- #: my-calendar-event-manager.php:673
 
 
 
466
  msgid "Start Date"
467
  msgstr "Data Inizio"
468
 
469
- #: my-calendar-event-manager.php:674
 
 
470
  msgid "Recurs"
471
  msgstr "Ricorrenza"
472
 
473
- #: my-calendar-event-manager.php:675
474
- #: my-calendar-settings.php:270
475
- #: my-calendar-settings.php:279
476
- #: my-calendar-settings.php:287
 
 
 
477
  msgid "Author"
478
  msgstr "Autore"
479
 
480
- #: my-calendar-event-manager.php:676
 
 
 
481
  msgid "Category"
482
  msgstr "Categoria"
483
 
484
- #: my-calendar-event-manager.php:677
 
485
  msgid "Edit / Delete"
486
  msgstr "Modifica/Cancella"
487
 
488
- #: my-calendar-event-manager.php:705
 
 
489
  msgid "Never"
490
  msgstr "Mai"
491
 
492
- #: my-calendar-event-manager.php:708
 
 
493
  msgid "Bi-Weekly"
494
  msgstr "Bi-Settimanale"
495
 
496
- #: my-calendar-event-manager.php:709
 
 
497
  msgid "Monthly (by date)"
498
  msgstr "Mensile (per data)"
499
 
500
- #: my-calendar-event-manager.php:710
 
 
501
  msgid "Monthly (by day)"
502
  msgstr "Mensile (per giorno)"
503
 
504
- #: my-calendar-event-manager.php:711
 
 
505
  msgid "Yearly"
506
  msgstr "Annuale"
507
 
508
- #: my-calendar-event-manager.php:713
509
- #: my-calendar-settings.php:308
510
- #: my-calendar-categories.php:218
511
- #: my-calendar-output.php:125
 
 
512
  msgid "N/A"
513
  msgstr "N/A"
514
 
515
- #: my-calendar-event-manager.php:714
 
 
516
  msgid "Forever"
517
  msgstr "Per sempre"
518
 
519
- #: my-calendar-event-manager.php:715
520
- msgid "Times"
521
- msgstr "Volte"
522
-
523
- #: my-calendar-event-manager.php:730
524
  msgid "Copy"
525
  msgstr "copia"
526
 
527
- #: my-calendar-event-manager.php:732
528
- #: my-calendar-categories.php:201
529
- #: my-calendar-categories.php:215
530
- #: my-calendar-locations.php:155
531
- #: my-calendar-locations.php:167
 
 
 
532
  msgid "Edit"
533
  msgstr "Modifica"
534
 
535
- #: my-calendar-event-manager.php:733
 
 
536
  msgid "Not editable."
537
  msgstr "Non modificabili."
538
 
539
- #: my-calendar-event-manager.php:739
 
540
  msgid "Reject"
541
  msgstr "Respinto"
542
 
543
- #: my-calendar-event-manager.php:741
 
544
  msgid "Approve"
545
  msgstr "Approvare"
546
 
547
- #: my-calendar-event-manager.php:746
 
548
  msgid "Approved"
549
  msgstr "Approvato"
550
 
551
- #: my-calendar-event-manager.php:748
 
552
  msgid "Rejected"
553
  msgstr "Rifiutato"
554
 
555
- #: my-calendar-event-manager.php:750
 
556
  msgid "Awaiting Approval"
557
  msgstr "In attesa di approvazione"
558
 
559
- #: my-calendar-event-manager.php:766
 
 
560
  msgid "There are no events in the database!"
561
  msgstr "Non ci sono eventi nel database!"
562
 
563
- #: my-calendar-event-manager.php:871
 
564
  msgid "Your event end date must be either after or the same as your event begin date"
565
  msgstr "La data di fine evento deve essere uguale o successiva alla data di inizio"
566
 
567
- #: my-calendar-event-manager.php:874
 
568
  msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
569
  msgstr "La formattazione della data è corretta, ma uno o più dei tuoi dati non è valido. Controllare il numero di giorni nel mese e anno bisestile errori correlati."
570
 
571
- #: my-calendar-event-manager.php:877
 
572
  msgid "Both start and end dates must be in the format YYYY-MM-DD"
573
  msgstr "Entrambe le date di inizio e di fine devono essere nel formato AAAA-MM-DD"
574
 
575
- #: my-calendar-event-manager.php:887
 
576
  msgid "The time field must either be blank or be entered in the format hh:mm"
577
  msgstr "Il campo ora deve essere vuoto o scritto nel formato hh: mm"
578
 
579
- #: my-calendar-event-manager.php:895
 
580
  msgid "The end time field must either be blank or be entered in the format hh:mm"
581
  msgstr "Il campo ora di fine deve essere vuoto o essere iscritti nel formato hh: mm"
582
 
583
- #: my-calendar-event-manager.php:911
 
 
584
  msgid "The event title must be between 1 and 255 characters in length."
585
  msgstr "Il titolo dell'evento deve essere compreso tra 1 e 255 caratteri."
586
 
587
- #: my-calendar-event-manager.php:917
 
588
  msgid "The repetition value must be 0 unless a type of recurrence is selected."
589
  msgstr "Il valore di ripetizione deve essere 0 a meno che un tipo di ricorrenza è selezionat"
590
 
591
- #: my-calendar-settings.php:82
 
 
592
  msgid "Categories imported successfully."
593
  msgstr "Categorie importati con successo"
594
 
595
- #: my-calendar-settings.php:84
 
 
596
  msgid "Categories not imported."
597
  msgstr "Categorie non importati."
598
 
599
- #: my-calendar-settings.php:87
 
 
600
  msgid "Events imported successfully."
601
  msgstr "Eventi importati con successo"
602
 
603
- #: my-calendar-settings.php:89
 
 
604
  msgid "Events not imported."
605
  msgstr "Eventi non importati."
606
 
607
- #: my-calendar-settings.php:121
 
608
  msgid "Permissions Settings saved"
609
  msgstr "Impostazioni delle autorizzazioni salvate"
610
 
611
- #: my-calendar-settings.php:169
 
612
  msgid "Output Settings saved"
613
  msgstr "Impostazioni di uscita salvate"
614
 
615
- #: my-calendar-settings.php:187
 
616
  msgid "Input Settings saved"
617
  msgstr "Impostazioni d'ingresso salvate"
618
 
619
- #: my-calendar-settings.php:203
 
620
  msgid "Custom text settings saved"
621
  msgstr "Impostazioni del testo personalizzato salvato"
622
 
623
- #: my-calendar-settings.php:216
 
624
  msgid "Email notice settings saved"
625
  msgstr "Impostazioni e-mail avviso salvate"
626
 
627
- #: my-calendar-settings.php:230
 
628
  msgid "User custom settings saved"
629
  msgstr "Le impostazioni utente personalizzate salvate"
630
 
631
- #: my-calendar-settings.php:255
 
632
  msgid "My Calendar Options"
633
  msgstr "Opzioni My Calendar"
634
 
635
- #: my-calendar-settings.php:258
636
- msgid "Calendar Settings"
637
- msgstr "Impostazioni Calendario"
638
-
639
- #: my-calendar-settings.php:260
640
  msgid "Calendar Management Settings"
641
  msgstr "Impostazioni di Gestione del Calendario"
642
 
643
- #: my-calendar-settings.php:265
 
644
  msgid "Calendar Options: Management"
645
  msgstr "Opzioni Calendario: Gestione"
646
 
647
- #: my-calendar-settings.php:267
648
- msgid "Choose the lowest user group that may create events"
649
- msgstr "Scegliere il gruppo utenti che possono creare gli eventi"
650
-
651
- #: my-calendar-settings.php:268
652
- #: my-calendar-settings.php:277
653
  msgid "Subscriber"
654
  msgstr "Sottoscrittore"
655
 
656
- #: my-calendar-settings.php:269
657
- #: my-calendar-settings.php:278
658
- #: my-calendar-settings.php:286
 
659
  msgid "Contributor"
660
  msgstr "Collaboratore"
661
 
662
- #: my-calendar-settings.php:271
663
- #: my-calendar-settings.php:280
664
- #: my-calendar-settings.php:288
 
665
  msgid "Editor"
666
  msgstr "Editore"
667
 
668
- #: my-calendar-settings.php:272
669
- #: my-calendar-settings.php:281
670
- #: my-calendar-settings.php:289
 
671
  msgid "Administrator"
672
  msgstr "Amministratore"
673
 
674
- #: my-calendar-settings.php:276
675
- msgid "Choose the lowest user group that may approve events"
676
- msgstr "Scegliere il gruppo utenti che possono approvare gli eventi"
677
-
678
- #: my-calendar-settings.php:282
679
  msgid "Enable approval options."
680
  msgstr "Attivare le opzioni di approvazione."
681
 
682
- #: my-calendar-settings.php:285
683
- msgid "Choose the lowest user group that may edit or delete any event"
684
- msgstr "Scegliere il gruppo piu basso degli utenti che possono modificare o cancellare qualsiasi evento"
685
-
686
- #: my-calendar-settings.php:291
687
  msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
688
  msgstr "Per impostazione predefinita, solo gli amministratori possono modificare o cancellare qualsiasi evento. Altri utenti possono solo modificare o cancellare gli eventi che hanno creato."
689
 
690
- #: my-calendar-settings.php:295
 
691
  msgid "Save Approval Settings"
692
  msgstr "Salva impostazioni Approvazione"
693
 
694
- #: my-calendar-settings.php:301
 
695
  msgid "Calendar Text Settings"
696
  msgstr "Impostazioni Testo del Calendario"
697
 
698
- #: my-calendar-settings.php:306
699
- msgid "Calendar Options: Customize Text"
700
- msgstr "Opzioni Calendario: Personalizzare il testo"
701
-
702
- #: my-calendar-settings.php:308
703
- msgid "Label for events without a specific time"
704
- msgstr "Etichetta per gli eventi senza un tempo specifico"
705
-
706
- #: my-calendar-settings.php:311
707
- msgid "Previous events link text"
708
- msgstr "Precedente eventi link di testo"
709
-
710
- #: my-calendar-settings.php:311
711
  msgid "Previous Events"
712
  msgstr "Eventi Passati"
713
 
714
- #: my-calendar-settings.php:314
715
- msgid "Next events link text"
716
- msgstr "Prossimi Eventi link di testo"
717
-
718
- #: my-calendar-settings.php:314
719
  msgid "Next Events"
720
  msgstr "Prossimi Eventi"
721
 
722
- #: my-calendar-settings.php:317
723
- msgid "Text when events are open"
724
- msgstr "Testo quando gli eventi sono aperti"
725
-
726
- #: my-calendar-settings.php:317
727
  msgid "Registration is open"
728
  msgstr "Le Registrazioni sono aperte"
729
 
730
- #: my-calendar-settings.php:320
731
- msgid "Text when events are closed"
732
- msgstr "Testo quando gli eventi sono chiusi"
733
-
734
- #: my-calendar-settings.php:320
735
  msgid "Registration is closed"
736
  msgstr "Le Registrazioni sono chiusi"
737
 
738
- #: my-calendar-settings.php:323
739
- msgid "Additional caption text"
740
- msgstr "Didascalia di testo aggiuntivo"
741
-
742
- #: my-calendar-settings.php:323
743
  msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
744
  msgstr "La didascalia calendario è il testo che contiene il mese e l'anno visualizzate sia in formato elenco o calendario. Questo testo verrà visualizzato dopo il testo esistente."
745
 
746
- #: my-calendar-settings.php:327
 
747
  msgid "Save Custom Text Settings"
748
  msgstr "Salva impostazioni testo personalizzato"
749
 
750
- #: my-calendar-settings.php:333
 
751
  msgid "Calendar Output Settings"
752
  msgstr "Impostazioni Uscita Calendario"
753
 
754
- #: my-calendar-settings.php:338
755
- msgid "Calendar Options: Output"
756
- msgstr "Opzioni Calendario: Output"
757
-
758
- #: my-calendar-settings.php:340
759
  msgid "Event title template"
760
  msgstr "Template del titolo evento"
761
 
762
- #: my-calendar-settings.php:342
763
- #: my-calendar-settings.php:481
764
  msgid "Shortcode Help"
765
  msgstr "Aiuto Shortcode"
766
 
767
- #: my-calendar-settings.php:342
768
- #: my-calendar-settings.php:481
769
  msgid "All template shortcodes are available."
770
  msgstr "Tutti i codici brevi di templates sono disponibili."
771
 
772
- #: my-calendar-settings.php:345
773
- msgid "Show Heading for Calendar"
774
- msgstr "Mostra titolo per il calendario"
775
-
776
- #: my-calendar-settings.php:348
777
  msgid "In list mode, show how many months of events at a time:"
778
  msgstr "In modalità elenco, quanti mesi di eventi mostrare alla volta:"
779
 
780
- #: my-calendar-settings.php:351
781
- msgid "Date format in list mode"
782
- msgstr "Formato data in modalità elenco"
783
-
784
- #: my-calendar-settings.php:352
785
  msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
786
  msgstr "Formato data utilizza la stessa sintassi della <a href=\"http://php.net/date\">PHP <code>date()</ code> funzione</a>. Salva le opzioni per aggiornare."
787
 
788
- #: my-calendar-settings.php:355
789
- msgid "Do you want to display the author name on events?"
790
- msgstr "Vuoi visualizzare il nome dell'autore negli eventi?"
791
-
792
- #: my-calendar-settings.php:358
793
  msgid "Display a jumpbox for changing month and year quickly?"
794
  msgstr "Visualizzare un JumpBox per cambiare mese e anno in fretta?"
795
 
796
- #: my-calendar-settings.php:361
797
- msgid "Hide category icons in output"
798
- msgstr "Nascondi le icone categoria nell'output"
799
-
800
- #: my-calendar-settings.php:364
801
- msgid "Show Link to Google Map (when sufficient address information is available.)"
802
- msgstr "Mosta Link alla Mappa Google (quando le informazioni disponibile sull'indirizzi sono sufficiente.)"
803
-
804
- #: my-calendar-settings.php:367
805
- msgid "Show Event Address in Details"
806
- msgstr "Mostra l'indirizzo del evento in Dettaglio"
807
-
808
- #: my-calendar-settings.php:370
809
  msgid "Show short description field on calendar."
810
  msgstr "Visualizza campo breve discrizione nel calendario."
811
 
812
- #: my-calendar-settings.php:373
 
813
  msgid "Show full description field on calendar."
814
  msgstr "Mostra campo descrizione completa nel calendario."
815
 
816
- #: my-calendar-settings.php:376
817
- msgid "Links associated with events will automatically expire after the event has passed."
818
- msgstr "Link associati agli eventi scadranno automaticamente quando l'evento è passato."
819
-
820
- #: my-calendar-settings.php:379
821
- msgid "Show current availability status of events."
822
- msgstr "Mostra lo stato attuale disponibilità degli eventi."
823
-
824
- #: my-calendar-settings.php:382
825
  msgid "Show link to My Calendar RSS feed."
826
  msgstr "Mostra link al feed RSS di My Calendar."
827
 
828
- #: my-calendar-settings.php:385
 
829
  msgid "Show link to iCal format download."
830
  msgstr "Mostra link per scaricare in formato iCal."
831
 
832
- #: my-calendar-settings.php:388
833
- msgid "If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
834
- msgstr "Se un evento ricorrente è previsto per una data che non esiste (come il 5° Mercoledì di febbraio), spostalo indietro di una settimana."
835
-
836
- #: my-calendar-settings.php:389
837
- msgid "If this option is unchecked, recurring events which fall on dates which don't exist will simply not be shown on the calendar."
838
- msgstr "Se questa opzione non è selezionata, gli eventi ricorrenti che rientrano in date che non esistono semplicemente non sarnno indicati sul calendario."
839
-
840
- #: my-calendar-settings.php:392
841
- msgid "If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
842
- msgstr "Se un evento coincide con un evento nella categoria \"Holiday\", non visualizzare l'evento."
843
-
844
- #: my-calendar-settings.php:395
845
  msgid "Holiday Category"
846
  msgstr "Categoria Vacanze"
847
 
848
- #: my-calendar-settings.php:413
849
- msgid "Calendar Options: Style"
850
- msgstr "Opzioni Calendario: Stile"
851
-
852
- #: my-calendar-settings.php:415
853
  msgid "Default usage of category colors."
854
  msgstr "L'utilizzo predefinito dei colori categoria."
855
 
856
- #: my-calendar-settings.php:416
 
857
  msgid "Apply category colors to event titles as a font color."
858
  msgstr "Applica colori categoria ai titoli eventi come il colore di carattere."
859
 
860
- #: my-calendar-settings.php:417
 
861
  msgid "Apply category colors to event titles as a background color."
862
  msgstr "Applica colori categoria ai titoli eventi come colore di sfondo."
863
 
864
- #: my-calendar-settings.php:421
 
865
  msgid "Save Output Settings"
866
  msgstr "Salva Impostazioni di uscita"
867
 
868
- #: my-calendar-settings.php:427
 
869
  msgid "Calendar Input Settings"
870
  msgstr "Impostazioni ingresso del Calendario"
871
 
872
- #: my-calendar-settings.php:432
873
- msgid "Calendar Options: Input"
874
- msgstr "Opzioni Calendario: Input"
875
-
876
- #: my-calendar-settings.php:437
877
  msgid "Show Event Location Dropdown Menu"
878
  msgstr "Mostra Località Evento nel menu a scomparsa"
879
 
880
- #: my-calendar-settings.php:437
 
881
  msgid "Show Event Short Description field"
882
  msgstr "Mostra campo Descrizione breve evento"
883
 
884
- #: my-calendar-settings.php:437
 
885
  msgid "Show Event Description Field"
886
  msgstr "Mostra campo Descrizione del evento"
887
 
888
- #: my-calendar-settings.php:437
 
889
  msgid "Show Event Category field"
890
  msgstr "Mostra campo Categoria del Evento "
891
 
892
- #: my-calendar-settings.php:437
 
893
  msgid "Show Event Link field"
894
  msgstr "Mostra campo Link del evento"
895
 
896
- #: my-calendar-settings.php:437
 
897
  msgid "Show Event Recurrence Options"
898
  msgstr "Mostra Opzioni di ricorrenza evento"
899
 
900
- #: my-calendar-settings.php:437
901
- msgid "Show event registration options"
902
- msgstr "Mostra opzioni di registrazione evento"
903
-
904
- #: my-calendar-settings.php:437
905
- msgid "Show event location fields"
906
- msgstr "Mostra campi località evento"
907
-
908
- #: my-calendar-settings.php:450
909
  msgid "Administrators see all input options"
910
  msgstr "Gli amministratori vedono tutte le opzioni di input"
911
 
912
- #: my-calendar-settings.php:454
 
913
  msgid "Save Input Settings"
914
  msgstr "Salva Impostazioni d'ingresso"
915
 
916
- #: my-calendar-settings.php:460
 
917
  msgid "Calendar Email Settings"
918
  msgstr "Impostazioni Emali del Calendario"
919
 
920
- #: my-calendar-settings.php:465
 
921
  msgid "Calendar Options: Email Notifications"
922
  msgstr "Opzioni calendario: notifiche e-mail"
923
 
924
- #: my-calendar-settings.php:469
 
925
  msgid "Send Email Notifications when new events are scheduled or reserved."
926
  msgstr "Inviare e-mail di notificha quando sono in programma nuovi eventi o riservati."
927
 
928
- #: my-calendar-settings.php:472
 
929
  msgid "Notification messages are sent to: "
930
  msgstr "I messaggi di notifica vengono inviati a:"
931
 
932
- #: my-calendar-settings.php:476
 
933
  msgid "Email subject"
934
  msgstr "Oggetto email"
935
 
936
- #: my-calendar-settings.php:476
 
937
  msgid "New event Added"
938
  msgstr "Nuovo evento aggiunto"
939
 
940
- #: my-calendar-settings.php:480
 
941
  msgid "Message Body"
942
  msgstr "Corpo del messaggio"
943
 
944
- #: my-calendar-settings.php:480
 
945
  msgid "New Event:"
946
  msgstr "Nuovo Evento:"
947
 
948
- #: my-calendar-settings.php:485
 
949
  msgid "Save Email Settings"
950
  msgstr "Salva Impostazioni Email"
951
 
952
- #: my-calendar-settings.php:491
 
953
  msgid "Calendar User Settings"
954
  msgstr "Impostazioni dell'utente del Calendario"
955
 
956
- #: my-calendar-settings.php:498
957
- msgid "My Calendar: User Settings"
958
- msgstr "My Calendar: Impostazioni Utente"
959
-
960
- #: my-calendar-settings.php:501
961
  msgid "Allow registered users to provide timezone or location presets in their user profiles."
962
  msgstr "Consentire agli utenti registrati di fornire fuso orario o luogo presettati nei loro profili."
963
 
964
- #: my-calendar-settings.php:513
 
965
  msgid "Timezone Settings"
966
  msgstr "Impostazioni Fuso Orario"
967
 
968
- #: my-calendar-settings.php:514
 
969
  msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
970
  msgstr "Queste impostazioni forniscono agli utenti registrati la possibilità di selezionare un fuso orario nel loro profilo utente. Quando visualizzano il tuo calendario, vedranno l'ora dell'evento secondo il fuso orario che hanno scelto nel loro profilo lo stesso per quelli inseriti."
971
 
972
- #: my-calendar-settings.php:516
 
973
  msgid "Enable Timezone"
974
  msgstr "Abilita il fuso orario"
975
 
976
- #: my-calendar-settings.php:519
 
977
  msgid "Select Timezone Label"
978
  msgstr "Selezione Etichetta Fuso orario"
979
 
980
- #: my-calendar-settings.php:522
 
981
  msgid "Timezone Options"
982
  msgstr "Opzione Fuso Orario"
983
 
984
- #: my-calendar-settings.php:522
985
- #: my-calendar-settings.php:543
 
986
  msgid "Value, Label; one per line"
987
  msgstr "Valore, Etichetta; uno per riga"
988
 
989
- #: my-calendar-settings.php:534
 
990
  msgid "Location Settings"
991
  msgstr "Impostazioni Località"
992
 
993
- #: my-calendar-settings.php:535
994
- msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter."
995
- msgstr "Queste impostazioni forniscono agli utenti registrati la possibilità di selezionare una località nel proprio profilo utente. Quando visualizzano il tuo calendario, la loro visione iniziale sarà limitata ai luoghi che includono questo parametro di località."
996
-
997
- #: my-calendar-settings.php:537
998
  msgid "Enable Location"
999
  msgstr "Abilita Località"
1000
 
1001
- #: my-calendar-settings.php:540
 
1002
  msgid "Select Location Label"
1003
  msgstr "Seleziona etichetta località"
1004
 
1005
- #: my-calendar-settings.php:543
 
1006
  msgid "Location Options"
1007
  msgstr "Opzioni Località"
1008
 
1009
- #: my-calendar-settings.php:553
 
1010
  msgid "Location Type"
1011
  msgstr "Tipo Località"
1012
 
1013
- #: my-calendar-settings.php:555
 
 
 
1014
  msgid "Location Name"
1015
  msgstr "Nome Località"
1016
 
1017
- #: my-calendar-settings.php:567
 
1018
  msgid "Save User Settings"
1019
  msgstr "Salva Impostazioni Utente"
1020
 
1021
- #: my-calendar-upgrade-db.php:20
 
 
1022
  msgid "The My Calendar database needs to be updated."
1023
  msgstr "Il database My Calendar deve essere aggiornato."
1024
 
1025
- #: my-calendar-upgrade-db.php:21
1026
- #: my-calendar-upgrade-db.php:35
 
1027
  msgid "Update now"
1028
  msgstr "Aggiorna adesso"
1029
 
1030
- #: my-calendar-upgrade-db.php:34
 
1031
  msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1032
  msgstr "Non è stato inserito nessun evento, quindi My Calendar non può dire se il database è aggiornato. Se non è possibile aggiungere eventi, aggiornare il database!"
1033
 
1034
- #: my-calendar-upgrade-db.php:45
 
1035
  msgid "My Calendar Database is updated."
1036
  msgstr "Il database My Calendar è aggiornato."
1037
 
1038
- #: my-calendar-categories.php:80
 
1039
  msgid "Category added successfully"
1040
  msgstr "Categoria aggiunta con successo"
1041
 
1042
- #: my-calendar-categories.php:82
 
1043
  msgid "Category addition failed."
1044
  msgstr "L'aggiunta Categoria fallito."
1045
 
1046
- #: my-calendar-categories.php:92
 
1047
  msgid "Category deleted successfully. Categories in calendar updated."
1048
  msgstr "Categoria cancellata con successo. Categorie in calendario aggiornati."
1049
 
1050
- #: my-calendar-categories.php:94
 
1051
  msgid "Category deleted successfully. Categories in calendar not updated."
1052
  msgstr "Categoria cancellata con successo. Categorie in calendario non aggiornati."
1053
 
1054
- #: my-calendar-categories.php:96
 
1055
  msgid "Category not deleted. Categories in calendar updated."
1056
  msgstr "La categoria non è stata eliminata. Categorie in calendario aggiornati."
1057
 
1058
- #: my-calendar-categories.php:105
 
1059
  msgid "Category edited successfully"
1060
  msgstr "Categoria modificata con successo"
1061
 
1062
- #: my-calendar-categories.php:130
1063
- #: my-calendar-categories.php:155
1064
- #: my-calendar-categories.php:172
 
1065
  msgid "Add Category"
1066
  msgstr "Aggiungi Categoria"
1067
 
1068
- #: my-calendar-categories.php:132
1069
- #: my-calendar-categories.php:155
 
1070
  msgid "Edit Category"
1071
  msgstr "Modifica Categoria"
1072
 
1073
- #: my-calendar-categories.php:139
 
1074
  msgid "Category Editor"
1075
  msgstr "Editore di Categoria"
1076
 
1077
- #: my-calendar-categories.php:156
1078
- #: my-calendar-categories.php:198
 
1079
  msgid "Category Name"
1080
  msgstr "Nome della categoria"
1081
 
1082
- #: my-calendar-categories.php:157
 
1083
  msgid "Category Color (Hex format)"
1084
  msgstr "Colore Categoria (Formato Hex)"
1085
 
1086
- #: my-calendar-categories.php:158
1087
- #: my-calendar-categories.php:200
 
1088
  msgid "Category Icon"
1089
  msgstr "Icona Categoria"
1090
 
1091
- #: my-calendar-categories.php:172
1092
- #: my-calendar-locations.php:127
 
1093
  msgid "Save Changes"
1094
  msgstr "Salva le modifiche"
1095
 
1096
- #: my-calendar-categories.php:185
1097
- #: my-calendar.php:224
 
1098
  msgid "Manage Categories"
1099
  msgstr "Gestione categorie"
1100
 
1101
- #: my-calendar-categories.php:199
 
1102
  msgid "Category Color"
1103
  msgstr "Colore Categoria"
1104
 
1105
- #: my-calendar-categories.php:221
1106
- #: my-calendar-locations.php:168
 
1107
  msgid "Are you sure you want to delete this category?"
1108
  msgstr "Sei sicuro di voler cancellare questa categoria?"
1109
 
1110
- #: my-calendar-categories.php:232
 
1111
  msgid "There are no categories in the database - something has gone wrong!"
1112
  msgstr "Non esistono categorie nel database - qualcosa non ha funzionato!"
1113
 
1114
- #: my-calendar-install.php:140
 
1115
  msgid "My Calendar Default Timezone"
1116
  msgstr "My Calendar Fuso Orario Predefinito"
1117
 
1118
- #: my-calendar-install.php:185
 
1119
  msgid "My Calendar Default Location"
1120
  msgstr "My Calendar Località Predefinita"
1121
 
1122
- #: my-calendar.php:92
1123
- #: my-calendar.php:226
 
1124
  msgid "Settings"
1125
  msgstr "Impostazioni"
1126
 
1127
- #: my-calendar.php:93
1128
- #: my-calendar.php:229
 
1129
  msgid "Help"
1130
  msgstr "Aiuto"
1131
 
1132
- #: my-calendar.php:123
 
1133
  msgid "Buy the Beginner's Guide"
1134
  msgstr "Acquista la Guida per principianti"
1135
 
1136
- #: my-calendar.php:124
 
1137
  msgid "Get Support"
1138
  msgstr "ottenere assistenza"
1139
 
1140
- #: my-calendar.php:125
1141
- #: my-calendar.php:229
 
1142
  msgid "My Calendar Help"
1143
  msgstr "Aiuto My Calendar"
1144
 
1145
- #: my-calendar.php:126
 
1146
  msgid "Make a Donation"
1147
  msgstr "Fai una donazione"
1148
 
1149
- #. #-#-#-#-# plugin.pot (My Calendar 1.7.0) #-#-#-#-#
1150
- #. Plugin Name of the plugin/theme
1151
- #: my-calendar.php:217
1152
  msgid "My Calendar"
1153
  msgstr "My Calendar"
1154
 
1155
- #: my-calendar.php:220
 
1156
  msgid "Add/Edit Events"
1157
  msgstr "aggiungere/modificare eventi"
1158
 
1159
- #: my-calendar.php:225
1160
- #: my-calendar-locations.php:141
 
1161
  msgid "Manage Locations"
1162
  msgstr "Gestione Località"
1163
 
1164
- #: my-calendar.php:227
 
1165
  msgid "Style Editor"
1166
  msgstr "Style Editor"
1167
 
1168
- #: my-calendar.php:228
 
1169
  msgid "Behavior Editor"
1170
  msgstr "Editore Behavior"
1171
 
1172
- #: my-calendar-behaviors.php:40
 
1173
  msgid "Behavior Settings saved"
1174
  msgstr "Behavior Impostazioni salvate"
1175
 
1176
- #: my-calendar-behaviors.php:63
 
1177
  msgid "My Calendar Behaviors"
1178
  msgstr ""
1179
 
1180
- #: my-calendar-behaviors.php:67
 
1181
  msgid "Calendar Behavior Settings"
1182
  msgstr ""
1183
 
1184
- #: my-calendar-behaviors.php:72
 
1185
  msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1186
  msgstr "Applica JavaScript solo su queste pagine (ID pagina separati da virgola)"
1187
 
1188
- #: my-calendar-behaviors.php:75
 
1189
  msgid "Calendar Behaviors: Calendar View"
1190
  msgstr "Stile Calendario: Vista Calendario"
1191
 
1192
- #: my-calendar-behaviors.php:77
1193
- msgid "Reset the My Calendar Calendar Javascript"
1194
- msgstr "Resettare My Calendar a Calendario Javascript"
1195
-
1196
- #: my-calendar-behaviors.php:77
1197
  msgid "Disable Calendar Javascript Effects"
1198
  msgstr "Disattiva Effetti Javascript nel Calendario"
1199
 
1200
- #: my-calendar-behaviors.php:80
 
1201
  msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1202
  msgstr "Modificare gli script jQuery per My Calendar in formato Calendario"
1203
 
1204
- #: my-calendar-behaviors.php:83
1205
- #: my-calendar-behaviors.php:95
1206
- #: my-calendar-behaviors.php:107
1207
- #: my-calendar-behaviors.php:119
1208
- #: my-calendar-styles.php:169
 
1209
  msgid "Save"
1210
  msgstr "Salva"
1211
 
1212
- #: my-calendar-behaviors.php:87
 
1213
  msgid "Calendar Behaviors: List View"
1214
  msgstr "Stile Calendario: Vista Lista"
1215
 
1216
- #: my-calendar-behaviors.php:89
1217
- msgid "Reset the My Calendar List Javascript"
1218
- msgstr "Resettare My Calendar List Javascript"
1219
-
1220
- #: my-calendar-behaviors.php:89
1221
  msgid "Disable List Javascript Effects"
1222
  msgstr "Disattiva Effetti Javascript nella Lista"
1223
 
1224
- #: my-calendar-behaviors.php:92
 
1225
  msgid "Edit the jQuery scripts for My Calendar in List format"
1226
  msgstr "Modificare gli script jQuery per My Calendar in formato Lista"
1227
 
1228
- #: my-calendar-behaviors.php:99
 
1229
  msgid "Calendar Behaviors: Mini Calendar View"
1230
  msgstr "Stile calendario: vista Mini Calendario"
1231
 
1232
- #: my-calendar-behaviors.php:101
1233
- msgid "Reset the My Calendar Mini Format Javascript"
1234
- msgstr "Resettare My Calendar Mini Format Javascript"
1235
-
1236
- #: my-calendar-behaviors.php:101
1237
  msgid "Disable Mini Javascript Effects"
1238
  msgstr "Disattiva Effetti Mini Javascript"
1239
 
1240
- #: my-calendar-behaviors.php:104
 
1241
  msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1242
  msgstr "Modificare gli script jQuery per My calendar in formato mini-calendario"
1243
 
1244
- #: my-calendar-behaviors.php:111
 
1245
  msgid "Calendar Behaviors: AJAX Navigation"
1246
  msgstr ""
1247
 
1248
- #: my-calendar-behaviors.php:113
1249
- msgid "Reset the My Calendar AJAX Javascript"
1250
- msgstr "Resettare My Calendar AJAX Javascript"
1251
-
1252
- #: my-calendar-behaviors.php:113
1253
  msgid "Disable AJAX Effects"
1254
  msgstr "Disattiva Effetti AJAX"
1255
 
1256
- #: my-calendar-behaviors.php:116
 
1257
  msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1258
  msgstr "Modificare gli script jQuery per My Calendar AJAX navigation"
1259
 
1260
- #: my-calendar-locations.php:27
 
1261
  msgid "Location added successfully"
1262
  msgstr "Località aggiunta con successo"
1263
 
1264
- #: my-calendar-locations.php:29
 
1265
  msgid "Location could not be added to database"
1266
  msgstr "Località non potrebbe essere aggiunta al database"
1267
 
1268
- #: my-calendar-locations.php:35
 
1269
  msgid "Location deleted successfully"
1270
  msgstr "Località cancellata con successo"
1271
 
1272
- #: my-calendar-locations.php:37
 
1273
  msgid "Location could not be deleted"
1274
  msgstr "Località non potrebbe essere eliminata"
1275
 
1276
- #: my-calendar-locations.php:48
 
1277
  msgid "Location could not be edited."
1278
  msgstr "Località non potrebbe essere modificata."
1279
 
1280
- #: my-calendar-locations.php:50
 
1281
  msgid "Location was not changed."
1282
  msgstr "Località non è stata cambiata."
1283
 
1284
- #: my-calendar-locations.php:52
 
1285
  msgid "Location edited successfully"
1286
  msgstr "Località modificata con successo"
1287
 
1288
- #: my-calendar-locations.php:64
 
1289
  msgid "Add New Location"
1290
  msgstr "Aggiungi nuova Località"
1291
 
1292
- #: my-calendar-locations.php:66
 
1293
  msgid "Edit Location"
1294
  msgstr "Modifica Località"
1295
 
1296
- #: my-calendar-locations.php:71
 
1297
  msgid "Location Editor"
1298
  msgstr "Editore di Località"
1299
 
1300
- #: my-calendar-locations.php:120
 
1301
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
1302
  msgstr "Se si forniscono le coordinate GPS per la posizione, essi saranno utilizzati al posto di qualsiasi informazione altro indirizzo per individuare la tua posizione."
1303
 
1304
- #: my-calendar-locations.php:127
 
1305
  msgid "Add Location"
1306
  msgstr "Aggiungi Località"
1307
 
1308
- #: my-calendar-locations.php:176
 
1309
  msgid "There are no locations in the database yet!"
1310
  msgstr "Non ci sono ancora Località nel database!"
1311
 
1312
- #: my-calendar-locations.php:180
 
1313
  msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
1314
  msgstr "Da notare: la modifica o l'eliminazione di località memorizzate per il riutilizzo, non avrà alcun effetto su qualunque evento precedentemente programmato in quella località. Il database località esiste solo come un metodo di stenografia per inserire i percorsi utilizzati di frequente nel record dell'evento."
1315
 
1316
- #: my-calendar-output.php:103
 
1317
  msgid "Event Details"
1318
  msgstr "Dettagli evento"
1319
 
1320
- #: my-calendar-output.php:111
 
 
1321
  msgid "Close"
1322
  msgstr "Chiuso"
1323
 
1324
- #: my-calendar-output.php:120
1325
- msgid "in your time zone"
1326
- msgstr "nel proprio fuso orario"
1327
-
1328
- #: my-calendar-output.php:125
1329
  msgid "Not Applicable"
1330
  msgstr "Non applicabile"
1331
 
1332
- #: my-calendar-output.php:137
 
1333
  msgid "Posted by"
1334
  msgstr "Postato da"
1335
 
1336
- #: my-calendar-output.php:187
 
1337
  msgid "This class is part of a series. You must register for the first event in this series to attend."
1338
  msgstr "Questa classe è parte di una serie. È necessario registrarsi per il primo evento di questa serie per partecipare."
1339
 
1340
- #: my-calendar-output.php:219
 
 
 
1341
  msgid "Month"
1342
  msgstr "Mese"
1343
 
1344
- #: my-calendar-output.php:220
1345
- #: my-calendar-output.php:297
1346
- msgid "January"
1347
- msgstr "Gennaio"
1348
-
1349
- #: my-calendar-output.php:221
1350
- #: my-calendar-output.php:297
1351
- msgid "February"
1352
- msgstr "Febbraio"
1353
-
1354
- #: my-calendar-output.php:222
1355
- #: my-calendar-output.php:297
1356
- msgid "March"
1357
- msgstr "Marzo"
1358
-
1359
- #: my-calendar-output.php:223
1360
- #: my-calendar-output.php:297
1361
- msgid "April"
1362
- msgstr "Aprile"
1363
-
1364
- #: my-calendar-output.php:224
1365
- #: my-calendar-output.php:297
1366
- msgid "May"
1367
- msgstr "Maggio"
1368
-
1369
- #: my-calendar-output.php:225
1370
- #: my-calendar-output.php:297
1371
- msgid "June"
1372
- msgstr "Giugno"
1373
-
1374
- #: my-calendar-output.php:226
1375
- #: my-calendar-output.php:297
1376
- msgid "July"
1377
- msgstr "Luglio"
1378
-
1379
- #: my-calendar-output.php:227
1380
- #: my-calendar-output.php:297
1381
- msgid "August"
1382
- msgstr "Agosto"
1383
-
1384
- #: my-calendar-output.php:228
1385
- #: my-calendar-output.php:297
1386
- msgid "September"
1387
- msgstr "Settembre"
1388
-
1389
- #: my-calendar-output.php:229
1390
- #: my-calendar-output.php:297
1391
- msgid "October"
1392
- msgstr "Ottobre"
1393
-
1394
- #: my-calendar-output.php:230
1395
- #: my-calendar-output.php:297
1396
- msgid "November"
1397
- msgstr "Novembre"
1398
-
1399
- #: my-calendar-output.php:231
1400
- #: my-calendar-output.php:297
1401
- msgid "December"
1402
- msgstr "Dicembre"
1403
-
1404
- #: my-calendar-output.php:233
1405
  msgid "Year"
1406
  msgstr "Anno"
1407
 
1408
- #: my-calendar-output.php:255
 
1409
  msgid "Go"
1410
  msgstr "Vai"
1411
 
1412
- #: my-calendar-output.php:271
 
1413
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
1414
  msgstr "<abbr title=\"Domenica\">Dom</abbr>"
1415
 
1416
- #: my-calendar-output.php:272
 
1417
  msgid "<abbr title=\"Monday\">Mon</abbr>"
1418
  msgstr "<abbr title=\"Lunedì\">Lun</abbr>"
1419
 
1420
- #: my-calendar-output.php:273
 
1421
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1422
  msgstr "<abbr title=\"Martedì\">Mar</abbr>"
1423
 
1424
- #: my-calendar-output.php:274
 
1425
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1426
  msgstr "<abbr title=\"Mercoledì\">Mer</abbr>"
1427
 
1428
- #: my-calendar-output.php:275
 
1429
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
1430
  msgstr "<abbr title=\"Giovedì\">Giov</abbr>"
1431
 
1432
- #: my-calendar-output.php:276
 
1433
  msgid "<abbr title=\"Friday\">Fri</abbr>"
1434
  msgstr "<abbr title=\"Venerdì\">Ven</abbr>"
1435
 
1436
- #: my-calendar-output.php:277
 
1437
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
1438
  msgstr "<abbr title=\"Sabato\">Sab</abbr>"
1439
 
1440
- #: my-calendar-output.php:282
 
1441
  msgid "<abbr title=\"Sunday\">S</abbr>"
1442
  msgstr "<abbr title=\"Domenica\">Dom</abbr>"
1443
 
1444
- #: my-calendar-output.php:283
 
1445
  msgid "<abbr title=\"Monday\">M</abbr>"
1446
  msgstr "<abbr title=\"Lunedì\">Lun</abbr>"
1447
 
1448
- #: my-calendar-output.php:284
 
1449
  msgid "<abbr title=\"Tuesday\">T</abbr>"
1450
  msgstr "<abbr title=\"Martedì\">Mar</abbr>"
1451
 
1452
- #: my-calendar-output.php:285
 
1453
  msgid "<abbr title=\"Wednesday\">W</abbr>"
1454
  msgstr "<abbr title=\"Mercoledì\">Mer</abbr>"
1455
 
1456
- #: my-calendar-output.php:286
 
1457
  msgid "<abbr title=\"Thursday\">T</abbr>"
1458
  msgstr "<abbr title=\"Giovedì\">Giov</abbr>"
1459
 
1460
- #: my-calendar-output.php:287
 
1461
  msgid "<abbr title=\"Friday\">F</abbr>"
1462
  msgstr "<abbr title=\"Venerdì\">Ven</abbr>"
1463
 
1464
- #: my-calendar-output.php:288
 
1465
  msgid "<abbr title=\"Saturday\">S</abbr>"
1466
  msgstr "<abbr title=\"Sabato\">Sab</abbr>"
1467
 
1468
- #: my-calendar-output.php:396
 
1469
  msgid "and"
1470
  msgstr "e"
1471
 
1472
- #: my-calendar-output.php:415
1473
- #: my-calendar-output.php:420
1474
  msgid "Calendar"
1475
  msgstr "Calendario"
1476
 
1477
- #: my-calendar-output.php:416
 
1478
  msgid "The week's events"
1479
  msgstr "Eventi della Settimana"
1480
 
1481
- #: my-calendar-output.php:425
 
1482
  msgid "Events in"
1483
  msgstr "Eventi a"
1484
 
1485
- #: my-calendar-output.php:427
 
1486
  msgid "This week's events"
1487
  msgstr "Eventi di questa Settimana"
1488
 
1489
- #: my-calendar-output.php:594
 
1490
  msgid "There are no events scheduled during this period."
1491
  msgstr "Non ci sono eventi in programma durante questo periodo."
1492
 
1493
- #: my-calendar-output.php:604
 
1494
  msgid "Category Key"
1495
  msgstr "Chiave Categoria"
1496
 
1497
- #: my-calendar-output.php:637
 
1498
  msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
1499
  msgstr "Iscriviti via <abbr title=\"Really Simple Syndication\">RSS</abbr>"
1500
 
1501
- #: my-calendar-output.php:638
 
1502
  msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
1503
  msgstr "Scarica come <abbr title=\"iCal esportazione eventi\">iCal</abbr>"
1504
 
1505
- #: my-calendar-output.php:789
 
1506
  msgid "Show events in:"
1507
  msgstr "Mostra gli eventi in:"
1508
 
1509
- #: my-calendar-output.php:821
 
 
1510
  msgid "Submit"
1511
  msgstr "Invia"
1512
 
1513
- #: my-calendar-styles.php:51
 
1514
  msgid "The stylesheet has been updated."
1515
  msgstr "Il foglio di stile è stato aggiornato."
1516
 
1517
- #: my-calendar-styles.php:51
 
1518
  msgid "Write Error! Please verify write permissions on the style file."
1519
  msgstr "Errore di scrittura! Si prega di verificare i permessi di scrittura sul file di stile."
1520
 
1521
- #: my-calendar-styles.php:67
 
1522
  msgid "Stylesheet reset to default."
1523
  msgstr "Foglio di stile ripristino delle impostazioni predefinite."
1524
 
1525
- #: my-calendar-styles.php:69
 
1526
  msgid "Style Settings Saved"
1527
  msgstr "Impostazioni Stile salvate"
1528
 
1529
- #: my-calendar-styles.php:78
 
1530
  msgid "New theme selected."
1531
  msgstr "Nuovo tema selezionato"
1532
 
1533
- #: my-calendar-styles.php:92
 
1534
  msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
1535
  msgstr "Spiacente. Il file che stai cercando non sembra esistere. Si prega di controllare il nome e il percorso!"
1536
 
1537
- #: my-calendar-styles.php:100
 
1538
  msgid "My Calendar Styles"
1539
  msgstr "Stile My Calendar"
1540
 
1541
- #: my-calendar-styles.php:104
 
1542
  msgid "Calendar Style Settings"
1543
  msgstr "Impostazioni Stile Calendario"
1544
 
1545
- #: my-calendar-styles.php:111
 
1546
  msgid "Select My Calendar Theme"
1547
  msgstr "Selezionare il Tema My Calendar"
1548
 
1549
- #: my-calendar-styles.php:119
 
1550
  msgid "Your Custom Stylesheets"
1551
  msgstr "I fogli di stile personalizzati"
1552
 
1553
- #: my-calendar-styles.php:128
 
1554
  msgid "Installed Stylesheets"
1555
  msgstr "Fogli di stile Installati"
1556
 
1557
- #: my-calendar-styles.php:136
 
1558
  msgid "Choose Style"
1559
  msgstr "Scegli stile"
1560
 
1561
- #: my-calendar-styles.php:149
 
1562
  msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
1563
  msgstr "My Calendar è in grado di aggiornare i file CSS durante l'aggiornamento. Si prega di verificare i permessi del file se si desidera modificare gli stili di My Calendar. I vostri stili precedentemente memorizzate sono sotto. Questo messaggio e questi stili saranno cancellati dal database con successo quando si aggiorna il foglio di stile."
1564
 
1565
- #: my-calendar-styles.php:157
 
1566
  msgid "CSS Style Options"
1567
  msgstr "Opzioni Style CSS"
1568
 
1569
- #: my-calendar-styles.php:160
 
1570
  msgid "Apply CSS only on these pages (comma separated page IDs)"
1571
  msgstr "Applica CSS solo su queste pagine (ID pagina separati da virgola)"
1572
 
1573
- #: my-calendar-styles.php:163
1574
- msgid "Reset the My Calendar stylesheet to the default"
1575
- msgstr "Resettare lo stile di My Calendar a default"
1576
-
1577
- #: my-calendar-styles.php:163
1578
  msgid "Disable My Calendar Stylesheet"
1579
  msgstr "Disattivare foglio di stile del mio Calendario"
1580
 
1581
- #: my-calendar-styles.php:166
 
1582
  msgid "Edit the stylesheet for My Calendar"
1583
  msgstr "Modificare il foglio di stile per il mio calendario"
1584
 
1585
  #: my-calendar-help.php:7
 
1586
  msgid "How to use My Calendar"
1587
  msgstr "Come utilizzare il mio calendario"
1588
 
1589
  #: my-calendar-help.php:12
 
1590
  msgid "Shortcode Syntax"
1591
  msgstr "Sintassi Shortcode"
1592
 
1593
  #: my-calendar-help.php:15
 
1594
  msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
1595
  msgstr "Questi codici brevi possono essere usati nei post, pagine o nei widget di testo."
1596
 
1597
  #: my-calendar-help.php:19
 
1598
  msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
1599
  msgstr "Questo shortcode di base mostrerà il calendario su un post o pagina, incluse tutte le categorie e la chiave di categoria, in un formato tradizionale mese per mese."
1600
 
1601
- #: my-calendar-help.php:23
1602
- msgid "The shortcode supports five attributes, <code>category</code>, <code>format</code>, <code>showkey</code>, <code>shownav</code> and <code>time</code>. There two alternate options for <code>format</code>: <code>list</code>, which will show the calendar in a list format, skipping dates without any events, and <code>mini</code>, which will display the calendar in a form more suitable to being displayed in smaller spaces, such as the sidebar. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using the pipe character: <code>|</code>. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output. Setting <code>shownav</code> to <code>no</code> will disable the Previous/Next links. The <code>time</code> shortcode switches between a weekly view and the default monthly view."
1603
- msgstr "Il codice breve supporta cinque attributi, <code>categoria</code>, <code>formato</code>, <code>showkey</code>, <code>shownav</code> e <code>time</code>. Ci sono due opzioni alternative per il <code>formato</code>: <code>lista</code>, che mostrerà il calendario in formato elenco, saltando le date senza gli eventi, e <code>mini</code>, che visualizzerà il calendario in una forma più adatta ad essere visualizzata anche in piccoli spazi, come la barra laterale. Gli attributi richiesti per la <code>categoria</code> sono il nome o il numero ID della tua categoria di eventi (il nome è case-sensitive). Questo mostrerà un calendario che include i soli eventi in quella categoria. Categorie multiple possono essere specificate separando i nomi o gli ID di categoria usando il carattere pipe: <code>|</code>. impostazione <code>showkey</code> per <code>no</code> impedirà che la chiave categoria venga visualizzata &mdash; questo può essere utile con uscita singola categoria. impostazione <code>shownav</code> per <code>no</code> consente di disattivare il precedente/prossimo link."
1604
-
1605
- #: my-calendar-help.php:27
1606
- msgid "This shortcode displays the output of the Upcoming Events widget. Without attributes, it will display using the settings in your widget; the attributes are used to override the widget settings. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below."
1607
- msgstr "Questo shortcode visualizza l'output del widget Prossimi Eventi. Senza attributi, verrà visualizzato utilizzando le impostazioni nel vostro widget, gli attributi sono usati per modificare le impostazioni di widget. <code>prima</code> e <code>dopo</code> attributi deveno essere numeri, il <code>tipo</code> attributo può essere \"evento\" o \"giorni\", e la <code>categoria</code> attributo funziona allo stesso modo come l'attributo di categoria sulla shortcode calendario principale. Templates di lavoro utilizzando i codici di template elencati di seguito."
1608
-
1609
- #: my-calendar-help.php:30
1610
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with two configurable attributes: category and template."
1611
- msgstr "Com'era prevedibile il fatto che questo shortcode visualizza l'uscita del widget Eventi di oggi, con due attributi configurabili: categoria e template"
1612
-
1613
- #: my-calendar-help.php:33
1614
- msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, or <code>zip</code> (postal code)."
1615
- msgstr "Questo codice breve produce una lista di luoghi per eventi, sia come una lista di link o come un form a discesa selezionabile. L'attributo <code>aspetto</code> può essere <code>lista</code> o <code>form</code>, <code>tipo</code> o <code>salvato</code> (per mostrare elementi dalle tue località memorizzate), o <code>custom</code> (per visualizzare le opzioni configurate nei tuoi impostazioni utente). <code>datatype</code> deve essere il tipo di dati dal quale con i tuoi limiti puoi scegliere: <code>nome</code> (ragione sociale), <code>città</code>, <code>stato</code> , <code>paese</code>, o <code>zip</code> (codice di avviamento postale)."
1616
-
1617
- #: my-calendar-help.php:39
1618
  msgid "Category Icons"
1619
  msgstr "Icone categoria"
1620
 
1621
- #: my-calendar-help.php:42
 
1622
  msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
1623
  msgstr "My Calendar è progettato per gestire più calendari. La base di questi calendari sono le categorie, è possibile impostare facilmente una pagina di calendario che comprende tutte le categorie, oppure si può dedicare pagine separate per i calendari di ogni categoria. Per un esempio, questo potrebbe essere utile per l'utente a gestire i calendari tour per le fasce multiple, calendari di eventi per una varietà di località, ecc."
1624
 
1625
- #: my-calendar-help.php:45
 
1626
  msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
1627
  msgstr "Le icone di categoria pre-installate possono non essere particolarmente utile per le tue esigenze o il design. Sto assumendo che stai andando a caricare le proprie icone - tutto quello che devi fare è caricarle nella cartella del plugin icone, e saranno disponibili per l'uso immediato, o metterli in una cartella a \"my-calendar-custom\" per evitare che vengano sovrascritti dagli aggiornamenti."
1628
 
1629
- #: my-calendar-help.php:45
 
1630
  msgid "Your icons folder is:"
1631
  msgstr "La cartella delle icone è:"
1632
 
1633
- #: my-calendar-help.php:45
 
1634
  msgid "You can alternately place icons in:"
1635
  msgstr "È possibile alternativamente mettere le icone in:"
1636
 
1637
- #: my-calendar-help.php:53
 
1638
  msgid "Custom Styles"
1639
  msgstr "Stili personalizzati"
1640
 
1641
- #: my-calendar-help.php:56
 
1642
  msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1643
  msgstr "My Calendar è dotato di quattro fogli di stile di base. My Calendar manterrà le modifiche a questi fogli di stile di base con l'aggiornamento, ma se si desidera aggiungere un foglio di stile del tutto nuovo, si potrebbe desiderare di memorizzarlo nella cartella stili di My Calendar."
1644
 
1645
- #: my-calendar-help.php:58
 
1646
  msgid "Your stylesheet directory is"
1647
  msgstr "La tua cartella del foglio di stile è"
1648
 
1649
- #: my-calendar-help.php:58
 
1650
  msgid "Your custom stylesheets directory is"
1651
  msgstr "La tua cartella personalizzata fogli di stile è"
1652
 
1653
- #: my-calendar-help.php:66
 
1654
  msgid "Widget Templating"
1655
  msgstr ""
1656
 
1657
- #: my-calendar-help.php:69
 
1658
  msgid "These codes are available in calendar widgets, email notifications, and event titles."
1659
  msgstr "Questi codici sono disponibili nei widget calendario, notifiche e-mail, e titoli di eventi."
1660
 
1661
- #: my-calendar-help.php:73
 
1662
  msgid "Displays the name of the category the event is in."
1663
  msgstr "Visualizza il nome della categoria dell'evento."
1664
 
1665
- #: my-calendar-help.php:76
 
1666
  msgid "Displays the title of the event."
1667
  msgstr "Visualizza il titolo dell'evento."
1668
 
1669
- #: my-calendar-help.php:79
 
1670
  msgid "Displays the start time for the event."
1671
  msgstr "Visualizzare l'ora di inizio dell'evento."
1672
 
1673
- #: my-calendar-help.php:82
1674
- msgid "Displays the start time for the event adjusted to the current user's time zone settings. Blank output if user settings are disabled or the user has not selected a preferred time zone."
1675
- msgstr "Mostra l'ora di inizio secondo le impostazioni del fuso orario del corrente utente. Bianco se le impostazioni utente sono disabilitati o l'utente non ha selezionato un fuso orario preferito."
1676
-
1677
- #: my-calendar-help.php:85
1678
  msgid "Displays the date on which the event begins."
1679
  msgstr "Visualizza la data in cui l'evento ha inizio."
1680
 
1681
- #: my-calendar-help.php:88
 
1682
  msgid "Displays the date on which the event ends."
1683
  msgstr "Visualizza la data in cui l'evento finisce."
1684
 
1685
- #: my-calendar-help.php:91
 
1686
  msgid "Displays the time at which the event ends."
1687
  msgstr "Visualizza l'ora in cui l'evento finisce."
1688
 
1689
- #: my-calendar-help.php:94
 
1690
  msgid "Displays the WordPress author who posted the event."
1691
  msgstr "Visualizza l'autore WordPress che ha pubblicato l'event"
1692
 
1693
- #: my-calendar-help.php:97
 
1694
  msgid "Displays the name of the person assigned as host for the event."
1695
  msgstr "Visualizza il nome della persona assegnata all'evento."
1696
 
1697
- #: my-calendar-help.php:100
 
1698
  msgid "Displays the URL provided for the event."
1699
  msgstr "Visualizzare l'URL fornito per l'evento."
1700
 
1701
- #: my-calendar-help.php:103
 
1702
  msgid "Displays the description of the event."
1703
  msgstr "visualizzare la descrizione dell'evento."
1704
 
1705
- #: my-calendar-help.php:106
 
1706
  msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
1707
  msgstr "Visualizza il titolo dell'evento come un link se un URL è presente, o il titolo solo se nessun URL è disponibile."
1708
 
1709
- #: my-calendar-help.php:109
 
1710
  msgid "Displays the name of the location of the event."
1711
  msgstr "Visualizza il nome della località dell'evento."
1712
 
1713
- #: my-calendar-help.php:112
 
1714
  msgid "Displays the first line of the site address."
1715
  msgstr "Visualizza la prima riga dell'indirizzo del sito."
1716
 
1717
- #: my-calendar-help.php:115
 
1718
  msgid "Displays the second line of the site address."
1719
  msgstr "Visualizza la seconda riga dell'indirizzo del sito."
1720
 
1721
- #: my-calendar-help.php:118
1722
- msgid "Displays the city for the event."
1723
- msgstr "Visualizza la città per l'evento."
1724
-
1725
- #: my-calendar-help.php:121
1726
- msgid "Displays the state for the event."
1727
- msgstr "Visualizza lo stato per l'evento."
1728
-
1729
- #: my-calendar-help.php:124
1730
- msgid "Displays the postcode for the event."
1731
- msgstr "Visualizza il cap per l'evento."
1732
-
1733
- #: my-calendar-help.php:127
1734
  msgid "Displays the country for the event location."
1735
  msgstr "Visualizza il paese per la località dell'evento."
1736
 
1737
- #: my-calendar-help.php:130
 
1738
  msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1739
  msgstr "Visualizza l'indirizzo dell'evento in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> formato."
1740
 
1741
- #: my-calendar-help.php:133
 
1742
  msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
1743
  msgstr "Visualizza un collegamento a una mappa di Google dell'evento, se le informazioni sull'indirizzo disponibile sono sufficiente. In caso contrario, sarà vuoto."
1744
 
1745
- #: my-calendar-help.php:136
 
1746
  msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1747
  msgstr "Visualizza testo che indica se la registrazione per l'evento è aperto o chiuso; nulla viene visualizzato se tale scelta è stata selezionata nel evento."
1748
 
1749
- #: my-calendar-help.php:139
 
1750
  msgid "Displays the short version of the event description."
1751
  msgstr "Visualizza la versione breve della descrizione dell'evento."
1752
 
1753
- #: my-calendar-help.php:142
 
1754
  msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1755
  msgstr "Visualizza lo stato corrente del evento: o \"Pubblico\" o \"Riservato\" - primaria utilizzata in modelli di posta elettronica."
1756
 
1757
- #: my-calendar-help.php:145
 
1758
  msgid "Produces the address of the current event's category icon."
1759
  msgstr "Produce l'indirizzo dell'icona della categoria dell'evento corrente."
1760
 
1761
- #: my-calendar-help.php:148
 
1762
  msgid "Produces the hex code for the current event's category color."
1763
  msgstr "Produce il codice esadecimale (hex) per il colore categoria dell'evento corrente."
1764
 
1765
  #: my-calendar-widgets.php:5
 
1766
  msgid "My Calendar: Today's Events"
1767
  msgstr "My Calendar: Eventi di oggi"
1768
 
1769
- #: my-calendar-widgets.php:14
1770
- #: my-calendar-widgets.php:76
1771
- msgid "Today's Events"
1772
- msgstr "Eventi di oggi"
1773
-
1774
- #: my-calendar-widgets.php:36
1775
- #: my-calendar-widgets.php:102
1776
  msgid "Template"
1777
  msgstr "Template"
1778
 
1779
- #: my-calendar-widgets.php:40
 
1780
  msgid "Show this text if there are no events today:"
1781
  msgstr "Mostra questo testo, se non ci sono eventi di oggi:"
1782
 
1783
- #: my-calendar-widgets.php:44
1784
- #: my-calendar-widgets.php:124
 
 
1785
  msgid "Category or categories to display:"
1786
  msgstr "Categoria o le categorie da visualizzare:"
1787
 
1788
- #: my-calendar-widgets.php:64
 
1789
  msgid "My Calendar: Upcoming Events"
1790
  msgstr "My Calendar: Prossimi Eventi"
1791
 
1792
- #: my-calendar-widgets.php:106
 
1793
  msgid "Widget Options"
1794
  msgstr "Opzione Widget"
1795
 
1796
- #: my-calendar-widgets.php:109
 
1797
  msgid "Display upcoming events by:"
1798
  msgstr "Visualizzare prossimi eventi per:"
1799
 
1800
- #: my-calendar-widgets.php:110
 
1801
  msgid "Events (e.g. 2 past, 3 future)"
1802
  msgstr "Eventi (ad esempio 2 passate, 3 futuro)"
1803
 
1804
- #: my-calendar-widgets.php:111
 
1805
  msgid "Dates (e.g. 4 days past, 5 forward)"
1806
  msgstr "Date (ad esempio, 4 giorni passati, 5 in avanti)"
1807
 
1808
- #: my-calendar-widgets.php:115
1809
- msgid "events into the future;"
1810
- msgstr "eventi nel futuro;"
1811
-
1812
- #: my-calendar-widgets.php:116
1813
- msgid "events from the past"
1814
- msgstr "eventi del passato"
1815
-
1816
- #: my-calendar-widgets.php:120
1817
  msgid "Show this text if there are no events meeting your criteria:"
1818
  msgstr "Mostra questo testo, se non ci sono eventi che soddisfano i tuoi criteri:"
1819
 
1820
- #: my-calendar-widgets.php:282
1821
- msgid "There are no events currently scheduled."
1822
- msgstr "Non ci sono eventi attualmente in programma."
1823
-
1824
- #. Plugin URI of the plugin/theme
1825
- msgid "http://www.joedolson.com/articles/my-calendar/"
1826
- msgstr "http://www.joedolson.com/articles/my-calendar/"
1827
-
1828
- #. Description of the plugin/theme
1829
- msgid "Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets."
1830
- msgstr "Accessibile calendario degli eventi plugin per WordPress. Visualizza gli eventi di più calendari nelle pagine, nei post o nei widget."
1831
-
1832
- #. Author of the plugin/theme
1833
- msgid "Joseph C Dolson"
1834
- msgstr "Joseph C Dolson"
1835
-
1836
- #. Author URI of the plugin/theme
1837
- msgid "http://www.joedolson.com"
1838
- msgstr "http://www.joedolson.com"
1839
-
1840
- #~ msgid "End Date (YYYY-MM-DD) (Optional)"
1841
- #~ msgstr "Data di fine (YYYY-MM-DD) (Opzionale)"
1842
- #~ msgid ""
1843
- #~ "Optional, set blank if your event is an all-day event or does not happen "
1844
- #~ "at a specific time."
1845
- #~ msgstr ""
1846
- #~ "Opzionale, lascia vuoto se l'evento è per tutto il giorno o non accade in "
1847
- #~ "un momento specifico."
1848
- #~ msgid ""
1849
- #~ "Optional. End times will not be displayed on events where this is not set."
1850
- #~ msgstr ""
1851
- #~ "Opzionale. l'ora di fine non verra visualizzata sugli eventi in cui "
1852
- #~ "questa non è impostata."
1853
- #~ msgid ""
1854
- #~ "Entering 0 means forever, if a unit is selected. If the recurrence unit "
1855
- #~ "is left at \"Does not recur,\" the event will not reoccur."
1856
- #~ msgstr ""
1857
- #~ "Mettere 0 significa per sempre, se una unità è selezionata. Se l'unità di "
1858
- #~ "ricorrenza è lasciata a \"non si ripeta,\" l'evento non si ripresenterà."
1859
- #~ msgid "Link"
1860
- #~ msgstr "Link"
1861
- #~ msgid ""
1862
- #~ "The URL entered must either be prefixed with http:// or be completely "
1863
- #~ "blank"
1864
- #~ msgstr ""
1865
- #~ "L'URL immesso deve essere preceduto da http:// o essere completamente "
1866
- #~ "vuoto"
1867
- #~ msgid "days into the future;"
1868
- #~ msgstr "giorni nel futuro;"
1869
- #~ msgid "days from the past"
1870
- #~ msgstr "giorni dal passato"
1871
- #~ msgid "Show only this category:"
1872
- #~ msgstr "Mostra solo questa categoria:"
1873
- #~ msgid ""
1874
- #~ "An event with the details you submitted could not be found in the "
1875
- #~ "database. This may indicate a problem with your database or the way in "
1876
- #~ "which it is configured."
1877
- #~ msgstr ""
1878
- #~ "An event with the details you submitted could not be found in the "
1879
- #~ "database. This may indicate a problem with your database or the way in "
1880
- #~ "which it is configured."
1881
- #~ msgid "Failure"
1882
- #~ msgstr "Fallito"
1883
- #~ msgid "You can't update an event if you haven't submitted an event id"
1884
- #~ msgstr "You can't update an event if you haven't submitted an event id"
1885
- #~ msgid ""
1886
- #~ "The database failed to return data to indicate the event has been updated "
1887
- #~ "sucessfully. This may indicate a problem with your database or the way in "
1888
- #~ "which it is configured."
1889
- #~ msgstr ""
1890
- #~ "The database failed to return data to indicate the event has been updated "
1891
- #~ "sucessfully. This may indicate a problem with your database or the way in "
1892
- #~ "which it is configured."
1893
- #~ msgid "Primary Calendar Options"
1894
- #~ msgstr "Opzioni principale del calendario"
1895
- #~ msgid "Yes"
1896
- #~ msgstr "Si"
1897
- #~ msgid "No"
1898
- #~ msgstr "No"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1899
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Calendar 1.7.0\n"
6
  "PO-Revision-Date: 2011-01-15 22:41+0100\n"
7
  "Last-Translator: Mustapha Sabir <sabir.musta@gmail.com>\n"
8
  "Language-Team: http://mustaphasabir.altervista.org <sabir.musta@gmail.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
  "X-Poedit-Language: Italian\n"
14
  "X-Poedit-Country: ITALY\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: my-calendar-event-manager.php:894
23
+ #: my-calendar-templates.php:191
24
+ #@ my-calendar
25
  msgid "Published"
26
  msgstr "Pubblicato"
27
 
28
+ #: my-calendar-event-manager.php:895
29
+ #: my-calendar-templates.php:191
30
+ #@ my-calendar
31
  msgid "Reserved"
32
  msgstr "Riservato"
33
 
34
+ #: my-calendar-user.php:34
35
+ #@ my-calendar
36
  msgid "My Calendar User Settings"
37
  msgstr "impostazioni utente My Calendar"
38
 
39
+ #: my-calendar-event-manager.php:100
40
+ #: my-calendar-settings.php:644
41
+ #@ my-calendar
42
  msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
43
  msgstr "My calendar ha identificato che hai il plugin the calendar di Kieran O'Shea installato. È possibile importare gli eventi e le categorie nel database di My calendar. Ti piacerebbe importare questi eventi?"
44
 
45
+ #: my-calendar-event-manager.php:107
46
+ #: my-calendar-settings.php:651
47
+ #@ my-calendar
48
  msgid "Import from Calendar"
49
  msgstr "Importa da calendario"
50
 
51
+ #: my-calendar-event-manager.php:112
52
+ #@ my-calendar
53
  msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
54
  msgstr "Anche se è possibile che questa importazione non riesca a importare i tuoi eventi correttamente, non dovrebbe avere alcun impatto sul tuo database esistente Calendario. Se si incontrano problemi, <a href=\"http://www.joedolson.com/contact.php\">si prega di contattare me</ a>!"
55
 
56
+ #: my-calendar-event-manager.php:159
57
+ #, php-format
58
+ #@ my-calendar
59
  msgid "%1$d events deleted successfully out of %2$d selected"
60
  msgstr "%1$d eventi cancellati con successo su %2$d selezionati"
61
 
62
+ #: my-calendar-event-manager.php:161
63
+ #: my-calendar-event-manager.php:321
64
+ #: my-calendar-event-manager.php:350
65
+ #: my-calendar-event-manager.php:364
66
+ #: my-calendar-event-manager.php:377
67
+ #: my-calendar-event-manager.php:1152
68
+ #: my-calendar-event-manager.php:1155
69
+ #: my-calendar-event-manager.php:1158
70
+ #: my-calendar-event-manager.php:1167
71
+ #: my-calendar-event-manager.php:1174
72
+ #: my-calendar-event-manager.php:1190
73
+ #: my-calendar-event-manager.php:1196
74
+ #: my-calendar-group-manager.php:56
75
+ #: my-calendar-group-manager.php:82
76
+ #: my-calendar-group-manager.php:149
77
+ #: my-calendar-group-manager.php:552
78
+ #@ my-calendar
79
  msgid "Error"
80
  msgstr "Errore"
81
 
82
+ #: my-calendar-event-manager.php:161
83
+ #@ my-calendar
84
  msgid "Your events have not been deleted. Please investigate."
85
  msgstr "I tuoi eventi non sono stati cancellati. Si prega di indagare."
86
 
87
+ #: my-calendar-event-manager.php:172
88
+ #@ my-calendar
89
  msgid "Delete Event"
90
  msgstr "Cancellare evento"
91
 
92
+ #: my-calendar-event-manager.php:172
93
+ #@ my-calendar
94
  msgid "Are you sure you want to delete this event?"
95
  msgstr "Sei sicuro di voler cancellare questo evento?"
96
 
97
+ #: my-calendar-categories.php:244
98
+ #: my-calendar-categories.php:263
99
+ #: my-calendar-event-manager.php:181
100
+ #: my-calendar-event-manager.php:978
101
+ #: my-calendar-locations.php:273
102
+ #: my-calendar-locations.php:285
103
+ #: my-calendar-output.php:275
104
+ #@ my-calendar
105
  msgid "Delete"
106
  msgstr "Cancellare"
107
 
108
+ #: my-calendar-event-manager.php:189
109
+ #@ my-calendar
110
  msgid "You do not have permission to delete that event."
111
  msgstr "Non hai il permesso per cancellare l'evento."
112
 
113
+ #: my-calendar-event-manager.php:204
114
+ #@ my-calendar
115
  msgid "You do not have permission to approve that event."
116
  msgstr "Non hai il permesso per approvare questo evento."
117
 
118
+ #: my-calendar-event-manager.php:218
119
+ #@ my-calendar
120
  msgid "You do not have permission to reject that event."
121
  msgstr "Non hai il permesso per rifiutare questo evento."
122
 
123
+ #: my-calendar-event-manager.php:270
124
+ #: my-calendar-group-manager.php:745
125
+ #@ my-calendar
126
  msgid "Edit Event"
127
  msgstr "Modifica evento"
128
 
129
+ #: my-calendar-event-manager.php:274
130
+ #: my-calendar-event-manager.php:285
131
+ #@ my-calendar
132
  msgid "You must provide an event id in order to edit it"
133
  msgstr "È necessario fornire un ID evento al fine di modificarlo"
134
 
135
+ #: my-calendar-event-manager.php:281
136
+ #@ my-calendar
137
  msgid "Copy Event"
138
  msgstr "Coppia Evento"
139
 
140
+ #: my-calendar-core.php:816
141
+ #: my-calendar-event-manager.php:293
142
+ #@ my-calendar
143
  msgid "Add Event"
144
  msgstr "Aggiungi Evento"
145
 
146
+ #: my-calendar-event-manager.php:891
147
+ #@ my-calendar
148
  msgid "Manage Events"
149
  msgstr "Gestione Eventi"
150
 
151
+ #: my-calendar-event-manager.php:321
152
+ #@ my-calendar
153
  msgid "I'm sorry! I couldn't add that event to the database."
154
  msgstr "spiacente! Non ho potuto aggiungere l'evento al database."
155
 
156
+ #: my-calendar-event-manager.php:329
157
+ #@ my-calendar
158
  msgid "Event added. It will now show in your calendar."
159
  msgstr "Evento aggiunto. adesso sarà visibile nel tuo calendario."
160
 
161
+ #: my-calendar-event-manager.php:350
162
+ #: my-calendar-group-manager.php:149
163
+ #@ my-calendar
164
  msgid "Your event was not updated."
165
  msgstr "L'evento non è stato aggiornato."
166
 
167
+ #: my-calendar-event-manager.php:352
168
+ #: my-calendar-group-manager.php:58
169
+ #: my-calendar-group-manager.php:84
170
+ #: my-calendar-group-manager.php:151
171
+ #@ my-calendar
172
  msgid "Nothing was changed in that update."
173
  msgstr "Niente è stato modificato in questo aggiornamento."
174
 
175
+ #: my-calendar-event-manager.php:354
176
+ #: my-calendar-group-manager.php:60
177
+ #: my-calendar-group-manager.php:153
178
+ #@ my-calendar
179
  msgid "Event updated successfully"
180
  msgstr "Evento aggiornato con successo"
181
 
182
+ #: my-calendar-event-manager.php:357
183
+ #: my-calendar-group-manager.php:156
184
+ #@ my-calendar
185
  msgid "You do not have sufficient permissions to edit that event."
186
  msgstr "Non si dispone di permessi sufficienti per modificare tale evento."
187
 
188
+ #: my-calendar-event-manager.php:364
189
+ #@ my-calendar
190
  msgid "You can't delete an event if you haven't submitted an event id"
191
  msgstr "Non è possibile eliminare un evento se non viene emessa una ID evento"
192
 
193
+ #: my-calendar-event-manager.php:375
194
+ #@ my-calendar
195
  msgid "Event deleted successfully"
196
  msgstr "Evento cancellato con successo"
197
 
198
+ #: my-calendar-event-manager.php:377
199
+ #@ my-calendar
200
  msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
201
  msgstr "Despite issuing a request to delete, the event still remains in the database. Please investigate."
202
 
203
+ #: my-calendar-event-manager.php:389
204
+ #: my-calendar-group-manager.php:167
205
+ #@ my-calendar
206
  msgid "Sorry! That's an invalid event key."
207
  msgstr "spiacente! Questa chiave di evento non è valida."
208
 
209
+ #: my-calendar-event-manager.php:393
210
+ #: my-calendar-group-manager.php:171
211
+ #@ my-calendar
212
  msgid "Sorry! We couldn't find an event with that ID."
213
  msgstr "spiacente! Non riusciamo a trovare un evento di tale ID."
214
 
215
+ #: my-calendar-event-manager.php:421
216
+ #@ my-calendar
 
 
 
217
  msgid "This event must be approved in order for it to appear on the calendar."
218
  msgstr "Questo evento deve essere approvato in modo che venga visualizzato sul calendario."
219
 
220
+ #: my-calendar-event-manager.php:430
221
+ #@ my-calendar
222
  msgid "Save Event"
223
  msgstr "Salva Evento"
224
 
225
+ #: my-calendar-event-manager.php:475
226
+ #: my-calendar-group-manager.php:285
227
+ #@ my-calendar
228
  msgid "Enter your Event Information"
229
  msgstr "Inserisci gli informazione del tuo evento"
230
 
231
+ #: my-calendar-event-manager.php:477
232
+ #: my-calendar-group-manager.php:291
233
+ #@ my-calendar
234
  msgid "Event Title"
235
  msgstr "Titolo del Evento"
236
 
237
+ #: my-calendar-event-manager.php:477
238
+ #: my-calendar-event-manager.php:600
239
+ #: my-calendar-group-manager.php:291
240
+ #@ my-calendar
241
  msgid "(required)"
242
  msgstr "(obbligatorio)"
243
 
244
+ #: my-calendar-event-manager.php:481
245
+ #@ my-calendar
246
  msgid "Publish"
247
  msgstr "Pubblica"
248
 
249
+ #: my-calendar-event-manager.php:481
250
+ #@ my-calendar
251
  msgid "You must approve this event to promote it to the calendar."
252
  msgstr "È necessario approvare questo evento per promuovere al calendario."
253
 
254
+ #: my-calendar-event-manager.php:483
255
+ #@ my-calendar
256
  msgid "An administrator must approve your new event."
257
  msgstr "Un amministratore deve approvare il nuovo evento."
258
 
259
+ #: my-calendar-event-manager.php:503
260
+ #: my-calendar-group-manager.php:295
261
+ #@ my-calendar
262
  msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
263
  msgstr "Descrizione Evento (<abbr title=\"hypertext markup language\">HTML</abbr> permesso)"
264
 
265
+ #: my-calendar-event-manager.php:526
266
+ #: my-calendar-group-manager.php:313
267
+ #@ my-calendar
268
  msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
269
  msgstr "Descrizione breve Evento (<abbr title=\"hypertext markup language\">HTML</abbr> permesso)"
270
 
271
+ #: my-calendar-event-manager.php:530
272
+ #: my-calendar-group-manager.php:317
273
+ #@ my-calendar
274
  msgid "Event Host"
275
  msgstr "Assegna Evento a"
276
 
277
+ #: my-calendar-event-manager.php:549
278
+ #: my-calendar-group-manager.php:336
279
+ #@ my-calendar
280
  msgid "Event Category"
281
  msgstr "Categoria del Evento "
282
 
283
+ #: my-calendar-event-manager.php:574
284
+ #: my-calendar-group-manager.php:361
285
+ #@ my-calendar
286
  msgid "Event Link (Optional)"
287
  msgstr "Link del evento (Opzionale)"
288
 
289
+ #: my-calendar-event-manager.php:574
290
+ #: my-calendar-group-manager.php:361
291
+ #@ my-calendar
292
  msgid "This link will expire when the event passes."
293
  msgstr "Questo link scade quando l'evento passa."
294
 
295
+ #: my-calendar-event-manager.php:582
296
+ #@ my-calendar
297
  msgid "Event Date and Time"
298
  msgstr "Data e Ora dell'Evento"
299
 
300
+ #: my-calendar-event-manager.php:600
301
+ #@ my-calendar
 
 
 
302
  msgid "Start Date (YYYY-MM-DD)"
303
  msgstr "Data Inizio (YYYY-MM-DD)"
304
 
305
+ #: my-calendar-event-manager.php:609
306
+ #@ my-calendar
 
 
 
307
  msgid "End Date (YYYY-MM-DD)"
308
  msgstr "Data Fine (YYYY-MM-DD)"
309
 
310
+ #: my-calendar-event-manager.php:624
311
+ #@ my-calendar
 
 
 
312
  msgid "Current time difference from GMT is "
313
  msgstr "differenza di tempo corrente da GMT è"
314
 
315
+ #: my-calendar-event-manager.php:624
316
+ #@ my-calendar
317
  msgid " hour(s)"
318
  msgstr " ora (e)"
319
 
320
+ #: my-calendar-event-manager.php:633
321
+ #@ my-calendar
322
  msgid "Recurring Events"
323
  msgstr "Ricorrenza Eventi"
324
 
325
+ #: my-calendar-event-manager.php:636
326
+ #@ my-calendar
327
  msgid "Repeats for"
328
  msgstr "Ripete per"
329
 
330
+ #: my-calendar-event-manager.php:637
331
+ #@ my-calendar
332
  msgid "Units"
333
  msgstr "Unità"
334
 
335
+ #: my-calendar-event-manager.php:638
336
+ #: my-calendar-templates.php:109
337
+ #@ my-calendar
338
  msgid "Does not recur"
339
  msgstr "Non si ripresenta"
340
 
341
+ #: my-calendar-event-manager.php:639
342
+ #: my-calendar-event-manager.php:948
343
+ #: my-calendar-group-manager.php:719
344
+ #: my-calendar-templates.php:110
345
+ #@ my-calendar
346
  msgid "Daily"
347
  msgstr "Giornaliero"
348
 
349
+ #: my-calendar-event-manager.php:641
350
+ #: my-calendar-event-manager.php:950
351
+ #: my-calendar-group-manager.php:721
352
+ #: my-calendar-templates.php:112
353
+ #@ my-calendar
354
  msgid "Weekly"
355
  msgstr "Settimanale"
356
 
357
+ #: my-calendar-event-manager.php:642
358
+ #: my-calendar-templates.php:113
359
+ #@ my-calendar
360
  msgid "Bi-weekly"
361
  msgstr "Bi-settimanale"
362
 
363
+ #: my-calendar-event-manager.php:643
364
+ #@ my-calendar
365
  msgid "Date of Month (e.g., the 24th of each month)"
366
  msgstr "Data del Mese (ad es., il 24 di ogni mese)"
367
 
368
+ #: my-calendar-event-manager.php:644
369
+ #@ my-calendar
370
  msgid "Day of Month (e.g., the 3rd Monday of each month)"
371
  msgstr "Giorno del Mese (ad es., il 3° Lunedì di ogni mese)"
372
 
373
+ #: my-calendar-event-manager.php:645
374
+ #: my-calendar-templates.php:116
375
+ #@ my-calendar
376
  msgid "Annually"
377
  msgstr "Annuale"
378
 
379
+ #: my-calendar-event-manager.php:664
380
+ #: my-calendar-group-manager.php:372
381
+ #@ my-calendar
 
 
382
  msgid "Event Registration Status"
383
  msgstr "Stato di Registrazione Evento"
384
 
385
+ #: my-calendar-event-manager.php:665
386
+ #: my-calendar-group-manager.php:373
387
+ #@ my-calendar
388
  msgid "My Calendar does not manage event registrations. Use this for information only."
389
  msgstr "My Calendar non gestisce le registrazioni degli eventi. Utilizza questo solo per titolo informativo."
390
 
391
+ #: my-calendar-event-manager.php:667
392
+ #: my-calendar-group-manager.php:375
393
+ #@ my-calendar
394
  msgid "Open"
395
  msgstr "Aperto"
396
 
397
+ #: my-calendar-event-manager.php:668
398
+ #: my-calendar-group-manager.php:376
399
+ #@ my-calendar
400
  msgid "Closed"
401
  msgstr "Chiuso"
402
 
403
+ #: my-calendar-event-manager.php:669
404
+ #: my-calendar-group-manager.php:377
405
+ #@ my-calendar
406
  msgid "Does not apply"
407
  msgstr "Non si applica"
408
 
409
+ #: my-calendar-event-manager.php:672
410
+ #: my-calendar-group-manager.php:380
411
+ #@ my-calendar
412
  msgid "If this event recurs, it can only be registered for as a complete series."
413
  msgstr "Se questo evento si ripete, può solo essere registrato per una serie completa."
414
 
415
+ #: my-calendar-event-manager.php:689
416
+ #: my-calendar-group-manager.php:397
417
+ #: my-calendar-locations.php:125
418
+ #@ my-calendar
419
  msgid "Event Location"
420
  msgstr "Località Evento"
421
 
422
+ #: my-calendar-event-manager.php:696
423
+ #: my-calendar-group-manager.php:404
424
+ #@ my-calendar
425
  msgid "Choose a preset location:"
426
  msgstr "Scegliere una località predefinita:"
427
 
428
+ #: my-calendar-event-manager.php:710
429
+ #: my-calendar-group-manager.php:418
430
+ #@ my-calendar
431
  msgid "Add recurring locations for later use."
432
  msgstr "Aggiungi località ricorrenti per un uso successivo."
433
 
434
+ #: my-calendar-event-manager.php:719
435
+ #: my-calendar-group-manager.php:427
436
+ #: my-calendar-locations.php:127
437
+ #@ my-calendar
438
  msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
439
  msgstr "Tutti i campi sono opzionali: <em>insufficiente informazioni possono causare una mappa inesatta</em>."
440
 
441
+ #: my-calendar-event-manager.php:722
442
+ #: my-calendar-group-manager.php:430
443
+ #: my-calendar-locations.php:130
444
+ #@ my-calendar
445
  msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
446
  msgstr "Nome della Località (es. <em>Joe's Bar and Grill</em>)"
447
 
448
+ #: my-calendar-event-manager.php:731
449
+ #: my-calendar-group-manager.php:433
450
+ #: my-calendar-locations.php:139
451
+ #@ my-calendar
452
  msgid "Street Address"
453
  msgstr "Indirizzo"
454
 
455
+ #: my-calendar-event-manager.php:734
456
+ #: my-calendar-group-manager.php:436
457
+ #: my-calendar-locations.php:142
458
+ #@ my-calendar
459
  msgid "Street Address (2)"
460
  msgstr "Indirizzo (2)"
461
 
462
+ #: button/generator.php:56
463
+ #: my-calendar-event-manager.php:737
464
+ #: my-calendar-group-manager.php:439
465
+ #: my-calendar-locations.php:145
466
+ #: my-calendar-settings.php:620
467
+ #@ my-calendar
468
  msgid "City"
469
  msgstr "Città"
470
 
471
+ #: my-calendar-event-manager.php:744
472
+ #: my-calendar-group-manager.php:439
473
+ #: my-calendar-locations.php:152
474
+ #: my-calendar-settings.php:621
475
+ #@ my-calendar
476
  msgid "State/Province"
477
  msgstr "Regione/Provincia"
478
 
479
+ #: button/generator.php:58
480
+ #: my-calendar-event-manager.php:751
481
+ #: my-calendar-group-manager.php:439
482
+ #: my-calendar-locations.php:159
483
+ #: my-calendar-settings.php:623
484
+ #@ my-calendar
485
  msgid "Postal Code"
486
  msgstr "Codice Postale"
487
 
488
+ #: button/generator.php:59
489
+ #: my-calendar-event-manager.php:769
490
+ #: my-calendar-group-manager.php:445
491
+ #: my-calendar-locations.php:177
492
+ #: my-calendar-settings.php:622
493
+ #@ my-calendar
494
  msgid "Country"
495
  msgstr "Paese"
496
 
497
+ #: my-calendar-event-manager.php:778
498
+ #: my-calendar-group-manager.php:448
499
+ #: my-calendar-locations.php:186
500
+ #@ my-calendar
501
  msgid "Initial Zoom"
502
  msgstr "Zoom Iniziale"
503
 
504
+ #: my-calendar-event-manager.php:780
505
+ #: my-calendar-group-manager.php:450
506
+ #: my-calendar-locations.php:188
507
+ #@ my-calendar
508
  msgid "Neighborhood"
509
  msgstr "Quartiere"
510
 
511
+ #: my-calendar-event-manager.php:781
512
+ #: my-calendar-group-manager.php:451
513
+ #: my-calendar-locations.php:189
514
+ #@ my-calendar
515
  msgid "Small City"
516
  msgstr "Piccola città"
517
 
518
+ #: my-calendar-event-manager.php:782
519
+ #: my-calendar-group-manager.php:452
520
+ #: my-calendar-locations.php:190
521
+ #@ my-calendar
522
  msgid "Large City"
523
  msgstr "Città grande"
524
 
525
+ #: my-calendar-event-manager.php:783
526
+ #: my-calendar-group-manager.php:453
527
+ #: my-calendar-locations.php:191
528
+ #@ my-calendar
529
  msgid "Greater Metro Area"
530
  msgstr "Grande Metro Area"
531
 
532
+ #: button/generator.php:57
533
+ #: my-calendar-event-manager.php:784
534
+ #: my-calendar-group-manager.php:454
535
+ #: my-calendar-locations.php:192
536
+ #@ my-calendar
537
  msgid "State"
538
  msgstr "Stato"
539
 
540
+ #: button/generator.php:60
541
+ #: my-calendar-event-manager.php:760
542
+ #: my-calendar-event-manager.php:785
543
+ #: my-calendar-group-manager.php:442
544
+ #: my-calendar-group-manager.php:455
545
+ #: my-calendar-locations.php:168
546
+ #: my-calendar-locations.php:193
547
+ #: my-calendar-settings.php:624
548
+ #@ my-calendar
549
  msgid "Region"
550
  msgstr "Regione"
551
 
552
+ #: my-calendar-event-manager.php:792
553
+ #: my-calendar-group-manager.php:462
554
+ #: my-calendar-locations.php:200
555
+ #@ my-calendar
556
  msgid "GPS Coordinates (optional)"
557
  msgstr "Coordinati GPS (opzionale)"
558
 
559
+ #: my-calendar-event-manager.php:794
560
+ #: my-calendar-group-manager.php:464
561
+ #@ my-calendar
562
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
563
  msgstr "Se si forniscono le coordinate GPS per la posizione, essi saranno utilizzati al posto di qualsiasi altra informazioni di indirizzo per fornire il tuo link mappa."
564
 
565
+ #: my-calendar-event-manager.php:797
566
+ #: my-calendar-group-manager.php:467
567
+ #: my-calendar-locations.php:206
568
+ #@ my-calendar
569
  msgid "Longitude"
570
  msgstr "Longitudine"
571
 
572
+ #: my-calendar-event-manager.php:797
573
+ #: my-calendar-group-manager.php:467
574
+ #: my-calendar-locations.php:205
575
+ #@ my-calendar
576
  msgid "Latitude"
577
  msgstr "Latitudine"
578
 
579
+ #: my-calendar-event-manager.php:906
580
+ #: my-calendar-group-manager.php:675
581
+ #@ my-calendar
582
  msgid "Table of Calendar Events"
583
  msgstr "Tabella degli Eventi del Calendario"
584
 
585
+ #: my-calendar-categories.php:239
586
+ #: my-calendar-event-manager.php:909
587
+ #: my-calendar-group-manager.php:678
588
+ #: my-calendar-locations.php:270
589
+ #@ my-calendar
590
  msgid "ID"
591
  msgstr "ID"
592
 
593
+ #: my-calendar-event-manager.php:910
594
+ #: my-calendar-group-manager.php:680
595
+ #: my-calendar-settings.php:445
596
+ #: my-calendar-widgets.php:37
597
+ #: my-calendar-widgets.php:120
598
+ #: my-calendar-widgets.php:494
599
+ #@ my-calendar
600
  msgid "Title"
601
  msgstr "Titolo"
602
 
603
+ #: my-calendar-event-manager.php:911
604
+ #: my-calendar-group-manager.php:681
605
+ #: my-calendar-locations.php:271
606
+ #@ my-calendar
607
  msgid "Location"
608
  msgstr "Località"
609
 
610
+ #: my-calendar-event-manager.php:912
611
+ #: my-calendar-group-manager.php:682
612
+ #: my-calendar-settings.php:446
613
+ #@ my-calendar
614
  msgid "Description"
615
  msgstr "Descrizione"
616
 
617
+ #: my-calendar-event-manager.php:913
618
+ #: my-calendar-group-manager.php:683
619
+ #: my-calendar-settings.php:447
620
+ #@ my-calendar
621
  msgid "Start Date"
622
  msgstr "Data Inizio"
623
 
624
+ #: my-calendar-event-manager.php:914
625
+ #: my-calendar-group-manager.php:684
626
+ #@ my-calendar
627
  msgid "Recurs"
628
  msgstr "Ricorrenza"
629
 
630
+ #: my-calendar-event-manager.php:915
631
+ #: my-calendar-group-manager.php:685
632
+ #: my-calendar-settings.php:233
633
+ #: my-calendar-settings.php:242
634
+ #: my-calendar-settings.php:250
635
+ #: my-calendar-settings.php:448
636
+ #@ my-calendar
637
  msgid "Author"
638
  msgstr "Autore"
639
 
640
+ #: my-calendar-event-manager.php:916
641
+ #: my-calendar-group-manager.php:686
642
+ #: my-calendar-settings.php:449
643
+ #@ my-calendar
644
  msgid "Category"
645
  msgstr "Categoria"
646
 
647
+ #: my-calendar-event-manager.php:917
648
+ #@ my-calendar
649
  msgid "Edit / Delete"
650
  msgstr "Modifica/Cancella"
651
 
652
+ #: my-calendar-event-manager.php:947
653
+ #: my-calendar-group-manager.php:718
654
+ #@ my-calendar
655
  msgid "Never"
656
  msgstr "Mai"
657
 
658
+ #: my-calendar-event-manager.php:951
659
+ #: my-calendar-group-manager.php:722
660
+ #@ my-calendar
661
  msgid "Bi-Weekly"
662
  msgstr "Bi-Settimanale"
663
 
664
+ #: my-calendar-event-manager.php:952
665
+ #: my-calendar-group-manager.php:723
666
+ #@ my-calendar
667
  msgid "Monthly (by date)"
668
  msgstr "Mensile (per data)"
669
 
670
+ #: my-calendar-event-manager.php:953
671
+ #: my-calendar-group-manager.php:724
672
+ #@ my-calendar
673
  msgid "Monthly (by day)"
674
  msgstr "Mensile (per giorno)"
675
 
676
+ #: my-calendar-event-manager.php:954
677
+ #: my-calendar-group-manager.php:725
678
+ #@ my-calendar
679
  msgid "Yearly"
680
  msgstr "Annuale"
681
 
682
+ #: my-calendar-categories.php:260
683
+ #: my-calendar-event-manager.php:956
684
+ #: my-calendar-group-manager.php:727
685
+ #: my-calendar-output.php:172
686
+ #: my-calendar-settings.php:281
687
+ #@ my-calendar
688
  msgid "N/A"
689
  msgstr "N/A"
690
 
691
+ #: my-calendar-event-manager.php:957
692
+ #: my-calendar-group-manager.php:728
693
+ #@ my-calendar
694
  msgid "Forever"
695
  msgstr "Per sempre"
696
 
697
+ #: my-calendar-event-manager.php:973
698
+ #@ my-calendar
 
 
 
699
  msgid "Copy"
700
  msgstr "copia"
701
 
702
+ #: my-calendar-categories.php:243
703
+ #: my-calendar-categories.php:257
704
+ #: my-calendar-event-manager.php:975
705
+ #: my-calendar-group-manager.php:687
706
+ #: my-calendar-locations.php:272
707
+ #: my-calendar-locations.php:284
708
+ #: my-calendar-output.php:274
709
+ #@ my-calendar
710
  msgid "Edit"
711
  msgstr "Modifica"
712
 
713
+ #: my-calendar-event-manager.php:979
714
+ #: my-calendar-group-manager.php:751
715
+ #@ my-calendar
716
  msgid "Not editable."
717
  msgstr "Non modificabili."
718
 
719
+ #: my-calendar-event-manager.php:985
720
+ #@ my-calendar
721
  msgid "Reject"
722
  msgstr "Respinto"
723
 
724
+ #: my-calendar-event-manager.php:987
725
+ #@ my-calendar
726
  msgid "Approve"
727
  msgstr "Approvare"
728
 
729
+ #: my-calendar-event-manager.php:992
730
+ #@ my-calendar
731
  msgid "Approved"
732
  msgstr "Approvato"
733
 
734
+ #: my-calendar-event-manager.php:994
735
+ #@ my-calendar
736
  msgid "Rejected"
737
  msgstr "Rifiutato"
738
 
739
+ #: my-calendar-event-manager.php:996
740
+ #@ my-calendar
741
  msgid "Awaiting Approval"
742
  msgstr "In attesa di approvazione"
743
 
744
+ #: my-calendar-event-manager.php:1018
745
+ #: my-calendar-group-manager.php:765
746
+ #@ my-calendar
747
  msgid "There are no events in the database!"
748
  msgstr "Non ci sono eventi nel database!"
749
 
750
+ #: my-calendar-event-manager.php:1152
751
+ #@ my-calendar
752
  msgid "Your event end date must be either after or the same as your event begin date"
753
  msgstr "La data di fine evento deve essere uguale o successiva alla data di inizio"
754
 
755
+ #: my-calendar-event-manager.php:1155
756
+ #@ my-calendar
757
  msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
758
  msgstr "La formattazione della data è corretta, ma uno o più dei tuoi dati non è valido. Controllare il numero di giorni nel mese e anno bisestile errori correlati."
759
 
760
+ #: my-calendar-event-manager.php:1158
761
+ #@ my-calendar
762
  msgid "Both start and end dates must be in the format YYYY-MM-DD"
763
  msgstr "Entrambe le date di inizio e di fine devono essere nel formato AAAA-MM-DD"
764
 
765
+ #: my-calendar-event-manager.php:1167
766
+ #@ my-calendar
767
  msgid "The time field must either be blank or be entered in the format hh:mm"
768
  msgstr "Il campo ora deve essere vuoto o scritto nel formato hh: mm"
769
 
770
+ #: my-calendar-event-manager.php:1174
771
+ #@ my-calendar
772
  msgid "The end time field must either be blank or be entered in the format hh:mm"
773
  msgstr "Il campo ora di fine deve essere vuoto o essere iscritti nel formato hh: mm"
774
 
775
+ #: my-calendar-event-manager.php:1190
776
+ #: my-calendar-group-manager.php:552
777
+ #@ my-calendar
778
  msgid "The event title must be between 1 and 255 characters in length."
779
  msgstr "Il titolo dell'evento deve essere compreso tra 1 e 255 caratteri."
780
 
781
+ #: my-calendar-event-manager.php:1196
782
+ #@ my-calendar
783
  msgid "The repetition value must be 0 unless a type of recurrence is selected."
784
  msgstr "Il valore di ripetizione deve essere 0 a meno che un tipo di ricorrenza è selezionat"
785
 
786
+ #: my-calendar-importer.php:92
787
+ #: my-calendar-settings.php:52
788
+ #@ my-calendar
789
  msgid "Categories imported successfully."
790
  msgstr "Categorie importati con successo"
791
 
792
+ #: my-calendar-importer.php:92
793
+ #: my-calendar-settings.php:52
794
+ #@ my-calendar
795
  msgid "Categories not imported."
796
  msgstr "Categorie non importati."
797
 
798
+ #: my-calendar-importer.php:94
799
+ #: my-calendar-settings.php:53
800
+ #@ my-calendar
801
  msgid "Events imported successfully."
802
  msgstr "Eventi importati con successo"
803
 
804
+ #: my-calendar-importer.php:94
805
+ #: my-calendar-settings.php:53
806
+ #@ my-calendar
807
  msgid "Events not imported."
808
  msgstr "Eventi non importati."
809
 
810
+ #: my-calendar-settings.php:86
811
+ #@ my-calendar
812
  msgid "Permissions Settings saved"
813
  msgstr "Impostazioni delle autorizzazioni salvate"
814
 
815
+ #: my-calendar-settings.php:122
816
+ #@ my-calendar
817
  msgid "Output Settings saved"
818
  msgstr "Impostazioni di uscita salvate"
819
 
820
+ #: my-calendar-settings.php:141
821
+ #@ my-calendar
822
  msgid "Input Settings saved"
823
  msgstr "Impostazioni d'ingresso salvate"
824
 
825
+ #: my-calendar-settings.php:164
826
+ #@ my-calendar
827
  msgid "Custom text settings saved"
828
  msgstr "Impostazioni del testo personalizzato salvato"
829
 
830
+ #: my-calendar-settings.php:176
831
+ #@ my-calendar
832
  msgid "Email notice settings saved"
833
  msgstr "Impostazioni e-mail avviso salvate"
834
 
835
+ #: my-calendar-settings.php:190
836
+ #@ my-calendar
837
  msgid "User custom settings saved"
838
  msgstr "Le impostazioni utente personalizzate salvate"
839
 
840
+ #: my-calendar-settings.php:219
841
+ #@ my-calendar
842
  msgid "My Calendar Options"
843
  msgstr "Opzioni My Calendar"
844
 
845
+ #: my-calendar-settings.php:223
846
+ #@ my-calendar
 
 
 
847
  msgid "Calendar Management Settings"
848
  msgstr "Impostazioni di Gestione del Calendario"
849
 
850
+ #: my-calendar-settings.php:228
851
+ #@ my-calendar
852
  msgid "Calendar Options: Management"
853
  msgstr "Opzioni Calendario: Gestione"
854
 
855
+ #: my-calendar-settings.php:231
856
+ #: my-calendar-settings.php:240
857
+ #@ my-calendar
 
 
 
858
  msgid "Subscriber"
859
  msgstr "Sottoscrittore"
860
 
861
+ #: my-calendar-settings.php:232
862
+ #: my-calendar-settings.php:241
863
+ #: my-calendar-settings.php:249
864
+ #@ my-calendar
865
  msgid "Contributor"
866
  msgstr "Collaboratore"
867
 
868
+ #: my-calendar-settings.php:234
869
+ #: my-calendar-settings.php:243
870
+ #: my-calendar-settings.php:251
871
+ #@ my-calendar
872
  msgid "Editor"
873
  msgstr "Editore"
874
 
875
+ #: my-calendar-settings.php:235
876
+ #: my-calendar-settings.php:244
877
+ #: my-calendar-settings.php:252
878
+ #@ my-calendar
879
  msgid "Administrator"
880
  msgstr "Amministratore"
881
 
882
+ #: my-calendar-settings.php:245
883
+ #@ my-calendar
 
 
 
884
  msgid "Enable approval options."
885
  msgstr "Attivare le opzioni di approvazione."
886
 
887
+ #: my-calendar-settings.php:254
888
+ #@ my-calendar
 
 
 
889
  msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
890
  msgstr "Per impostazione predefinita, solo gli amministratori possono modificare o cancellare qualsiasi evento. Altri utenti possono solo modificare o cancellare gli eventi che hanno creato."
891
 
892
+ #: my-calendar-settings.php:267
893
+ #@ my-calendar
894
  msgid "Save Approval Settings"
895
  msgstr "Salva impostazioni Approvazione"
896
 
897
+ #: my-calendar-settings.php:273
898
+ #@ my-calendar
899
  msgid "Calendar Text Settings"
900
  msgstr "Impostazioni Testo del Calendario"
901
 
902
+ #: my-calendar-settings.php:284
903
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
904
  msgid "Previous Events"
905
  msgstr "Eventi Passati"
906
 
907
+ #: my-calendar-settings.php:287
908
+ #@ my-calendar
 
 
 
909
  msgid "Next Events"
910
  msgstr "Prossimi Eventi"
911
 
912
+ #: my-calendar-settings.php:290
913
+ #@ my-calendar
 
 
 
914
  msgid "Registration is open"
915
  msgstr "Le Registrazioni sono aperte"
916
 
917
+ #: my-calendar-settings.php:293
918
+ #@ my-calendar
 
 
 
919
  msgid "Registration is closed"
920
  msgstr "Le Registrazioni sono chiusi"
921
 
922
+ #: my-calendar-settings.php:296
923
+ #@ my-calendar
 
 
 
924
  msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
925
  msgstr "La didascalia calendario è il testo che contiene il mese e l'anno visualizzate sia in formato elenco o calendario. Questo testo verrà visualizzato dopo il testo esistente."
926
 
927
+ #: my-calendar-settings.php:301
928
+ #@ my-calendar
929
  msgid "Save Custom Text Settings"
930
  msgstr "Salva impostazioni testo personalizzato"
931
 
932
+ #: my-calendar-settings.php:307
933
+ #@ my-calendar
934
  msgid "Calendar Output Settings"
935
  msgstr "Impostazioni Uscita Calendario"
936
 
937
+ #: my-calendar-settings.php:367
938
+ #@ my-calendar
 
 
 
939
  msgid "Event title template"
940
  msgstr "Template del titolo evento"
941
 
942
+ #: my-calendar-settings.php:542
943
+ #@ my-calendar
944
  msgid "Shortcode Help"
945
  msgstr "Aiuto Shortcode"
946
 
947
+ #: my-calendar-settings.php:542
948
+ #@ my-calendar
949
  msgid "All template shortcodes are available."
950
  msgstr "Tutti i codici brevi di templates sono disponibili."
951
 
952
+ #: my-calendar-settings.php:357
953
+ #@ my-calendar
 
 
 
954
  msgid "In list mode, show how many months of events at a time:"
955
  msgstr "In modalità elenco, quanti mesi di eventi mostrare alla volta:"
956
 
957
+ #: my-calendar-settings.php:328
958
+ #@ my-calendar
 
 
 
959
  msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
960
  msgstr "Formato data utilizza la stessa sintassi della <a href=\"http://php.net/date\">PHP <code>date()</ code> funzione</a>. Salva le opzioni per aggiornare."
961
 
962
+ #: my-calendar-settings.php:337
963
+ #@ my-calendar
 
 
 
964
  msgid "Display a jumpbox for changing month and year quickly?"
965
  msgstr "Visualizzare un JumpBox per cambiare mese e anno in fretta?"
966
 
967
+ #: my-calendar-settings.php:393
968
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
969
  msgid "Show short description field on calendar."
970
  msgstr "Visualizza campo breve discrizione nel calendario."
971
 
972
+ #: my-calendar-settings.php:396
973
+ #@ my-calendar
974
  msgid "Show full description field on calendar."
975
  msgstr "Mostra campo descrizione completa nel calendario."
976
 
977
+ #: my-calendar-settings.php:331
978
+ #@ my-calendar
 
 
 
 
 
 
 
979
  msgid "Show link to My Calendar RSS feed."
980
  msgstr "Mostra link al feed RSS di My Calendar."
981
 
982
+ #: my-calendar-settings.php:334
983
+ #@ my-calendar
984
  msgid "Show link to iCal format download."
985
  msgstr "Mostra link per scaricare in formato iCal."
986
 
987
+ #: my-calendar-settings.php:422
988
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
989
  msgid "Holiday Category"
990
  msgstr "Categoria Vacanze"
991
 
992
+ #: my-calendar-settings.php:408
993
+ #@ my-calendar
 
 
 
994
  msgid "Default usage of category colors."
995
  msgstr "L'utilizzo predefinito dei colori categoria."
996
 
997
+ #: my-calendar-settings.php:409
998
+ #@ my-calendar
999
  msgid "Apply category colors to event titles as a font color."
1000
  msgstr "Applica colori categoria ai titoli eventi come il colore di carattere."
1001
 
1002
+ #: my-calendar-settings.php:410
1003
+ #@ my-calendar
1004
  msgid "Apply category colors to event titles as a background color."
1005
  msgstr "Applica colori categoria ai titoli eventi come colore di sfondo."
1006
 
1007
+ #: my-calendar-settings.php:458
1008
+ #@ my-calendar
1009
  msgid "Save Output Settings"
1010
  msgstr "Salva Impostazioni di uscita"
1011
 
1012
+ #: my-calendar-settings.php:464
1013
+ #@ my-calendar
1014
  msgid "Calendar Input Settings"
1015
  msgstr "Impostazioni ingresso del Calendario"
1016
 
1017
+ #: my-calendar-settings.php:474
1018
+ #@ my-calendar
 
 
 
1019
  msgid "Show Event Location Dropdown Menu"
1020
  msgstr "Mostra Località Evento nel menu a scomparsa"
1021
 
1022
+ #: my-calendar-settings.php:474
1023
+ #@ my-calendar
1024
  msgid "Show Event Short Description field"
1025
  msgstr "Mostra campo Descrizione breve evento"
1026
 
1027
+ #: my-calendar-settings.php:474
1028
+ #@ my-calendar
1029
  msgid "Show Event Description Field"
1030
  msgstr "Mostra campo Descrizione del evento"
1031
 
1032
+ #: my-calendar-settings.php:474
1033
+ #@ my-calendar
1034
  msgid "Show Event Category field"
1035
  msgstr "Mostra campo Categoria del Evento "
1036
 
1037
+ #: my-calendar-settings.php:474
1038
+ #@ my-calendar
1039
  msgid "Show Event Link field"
1040
  msgstr "Mostra campo Link del evento"
1041
 
1042
+ #: my-calendar-settings.php:474
1043
+ #@ my-calendar
1044
  msgid "Show Event Recurrence Options"
1045
  msgstr "Mostra Opzioni di ricorrenza evento"
1046
 
1047
+ #: my-calendar-settings.php:487
1048
+ #@ my-calendar
 
 
 
 
 
 
 
1049
  msgid "Administrators see all input options"
1050
  msgstr "Gli amministratori vedono tutte le opzioni di input"
1051
 
1052
+ #: my-calendar-settings.php:492
1053
+ #@ my-calendar
1054
  msgid "Save Input Settings"
1055
  msgstr "Salva Impostazioni d'ingresso"
1056
 
1057
+ #: my-calendar-settings.php:523
1058
+ #@ my-calendar
1059
  msgid "Calendar Email Settings"
1060
  msgstr "Impostazioni Emali del Calendario"
1061
 
1062
+ #: my-calendar-settings.php:528
1063
+ #@ my-calendar
1064
  msgid "Calendar Options: Email Notifications"
1065
  msgstr "Opzioni calendario: notifiche e-mail"
1066
 
1067
+ #: my-calendar-settings.php:532
1068
+ #@ my-calendar
1069
  msgid "Send Email Notifications when new events are scheduled or reserved."
1070
  msgstr "Inviare e-mail di notificha quando sono in programma nuovi eventi o riservati."
1071
 
1072
+ #: my-calendar-settings.php:535
1073
+ #@ my-calendar
1074
  msgid "Notification messages are sent to: "
1075
  msgstr "I messaggi di notifica vengono inviati a:"
1076
 
1077
+ #: my-calendar-settings.php:538
1078
+ #@ my-calendar
1079
  msgid "Email subject"
1080
  msgstr "Oggetto email"
1081
 
1082
+ #: my-calendar-settings.php:538
1083
+ #@ my-calendar
1084
  msgid "New event Added"
1085
  msgstr "Nuovo evento aggiunto"
1086
 
1087
+ #: my-calendar-settings.php:541
1088
+ #@ my-calendar
1089
  msgid "Message Body"
1090
  msgstr "Corpo del messaggio"
1091
 
1092
+ #: my-calendar-settings.php:541
1093
+ #@ my-calendar
1094
  msgid "New Event:"
1095
  msgstr "Nuovo Evento:"
1096
 
1097
+ #: my-calendar-settings.php:547
1098
+ #@ my-calendar
1099
  msgid "Save Email Settings"
1100
  msgstr "Salva Impostazioni Email"
1101
 
1102
+ #: my-calendar-settings.php:553
1103
+ #@ my-calendar
1104
  msgid "Calendar User Settings"
1105
  msgstr "Impostazioni dell'utente del Calendario"
1106
 
1107
+ #: my-calendar-settings.php:562
1108
+ #@ my-calendar
 
 
 
1109
  msgid "Allow registered users to provide timezone or location presets in their user profiles."
1110
  msgstr "Consentire agli utenti registrati di fornire fuso orario o luogo presettati nei loro profili."
1111
 
1112
+ #: my-calendar-settings.php:574
1113
+ #@ my-calendar
1114
  msgid "Timezone Settings"
1115
  msgstr "Impostazioni Fuso Orario"
1116
 
1117
+ #: my-calendar-settings.php:575
1118
+ #@ my-calendar
1119
  msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
1120
  msgstr "Queste impostazioni forniscono agli utenti registrati la possibilità di selezionare un fuso orario nel loro profilo utente. Quando visualizzano il tuo calendario, vedranno l'ora dell'evento secondo il fuso orario che hanno scelto nel loro profilo lo stesso per quelli inseriti."
1121
 
1122
+ #: my-calendar-settings.php:577
1123
+ #@ my-calendar
1124
  msgid "Enable Timezone"
1125
  msgstr "Abilita il fuso orario"
1126
 
1127
+ #: my-calendar-settings.php:580
1128
+ #@ my-calendar
1129
  msgid "Select Timezone Label"
1130
  msgstr "Selezione Etichetta Fuso orario"
1131
 
1132
+ #: my-calendar-settings.php:583
1133
+ #@ my-calendar
1134
  msgid "Timezone Options"
1135
  msgstr "Opzione Fuso Orario"
1136
 
1137
+ #: my-calendar-settings.php:583
1138
+ #: my-calendar-settings.php:607
1139
+ #@ my-calendar
1140
  msgid "Value, Label; one per line"
1141
  msgstr "Valore, Etichetta; uno per riga"
1142
 
1143
+ #: my-calendar-settings.php:595
1144
+ #@ my-calendar
1145
  msgid "Location Settings"
1146
  msgstr "Impostazioni Località"
1147
 
1148
+ #: my-calendar-settings.php:598
1149
+ #@ my-calendar
 
 
 
1150
  msgid "Enable Location"
1151
  msgstr "Abilita Località"
1152
 
1153
+ #: my-calendar-settings.php:604
1154
+ #@ my-calendar
1155
  msgid "Select Location Label"
1156
  msgstr "Seleziona etichetta località"
1157
 
1158
+ #: my-calendar-settings.php:607
1159
+ #@ my-calendar
1160
  msgid "Location Options"
1161
  msgstr "Opzioni Località"
1162
 
1163
+ #: my-calendar-settings.php:617
1164
+ #@ my-calendar
1165
  msgid "Location Type"
1166
  msgstr "Tipo Località"
1167
 
1168
+ #: button/generator.php:55
1169
+ #: my-calendar-settings.php:450
1170
+ #: my-calendar-settings.php:619
1171
+ #@ my-calendar
1172
  msgid "Location Name"
1173
  msgstr "Nome Località"
1174
 
1175
+ #: my-calendar-settings.php:630
1176
+ #@ my-calendar
1177
  msgid "Save User Settings"
1178
  msgstr "Salva Impostazioni Utente"
1179
 
1180
+ #: my-calendar-upgrade-db.php:17
1181
+ #: my-calendar-upgrade-db.php:25
1182
+ #@ my-calendar
1183
  msgid "The My Calendar database needs to be updated."
1184
  msgstr "Il database My Calendar deve essere aggiornato."
1185
 
1186
+ #: my-calendar-upgrade-db.php:18
1187
+ #: my-calendar-upgrade-db.php:38
1188
+ #@ my-calendar
1189
  msgid "Update now"
1190
  msgstr "Aggiorna adesso"
1191
 
1192
+ #: my-calendar-upgrade-db.php:37
1193
+ #@ my-calendar
1194
  msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1195
  msgstr "Non è stato inserito nessun evento, quindi My Calendar non può dire se il database è aggiornato. Se non è possibile aggiungere eventi, aggiornare il database!"
1196
 
1197
+ #: my-calendar-upgrade-db.php:47
1198
+ #@ my-calendar
1199
  msgid "My Calendar Database is updated."
1200
  msgstr "Il database My Calendar è aggiornato."
1201
 
1202
+ #: my-calendar-categories.php:103
1203
+ #@ my-calendar
1204
  msgid "Category added successfully"
1205
  msgstr "Categoria aggiunta con successo"
1206
 
1207
+ #: my-calendar-categories.php:105
1208
+ #@ my-calendar
1209
  msgid "Category addition failed."
1210
  msgstr "L'aggiunta Categoria fallito."
1211
 
1212
+ #: my-calendar-categories.php:115
1213
+ #@ my-calendar
1214
  msgid "Category deleted successfully. Categories in calendar updated."
1215
  msgstr "Categoria cancellata con successo. Categorie in calendario aggiornati."
1216
 
1217
+ #: my-calendar-categories.php:117
1218
+ #@ my-calendar
1219
  msgid "Category deleted successfully. Categories in calendar not updated."
1220
  msgstr "Categoria cancellata con successo. Categorie in calendario non aggiornati."
1221
 
1222
+ #: my-calendar-categories.php:119
1223
+ #@ my-calendar
1224
  msgid "Category not deleted. Categories in calendar updated."
1225
  msgstr "La categoria non è stata eliminata. Categorie in calendario aggiornati."
1226
 
1227
+ #: my-calendar-categories.php:135
1228
+ #@ my-calendar
1229
  msgid "Category edited successfully"
1230
  msgstr "Categoria modificata con successo"
1231
 
1232
+ #: my-calendar-categories.php:170
1233
+ #: my-calendar-categories.php:195
1234
+ #: my-calendar-categories.php:212
1235
+ #@ my-calendar
1236
  msgid "Add Category"
1237
  msgstr "Aggiungi Categoria"
1238
 
1239
+ #: my-calendar-categories.php:172
1240
+ #: my-calendar-categories.php:195
1241
+ #@ my-calendar
1242
  msgid "Edit Category"
1243
  msgstr "Modifica Categoria"
1244
 
1245
+ #: my-calendar-categories.php:179
1246
+ #@ my-calendar
1247
  msgid "Category Editor"
1248
  msgstr "Editore di Categoria"
1249
 
1250
+ #: my-calendar-categories.php:196
1251
+ #: my-calendar-categories.php:240
1252
+ #@ my-calendar
1253
  msgid "Category Name"
1254
  msgstr "Nome della categoria"
1255
 
1256
+ #: my-calendar-categories.php:197
1257
+ #@ my-calendar
1258
  msgid "Category Color (Hex format)"
1259
  msgstr "Colore Categoria (Formato Hex)"
1260
 
1261
+ #: my-calendar-categories.php:198
1262
+ #: my-calendar-categories.php:242
1263
+ #@ my-calendar
1264
  msgid "Category Icon"
1265
  msgstr "Icona Categoria"
1266
 
1267
+ #: my-calendar-categories.php:212
1268
+ #: my-calendar-locations.php:210
1269
+ #@ my-calendar
1270
  msgid "Save Changes"
1271
  msgstr "Salva le modifiche"
1272
 
1273
+ #: my-calendar-categories.php:228
1274
+ #: my-calendar.php:157
1275
+ #@ my-calendar
1276
  msgid "Manage Categories"
1277
  msgstr "Gestione categorie"
1278
 
1279
+ #: my-calendar-categories.php:241
1280
+ #@ my-calendar
1281
  msgid "Category Color"
1282
  msgstr "Colore Categoria"
1283
 
1284
+ #: my-calendar-categories.php:263
1285
+ #: my-calendar-locations.php:285
1286
+ #@ my-calendar
1287
  msgid "Are you sure you want to delete this category?"
1288
  msgstr "Sei sicuro di voler cancellare questa categoria?"
1289
 
1290
+ #: my-calendar-categories.php:274
1291
+ #@ my-calendar
1292
  msgid "There are no categories in the database - something has gone wrong!"
1293
  msgstr "Non esistono categorie nel database - qualcosa non ha funzionato!"
1294
 
1295
+ #: my-calendar-install.php:192
1296
+ #@ my-calendar
1297
  msgid "My Calendar Default Timezone"
1298
  msgstr "My Calendar Fuso Orario Predefinito"
1299
 
1300
+ #: my-calendar-install.php:237
1301
+ #@ my-calendar
1302
  msgid "My Calendar Default Location"
1303
  msgstr "My Calendar Località Predefinita"
1304
 
1305
+ #: my-calendar-core.php:46
1306
+ #: my-calendar.php:160
1307
+ #@ my-calendar
1308
  msgid "Settings"
1309
  msgstr "Impostazioni"
1310
 
1311
+ #: my-calendar-core.php:47
1312
+ #: my-calendar.php:164
1313
+ #@ my-calendar
1314
  msgid "Help"
1315
  msgstr "Aiuto"
1316
 
1317
+ #: my-calendar.php:121
1318
+ #@ my-calendar
1319
  msgid "Buy the Beginner's Guide"
1320
  msgstr "Acquista la Guida per principianti"
1321
 
1322
+ #: my-calendar.php:122
1323
+ #@ my-calendar
1324
  msgid "Get Support"
1325
  msgstr "ottenere assistenza"
1326
 
1327
+ #: my-calendar.php:123
1328
+ #: my-calendar.php:164
1329
+ #@ my-calendar
1330
  msgid "My Calendar Help"
1331
  msgstr "Aiuto My Calendar"
1332
 
1333
+ #: my-calendar.php:124
1334
+ #@ my-calendar
1335
  msgid "Make a Donation"
1336
  msgstr "Fai una donazione"
1337
 
1338
+ #: my-calendar.php:147
1339
+ #: my-calendar.php:150
1340
+ #@ my-calendar
1341
  msgid "My Calendar"
1342
  msgstr "My Calendar"
1343
 
1344
+ #: my-calendar.php:156
1345
+ #@ my-calendar
1346
  msgid "Add/Edit Events"
1347
  msgstr "aggiungere/modificare eventi"
1348
 
1349
+ #: my-calendar-locations.php:258
1350
+ #: my-calendar.php:159
1351
+ #@ my-calendar
1352
  msgid "Manage Locations"
1353
  msgstr "Gestione Località"
1354
 
1355
+ #: my-calendar.php:161
1356
+ #@ my-calendar
1357
  msgid "Style Editor"
1358
  msgstr "Style Editor"
1359
 
1360
+ #: my-calendar.php:162
1361
+ #@ my-calendar
1362
  msgid "Behavior Editor"
1363
  msgstr "Editore Behavior"
1364
 
1365
+ #: my-calendar-behaviors.php:42
1366
+ #@ my-calendar
1367
  msgid "Behavior Settings saved"
1368
  msgstr "Behavior Impostazioni salvate"
1369
 
1370
+ #: my-calendar-behaviors.php:65
1371
+ #@ my-calendar
1372
  msgid "My Calendar Behaviors"
1373
  msgstr ""
1374
 
1375
+ #: my-calendar-behaviors.php:69
1376
+ #@ my-calendar
1377
  msgid "Calendar Behavior Settings"
1378
  msgstr ""
1379
 
1380
+ #: my-calendar-behaviors.php:74
1381
+ #@ my-calendar
1382
  msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1383
  msgstr "Applica JavaScript solo su queste pagine (ID pagina separati da virgola)"
1384
 
1385
+ #: my-calendar-behaviors.php:77
1386
+ #@ my-calendar
1387
  msgid "Calendar Behaviors: Calendar View"
1388
  msgstr "Stile Calendario: Vista Calendario"
1389
 
1390
+ #: my-calendar-behaviors.php:79
1391
+ #@ my-calendar
 
 
 
1392
  msgid "Disable Calendar Javascript Effects"
1393
  msgstr "Disattiva Effetti Javascript nel Calendario"
1394
 
1395
+ #: my-calendar-behaviors.php:82
1396
+ #@ my-calendar
1397
  msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1398
  msgstr "Modificare gli script jQuery per My Calendar in formato Calendario"
1399
 
1400
+ #: my-calendar-behaviors.php:85
1401
+ #: my-calendar-behaviors.php:116
1402
+ #: my-calendar-behaviors.php:147
1403
+ #: my-calendar-behaviors.php:178
1404
+ #: my-calendar-styles.php:198
1405
+ #@ my-calendar
1406
  msgid "Save"
1407
  msgstr "Salva"
1408
 
1409
+ #: my-calendar-behaviors.php:108
1410
+ #@ my-calendar
1411
  msgid "Calendar Behaviors: List View"
1412
  msgstr "Stile Calendario: Vista Lista"
1413
 
1414
+ #: my-calendar-behaviors.php:110
1415
+ #@ my-calendar
 
 
 
1416
  msgid "Disable List Javascript Effects"
1417
  msgstr "Disattiva Effetti Javascript nella Lista"
1418
 
1419
+ #: my-calendar-behaviors.php:113
1420
+ #@ my-calendar
1421
  msgid "Edit the jQuery scripts for My Calendar in List format"
1422
  msgstr "Modificare gli script jQuery per My Calendar in formato Lista"
1423
 
1424
+ #: my-calendar-behaviors.php:139
1425
+ #@ my-calendar
1426
  msgid "Calendar Behaviors: Mini Calendar View"
1427
  msgstr "Stile calendario: vista Mini Calendario"
1428
 
1429
+ #: my-calendar-behaviors.php:141
1430
+ #@ my-calendar
 
 
 
1431
  msgid "Disable Mini Javascript Effects"
1432
  msgstr "Disattiva Effetti Mini Javascript"
1433
 
1434
+ #: my-calendar-behaviors.php:144
1435
+ #@ my-calendar
1436
  msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1437
  msgstr "Modificare gli script jQuery per My calendar in formato mini-calendario"
1438
 
1439
+ #: my-calendar-behaviors.php:170
1440
+ #@ my-calendar
1441
  msgid "Calendar Behaviors: AJAX Navigation"
1442
  msgstr ""
1443
 
1444
+ #: my-calendar-behaviors.php:172
1445
+ #@ my-calendar
 
 
 
1446
  msgid "Disable AJAX Effects"
1447
  msgstr "Disattiva Effetti AJAX"
1448
 
1449
+ #: my-calendar-behaviors.php:175
1450
+ #@ my-calendar
1451
  msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1452
  msgstr "Modificare gli script jQuery per My Calendar AJAX navigation"
1453
 
1454
+ #: my-calendar-locations.php:43
1455
+ #@ my-calendar
1456
  msgid "Location added successfully"
1457
  msgstr "Località aggiunta con successo"
1458
 
1459
+ #: my-calendar-locations.php:45
1460
+ #@ my-calendar
1461
  msgid "Location could not be added to database"
1462
  msgstr "Località non potrebbe essere aggiunta al database"
1463
 
1464
+ #: my-calendar-locations.php:51
1465
+ #@ my-calendar
1466
  msgid "Location deleted successfully"
1467
  msgstr "Località cancellata con successo"
1468
 
1469
+ #: my-calendar-locations.php:53
1470
+ #@ my-calendar
1471
  msgid "Location could not be deleted"
1472
  msgstr "Località non potrebbe essere eliminata"
1473
 
1474
+ #: my-calendar-locations.php:78
1475
+ #@ my-calendar
1476
  msgid "Location could not be edited."
1477
  msgstr "Località non potrebbe essere modificata."
1478
 
1479
+ #: my-calendar-locations.php:80
1480
+ #@ my-calendar
1481
  msgid "Location was not changed."
1482
  msgstr "Località non è stata cambiata."
1483
 
1484
+ #: my-calendar-locations.php:82
1485
+ #@ my-calendar
1486
  msgid "Location edited successfully"
1487
  msgstr "Località modificata con successo"
1488
 
1489
+ #: my-calendar-locations.php:102
1490
+ #@ my-calendar
1491
  msgid "Add New Location"
1492
  msgstr "Aggiungi nuova Località"
1493
 
1494
+ #: my-calendar-locations.php:104
1495
+ #@ my-calendar
1496
  msgid "Edit Location"
1497
  msgstr "Modifica Località"
1498
 
1499
+ #: my-calendar-locations.php:109
1500
+ #@ my-calendar
1501
  msgid "Location Editor"
1502
  msgstr "Editore di Località"
1503
 
1504
+ #: my-calendar-locations.php:202
1505
+ #@ my-calendar
1506
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
1507
  msgstr "Se si forniscono le coordinate GPS per la posizione, essi saranno utilizzati al posto di qualsiasi informazione altro indirizzo per individuare la tua posizione."
1508
 
1509
+ #: my-calendar-locations.php:210
1510
+ #@ my-calendar
1511
  msgid "Add Location"
1512
  msgstr "Aggiungi Località"
1513
 
1514
+ #: my-calendar-locations.php:293
1515
+ #@ my-calendar
1516
  msgid "There are no locations in the database yet!"
1517
  msgstr "Non ci sono ancora Località nel database!"
1518
 
1519
+ #: my-calendar-locations.php:297
1520
+ #@ my-calendar
1521
  msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
1522
  msgstr "Da notare: la modifica o l'eliminazione di località memorizzate per il riutilizzo, non avrà alcun effetto su qualunque evento precedentemente programmato in quella località. Il database località esiste solo come un metodo di stenografia per inserire i percorsi utilizzati di frequente nel record dell'evento."
1523
 
1524
+ #: my-calendar-output.php:137
1525
+ #@ my-calendar
1526
  msgid "Event Details"
1527
  msgstr "Dettagli evento"
1528
 
1529
+ #: my-calendar-output.php:157
1530
+ #: my-calendar-output.php:264
1531
+ #@ my-calendar
1532
  msgid "Close"
1533
  msgstr "Chiuso"
1534
 
1535
+ #: my-calendar-output.php:172
1536
+ #@ my-calendar
 
 
 
1537
  msgid "Not Applicable"
1538
  msgstr "Non applicabile"
1539
 
1540
+ #: my-calendar-output.php:186
1541
+ #@ my-calendar
1542
  msgid "Posted by"
1543
  msgstr "Postato da"
1544
 
1545
+ #: my-calendar-output.php:247
1546
+ #@ my-calendar
1547
  msgid "This class is part of a series. You must register for the first event in this series to attend."
1548
  msgstr "Questa classe è parte di una serie. È necessario registrarsi per il primo evento di questa serie per partecipare."
1549
 
1550
+ #: button/generator.php:98
1551
+ #: my-calendar-output.php:333
1552
+ #: my-calendar-widgets.php:515
1553
+ #@ my-calendar
1554
  msgid "Month"
1555
  msgstr "Mese"
1556
 
1557
+ #: my-calendar-output.php:338
1558
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1559
  msgid "Year"
1560
  msgstr "Anno"
1561
 
1562
+ #: my-calendar-output.php:366
1563
+ #@ my-calendar
1564
  msgid "Go"
1565
  msgstr "Vai"
1566
 
1567
+ #: my-calendar-output.php:412
1568
+ #@ my-calendar
1569
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
1570
  msgstr "<abbr title=\"Domenica\">Dom</abbr>"
1571
 
1572
+ #: my-calendar-output.php:413
1573
+ #@ my-calendar
1574
  msgid "<abbr title=\"Monday\">Mon</abbr>"
1575
  msgstr "<abbr title=\"Lunedì\">Lun</abbr>"
1576
 
1577
+ #: my-calendar-output.php:414
1578
+ #@ my-calendar
1579
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1580
  msgstr "<abbr title=\"Martedì\">Mar</abbr>"
1581
 
1582
+ #: my-calendar-output.php:415
1583
+ #@ my-calendar
1584
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1585
  msgstr "<abbr title=\"Mercoledì\">Mer</abbr>"
1586
 
1587
+ #: my-calendar-output.php:416
1588
+ #@ my-calendar
1589
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
1590
  msgstr "<abbr title=\"Giovedì\">Giov</abbr>"
1591
 
1592
+ #: my-calendar-output.php:417
1593
+ #@ my-calendar
1594
  msgid "<abbr title=\"Friday\">Fri</abbr>"
1595
  msgstr "<abbr title=\"Venerdì\">Ven</abbr>"
1596
 
1597
+ #: my-calendar-output.php:418
1598
+ #@ my-calendar
1599
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
1600
  msgstr "<abbr title=\"Sabato\">Sab</abbr>"
1601
 
1602
+ #: my-calendar-output.php:423
1603
+ #@ my-calendar
1604
  msgid "<abbr title=\"Sunday\">S</abbr>"
1605
  msgstr "<abbr title=\"Domenica\">Dom</abbr>"
1606
 
1607
+ #: my-calendar-output.php:424
1608
+ #@ my-calendar
1609
  msgid "<abbr title=\"Monday\">M</abbr>"
1610
  msgstr "<abbr title=\"Lunedì\">Lun</abbr>"
1611
 
1612
+ #: my-calendar-output.php:425
1613
+ #@ my-calendar
1614
  msgid "<abbr title=\"Tuesday\">T</abbr>"
1615
  msgstr "<abbr title=\"Martedì\">Mar</abbr>"
1616
 
1617
+ #: my-calendar-output.php:426
1618
+ #@ my-calendar
1619
  msgid "<abbr title=\"Wednesday\">W</abbr>"
1620
  msgstr "<abbr title=\"Mercoledì\">Mer</abbr>"
1621
 
1622
+ #: my-calendar-output.php:427
1623
+ #@ my-calendar
1624
  msgid "<abbr title=\"Thursday\">T</abbr>"
1625
  msgstr "<abbr title=\"Giovedì\">Giov</abbr>"
1626
 
1627
+ #: my-calendar-output.php:428
1628
+ #@ my-calendar
1629
  msgid "<abbr title=\"Friday\">F</abbr>"
1630
  msgstr "<abbr title=\"Venerdì\">Ven</abbr>"
1631
 
1632
+ #: my-calendar-output.php:429
1633
+ #@ my-calendar
1634
  msgid "<abbr title=\"Saturday\">S</abbr>"
1635
  msgstr "<abbr title=\"Sabato\">Sab</abbr>"
1636
 
1637
+ #: my-calendar-output.php:544
1638
+ #@ my-calendar
1639
  msgid "and"
1640
  msgstr "e"
1641
 
1642
+ #: my-calendar-widgets.php:476
1643
+ #@ my-calendar
1644
  msgid "Calendar"
1645
  msgstr "Calendario"
1646
 
1647
+ #: my-calendar-output.php:559
1648
+ #@ my-calendar
1649
  msgid "The week's events"
1650
  msgstr "Eventi della Settimana"
1651
 
1652
+ #: my-calendar-output.php:564
1653
+ #@ my-calendar
1654
  msgid "Events in"
1655
  msgstr "Eventi a"
1656
 
1657
+ #: my-calendar-output.php:566
1658
+ #@ my-calendar
1659
  msgid "This week's events"
1660
  msgstr "Eventi di questa Settimana"
1661
 
1662
+ #: my-calendar-output.php:758
1663
+ #@ my-calendar
1664
  msgid "There are no events scheduled during this period."
1665
  msgstr "Non ci sono eventi in programma durante questo periodo."
1666
 
1667
+ #: my-calendar-output.php:770
1668
+ #@ my-calendar
1669
  msgid "Category Key"
1670
  msgstr "Chiave Categoria"
1671
 
1672
+ #: my-calendar-output.php:810
1673
+ #@ my-calendar
1674
  msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
1675
  msgstr "Iscriviti via <abbr title=\"Really Simple Syndication\">RSS</abbr>"
1676
 
1677
+ #: my-calendar-output.php:811
1678
+ #@ my-calendar
1679
  msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
1680
  msgstr "Scarica come <abbr title=\"iCal esportazione eventi\">iCal</abbr>"
1681
 
1682
+ #: my-calendar-output.php:1077
1683
+ #@ my-calendar
1684
  msgid "Show events in:"
1685
  msgstr "Mostra gli eventi in:"
1686
 
1687
+ #: my-calendar-output.php:957
1688
+ #: my-calendar-output.php:1117
1689
+ #@ my-calendar
1690
  msgid "Submit"
1691
  msgstr "Invia"
1692
 
1693
+ #: my-calendar-styles.php:79
1694
+ #@ my-calendar
1695
  msgid "The stylesheet has been updated."
1696
  msgstr "Il foglio di stile è stato aggiornato."
1697
 
1698
+ #: my-calendar-styles.php:79
1699
+ #@ my-calendar
1700
  msgid "Write Error! Please verify write permissions on the style file."
1701
  msgstr "Errore di scrittura! Si prega di verificare i permessi di scrittura sul file di stile."
1702
 
1703
+ #: my-calendar-styles.php:93
1704
+ #@ my-calendar
1705
  msgid "Stylesheet reset to default."
1706
  msgstr "Foglio di stile ripristino delle impostazioni predefinite."
1707
 
1708
+ #: my-calendar-styles.php:96
1709
+ #@ my-calendar
1710
  msgid "Style Settings Saved"
1711
  msgstr "Impostazioni Stile salvate"
1712
 
1713
+ #: my-calendar-styles.php:105
1714
+ #@ my-calendar
1715
  msgid "New theme selected."
1716
  msgstr "Nuovo tema selezionato"
1717
 
1718
+ #: my-calendar-styles.php:121
1719
+ #@ my-calendar
1720
  msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
1721
  msgstr "Spiacente. Il file che stai cercando non sembra esistere. Si prega di controllare il nome e il percorso!"
1722
 
1723
+ #: my-calendar-styles.php:129
1724
+ #@ my-calendar
1725
  msgid "My Calendar Styles"
1726
  msgstr "Stile My Calendar"
1727
 
1728
+ #: my-calendar-styles.php:133
1729
+ #@ my-calendar
1730
  msgid "Calendar Style Settings"
1731
  msgstr "Impostazioni Stile Calendario"
1732
 
1733
+ #: my-calendar-styles.php:141
1734
+ #@ my-calendar
1735
  msgid "Select My Calendar Theme"
1736
  msgstr "Selezionare il Tema My Calendar"
1737
 
1738
+ #: my-calendar-styles.php:149
1739
+ #@ default
1740
  msgid "Your Custom Stylesheets"
1741
  msgstr "I fogli di stile personalizzati"
1742
 
1743
+ #: my-calendar-styles.php:158
1744
+ #@ my-calendar
1745
  msgid "Installed Stylesheets"
1746
  msgstr "Fogli di stile Installati"
1747
 
1748
+ #: my-calendar-styles.php:166
1749
+ #@ my-calendar
1750
  msgid "Choose Style"
1751
  msgstr "Scegli stile"
1752
 
1753
+ #: my-calendar-styles.php:179
1754
+ #@ my-calendar
1755
  msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
1756
  msgstr "My Calendar è in grado di aggiornare i file CSS durante l'aggiornamento. Si prega di verificare i permessi del file se si desidera modificare gli stili di My Calendar. I vostri stili precedentemente memorizzate sono sotto. Questo messaggio e questi stili saranno cancellati dal database con successo quando si aggiorna il foglio di stile."
1757
 
1758
+ #: my-calendar-styles.php:187
1759
+ #@ my-calendar
1760
  msgid "CSS Style Options"
1761
  msgstr "Opzioni Style CSS"
1762
 
1763
+ #: my-calendar-styles.php:189
1764
+ #@ my-calendar
1765
  msgid "Apply CSS only on these pages (comma separated page IDs)"
1766
  msgstr "Applica CSS solo su queste pagine (ID pagina separati da virgola)"
1767
 
1768
+ #: my-calendar-styles.php:192
1769
+ #@ my-calendar
 
 
 
1770
  msgid "Disable My Calendar Stylesheet"
1771
  msgstr "Disattivare foglio di stile del mio Calendario"
1772
 
1773
+ #: my-calendar-styles.php:195
1774
+ #@ my-calendar
1775
  msgid "Edit the stylesheet for My Calendar"
1776
  msgstr "Modificare il foglio di stile per il mio calendario"
1777
 
1778
  #: my-calendar-help.php:7
1779
+ #@ my-calendar
1780
  msgid "How to use My Calendar"
1781
  msgstr "Come utilizzare il mio calendario"
1782
 
1783
  #: my-calendar-help.php:12
1784
+ #@ my-calendar
1785
  msgid "Shortcode Syntax"
1786
  msgstr "Sintassi Shortcode"
1787
 
1788
  #: my-calendar-help.php:15
1789
+ #@ my-calendar
1790
  msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
1791
  msgstr "Questi codici brevi possono essere usati nei post, pagine o nei widget di testo."
1792
 
1793
  #: my-calendar-help.php:19
1794
+ #@ my-calendar
1795
  msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
1796
  msgstr "Questo shortcode di base mostrerà il calendario su un post o pagina, incluse tutte le categorie e la chiave di categoria, in un formato tradizionale mese per mese."
1797
 
1798
+ #: my-calendar-help.php:63
1799
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1800
  msgid "Category Icons"
1801
  msgstr "Icone categoria"
1802
 
1803
+ #: my-calendar-help.php:66
1804
+ #@ my-calendar
1805
  msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
1806
  msgstr "My Calendar è progettato per gestire più calendari. La base di questi calendari sono le categorie, è possibile impostare facilmente una pagina di calendario che comprende tutte le categorie, oppure si può dedicare pagine separate per i calendari di ogni categoria. Per un esempio, questo potrebbe essere utile per l'utente a gestire i calendari tour per le fasce multiple, calendari di eventi per una varietà di località, ecc."
1807
 
1808
+ #: my-calendar-help.php:69
1809
+ #@ my-calendar
1810
  msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
1811
  msgstr "Le icone di categoria pre-installate possono non essere particolarmente utile per le tue esigenze o il design. Sto assumendo che stai andando a caricare le proprie icone - tutto quello che devi fare è caricarle nella cartella del plugin icone, e saranno disponibili per l'uso immediato, o metterli in una cartella a \"my-calendar-custom\" per evitare che vengano sovrascritti dagli aggiornamenti."
1812
 
1813
+ #: my-calendar-help.php:69
1814
+ #@ my-calendar
1815
  msgid "Your icons folder is:"
1816
  msgstr "La cartella delle icone è:"
1817
 
1818
+ #: my-calendar-help.php:69
1819
+ #@ my-calendar
1820
  msgid "You can alternately place icons in:"
1821
  msgstr "È possibile alternativamente mettere le icone in:"
1822
 
1823
+ #: my-calendar-help.php:77
1824
+ #@ my-calendar
1825
  msgid "Custom Styles"
1826
  msgstr "Stili personalizzati"
1827
 
1828
+ #: my-calendar-help.php:80
1829
+ #@ my-calendar
1830
  msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1831
  msgstr "My Calendar è dotato di quattro fogli di stile di base. My Calendar manterrà le modifiche a questi fogli di stile di base con l'aggiornamento, ma se si desidera aggiungere un foglio di stile del tutto nuovo, si potrebbe desiderare di memorizzarlo nella cartella stili di My Calendar."
1832
 
1833
+ #: my-calendar-help.php:83
1834
+ #@ my-calendar
1835
  msgid "Your stylesheet directory is"
1836
  msgstr "La tua cartella del foglio di stile è"
1837
 
1838
+ #: my-calendar-help.php:84
1839
+ #@ my-calendar
1840
  msgid "Your custom stylesheets directory is"
1841
  msgstr "La tua cartella personalizzata fogli di stile è"
1842
 
1843
+ #: my-calendar-help.php:92
1844
+ #@ my-calendar
1845
  msgid "Widget Templating"
1846
  msgstr ""
1847
 
1848
+ #: my-calendar-help.php:95
1849
+ #@ my-calendar
1850
  msgid "These codes are available in calendar widgets, email notifications, and event titles."
1851
  msgstr "Questi codici sono disponibili nei widget calendario, notifiche e-mail, e titoli di eventi."
1852
 
1853
+ #: my-calendar-help.php:208
1854
+ #@ my-calendar
1855
  msgid "Displays the name of the category the event is in."
1856
  msgstr "Visualizza il nome della categoria dell'evento."
1857
 
1858
+ #: my-calendar-help.php:100
1859
+ #@ my-calendar
1860
  msgid "Displays the title of the event."
1861
  msgstr "Visualizza il titolo dell'evento."
1862
 
1863
+ #: my-calendar-help.php:106
1864
+ #@ my-calendar
1865
  msgid "Displays the start time for the event."
1866
  msgstr "Visualizzare l'ora di inizio dell'evento."
1867
 
1868
+ #: my-calendar-help.php:115
1869
+ #@ my-calendar
 
 
 
1870
  msgid "Displays the date on which the event begins."
1871
  msgstr "Visualizza la data in cui l'evento ha inizio."
1872
 
1873
+ #: my-calendar-help.php:118
1874
+ #@ my-calendar
1875
  msgid "Displays the date on which the event ends."
1876
  msgstr "Visualizza la data in cui l'evento finisce."
1877
 
1878
+ #: my-calendar-help.php:121
1879
+ #@ my-calendar
1880
  msgid "Displays the time at which the event ends."
1881
  msgstr "Visualizza l'ora in cui l'evento finisce."
1882
 
1883
+ #: my-calendar-help.php:124
1884
+ #@ my-calendar
1885
  msgid "Displays the WordPress author who posted the event."
1886
  msgstr "Visualizza l'autore WordPress che ha pubblicato l'event"
1887
 
1888
+ #: my-calendar-help.php:127
1889
+ #@ my-calendar
1890
  msgid "Displays the name of the person assigned as host for the event."
1891
  msgstr "Visualizza il nome della persona assegnata all'evento."
1892
 
1893
+ #: my-calendar-help.php:142
1894
+ #@ my-calendar
1895
  msgid "Displays the URL provided for the event."
1896
  msgstr "Visualizzare l'URL fornito per l'evento."
1897
 
1898
+ #: my-calendar-help.php:136
1899
+ #@ my-calendar
1900
  msgid "Displays the description of the event."
1901
  msgstr "visualizzare la descrizione dell'evento."
1902
 
1903
+ #: my-calendar-help.php:103
1904
+ #@ my-calendar
1905
  msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
1906
  msgstr "Visualizza il titolo dell'evento come un link se un URL è presente, o il titolo solo se nessun URL è disponibile."
1907
 
1908
+ #: my-calendar-help.php:169
1909
+ #@ my-calendar
1910
  msgid "Displays the name of the location of the event."
1911
  msgstr "Visualizza il nome della località dell'evento."
1912
 
1913
+ #: my-calendar-help.php:172
1914
+ #@ my-calendar
1915
  msgid "Displays the first line of the site address."
1916
  msgstr "Visualizza la prima riga dell'indirizzo del sito."
1917
 
1918
+ #: my-calendar-help.php:175
1919
+ #@ my-calendar
1920
  msgid "Displays the second line of the site address."
1921
  msgstr "Visualizza la seconda riga dell'indirizzo del sito."
1922
 
1923
+ #: my-calendar-help.php:190
1924
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
1925
  msgid "Displays the country for the event location."
1926
  msgstr "Visualizza il paese per la località dell'evento."
1927
 
1928
+ #: my-calendar-help.php:199
1929
+ #@ my-calendar
1930
  msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1931
  msgstr "Visualizza l'indirizzo dell'evento in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> formato."
1932
 
1933
+ #: my-calendar-help.php:202
1934
+ #@ my-calendar
1935
  msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
1936
  msgstr "Visualizza un collegamento a una mappa di Google dell'evento, se le informazioni sull'indirizzo disponibile sono sufficiente. In caso contrario, sarà vuoto."
1937
 
1938
+ #: my-calendar-help.php:160
1939
+ #@ my-calendar
1940
  msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1941
  msgstr "Visualizza testo che indica se la registrazione per l'evento è aperto o chiuso; nulla viene visualizzato se tale scelta è stata selezionata nel evento."
1942
 
1943
+ #: my-calendar-help.php:133
1944
+ #@ my-calendar
1945
  msgid "Displays the short version of the event description."
1946
  msgstr "Visualizza la versione breve della descrizione dell'evento."
1947
 
1948
+ #: my-calendar-help.php:163
1949
+ #@ my-calendar
1950
  msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1951
  msgstr "Visualizza lo stato corrente del evento: o \"Pubblico\" o \"Riservato\" - primaria utilizzata in modelli di posta elettronica."
1952
 
1953
+ #: my-calendar-help.php:211
1954
+ #@ my-calendar
1955
  msgid "Produces the address of the current event's category icon."
1956
  msgstr "Produce l'indirizzo dell'icona della categoria dell'evento corrente."
1957
 
1958
+ #: my-calendar-help.php:217
1959
+ #@ my-calendar
1960
  msgid "Produces the hex code for the current event's category color."
1961
  msgstr "Produce il codice esadecimale (hex) per il colore categoria dell'evento corrente."
1962
 
1963
  #: my-calendar-widgets.php:5
1964
+ #@ my-calendar
1965
  msgid "My Calendar: Today's Events"
1966
  msgstr "My Calendar: Eventi di oggi"
1967
 
1968
+ #: my-calendar-widgets.php:41
1969
+ #: my-calendar-widgets.php:124
1970
+ #@ my-calendar
 
 
 
 
1971
  msgid "Template"
1972
  msgstr "Template"
1973
 
1974
+ #: my-calendar-widgets.php:52
1975
+ #@ my-calendar
1976
  msgid "Show this text if there are no events today:"
1977
  msgstr "Mostra questo testo, se non ci sono eventi di oggi:"
1978
 
1979
+ #: my-calendar-widgets.php:56
1980
+ #: my-calendar-widgets.php:163
1981
+ #: my-calendar-widgets.php:498
1982
+ #@ my-calendar
1983
  msgid "Category or categories to display:"
1984
  msgstr "Categoria o le categorie da visualizzare:"
1985
 
1986
+ #: my-calendar-widgets.php:77
1987
+ #@ my-calendar
1988
  msgid "My Calendar: Upcoming Events"
1989
  msgstr "My Calendar: Prossimi Eventi"
1990
 
1991
+ #: my-calendar-widgets.php:128
1992
+ #@ my-calendar
1993
  msgid "Widget Options"
1994
  msgstr "Opzione Widget"
1995
 
1996
+ #: my-calendar-widgets.php:139
1997
+ #@ my-calendar
1998
  msgid "Display upcoming events by:"
1999
  msgstr "Visualizzare prossimi eventi per:"
2000
 
2001
+ #: my-calendar-widgets.php:140
2002
+ #@ my-calendar
2003
  msgid "Events (e.g. 2 past, 3 future)"
2004
  msgstr "Eventi (ad esempio 2 passate, 3 futuro)"
2005
 
2006
+ #: my-calendar-widgets.php:141
2007
+ #@ my-calendar
2008
  msgid "Dates (e.g. 4 days past, 5 forward)"
2009
  msgstr "Date (ad esempio, 4 giorni passati, 5 in avanti)"
2010
 
2011
+ #: my-calendar-widgets.php:159
2012
+ #@ my-calendar
 
 
 
 
 
 
 
2013
  msgid "Show this text if there are no events meeting your criteria:"
2014
  msgstr "Mostra questo testo, se non ci sono eventi che soddisfano i tuoi criteri:"
2015
 
2016
+ #: button/generator.php:12
2017
+ #@ my-calendar
2018
+ msgid "You don't have access to this function."
2019
+ msgstr ""
2020
+
2021
+ #: button/generator.php:18
2022
+ #: button/generator.php:44
2023
+ #@ my-calendar
2024
+ msgid "My Calendar Shortcode Generator"
2025
+ msgstr ""
2026
+
2027
+ #: button/generator.php:47
2028
+ #@ my-calendar
2029
+ msgid "Shortcode Attributes"
2030
+ msgstr ""
2031
+
2032
+ #: button/generator.php:52
2033
+ #@ my-calendar
2034
+ msgid "Location filter type:"
2035
+ msgstr ""
2036
+
2037
+ #: button/generator.php:54
2038
+ #@ my-calendar
2039
+ msgid "All locations"
2040
+ msgstr ""
2041
+
2042
+ #: button/generator.php:64
2043
+ #@ my-calendar
2044
+ msgid "Location filter value:"
2045
+ msgstr ""
2046
+
2047
+ #: button/generator.php:68
2048
+ #@ my-calendar
2049
+ msgid "Format"
2050
+ msgstr ""
2051
+
2052
+ #: button/generator.php:70
2053
+ #@ my-calendar
2054
+ msgid "Grid"
2055
+ msgstr ""
2056
+
2057
+ #: button/generator.php:71
2058
+ #@ my-calendar
2059
+ msgid "List"
2060
+ msgstr ""
2061
+
2062
+ #: button/generator.php:75
2063
+ #@ my-calendar
2064
+ msgid "Show Category Key"
2065
+ msgstr ""
2066
+
2067
+ #: button/generator.php:77
2068
+ #: button/generator.php:84
2069
+ #: button/generator.php:91
2070
+ #: my-calendar-widgets.php:503
2071
+ #: my-calendar-widgets.php:509
2072
+ #@ my-calendar
2073
+ msgid "Yes"
2074
+ msgstr ""
2075
+
2076
+ #: button/generator.php:78
2077
+ #: button/generator.php:85
2078
+ #: button/generator.php:92
2079
+ #: my-calendar-widgets.php:504
2080
+ #: my-calendar-widgets.php:510
2081
+ #@ my-calendar
2082
+ msgid "No"
2083
+ msgstr ""
2084
+
2085
+ #: button/generator.php:82
2086
+ #@ my-calendar
2087
+ msgid "Show Previous/Next Links"
2088
+ msgstr ""
2089
+
2090
+ #: button/generator.php:89
2091
+ #@ my-calendar
2092
+ msgid "Show Format Toggle"
2093
+ msgstr ""
2094
+
2095
+ #: button/generator.php:96
2096
+ #@ my-calendar
2097
+ msgid "Time Segment"
2098
+ msgstr ""
2099
+
2100
+ #: button/generator.php:99
2101
+ #: my-calendar-widgets.php:516
2102
+ #@ my-calendar
2103
+ msgid "Week"
2104
+ msgstr ""
2105
+
2106
+ #: button/generator.php:100
2107
+ #@ my-calendar
2108
+ msgid "Day"
2109
+ msgstr ""
2110
+
2111
+ #: button/generator.php:105
2112
+ #@ my-calendar
2113
+ msgid "Generate Shortcode"
2114
+ msgstr ""
2115
+
2116
+ #: button/generator.php:107
2117
+ #@ my-calendar
2118
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
2119
+ msgstr ""
2120
+
2121
+ #: button/generator.php:117
2122
+ #@ my-calendar
2123
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
2124
+ msgstr ""
2125
+
2126
+ #: my-calendar-behaviors.php:79
2127
+ #@ my-calendar
2128
+ msgid "Update/Reset the My Calendar Calendar Javascript"
2129
+ msgstr ""
2130
+
2131
+ #: my-calendar-behaviors.php:94
2132
+ #: my-calendar-behaviors.php:125
2133
+ #: my-calendar-behaviors.php:156
2134
+ #: my-calendar-behaviors.php:186
2135
+ #@ my-calendar
2136
+ msgid "Comparing scripts with latest installed version of My Calendar"
2137
+ msgstr ""
2138
+
2139
+ #: my-calendar-behaviors.php:94
2140
+ #: my-calendar-behaviors.php:125
2141
+ #: my-calendar-behaviors.php:156
2142
+ #: my-calendar-behaviors.php:186
2143
+ #: my-calendar-styles.php:208
2144
+ #@ my-calendar
2145
+ msgid "Latest (from plugin)"
2146
+ msgstr ""
2147
+
2148
+ #: my-calendar-behaviors.php:94
2149
+ #: my-calendar-behaviors.php:125
2150
+ #: my-calendar-behaviors.php:156
2151
+ #: my-calendar-behaviors.php:186
2152
+ #: my-calendar-styles.php:208
2153
+ #@ my-calendar
2154
+ msgid "Current (in use)"
2155
+ msgstr ""
2156
+
2157
+ #: my-calendar-behaviors.php:98
2158
+ #@ my-calendar
2159
+ msgid "There have been updates to the calendar view scripts."
2160
+ msgstr ""
2161
+
2162
+ #: my-calendar-behaviors.php:98
2163
+ #: my-calendar-behaviors.php:129
2164
+ #: my-calendar-behaviors.php:160
2165
+ #: my-calendar-behaviors.php:190
2166
+ #@ my-calendar
2167
+ msgid "Compare your scripts with latest installed version of My Calendar."
2168
+ msgstr ""
2169
+
2170
+ #: my-calendar-behaviors.php:102
2171
+ #: my-calendar-behaviors.php:133
2172
+ #: my-calendar-behaviors.php:164
2173
+ #: my-calendar-behaviors.php:194
2174
+ #@ my-calendar
2175
+ msgid "Your script matches that included with My Calendar."
2176
+ msgstr ""
2177
+
2178
+ #: my-calendar-behaviors.php:110
2179
+ #@ my-calendar
2180
+ msgid "Update/Reset the My Calendar List Javascript"
2181
+ msgstr ""
2182
+
2183
+ #: my-calendar-behaviors.php:129
2184
+ #@ my-calendar
2185
+ msgid "There have been updates to the list view scripts."
2186
+ msgstr ""
2187
+
2188
+ #: my-calendar-behaviors.php:141
2189
+ #@ my-calendar
2190
+ msgid "Update/Reset the My Calendar Mini Format Javascript"
2191
+ msgstr ""
2192
+
2193
+ #: my-calendar-behaviors.php:160
2194
+ #@ my-calendar
2195
+ msgid "There have been updates to the mini view scripts."
2196
+ msgstr ""
2197
+
2198
+ #: my-calendar-behaviors.php:172
2199
+ #@ my-calendar
2200
+ msgid "Update/Reset the My Calendar AJAX Javascript"
2201
+ msgstr ""
2202
+
2203
+ #: my-calendar-behaviors.php:190
2204
+ #@ my-calendar
2205
+ msgid "There have been updates to the AJAX scripts."
2206
+ msgstr ""
2207
+
2208
+ #: my-calendar-behaviors.php:202
2209
+ #@ my-calendar
2210
+ msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
2211
+ msgstr ""
2212
+
2213
+ #: my-calendar-categories.php:137
2214
+ #@ my-calendar
2215
+ msgid "Error: Category was not edited."
2216
+ msgstr ""
2217
+
2218
+ #: my-calendar-categories.php:218
2219
+ #@ my-calendar
2220
+ msgid "Add a New Category"
2221
+ msgstr ""
2222
+
2223
+ #: my-calendar-core.php:185
2224
+ #, php-format
2225
+ #@ my-calendar
2226
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
2227
+ msgstr ""
2228
+
2229
+ #: my-calendar-core.php:911
2230
+ #@ my-calendar
2231
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
2232
+ msgstr ""
2233
+
2234
+ #: my-calendar-core.php:1036
2235
+ #@ my-calendar
2236
+ msgid "Is this your calendar page?"
2237
+ msgstr ""
2238
+
2239
+ #: my-calendar-core.php:1039
2240
+ #@ my-calendar
2241
+ msgid "I tried to guess, but don't have a suggestion for you."
2242
+ msgstr ""
2243
+
2244
+ #: my-calendar-event-manager.php:260
2245
+ #@ my-calendar
2246
+ msgid "Currently editing your local calendar"
2247
+ msgstr ""
2248
+
2249
+ #: my-calendar-event-manager.php:262
2250
+ #@ my-calendar
2251
+ msgid "Currently editing your central calendar"
2252
+ msgstr ""
2253
+
2254
+ #: my-calendar-event-manager.php:471
2255
+ #@ my-calendar
2256
+ msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
2257
+ msgstr ""
2258
+
2259
+ #: my-calendar-event-manager.php:496
2260
+ #@ my-calendar
2261
+ msgid "This event is not spam"
2262
+ msgstr ""
2263
+
2264
+ #: my-calendar-event-manager.php:513
2265
+ #: my-calendar-event-manager.php:520
2266
+ #@ my-calendar
2267
+ msgid "This event's image:"
2268
+ msgstr ""
2269
+
2270
+ #: my-calendar-event-manager.php:514
2271
+ #@ my-calendar
2272
+ msgid "Add an image:"
2273
+ msgstr ""
2274
+
2275
+ #: my-calendar-event-manager.php:514
2276
+ #@ my-calendar
2277
+ msgid "Upload Image"
2278
+ msgstr ""
2279
+
2280
+ #: my-calendar-event-manager.php:514
2281
+ #: my-calendar-group-manager.php:306
2282
+ #@ my-calendar
2283
+ msgid "Include your image URL or upload an image."
2284
+ msgstr ""
2285
+
2286
+ #: my-calendar-event-manager.php:583
2287
+ #@ my-calendar
2288
+ msgid "Enter the beginning and ending information for this occurrence of the event."
2289
+ msgstr ""
2290
+
2291
+ #: my-calendar-event-manager.php:600
2292
+ #@ my-calendar
2293
+ msgid "Time (hh:mm am/pm)"
2294
+ msgstr ""
2295
+
2296
+ #: my-calendar-event-manager.php:609
2297
+ #@ my-calendar
2298
+ msgid "End Time (hh:mm am/pm)"
2299
+ msgstr ""
2300
+
2301
+ #: my-calendar-event-manager.php:619
2302
+ #@ my-calendar
2303
+ msgid "Add another occurrence"
2304
+ msgstr ""
2305
+
2306
+ #: my-calendar-event-manager.php:620
2307
+ #@ my-calendar
2308
+ msgid "Remove last occurrence"
2309
+ msgstr ""
2310
+
2311
+ #: my-calendar-event-manager.php:640
2312
+ #: my-calendar-templates.php:111
2313
+ #@ my-calendar
2314
+ msgid "Daily, weekdays only"
2315
+ msgstr ""
2316
+
2317
+ #: my-calendar-event-manager.php:647
2318
+ #@ my-calendar
2319
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
2320
+ msgstr ""
2321
+
2322
+ #: my-calendar-event-manager.php:789
2323
+ #: my-calendar-group-manager.php:459
2324
+ #@ my-calendar
2325
+ msgid "Location URL"
2326
+ msgstr ""
2327
+
2328
+ #: my-calendar-event-manager.php:810
2329
+ #@ my-calendar
2330
+ msgid "Special Options"
2331
+ msgstr ""
2332
+
2333
+ #: my-calendar-event-manager.php:812
2334
+ #@ my-calendar
2335
+ msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
2336
+ msgstr ""
2337
+
2338
+ #: my-calendar-event-manager.php:815
2339
+ #@ my-calendar
2340
+ msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
2341
+ msgstr ""
2342
+
2343
+ #: my-calendar-event-manager.php:896
2344
+ #@ my-calendar
2345
+ msgid "All"
2346
+ msgstr ""
2347
+
2348
+ #: my-calendar-event-manager.php:949
2349
+ #: my-calendar-group-manager.php:720
2350
+ #@ my-calendar
2351
+ msgid "Weekdays"
2352
+ msgstr ""
2353
+
2354
+ #: my-calendar-event-manager.php:958
2355
+ #: my-calendar-group-manager.php:729
2356
+ #, php-format
2357
+ #@ my-calendar
2358
+ msgid "%d Times"
2359
+ msgstr ""
2360
+
2361
+ #: my-calendar-event-manager.php:976
2362
+ #: my-calendar-group-manager.php:747
2363
+ #: my-calendar-output.php:269
2364
+ #@ my-calendar
2365
+ msgid "Edit Group"
2366
+ msgstr ""
2367
+
2368
+ #: my-calendar-event-manager.php:1007
2369
+ #@ my-calendar
2370
+ msgid "Delete checked events"
2371
+ msgstr ""
2372
+
2373
+ #: my-calendar-group-manager.php:56
2374
+ #@ my-calendar
2375
+ msgid "Event not updated."
2376
+ msgstr ""
2377
+
2378
+ #: my-calendar-group-manager.php:82
2379
+ #@ my-calendar
2380
+ msgid "Event not grouped."
2381
+ msgstr ""
2382
+
2383
+ #: my-calendar-group-manager.php:86
2384
+ #@ my-calendar
2385
+ msgid "Event grouped successfully"
2386
+ msgstr ""
2387
+
2388
+ #: my-calendar-group-manager.php:104
2389
+ #: my-calendar-group-manager.php:259
2390
+ #@ my-calendar
2391
+ msgid "Edit Event Group"
2392
+ msgstr ""
2393
+
2394
+ #: my-calendar-group-manager.php:108
2395
+ #@ my-calendar
2396
+ msgid "You must provide an event group id in order to edit it"
2397
+ msgstr ""
2398
+
2399
+ #: my-calendar-group-manager.php:116
2400
+ #: my-calendar.php:158
2401
+ #@ my-calendar
2402
+ msgid "Manage Event Groups"
2403
+ msgstr ""
2404
+
2405
+ #: my-calendar-group-manager.php:118
2406
+ #@ my-calendar
2407
+ msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
2408
+ msgstr ""
2409
+
2410
+ #: my-calendar-group-manager.php:119
2411
+ #@ my-calendar
2412
+ msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
2413
+ msgstr ""
2414
+
2415
+ #: my-calendar-group-manager.php:212
2416
+ #@ my-calendar
2417
+ msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
2418
+ msgstr ""
2419
+
2420
+ #: my-calendar-group-manager.php:212
2421
+ #@ my-calendar
2422
+ msgid "The group editable fields in for the events in this group match."
2423
+ msgstr ""
2424
+
2425
+ #: my-calendar-group-manager.php:219
2426
+ #@ my-calendar
2427
+ msgid "Apply these changes to:"
2428
+ msgstr ""
2429
+
2430
+ #: my-calendar-group-manager.php:230
2431
+ #@ my-calendar
2432
+ msgid "Check/Uncheck all"
2433
+ msgstr ""
2434
+
2435
+ #: my-calendar-group-manager.php:232
2436
+ #@ my-calendar
2437
+ msgid "Remove checked events from this group"
2438
+ msgstr ""
2439
+
2440
+ #: my-calendar-group-manager.php:249
2441
+ #@ my-calendar
2442
+ msgid "You must provide a group ID to edit groups"
2443
+ msgstr ""
2444
+
2445
+ #: my-calendar-group-manager.php:662
2446
+ #@ my-calendar
2447
+ msgid "Create/Modify Groups"
2448
+ msgstr ""
2449
+
2450
+ #: my-calendar-group-manager.php:663
2451
+ #@ my-calendar
2452
+ msgid "Check a set of events to group them for mass editing."
2453
+ msgstr ""
2454
+
2455
+ #: my-calendar-group-manager.php:673
2456
+ #: my-calendar-group-manager.php:759
2457
+ #@ my-calendar
2458
+ msgid "Group checked events for mass editing"
2459
+ msgstr ""
2460
+
2461
+ #: my-calendar-group-manager.php:679
2462
+ #@ my-calendar
2463
+ msgid "Group"
2464
+ msgstr ""
2465
+
2466
+ #: my-calendar-group-manager.php:749
2467
+ #@ my-calendar
2468
+ msgid "Ungrouped"
2469
+ msgstr ""
2470
+
2471
+ #: my-calendar-help.php:17
2472
+ #@ my-calendar
2473
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
2474
+ msgstr ""
2475
+
2476
+ #: my-calendar-help.php:22
2477
+ #@ my-calendar
2478
+ msgid "The shortcode supports eight attributes:"
2479
+ msgstr ""
2480
+
2481
+ #: my-calendar-help.php:24
2482
+ #@ my-calendar
2483
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
2484
+ msgstr ""
2485
+
2486
+ #: my-calendar-help.php:25
2487
+ #@ my-calendar
2488
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
2489
+ msgstr ""
2490
+
2491
+ #: my-calendar-help.php:26
2492
+ #@ my-calendar
2493
+ msgid "Set as \"no\" to hide the category key."
2494
+ msgstr ""
2495
+
2496
+ #: my-calendar-help.php:27
2497
+ #@ my-calendar
2498
+ msgid "Set as \"no\" to hide the month-by-month navigation."
2499
+ msgstr ""
2500
+
2501
+ #: my-calendar-help.php:28
2502
+ #@ my-calendar
2503
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
2504
+ msgstr ""
2505
+
2506
+ #: my-calendar-help.php:29
2507
+ #@ my-calendar
2508
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
2509
+ msgstr ""
2510
+
2511
+ #: my-calendar-help.php:30
2512
+ #@ my-calendar
2513
+ msgid "The type of location data to restrict by."
2514
+ msgstr ""
2515
+
2516
+ #: my-calendar-help.php:31
2517
+ #@ my-calendar
2518
+ msgid "The specific location information to filter to."
2519
+ msgstr ""
2520
+
2521
+ #: my-calendar-help.php:35
2522
+ #@ my-calendar
2523
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
2524
+ msgstr ""
2525
+
2526
+ #: my-calendar-help.php:37
2527
+ #@ my-calendar
2528
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
2529
+ msgstr ""
2530
+
2531
+ #: my-calendar-help.php:39
2532
+ #@ my-calendar
2533
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
2534
+ msgstr ""
2535
+
2536
+ #: my-calendar-help.php:42
2537
+ #@ my-calendar
2538
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
2539
+ msgstr ""
2540
+
2541
+ #: my-calendar-help.php:45
2542
+ #@ my-calendar
2543
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
2544
+ msgstr ""
2545
+
2546
+ #: my-calendar-help.php:48
2547
+ #@ my-calendar
2548
+ msgid "Supplement Features (Locations filter, Categories filter)"
2549
+ msgstr ""
2550
+
2551
+ #: my-calendar-help.php:51
2552
+ #@ my-calendar
2553
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
2554
+ msgstr ""
2555
+
2556
+ #: my-calendar-help.php:54
2557
+ #@ my-calendar
2558
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
2559
+ msgstr ""
2560
+
2561
+ #: my-calendar-help.php:57
2562
+ #@ my-calendar
2563
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
2564
+ msgstr ""
2565
+
2566
+ #: my-calendar-help.php:97
2567
+ #: my-calendar-templating.php:72
2568
+ #@ my-calendar
2569
+ msgid "Event Template Tags"
2570
+ msgstr ""
2571
+
2572
+ #: my-calendar-help.php:109
2573
+ #@ my-calendar
2574
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2575
+ msgstr ""
2576
+
2577
+ #: my-calendar-help.php:112
2578
+ #@ my-calendar
2579
+ msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2580
+ msgstr ""
2581
+
2582
+ #: my-calendar-help.php:130
2583
+ #@ my-calendar
2584
+ msgid "Displays the email address of the person assigned as host for the event."
2585
+ msgstr ""
2586
+
2587
+ #: my-calendar-help.php:139
2588
+ #: my-calendar-templating.php:111
2589
+ #@ my-calendar
2590
+ msgid "Image associated with the event."
2591
+ msgstr ""
2592
+
2593
+ #: my-calendar-help.php:145
2594
+ #@ my-calendar
2595
+ msgid "Produces the URL to download an iCal formatted record for the event."
2596
+ msgstr ""
2597
+
2598
+ #: my-calendar-help.php:148
2599
+ #@ my-calendar
2600
+ msgid "Produces a hyperlink to download an iCal formatted record for the event."
2601
+ msgstr ""
2602
+
2603
+ #: my-calendar-help.php:151
2604
+ #@ my-calendar
2605
+ msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
2606
+ msgstr ""
2607
+
2608
+ #: my-calendar-help.php:154
2609
+ #@ my-calendar
2610
+ msgid "Shows the number of repetitions of the event."
2611
+ msgstr ""
2612
+
2613
+ #: my-calendar-help.php:157
2614
+ #@ my-calendar
2615
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
2616
+ msgstr ""
2617
+
2618
+ #: my-calendar-help.php:157
2619
+ #@ my-calendar
2620
+ msgid "Requires that the site URL has been provided on the Settings page"
2621
+ msgstr ""
2622
+
2623
+ #: my-calendar-help.php:165
2624
+ #: my-calendar-templating.php:125
2625
+ #@ my-calendar
2626
+ msgid "Location Template Tags"
2627
+ msgstr ""
2628
+
2629
+ #: my-calendar-help.php:178
2630
+ #@ my-calendar
2631
+ msgid "Displays the city for the location."
2632
+ msgstr ""
2633
+
2634
+ #: my-calendar-help.php:181
2635
+ #@ my-calendar
2636
+ msgid "Displays the state for the location."
2637
+ msgstr ""
2638
+
2639
+ #: my-calendar-help.php:184
2640
+ #@ my-calendar
2641
+ msgid "Displays the postcode for the location."
2642
+ msgstr ""
2643
+
2644
+ #: my-calendar-help.php:187
2645
+ #@ my-calendar
2646
+ msgid "Shows the custom region entered for the location."
2647
+ msgstr ""
2648
+
2649
+ #: my-calendar-help.php:193
2650
+ #@ my-calendar
2651
+ msgid "Output the URL for the location link."
2652
+ msgstr ""
2653
+
2654
+ #: my-calendar-help.php:196
2655
+ #@ my-calendar
2656
+ msgid "Output a hyperlink to the location's listed link with default link text."
2657
+ msgstr ""
2658
+
2659
+ #: my-calendar-help.php:204
2660
+ #: my-calendar-templating.php:161
2661
+ #@ my-calendar
2662
+ msgid "Category Template Tags"
2663
+ msgstr ""
2664
+
2665
+ #: my-calendar-help.php:214
2666
+ #@ my-calendar
2667
+ msgid "Produces the HTML for the current event's category icon."
2668
+ msgstr ""
2669
+
2670
+ #: my-calendar-help.php:220
2671
+ #@ my-calendar
2672
+ msgid ""
2673
+ "Displays the ID for\n"
2674
+ " the category the event is in."
2675
+ msgstr ""
2676
+
2677
+ #: my-calendar-help.php:224
2678
+ #@ my-calendar
2679
+ msgid "Special use Template Tags"
2680
+ msgstr ""
2681
+
2682
+ #: my-calendar-help.php:228
2683
+ #@ my-calendar
2684
+ msgid "A unique ID for the current instance of an event."
2685
+ msgstr ""
2686
+
2687
+ #: my-calendar-help.php:231
2688
+ #@ my-calendar
2689
+ msgid "The ID for the event record associated with the current instance of an event."
2690
+ msgstr ""
2691
+
2692
+ #: my-calendar-help.php:241
2693
+ #@ my-calendar
2694
+ msgid "Helpful Information"
2695
+ msgstr ""
2696
+
2697
+ #: my-calendar-help.php:244
2698
+ #@ my-calendar
2699
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2700
+ msgstr ""
2701
+
2702
+ #: my-calendar-help.php:247
2703
+ #@ my-calendar
2704
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2705
+ msgstr ""
2706
+
2707
+ #: my-calendar-locations.php:197
2708
+ #@ my-calendar
2709
+ msgid "Website"
2710
+ msgstr ""
2711
+
2712
+ #: my-calendar-locations.php:217
2713
+ #@ my-calendar
2714
+ msgid "Add a New Location"
2715
+ msgstr ""
2716
+
2717
+ #: my-calendar-output.php:166
2718
+ #, php-format
2719
+ #@ my-calendar
2720
+ msgid "(%s in your time zone)"
2721
+ msgstr ""
2722
+
2723
+ #: my-calendar-output.php:193
2724
+ #: my-calendar-templates.php:193
2725
+ #@ my-calendar
2726
+ msgid "Details about"
2727
+ msgstr ""
2728
+
2729
+ #: my-calendar-output.php:213
2730
+ #: my-calendar-templates.php:148
2731
+ #@ my-calendar
2732
+ msgid "iCal"
2733
+ msgstr ""
2734
+
2735
+ #: my-calendar-output.php:252
2736
+ #@ my-calendar
2737
+ msgid "View full calendar"
2738
+ msgstr ""
2739
+
2740
+ #: my-calendar-output.php:282
2741
+ #@ my-calendar
2742
+ msgid "Edit This Date"
2743
+ msgstr ""
2744
+
2745
+ #: my-calendar-output.php:283
2746
+ #@ my-calendar
2747
+ msgid "Edit All"
2748
+ msgstr ""
2749
+
2750
+ #: my-calendar-output.php:284
2751
+ #@ my-calendar
2752
+ msgid "Delete This Date"
2753
+ msgstr ""
2754
+
2755
+ #: my-calendar-output.php:285
2756
+ #@ my-calendar
2757
+ msgid "Delete All"
2758
+ msgstr ""
2759
+
2760
+ #: my-calendar-output.php:386
2761
+ #@ my-calendar
2762
+ msgid "View as Grid"
2763
+ msgstr ""
2764
+
2765
+ #: my-calendar-output.php:390
2766
+ #@ my-calendar
2767
+ msgid "View as List"
2768
+ msgstr ""
2769
+
2770
+ #: my-calendar-output.php:520
2771
+ #@ my-calendar
2772
+ msgid "No events scheduled for today!"
2773
+ msgstr ""
2774
+
2775
+ #: my-calendar-output.php:743
2776
+ #, php-format
2777
+ #@ my-calendar
2778
+ msgid " and %d other event"
2779
+ msgstr ""
2780
+
2781
+ #: my-calendar-output.php:745
2782
+ #, php-format
2783
+ #@ my-calendar
2784
+ msgid " and %d other events"
2785
+ msgstr ""
2786
+
2787
+ #: my-calendar-output.php:762
2788
+ #@ my-calendar
2789
+ msgid "Unrecognized calendar format."
2790
+ msgstr ""
2791
+
2792
+ #: my-calendar-output.php:824
2793
+ #@ my-calendar
2794
+ msgid "Next events"
2795
+ msgstr ""
2796
+
2797
+ #: my-calendar-output.php:866
2798
+ #@ my-calendar
2799
+ msgid "Previous events"
2800
+ msgstr ""
2801
+
2802
+ #: my-calendar-output.php:914
2803
+ #@ my-calendar
2804
+ msgid "(select to include)"
2805
+ msgstr ""
2806
+
2807
+ #: my-calendar-output.php:935
2808
+ #: my-calendar-output.php:938
2809
+ #@ my-calendar
2810
+ msgid "All Categories"
2811
+ msgstr ""
2812
+
2813
+ #: my-calendar-output.php:936
2814
+ #@ my-calendar
2815
+ msgid "Categories"
2816
+ msgstr ""
2817
+
2818
+ #: my-calendar-output.php:1061
2819
+ #: my-calendar-output.php:1079
2820
+ #@ my-calendar
2821
+ msgid "Show all"
2822
+ msgstr ""
2823
+
2824
+ #: my-calendar-settings.php:147
2825
+ #@ my-calendar
2826
+ msgid "Multsite settings saved"
2827
+ msgstr ""
2828
+
2829
+ #: my-calendar-settings.php:230
2830
+ #@ my-calendar
2831
+ msgid "Lowest user group that may create events"
2832
+ msgstr ""
2833
+
2834
+ #: my-calendar-settings.php:239
2835
+ #@ my-calendar
2836
+ msgid "Lowest user group that may approve events"
2837
+ msgstr ""
2838
+
2839
+ #: my-calendar-settings.php:248
2840
+ #@ my-calendar
2841
+ msgid "Lowest user group that may edit or delete all events"
2842
+ msgstr ""
2843
+
2844
+ #: my-calendar-settings.php:258
2845
+ #@ my-calendar
2846
+ msgid "Currently editing my local calendar"
2847
+ msgstr ""
2848
+
2849
+ #: my-calendar-settings.php:261
2850
+ #@ my-calendar
2851
+ msgid "Currently editing the network calendar"
2852
+ msgstr ""
2853
+
2854
+ #: my-calendar-settings.php:278
2855
+ #@ my-calendar
2856
+ msgid "Calendar Options: Customizable Text Fields"
2857
+ msgstr ""
2858
+
2859
+ #: my-calendar-settings.php:281
2860
+ #@ my-calendar
2861
+ msgid "Label for events without a set time"
2862
+ msgstr ""
2863
+
2864
+ #: my-calendar-settings.php:284
2865
+ #@ my-calendar
2866
+ msgid "Previous events link"
2867
+ msgstr ""
2868
+
2869
+ #: my-calendar-settings.php:287
2870
+ #@ my-calendar
2871
+ msgid "Next events link"
2872
+ msgstr ""
2873
+
2874
+ #: my-calendar-settings.php:290
2875
+ #@ my-calendar
2876
+ msgid "If events are open"
2877
+ msgstr ""
2878
+
2879
+ #: my-calendar-settings.php:293
2880
+ #@ my-calendar
2881
+ msgid "If events are closed"
2882
+ msgstr ""
2883
+
2884
+ #: my-calendar-settings.php:296
2885
+ #@ my-calendar
2886
+ msgid "Additional caption:"
2887
+ msgstr ""
2888
+
2889
+ #: my-calendar-settings.php:312
2890
+ #@ my-calendar
2891
+ msgid "Calendar Options: Customize the Output of your Calendar"
2892
+ msgstr ""
2893
+
2894
+ #: my-calendar-settings.php:314
2895
+ #@ my-calendar
2896
+ msgid "General Calendar Options"
2897
+ msgstr ""
2898
+
2899
+ #: my-calendar-settings.php:317
2900
+ #@ my-calendar
2901
+ msgid "<abbr title=\"Uniform resource locator\">URL</abbr> to use for event details display."
2902
+ msgstr ""
2903
+
2904
+ #: my-calendar-settings.php:318
2905
+ #@ my-calendar
2906
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2907
+ msgstr ""
2908
+
2909
+ #: my-calendar-settings.php:321
2910
+ #@ my-calendar
2911
+ msgid "Time format"
2912
+ msgstr ""
2913
+
2914
+ #: my-calendar-settings.php:321
2915
+ #: my-calendar-settings.php:324
2916
+ #: my-calendar-settings.php:327
2917
+ #@ my-calendar
2918
+ msgid "Current:"
2919
+ msgstr ""
2920
+
2921
+ #: my-calendar-settings.php:324
2922
+ #@ my-calendar
2923
+ msgid "Date format in grid mode, week view"
2924
+ msgstr ""
2925
+
2926
+ #: my-calendar-settings.php:327
2927
+ #@ my-calendar
2928
+ msgid "Date Format in all other views"
2929
+ msgstr ""
2930
+
2931
+ #: my-calendar-settings.php:331
2932
+ #@ my-calendar
2933
+ msgid "RSS feed shows recently added events."
2934
+ msgstr ""
2935
+
2936
+ #: my-calendar-settings.php:334
2937
+ #@ my-calendar
2938
+ msgid "iCal outputs events occurring in the current calendar month."
2939
+ msgstr ""
2940
+
2941
+ #: my-calendar-settings.php:344
2942
+ #@ my-calendar
2943
+ msgid "Grid Layout Options"
2944
+ msgstr ""
2945
+
2946
+ #: my-calendar-settings.php:347
2947
+ #@ my-calendar
2948
+ msgid "Show Weekends on Calendar"
2949
+ msgstr ""
2950
+
2951
+ #: my-calendar-settings.php:354
2952
+ #@ my-calendar
2953
+ msgid "List Layout Options"
2954
+ msgstr ""
2955
+
2956
+ #: my-calendar-settings.php:364
2957
+ #@ my-calendar
2958
+ msgid "Event Details Options"
2959
+ msgstr ""
2960
+
2961
+ #: my-calendar-settings.php:368
2962
+ #: my-calendar-settings.php:378
2963
+ #@ my-calendar
2964
+ msgid "Templating Help"
2965
+ msgstr ""
2966
+
2967
+ #: my-calendar-settings.php:368
2968
+ #: my-calendar-settings.php:378
2969
+ #@ my-calendar
2970
+ msgid "All template tags are available."
2971
+ msgstr ""
2972
+
2973
+ #: my-calendar-settings.php:371
2974
+ #@ my-calendar
2975
+ msgid "Event details link text"
2976
+ msgstr ""
2977
+
2978
+ #: my-calendar-settings.php:373
2979
+ #@ my-calendar
2980
+ msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>"
2981
+ msgstr ""
2982
+
2983
+ #: my-calendar-settings.php:376
2984
+ #@ my-calendar
2985
+ msgid "Event URL link text"
2986
+ msgstr ""
2987
+
2988
+ #: my-calendar-settings.php:381
2989
+ #@ my-calendar
2990
+ msgid "Display author's name"
2991
+ msgstr ""
2992
+
2993
+ #: my-calendar-settings.php:384
2994
+ #@ my-calendar
2995
+ msgid "Hide category icons"
2996
+ msgstr ""
2997
+
2998
+ #: my-calendar-settings.php:387
2999
+ #@ my-calendar
3000
+ msgid "Show Link to Google Map"
3001
+ msgstr ""
3002
+
3003
+ #: my-calendar-settings.php:390
3004
+ #@ my-calendar
3005
+ msgid "Show Event Address"
3006
+ msgstr ""
3007
+
3008
+ #: my-calendar-settings.php:399
3009
+ #@ my-calendar
3010
+ msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
3011
+ msgstr ""
3012
+
3013
+ #: my-calendar-settings.php:402
3014
+ #@ my-calendar
3015
+ msgid "Event links expire after the event has passed."
3016
+ msgstr ""
3017
+
3018
+ #: my-calendar-settings.php:405
3019
+ #@ my-calendar
3020
+ msgid "Show current availability status"
3021
+ msgstr ""
3022
+
3023
+ #: my-calendar-settings.php:416
3024
+ #@ my-calendar
3025
+ msgid "Event Scheduling Options"
3026
+ msgstr ""
3027
+
3028
+ #: my-calendar-settings.php:419
3029
+ #@ my-calendar
3030
+ msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
3031
+ msgstr ""
3032
+
3033
+ #: my-calendar-settings.php:439
3034
+ #@ my-calendar
3035
+ msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
3036
+ msgstr ""
3037
+
3038
+ #: my-calendar-settings.php:442
3039
+ #@ my-calendar
3040
+ msgid "Default Sort order for Admin Events List"
3041
+ msgstr ""
3042
+
3043
+ #: my-calendar-settings.php:444
3044
+ #@ my-calendar
3045
+ msgid "Event ID"
3046
+ msgstr ""
3047
+
3048
+ #: my-calendar-settings.php:469
3049
+ #@ my-calendar
3050
+ msgid "Select which input fields will be available when adding or editing events."
3051
+ msgstr ""
3052
+
3053
+ #: my-calendar-settings.php:474
3054
+ #@ my-calendar
3055
+ msgid "Show Event image field"
3056
+ msgstr ""
3057
+
3058
+ #: my-calendar-settings.php:474
3059
+ #@ my-calendar
3060
+ msgid "Show Event registration options"
3061
+ msgstr ""
3062
+
3063
+ #: my-calendar-settings.php:474
3064
+ #@ my-calendar
3065
+ msgid "Show Event location fields"
3066
+ msgstr ""
3067
+
3068
+ #: my-calendar-settings.php:474
3069
+ #@ default
3070
+ msgid "Use HTML Editor in Event Description Field"
3071
+ msgstr ""
3072
+
3073
+ #: my-calendar-settings.php:499
3074
+ #@ my-calendar
3075
+ msgid "Multisite Settings (Network Administrators only)"
3076
+ msgstr ""
3077
+
3078
+ #: my-calendar-settings.php:501
3079
+ #@ my-calendar
3080
+ msgid "Multisite support is a beta feature - use with caution."
3081
+ msgstr ""
3082
+
3083
+ #: my-calendar-settings.php:506
3084
+ #@ my-calendar
3085
+ msgid "Settings for WP MultiSite configurations"
3086
+ msgstr ""
3087
+
3088
+ #: my-calendar-settings.php:507
3089
+ #@ my-calendar
3090
+ msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
3091
+ msgstr ""
3092
+
3093
+ #: my-calendar-settings.php:509
3094
+ #@ my-calendar
3095
+ msgid "Site owners may only post to their local calendar"
3096
+ msgstr ""
3097
+
3098
+ #: my-calendar-settings.php:510
3099
+ #@ my-calendar
3100
+ msgid "Site owners may only post to the central calendar"
3101
+ msgstr ""
3102
+
3103
+ #: my-calendar-settings.php:511
3104
+ #@ my-calendar
3105
+ msgid "Site owners may manage either calendar"
3106
+ msgstr ""
3107
+
3108
+ #: my-calendar-settings.php:513
3109
+ #@ my-calendar
3110
+ msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
3111
+ msgstr ""
3112
+
3113
+ #: my-calendar-settings.php:516
3114
+ #@ my-calendar
3115
+ msgid "Save Multisite Settings"
3116
+ msgstr ""
3117
+
3118
+ #: my-calendar-settings.php:560
3119
+ #@ my-calendar
3120
+ msgid "Settings which can be configured in registered user's accounts"
3121
+ msgstr ""
3122
+
3123
+ #: my-calendar-settings.php:596
3124
+ #@ my-calendar
3125
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
3126
+ msgstr ""
3127
+
3128
+ #: my-calendar-settings.php:601
3129
+ #@ my-calendar
3130
+ msgid "Use this location list as input control"
3131
+ msgstr ""
3132
+
3133
+ #: my-calendar-settings.php:601
3134
+ #@ my-calendar
3135
+ msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
3136
+ msgstr ""
3137
+
3138
+ #: my-calendar-styles.php:192
3139
+ #@ my-calendar
3140
+ msgid "Restore My Calendar stylesheet"
3141
+ msgstr ""
3142
+
3143
+ #: my-calendar-styles.php:208
3144
+ #@ my-calendar
3145
+ msgid "Comparing Your Style with latest installed version of My Calendar"
3146
+ msgstr ""
3147
+
3148
+ #: my-calendar-styles.php:212
3149
+ #@ my-calendar
3150
+ msgid "There have been updates to the stylesheet."
3151
+ msgstr ""
3152
+
3153
+ #: my-calendar-styles.php:212
3154
+ #@ my-calendar
3155
+ msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3156
+ msgstr ""
3157
+
3158
+ #: my-calendar-styles.php:216
3159
+ #@ my-calendar
3160
+ msgid "Your stylesheet matches that included with My Calendar."
3161
+ msgstr ""
3162
+
3163
+ #: my-calendar-styles.php:224
3164
+ #@ my-calendar
3165
+ msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3166
+ msgstr ""
3167
+
3168
+ #: my-calendar-templates.php:39
3169
+ #, php-format
3170
+ #@ my-calendar
3171
+ msgid "Map<span> to %s</span>"
3172
+ msgstr ""
3173
+
3174
+ #: my-calendar-templates.php:59
3175
+ #: my-calendar-templates.php:105
3176
+ #, php-format
3177
+ #@ my-calendar
3178
+ msgid "Visit web site<span>: %s</span>"
3179
+ msgstr ""
3180
+
3181
+ #: my-calendar-templates.php:114
3182
+ #, php-format
3183
+ #@ my-calendar
3184
+ msgid "Date of Month (the %s of each month)"
3185
+ msgstr ""
3186
+
3187
+ #: my-calendar-templates.php:115
3188
+ #, php-format
3189
+ #@ my-calendar
3190
+ msgid "Day of Month (the %s %s of each month)"
3191
+ msgstr ""
3192
+
3193
+ #: my-calendar-templating.php:18
3194
+ #@ my-calendar
3195
+ msgid "Grid Output Template saved"
3196
+ msgstr ""
3197
+
3198
+ #: my-calendar-templating.php:30
3199
+ #@ my-calendar
3200
+ msgid "List Output Template saved"
3201
+ msgstr ""
3202
+
3203
+ #: my-calendar-templating.php:41
3204
+ #@ my-calendar
3205
+ msgid "Mini Output Template saved"
3206
+ msgstr ""
3207
+
3208
+ #: my-calendar-templating.php:52
3209
+ #@ my-calendar
3210
+ msgid "Event Details Template saved"
3211
+ msgstr ""
3212
+
3213
+ #: my-calendar-templating.php:69
3214
+ #@ my-calendar
3215
+ msgid "My Calendar Information Templates"
3216
+ msgstr ""
3217
+
3218
+ #: my-calendar-templating.php:75
3219
+ #@ my-calendar
3220
+ msgid "Title of the event."
3221
+ msgstr ""
3222
+
3223
+ #: my-calendar-templating.php:78
3224
+ #@ my-calendar
3225
+ msgid "Title of the event as a link if a URL is present, or the title alone if not."
3226
+ msgstr ""
3227
+
3228
+ #: my-calendar-templating.php:81
3229
+ #@ my-calendar
3230
+ msgid "Start time for the event."
3231
+ msgstr ""
3232
+
3233
+ #: my-calendar-templating.php:84
3234
+ #@ my-calendar
3235
+ msgid "Event times adjusted to the current user's time zone if set."
3236
+ msgstr ""
3237
+
3238
+ #: my-calendar-templating.php:87
3239
+ #@ my-calendar
3240
+ msgid "Date on which the event begins."
3241
+ msgstr ""
3242
+
3243
+ #: my-calendar-templating.php:90
3244
+ #@ my-calendar
3245
+ msgid "Date on which the event ends."
3246
+ msgstr ""
3247
+
3248
+ #: my-calendar-templating.php:93
3249
+ #@ my-calendar
3250
+ msgid "Time at which the event ends."
3251
+ msgstr ""
3252
+
3253
+ #: my-calendar-templating.php:96
3254
+ #@ my-calendar
3255
+ msgid "Author who posted the event."
3256
+ msgstr ""
3257
+
3258
+ #: my-calendar-templating.php:99
3259
+ #@ my-calendar
3260
+ msgid "Name of the assigned host for the event."
3261
+ msgstr ""
3262
+
3263
+ #: my-calendar-templating.php:102
3264
+ #@ my-calendar
3265
+ msgid "Email for the person assigned as host."
3266
+ msgstr ""
3267
+
3268
+ #: my-calendar-templating.php:105
3269
+ #@ my-calendar
3270
+ msgid "Short event description."
3271
+ msgstr ""
3272
+
3273
+ #: my-calendar-templating.php:108
3274
+ #@ my-calendar
3275
+ msgid "Description of the event."
3276
+ msgstr ""
3277
+
3278
+ #: my-calendar-templating.php:114
3279
+ #@ my-calendar
3280
+ msgid "URL provided for the event."
3281
+ msgstr ""
3282
+
3283
+ #: my-calendar-templating.php:117
3284
+ #@ my-calendar
3285
+ msgid "Link to an auto-generated page containing information about the event."
3286
+ msgstr ""
3287
+
3288
+ #: my-calendar-templating.php:120
3289
+ #@ my-calendar
3290
+ msgid "Whether event is currently open for registration."
3291
+ msgstr ""
3292
+
3293
+ #: my-calendar-templating.php:123
3294
+ #@ my-calendar
3295
+ msgid "Current status of event: either \"Published\" or \"Reserved.\""
3296
+ msgstr ""
3297
+
3298
+ #: my-calendar-templating.php:129
3299
+ #@ my-calendar
3300
+ msgid "Name of the location of the event."
3301
+ msgstr ""
3302
+
3303
+ #: my-calendar-templating.php:132
3304
+ #@ my-calendar
3305
+ msgid "First line of the site address."
3306
+ msgstr ""
3307
+
3308
+ #: my-calendar-templating.php:135
3309
+ #@ my-calendar
3310
+ msgid "Second line of the site address."
3311
+ msgstr ""
3312
+
3313
+ #: my-calendar-templating.php:138
3314
+ #@ my-calendar
3315
+ msgid "City."
3316
+ msgstr ""
3317
+
3318
+ #: my-calendar-templating.php:141
3319
+ #@ my-calendar
3320
+ msgid "State."
3321
+ msgstr ""
3322
+
3323
+ #: my-calendar-templating.php:144
3324
+ #@ my-calendar
3325
+ msgid "Postal code/zip code."
3326
+ msgstr ""
3327
+
3328
+ #: my-calendar-templating.php:147
3329
+ #@ my-calendar
3330
+ msgid "Custom region."
3331
+ msgstr ""
3332
+
3333
+ #: my-calendar-templating.php:150
3334
+ #@ my-calendar
3335
+ msgid "Country for the event location."
3336
+ msgstr ""
3337
+
3338
+ #: my-calendar-templating.php:153
3339
+ #@ my-calendar
3340
+ msgid "Output the URL for the location."
3341
+ msgstr ""
3342
+
3343
+ #: my-calendar-templating.php:156
3344
+ #@ my-calendar
3345
+ msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3346
+ msgstr ""
3347
+
3348
+ #: my-calendar-templating.php:159
3349
+ #@ my-calendar
3350
+ msgid "Link to Google Map to the event, if address information is available."
3351
+ msgstr ""
3352
+
3353
+ #: my-calendar-templating.php:165
3354
+ #@ my-calendar
3355
+ msgid "Name of the category of the event."
3356
+ msgstr ""
3357
+
3358
+ #: my-calendar-templating.php:168
3359
+ #@ my-calendar
3360
+ msgid "URL for the event's category icon."
3361
+ msgstr ""
3362
+
3363
+ #: my-calendar-templating.php:171
3364
+ #@ my-calendar
3365
+ msgid "Hex code for the event's category color."
3366
+ msgstr ""
3367
+
3368
+ #: my-calendar-templating.php:174
3369
+ #@ my-calendar
3370
+ msgid "ID of the category of the event."
3371
+ msgstr ""
3372
+
3373
+ #: my-calendar-templating.php:177
3374
+ #@ my-calendar
3375
+ msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3376
+ msgstr ""
3377
+
3378
+ #: my-calendar-templating.php:177
3379
+ #@ my-calendar
3380
+ msgid "Templates Help"
3381
+ msgstr ""
3382
+
3383
+ #: my-calendar-templating.php:180
3384
+ #@ my-calendar
3385
+ msgid "My Calendar: Grid Event Template"
3386
+ msgstr ""
3387
+
3388
+ #: my-calendar-templating.php:185
3389
+ #@ my-calendar
3390
+ msgid "Use this grid event template"
3391
+ msgstr ""
3392
+
3393
+ #: my-calendar-templating.php:188
3394
+ #@ my-calendar
3395
+ msgid "Your custom template for events in the calendar grid output."
3396
+ msgstr ""
3397
+
3398
+ #: my-calendar-templating.php:191
3399
+ #@ my-calendar
3400
+ msgid "Save Grid Template"
3401
+ msgstr ""
3402
+
3403
+ #: my-calendar-templating.php:200
3404
+ #@ my-calendar
3405
+ msgid "My Calendar: List Event Template"
3406
+ msgstr ""
3407
+
3408
+ #: my-calendar-templating.php:205
3409
+ #@ my-calendar
3410
+ msgid "Use this list event template"
3411
+ msgstr ""
3412
+
3413
+ #: my-calendar-templating.php:208
3414
+ #@ my-calendar
3415
+ msgid "Your custom template for events in calendar list output."
3416
+ msgstr ""
3417
+
3418
+ #: my-calendar-templating.php:211
3419
+ #@ my-calendar
3420
+ msgid "Save List Template"
3421
+ msgstr ""
3422
+
3423
+ #: my-calendar-templating.php:220
3424
+ #@ my-calendar
3425
+ msgid "My Calendar: Mini Calendar Template"
3426
+ msgstr ""
3427
+
3428
+ #: my-calendar-templating.php:225
3429
+ #@ my-calendar
3430
+ msgid "Use this mini event template"
3431
+ msgstr ""
3432
+
3433
+ #: my-calendar-templating.php:228
3434
+ #@ my-calendar
3435
+ msgid "Your custom template for events in sidebar/mini calendar output."
3436
+ msgstr ""
3437
+
3438
+ #: my-calendar-templating.php:231
3439
+ #@ my-calendar
3440
+ msgid "Save Mini Template"
3441
+ msgstr ""
3442
+
3443
+ #: my-calendar-templating.php:240
3444
+ #@ my-calendar
3445
+ msgid "My Calendar: Event Details Page Template"
3446
+ msgstr ""
3447
+
3448
+ #: my-calendar-templating.php:245
3449
+ #@ my-calendar
3450
+ msgid "Use this details template"
3451
+ msgstr ""
3452
+
3453
+ #: my-calendar-templating.php:248
3454
+ #@ my-calendar
3455
+ msgid "Your custom template for events on the event details page."
3456
+ msgstr ""
3457
+
3458
+ #: my-calendar-templating.php:251
3459
+ #@ my-calendar
3460
+ msgid "Save Details Template"
3461
+ msgstr ""
3462
+
3463
+ #: my-calendar-upgrade-db.php:25
3464
+ #@ my-calendar
3465
+ msgid "Update now."
3466
+ msgstr ""
3467
+
3468
+ #: my-calendar-widgets.php:44
3469
+ #@ my-calendar
3470
+ msgid "Add calendar URL to use this option."
3471
+ msgstr ""
3472
+
3473
+ #: my-calendar-widgets.php:46
3474
+ #: my-calendar-widgets.php:132
3475
+ #@ my-calendar
3476
+ msgid "Link widget title to calendar:"
3477
+ msgstr ""
3478
+
3479
+ #: my-calendar-widgets.php:47
3480
+ #: my-calendar-widgets.php:133
3481
+ #@ my-calendar
3482
+ msgid "Not Linked"
3483
+ msgstr ""
3484
+
3485
+ #: my-calendar-widgets.php:48
3486
+ #: my-calendar-widgets.php:134
3487
+ #@ my-calendar
3488
+ msgid "Linked"
3489
+ msgstr ""
3490
+
3491
+ #: my-calendar-widgets.php:130
3492
+ #@ my-calendar
3493
+ msgid "Add calendar URL in settings to use this option."
3494
+ msgstr ""
3495
+
3496
+ #: my-calendar-widgets.php:145
3497
+ #@ my-calendar
3498
+ msgid "Skip the first <em>n</em> events"
3499
+ msgstr ""
3500
+
3501
+ #: my-calendar-widgets.php:148
3502
+ #@ my-calendar
3503
+ msgid "Events sort order:"
3504
+ msgstr ""
3505
+
3506
+ #: my-calendar-widgets.php:149
3507
+ #@ my-calendar
3508
+ msgid "Ascending (near to far)"
3509
+ msgstr ""
3510
+
3511
+ #: my-calendar-widgets.php:150
3512
+ #@ my-calendar
3513
+ msgid "Descending (far to near)"
3514
+ msgstr ""
3515
+
3516
+ #: my-calendar-widgets.php:455
3517
+ #@ my-calendar
3518
+ msgid "My Calendar: Mini Calendar"
3519
+ msgstr ""
3520
+
3521
+ #: my-calendar-widgets.php:502
3522
+ #@ my-calendar
3523
+ msgid "Show Next/Previous Navigation:"
3524
+ msgstr ""
3525
+
3526
+ #: my-calendar-widgets.php:508
3527
+ #@ my-calendar
3528
+ msgid "Show Category Key:"
3529
+ msgstr ""
3530
+
3531
+ #: my-calendar-widgets.php:514
3532
+ #@ my-calendar
3533
+ msgid "Mini-Calendar Timespan:"
3534
+ msgstr ""
3535
+
3536
+ #: my-calendar.php:163
3537
+ #@ my-calendar
3538
+ msgid "Template Editor"
3539
+ msgstr ""
3540
+
3541
+ #: my-calendar.php:167
3542
+ #@ my-calendar
3543
+ msgid "My Calendar Pro Settings"
3544
+ msgstr ""
3545
 
lang/my-calendar-nl.mo CHANGED
Binary file
lang/my-calendar-nl.po CHANGED
@@ -1,1356 +1,2044 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: \n"
 
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Luud Heck <heck@dds.nl>\n"
7
  "Language-Team: \n"
8
  "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=iso-8859-1\n"
10
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  # Translation of the WordPress plugin My Calendar 1.4.10 by Luud Heck.
13
  # Copyright (C) 2010 Luud Heck
14
  # This file is distributed under the same license as the My Calendar package.
15
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
16
  #
17
- #: my-calendar-categories.php:41
18
  msgid "Category added successfully"
19
  msgstr "Categorie succesvol toegevoegd "
20
 
21
- #: my-calendar-categories.php:43
22
  msgid "Category addition failed."
23
  msgstr "Categorie toevoegen mislukt"
24
 
25
- #: my-calendar-categories.php:53
26
  msgid "Category deleted successfully. Categories in calendar updated."
27
  msgstr "Categorie succesvol verwijderd. Categorie&euml;n in kalender bijgewerkt."
28
 
29
- #: my-calendar-categories.php:55
30
  msgid "Category deleted successfully. Categories in calendar not updated."
31
  msgstr "Categorie succesvol verwijderd. Categorie&euml;n in kalender niet bijgewerkt."
32
 
33
- #: my-calendar-categories.php:57
34
  msgid "Category not deleted. Categories in calendar updated."
35
  msgstr "Categorie niet verwijderd. Categorie&euml;n in kalender bijgewerkt."
36
 
37
- #: my-calendar-categories.php:66
38
  msgid "Category edited successfully"
39
  msgstr "Categorie succesvol bewerkt"
40
 
41
- #: my-calendar-categories.php:88
42
- #: my-calendar-categories.php:112
43
- #: my-calendar-categories.php:130
44
  msgid "Add Category"
45
  msgstr "Voeg categorie toe"
46
 
47
- #: my-calendar-categories.php:90
48
- #: my-calendar-categories.php:112
49
  msgid "Edit Category"
50
  msgstr "Bewerk categorie"
51
 
52
- #: my-calendar-categories.php:97
53
  msgid "Category Editor"
54
  msgstr "Categorie bewerker"
55
 
56
- #: my-calendar-categories.php:113
57
- #: my-calendar-categories.php:156
58
  msgid "Category Name"
59
  msgstr "Categorie naam"
60
 
61
- #: my-calendar-categories.php:114
62
  msgid "Category Color (Hex format)"
63
  msgstr "Categorie kleur (Hex formaat)"
64
 
65
- #: my-calendar-categories.php:115
66
- #: my-calendar-categories.php:158
67
  msgid "Category Icon"
68
  msgstr "Categorie icoon"
69
 
70
- #: my-calendar-categories.php:130
71
- #: my-calendar-locations.php:121
72
  msgid "Save Changes"
73
  msgstr "Bewaar veranderingen"
74
 
75
- #: my-calendar-categories.php:143
76
- #: my-calendar.php:177
77
  msgid "Manage Categories"
78
  msgstr "Beheer categorie&euml;n"
79
 
80
- #: my-calendar-categories.php:155
81
- #: my-calendar-event-manager.php:531
82
- #: my-calendar-locations.php:147
83
  msgid "ID"
84
  msgstr "ID"
85
 
86
- #: my-calendar-categories.php:157
87
  msgid "Category Color"
88
  msgstr "Categorie kleur"
89
 
90
- #: my-calendar-categories.php:159
91
- #: my-calendar-categories.php:173
92
- #: my-calendar-event-manager.php:591
93
- #: my-calendar-locations.php:149
94
- #: my-calendar-locations.php:161
95
  msgid "Edit"
96
  msgstr "Bewerk"
97
 
98
- #: my-calendar-categories.php:160
99
- #: my-calendar-categories.php:179
100
- #: my-calendar-event-manager.php:76
101
- #: my-calendar-event-manager.php:591
102
- #: my-calendar-locations.php:150
103
- #: my-calendar-locations.php:162
104
  msgid "Delete"
105
  msgstr "Verwijder"
106
 
107
- #: my-calendar-categories.php:176
108
- #: my-calendar-event-manager.php:572
109
- #: my-calendar-settings.php:207
110
- #: my-calendar.php:638
111
  msgid "N/A"
112
  msgstr "Niet beschikbaar"
113
 
114
- #: my-calendar-categories.php:179
115
- #: my-calendar-locations.php:162
116
  msgid "Are you sure you want to delete this category?"
117
  msgstr "Weet je zeker dat je deze categorie wilt verwijderen?"
118
 
119
- #: my-calendar-categories.php:190
120
  msgid "There are no categories in the database - something has gone wrong!"
121
  msgstr "Er zijn geen categorie&euml;n in de database - er is iets mis gegaan!"
122
 
123
- #: my-calendar-event-manager.php:30
124
- #: my-calendar-settings.php:298
125
- msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
126
- msgstr "My Calendar heeft ontdekt dat je de Calendar plugin van Kieran O'Shea geïnstalleerd hebt. Je kunt de activiteiten en categorie&euml;n daarvan importeren in de My Calendar database. Wil je deze activiteiten importeren?"
127
 
128
- #: my-calendar-event-manager.php:36
129
- #: my-calendar-settings.php:304
130
- msgid "Import from Calendar"
131
- msgstr "Import van kalender"
 
 
 
132
 
133
- #: my-calendar-event-manager.php:41
134
- msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
135
- msgstr "Hoewel het kan dat deze import mislukt zou dit geen invloed moeten hebben op je bestaande Calendar database. Mocht je toch problemen tegenkomen <a href=\"http://www.joedolson.com/contact.php\">waarschuw me dan a.u.b.</a>"
 
136
 
137
- #: my-calendar-event-manager.php:71
138
- msgid "Delete Event"
139
- msgstr "Verwijder activiteit"
 
140
 
141
- #: my-calendar-event-manager.php:71
142
- msgid "Are you sure you want to delete this event?"
143
- msgstr "Weet je zeker dat je dit activiteit wilt verwijderen?"
 
144
 
145
- #: my-calendar-event-manager.php:84
146
- msgid "You do not have permission to delete that event."
147
- msgstr "Je hebt geen rechten om dit activiteit te verwijderen."
 
148
 
149
- #: my-calendar-event-manager.php:107
150
- #: my-calendar-event-manager.php:124
151
- #: my-calendar-event-manager.php:148
152
- #: my-calendar-event-manager.php:163
153
- #: my-calendar-event-manager.php:700
154
- #: my-calendar-event-manager.php:705
155
- #: my-calendar-event-manager.php:710
156
- #: my-calendar-event-manager.php:722
157
- #: my-calendar-event-manager.php:732
158
- #: my-calendar-event-manager.php:740
159
- #: my-calendar-event-manager.php:749
160
- #: my-calendar-event-manager.php:757
161
- msgid "Error"
162
- msgstr "Fout"
163
 
164
- #: my-calendar-event-manager.php:107
165
- msgid "I'm sorry! I couldn'd add that event to the database."
166
- msgstr "Sorrie! I kon dit event niet aan de database toevoegen."
167
 
168
- #: my-calendar-event-manager.php:109
169
- msgid "Event added. It will now show in your calendar."
170
- msgstr "Activiteit toegevoegd. Het is nu zichtbaar in je kalender."
 
 
171
 
172
- #: my-calendar-event-manager.php:124
173
- msgid "Your event was not updated."
174
- msgstr "Je activiteit was niet bijgewerkt."
175
 
176
- #: my-calendar-event-manager.php:128
177
- msgid "Nothing was changed in that update."
178
- msgstr "Niets was veranderd in deze herziening."
179
 
180
- #: my-calendar-event-manager.php:132
181
- msgid "Event updated successfully"
182
- msgstr "Activiteit succesvol bijgewerkt"
183
 
184
- #: my-calendar-event-manager.php:138
185
- msgid "You do not have sufficient permissions to edit that event."
186
- msgstr "Je hebt niet voldoende rechten om die activiteit te bewerken."
187
 
188
- #: my-calendar-event-manager.php:148
189
- msgid "You can't delete an event if you haven't submitted an event id"
190
- msgstr "Je kunt geen activiteit verwijderen als je geen activiteit id hebt opgegeven."
191
 
192
- #: my-calendar-event-manager.php:159
193
- msgid "Event deleted successfully"
194
- msgstr "Activiteit succesvol verwijderd"
195
 
196
- #: my-calendar-event-manager.php:163
197
- msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
198
- msgstr "Ondanks het verzoek om verwijderen staat de activiteit nog steeds in de database. Graag onderzoeken a.u.b."
199
 
200
- #: my-calendar-event-manager.php:182
201
- #: my-calendar-event-manager.php:268
202
- msgid "Edit Event"
203
- msgstr "Bewerk activiteit"
204
 
205
- #: my-calendar-event-manager.php:186
206
- #: my-calendar-event-manager.php:195
207
- msgid "You must provide an event id in order to edit it"
208
- msgstr "Je moet een activiteit id opgeven om het te bewerken"
209
 
210
- #: my-calendar-event-manager.php:191
211
- #: my-calendar-event-manager.php:268
212
- msgid "Copy Event"
213
- msgstr "Kopieer activiteit"
214
 
215
- #: my-calendar-event-manager.php:201
216
- msgid "Add Event"
217
- msgstr "Voeg activiteit toe"
218
 
219
- #: my-calendar-event-manager.php:206
220
- msgid "Manage Events"
221
- msgstr "Beheer activiteiten"
222
 
223
- #: my-calendar-event-manager.php:240
224
- msgid "Sorry! That's an invalid event key."
225
- msgstr "Sorrie! Dat is een ongeldige activiteit id."
 
 
226
 
227
- #: my-calendar-event-manager.php:245
228
- msgid "Sorry! We couldn't find an event with that ID."
229
- msgstr "Sorrie! We kunnen geen activiteit vinden met dat id."
230
 
231
- #: my-calendar-event-manager.php:268
232
- msgid "Add an Event"
233
- msgstr "Voeg een activiteit toe"
 
234
 
235
- #: my-calendar-event-manager.php:277
236
- msgid "Enter your Event Information"
237
- msgstr "Voer de informatie voor deze activiteit in"
 
238
 
239
- #: my-calendar-event-manager.php:280
240
- msgid "Event Title"
241
- msgstr "Activiteit titel"
242
 
243
- #: my-calendar-event-manager.php:284
244
- msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
245
- msgstr "Activiteit omschrijving (<abbr title=\"hypertext markup language\">HTML</abbr> toegestaan)"
246
 
247
- #: my-calendar-event-manager.php:289
248
- msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
249
- msgstr "Verkorte activiteit omschrijving (<abbr title=\"hypertext markup language\">HTML</abbr> toegestaan)"
 
250
 
251
- #: my-calendar-event-manager.php:294
252
- msgid "Event Category"
253
- msgstr "Activiteit categorie"
254
 
255
- #: my-calendar-event-manager.php:319
256
- msgid "Event Link (Optional)"
257
- msgstr "Activiteit link (optioneel)"
258
 
259
- #: my-calendar-event-manager.php:319
260
- msgid "This link will expire when the event passes."
261
- msgstr "Deze link zal verlopen als de activiteit geweest is."
262
 
263
- #: my-calendar-event-manager.php:323
264
- msgid "Start Date (YYYY-MM-DD)"
265
- msgstr "Begindatum (JJJJ-MM-DD)"
266
 
267
- #: my-calendar-event-manager.php:326
268
- msgid "End Date (YYYY-MM-DD) (Optional)"
269
- msgstr "Einddatum (JJJJ-MM-DD) (Optioneel)"
270
 
271
- #: my-calendar-event-manager.php:329
272
- msgid "Time (hh:mm)"
273
- msgstr "Tijd (uu:mm)"
274
 
275
- #: my-calendar-event-manager.php:341
276
- msgid "Optional, set blank if your event is an all-day event or does not happen at a specific time."
277
- msgstr "Optioneel, laat leeg indien deze activiteit de gehele dag duurt of niet op een specifiek tijdstip plaats vindt."
278
 
279
- #: my-calendar-event-manager.php:341
280
- msgid "Current time difference from GMT is "
281
- msgstr "Huidig tijdsverschil met GMT is "
282
 
283
- #: my-calendar-event-manager.php:341
284
- msgid " hour(s)"
285
- msgstr " uur."
286
 
287
- #: my-calendar-event-manager.php:344
288
- msgid "End Time (hh:mm)"
289
- msgstr "Eindtijd (uu:mm)"
290
 
291
- #: my-calendar-event-manager.php:355
292
- msgid "Optional. End times will not be displayed on events where this is not set."
293
- msgstr "Optioneel. Eindtijd wordt niet weergegeven voor activiteiten waarvoor dit niet is opgegeven."
294
 
295
- #: my-calendar-event-manager.php:360
296
- msgid "Recurring Events"
297
- msgstr "Terugkomende activiteiten"
298
 
299
- #: my-calendar-event-manager.php:363
300
- msgid "Repeats for"
301
- msgstr "Herhaald voor"
302
 
303
- #: my-calendar-event-manager.php:364
304
- msgid "Units"
305
- msgstr "Eenheden"
306
 
307
- #: my-calendar-event-manager.php:365
308
- msgid "Does not recur"
309
- msgstr "Wordt niet herhaald"
310
 
311
- #: my-calendar-event-manager.php:366
312
- #: my-calendar-event-manager.php:565
313
- msgid "Daily"
314
- msgstr "Dagelijks"
315
 
316
- #: my-calendar-event-manager.php:367
317
- #: my-calendar-event-manager.php:566
318
- msgid "Weekly"
319
- msgstr "Wekelijks"
 
320
 
321
- #: my-calendar-event-manager.php:368
322
- msgid "Bi-weekly"
323
- msgstr "Twee-wekelijks"
 
 
 
 
324
 
325
- #: my-calendar-event-manager.php:369
326
- #: my-calendar-event-manager.php:568
327
- msgid "Monthly"
328
- msgstr "Maandelijks"
 
329
 
330
- #: my-calendar-event-manager.php:370
331
- msgid "Annually"
332
- msgstr "Jaarlijks"
 
 
333
 
334
- #: my-calendar-event-manager.php:372
335
- msgid "Entering 0 means forever, if a unit is selected. If the recurrance unit is left at \"Does not recur,\" the event will not reoccur."
336
- msgstr "Opgeven van 0 betekent oneindig indien een eenheid van tijd is geselecteerd. Als de herhaling blijft staan op \"Wordt niet herhaald\" dan zal de activiteit niet vaker voorkomen."
337
 
338
- #: my-calendar-event-manager.php:375
339
- msgid "Group this event as a single item"
340
- msgstr "Groepeer deze activiteit als een enkel onderdeel."
341
 
342
- #: my-calendar-event-manager.php:386
343
- msgid "Event Registration Status"
344
- msgstr "Activiteit registratie status"
345
 
346
- #: my-calendar-event-manager.php:388
347
- msgid "Open"
348
- msgstr "Open"
349
 
350
- #: my-calendar-event-manager.php:389
351
- msgid "Closed"
352
- msgstr "Gesloten"
353
 
354
- #: my-calendar-event-manager.php:390
355
- msgid "Does not apply"
356
- msgstr "Niet van toepassing"
357
 
358
- #: my-calendar-event-manager.php:400
359
- #: my-calendar-locations.php:81
360
- msgid "Event Location"
361
- msgstr "Activiteit locatie"
362
 
363
- #: my-calendar-event-manager.php:409
364
- msgid "Choose a preset location:"
365
- msgstr "Kies een voorkeurslocatie:"
366
 
367
- #: my-calendar-event-manager.php:423
368
- msgid "Add recurring locations for later use."
369
- msgstr "Voeg herhaalde locaties toe voor later gebruik."
370
 
371
- #: my-calendar-event-manager.php:430
372
- #: my-calendar-locations.php:83
373
- msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
374
- msgstr "Alle locatie velden zijn optioneel: <em>onvoldoende informatie kan resulteren in een inaccurate kaart</em>."
375
 
376
- #: my-calendar-event-manager.php:433
377
- #: my-calendar-locations.php:86
378
- msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
379
- msgstr "Naam van locatie (bijv. <em>Joe's Bar & Grill</em>)"
380
 
381
- #: my-calendar-event-manager.php:436
382
- #: my-calendar-locations.php:89
383
- msgid "Street Address"
384
- msgstr "Adres"
385
 
386
- #: my-calendar-event-manager.php:439
387
- #: my-calendar-locations.php:92
388
- msgid "Street Address (2)"
389
- msgstr "Adres (2)"
390
 
391
- #: my-calendar-event-manager.php:442
392
- #: my-calendar-locations.php:95
393
- msgid "City"
394
- msgstr "Stad"
395
 
396
- #: my-calendar-event-manager.php:442
397
- #: my-calendar-locations.php:95
398
- msgid "State/Province"
399
- msgstr "Staat/Provincie"
400
 
401
- #: my-calendar-event-manager.php:442
402
- #: my-calendar-locations.php:95
403
- msgid "Postal Code"
404
- msgstr "Postcode"
405
-
406
- #: my-calendar-event-manager.php:445
407
- #: my-calendar-locations.php:98
408
- msgid "Country"
409
- msgstr "Land"
410
 
411
- #: my-calendar-event-manager.php:448
412
- #: my-calendar-locations.php:101
413
- msgid "Initial Zoom"
414
- msgstr "Initi&euml;le Zoom"
415
 
416
- #: my-calendar-event-manager.php:450
417
- #: my-calendar-locations.php:103
418
- msgid "Neighborhood"
419
- msgstr "Omgeving"
420
 
421
- #: my-calendar-event-manager.php:451
422
- #: my-calendar-locations.php:104
423
- msgid "Small City"
424
- msgstr "Kleine stad"
425
 
426
- #: my-calendar-event-manager.php:452
427
- #: my-calendar-locations.php:105
428
- msgid "Large City"
429
- msgstr "Grote stad"
430
 
431
- #: my-calendar-event-manager.php:453
432
- #: my-calendar-locations.php:106
433
- msgid "Greater Metro Area"
434
- msgstr "Grote Metropool"
435
 
436
- #: my-calendar-event-manager.php:454
437
- #: my-calendar-locations.php:107
438
- msgid "State"
439
- msgstr "Staat"
440
 
441
- #: my-calendar-event-manager.php:455
442
- #: my-calendar-locations.php:108
443
- msgid "Region"
444
- msgstr "Regio"
445
 
446
- #: my-calendar-event-manager.php:459
447
- #: my-calendar-locations.php:112
448
- msgid "GPS Coordinates (optional)"
449
- msgstr "GPS-co&ouml;rdinaten (optioneel)"
450
 
451
- #: my-calendar-event-manager.php:461
452
- #: my-calendar-locations.php:114
453
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
454
- msgstr "Als je GPS co&ouml;rdinaten voor je locatie opgeeft zullen deze gebruikt worden in plaats van enige andere adres informatie om je locatie te identificeren."
455
 
456
- #: my-calendar-event-manager.php:464
457
- #: my-calendar-locations.php:117
458
- msgid "Longitude"
459
- msgstr "Lengte"
460
 
461
- #: my-calendar-event-manager.php:464
462
- #: my-calendar-locations.php:117
463
- msgid "Latitude"
464
- msgstr "Breedte"
465
 
466
- #: my-calendar-event-manager.php:472
467
- msgid "Save Event"
468
- msgstr "Bewaar activiteit"
469
 
470
- #: my-calendar-event-manager.php:532
471
- #: my-calendar-widgets.php:37
472
- #: my-calendar-widgets.php:122
473
- msgid "Title"
474
- msgstr "Titel"
475
 
476
- #: my-calendar-event-manager.php:533
477
- msgid "Link"
478
- msgstr "Koppeling"
479
 
480
- #: my-calendar-event-manager.php:534
481
- #: my-calendar-locations.php:148
482
- msgid "Location"
483
- msgstr "Locatie"
484
 
485
- #: my-calendar-event-manager.php:535
 
486
  msgid "Description"
487
  msgstr "Omschrijving"
488
 
489
- #: my-calendar-event-manager.php:536
 
490
  msgid "Start Date"
491
  msgstr "Begindatum"
492
 
493
- #: my-calendar-event-manager.php:537
494
- msgid "Recurs"
495
- msgstr "Herhaling"
496
-
497
- #: my-calendar-event-manager.php:538
498
- #: my-calendar-settings.php:195
499
- msgid "Author"
500
- msgstr "Auteur"
501
-
502
- #: my-calendar-event-manager.php:539
503
  msgid "Category"
504
  msgstr "Categorie"
505
 
506
- #: my-calendar-event-manager.php:540
507
- msgid "Edit / Delete"
508
- msgstr "Bewerk / Verwijder"
 
509
 
510
- #: my-calendar-event-manager.php:564
511
- msgid "Never"
512
- msgstr "Nooit"
513
 
514
- #: my-calendar-event-manager.php:567
515
- msgid "Bi-Weekly"
516
- msgstr "Twee wekelijks"
517
 
518
- #: my-calendar-event-manager.php:569
519
- msgid "Yearly"
520
- msgstr "Jaarlijks"
521
 
522
- #: my-calendar-event-manager.php:573
523
- msgid "Forever"
524
- msgstr "Altijd"
525
 
526
- #: my-calendar-event-manager.php:574
527
- msgid "Times"
528
- msgstr "Tijden"
529
 
530
- #: my-calendar-event-manager.php:589
531
- msgid "Copy"
532
- msgstr "Kopi&euml;er"
533
 
534
- #: my-calendar-event-manager.php:602
535
- msgid "There are no events in the database!"
536
- msgstr "Er zijn geen activiteiten in de database!"
537
 
538
- #: my-calendar-event-manager.php:700
539
- msgid "Your event end date must be either after or the same as your event begin date"
540
- msgstr "De einddatum moet of later dan of gelijk zijn aan de begindatum."
541
 
542
- #: my-calendar-event-manager.php:705
543
- msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
544
- msgstr "Het opegegeven datumformaat is correct maar een of meer van je datums is ongeldig. Controleer of het juiste aantal dagen voor maanden en (schrikkel)jaren is opgegeven."
545
 
546
- #: my-calendar-event-manager.php:710
547
- msgid "Both start and end dates must be in the format YYYY-MM-DD"
548
- msgstr "Zowel begin- en einddatum moeten worden gespecificeerd in het formaat JJJJ-MM-DD"
549
 
550
- #: my-calendar-event-manager.php:722
551
- msgid "The time field must either be blank or be entered in the format hh:mm"
552
- msgstr "Het tijd veld moet of leeg zijn of opgegeven worden in het formaat uu:mm"
553
 
554
- #: my-calendar-event-manager.php:732
555
- msgid "The end time field must either be blank or be entered in the format hh:mm"
556
- msgstr "Het eindtijd veld moet leeg zijn of opgegeven worden in het formaat uu:mm"
557
 
558
- #: my-calendar-event-manager.php:740
559
- msgid "The URL entered must either be prefixed with http:// or be completely blank"
560
- msgstr "De opgegeven koppeling moet vooraf gegaan worden door http:// of volledig leeg zijn"
561
 
562
- #: my-calendar-event-manager.php:749
563
- msgid "The event title must be between 1 and 255 characters in length."
564
- msgstr "De activiteit titel moet minstens 1 en mag maximaal 255 karakters lang zijn."
565
 
566
- #: my-calendar-event-manager.php:757
567
- msgid "The repetition value must be 0 unless a type of recurrance is selected."
568
- msgstr "De herhalingswaarde moet 0 zijn tenzij er een type herhaling is geselecteerd."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
569
 
570
- #: my-calendar-help.php:6
571
  msgid "How to use My Calendar"
572
  msgstr "Hoe My Calendar te gebruiken"
573
 
574
- #: my-calendar-help.php:11
575
  msgid "Shortcode Syntax"
576
  msgstr "Verkorte code syntaxis"
577
 
578
- #: my-calendar-help.php:14
579
  msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
580
  msgstr "Deze verkorte codes kunnen worden gebruikt in Berichten, Pagina's of in tekts widgets."
581
 
582
- #: my-calendar-help.php:18
 
 
 
 
583
  msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
584
  msgstr "Deze eenvoudige verkorte code toont de kalender in een bericht of pagina inclusief alle categorien en de categorie sleutel in een traditioneel maand-bij-maand formaat."
585
 
586
- #: my-calendar-help.php:21
587
- msgid "The shortcode supports three attributes, <code>category</code>, <code>format</code> and <code>showkey</code>. There two alternate option for <code>format</code> &mdash; <code>list</code> &mdash; which will show the calendar in a list format, skipping dates without any events, and <code>mini</code>, which will display the calendar in a form more suitable to being displayed in smaller spaces, such as the sidebar. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using the pipe character: <code>|</code>. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output."
588
- msgstr "De verkorte code ondersteund drie attributen, <code>category</code>, <code>format</code> en <code>showkey</code>. Er zijn twee alternatieve opties voor <code>format</code> &mdash; <code>list</code> &mdash; zal de kalender in lijst formaat weergeven waarin datums zonder activiteiten weggelaten worden, en <code>mini</code> welke de kalender in een formaat weergeeft dat meer bruikbaar is in kleinere ruimten zoals de zijbalk. Het <code>category</code> attributt verwacht of de naam of het id getal van een van je activiteit categorieen (de naam is letterkast gevoelig, i.e. hoofd- en kleine letters). deze toont een kalender met alleen activiteiten in de opgegeven categorie. Meerdere categorieen kunnen opgegeven worden door ze te scheiden met het pijp character: <code>|</code>. Het instellen van <code>showkey</code> naar <code>no</code> zal voorkoemn dat de categoriesleutel wordt weergegeven &mdash; dit kan handig zijn als er maar een enkele categorie wordt weergegeven."
589
 
590
- #: my-calendar-help.php:24
591
- msgid "This shortcode displays the output of the Upcoming Events widget. Without attributes, it will display using the settings in your widget; the attributes are used to override the widget settings. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below."
592
- msgstr "Deze verkorte code toont de uitvoor van de Komende activiteiten widget. Zonder attributen zal het de instellingen van je widget gebruiken voor weergave. De attributen worden gebruikt om de widget instellingen te vervangen. De <code>before</code> en <code>after</code> attributen werken hetzelfde als de categorie attributen voor de hoofd kalender verkorte code. Sjablonen werken met gebruikmaking van de verkorte codes opgesomd hieronder."
593
 
594
  #: my-calendar-help.php:27
595
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with two configurable attributes: category and template."
596
- msgstr "Voorspelbaar genoeg toont deze verkorte code de uitvoor van de Geberutenissen van vandaag widget met twee configureerbare attributen: categorie en sjabloon."
 
 
 
 
 
 
 
 
 
 
 
 
597
 
598
- #: my-calendar-help.php:34
 
 
 
 
 
 
 
 
 
 
 
 
599
  msgid "Category Icons"
600
  msgstr "Categorie iconen"
601
 
602
- #: my-calendar-help.php:37
603
  msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
604
  msgstr "My Calendar is ontworpen om meerder kalenders te beheren. De basis voor deze calenders zijn categorieen. Je kunt eenvoudig een kalender pagina maken die alle categorieen bevat, of je kunt besluiten om aparte pagina's aan kalenders in iedere categorie toe te kennen. Bijvoorbeeld kan dit handig zijn als je de tournee voor meerdere bands beheerd, kalenders beheerd voor meedere locaties, etc."
605
 
606
- #: my-calendar-help.php:40
607
  msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
608
  msgstr "De voorgeinstalleerde categorie iconen zouden niet specifiek bruikbaar kunnen zijn voor jouw toepassing. Ik neem aan dat je je eigen iconen zult uploaden -- het enige dat je moet doen is ze te uploaden naar de plugin's iconen map en ze zijn meteen klaar voor gebruik. Of plaats ze in een map \"my-calendar-custom\" om te voorkomen dat ze worden overschreven bij opwaarderingen."
609
 
610
- #: my-calendar-help.php:40
611
  msgid "Your icons folder is:"
612
  msgstr "Jouw iconen map is:"
613
 
614
- #: my-calendar-help.php:40
615
  msgid "You can alternately place icons in:"
616
  msgstr "Als alternatief kun je iconen plaatsen in:"
617
 
618
- #: my-calendar-help.php:48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
619
  msgid "Widget Templating"
620
  msgstr "Widget sjabloneren"
621
 
622
- #: my-calendar-help.php:51
623
- msgid "These codes are available in calendar widgets to create your own custom calendar format."
624
- msgstr "Deze codes zijn beschikbaar in kalender widgets om je eigen aangapste kalender formaat te maken."
625
 
626
- #: my-calendar-help.php:55
627
  msgid "Displays the name of the category the event is in."
628
  msgstr "Toont de naam van de categorie waarin de activiteit is geplaatst."
629
 
630
- #: my-calendar-help.php:58
631
  msgid "Displays the title of the event."
632
  msgstr "Toont de titel van de activiteit."
633
 
634
- #: my-calendar-help.php:61
635
  msgid "Displays the start time for the event."
636
  msgstr "Toont het aanvangstijdstip van de activiteit."
637
 
638
- #: my-calendar-help.php:64
 
 
 
 
639
  msgid "Displays the date on which the event begins."
640
  msgstr "Toont de datum waarop de activiteit begint."
641
 
642
- #: my-calendar-help.php:67
643
  msgid "Displays the date on which the event ends."
644
  msgstr "Toont de datum waarop de activiteit eindigd."
645
 
646
- #: my-calendar-help.php:70
647
  msgid "Displays the time at which the event ends."
648
  msgstr "Toont de tijd waarop de activiteit eindigt."
649
 
650
- #: my-calendar-help.php:73
651
  msgid "Displays the WordPress author who posted the event."
652
  msgstr "Toont de WordPress auteur die de activiteit heeft ingevoerd."
653
 
654
- #: my-calendar-help.php:76
 
 
 
 
655
  msgid "Displays the URL provided for the event."
656
  msgstr "Toont de URL zoals opgegeven voor de activiteit."
657
 
658
- #: my-calendar-help.php:79
 
 
 
 
 
 
 
 
659
  msgid "Displays the description of the event."
660
  msgstr "Toont de omschrijving van de activiteit"
661
 
662
- #: my-calendar-help.php:82
663
  msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
664
  msgstr "Toont de titel van de activiteit als een koppeling indien een URL beschikbaar is, of alleen de titel indien geen koppeling beschikbaar is."
665
 
666
- #: my-calendar-help.php:85
667
  msgid "Displays the name of the location of the event."
668
  msgstr "Toont de naam van de locatie voor de activiteit."
669
 
670
- #: my-calendar-help.php:88
671
  msgid "Displays the first line of the site address."
672
  msgstr "Toont de eerste adres regel voor de activiteit."
673
 
674
- #: my-calendar-help.php:91
675
  msgid "Displays the second line of the site address."
676
  msgstr "Toont de tweede adres regel voor de activiteit."
677
 
678
- #: my-calendar-help.php:94
679
  msgid "Displays the city for the event."
680
  msgstr "Toont de stad voor de activiteit."
681
 
682
- #: my-calendar-help.php:97
683
  msgid "Displays the state for the event."
684
  msgstr "Toont de staat/provincie voor de activiteit."
685
 
686
- #: my-calendar-help.php:100
687
  msgid "Displays the postcode for the event."
688
  msgstr "Toont de postcode voor de activiteit."
689
 
690
- #: my-calendar-help.php:103
691
  msgid "Displays the country for the event location."
692
  msgstr "Toont het land voor de activiteit."
693
 
694
- #: my-calendar-help.php:106
695
  msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
696
  msgstr "Toont het adres van de activiteit in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> formaat."
697
 
698
- #: my-calendar-help.php:109
699
  msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
700
  msgstr "Toont een koppeling naar een Google Map van de activiteit indien voldoende adres informatie beschikbaar is. Zo niet, dan zal het leeg zijn."
701
 
702
- #: my-calendar-help.php:112
703
  msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
704
  msgstr "Toont tekst die aangeeft of registratie voor de activiteit momenteel open of gesloten is; toont niets indien die keuze is geselecteerd in de activiteit."
705
 
706
- #: my-calendar-help.php:115
707
  msgid "Displays the short version of the event description."
708
  msgstr "Toont de verkorte versie van de activiteitomschrijving."
709
 
710
- #: my-calendar-locations.php:22
711
- msgid "Location added successfully"
712
- msgstr "Locatie succesvol toegevoegd"
713
-
714
- #: my-calendar-locations.php:24
715
- msgid "Location could not be added to database"
716
- msgstr "Locatie kon niet toegevoegd worden aan de database."
717
 
718
- #: my-calendar-locations.php:30
719
- msgid "Location deleted successfully"
720
- msgstr "Locatie succesvol verwijderd"
721
 
722
- #: my-calendar-locations.php:32
723
- msgid "Location could not be deleted"
724
- msgstr "Locatie kon niet verwijderd worden"
725
 
726
- #: my-calendar-locations.php:43
727
- msgid "Location could not be edited."
728
- msgstr "Locatie kon niet bewerkt worden."
729
 
730
- #: my-calendar-locations.php:45
731
- msgid "Location was not changed."
732
- msgstr "Locatie was niet veranderd."
733
 
734
- #: my-calendar-locations.php:47
735
- msgid "Location edited successfully"
736
- msgstr "Locatie succesvol bewerkt"
737
 
738
- #: my-calendar-locations.php:59
739
- msgid "Add New Location"
740
- msgstr "Voeg nieuwe locatie toe"
 
741
 
742
- #: my-calendar-locations.php:61
743
- msgid "Edit Location"
744
- msgstr "Bewerk locatie"
 
745
 
746
- #: my-calendar-locations.php:66
747
- msgid "Location Editor"
748
- msgstr "Locatie bewerker"
749
 
750
- #: my-calendar-locations.php:121
751
- msgid "Add Location"
752
- msgstr "Voeg locatie toe"
753
 
754
- #: my-calendar-locations.php:135
755
- #: my-calendar.php:178
756
- msgid "Manage Locations"
757
- msgstr "Beheer locaties"
758
 
759
- #: my-calendar-locations.php:170
760
- msgid "There are no locations in the database yet!"
761
- msgstr "Er zijn nog geen locaties in de database!"
762
 
763
- #: my-calendar-locations.php:174
764
- msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
765
- msgstr "Let op: bewerken of verwijderen van locaties opgeslagen voor hergebruik zal geen invloed hebben op enige activiteit die eerder is ingeroosterd op die locatie. De locatie database bestaat puur als een verkorte methode om regelmatig gebruikte locaties in te voeren in activiteiten."
766
 
767
- #: my-calendar-settings.php:67
768
- msgid "Categories imported successfully."
769
- msgstr "Categorie&euml;n successvol geimporteerd"
770
 
771
- #: my-calendar-settings.php:69
772
- msgid "Categories not imported."
773
- msgstr "Categorie&euml;n niet geimporteerd"
774
 
775
- #: my-calendar-settings.php:72
776
- msgid "Events imported successfully."
777
- msgstr "Geberutenissen succesvol geimporteerd"
778
 
779
- #: my-calendar-settings.php:74
780
- msgid "Events not imported."
781
- msgstr "Activiteiten niet geimporteerd"
782
 
783
- #: my-calendar-settings.php:153
784
- msgid "Settings saved"
785
- msgstr "Instellingen bewaard"
786
 
787
- #: my-calendar-settings.php:179
788
- msgid "My Calendar Options"
789
- msgstr "My Calendar Opties"
790
 
791
- #: my-calendar-settings.php:186
792
- msgid "Calendar Settings"
793
- msgstr "Kalenderindstellingen"
794
 
795
- #: my-calendar-settings.php:190
796
- msgid "Calendar Options: Management"
797
- msgstr "Kalender opties: Beheer"
798
 
799
- #: my-calendar-settings.php:192
800
- msgid "Choose the lowest user group that may manage events"
801
- msgstr "Kies de laagste gebruikersgroep die activiteiten mag beheren"
802
 
803
- #: my-calendar-settings.php:193
804
- msgid "Subscriber"
805
- msgstr "Abonnee"
806
 
807
- #: my-calendar-settings.php:194
808
- msgid "Contributor"
809
- msgstr "Bijdrager"
810
 
811
- #: my-calendar-settings.php:196
812
- msgid "Editor"
813
- msgstr "Redacteur"
814
 
815
- #: my-calendar-settings.php:197
816
- msgid "Administrator"
817
- msgstr "Beheerder"
818
 
819
- #: my-calendar-settings.php:202
820
- msgid "Calendar Options: Customize Text"
821
- msgstr "Kalender opties: aanpassen tekst"
822
 
823
- #: my-calendar-settings.php:204
824
- msgid "Show Heading for Calendar"
825
- msgstr "Toon opschrift voor Kalender"
826
 
827
- #: my-calendar-settings.php:207
828
- msgid "Label for events without a specific time"
829
- msgstr "Label voor activiteiten zonder een specifieke tijd"
830
 
831
- #: my-calendar-settings.php:210
832
- msgid "Previous events link text"
833
- msgstr "Koppelingstekst voor voorgaande activiteiten"
 
834
 
835
- #: my-calendar-settings.php:210
836
- msgid "Previous Events"
837
- msgstr "Vorige activiteiten"
 
838
 
839
- #: my-calendar-settings.php:213
840
- msgid "Next events link text"
841
- msgstr "Koppelingstekst voor komende activiteiten"
842
 
843
- #: my-calendar-settings.php:213
844
- msgid "Next Events"
845
- msgstr "Komende activiteiten"
846
 
847
- #: my-calendar-settings.php:216
848
- msgid "Text when events are open"
849
- msgstr "Tekst, indien activiteiten open zijn"
850
 
851
- #: my-calendar-settings.php:216
852
- msgid "Registration is open"
853
- msgstr "Registratie is open"
854
 
855
- #: my-calendar-settings.php:219
856
- msgid "Text when events are closed"
857
- msgstr "Tekst, indien activiteiten zijn gesloten"
858
 
859
- #: my-calendar-settings.php:219
860
- msgid "Registration is closed"
861
- msgstr "Registratie is gesloten"
 
862
 
863
- #: my-calendar-settings.php:222
864
- msgid "Additional caption text"
865
- msgstr "Additionele onderschrift tekst"
866
 
867
- #: my-calendar-settings.php:222
868
- msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
869
- msgstr "Het kalenderonderschrift is de tekst met de weergegeven maand en jaar in lijst en kalender formaat. De hier opgegeven tekst zal weergegeven worden achter die bestaande tekst."
 
 
 
870
 
871
- #: my-calendar-settings.php:226
872
- msgid "Calendar Options: Output"
873
- msgstr "Kalender opties: Uitvoer"
874
 
875
- #: my-calendar-settings.php:228
876
- msgid "In list mode, show how many months of events at a time:"
877
- msgstr "In lijstweergave, toon zoveel maanden aan activiteiten tegelijk:"
 
878
 
879
- #: my-calendar-settings.php:231
880
- msgid "Date format in list mode"
881
- msgstr "Datumformaat in lijstweergave"
882
 
883
- #: my-calendar-settings.php:232
884
- msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
885
- msgstr "Datumformaat gebruikt dezelfde syntaxis als de <a href=\"http://php.net/date\">PHP <code>date()</code> functie</a>. Bewaar opties om de voorbeelduitvoer bij te werken."
886
 
887
- #: my-calendar-settings.php:235
888
- msgid "Do you want to display the author name on events?"
889
- msgstr "Wil je de auteursnaam weergeven bij activiteiten?"
 
890
 
891
- #: my-calendar-settings.php:238
892
- msgid "Display a jumpbox for changing month and year quickly?"
893
- msgstr "Toon een opspring-vak voor snel veranderen van maand en jaar?"
 
894
 
895
- #: my-calendar-settings.php:242
896
- msgid "Hide category icons in output"
897
- msgstr "Verberg categorie iconen in uitvoer"
 
898
 
899
- #: my-calendar-settings.php:245
900
- msgid "Show Link to Google Map (when sufficient address information is available.)"
901
- msgstr "Toon koppeling naar Google Maps (nindien voldoende adres informatie beschikbaar is)"
902
 
903
- #: my-calendar-settings.php:248
904
- msgid "Show Event Address in Details"
905
- msgstr "Toon activiteit adres in details"
906
 
907
- #: my-calendar-settings.php:251
908
- msgid "Show short description field on calendar."
909
- msgstr "Toon verkort omschrijvingsveld in kalender."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
910
 
911
- #: my-calendar-settings.php:254
912
- msgid "Show full description field on calendar."
913
- msgstr "Toon volledig omschrijvingsveld in kalender."
914
 
915
- #: my-calendar-settings.php:257
916
- msgid "Links associated with events will automatically expire after the event has passed."
917
- msgstr "Koppelingen verbonden aan activiteiten zullen automatisch verlopen als de activiteit is geweest."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
918
 
919
- #: my-calendar-settings.php:260
920
- msgid "Show current availability status of events."
921
- msgstr "Toon huidige beschikbaarheidsstatus van activiteiten."
922
 
923
- #: my-calendar-settings.php:264
924
- msgid "Calendar Options: Input"
925
- msgstr "Kalender opties: Input"
 
926
 
927
- #: my-calendar-settings.php:267
928
- msgid "Show Event Location Dropdown Menu"
929
- msgstr "Toon activiteit locatie uitklapmenu"
930
 
931
- #: my-calendar-settings.php:267
932
- msgid "Show Event Short Description field"
933
- msgstr "Toon activiteit verkort omschrijvingsveld"
934
 
935
- #: my-calendar-settings.php:267
936
- msgid "Show Event Description Field"
937
- msgstr "Toon activiteit omschrijvingsveld"
 
938
 
939
- #: my-calendar-settings.php:267
940
- msgid "Show Event Category field"
941
- msgstr "Toon activiteit categorieveld"
 
942
 
943
- #: my-calendar-settings.php:267
944
- msgid "Show Event Link field"
945
- msgstr "Toon activiteit koppelingsveld"
 
946
 
947
- #: my-calendar-settings.php:267
948
- msgid "Show Event Recurrance Options"
949
- msgstr "Toon activiteit herhalingsopties"
 
950
 
951
- #: my-calendar-settings.php:267
952
- msgid "Show event registration options"
953
- msgstr "Toon activiteit registratie opties"
 
954
 
955
- #: my-calendar-settings.php:267
956
- msgid "Show event location fields"
957
- msgstr "Toon activiteit locatie velden"
 
958
 
959
- #: my-calendar-settings.php:276
960
- msgid "Administrators see all input options"
961
- msgstr "Beheerder ziet alle invoer opties"
 
962
 
963
- #: my-calendar-settings.php:280
964
- msgid "Calendar Options: Style"
965
- msgstr "Kalender opties: stijl"
 
966
 
967
- #: my-calendar-settings.php:282
968
- msgid "Default usage of category colors."
969
- msgstr "Standaard gebruik van categorie kleuren."
 
970
 
971
- #: my-calendar-settings.php:283
972
- msgid "Apply category colors to event titles as a font color."
973
- msgstr "Pas categorie kleuren toe op activiteit titels als tekst kleur."
 
974
 
975
- #: my-calendar-settings.php:284
976
- msgid "Apply category colors to event titles as a background color."
977
- msgstr "Pas categorie kleuren toe op activiteit titels als achtergrond kleur."
 
978
 
979
- #: my-calendar-settings.php:288
980
- msgid "Save Settings"
981
- msgstr "Bewaar instellingen"
982
 
983
- #: my-calendar-styles.php:46
984
- msgid "Style Settings saved"
985
- msgstr "Stijl instellingen bewaard"
 
986
 
987
- #: my-calendar-styles.php:70
988
- msgid "My Calendar Styles"
989
- msgstr "My Calendar Stijlen"
 
990
 
991
- #: my-calendar-styles.php:74
992
- msgid "Calendar Style Settings"
993
- msgstr "Kalender stijl instellingen"
994
 
995
- #: my-calendar-styles.php:78
996
- msgid "Show CSS &amp; JavaScript only on these pages (comma separated page IDs)"
997
- msgstr "Toon CSS &amp JavaScript alleen op deze pagina's (pagina IDs scheiden door comma's)"
998
 
999
- #: my-calendar-styles.php:81
1000
- msgid "CSS Style Options"
1001
- msgstr "CSS stijl opties"
1002
 
1003
- #: my-calendar-styles.php:83
1004
- msgid "Reset the My Calendar stylesheet to the default"
1005
- msgstr "Herstel de stijlbladen voor My Calendar naar de standaard"
 
1006
 
1007
- #: my-calendar-styles.php:83
1008
- msgid "Disable My Calendar Stylesheet"
1009
- msgstr "Schakel het stijlblad voor My Calendar uit"
1010
 
1011
- #: my-calendar-styles.php:86
1012
- msgid "Edit the stylesheet for My Calendar"
1013
- msgstr "Bewerk het stijlblad voor My Calendar"
1014
 
1015
- #: my-calendar-styles.php:89
1016
- #: my-calendar-styles.php:101
1017
- #: my-calendar-styles.php:113
1018
- #: my-calendar-styles.php:125
1019
- msgid "Save"
1020
- msgstr "Bewaar"
1021
 
1022
- #: my-calendar-styles.php:93
1023
- msgid "Calendar Behaviors: Calendar View"
1024
- msgstr "Kalender gedrag: Kalenderweergave"
1025
 
1026
- #: my-calendar-styles.php:95
1027
- msgid "Reset the My Calendar Calendar Javascript"
1028
- msgstr "Herstel de My Calendars kalender Javascript"
1029
 
1030
- #: my-calendar-styles.php:95
1031
- msgid "Disable Calendar Javascript Effects"
1032
- msgstr "Schakel de kalender Javascript effecten uit"
1033
 
1034
- #: my-calendar-styles.php:98
1035
- msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1036
- msgstr "Bewerk de jQuery-scripts voor My Calendar in kalender formaat."
1037
 
1038
- #: my-calendar-styles.php:105
1039
- msgid "Calendar Behaviors: List View"
1040
- msgstr "Kalender gedrag: lijstweergave"
1041
 
1042
- #: my-calendar-styles.php:107
1043
- msgid "Reset the My Calendar List Javascript"
1044
- msgstr "Herstel de My Calendars lijst Javascript"
1045
 
1046
- #: my-calendar-styles.php:107
1047
- msgid "Disable List Javascript Effects"
1048
- msgstr "Schakel lijst Javascript effecten uit"
1049
 
1050
- #: my-calendar-styles.php:110
1051
- msgid "Edit the jQuery scripts for My Calendar in List format"
1052
- msgstr "Bewerk de jQuery scripts voor My Calendar in lijst formaat"
1053
 
1054
- #: my-calendar-styles.php:117
1055
- msgid "Calendar Behaviors: Mini Calendar View"
1056
- msgstr "Kalender gedrag: Mini kalender weergave"
1057
 
1058
- #: my-calendar-styles.php:119
1059
- msgid "Reset the My Calendar Mini Format Javascript"
1060
- msgstr "Herstel de My Calendar mini Formaat Javascript "
1061
 
1062
- #: my-calendar-styles.php:119
1063
- msgid "Disable Mini Javascript Effects"
1064
- msgstr "Schakel mini Javascript effecten uit"
1065
 
1066
- #: my-calendar-styles.php:122
1067
- msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1068
- msgstr "Bewerk de jQueryc scripts for My Calendar in mini kalender formaat"
1069
 
1070
- #: my-calendar-upgrade-db.php:19
1071
- msgid "The My Calendar database needs to be updated."
1072
- msgstr "My Calendars database moet up-to-date gemaakt worden"
1073
 
1074
- #: my-calendar-upgrade-db.php:20
1075
- #: my-calendar-upgrade-db.php:34
1076
- msgid "Update now"
1077
- msgstr "Maak nu up-to-date"
1078
 
1079
- #: my-calendar-upgrade-db.php:33
1080
- msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1081
- msgstr "Je hebt nog geen activiteiten opgegeven en My Calendar kan daarom niet afleiden of je database bij de tijd is. Als je geen activiteiten kunt invoeren, maak je database dan up-to-date!"
1082
 
1083
- #: my-calendar-upgrade-db.php:44
1084
- msgid "My Calendar Database is updated."
1085
- msgstr "My Calendars database is bijgewerkt."
1086
 
1087
- #: my-calendar-widgets.php:11
1088
- #: my-calendar-widgets.php:51
1089
- #: my-calendar-widgets.php:52
1090
- msgid "Today's Events"
1091
- msgstr "Activiteiten voor vandaag"
1092
 
1093
- #: my-calendar-widgets.php:41
1094
- #: my-calendar-widgets.php:126
1095
- msgid "Template"
1096
- msgstr "Sjabloon"
1097
 
1098
- #: my-calendar-widgets.php:45
1099
- msgid "Show this text if there are no events today:"
1100
- msgstr "Toon deze tekst alleen als er vandaag geen activiteiten zijn:"
1101
 
1102
- #: my-calendar-widgets.php:65
1103
- #: my-calendar-widgets.php:152
1104
- #: my-calendar-widgets.php:153
1105
- msgid "Upcoming Events"
1106
- msgstr "Komende activiteiten"
1107
 
1108
- #: my-calendar-widgets.php:130
1109
- msgid "Widget Options"
1110
- msgstr "Widget indstellingen"
1111
 
1112
- #: my-calendar-widgets.php:132
1113
- msgid "Display upcoming events by:"
1114
- msgstr "Toon aankomende activiteiten per:"
1115
 
1116
- #: my-calendar-widgets.php:133
1117
- msgid "Events (e.g. 2 past, 3 future)"
1118
- msgstr "Activiteiten (bijv. 2 terug, 3 aankomend)"
1119
 
1120
- #: my-calendar-widgets.php:134
1121
- msgid "Dates (e.g. 4 days past, 5 forward)"
1122
- msgstr "Datums (bijv. 4 dagen terug, 5 vooruit)"
1123
 
1124
- #: my-calendar-widgets.php:138
1125
- msgid "events into the future;"
1126
- msgstr "Activiteiten in de toekomst;"
1127
 
1128
- #: my-calendar-widgets.php:139
1129
- msgid "events from the past"
1130
- msgstr "activiteiten in het verleden;"
1131
 
1132
- #: my-calendar-widgets.php:142
1133
- msgid "days into the future;"
1134
- msgstr "dagen in de toekomst;"
1135
 
1136
- #: my-calendar-widgets.php:143
1137
- msgid "days from the past"
1138
- msgstr "dagen in het verleden"
1139
 
1140
- #: my-calendar-widgets.php:146
1141
- msgid "Show only this category:"
1142
- msgstr "Toon alleen deze categorie:"
1143
 
1144
- #: my-calendar-widgets.php:272
1145
- msgid "There are no events currently scheduled."
1146
- msgstr "Er zijn momenteel geen activiteiten gepland."
1147
 
1148
- #: my-calendar.php:56
1149
- #: my-calendar.php:179
1150
- msgid "Settings"
1151
- msgstr "Instellingen"
1152
 
1153
- #: my-calendar.php:57
1154
- #: my-calendar.php:181
1155
- msgid "Help"
1156
- msgstr "Help"
1157
 
1158
- #: my-calendar.php:82
1159
- msgid "Get Support"
1160
- msgstr "Krijg ondersteuning"
1161
 
1162
- #: my-calendar.php:83
1163
- #: my-calendar.php:181
1164
- msgid "My Calendar Help"
1165
- msgstr "My Calendar help"
1166
 
1167
- #: my-calendar.php:84
1168
- msgid "Make a Donation"
1169
- msgstr "Maak een donatie"
1170
 
1171
- #. #-#-#-#-# plugin.pot (My Calendar 1.4.8) #-#-#-#-#
1172
- #. Plugin Name of the plugin/theme
1173
- #: my-calendar.php:170
1174
- msgid "My Calendar"
1175
- msgstr "My Calendar"
1176
 
1177
- #: my-calendar.php:173
1178
- msgid "Add/Edit Events"
1179
- msgstr "Voeg toe/bewerk activiteiten"
1180
 
1181
- #: my-calendar.php:180
1182
- msgid "Style Editor"
1183
- msgstr "Stijl bewerker"
1184
 
1185
- #: my-calendar.php:619
 
 
 
 
1186
  msgid "Event Details"
1187
  msgstr "Activiteit details"
1188
 
1189
- #: my-calendar.php:628
1190
  msgid "Close"
1191
  msgstr "Sluit"
1192
 
1193
- #: my-calendar.php:638
 
 
 
 
1194
  msgid "Not Applicable"
1195
  msgstr "Niet van toepassing"
1196
 
1197
- #: my-calendar.php:650
1198
  msgid "Posted by"
1199
  msgstr "Gepubliceerd door"
1200
 
1201
- #: my-calendar.php:696
1202
  msgid "This class is part of a series. You must register for the first event in this series to attend."
1203
  msgstr "Deze activiteit is onderdeel van een reeks. Je moet registreren voor de eerste activiteit om mee te doen."
1204
 
1205
- #: my-calendar.php:1199
1206
- msgid "Month"
1207
- msgstr "Maand"
1208
 
1209
- #: my-calendar.php:1200
1210
- #: my-calendar.php:1286
1211
  msgid "January"
1212
  msgstr "Januari"
1213
 
1214
- #: my-calendar.php:1201
1215
- #: my-calendar.php:1286
1216
  msgid "February"
1217
  msgstr "Februari"
1218
 
1219
- #: my-calendar.php:1202
1220
- #: my-calendar.php:1286
1221
  msgid "March"
1222
  msgstr "Maart"
1223
 
1224
- #: my-calendar.php:1203
1225
- #: my-calendar.php:1286
1226
  msgid "April"
1227
  msgstr "April"
1228
 
1229
- #: my-calendar.php:1204
1230
- #: my-calendar.php:1286
1231
  msgid "May"
1232
  msgstr "Mei"
1233
 
1234
- #: my-calendar.php:1205
1235
- #: my-calendar.php:1286
1236
  msgid "June"
1237
  msgstr "Juni"
1238
 
1239
- #: my-calendar.php:1206
1240
- #: my-calendar.php:1286
1241
  msgid "July"
1242
  msgstr "Juli"
1243
 
1244
- #: my-calendar.php:1207
1245
- #: my-calendar.php:1286
1246
  msgid "August"
1247
  msgstr "Augustus"
1248
 
1249
- #: my-calendar.php:1208
1250
- #: my-calendar.php:1286
1251
  msgid "September"
1252
  msgstr "September"
1253
 
1254
- #: my-calendar.php:1209
1255
- #: my-calendar.php:1286
1256
  msgid "October"
1257
  msgstr "Oktober"
1258
 
1259
- #: my-calendar.php:1210
1260
- #: my-calendar.php:1286
1261
  msgid "November"
1262
  msgstr "November"
1263
 
1264
- #: my-calendar.php:1211
1265
- #: my-calendar.php:1286
1266
  msgid "December"
1267
  msgstr "December"
1268
 
1269
- #: my-calendar.php:1213
1270
  msgid "Year"
1271
  msgstr "Jaar"
1272
 
1273
- #: my-calendar.php:1238
1274
  msgid "Go"
1275
  msgstr "Ga"
1276
 
1277
- #: my-calendar.php:1260
 
 
 
 
 
 
 
 
1278
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
1279
  msgstr "<abbr title=\"Zondag\">Zo</abbr>"
1280
 
1281
- #: my-calendar.php:1261
1282
  msgid "<abbr title=\"Monday\">Mon</abbr>"
1283
  msgstr "<abbr title=\"Maandag\">Ma</abbr>"
1284
 
1285
- #: my-calendar.php:1262
1286
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1287
  msgstr "<abbr title=\"Dinsdag\">Di</abbr>"
1288
 
1289
- #: my-calendar.php:1263
1290
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1291
  msgstr "<abbr title=\"Woensdag\">Wo</abbr>"
1292
 
1293
- #: my-calendar.php:1264
1294
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
1295
  msgstr "<abbr title=\"Donderdag\">Do</abbr>"
1296
 
1297
- #: my-calendar.php:1265
1298
  msgid "<abbr title=\"Friday\">Fri</abbr>"
1299
  msgstr "<abbr title=\"Vrijdag\">Vr</abbr>"
1300
 
1301
- #: my-calendar.php:1266
1302
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
1303
  msgstr "<abbr title=\"zaterdag\">Za</abbr>"
1304
 
1305
- #: my-calendar.php:1271
1306
  msgid "<abbr title=\"Sunday\">S</abbr>"
1307
  msgstr "<abbr title=\"Zondag\">Z</abbr>"
1308
 
1309
- #: my-calendar.php:1272
1310
  msgid "<abbr title=\"Monday\">M</abbr>"
1311
  msgstr "<abbr title=\"Maandag\">M</abbr>"
1312
 
1313
- #: my-calendar.php:1273
1314
  msgid "<abbr title=\"Tuesday\">T</abbr>"
1315
  msgstr "<abbr title=\"Dinsdag\">D</abbr>"
1316
 
1317
- #: my-calendar.php:1274
1318
  msgid "<abbr title=\"Wednesday\">W</abbr>"
1319
  msgstr "<abbr title=\"Woensdag\">W</abbr>"
1320
 
1321
- #: my-calendar.php:1275
1322
  msgid "<abbr title=\"Thursday\">T</abbr>"
1323
  msgstr "<abbr title=\"Donderdag\">D</abbr>"
1324
 
1325
- #: my-calendar.php:1276
1326
  msgid "<abbr title=\"Friday\">F</abbr>"
1327
  msgstr "<abbr title=\"Vrijdag\">V</abbr>"
1328
 
1329
- #: my-calendar.php:1277
1330
  msgid "<abbr title=\"Saturday\">S</abbr>"
1331
  msgstr "<abbr title=\"Zaterdag\">Z</abbr>"
1332
 
1333
- #: my-calendar.php:1323
1334
  msgid "and"
1335
  msgstr "en"
1336
 
1337
- #: my-calendar.php:1352
1338
- #: my-calendar.php:1356
1339
- msgid "Calendar"
1340
- msgstr "Kalender"
1341
 
1342
- #: my-calendar.php:1359
1343
  msgid "Events in"
1344
  msgstr "Activiteiten in"
1345
 
1346
- #: my-calendar.php:1456
 
 
 
 
1347
  msgid "There are no events scheduled during this period."
1348
  msgstr "Er zijn geen activiteiten gepland voor deze periode."
1349
 
1350
- #: my-calendar.php:1466
1351
  msgid "Category Key"
1352
  msgstr "Categorie sleutel"
1353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1354
  #. Plugin URI of the plugin/theme
1355
  msgid "http://www.joedolson.com/articles/my-calendar/"
1356
  msgstr "http://www.joedolson.com/articles/my-calendar/"
@@ -1367,14 +2055,63 @@ msgstr "Joseph C Dolson"
1367
  msgid "http://www.joedolson.com"
1368
  msgstr "http://www.joedolson.com"
1369
 
1370
- #~ msgid "Yes"
1371
- #~ msgstr "Ja"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1372
 
1373
- #~ msgid "No"
1374
- #~ msgstr "Nee"
1375
 
1376
  #~ msgid "Add New Category"
1377
- #~ msgstr "Voeg nieuwe categorie toeTilføj Ny Kategori"
1378
 
1379
  #~ msgid ""
1380
  #~ "An event with the details you submitted could not be found in the "
@@ -1382,8 +2119,8 @@ msgstr "http://www.joedolson.com"
1382
  #~ "which it is configured."
1383
  #~ msgstr ""
1384
  #~ "En begivenhed med de angivne detaljer kunne ikke findes i databasen. "
1385
- #~ "Dette indikerer muligvis et problem med din database eller måden, den er "
1386
- #~ "konfigureret på."
1387
 
1388
  #~ msgid "Failure"
1389
  #~ msgstr "FEJL"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
5
+ "POT-Creation-Date: 2011-04-22 15:49:10+00:00\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Luud Heck <heck@dds.nl>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,-1,10,-1\n"
13
+
14
+ #: my-calendar-styles.php:51
15
+ msgid "The stylesheet has been updated."
16
+ msgstr "Je stijlblad is bijgewerkt."
17
+
18
+ #: my-calendar-styles.php:51
19
+ msgid "Write Error! Please verify write permissions on the style file."
20
+ msgstr "Schrijffout! Controleer de permissies op het stijl bestand."
21
+
22
+ #: my-calendar-styles.php:66
23
+ msgid "Stylesheet reset to default."
24
+ msgstr "Stijlblad terug gezet naar standaard."
25
+
26
+ #: my-calendar-styles.php:68
27
+ msgid "Style Settings Saved"
28
+ msgstr "Stijl instellingen zijn bewaard"
29
+
30
+ #: my-calendar-styles.php:77
31
+ msgid "New theme selected."
32
+ msgstr "Nieuw thema geselecteerd."
33
+
34
+ #: my-calendar-styles.php:91
35
+ msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
36
+ msgstr "Sorrie. Het bestand dat je zoekt lijkt niet te bestaan. Controleer de naam en plaats!"
37
+
38
+ #: my-calendar-styles.php:99
39
+ msgid "My Calendar Styles"
40
+ msgstr "My Calendar Stijlen"
41
+
42
+ #: my-calendar-styles.php:103
43
+ msgid "Calendar Style Settings"
44
+ msgstr "Kalender stijl instellingen"
45
+
46
+ #: my-calendar-styles.php:110
47
+ msgid "Select My Calendar Theme"
48
+ msgstr "Selecteer thema voor My Calendar"
49
+
50
+ #: my-calendar-styles.php:118
51
+ msgid "Your Custom Stylesheets"
52
+ msgstr "Youw eigen stijlbladen."
53
+
54
+ #: my-calendar-styles.php:127
55
+ msgid "Installed Stylesheets"
56
+ msgstr "Ge&iuml;nstalleerde thema's"
57
+
58
+ #: my-calendar-styles.php:135
59
+ msgid "Choose Style"
60
+ msgstr "Kies stijl"
61
+
62
+ #: my-calendar-styles.php:148
63
+ msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
64
+ msgstr "My Calendar kon jouw CSS bestanden niet bijwerken tijdens de opwaardering. Controleer the bestandspermissies als je jouw My Calendar stijlen wilt bewerken. Jouw eerder bewaarde stijlen staan hieronder. Dit bericht en deze stijlen zullen verwijderd worden uit de database als je je stijlblad correct hebt bijgewerkt."
65
+
66
+ #: my-calendar-styles.php:156
67
+ msgid "CSS Style Options"
68
+ msgstr "CSS stijl opties"
69
+
70
+ #: my-calendar-styles.php:159
71
+ msgid "Apply CSS only on these pages (comma separated page IDs)"
72
+ msgstr "Toon CSS alleen op deze pagina's (pagina IDs scheiden door comma's)"
73
+
74
+ #: my-calendar-styles.php:162
75
+ msgid "Reset the My Calendar stylesheet to the default"
76
+ msgstr "Herstel de stijlbladen voor My Calendar naar de standaard"
77
+
78
+ #: my-calendar-styles.php:162
79
+ msgid "Disable My Calendar Stylesheet"
80
+ msgstr "Schakel het stijlblad voor My Calendar uit"
81
+
82
+ #: my-calendar-styles.php:165
83
+ msgid "Edit the stylesheet for My Calendar"
84
+ msgstr "Bewerk het stijlblad voor My Calendar"
85
+
86
+ #: my-calendar-styles.php:168
87
+ #: my-calendar-behaviors.php:85
88
+ #: my-calendar-behaviors.php:97
89
+ #: my-calendar-behaviors.php:109
90
+ #: my-calendar-behaviors.php:121
91
+ msgid "Save"
92
+ msgstr "Bewaar"
93
+
94
+ #: button/generator.php:12
95
+ msgid "You don't have access to this function."
96
+ msgstr "Je hebt geen rechten tot deze functie"
97
+
98
+ #: button/generator.php:18
99
+ #: button/generator.php:44
100
+ msgid "My Calendar Shortcode Generator"
101
+ msgstr "My Calendar verkorte code generator"
102
+
103
+ #: button/generator.php:47
104
+ msgid "Shortcode Atributes"
105
+ msgstr "Verkorte code attributen"
106
+
107
+ #: button/generator.php:52
108
+ msgid "Format"
109
+ msgstr "Formaat"
110
+
111
+ #: button/generator.php:59
112
+ msgid "Show Category Key"
113
+ msgstr "Toon categorie sleutel"
114
+
115
+ #: button/generator.php:66
116
+ msgid "Show Previous/Next Links"
117
+ msgstr "Toon vorige/volgende links"
118
+
119
+ #: button/generator.php:73
120
+ msgid "Show Format Toggle"
121
+ msgstr "Toon formaat schakelaar"
122
+
123
+ #: button/generator.php:80
124
+ msgid "Time Segment"
125
+ msgstr "Tijd segment"
126
+
127
+ #: button/generator.php:88
128
+ msgid "Generate Shortcode"
129
+ msgstr "Genereer verkorte code"
130
+
131
+ #: button/generator.php:99
132
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
133
+ msgstr "My Calendar: deze generator zal geen verkorte code in je pagina zetten. Sorrie!"
134
 
135
  # Translation of the WordPress plugin My Calendar 1.4.10 by Luud Heck.
136
  # Copyright (C) 2010 Luud Heck
137
  # This file is distributed under the same license as the My Calendar package.
138
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
139
  #
140
+ #: my-calendar-categories.php:98
141
  msgid "Category added successfully"
142
  msgstr "Categorie succesvol toegevoegd "
143
 
144
+ #: my-calendar-categories.php:100
145
  msgid "Category addition failed."
146
  msgstr "Categorie toevoegen mislukt"
147
 
148
+ #: my-calendar-categories.php:110
149
  msgid "Category deleted successfully. Categories in calendar updated."
150
  msgstr "Categorie succesvol verwijderd. Categorie&euml;n in kalender bijgewerkt."
151
 
152
+ #: my-calendar-categories.php:112
153
  msgid "Category deleted successfully. Categories in calendar not updated."
154
  msgstr "Categorie succesvol verwijderd. Categorie&euml;n in kalender niet bijgewerkt."
155
 
156
+ #: my-calendar-categories.php:114
157
  msgid "Category not deleted. Categories in calendar updated."
158
  msgstr "Categorie niet verwijderd. Categorie&euml;n in kalender bijgewerkt."
159
 
160
+ #: my-calendar-categories.php:123
161
  msgid "Category edited successfully"
162
  msgstr "Categorie succesvol bewerkt"
163
 
164
+ #: my-calendar-categories.php:148
165
+ #: my-calendar-categories.php:173
166
+ #: my-calendar-categories.php:190
167
  msgid "Add Category"
168
  msgstr "Voeg categorie toe"
169
 
170
+ #: my-calendar-categories.php:150
171
+ #: my-calendar-categories.php:173
172
  msgid "Edit Category"
173
  msgstr "Bewerk categorie"
174
 
175
+ #: my-calendar-categories.php:157
176
  msgid "Category Editor"
177
  msgstr "Categorie bewerker"
178
 
179
+ #: my-calendar-categories.php:174
180
+ #: my-calendar-categories.php:215
181
  msgid "Category Name"
182
  msgstr "Categorie naam"
183
 
184
+ #: my-calendar-categories.php:175
185
  msgid "Category Color (Hex format)"
186
  msgstr "Categorie kleur (Hex formaat)"
187
 
188
+ #: my-calendar-categories.php:176
189
+ #: my-calendar-categories.php:217
190
  msgid "Category Icon"
191
  msgstr "Categorie icoon"
192
 
193
+ #: my-calendar-categories.php:190
194
+ #: my-calendar-locations.php:160
195
  msgid "Save Changes"
196
  msgstr "Bewaar veranderingen"
197
 
198
+ #: my-calendar-categories.php:203
199
+ #: my-calendar.php:149
200
  msgid "Manage Categories"
201
  msgstr "Beheer categorie&euml;n"
202
 
203
+ #: my-calendar-categories.php:214
204
+ #: my-calendar-event-manager.php:681
205
+ #: my-calendar-locations.php:186
206
  msgid "ID"
207
  msgstr "ID"
208
 
209
+ #: my-calendar-categories.php:216
210
  msgid "Category Color"
211
  msgstr "Categorie kleur"
212
 
213
+ #: my-calendar-categories.php:218
214
+ #: my-calendar-categories.php:232
215
+ #: my-calendar-event-manager.php:746
216
+ #: my-calendar-locations.php:188
217
+ #: my-calendar-locations.php:200
218
  msgid "Edit"
219
  msgstr "Bewerk"
220
 
221
+ #: my-calendar-categories.php:219
222
+ #: my-calendar-categories.php:238
223
+ #: my-calendar-event-manager.php:91
224
+ #: my-calendar-event-manager.php:746
225
+ #: my-calendar-locations.php:189
226
+ #: my-calendar-locations.php:201
227
  msgid "Delete"
228
  msgstr "Verwijder"
229
 
230
+ #: my-calendar-categories.php:235
231
+ #: my-calendar-settings.php:272
232
+ #: my-calendar-event-manager.php:727
233
+ #: my-calendar-output.php:153
234
  msgid "N/A"
235
  msgstr "Niet beschikbaar"
236
 
237
+ #: my-calendar-categories.php:238
238
+ #: my-calendar-locations.php:201
239
  msgid "Are you sure you want to delete this category?"
240
  msgstr "Weet je zeker dat je deze categorie wilt verwijderen?"
241
 
242
+ #: my-calendar-categories.php:249
243
  msgid "There are no categories in the database - something has gone wrong!"
244
  msgstr "Er zijn geen categorie&euml;n in de database - er is iets mis gegaan!"
245
 
246
+ #: my-calendar-widgets.php:5
247
+ msgid "My Calendar: Today's Events"
248
+ msgstr "My Calendar: activiteiten voor vandaag"
 
249
 
250
+ #: my-calendar-widgets.php:37
251
+ #: my-calendar-widgets.php:118
252
+ #: my-calendar-widgets.php:461
253
+ #: my-calendar-settings.php:324
254
+ #: my-calendar-event-manager.php:682
255
+ msgid "Title"
256
+ msgstr "Titel"
257
 
258
+ #: my-calendar-widgets.php:41
259
+ #: my-calendar-widgets.php:122
260
+ msgid "Template"
261
+ msgstr "Sjabloon"
262
 
263
+ #: my-calendar-widgets.php:44
264
+ #: my-calendar-widgets.php:128
265
+ msgid "Add calendar URL to use this option."
266
+ msgstr "Voeg kalender URL toe om deze optie te gebruiken."
267
 
268
+ #: my-calendar-widgets.php:46
269
+ #: my-calendar-widgets.php:130
270
+ msgid "Link widget title to calendar:"
271
+ msgstr "Koppel widget titel aan kalender:"
272
 
273
+ #: my-calendar-widgets.php:47
274
+ #: my-calendar-widgets.php:131
275
+ msgid "Not Linked"
276
+ msgstr "Niet gekoppeld"
277
 
278
+ #: my-calendar-widgets.php:48
279
+ #: my-calendar-widgets.php:132
280
+ msgid "Linked"
281
+ msgstr "Gekoppeld"
 
 
 
 
 
 
 
 
 
 
282
 
283
+ #: my-calendar-widgets.php:52
284
+ msgid "Show this text if there are no events today:"
285
+ msgstr "Toon deze tekst alleen als er vandaag geen activiteiten zijn:"
286
 
287
+ #: my-calendar-widgets.php:56
288
+ #: my-calendar-widgets.php:158
289
+ #: my-calendar-widgets.php:465
290
+ msgid "Category or categories to display:"
291
+ msgstr "Categorie of categorie&euml;n om weer te geven:"
292
 
293
+ #: my-calendar-widgets.php:77
294
+ msgid "My Calendar: Upcoming Events"
295
+ msgstr "My Calendar: komende activiteiten"
296
 
297
+ #: my-calendar-widgets.php:126
298
+ msgid "Widget Options"
299
+ msgstr "Widget indstellingen"
300
 
301
+ #: my-calendar-widgets.php:137
302
+ msgid "Display upcoming events by:"
303
+ msgstr "Toon aankomende activiteiten per:"
304
 
305
+ #: my-calendar-widgets.php:138
306
+ msgid "Events (e.g. 2 past, 3 future)"
307
+ msgstr "Activiteiten (bijv. 2 terug, 3 aankomend)"
308
 
309
+ #: my-calendar-widgets.php:139
310
+ msgid "Dates (e.g. 4 days past, 5 forward)"
311
+ msgstr "Datums (bijv. 4 dagen terug, 5 vooruit)"
312
 
313
+ #: my-calendar-widgets.php:143
314
+ msgid "Events sort order:"
315
+ msgstr "Activiteiten sorteer volgorde:"
316
 
317
+ #: my-calendar-widgets.php:144
318
+ msgid "Ascending (near to far)"
319
+ msgstr "Oplopend (dichtbij naar ver)"
320
 
321
+ #: my-calendar-widgets.php:145
322
+ msgid "Descending (far to near)"
323
+ msgstr "Aflopend (ver naar dicht bij)"
 
324
 
325
+ #: my-calendar-widgets.php:149
326
+ msgid "events into the future;"
327
+ msgstr "Activiteiten in de toekomst;"
 
328
 
329
+ #: my-calendar-widgets.php:150
330
+ msgid "events from the past"
331
+ msgstr "activiteiten in het verleden;"
 
332
 
333
+ #: my-calendar-widgets.php:154
334
+ msgid "Show this text if there are no events meeting your criteria:"
335
+ msgstr "Toon deze tekst als er geen activiteiten zijn die aan jouw criteria voldoen:"
336
 
337
+ #: my-calendar-widgets.php:431
338
+ msgid "My Calendar: Mini Calendar"
339
+ msgstr "My Calendar: Mini kalender"
340
 
341
+ #: my-calendar-widgets.php:443
342
+ #: my-calendar-output.php:485
343
+ #: my-calendar-output.php:490
344
+ msgid "Calendar"
345
+ msgstr "Kalender"
346
 
347
+ #: my-calendar-widgets.php:469
348
+ msgid "Show Next/Previous Navigation:"
349
+ msgstr "Toon vorige/volgende navigatie:"
350
 
351
+ #: my-calendar-widgets.php:470
352
+ #: my-calendar-widgets.php:476
353
+ msgid "Yes"
354
+ msgstr "Ja"
355
 
356
+ #: my-calendar-widgets.php:471
357
+ #: my-calendar-widgets.php:477
358
+ msgid "No"
359
+ msgstr "Nee"
360
 
361
+ #: my-calendar-widgets.php:475
362
+ msgid "Show Category Key:"
363
+ msgstr "Toon categorie sleutel:"
364
 
365
+ #: my-calendar-widgets.php:481
366
+ msgid "Mini-Calendar Timespan:"
367
+ msgstr "Mini kalender tijdspanne:"
368
 
369
+ #: my-calendar-widgets.php:482
370
+ #: my-calendar-output.php:264
371
+ msgid "Month"
372
+ msgstr "Maand"
373
 
374
+ #: my-calendar-widgets.php:483
375
+ msgid "Week"
376
+ msgstr "Week"
377
 
378
+ #: my-calendar-settings.php:52
379
+ msgid "Categories imported successfully."
380
+ msgstr "Categorie&euml;n successvol geimporteerd"
381
 
382
+ #: my-calendar-settings.php:52
383
+ msgid "Categories not imported."
384
+ msgstr "Categorie&euml;n niet geimporteerd"
385
 
386
+ #: my-calendar-settings.php:53
387
+ msgid "Events imported successfully."
388
+ msgstr "Geberutenissen succesvol geimporteerd"
389
 
390
+ #: my-calendar-settings.php:53
391
+ msgid "Events not imported."
392
+ msgstr "Activiteiten niet geimporteerd"
393
 
394
+ #: my-calendar-settings.php:80
395
+ msgid "Permissions Settings saved"
396
+ msgstr "Permissie instellingen bewaard"
397
 
398
+ #: my-calendar-settings.php:133
399
+ msgid "Output Settings saved"
400
+ msgstr "Uitvoer instellingen bewaard"
401
 
402
+ #: my-calendar-settings.php:151
403
+ msgid "Input Settings saved"
404
+ msgstr "Invoer instellingen bewaard"
405
 
406
+ #: my-calendar-settings.php:167
407
+ msgid "Custom text settings saved"
408
+ msgstr "Eigen tekst instellingen bewaard"
409
 
410
+ #: my-calendar-settings.php:179
411
+ msgid "Email notice settings saved"
412
+ msgstr "Email notificatie instellingen bewaard"
413
 
414
+ #: my-calendar-settings.php:191
415
+ msgid "User custom settings saved"
416
+ msgstr "Gebruikers eigen instellingen bewaard"
417
 
418
+ #: my-calendar-settings.php:218
419
+ msgid "My Calendar Options"
420
+ msgstr "My Calendar Opties"
421
 
422
+ #: my-calendar-settings.php:222
423
+ msgid "Calendar Management Settings"
424
+ msgstr "Kalenderbeheerinstellingen"
425
 
426
+ #: my-calendar-settings.php:227
427
+ msgid "Calendar Options: Management"
428
+ msgstr "Kalender opties: Beheer"
429
 
430
+ #: my-calendar-settings.php:229
431
+ msgid "Lowest user group that may create events"
432
+ msgstr "Kies de laagste gebruikersgroep die activiteiten mag maken"
433
 
434
+ #: my-calendar-settings.php:230
435
+ #: my-calendar-settings.php:239
436
+ msgid "Subscriber"
437
+ msgstr "Abonnee"
438
 
439
+ #: my-calendar-settings.php:231
440
+ #: my-calendar-settings.php:240
441
+ #: my-calendar-settings.php:248
442
+ msgid "Contributor"
443
+ msgstr "Bijdrager"
444
 
445
+ #: my-calendar-settings.php:232
446
+ #: my-calendar-settings.php:241
447
+ #: my-calendar-settings.php:249
448
+ #: my-calendar-settings.php:327
449
+ #: my-calendar-event-manager.php:687
450
+ msgid "Author"
451
+ msgstr "Auteur"
452
 
453
+ #: my-calendar-settings.php:233
454
+ #: my-calendar-settings.php:242
455
+ #: my-calendar-settings.php:250
456
+ msgid "Editor"
457
+ msgstr "Redacteur"
458
 
459
+ #: my-calendar-settings.php:234
460
+ #: my-calendar-settings.php:243
461
+ #: my-calendar-settings.php:251
462
+ msgid "Administrator"
463
+ msgstr "Beheerder"
464
 
465
+ #: my-calendar-settings.php:238
466
+ msgid "Lowest user group that may approve events"
467
+ msgstr "Kies de laagste gebruikersgroep die activiteiten goedkeuren"
468
 
469
+ #: my-calendar-settings.php:244
470
+ msgid "Enable approval options."
471
+ msgstr "Zet goedkeuringsopties aan."
472
 
473
+ #: my-calendar-settings.php:247
474
+ msgid "Lowest user group that may edit or delete all events"
475
+ msgstr "Kies de laagste gebruikersgroep die activiteiten mag bewerken of alle verwijderen"
476
 
477
+ #: my-calendar-settings.php:253
478
+ msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
479
+ msgstr "Standaard kunnen alleen beheerders activiteiten bewerken of verwijderen. Andere gebruikes mogen alleen activiteiten bewerken of verwijderen waarvoor zij toestemming hebben."
480
 
481
+ #: my-calendar-settings.php:258
482
+ msgid "Save Approval Settings"
483
+ msgstr "Bewaar goedkeuringsinstellingen"
484
 
485
+ #: my-calendar-settings.php:264
486
+ msgid "Calendar Text Settings"
487
+ msgstr "Kalender tekstinstellingen"
488
 
489
+ #: my-calendar-settings.php:269
490
+ msgid "Calendar Options: Customizable Text Fields"
491
+ msgstr "Kalender opties: aanpasbare tekstvelden"
 
492
 
493
+ #: my-calendar-settings.php:272
494
+ msgid "Label for events without a set time"
495
+ msgstr "Label voor activiteiten zonder een specifieke tijd"
496
 
497
+ #: my-calendar-settings.php:275
498
+ msgid "Previous events link"
499
+ msgstr "Koppeling voor eerdere activiteiten"
500
 
501
+ #: my-calendar-settings.php:275
502
+ msgid "Previous Events"
503
+ msgstr "Vorige activiteiten"
 
504
 
505
+ #: my-calendar-settings.php:278
506
+ msgid "Next events link"
507
+ msgstr "Koppeling voor komende activiteiten"
 
508
 
509
+ #: my-calendar-settings.php:278
510
+ msgid "Next Events"
511
+ msgstr "Komende activiteiten"
 
512
 
513
+ #: my-calendar-settings.php:281
514
+ msgid "If events are open"
515
+ msgstr "Indien activiteiten open zijn"
 
516
 
517
+ #: my-calendar-settings.php:281
518
+ msgid "Registration is open"
519
+ msgstr "Registratie is open"
 
520
 
521
+ #: my-calendar-settings.php:284
522
+ msgid "If events are closed"
523
+ msgstr "Indien activiteiten gesloten zijn"
 
524
 
525
+ #: my-calendar-settings.php:284
526
+ msgid "Registration is closed"
527
+ msgstr "Registratie is gesloten"
 
 
 
 
 
 
528
 
529
+ #: my-calendar-settings.php:287
530
+ msgid "Additional caption:"
531
+ msgstr "Additionele onderschrift tekst:"
 
532
 
533
+ #: my-calendar-settings.php:287
534
+ msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
535
+ msgstr "Het kalenderonderschrift is de tekst met de weergegeven maand en jaar in lijst en kalender formaat. De hier opgegeven tekst zal weergegeven worden achter die bestaande tekst."
 
536
 
537
+ #: my-calendar-settings.php:292
538
+ msgid "Save Custom Text Settings"
539
+ msgstr "Bewaar eigen tekst instellingen"
 
540
 
541
+ #: my-calendar-settings.php:298
542
+ msgid "Calendar Output Settings"
543
+ msgstr "Kalender uitvoer instellingen"
 
544
 
545
+ #: my-calendar-settings.php:303
546
+ msgid "Calendar Options: Customize the Output of your Calendar"
547
+ msgstr "Kalender opties: pas de uitvoer van jouw kalender aan"
 
548
 
549
+ #: my-calendar-settings.php:306
550
+ msgid "<abbr title=\"Uniform resource locator\">URL</abbr> for your public calendar (required to use the {details} template tag)"
551
+ msgstr "<abbr title=\"Uniform resource locator\">URL</abbr> voor jouw publieke kalender (vereist om de {details} sjabloon code te gebruiken)"
 
552
 
553
+ #: my-calendar-settings.php:310
554
+ msgid "Event title template"
555
+ msgstr "Activiteit titel sjabloon"
 
556
 
557
+ #: my-calendar-settings.php:311
558
+ msgid "Template Help"
559
+ msgstr "Sjabloon hulp"
 
560
 
561
+ #: my-calendar-settings.php:311
562
+ #: my-calendar-settings.php:465
563
+ msgid "All template shortcodes are available."
564
+ msgstr "Alle sjabloon verkorte codes zijn beschikbaar."
565
 
566
+ #: my-calendar-settings.php:314
567
+ msgid "In list mode, show how many months of events at a time:"
568
+ msgstr "In lijstweergave, toon zoveel maanden aan activiteiten tegelijk:"
 
569
 
570
+ #: my-calendar-settings.php:317
571
+ msgid "Date format in list mode"
572
+ msgstr "Datumformaat in lijstweergave"
 
573
 
574
+ #: my-calendar-settings.php:317
575
+ msgid "Current:"
576
+ msgstr "Huidig:"
577
 
578
+ #: my-calendar-settings.php:318
579
+ msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
580
+ msgstr "Datumformaat gebruikt dezelfde syntaxis als de <a href=\"http://php.net/date\">PHP <code>date()</code> functie</a>. Bewaar opties om de voorbeelduitvoer bij te werken."
 
 
581
 
582
+ #: my-calendar-settings.php:321
583
+ msgid "Default Sort order for Admin Events List"
584
+ msgstr "Standaard sorteervolgorde voor beheerdersactiviteiten lijst"
585
 
586
+ #: my-calendar-settings.php:323
587
+ msgid "Event ID"
588
+ msgstr "Activiteit ID"
 
589
 
590
+ #: my-calendar-settings.php:325
591
+ #: my-calendar-event-manager.php:684
592
  msgid "Description"
593
  msgstr "Omschrijving"
594
 
595
+ #: my-calendar-settings.php:326
596
+ #: my-calendar-event-manager.php:685
597
  msgid "Start Date"
598
  msgstr "Begindatum"
599
 
600
+ #: my-calendar-settings.php:328
601
+ #: my-calendar-event-manager.php:688
 
 
 
 
 
 
 
 
602
  msgid "Category"
603
  msgstr "Categorie"
604
 
605
+ #: my-calendar-settings.php:329
606
+ #: my-calendar-settings.php:539
607
+ msgid "Location Name"
608
+ msgstr "Locatienaam"
609
 
610
+ #: my-calendar-settings.php:333
611
+ msgid "Holiday Category"
612
+ msgstr "Vakantie/feestdag categorie"
613
 
614
+ #: my-calendar-settings.php:350
615
+ msgid "If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
616
+ msgstr "Indien een activiteit samenvalt met een activiteit in de aangegeven \"Vakantie/feestdag\" categorie toon het dan niet."
617
 
618
+ #: my-calendar-settings.php:353
619
+ msgid "Show Heading for Calendar"
620
+ msgstr "Toon opschrift voor Kalender"
621
 
622
+ #: my-calendar-settings.php:356
623
+ msgid "Show Weekends on Calendar"
624
+ msgstr "Toon weekenden op kalender"
625
 
626
+ #: my-calendar-settings.php:359
627
+ msgid "Do you want to display the author name on events?"
628
+ msgstr "Wil je de auteursnaam weergeven bij activiteiten?"
629
 
630
+ #: my-calendar-settings.php:362
631
+ msgid "Display a jumpbox for changing month and year quickly?"
632
+ msgstr "Toon een opspring-vak voor snel veranderen van maand en jaar?"
633
 
634
+ #: my-calendar-settings.php:365
635
+ msgid "Hide category icons in output"
636
+ msgstr "Verberg categorie iconen in uitvoer"
637
 
638
+ #: my-calendar-settings.php:368
639
+ msgid "Show Link to Google Map (when sufficient address information is available.)"
640
+ msgstr "Toon koppeling naar Google Maps (nindien voldoende adres informatie beschikbaar is)"
641
 
642
+ #: my-calendar-settings.php:371
643
+ msgid "Show Event Address in Details"
644
+ msgstr "Toon activiteit adres in details"
645
 
646
+ #: my-calendar-settings.php:374
647
+ msgid "Show short description field on calendar."
648
+ msgstr "Toon verkort omschrijvingsveld in kalender."
649
 
650
+ #: my-calendar-settings.php:377
651
+ msgid "Show full description field on calendar."
652
+ msgstr "Toon volledig omschrijvingsveld in kalender."
653
 
654
+ #: my-calendar-settings.php:380
655
+ msgid "Show link to details on calendar. (requires a calendar URL, above)"
656
+ msgstr "Toon koppeling naar details op kalender. (vereist een kalender URL, zie hierboven)"
657
 
658
+ #: my-calendar-settings.php:383
659
+ msgid "Links associated with events will automatically expire after the event has passed."
660
+ msgstr "Koppelingen verbonden aan activiteiten zullen automatisch verlopen als de activiteit is geweest."
661
 
662
+ #: my-calendar-settings.php:386
663
+ msgid "Show current availability status of events."
664
+ msgstr "Toon huidige beschikbaarheidsstatus van activiteiten."
665
 
666
+ #: my-calendar-settings.php:389
667
+ msgid "Show link to My Calendar RSS feed."
668
+ msgstr "Toon koppeling naar My Calendar RSS stroom"
669
+
670
+ #: my-calendar-settings.php:392
671
+ msgid "Show link to iCal format download."
672
+ msgstr "Toon koppeling naar iCal formaat download"
673
+
674
+ #: my-calendar-settings.php:395
675
+ msgid "If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
676
+ msgstr "Als een herhalende activiteit voorkomt op een niet bestaande datum (zoals de 5de woensdag in februari), verschuif het naar een week eerder."
677
+
678
+ #: my-calendar-settings.php:396
679
+ msgid "If this option is unchecked, recurring events which fall on dates which don't exist will simply not be shown on the calendar."
680
+ msgstr "Als deze optie niet geselecteerd is zullen activiteiten die vallen op niet bestaande data eenvoudigweg niet getoond worden op de kalender."
681
+
682
+ #: my-calendar-settings.php:399
683
+ msgid "Default usage of category colors."
684
+ msgstr "Standaard gebruik van categorie kleuren."
685
+
686
+ #: my-calendar-settings.php:400
687
+ msgid "Apply category colors to event titles as a font color."
688
+ msgstr "Pas categorie kleuren toe op activiteit titels als tekst kleur."
689
+
690
+ #: my-calendar-settings.php:401
691
+ msgid "Apply category colors to event titles as a background color."
692
+ msgstr "Pas categorie kleuren toe op activiteit titels als achtergrond kleur."
693
+
694
+ #: my-calendar-settings.php:406
695
+ msgid "Save Output Settings"
696
+ msgstr "Bewaar uitvoer instellingen"
697
+
698
+ #: my-calendar-settings.php:412
699
+ msgid "Calendar Input Settings"
700
+ msgstr "Kalender invoer instellingen"
701
+
702
+ #: my-calendar-settings.php:417
703
+ msgid "Select which input fields will be available when adding or editing events."
704
+ msgstr "Selecteer invoervelden die beschikbaar zijn bij het toevoegen of bewerken van activiteiten."
705
+
706
+ #: my-calendar-settings.php:422
707
+ msgid "Show Event Location Dropdown Menu"
708
+ msgstr "Toon activiteit locatie uitklapmenu"
709
+
710
+ #: my-calendar-settings.php:422
711
+ msgid "Show Event Short Description field"
712
+ msgstr "Toon activiteit verkort omschrijvingsveld"
713
+
714
+ #: my-calendar-settings.php:422
715
+ msgid "Show Event Description Field"
716
+ msgstr "Toon activiteit omschrijvingsveld"
717
+
718
+ #: my-calendar-settings.php:422
719
+ msgid "Show Event Category field"
720
+ msgstr "Toon activiteit categorieveld"
721
+
722
+ #: my-calendar-settings.php:422
723
+ msgid "Show Event Link field"
724
+ msgstr "Toon activiteit koppelingsveld"
725
+
726
+ #: my-calendar-settings.php:422
727
+ msgid "Show Event Recurrence Options"
728
+ msgstr "Toon activiteit herhalingsopties"
729
+
730
+ #: my-calendar-settings.php:422
731
+ msgid "Show event registration options"
732
+ msgstr "Toon activiteit registratie opties"
733
+
734
+ #: my-calendar-settings.php:422
735
+ msgid "Show event location fields"
736
+ msgstr "Toon activiteit locatie velden"
737
+
738
+ #: my-calendar-settings.php:422
739
+ msgid "Use HTML Editor in Event Description Field"
740
+ msgstr "Gebruik HTML bewerker in activiteit omschrijvingsveld"
741
+
742
+ #: my-calendar-settings.php:435
743
+ msgid "Administrators see all input options"
744
+ msgstr "Beheerder ziet alle invoer opties"
745
+
746
+ #: my-calendar-settings.php:440
747
+ msgid "Save Input Settings"
748
+ msgstr "Bewaar invoer instellingen"
749
+
750
+ #: my-calendar-settings.php:446
751
+ msgid "Calendar Email Settings"
752
+ msgstr "Kalender email instellingen"
753
+
754
+ #: my-calendar-settings.php:451
755
+ msgid "Calendar Options: Email Notifications"
756
+ msgstr "Kalender opties: email notificaties"
757
+
758
+ #: my-calendar-settings.php:455
759
+ msgid "Send Email Notifications when new events are scheduled or reserved."
760
+ msgstr "Stuur email notificaties wanneer nieuwe activiteiten zijn ingedeeld of gereserveerd"
761
+
762
+ #: my-calendar-settings.php:458
763
+ msgid "Notification messages are sent to: "
764
+ msgstr "Notificatieberichten zijn gestuurd naar:"
765
+
766
+ #: my-calendar-settings.php:461
767
+ msgid "Email subject"
768
+ msgstr "Email onderwerp"
769
+
770
+ #: my-calendar-settings.php:461
771
+ msgid "New event Added"
772
+ msgstr "Nieuwe activiteit toegevoegd"
773
+
774
+ #: my-calendar-settings.php:464
775
+ msgid "Message Body"
776
+ msgstr "Bericht tekst"
777
+
778
+ #: my-calendar-settings.php:464
779
+ msgid "New Event:"
780
+ msgstr "Nieuwe activiteit:"
781
+
782
+ #: my-calendar-settings.php:465
783
+ msgid "Shortcode Help"
784
+ msgstr "Verkorte code hulp"
785
+
786
+ #: my-calendar-settings.php:470
787
+ msgid "Save Email Settings"
788
+ msgstr "Bewaar email instellingen"
789
+
790
+ #: my-calendar-settings.php:476
791
+ msgid "Calendar User Settings"
792
+ msgstr "Kalender gebruikersinstellingen"
793
+
794
+ #: my-calendar-settings.php:483
795
+ msgid "Settings which can be configured in registered user's accounts"
796
+ msgstr "Instellingen die geconfigureerd kunnen worden in accounts van geregistreerde gebruikers"
797
+
798
+ #: my-calendar-settings.php:485
799
+ msgid "Allow registered users to provide timezone or location presets in their user profiles."
800
+ msgstr "Sta geregistreerde gebruikers toe om tijdzone en locatie voorkeuren in the stellen in hun gebruikersprofiel."
801
+
802
+ #: my-calendar-settings.php:497
803
+ msgid "Timezone Settings"
804
+ msgstr "Tijdzone instellingen"
805
+
806
+ #: my-calendar-settings.php:498
807
+ msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
808
+ msgstr "Deze instellingen geven geregistreerde gebruikers de mogelijkheid om een tijd zone in te stellen in hun profiel. Als de kalender wordt bekeken zullen de tijden voor activiteiten worden weergegeven in de tijdzone zoals ingesteld door de gebruiker."
809
+
810
+ #: my-calendar-settings.php:500
811
+ msgid "Enable Timezone"
812
+ msgstr "Stel tijdzone in"
813
+
814
+ #: my-calendar-settings.php:503
815
+ msgid "Select Timezone Label"
816
+ msgstr "Selecteer tijdzone label"
817
+
818
+ #: my-calendar-settings.php:506
819
+ msgid "Timezone Options"
820
+ msgstr "Tijdzone opties"
821
+
822
+ #: my-calendar-settings.php:506
823
+ #: my-calendar-settings.php:527
824
+ msgid "Value, Label; one per line"
825
+ msgstr "Waarde, label; een per lijn"
826
+
827
+ #: my-calendar-settings.php:518
828
+ msgid "Location Settings"
829
+ msgstr "Locatie instellingen"
830
+
831
+ #: my-calendar-settings.php:519
832
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter."
833
+ msgstr "Deze instellingen geven geregistreerde gebruikers de mogelijkheid om een locatie in te stellen in hun profiel. Als de kalender wordt bekeken zullen in de initi&euml;le weergave alleen activiteiten worden getoond met die locatie parameter."
834
+
835
+ #: my-calendar-settings.php:521
836
+ msgid "Enable Location"
837
+ msgstr "Zet locatie aan"
838
+
839
+ #: my-calendar-settings.php:524
840
+ msgid "Select Location Label"
841
+ msgstr "Selecteer locatie label"
842
+
843
+ #: my-calendar-settings.php:527
844
+ msgid "Location Options"
845
+ msgstr "Locatie opties"
846
+
847
+ #: my-calendar-settings.php:537
848
+ msgid "Location Type"
849
+ msgstr "Locatie type"
850
+
851
+ #: my-calendar-settings.php:540
852
+ #: my-calendar-event-manager.php:557
853
+ #: my-calendar-locations.php:130
854
+ msgid "City"
855
+ msgstr "Stad"
856
+
857
+ #: my-calendar-settings.php:541
858
+ #: my-calendar-event-manager.php:557
859
+ #: my-calendar-locations.php:130
860
+ msgid "State/Province"
861
+ msgstr "Staat/Provincie"
862
+
863
+ #: my-calendar-settings.php:542
864
+ #: my-calendar-event-manager.php:563
865
+ #: my-calendar-locations.php:136
866
+ msgid "Country"
867
+ msgstr "Land"
868
+
869
+ #: my-calendar-settings.php:543
870
+ #: my-calendar-event-manager.php:557
871
+ #: my-calendar-locations.php:130
872
+ msgid "Postal Code"
873
+ msgstr "Postcode"
874
+
875
+ #: my-calendar-settings.php:544
876
+ #: my-calendar-event-manager.php:560
877
+ #: my-calendar-event-manager.php:573
878
+ #: my-calendar-locations.php:133
879
+ #: my-calendar-locations.php:146
880
+ msgid "Region"
881
+ msgstr "Regio"
882
+
883
+ #: my-calendar-settings.php:550
884
+ msgid "Save User Settings"
885
+ msgstr "Bewaar gebruikersinstellingen"
886
+
887
+ #: my-calendar-settings.php:564
888
+ #: my-calendar-event-manager.php:13
889
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
890
+ msgstr "My Calendar heeft ontdekt dat je de Calendar plugin van Kieran O'Shea geïnstalleerd hebt. Je kunt de activiteiten en categorie&euml;n daarvan importeren in de My Calendar database. Wil je deze activiteiten importeren?"
891
+
892
+ #: my-calendar-settings.php:571
893
+ #: my-calendar-event-manager.php:20
894
+ msgid "Import from Calendar"
895
+ msgstr "Import van kalender"
896
 
897
+ #: my-calendar-help.php:7
898
  msgid "How to use My Calendar"
899
  msgstr "Hoe My Calendar te gebruiken"
900
 
901
+ #: my-calendar-help.php:12
902
  msgid "Shortcode Syntax"
903
  msgstr "Verkorte code syntaxis"
904
 
905
+ #: my-calendar-help.php:15
906
  msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
907
  msgstr "Deze verkorte codes kunnen worden gebruikt in Berichten, Pagina's of in tekts widgets."
908
 
909
+ #: my-calendar-help.php:17
910
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
911
+ msgstr "Hoofd kalender verkorte code (Lijst of matrix, week of maand weergave)"
912
+
913
+ #: my-calendar-help.php:19
914
  msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
915
  msgstr "Deze eenvoudige verkorte code toont de kalender in een bericht of pagina inclusief alle categorien en de categorie sleutel in een traditioneel maand-bij-maand formaat."
916
 
917
+ #: my-calendar-help.php:22
918
+ msgid "The shortcode supports six attributes, <code>category</code>, <code>format</code>, <code>showkey</code>, <code>shownav</code>, <code>toggle</code>, and <code>time</code>. There two alternate options for <code>format</code>: <code>list</code>, which will show the calendar in a list format, skipping dates without any events, and <code>mini</code>, which will display the calendar in a form more suitable to being displayed in smaller spaces, such as the sidebar. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using either the pipe character (<code>|</code>) or a comma. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output. Setting <code>shownav</code> to <code>no</code> will disable the Previous/Next links. Setting <code>toggle</code> to yes will show a link to switch between the list and grid views. The <code>time</code> shortcode switches between a weekly view and the default monthly view."
919
+ msgstr "De verkorte code ondersteund zes attributen, <code>category</code>, <code>format</code> <code>showkey</code>, <code>shownav</code>, <code>toggle</code>, en <code>time</code>. Er zijn twee alternatieve opties voor <code>format</code> &mdash; <code>list</code> welke de kalender in lijst formaat zal weergeven waarin datums zonder activiteiten weggelaten worden, en <code>mini</code> welke de kalender in een formaat weergeeft dat meer bruikbaar is in kleinere ruimten zoals de zijbalk. Het <code>category</code> attribuut verwacht of de naam of het id getal van een van je activiteit categorie&euml;n (de naam is letterkast gevoelig, i.e. hoofd- en kleine letters). Deze toont een kalender met alleen activiteiten in de opgegeven categorie. Meerdere categorie&euml;n kunnen opgegeven worden door ze te scheiden met het pijp character (<code>|</code>) of een comma. Het instellen van <code>showkey</code> naar <code>no</code> zal voorkomen dat de categoriesleutel wordt weergegeven &mdash; dit kan handig zijn als er maar een enkele categorie wordt weergegeven. Het instllen van <code>shownav</code> naar <code>no</code> zal de vorige/volgende koppelingen verbergen. Het instllen van <code>toggle</code> to <code>yes</code> zal een link weergeven die schakelt wussen lijst en matrix weergave. De <code>time</code> verkorte code schakelt tussen een wekelijkse en de standaard maandelijkse weergave."
920
 
921
+ #: my-calendar-help.php:25
922
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
923
+ msgstr "De hoofd My Calendar verkorte code kan gegenereerd worden middels een knop in je berichten- en paginabewerker. De mini kalender kan ook worden benaderd en geconfigureerd als een widget."
924
 
925
  #: my-calendar-help.php:27
926
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
927
+ msgstr "Additionele kalenderweergaven (komende activiteiten, activiteiten vandaag)"
928
+
929
+ #: my-calendar-help.php:29
930
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
931
+ msgstr "Deze verkorte code toont de uitvoor van de Komende activiteiten widget. De <code>before</code> en <code>after</code> attributen moeten nummers zijn; het <code>type</code> attribuut mag of \"event\" dan wel \"days\" zijn en de <code>category</code>werkt hetzelfde als de categorie attributen voor de hoofd kalender verkorte code. Sjablonen werken met gebruikmaking van de verkorte codes opgesomd hieronder. <code>fallback</code> geeft de tekst indien er geen activitieten zijn die aan jouw criteria voldoen. Volgorde bepaalt de opeenvolging van activiteiten in lijstweergave &ndash; oplopend (<code>asc</code>) dan wel aflopend (<code>desc</code>)."
932
+
933
+ #: my-calendar-help.php:32
934
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
935
+ msgstr "Voorspelbaar genoeg toont deze verkorte code de uitvoor van de Activiteiten van vandaag widget met drie configureerbare attributen: categorie, sjabloon en terugval tekst."
936
+
937
+ #: my-calendar-help.php:35
938
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
939
+ msgstr "Zowel komende activiteiten als activiteiten vandaag kunnen worden geconfigureerd door gebruik te maken van widgets."
940
 
941
+ #: my-calendar-help.php:38
942
+ msgid "Supplement Features (Locations filter, Categories filter)"
943
+ msgstr "Aanvullende functies (locatiefilter, categoriefilter)"
944
+
945
+ #: my-calendar-help.php:41
946
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
947
+ msgstr "Deze verkorte code genereert een lijst met activiteitcategorie&euml;n, als een lijst van koppeling of als een uitklap formulier. Het <code>show</code> attribuut can ofwel <code>list</code> of <code>form</code> zijn. <code>type</code> is ofwel <code>saved</code> (om items te tonen van je bewaarde locaties) of <code>custom</code> (om de opties te tonen die geconfigureerd zijn in je instellingen). <code>datatype</code> moet van het datatype zijn waar je beperkingen uit kiezen: <code>name</code> (zakelijke naam), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (post code), or <code>region</code>."
948
+
949
+ #: my-calendar-help.php:44
950
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
951
+ msgstr "eze verkorte code genereert een lijst met activiteitcategorie&euml;n, als een lijst van koppelingen of als een uitklap formulier. Het <code>show</code> attribuut can ofwel <code>list</code> of <code>form</code> zijn."
952
+
953
+ #: my-calendar-help.php:50
954
  msgid "Category Icons"
955
  msgstr "Categorie iconen"
956
 
957
+ #: my-calendar-help.php:53
958
  msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
959
  msgstr "My Calendar is ontworpen om meerder kalenders te beheren. De basis voor deze calenders zijn categorieen. Je kunt eenvoudig een kalender pagina maken die alle categorieen bevat, of je kunt besluiten om aparte pagina's aan kalenders in iedere categorie toe te kennen. Bijvoorbeeld kan dit handig zijn als je de tournee voor meerdere bands beheerd, kalenders beheerd voor meedere locaties, etc."
960
 
961
+ #: my-calendar-help.php:56
962
  msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
963
  msgstr "De voorgeinstalleerde categorie iconen zouden niet specifiek bruikbaar kunnen zijn voor jouw toepassing. Ik neem aan dat je je eigen iconen zult uploaden -- het enige dat je moet doen is ze te uploaden naar de plugin's iconen map en ze zijn meteen klaar voor gebruik. Of plaats ze in een map \"my-calendar-custom\" om te voorkomen dat ze worden overschreven bij opwaarderingen."
964
 
965
+ #: my-calendar-help.php:56
966
  msgid "Your icons folder is:"
967
  msgstr "Jouw iconen map is:"
968
 
969
+ #: my-calendar-help.php:56
970
  msgid "You can alternately place icons in:"
971
  msgstr "Als alternatief kun je iconen plaatsen in:"
972
 
973
+ #: my-calendar-help.php:64
974
+ msgid "Custom Styles"
975
+ msgstr "Eigen stijlen"
976
+
977
+ #: my-calendar-help.php:67
978
+ msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
979
+ msgstr "My Calendar komt met vier eenvoudige stijlbladen. My Calendar zal veranderingen op deze stijlbladen behouden bij een opwaardering, maar als je een totaal nieuw stijlblad wilt toevoegen kun je deze het beste in de eigen stijlblad map van My Calendar plaatsen."
980
+
981
+ #: my-calendar-help.php:70
982
+ msgid "Your stylesheet directory is"
983
+ msgstr "Jouw stijlblad map is"
984
+
985
+ #: my-calendar-help.php:71
986
+ msgid "Your custom stylesheets directory is"
987
+ msgstr "Jouw eigen slijlblad map is"
988
+
989
+ #: my-calendar-help.php:79
990
  msgid "Widget Templating"
991
  msgstr "Widget sjabloneren"
992
 
993
+ #: my-calendar-help.php:82
994
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
995
+ msgstr "Deze codes zijn beschikbaar in kalender widgets, email notificaties en activiteit titels."
996
 
997
+ #: my-calendar-help.php:86
998
  msgid "Displays the name of the category the event is in."
999
  msgstr "Toont de naam van de categorie waarin de activiteit is geplaatst."
1000
 
1001
+ #: my-calendar-help.php:89
1002
  msgid "Displays the title of the event."
1003
  msgstr "Toont de titel van de activiteit."
1004
 
1005
+ #: my-calendar-help.php:92
1006
  msgid "Displays the start time for the event."
1007
  msgstr "Toont het aanvangstijdstip van de activiteit."
1008
 
1009
+ #: my-calendar-help.php:95
1010
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Blank output if user settings are disabled or the user has not selected a preferred time zone."
1011
+ msgstr "Toont de aanvangstijd van een activiteit aangepast aan de tijdzone van de huidige gebruiker. Leeg resultaat als de gebruikersinstellingen uitgezet zijn of als de gebruiker geen preferente tijdzone heeft ingesteld."
1012
+
1013
+ #: my-calendar-help.php:98
1014
  msgid "Displays the date on which the event begins."
1015
  msgstr "Toont de datum waarop de activiteit begint."
1016
 
1017
+ #: my-calendar-help.php:101
1018
  msgid "Displays the date on which the event ends."
1019
  msgstr "Toont de datum waarop de activiteit eindigd."
1020
 
1021
+ #: my-calendar-help.php:104
1022
  msgid "Displays the time at which the event ends."
1023
  msgstr "Toont de tijd waarop de activiteit eindigt."
1024
 
1025
+ #: my-calendar-help.php:107
1026
  msgid "Displays the WordPress author who posted the event."
1027
  msgstr "Toont de WordPress auteur die de activiteit heeft ingevoerd."
1028
 
1029
+ #: my-calendar-help.php:110
1030
+ msgid "Displays the name of the person assigned as host for the event."
1031
+ msgstr "Toont de naam van de persoon die gastheer/-vrouw is voor de activiteit."
1032
+
1033
+ #: my-calendar-help.php:113
1034
  msgid "Displays the URL provided for the event."
1035
  msgstr "Toont de URL zoals opgegeven voor de activiteit."
1036
 
1037
+ #: my-calendar-help.php:116
1038
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
1039
+ msgstr "Geeft een koppeling naar een automatisch gegenereerde pagina met alle informatie over de opgegeven activiteit."
1040
+
1041
+ #: my-calendar-help.php:116
1042
+ msgid "Requires that the site URL has been provided on the Settings page"
1043
+ msgstr "Vereist dat de site URL is opgegeven op de Instellingen pagina"
1044
+
1045
+ #: my-calendar-help.php:119
1046
  msgid "Displays the description of the event."
1047
  msgstr "Toont de omschrijving van de activiteit"
1048
 
1049
+ #: my-calendar-help.php:122
1050
  msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
1051
  msgstr "Toont de titel van de activiteit als een koppeling indien een URL beschikbaar is, of alleen de titel indien geen koppeling beschikbaar is."
1052
 
1053
+ #: my-calendar-help.php:125
1054
  msgid "Displays the name of the location of the event."
1055
  msgstr "Toont de naam van de locatie voor de activiteit."
1056
 
1057
+ #: my-calendar-help.php:128
1058
  msgid "Displays the first line of the site address."
1059
  msgstr "Toont de eerste adres regel voor de activiteit."
1060
 
1061
+ #: my-calendar-help.php:131
1062
  msgid "Displays the second line of the site address."
1063
  msgstr "Toont de tweede adres regel voor de activiteit."
1064
 
1065
+ #: my-calendar-help.php:134
1066
  msgid "Displays the city for the event."
1067
  msgstr "Toont de stad voor de activiteit."
1068
 
1069
+ #: my-calendar-help.php:137
1070
  msgid "Displays the state for the event."
1071
  msgstr "Toont de staat/provincie voor de activiteit."
1072
 
1073
+ #: my-calendar-help.php:140
1074
  msgid "Displays the postcode for the event."
1075
  msgstr "Toont de postcode voor de activiteit."
1076
 
1077
+ #: my-calendar-help.php:143
1078
  msgid "Displays the country for the event location."
1079
  msgstr "Toont het land voor de activiteit."
1080
 
1081
+ #: my-calendar-help.php:146
1082
  msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1083
  msgstr "Toont het adres van de activiteit in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> formaat."
1084
 
1085
+ #: my-calendar-help.php:149
1086
  msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
1087
  msgstr "Toont een koppeling naar een Google Map van de activiteit indien voldoende adres informatie beschikbaar is. Zo niet, dan zal het leeg zijn."
1088
 
1089
+ #: my-calendar-help.php:152
1090
  msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1091
  msgstr "Toont tekst die aangeeft of registratie voor de activiteit momenteel open of gesloten is; toont niets indien die keuze is geselecteerd in de activiteit."
1092
 
1093
+ #: my-calendar-help.php:155
1094
  msgid "Displays the short version of the event description."
1095
  msgstr "Toont de verkorte versie van de activiteitomschrijving."
1096
 
1097
+ #: my-calendar-help.php:158
1098
+ msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1099
+ msgstr "Toont de huidige status van de activiteit: ofwel \"Gepubliceerd\" dan wel \"Gereserveerd\" - primair gebruikt in email sjablonen."
 
 
 
 
1100
 
1101
+ #: my-calendar-help.php:161
1102
+ msgid "Produces the address of the current event's category icon."
1103
+ msgstr "Geeft het adres van het icoon van de huidige activiteitcategorie."
1104
 
1105
+ #: my-calendar-help.php:164
1106
+ msgid "Produces the hex code for the current event's category color."
1107
+ msgstr "Geeft de hexadecimale code voor de kleur van de huidige activiteitcategorie."
1108
 
1109
+ #: my-calendar-help.php:173
1110
+ msgid "Helpful Information"
1111
+ msgstr "Behulpzame informatie"
1112
 
1113
+ #: my-calendar-help.php:176
1114
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
1115
+ msgstr "<strong>De plugin installatie wordt ongedaan gemaakt</strong>: Hoewel de WordPress standaarden en verwachtingen zvoor plugins zijn dat ze eigen database tabellen verwijderen bij het verwijderen van de plugin doet My Calendar dit <em>niet</em>. Dit is een bewuste beslissing van de ontwikkelaar -- de gegevens bewaard in de My Calendar tabellen is van jou; met de enige uitzondering de \"Algemeen\" categorie heb je alle data zelf opgegeven. Derhalve zou het geen verdienste aan jou ziojn om al deze informatie te verwijderen bij het verwijderen van de plugin. Als je deze data toch wilt verwijderen zul je de tabelling handmatig uit de database moeten verwijderen. Alle instellingen van My Calendar worden echter wel verwijderd."
1116
 
1117
+ #: my-calendar-help.php:179
1118
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
1119
+ msgstr "<strong>Donaties</strong>: I waardeer alles dat je kunt geven. $2 lijkt misschien niet veel, maar het kan goed oplopen als duizenden mensen de software gebruiken. Ik ben geen non-profit organisatie en giften zijn dus niet belasting aftrekbaar. Dank u!"
1120
 
1121
+ #: my-calendar-core.php:27
1122
+ #: my-calendar.php:151
1123
+ msgid "Settings"
1124
+ msgstr "Instellingen"
1125
 
1126
+ #: my-calendar-core.php:28
1127
+ #: my-calendar.php:154
1128
+ msgid "Help"
1129
+ msgstr "Help"
1130
 
1131
+ #: my-calendar-core.php:754
1132
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1133
+ msgstr "Je staat abonnees toe om activiteiten te plaatsen maar je gebruikt Akismet niet. My Calendar kan Akismet gebruiken om te controleren op spam in opgegeven activiteiten. <a href='https://akismet.com/signup/'>Krijg nu een Akismet API Key.</a>"
1134
 
1135
+ #: my-calendar-behaviors.php:42
1136
+ msgid "Behavior Settings saved"
1137
+ msgstr "Gedragsinstellingen bewaard"
1138
 
1139
+ #: my-calendar-behaviors.php:65
1140
+ msgid "My Calendar Behaviors"
1141
+ msgstr "My Calendar gedrag"
 
1142
 
1143
+ #: my-calendar-behaviors.php:69
1144
+ msgid "Calendar Behavior Settings"
1145
+ msgstr "Kalender gedragsinstellingen"
1146
 
1147
+ #: my-calendar-behaviors.php:74
1148
+ msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1149
+ msgstr "Gebruik JavaScript alleen op deze pagina's (pagina IDs scheiden door comma's)"
1150
 
1151
+ #: my-calendar-behaviors.php:77
1152
+ msgid "Calendar Behaviors: Calendar View"
1153
+ msgstr "Kalender gedrag: Kalenderweergave"
1154
 
1155
+ #: my-calendar-behaviors.php:79
1156
+ msgid "Reset the My Calendar Calendar Javascript"
1157
+ msgstr "Herstel de My Calendars kalender Javascript"
1158
 
1159
+ #: my-calendar-behaviors.php:79
1160
+ msgid "Disable Calendar Javascript Effects"
1161
+ msgstr "Schakel de kalender Javascript effecten uit"
1162
 
1163
+ #: my-calendar-behaviors.php:82
1164
+ msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1165
+ msgstr "Bewerk de jQuery-scripts voor My Calendar in kalender formaat."
1166
 
1167
+ #: my-calendar-behaviors.php:89
1168
+ msgid "Calendar Behaviors: List View"
1169
+ msgstr "Kalender gedrag: lijstweergave"
1170
 
1171
+ #: my-calendar-behaviors.php:91
1172
+ msgid "Reset the My Calendar List Javascript"
1173
+ msgstr "Herstel de My Calendars lijst Javascript"
1174
 
1175
+ #: my-calendar-behaviors.php:91
1176
+ msgid "Disable List Javascript Effects"
1177
+ msgstr "Schakel lijst Javascript effecten uit"
1178
 
1179
+ #: my-calendar-behaviors.php:94
1180
+ msgid "Edit the jQuery scripts for My Calendar in List format"
1181
+ msgstr "Bewerk de jQuery scripts voor My Calendar in lijst formaat"
1182
 
1183
+ #: my-calendar-behaviors.php:101
1184
+ msgid "Calendar Behaviors: Mini Calendar View"
1185
+ msgstr "Kalender gedrag: Mini kalender weergave"
1186
 
1187
+ #: my-calendar-behaviors.php:103
1188
+ msgid "Reset the My Calendar Mini Format Javascript"
1189
+ msgstr "Herstel de My Calendar mini Formaat Javascript "
1190
 
1191
+ #: my-calendar-behaviors.php:103
1192
+ msgid "Disable Mini Javascript Effects"
1193
+ msgstr "Schakel mini Javascript effecten uit"
1194
 
1195
+ #: my-calendar-behaviors.php:106
1196
+ msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1197
+ msgstr "Bewerk de jQueryc scripts for My Calendar in mini kalender formaat"
1198
 
1199
+ #: my-calendar-behaviors.php:113
1200
+ msgid "Calendar Behaviors: AJAX Navigation"
1201
+ msgstr "Kalender gedrag: AJAX navigatie"
1202
 
1203
+ #: my-calendar-behaviors.php:115
1204
+ msgid "Reset the My Calendar AJAX Javascript"
1205
+ msgstr "Herstel de My Calendars AJAX Javascript"
1206
 
1207
+ #: my-calendar-behaviors.php:115
1208
+ msgid "Disable AJAX Effects"
1209
+ msgstr "Schakel AJAX effecten uit"
1210
 
1211
+ #: my-calendar-behaviors.php:118
1212
+ msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1213
+ msgstr "Bewerk de jQuery scripts voor My Calendar AJAX navigatie"
1214
 
1215
+ #: my-calendar-upgrade-db.php:21
1216
+ #: my-calendar-upgrade-db.php:29
1217
+ msgid "The My Calendar database needs to be updated."
1218
+ msgstr "My Calendars database moet up-to-date gemaakt worden"
1219
 
1220
+ #: my-calendar-upgrade-db.php:22
1221
+ #: my-calendar-upgrade-db.php:43
1222
+ msgid "Update now"
1223
+ msgstr "Maak nu up-to-date"
1224
 
1225
+ #: my-calendar-upgrade-db.php:29
1226
+ msgid "Upgrade now."
1227
+ msgstr "Maak nu up-to-date."
1228
 
1229
+ #: my-calendar-upgrade-db.php:42
1230
+ msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1231
+ msgstr "Je hebt nog geen activiteiten opgegeven en My Calendar kan daarom niet afleiden of je database up-to-date is. Als je geen activiteiten kunt invoeren, maak je database dan up-to-date!"
1232
 
1233
+ #: my-calendar-upgrade-db.php:53
1234
+ msgid "My Calendar Database is updated."
1235
+ msgstr "My Calendars database is bijgewerkt."
1236
 
1237
+ #: my-calendar.php:111
1238
+ msgid "Buy the Beginner's Guide"
1239
+ msgstr "Koop de \"Beginner's Guide\""
1240
 
1241
+ #: my-calendar.php:112
1242
+ msgid "Get Support"
1243
+ msgstr "Krijg ondersteuning"
1244
 
1245
+ #: my-calendar.php:113
1246
+ #: my-calendar.php:154
1247
+ msgid "My Calendar Help"
1248
+ msgstr "My Calendar help"
1249
 
1250
+ #: my-calendar.php:114
1251
+ msgid "Make a Donation"
1252
+ msgstr "Maak een donatie"
1253
 
1254
+ #. #-#-#-#-# plugin.pot (My Calendar 1.8.7) #-#-#-#-#
1255
+ #. Plugin Name of the plugin/theme
1256
+ #: my-calendar.php:138
1257
+ #: my-calendar.php:141
1258
+ msgid "My Calendar"
1259
+ msgstr "My Calendar"
1260
 
1261
+ #: my-calendar.php:145
1262
+ msgid "Add/Edit Events"
1263
+ msgstr "Voeg toe/bewerk activiteiten"
1264
 
1265
+ #: my-calendar.php:150
1266
+ #: my-calendar-locations.php:174
1267
+ msgid "Manage Locations"
1268
+ msgstr "Beheer locaties"
1269
 
1270
+ #: my-calendar.php:152
1271
+ msgid "Style Editor"
1272
+ msgstr "Stijl bewerker"
1273
 
1274
+ #: my-calendar.php:153
1275
+ msgid "Behavior Editor"
1276
+ msgstr "Gedragsbewerker"
1277
 
1278
+ #: my-calendar-templates.php:136
1279
+ #: my-calendar-event-manager.php:666
1280
+ msgid "Published"
1281
+ msgstr "Gepubliceerd"
1282
 
1283
+ #: my-calendar-templates.php:136
1284
+ #: my-calendar-event-manager.php:667
1285
+ msgid "Reserved"
1286
+ msgstr "Gereserveerd"
1287
 
1288
+ #: my-calendar-templates.php:137
1289
+ #: my-calendar-output.php:174
1290
+ msgid "details"
1291
+ msgstr "details"
1292
 
1293
+ #: my-calendar-user.php:39
1294
+ msgid "My Calendar User Settings"
1295
+ msgstr "My Calendar gebruikersinstellingen"
1296
 
1297
+ #: my-calendar-event-manager.php:25
1298
+ msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
1299
+ msgstr "Hoewel het kan dat deze import mislukt zou dit geen invloed moeten hebben op je bestaande Calendar database. Mocht je toch problemen tegenkomen <a href=\"http://www.joedolson.com/contact.php\">waarschuw me dan a.u.b.</a>"
1300
 
1301
+ #: my-calendar-event-manager.php:72
1302
+ msgid "%1$d events deleted successfully out of %2$d selected"
1303
+ msgstr "%1$d activiteiten met success verwijderd van de %2$d die geselecteerd waren."
1304
+
1305
+ #: my-calendar-event-manager.php:74
1306
+ #: my-calendar-event-manager.php:205
1307
+ #: my-calendar-event-manager.php:228
1308
+ #: my-calendar-event-manager.php:242
1309
+ #: my-calendar-event-manager.php:251
1310
+ #: my-calendar-event-manager.php:864
1311
+ #: my-calendar-event-manager.php:867
1312
+ #: my-calendar-event-manager.php:870
1313
+ #: my-calendar-event-manager.php:879
1314
+ #: my-calendar-event-manager.php:886
1315
+ #: my-calendar-event-manager.php:902
1316
+ #: my-calendar-event-manager.php:908
1317
+ msgid "Error"
1318
+ msgstr "Fout"
1319
 
1320
+ #: my-calendar-event-manager.php:74
1321
+ msgid "Your events have not been deleted. Please investigate."
1322
+ msgstr "Jouw activiteiten zijn niet verwijders. Controleer a.u.b. waarom."
1323
 
1324
+ #: my-calendar-event-manager.php:85
1325
+ msgid "Delete Event"
1326
+ msgstr "Verwijder activiteit"
1327
+
1328
+ #: my-calendar-event-manager.php:85
1329
+ msgid "Are you sure you want to delete this event?"
1330
+ msgstr "Weet je zeker dat je dit activiteit wilt verwijderen?"
1331
+
1332
+ #: my-calendar-event-manager.php:99
1333
+ msgid "You do not have permission to delete that event."
1334
+ msgstr "Je hebt geen rechten om dit activiteit te verwijderen."
1335
+
1336
+ #: my-calendar-event-manager.php:114
1337
+ msgid "You do not have permission to approve that event."
1338
+ msgstr "Je hebt geen rechten om deze activiteit goed te keuren"
1339
+
1340
+ #: my-calendar-event-manager.php:128
1341
+ msgid "You do not have permission to reject that event."
1342
+ msgstr "Je hebt geen rechten om deze activiteit af te keuren."
1343
+
1344
+ #: my-calendar-event-manager.php:159
1345
+ msgid "Edit Event"
1346
+ msgstr "Bewerk activiteit"
1347
+
1348
+ #: my-calendar-event-manager.php:163
1349
+ #: my-calendar-event-manager.php:174
1350
+ msgid "You must provide an event id in order to edit it"
1351
+ msgstr "Je moet een activiteit id opgeven om het te bewerken"
1352
+
1353
+ #: my-calendar-event-manager.php:170
1354
+ msgid "Copy Event"
1355
+ msgstr "Kopieer activiteit"
1356
+
1357
+ #: my-calendar-event-manager.php:182
1358
+ msgid "Add Event"
1359
+ msgstr "Voeg activiteit toe"
1360
+
1361
+ #: my-calendar-event-manager.php:205
1362
+ msgid "I'm sorry! I couldn't add that event to the database."
1363
+ msgstr "Sorrie! I kon dit event niet aan de database toevoegen."
1364
+
1365
+ #: my-calendar-event-manager.php:211
1366
+ msgid "Event added. It will now show in your calendar."
1367
+ msgstr "Activiteit toegevoegd. Het is nu zichtbaar in je kalender."
1368
+
1369
+ #: my-calendar-event-manager.php:228
1370
+ msgid "Your event was not updated."
1371
+ msgstr "Je activiteit was niet bijgewerkt."
1372
+
1373
+ #: my-calendar-event-manager.php:230
1374
+ msgid "Nothing was changed in that update."
1375
+ msgstr "Niets was veranderd in deze herziening."
1376
+
1377
+ #: my-calendar-event-manager.php:232
1378
+ msgid "Event updated successfully"
1379
+ msgstr "Activiteit succesvol bijgewerkt"
1380
+
1381
+ #: my-calendar-event-manager.php:235
1382
+ msgid "You do not have sufficient permissions to edit that event."
1383
+ msgstr "Je hebt niet voldoende rechten om die activiteit te bewerken."
1384
+
1385
+ #: my-calendar-event-manager.php:242
1386
+ msgid "You can't delete an event if you haven't submitted an event id"
1387
+ msgstr "Je kunt geen activiteit verwijderen als je geen activiteit id hebt opgegeven."
1388
+
1389
+ #: my-calendar-event-manager.php:249
1390
+ msgid "Event deleted successfully"
1391
+ msgstr "Activiteit succesvol verwijderd"
1392
+
1393
+ #: my-calendar-event-manager.php:251
1394
+ msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
1395
+ msgstr "Ondanks het verzoek om verwijderen staat de activiteit nog steeds in de database. Graag onderzoeken a.u.b."
1396
+
1397
+ #: my-calendar-event-manager.php:263
1398
+ msgid "Sorry! That's an invalid event key."
1399
+ msgstr "Sorrie! Dat is een ongeldige activiteit id."
1400
+
1401
+ #: my-calendar-event-manager.php:267
1402
+ msgid "Sorry! We couldn't find an event with that ID."
1403
+ msgstr "Sorrie! We kunnen geen activiteit vinden met dat id."
1404
+
1405
+ #: my-calendar-event-manager.php:295
1406
+ msgid "This event must be approved in order for it to appear on the calendar."
1407
+ msgstr "Deze activiteit moet goedgekeurd worden alvorens het op de kalender getoond zal worden."
1408
+
1409
+ #: my-calendar-event-manager.php:304
1410
+ msgid "Save Event"
1411
+ msgstr "Bewaar activiteit"
1412
+
1413
+ #: my-calendar-event-manager.php:328
1414
+ msgid "Enter your Event Information"
1415
+ msgstr "Voer de informatie voor deze activiteit in"
1416
+
1417
+ #: my-calendar-event-manager.php:330
1418
+ msgid "Event Title"
1419
+ msgstr "Activiteit titel"
1420
+
1421
+ #: my-calendar-event-manager.php:330
1422
+ #: my-calendar-event-manager.php:434
1423
+ msgid "(required)"
1424
+ msgstr "(vereist)"
1425
+
1426
+ #: my-calendar-event-manager.php:334
1427
+ msgid "Publish"
1428
+ msgstr "Publiceer"
1429
+
1430
+ #: my-calendar-event-manager.php:334
1431
+ msgid "You must approve this event to promote it to the calendar."
1432
+ msgstr "Je moet deze activiteit goedkeuren om het op de kalender te zetten."
1433
+
1434
+ #: my-calendar-event-manager.php:336
1435
+ msgid "An administrator must approve your new event."
1436
+ msgstr "Een beheerder moet jouw activiteit goedkeuren."
1437
+
1438
+ #: my-calendar-event-manager.php:349
1439
+ msgid "This event is not spam"
1440
+ msgstr "Deze activiteit is geen spam"
1441
+
1442
+ #: my-calendar-event-manager.php:356
1443
+ msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1444
+ msgstr "Activiteit omschrijving (<abbr title=\"hypertext markup language\">HTML</abbr> toegestaan)"
1445
+
1446
+ #: my-calendar-event-manager.php:368
1447
+ msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1448
+ msgstr "Verkorte activiteit omschrijving (<abbr title=\"hypertext markup language\">HTML</abbr> toegestaan)"
1449
+
1450
+ #: my-calendar-event-manager.php:379
1451
+ msgid "Event Host"
1452
+ msgstr "Activiteit gastheer/-vrouw"
1453
+
1454
+ #: my-calendar-event-manager.php:398
1455
+ msgid "Event Category"
1456
+ msgstr "Activiteit categorie"
1457
+
1458
+ #: my-calendar-event-manager.php:423
1459
+ msgid "Event Link (Optional)"
1460
+ msgstr "Activiteit link (optioneel)"
1461
+
1462
+ #: my-calendar-event-manager.php:423
1463
+ msgid "This link will expire when the event passes."
1464
+ msgstr "Deze link zal verlopen als de activiteit geweest is."
1465
+
1466
+ #: my-calendar-event-manager.php:431
1467
+ msgid "Event Date and Time"
1468
+ msgstr "Activiteit datum en tijd"
1469
+
1470
+ #: my-calendar-event-manager.php:433
1471
+ msgid "Enter the beginning and ending information for the first occurrence of this event."
1472
+ msgstr "Voor de start en eind informatie in voor de eerste keer van deze activiteit."
1473
+
1474
+ #: my-calendar-event-manager.php:434
1475
+ msgid "Start Date (YYYY-MM-DD)"
1476
+ msgstr "Begindatum (JJJJ-MM-DD)"
1477
+
1478
+ #: my-calendar-event-manager.php:434
1479
+ msgid "Time (hh:mm am/pm)"
1480
+ msgstr "Tijd (uu:mm am/pm)"
1481
+
1482
+ #: my-calendar-event-manager.php:443
1483
+ msgid "End Date (YYYY-MM-DD)"
1484
+ msgstr "Einddatum (JJJJ-MM-DD)"
1485
+
1486
+ #: my-calendar-event-manager.php:443
1487
+ msgid "End Time (hh:mm am/pm)"
1488
+ msgstr "Eindtijd (uu:mm am/pm)"
1489
+
1490
+ #: my-calendar-event-manager.php:451
1491
+ msgid "Current time difference from GMT is "
1492
+ msgstr "Huidig tijdsverschil met GMT is "
1493
+
1494
+ #: my-calendar-event-manager.php:451
1495
+ msgid " hour(s)"
1496
+ msgstr " uur."
1497
+
1498
+ #: my-calendar-event-manager.php:460
1499
+ msgid "Recurring Events"
1500
+ msgstr "Terugkomende activiteiten"
1501
+
1502
+ #: my-calendar-event-manager.php:463
1503
+ msgid "Repeats for"
1504
+ msgstr "Herhaald voor"
1505
+
1506
+ #: my-calendar-event-manager.php:464
1507
+ msgid "Units"
1508
+ msgstr "Eenheden"
1509
+
1510
+ #: my-calendar-event-manager.php:465
1511
+ msgid "Does not recur"
1512
+ msgstr "Wordt niet herhaald"
1513
+
1514
+ #: my-calendar-event-manager.php:466
1515
+ #: my-calendar-event-manager.php:720
1516
+ msgid "Daily"
1517
+ msgstr "Dagelijks"
1518
+
1519
+ #: my-calendar-event-manager.php:467
1520
+ #: my-calendar-event-manager.php:721
1521
+ msgid "Weekly"
1522
+ msgstr "Wekelijks"
1523
+
1524
+ #: my-calendar-event-manager.php:468
1525
+ msgid "Bi-weekly"
1526
+ msgstr "Twee-wekelijks"
1527
+
1528
+ #: my-calendar-event-manager.php:469
1529
+ msgid "Date of Month (e.g., the 24th of each month)"
1530
+ msgstr "Datum van de maand (b.v. de 24ste van iedere maand)"
1531
+
1532
+ #: my-calendar-event-manager.php:470
1533
+ msgid "Day of Month (e.g., the 3rd Monday of each month)"
1534
+ msgstr "Dag van de maand (b.v. de derde maandag van iedere maand)"
1535
+
1536
+ #: my-calendar-event-manager.php:471
1537
+ msgid "Annually"
1538
+ msgstr "Jaarlijks"
1539
+
1540
+ #: my-calendar-event-manager.php:473
1541
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1542
+ msgstr "Voor \"0\" in als de activiteit oneindig doorloopt. Je invoer is het aantal herhalingen van de activiteit na de eerste keer: een herhaling van <em>2</em> betekent dat de activiteit <em>drie</em> keer zal plaatsvinden."
1543
+
1544
+ #: my-calendar-event-manager.php:490
1545
+ msgid "Event Registration Status"
1546
+ msgstr "Activiteit registratie status"
1547
+
1548
+ #: my-calendar-event-manager.php:491
1549
+ msgid "My Calendar does not manage event registrations. Use this for information only."
1550
+ msgstr "My Calendar beheert geen registraties. Gebruik dit slechts als informatie"
1551
+
1552
+ #: my-calendar-event-manager.php:493
1553
+ msgid "Open"
1554
+ msgstr "Open"
1555
+
1556
+ #: my-calendar-event-manager.php:494
1557
+ msgid "Closed"
1558
+ msgstr "Gesloten"
1559
+
1560
+ #: my-calendar-event-manager.php:495
1561
+ msgid "Does not apply"
1562
+ msgstr "Niet van toepassing"
1563
 
1564
+ #: my-calendar-event-manager.php:498
1565
+ msgid "If this event recurs, it can only be registered for as a complete series."
1566
+ msgstr "Indien deze activiteit herhalend is kan er alleen voor de hele reeks geregistreerd worden."
1567
 
1568
+ #: my-calendar-event-manager.php:515
1569
+ #: my-calendar-locations.php:116
1570
+ msgid "Event Location"
1571
+ msgstr "Activiteit locatie"
1572
 
1573
+ #: my-calendar-event-manager.php:522
1574
+ msgid "Choose a preset location:"
1575
+ msgstr "Kies een voorkeurslocatie:"
1576
 
1577
+ #: my-calendar-event-manager.php:536
1578
+ msgid "Add recurring locations for later use."
1579
+ msgstr "Voeg herhaalde locaties toe voor later gebruik."
1580
 
1581
+ #: my-calendar-event-manager.php:545
1582
+ #: my-calendar-locations.php:118
1583
+ msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
1584
+ msgstr "Alle locatie velden zijn optioneel: <em>onvoldoende informatie kan resulteren in een inaccurate kaart</em>."
1585
 
1586
+ #: my-calendar-event-manager.php:548
1587
+ #: my-calendar-locations.php:121
1588
+ msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
1589
+ msgstr "Naam van locatie (bijv. <em>Joe's Bar & Grill</em>)"
1590
 
1591
+ #: my-calendar-event-manager.php:551
1592
+ #: my-calendar-locations.php:124
1593
+ msgid "Street Address"
1594
+ msgstr "Adres"
1595
 
1596
+ #: my-calendar-event-manager.php:554
1597
+ #: my-calendar-locations.php:127
1598
+ msgid "Street Address (2)"
1599
+ msgstr "Adres (2)"
1600
 
1601
+ #: my-calendar-event-manager.php:566
1602
+ #: my-calendar-locations.php:139
1603
+ msgid "Initial Zoom"
1604
+ msgstr "Initi&euml;le Zoom"
1605
 
1606
+ #: my-calendar-event-manager.php:568
1607
+ #: my-calendar-locations.php:141
1608
+ msgid "Neighborhood"
1609
+ msgstr "Omgeving"
1610
 
1611
+ #: my-calendar-event-manager.php:569
1612
+ #: my-calendar-locations.php:142
1613
+ msgid "Small City"
1614
+ msgstr "Kleine stad"
1615
 
1616
+ #: my-calendar-event-manager.php:570
1617
+ #: my-calendar-locations.php:143
1618
+ msgid "Large City"
1619
+ msgstr "Grote stad"
1620
 
1621
+ #: my-calendar-event-manager.php:571
1622
+ #: my-calendar-locations.php:144
1623
+ msgid "Greater Metro Area"
1624
+ msgstr "Grote Metropool"
1625
 
1626
+ #: my-calendar-event-manager.php:572
1627
+ #: my-calendar-locations.php:145
1628
+ msgid "State"
1629
+ msgstr "Staat"
1630
 
1631
+ #: my-calendar-event-manager.php:577
1632
+ #: my-calendar-locations.php:150
1633
+ msgid "GPS Coordinates (optional)"
1634
+ msgstr "GPS-co&ouml;rdinaten (optioneel)"
1635
 
1636
+ #: my-calendar-event-manager.php:579
1637
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1638
+ msgstr "Als je GPS co&ouml;rdinaten voor je locatie opgeeft zullen deze gebruikt worden in plaats van enige andere adres informatie om je kaart koppeling te maken."
1639
 
1640
+ #: my-calendar-event-manager.php:582
1641
+ #: my-calendar-locations.php:155
1642
+ msgid "Latitude"
1643
+ msgstr "Breedte"
1644
 
1645
+ #: my-calendar-event-manager.php:582
1646
+ #: my-calendar-locations.php:156
1647
+ msgid "Longitude"
1648
+ msgstr "Lengte"
1649
 
1650
+ #: my-calendar-event-manager.php:663
1651
+ msgid "Manage Events"
1652
+ msgstr "Beheer activiteiten"
1653
 
1654
+ #: my-calendar-event-manager.php:668
1655
+ msgid "All"
1656
+ msgstr "Alle"
1657
 
1658
+ #: my-calendar-event-manager.php:678
1659
+ msgid "Table of Calendar Events"
1660
+ msgstr "Tabel met kalender activiteiten"
1661
 
1662
+ #: my-calendar-event-manager.php:683
1663
+ #: my-calendar-locations.php:187
1664
+ msgid "Location"
1665
+ msgstr "Locatie"
1666
 
1667
+ #: my-calendar-event-manager.php:686
1668
+ msgid "Recurs"
1669
+ msgstr "Herhaling"
1670
 
1671
+ #: my-calendar-event-manager.php:689
1672
+ msgid "Edit / Delete"
1673
+ msgstr "Bewerk / Verwijder"
1674
 
1675
+ #: my-calendar-event-manager.php:719
1676
+ msgid "Never"
1677
+ msgstr "Nooit"
 
 
 
1678
 
1679
+ #: my-calendar-event-manager.php:722
1680
+ msgid "Bi-Weekly"
1681
+ msgstr "Twee wekelijks"
1682
 
1683
+ #: my-calendar-event-manager.php:723
1684
+ msgid "Monthly (by date)"
1685
+ msgstr "Maandelijkt (per datum)"
1686
 
1687
+ #: my-calendar-event-manager.php:724
1688
+ msgid "Monthly (by day)"
1689
+ msgstr "Maandelijks (per dag)"
1690
 
1691
+ #: my-calendar-event-manager.php:725
1692
+ msgid "Yearly"
1693
+ msgstr "Jaarlijks"
1694
 
1695
+ #: my-calendar-event-manager.php:728
1696
+ msgid "Forever"
1697
+ msgstr "Altijd"
1698
 
1699
+ #: my-calendar-event-manager.php:729
1700
+ msgid "Times"
1701
+ msgstr "Tijden"
1702
 
1703
+ #: my-calendar-event-manager.php:744
1704
+ msgid "Copy"
1705
+ msgstr "Kopi&euml;er"
1706
 
1707
+ #: my-calendar-event-manager.php:747
1708
+ msgid "Not editable."
1709
+ msgstr "Niet bewerkbaar."
1710
 
1711
+ #: my-calendar-event-manager.php:753
1712
+ msgid "Reject"
1713
+ msgstr "Keur af"
1714
 
1715
+ #: my-calendar-event-manager.php:755
1716
+ msgid "Approve"
1717
+ msgstr "Keur goed"
1718
 
1719
+ #: my-calendar-event-manager.php:760
1720
+ msgid "Approved"
1721
+ msgstr "Goedgekeurd"
1722
 
1723
+ #: my-calendar-event-manager.php:762
1724
+ msgid "Rejected"
1725
+ msgstr "Afgewezen"
1726
 
1727
+ #: my-calendar-event-manager.php:764
1728
+ msgid "Awaiting Approval"
1729
+ msgstr "Wacht op goedkeuring"
1730
 
1731
+ #: my-calendar-event-manager.php:775
1732
+ msgid "Delete checked events"
1733
+ msgstr "Verwijder geselecteerde activiteiten"
 
1734
 
1735
+ #: my-calendar-event-manager.php:781
1736
+ msgid "There are no events in the database!"
1737
+ msgstr "Er zijn geen activiteiten in de database!"
1738
 
1739
+ #: my-calendar-event-manager.php:864
1740
+ msgid "Your event end date must be either after or the same as your event begin date"
1741
+ msgstr "De einddatum moet of later dan of gelijk zijn aan de begindatum."
1742
 
1743
+ #: my-calendar-event-manager.php:867
1744
+ msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
1745
+ msgstr "Het opegegeven datumformaat is correct maar een of meer van je datums is ongeldig. Controleer of het juiste aantal dagen voor maanden en (schrikkel)jaren is opgegeven."
 
 
1746
 
1747
+ #: my-calendar-event-manager.php:870
1748
+ msgid "Both start and end dates must be in the format YYYY-MM-DD"
1749
+ msgstr "Zowel begin- en einddatum moeten worden gespecificeerd in het formaat JJJJ-MM-DD"
 
1750
 
1751
+ #: my-calendar-event-manager.php:879
1752
+ msgid "The time field must either be blank or be entered in the format hh:mm"
1753
+ msgstr "Het tijd veld moet of leeg zijn of opgegeven worden in het formaat uu:mm"
1754
 
1755
+ #: my-calendar-event-manager.php:886
1756
+ msgid "The end time field must either be blank or be entered in the format hh:mm"
1757
+ msgstr "Het eindtijd veld moet leeg zijn of opgegeven worden in het formaat uu:mm"
 
 
1758
 
1759
+ #: my-calendar-event-manager.php:902
1760
+ msgid "The event title must be between 1 and 255 characters in length."
1761
+ msgstr "De activiteit titel moet minstens 1 en mag maximaal 255 karakters lang zijn."
1762
 
1763
+ #: my-calendar-event-manager.php:908
1764
+ msgid "The repetition value must be 0 unless a type of recurrence is selected."
1765
+ msgstr "De herhalingswaarde moet 0 zijn tenzij er een type herhaling is geselecteerd."
1766
 
1767
+ #: my-calendar-locations.php:42
1768
+ msgid "Location added successfully"
1769
+ msgstr "Locatie succesvol toegevoegd"
1770
 
1771
+ #: my-calendar-locations.php:44
1772
+ msgid "Location could not be added to database"
1773
+ msgstr "Locatie kon niet toegevoegd worden aan de database."
1774
 
1775
+ #: my-calendar-locations.php:50
1776
+ msgid "Location deleted successfully"
1777
+ msgstr "Locatie succesvol verwijderd"
1778
 
1779
+ #: my-calendar-locations.php:52
1780
+ msgid "Location could not be deleted"
1781
+ msgstr "Locatie kon niet verwijderd worden"
1782
 
1783
+ #: my-calendar-locations.php:77
1784
+ msgid "Location could not be edited."
1785
+ msgstr "Locatie kon niet bewerkt worden."
1786
 
1787
+ #: my-calendar-locations.php:79
1788
+ msgid "Location was not changed."
1789
+ msgstr "Locatie was niet veranderd."
1790
 
1791
+ #: my-calendar-locations.php:81
1792
+ msgid "Location edited successfully"
1793
+ msgstr "Locatie succesvol bewerkt"
1794
 
1795
+ #: my-calendar-locations.php:93
1796
+ msgid "Add New Location"
1797
+ msgstr "Voeg nieuwe locatie toe"
1798
 
1799
+ #: my-calendar-locations.php:95
1800
+ msgid "Edit Location"
1801
+ msgstr "Bewerk locatie"
 
1802
 
1803
+ #: my-calendar-locations.php:100
1804
+ msgid "Location Editor"
1805
+ msgstr "Locatie bewerker"
 
1806
 
1807
+ #: my-calendar-locations.php:152
1808
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
1809
+ msgstr "Als je GPS co&ouml;rdinaten voor je locatie opgeeft zullen deze gebruikt worden in plaats van enige andere adres informatie om je locatie te identificeren."
1810
 
1811
+ #: my-calendar-locations.php:160
1812
+ msgid "Add Location"
1813
+ msgstr "Voeg locatie toe"
 
1814
 
1815
+ #: my-calendar-locations.php:209
1816
+ msgid "There are no locations in the database yet!"
1817
+ msgstr "Er zijn nog geen locaties in de database!"
1818
 
1819
+ #: my-calendar-locations.php:213
1820
+ msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
1821
+ msgstr "Let op: bewerken of verwijderen van locaties opgeslagen voor hergebruik zal geen invloed hebben op enige activiteit die eerder is ingeroosterd op die locatie. De locatie database bestaat puur als een verkorte methode om regelmatig gebruikte locaties in te voeren in activiteiten."
 
 
1822
 
1823
+ #: my-calendar-install.php:138
1824
+ msgid "My Calendar Default Timezone"
1825
+ msgstr "My Calendar standaard tijdzone"
1826
 
1827
+ #: my-calendar-install.php:183
1828
+ msgid "My Calendar Default Location"
1829
+ msgstr "My Calendar standaard locatie"
1830
 
1831
+ #: my-calendar-output.php:117
1832
+ msgid "Map to"
1833
+ msgstr "Relateer aan kaart"
1834
+
1835
+ #: my-calendar-output.php:131
1836
  msgid "Event Details"
1837
  msgstr "Activiteit details"
1838
 
1839
+ #: my-calendar-output.php:139
1840
  msgid "Close"
1841
  msgstr "Sluit"
1842
 
1843
+ #: my-calendar-output.php:148
1844
+ msgid "in your time zone"
1845
+ msgstr "in jouw tijdzone"
1846
+
1847
+ #: my-calendar-output.php:153
1848
  msgid "Not Applicable"
1849
  msgstr "Niet van toepassing"
1850
 
1851
+ #: my-calendar-output.php:166
1852
  msgid "Posted by"
1853
  msgstr "Gepubliceerd door"
1854
 
1855
+ #: my-calendar-output.php:226
1856
  msgid "This class is part of a series. You must register for the first event in this series to attend."
1857
  msgstr "Deze activiteit is onderdeel van een reeks. Je moet registreren voor de eerste activiteit om mee te doen."
1858
 
1859
+ #: my-calendar-output.php:231
1860
+ msgid "View full calendar"
1861
+ msgstr "Toon volledige kalender"
1862
 
1863
+ #: my-calendar-output.php:265
 
1864
  msgid "January"
1865
  msgstr "Januari"
1866
 
1867
+ #: my-calendar-output.php:266
 
1868
  msgid "February"
1869
  msgstr "Februari"
1870
 
1871
+ #: my-calendar-output.php:267
 
1872
  msgid "March"
1873
  msgstr "Maart"
1874
 
1875
+ #: my-calendar-output.php:268
 
1876
  msgid "April"
1877
  msgstr "April"
1878
 
1879
+ #: my-calendar-output.php:269
 
1880
  msgid "May"
1881
  msgstr "Mei"
1882
 
1883
+ #: my-calendar-output.php:270
 
1884
  msgid "June"
1885
  msgstr "Juni"
1886
 
1887
+ #: my-calendar-output.php:271
 
1888
  msgid "July"
1889
  msgstr "Juli"
1890
 
1891
+ #: my-calendar-output.php:272
 
1892
  msgid "August"
1893
  msgstr "Augustus"
1894
 
1895
+ #: my-calendar-output.php:273
 
1896
  msgid "September"
1897
  msgstr "September"
1898
 
1899
+ #: my-calendar-output.php:274
 
1900
  msgid "October"
1901
  msgstr "Oktober"
1902
 
1903
+ #: my-calendar-output.php:275
 
1904
  msgid "November"
1905
  msgstr "November"
1906
 
1907
+ #: my-calendar-output.php:276
 
1908
  msgid "December"
1909
  msgstr "December"
1910
 
1911
+ #: my-calendar-output.php:278
1912
  msgid "Year"
1913
  msgstr "Jaar"
1914
 
1915
+ #: my-calendar-output.php:300
1916
  msgid "Go"
1917
  msgstr "Ga"
1918
 
1919
+ #: my-calendar-output.php:321
1920
+ msgid "View as Grid"
1921
+ msgstr "Toon als matrix"
1922
+
1923
+ #: my-calendar-output.php:328
1924
+ msgid "View as List"
1925
+ msgstr "Toon als lijst"
1926
+
1927
+ #: my-calendar-output.php:349
1928
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
1929
  msgstr "<abbr title=\"Zondag\">Zo</abbr>"
1930
 
1931
+ #: my-calendar-output.php:350
1932
  msgid "<abbr title=\"Monday\">Mon</abbr>"
1933
  msgstr "<abbr title=\"Maandag\">Ma</abbr>"
1934
 
1935
+ #: my-calendar-output.php:351
1936
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1937
  msgstr "<abbr title=\"Dinsdag\">Di</abbr>"
1938
 
1939
+ #: my-calendar-output.php:352
1940
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1941
  msgstr "<abbr title=\"Woensdag\">Wo</abbr>"
1942
 
1943
+ #: my-calendar-output.php:353
1944
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
1945
  msgstr "<abbr title=\"Donderdag\">Do</abbr>"
1946
 
1947
+ #: my-calendar-output.php:354
1948
  msgid "<abbr title=\"Friday\">Fri</abbr>"
1949
  msgstr "<abbr title=\"Vrijdag\">Vr</abbr>"
1950
 
1951
+ #: my-calendar-output.php:355
1952
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
1953
  msgstr "<abbr title=\"zaterdag\">Za</abbr>"
1954
 
1955
+ #: my-calendar-output.php:360
1956
  msgid "<abbr title=\"Sunday\">S</abbr>"
1957
  msgstr "<abbr title=\"Zondag\">Z</abbr>"
1958
 
1959
+ #: my-calendar-output.php:361
1960
  msgid "<abbr title=\"Monday\">M</abbr>"
1961
  msgstr "<abbr title=\"Maandag\">M</abbr>"
1962
 
1963
+ #: my-calendar-output.php:362
1964
  msgid "<abbr title=\"Tuesday\">T</abbr>"
1965
  msgstr "<abbr title=\"Dinsdag\">D</abbr>"
1966
 
1967
+ #: my-calendar-output.php:363
1968
  msgid "<abbr title=\"Wednesday\">W</abbr>"
1969
  msgstr "<abbr title=\"Woensdag\">W</abbr>"
1970
 
1971
+ #: my-calendar-output.php:364
1972
  msgid "<abbr title=\"Thursday\">T</abbr>"
1973
  msgstr "<abbr title=\"Donderdag\">D</abbr>"
1974
 
1975
+ #: my-calendar-output.php:365
1976
  msgid "<abbr title=\"Friday\">F</abbr>"
1977
  msgstr "<abbr title=\"Vrijdag\">V</abbr>"
1978
 
1979
+ #: my-calendar-output.php:366
1980
  msgid "<abbr title=\"Saturday\">S</abbr>"
1981
  msgstr "<abbr title=\"Zaterdag\">Z</abbr>"
1982
 
1983
+ #: my-calendar-output.php:465
1984
  msgid "and"
1985
  msgstr "en"
1986
 
1987
+ #: my-calendar-output.php:486
1988
+ msgid "The week's events"
1989
+ msgstr "Activiteiten deze week"
 
1990
 
1991
+ #: my-calendar-output.php:494
1992
  msgid "Events in"
1993
  msgstr "Activiteiten in"
1994
 
1995
+ #: my-calendar-output.php:496
1996
+ msgid "This week's events"
1997
+ msgstr "Activiteiten deze week"
1998
+
1999
+ #: my-calendar-output.php:663
2000
  msgid "There are no events scheduled during this period."
2001
  msgstr "Er zijn geen activiteiten gepland voor deze periode."
2002
 
2003
+ #: my-calendar-output.php:674
2004
  msgid "Category Key"
2005
  msgstr "Categorie sleutel"
2006
 
2007
+ #: my-calendar-output.php:710
2008
+ msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2009
+ msgstr "Abonneer via <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2010
+
2011
+ #: my-calendar-output.php:711
2012
+ msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2013
+ msgstr "Download als <abbr title=\"iCal Events Export\">iCal</abbr>"
2014
+
2015
+ #: my-calendar-output.php:809
2016
+ msgid "(select to include)"
2017
+ msgstr "(selecteer om mee te nemen)"
2018
+
2019
+ #: my-calendar-output.php:829
2020
+ #: my-calendar-output.php:832
2021
+ msgid "All Categories"
2022
+ msgstr "Alle categorie&euml;n"
2023
+
2024
+ #: my-calendar-output.php:830
2025
+ msgid "Categories"
2026
+ msgstr "Categorie&euml;"
2027
+
2028
+ #: my-calendar-output.php:844
2029
+ #: my-calendar-output.php:954
2030
+ msgid "Submit"
2031
+ msgstr "Dien in"
2032
+
2033
+ #: my-calendar-output.php:906
2034
+ #: my-calendar-output.php:924
2035
+ msgid "Show all"
2036
+ msgstr "Toon alle"
2037
+
2038
+ #: my-calendar-output.php:922
2039
+ msgid "Show events in:"
2040
+ msgstr "Toon activiteiten in:"
2041
+
2042
  #. Plugin URI of the plugin/theme
2043
  msgid "http://www.joedolson.com/articles/my-calendar/"
2044
  msgstr "http://www.joedolson.com/articles/my-calendar/"
2055
  msgid "http://www.joedolson.com"
2056
  msgstr "http://www.joedolson.com"
2057
 
2058
+ #~ msgid "Add an Event"
2059
+ #~ msgstr "Voeg een activiteit toe"
2060
+
2061
+ #~ msgid "End Date (YYYY-MM-DD) (Optional)"
2062
+ #~ msgstr "Einddatum (JJJJ-MM-DD) (Optioneel)"
2063
+
2064
+ #~ msgid ""
2065
+ #~ "Optional, set blank if your event is an all-day event or does not happen "
2066
+ #~ "at a specific time."
2067
+ #~ msgstr ""
2068
+ #~ "Optioneel, laat leeg indien deze activiteit de gehele dag duurt of niet "
2069
+ #~ "op een specifiek tijdstip plaats vindt."
2070
+
2071
+ #~ msgid ""
2072
+ #~ "Optional. End times will not be displayed on events where this is not set."
2073
+ #~ msgstr ""
2074
+ #~ "Optioneel. Eindtijd wordt niet weergegeven voor activiteiten waarvoor dit "
2075
+ #~ "niet is opgegeven."
2076
+
2077
+ #~ msgid ""
2078
+ #~ "Entering 0 means forever, if a unit is selected. If the recurrance unit "
2079
+ #~ "is left at \"Does not recur,\" the event will not reoccur."
2080
+ #~ msgstr ""
2081
+ #~ "Opgeven van 0 betekent oneindig indien een eenheid van tijd is "
2082
+ #~ "geselecteerd. Als de herhaling blijft staan op \"Wordt niet herhaald\" "
2083
+ #~ "dan zal de activiteit niet vaker voorkomen."
2084
+
2085
+ #~ msgid "Group this event as a single item"
2086
+ #~ msgstr "Groepeer deze activiteit als een enkel onderdeel."
2087
+
2088
+ #~ msgid ""
2089
+ #~ "The URL entered must either be prefixed with http:// or be completely "
2090
+ #~ "blank"
2091
+ #~ msgstr ""
2092
+ #~ "De opgegeven koppeling moet vooraf gegaan worden door http:// of volledig "
2093
+ #~ "leeg zijn"
2094
+
2095
+ #~ msgid "Calendar Options: Input"
2096
+ #~ msgstr "Kalender opties: Input"
2097
+
2098
+ #~ msgid "Calendar Options: Style"
2099
+ #~ msgstr "Kalender opties: stijl"
2100
+
2101
+ #~ msgid "days into the future;"
2102
+ #~ msgstr "dagen in de toekomst;"
2103
+
2104
+ #~ msgid "days from the past"
2105
+ #~ msgstr "dagen in het verleden"
2106
+
2107
+ #~ msgid "Show only this category:"
2108
+ #~ msgstr "Toon alleen deze categorie:"
2109
 
2110
+ #~ msgid "There are no events currently scheduled."
2111
+ #~ msgstr "Er zijn momenteel geen activiteiten gepland."
2112
 
2113
  #~ msgid "Add New Category"
2114
+ #~ msgstr "Voeg nieuwe categorie toeTilføj Ny Kategori"
2115
 
2116
  #~ msgid ""
2117
  #~ "An event with the details you submitted could not be found in the "
2119
  #~ "which it is configured."
2120
  #~ msgstr ""
2121
  #~ "En begivenhed med de angivne detaljer kunne ikke findes i databasen. "
2122
+ #~ "Dette indikerer muligvis et problem med din database eller måden, den er "
2123
+ #~ "konfigureret på."
2124
 
2125
  #~ msgid "Failure"
2126
  #~ msgstr "FEJL"
lang/my-calendar-nl_NL.mo CHANGED
Binary file
lang/my-calendar-nl_NL.po CHANGED
@@ -1,1394 +1,3549 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: \n"
4
- "POT-Creation-Date: \n"
5
- "PO-Revision-Date: \n"
6
- "Last-Translator: Luud Heck <heck@dds.nl>\n"
7
- "Language-Team: \n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=iso-8859-1\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
-
12
- # Translation of the WordPress plugin My Calendar 1.4.10 by Luud Heck.
13
- # Copyright (C) 2010 Luud Heck
14
- # This file is distributed under the same license as the My Calendar package.
15
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
16
- #
17
- #: my-calendar-categories.php:41
18
- msgid "Category added successfully"
19
- msgstr "Categorie succesvol toegevoegd "
20
-
21
- #: my-calendar-categories.php:43
22
- msgid "Category addition failed."
23
- msgstr "Categorie toevoegen mislukt"
24
-
25
- #: my-calendar-categories.php:53
26
- msgid "Category deleted successfully. Categories in calendar updated."
27
- msgstr "Categorie succesvol verwijderd. Categorie&euml;n in kalender bijgewerkt."
28
-
29
- #: my-calendar-categories.php:55
30
- msgid "Category deleted successfully. Categories in calendar not updated."
31
- msgstr "Categorie succesvol verwijderd. Categorie&euml;n in kalender niet bijgewerkt."
32
-
33
- #: my-calendar-categories.php:57
34
- msgid "Category not deleted. Categories in calendar updated."
35
- msgstr "Categorie niet verwijderd. Categorie&euml;n in kalender bijgewerkt."
36
-
37
- #: my-calendar-categories.php:66
38
- msgid "Category edited successfully"
39
- msgstr "Categorie succesvol bewerkt"
40
-
41
- #: my-calendar-categories.php:88
42
- #: my-calendar-categories.php:112
43
- #: my-calendar-categories.php:130
44
- msgid "Add Category"
45
- msgstr "Voeg categorie toe"
46
-
47
- #: my-calendar-categories.php:90
48
- #: my-calendar-categories.php:112
49
- msgid "Edit Category"
50
- msgstr "Bewerk categorie"
51
-
52
- #: my-calendar-categories.php:97
53
- msgid "Category Editor"
54
- msgstr "Categorie bewerker"
55
-
56
- #: my-calendar-categories.php:113
57
- #: my-calendar-categories.php:156
58
- msgid "Category Name"
59
- msgstr "Categorie naam"
60
-
61
- #: my-calendar-categories.php:114
62
- msgid "Category Color (Hex format)"
63
- msgstr "Categorie kleur (Hex formaat)"
64
-
65
- #: my-calendar-categories.php:115
66
- #: my-calendar-categories.php:158
67
- msgid "Category Icon"
68
- msgstr "Categorie icoon"
69
-
70
- #: my-calendar-categories.php:130
71
- #: my-calendar-locations.php:121
72
- msgid "Save Changes"
73
- msgstr "Bewaar veranderingen"
74
-
75
- #: my-calendar-categories.php:143
76
- #: my-calendar.php:177
77
- msgid "Manage Categories"
78
- msgstr "Beheer categorie&euml;n"
79
-
80
- #: my-calendar-categories.php:155
81
- #: my-calendar-event-manager.php:531
82
- #: my-calendar-locations.php:147
83
- msgid "ID"
84
- msgstr "ID"
85
-
86
- #: my-calendar-categories.php:157
87
- msgid "Category Color"
88
- msgstr "Categorie kleur"
89
-
90
- #: my-calendar-categories.php:159
91
- #: my-calendar-categories.php:173
92
- #: my-calendar-event-manager.php:591
93
- #: my-calendar-locations.php:149
94
- #: my-calendar-locations.php:161
95
- msgid "Edit"
96
- msgstr "Bewerk"
97
-
98
- #: my-calendar-categories.php:160
99
- #: my-calendar-categories.php:179
100
- #: my-calendar-event-manager.php:76
101
- #: my-calendar-event-manager.php:591
102
- #: my-calendar-locations.php:150
103
- #: my-calendar-locations.php:162
104
- msgid "Delete"
105
- msgstr "Verwijder"
106
-
107
- #: my-calendar-categories.php:176
108
- #: my-calendar-event-manager.php:572
109
- #: my-calendar-settings.php:207
110
- #: my-calendar.php:638
111
- msgid "N/A"
112
- msgstr "Niet beschikbaar"
113
-
114
- #: my-calendar-categories.php:179
115
- #: my-calendar-locations.php:162
116
- msgid "Are you sure you want to delete this category?"
117
- msgstr "Weet je zeker dat je deze categorie wilt verwijderen?"
118
-
119
- #: my-calendar-categories.php:190
120
- msgid "There are no categories in the database - something has gone wrong!"
121
- msgstr "Er zijn geen categorie&euml;n in de database - er is iets mis gegaan!"
122
-
123
- #: my-calendar-event-manager.php:30
124
- #: my-calendar-settings.php:298
125
- msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
126
- msgstr "My Calendar heeft ontdekt dat je de Calendar plugin van Kieran O'Shea geïnstalleerd hebt. Je kunt de activiteiten en categorie&euml;n daarvan importeren in de My Calendar database. Wil je deze activiteiten importeren?"
127
-
128
- #: my-calendar-event-manager.php:36
129
- #: my-calendar-settings.php:304
130
- msgid "Import from Calendar"
131
- msgstr "Import van kalender"
132
-
133
- #: my-calendar-event-manager.php:41
134
- msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
135
- msgstr "Hoewel het kan dat deze import mislukt zou dit geen invloed moeten hebben op je bestaande Calendar database. Mocht je toch problemen tegenkomen <a href=\"http://www.joedolson.com/contact.php\">waarschuw me dan a.u.b.</a>"
136
-
137
- #: my-calendar-event-manager.php:71
138
- msgid "Delete Event"
139
- msgstr "Verwijder activiteit"
140
-
141
- #: my-calendar-event-manager.php:71
142
- msgid "Are you sure you want to delete this event?"
143
- msgstr "Weet je zeker dat je dit activiteit wilt verwijderen?"
144
-
145
- #: my-calendar-event-manager.php:84
146
- msgid "You do not have permission to delete that event."
147
- msgstr "Je hebt geen rechten om dit activiteit te verwijderen."
148
-
149
- #: my-calendar-event-manager.php:107
150
- #: my-calendar-event-manager.php:124
151
- #: my-calendar-event-manager.php:148
152
- #: my-calendar-event-manager.php:163
153
- #: my-calendar-event-manager.php:700
154
- #: my-calendar-event-manager.php:705
155
- #: my-calendar-event-manager.php:710
156
- #: my-calendar-event-manager.php:722
157
- #: my-calendar-event-manager.php:732
158
- #: my-calendar-event-manager.php:740
159
- #: my-calendar-event-manager.php:749
160
- #: my-calendar-event-manager.php:757
161
- msgid "Error"
162
- msgstr "Fout"
163
-
164
- #: my-calendar-event-manager.php:107
165
- msgid "I'm sorry! I couldn'd add that event to the database."
166
- msgstr "Sorrie! I kon dit event niet aan de database toevoegen."
167
-
168
- #: my-calendar-event-manager.php:109
169
- msgid "Event added. It will now show in your calendar."
170
- msgstr "Activiteit toegevoegd. Het is nu zichtbaar in je kalender."
171
-
172
- #: my-calendar-event-manager.php:124
173
- msgid "Your event was not updated."
174
- msgstr "Je activiteit was niet bijgewerkt."
175
-
176
- #: my-calendar-event-manager.php:128
177
- msgid "Nothing was changed in that update."
178
- msgstr "Niets was veranderd in deze herziening."
179
-
180
- #: my-calendar-event-manager.php:132
181
- msgid "Event updated successfully"
182
- msgstr "Activiteit succesvol bijgewerkt"
183
-
184
- #: my-calendar-event-manager.php:138
185
- msgid "You do not have sufficient permissions to edit that event."
186
- msgstr "Je hebt niet voldoende rechten om die activiteit te bewerken."
187
-
188
- #: my-calendar-event-manager.php:148
189
- msgid "You can't delete an event if you haven't submitted an event id"
190
- msgstr "Je kunt geen activiteit verwijderen als je geen activiteit id hebt opgegeven."
191
-
192
- #: my-calendar-event-manager.php:159
193
- msgid "Event deleted successfully"
194
- msgstr "Activiteit succesvol verwijderd"
195
-
196
- #: my-calendar-event-manager.php:163
197
- msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
198
- msgstr "Ondanks het verzoek om verwijderen staat de activiteit nog steeds in de database. Graag onderzoeken a.u.b."
199
-
200
- #: my-calendar-event-manager.php:182
201
- #: my-calendar-event-manager.php:268
202
- msgid "Edit Event"
203
- msgstr "Bewerk activiteit"
204
-
205
- #: my-calendar-event-manager.php:186
206
- #: my-calendar-event-manager.php:195
207
- msgid "You must provide an event id in order to edit it"
208
- msgstr "Je moet een activiteit id opgeven om het te bewerken"
209
-
210
- #: my-calendar-event-manager.php:191
211
- #: my-calendar-event-manager.php:268
212
- msgid "Copy Event"
213
- msgstr "Kopieer activiteit"
214
-
215
- #: my-calendar-event-manager.php:201
216
- msgid "Add Event"
217
- msgstr "Voeg activiteit toe"
218
-
219
- #: my-calendar-event-manager.php:206
220
- msgid "Manage Events"
221
- msgstr "Beheer activiteiten"
222
-
223
- #: my-calendar-event-manager.php:240
224
- msgid "Sorry! That's an invalid event key."
225
- msgstr "Sorrie! Dat is een ongeldige activiteit id."
226
-
227
- #: my-calendar-event-manager.php:245
228
- msgid "Sorry! We couldn't find an event with that ID."
229
- msgstr "Sorrie! We kunnen geen activiteit vinden met dat id."
230
-
231
- #: my-calendar-event-manager.php:268
232
- msgid "Add an Event"
233
- msgstr "Voeg een activiteit toe"
234
-
235
- #: my-calendar-event-manager.php:277
236
- msgid "Enter your Event Information"
237
- msgstr "Voer de informatie voor deze activiteit in"
238
-
239
- #: my-calendar-event-manager.php:280
240
- msgid "Event Title"
241
- msgstr "Activiteit titel"
242
-
243
- #: my-calendar-event-manager.php:284
244
- msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
245
- msgstr "Activiteit omschrijving (<abbr title=\"hypertext markup language\">HTML</abbr> toegestaan)"
246
-
247
- #: my-calendar-event-manager.php:289
248
- msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
249
- msgstr "Verkorte activiteit omschrijving (<abbr title=\"hypertext markup language\">HTML</abbr> toegestaan)"
250
-
251
- #: my-calendar-event-manager.php:294
252
- msgid "Event Category"
253
- msgstr "Activiteit categorie"
254
-
255
- #: my-calendar-event-manager.php:319
256
- msgid "Event Link (Optional)"
257
- msgstr "Activiteit link (optioneel)"
258
-
259
- #: my-calendar-event-manager.php:319
260
- msgid "This link will expire when the event passes."
261
- msgstr "Deze link zal verlopen als de activiteit geweest is."
262
-
263
- #: my-calendar-event-manager.php:323
264
- msgid "Start Date (YYYY-MM-DD)"
265
- msgstr "Begindatum (JJJJ-MM-DD)"
266
-
267
- #: my-calendar-event-manager.php:326
268
- msgid "End Date (YYYY-MM-DD) (Optional)"
269
- msgstr "Einddatum (JJJJ-MM-DD) (Optioneel)"
270
-
271
- #: my-calendar-event-manager.php:329
272
- msgid "Time (hh:mm)"
273
- msgstr "Tijd (uu:mm)"
274
-
275
- #: my-calendar-event-manager.php:341
276
- msgid "Optional, set blank if your event is an all-day event or does not happen at a specific time."
277
- msgstr "Optioneel, laat leeg indien deze activiteit de gehele dag duurt of niet op een specifiek tijdstip plaats vindt."
278
-
279
- #: my-calendar-event-manager.php:341
280
- msgid "Current time difference from GMT is "
281
- msgstr "Huidig tijdsverschil met GMT is "
282
-
283
- #: my-calendar-event-manager.php:341
284
- msgid " hour(s)"
285
- msgstr " uur."
286
-
287
- #: my-calendar-event-manager.php:344
288
- msgid "End Time (hh:mm)"
289
- msgstr "Eindtijd (uu:mm)"
290
-
291
- #: my-calendar-event-manager.php:355
292
- msgid "Optional. End times will not be displayed on events where this is not set."
293
- msgstr "Optioneel. Eindtijd wordt niet weergegeven voor activiteiten waarvoor dit niet is opgegeven."
294
-
295
- #: my-calendar-event-manager.php:360
296
- msgid "Recurring Events"
297
- msgstr "Terugkomende activiteiten"
298
-
299
- #: my-calendar-event-manager.php:363
300
- msgid "Repeats for"
301
- msgstr "Herhaald voor"
302
-
303
- #: my-calendar-event-manager.php:364
304
- msgid "Units"
305
- msgstr "Eenheden"
306
-
307
- #: my-calendar-event-manager.php:365
308
- msgid "Does not recur"
309
- msgstr "Wordt niet herhaald"
310
-
311
- #: my-calendar-event-manager.php:366
312
- #: my-calendar-event-manager.php:565
313
- msgid "Daily"
314
- msgstr "Dagelijks"
315
-
316
- #: my-calendar-event-manager.php:367
317
- #: my-calendar-event-manager.php:566
318
- msgid "Weekly"
319
- msgstr "Wekelijks"
320
-
321
- #: my-calendar-event-manager.php:368
322
- msgid "Bi-weekly"
323
- msgstr "Twee-wekelijks"
324
-
325
- #: my-calendar-event-manager.php:369
326
- #: my-calendar-event-manager.php:568
327
- msgid "Monthly"
328
- msgstr "Maandelijks"
329
-
330
- #: my-calendar-event-manager.php:370
331
- msgid "Annually"
332
- msgstr "Jaarlijks"
333
-
334
- #: my-calendar-event-manager.php:372
335
- msgid "Entering 0 means forever, if a unit is selected. If the recurrance unit is left at \"Does not recur,\" the event will not reoccur."
336
- msgstr "Opgeven van 0 betekent oneindig indien een eenheid van tijd is geselecteerd. Als de herhaling blijft staan op \"Wordt niet herhaald\" dan zal de activiteit niet vaker voorkomen."
337
-
338
- #: my-calendar-event-manager.php:375
339
- msgid "Group this event as a single item"
340
- msgstr "Groepeer deze activiteit als een enkel onderdeel."
341
-
342
- #: my-calendar-event-manager.php:386
343
- msgid "Event Registration Status"
344
- msgstr "Activiteit registratie status"
345
-
346
- #: my-calendar-event-manager.php:388
347
- msgid "Open"
348
- msgstr "Open"
349
-
350
- #: my-calendar-event-manager.php:389
351
- msgid "Closed"
352
- msgstr "Gesloten"
353
-
354
- #: my-calendar-event-manager.php:390
355
- msgid "Does not apply"
356
- msgstr "Niet van toepassing"
357
-
358
- #: my-calendar-event-manager.php:400
359
- #: my-calendar-locations.php:81
360
- msgid "Event Location"
361
- msgstr "Activiteit locatie"
362
-
363
- #: my-calendar-event-manager.php:409
364
- msgid "Choose a preset location:"
365
- msgstr "Kies een voorkeurslocatie:"
366
-
367
- #: my-calendar-event-manager.php:423
368
- msgid "Add recurring locations for later use."
369
- msgstr "Voeg herhaalde locaties toe voor later gebruik."
370
-
371
- #: my-calendar-event-manager.php:430
372
- #: my-calendar-locations.php:83
373
- msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
374
- msgstr "Alle locatie velden zijn optioneel: <em>onvoldoende informatie kan resulteren in een inaccurate kaart</em>."
375
-
376
- #: my-calendar-event-manager.php:433
377
- #: my-calendar-locations.php:86
378
- msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
379
- msgstr "Naam van locatie (bijv. <em>Joe's Bar & Grill</em>)"
380
-
381
- #: my-calendar-event-manager.php:436
382
- #: my-calendar-locations.php:89
383
- msgid "Street Address"
384
- msgstr "Adres"
385
-
386
- #: my-calendar-event-manager.php:439
387
- #: my-calendar-locations.php:92
388
- msgid "Street Address (2)"
389
- msgstr "Adres (2)"
390
-
391
- #: my-calendar-event-manager.php:442
392
- #: my-calendar-locations.php:95
393
- msgid "City"
394
- msgstr "Stad"
395
-
396
- #: my-calendar-event-manager.php:442
397
- #: my-calendar-locations.php:95
398
- msgid "State/Province"
399
- msgstr "Staat/Provincie"
400
-
401
- #: my-calendar-event-manager.php:442
402
- #: my-calendar-locations.php:95
403
- msgid "Postal Code"
404
- msgstr "Postcode"
405
-
406
- #: my-calendar-event-manager.php:445
407
- #: my-calendar-locations.php:98
408
- msgid "Country"
409
- msgstr "Land"
410
-
411
- #: my-calendar-event-manager.php:448
412
- #: my-calendar-locations.php:101
413
- msgid "Initial Zoom"
414
- msgstr "Initi&euml;le Zoom"
415
-
416
- #: my-calendar-event-manager.php:450
417
- #: my-calendar-locations.php:103
418
- msgid "Neighborhood"
419
- msgstr "Omgeving"
420
-
421
- #: my-calendar-event-manager.php:451
422
- #: my-calendar-locations.php:104
423
- msgid "Small City"
424
- msgstr "Kleine stad"
425
-
426
- #: my-calendar-event-manager.php:452
427
- #: my-calendar-locations.php:105
428
- msgid "Large City"
429
- msgstr "Grote stad"
430
-
431
- #: my-calendar-event-manager.php:453
432
- #: my-calendar-locations.php:106
433
- msgid "Greater Metro Area"
434
- msgstr "Grote Metropool"
435
-
436
- #: my-calendar-event-manager.php:454
437
- #: my-calendar-locations.php:107
438
- msgid "State"
439
- msgstr "Staat"
440
-
441
- #: my-calendar-event-manager.php:455
442
- #: my-calendar-locations.php:108
443
- msgid "Region"
444
- msgstr "Regio"
445
-
446
- #: my-calendar-event-manager.php:459
447
- #: my-calendar-locations.php:112
448
- msgid "GPS Coordinates (optional)"
449
- msgstr "GPS-co&ouml;rdinaten (optioneel)"
450
-
451
- #: my-calendar-event-manager.php:461
452
- #: my-calendar-locations.php:114
453
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
454
- msgstr "Als je GPS co&ouml;rdinaten voor je locatie opgeeft zullen deze gebruikt worden in plaats van enige andere adres informatie om je locatie te identificeren."
455
-
456
- #: my-calendar-event-manager.php:464
457
- #: my-calendar-locations.php:117
458
- msgid "Longitude"
459
- msgstr "Lengte"
460
-
461
- #: my-calendar-event-manager.php:464
462
- #: my-calendar-locations.php:117
463
- msgid "Latitude"
464
- msgstr "Breedte"
465
-
466
- #: my-calendar-event-manager.php:472
467
- msgid "Save Event"
468
- msgstr "Bewaar activiteit"
469
-
470
- #: my-calendar-event-manager.php:532
471
- #: my-calendar-widgets.php:37
472
- #: my-calendar-widgets.php:122
473
- msgid "Title"
474
- msgstr "Titel"
475
-
476
- #: my-calendar-event-manager.php:533
477
- msgid "Link"
478
- msgstr "Koppeling"
479
-
480
- #: my-calendar-event-manager.php:534
481
- #: my-calendar-locations.php:148
482
- msgid "Location"
483
- msgstr "Locatie"
484
-
485
- #: my-calendar-event-manager.php:535
486
- msgid "Description"
487
- msgstr "Omschrijving"
488
-
489
- #: my-calendar-event-manager.php:536
490
- msgid "Start Date"
491
- msgstr "Begindatum"
492
-
493
- #: my-calendar-event-manager.php:537
494
- msgid "Recurs"
495
- msgstr "Herhaling"
496
-
497
- #: my-calendar-event-manager.php:538
498
- #: my-calendar-settings.php:195
499
- msgid "Author"
500
- msgstr "Auteur"
501
-
502
- #: my-calendar-event-manager.php:539
503
- msgid "Category"
504
- msgstr "Categorie"
505
-
506
- #: my-calendar-event-manager.php:540
507
- msgid "Edit / Delete"
508
- msgstr "Bewerk / Verwijder"
509
-
510
- #: my-calendar-event-manager.php:564
511
- msgid "Never"
512
- msgstr "Nooit"
513
-
514
- #: my-calendar-event-manager.php:567
515
- msgid "Bi-Weekly"
516
- msgstr "Twee wekelijks"
517
-
518
- #: my-calendar-event-manager.php:569
519
- msgid "Yearly"
520
- msgstr "Jaarlijks"
521
-
522
- #: my-calendar-event-manager.php:573
523
- msgid "Forever"
524
- msgstr "Altijd"
525
-
526
- #: my-calendar-event-manager.php:574
527
- msgid "Times"
528
- msgstr "Tijden"
529
-
530
- #: my-calendar-event-manager.php:589
531
- msgid "Copy"
532
- msgstr "Kopi&euml;er"
533
-
534
- #: my-calendar-event-manager.php:602
535
- msgid "There are no events in the database!"
536
- msgstr "Er zijn geen activiteiten in de database!"
537
-
538
- #: my-calendar-event-manager.php:700
539
- msgid "Your event end date must be either after or the same as your event begin date"
540
- msgstr "De einddatum moet of later dan of gelijk zijn aan de begindatum."
541
-
542
- #: my-calendar-event-manager.php:705
543
- msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
544
- msgstr "Het opegegeven datumformaat is correct maar een of meer van je datums is ongeldig. Controleer of het juiste aantal dagen voor maanden en (schrikkel)jaren is opgegeven."
545
-
546
- #: my-calendar-event-manager.php:710
547
- msgid "Both start and end dates must be in the format YYYY-MM-DD"
548
- msgstr "Zowel begin- en einddatum moeten worden gespecificeerd in het formaat JJJJ-MM-DD"
549
-
550
- #: my-calendar-event-manager.php:722
551
- msgid "The time field must either be blank or be entered in the format hh:mm"
552
- msgstr "Het tijd veld moet of leeg zijn of opgegeven worden in het formaat uu:mm"
553
-
554
- #: my-calendar-event-manager.php:732
555
- msgid "The end time field must either be blank or be entered in the format hh:mm"
556
- msgstr "Het eindtijd veld moet leeg zijn of opgegeven worden in het formaat uu:mm"
557
-
558
- #: my-calendar-event-manager.php:740
559
- msgid "The URL entered must either be prefixed with http:// or be completely blank"
560
- msgstr "De opgegeven koppeling moet vooraf gegaan worden door http:// of volledig leeg zijn"
561
-
562
- #: my-calendar-event-manager.php:749
563
- msgid "The event title must be between 1 and 255 characters in length."
564
- msgstr "De activiteit titel moet minstens 1 en mag maximaal 255 karakters lang zijn."
565
-
566
- #: my-calendar-event-manager.php:757
567
- msgid "The repetition value must be 0 unless a type of recurrance is selected."
568
- msgstr "De herhalingswaarde moet 0 zijn tenzij er een type herhaling is geselecteerd."
569
-
570
- #: my-calendar-help.php:6
571
- msgid "How to use My Calendar"
572
- msgstr "Hoe My Calendar te gebruiken"
573
-
574
- #: my-calendar-help.php:11
575
- msgid "Shortcode Syntax"
576
- msgstr "Verkorte code syntaxis"
577
-
578
- #: my-calendar-help.php:14
579
- msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
580
- msgstr "Deze verkorte codes kunnen worden gebruikt in Berichten, Pagina's of in tekts widgets."
581
-
582
- #: my-calendar-help.php:18
583
- msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
584
- msgstr "Deze eenvoudige verkorte code toont de kalender in een bericht of pagina inclusief alle categorien en de categorie sleutel in een traditioneel maand-bij-maand formaat."
585
-
586
- #: my-calendar-help.php:21
587
- msgid "The shortcode supports three attributes, <code>category</code>, <code>format</code> and <code>showkey</code>. There two alternate option for <code>format</code> &mdash; <code>list</code> &mdash; which will show the calendar in a list format, skipping dates without any events, and <code>mini</code>, which will display the calendar in a form more suitable to being displayed in smaller spaces, such as the sidebar. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using the pipe character: <code>|</code>. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output."
588
- msgstr "De verkorte code ondersteund drie attributen, <code>category</code>, <code>format</code> en <code>showkey</code>. Er zijn twee alternatieve opties voor <code>format</code> &mdash; <code>list</code> &mdash; zal de kalender in lijst formaat weergeven waarin datums zonder activiteiten weggelaten worden, en <code>mini</code> welke de kalender in een formaat weergeeft dat meer bruikbaar is in kleinere ruimten zoals de zijbalk. Het <code>category</code> attributt verwacht of de naam of het id getal van een van je activiteit categorieen (de naam is letterkast gevoelig, i.e. hoofd- en kleine letters). deze toont een kalender met alleen activiteiten in de opgegeven categorie. Meerdere categorieen kunnen opgegeven worden door ze te scheiden met het pijp character: <code>|</code>. Het instellen van <code>showkey</code> naar <code>no</code> zal voorkoemn dat de categoriesleutel wordt weergegeven &mdash; dit kan handig zijn als er maar een enkele categorie wordt weergegeven."
589
-
590
- #: my-calendar-help.php:24
591
- msgid "This shortcode displays the output of the Upcoming Events widget. Without attributes, it will display using the settings in your widget; the attributes are used to override the widget settings. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below."
592
- msgstr "Deze verkorte code toont de uitvoor van de Komende activiteiten widget. Zonder attributen zal het de instellingen van je widget gebruiken voor weergave. De attributen worden gebruikt om de widget instellingen te vervangen. De <code>before</code> en <code>after</code> attributen werken hetzelfde als de categorie attributen voor de hoofd kalender verkorte code. Sjablonen werken met gebruikmaking van de verkorte codes opgesomd hieronder."
593
-
594
- #: my-calendar-help.php:27
595
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with two configurable attributes: category and template."
596
- msgstr "Voorspelbaar genoeg toont deze verkorte code de uitvoor van de Geberutenissen van vandaag widget met twee configureerbare attributen: categorie en sjabloon."
597
-
598
- #: my-calendar-help.php:34
599
- msgid "Category Icons"
600
- msgstr "Categorie iconen"
601
-
602
- #: my-calendar-help.php:37
603
- msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
604
- msgstr "My Calendar is ontworpen om meerder kalenders te beheren. De basis voor deze calenders zijn categorieen. Je kunt eenvoudig een kalender pagina maken die alle categorieen bevat, of je kunt besluiten om aparte pagina's aan kalenders in iedere categorie toe te kennen. Bijvoorbeeld kan dit handig zijn als je de tournee voor meerdere bands beheerd, kalenders beheerd voor meedere locaties, etc."
605
-
606
- #: my-calendar-help.php:40
607
- msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
608
- msgstr "De voorgeinstalleerde categorie iconen zouden niet specifiek bruikbaar kunnen zijn voor jouw toepassing. Ik neem aan dat je je eigen iconen zult uploaden -- het enige dat je moet doen is ze te uploaden naar de plugin's iconen map en ze zijn meteen klaar voor gebruik. Of plaats ze in een map \"my-calendar-custom\" om te voorkomen dat ze worden overschreven bij opwaarderingen."
609
-
610
- #: my-calendar-help.php:40
611
- msgid "Your icons folder is:"
612
- msgstr "Jouw iconen map is:"
613
-
614
- #: my-calendar-help.php:40
615
- msgid "You can alternately place icons in:"
616
- msgstr "Als alternatief kun je iconen plaatsen in:"
617
-
618
- #: my-calendar-help.php:48
619
- msgid "Widget Templating"
620
- msgstr "Widget sjabloneren"
621
-
622
- #: my-calendar-help.php:51
623
- msgid "These codes are available in calendar widgets to create your own custom calendar format."
624
- msgstr "Deze codes zijn beschikbaar in kalender widgets om je eigen aangapste kalender formaat te maken."
625
-
626
- #: my-calendar-help.php:55
627
- msgid "Displays the name of the category the event is in."
628
- msgstr "Toont de naam van de categorie waarin de activiteit is geplaatst."
629
-
630
- #: my-calendar-help.php:58
631
- msgid "Displays the title of the event."
632
- msgstr "Toont de titel van de activiteit."
633
-
634
- #: my-calendar-help.php:61
635
- msgid "Displays the start time for the event."
636
- msgstr "Toont het aanvangstijdstip van de activiteit."
637
-
638
- #: my-calendar-help.php:64
639
- msgid "Displays the date on which the event begins."
640
- msgstr "Toont de datum waarop de activiteit begint."
641
-
642
- #: my-calendar-help.php:67
643
- msgid "Displays the date on which the event ends."
644
- msgstr "Toont de datum waarop de activiteit eindigd."
645
-
646
- #: my-calendar-help.php:70
647
- msgid "Displays the time at which the event ends."
648
- msgstr "Toont de tijd waarop de activiteit eindigt."
649
-
650
- #: my-calendar-help.php:73
651
- msgid "Displays the WordPress author who posted the event."
652
- msgstr "Toont de WordPress auteur die de activiteit heeft ingevoerd."
653
-
654
- #: my-calendar-help.php:76
655
- msgid "Displays the URL provided for the event."
656
- msgstr "Toont de URL zoals opgegeven voor de activiteit."
657
-
658
- #: my-calendar-help.php:79
659
- msgid "Displays the description of the event."
660
- msgstr "Toont de omschrijving van de activiteit"
661
-
662
- #: my-calendar-help.php:82
663
- msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
664
- msgstr "Toont de titel van de activiteit als een koppeling indien een URL beschikbaar is, of alleen de titel indien geen koppeling beschikbaar is."
665
-
666
- #: my-calendar-help.php:85
667
- msgid "Displays the name of the location of the event."
668
- msgstr "Toont de naam van de locatie voor de activiteit."
669
-
670
- #: my-calendar-help.php:88
671
- msgid "Displays the first line of the site address."
672
- msgstr "Toont de eerste adres regel voor de activiteit."
673
-
674
- #: my-calendar-help.php:91
675
- msgid "Displays the second line of the site address."
676
- msgstr "Toont de tweede adres regel voor de activiteit."
677
-
678
- #: my-calendar-help.php:94
679
- msgid "Displays the city for the event."
680
- msgstr "Toont de stad voor de activiteit."
681
-
682
- #: my-calendar-help.php:97
683
- msgid "Displays the state for the event."
684
- msgstr "Toont de staat/provincie voor de activiteit."
685
-
686
- #: my-calendar-help.php:100
687
- msgid "Displays the postcode for the event."
688
- msgstr "Toont de postcode voor de activiteit."
689
-
690
- #: my-calendar-help.php:103
691
- msgid "Displays the country for the event location."
692
- msgstr "Toont het land voor de activiteit."
693
-
694
- #: my-calendar-help.php:106
695
- msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
696
- msgstr "Toont het adres van de activiteit in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> formaat."
697
-
698
- #: my-calendar-help.php:109
699
- msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
700
- msgstr "Toont een koppeling naar een Google Map van de activiteit indien voldoende adres informatie beschikbaar is. Zo niet, dan zal het leeg zijn."
701
-
702
- #: my-calendar-help.php:112
703
- msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
704
- msgstr "Toont tekst die aangeeft of registratie voor de activiteit momenteel open of gesloten is; toont niets indien die keuze is geselecteerd in de activiteit."
705
-
706
- #: my-calendar-help.php:115
707
- msgid "Displays the short version of the event description."
708
- msgstr "Toont de verkorte versie van de activiteitomschrijving."
709
-
710
- #: my-calendar-locations.php:22
711
- msgid "Location added successfully"
712
- msgstr "Locatie succesvol toegevoegd"
713
-
714
- #: my-calendar-locations.php:24
715
- msgid "Location could not be added to database"
716
- msgstr "Locatie kon niet toegevoegd worden aan de database."
717
-
718
- #: my-calendar-locations.php:30
719
- msgid "Location deleted successfully"
720
- msgstr "Locatie succesvol verwijderd"
721
-
722
- #: my-calendar-locations.php:32
723
- msgid "Location could not be deleted"
724
- msgstr "Locatie kon niet verwijderd worden"
725
-
726
- #: my-calendar-locations.php:43
727
- msgid "Location could not be edited."
728
- msgstr "Locatie kon niet bewerkt worden."
729
-
730
- #: my-calendar-locations.php:45
731
- msgid "Location was not changed."
732
- msgstr "Locatie was niet veranderd."
733
-
734
- #: my-calendar-locations.php:47
735
- msgid "Location edited successfully"
736
- msgstr "Locatie succesvol bewerkt"
737
-
738
- #: my-calendar-locations.php:59
739
- msgid "Add New Location"
740
- msgstr "Voeg nieuwe locatie toe"
741
-
742
- #: my-calendar-locations.php:61
743
- msgid "Edit Location"
744
- msgstr "Bewerk locatie"
745
-
746
- #: my-calendar-locations.php:66
747
- msgid "Location Editor"
748
- msgstr "Locatie bewerker"
749
-
750
- #: my-calendar-locations.php:121
751
- msgid "Add Location"
752
- msgstr "Voeg locatie toe"
753
-
754
- #: my-calendar-locations.php:135
755
- #: my-calendar.php:178
756
- msgid "Manage Locations"
757
- msgstr "Beheer locaties"
758
-
759
- #: my-calendar-locations.php:170
760
- msgid "There are no locations in the database yet!"
761
- msgstr "Er zijn nog geen locaties in de database!"
762
-
763
- #: my-calendar-locations.php:174
764
- msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
765
- msgstr "Let op: bewerken of verwijderen van locaties opgeslagen voor hergebruik zal geen invloed hebben op enige activiteit die eerder is ingeroosterd op die locatie. De locatie database bestaat puur als een verkorte methode om regelmatig gebruikte locaties in te voeren in activiteiten."
766
-
767
- #: my-calendar-settings.php:67
768
- msgid "Categories imported successfully."
769
- msgstr "Categorie&euml;n successvol geimporteerd"
770
-
771
- #: my-calendar-settings.php:69
772
- msgid "Categories not imported."
773
- msgstr "Categorie&euml;n niet geimporteerd"
774
-
775
- #: my-calendar-settings.php:72
776
- msgid "Events imported successfully."
777
- msgstr "Geberutenissen succesvol geimporteerd"
778
-
779
- #: my-calendar-settings.php:74
780
- msgid "Events not imported."
781
- msgstr "Activiteiten niet geimporteerd"
782
-
783
- #: my-calendar-settings.php:153
784
- msgid "Settings saved"
785
- msgstr "Instellingen bewaard"
786
-
787
- #: my-calendar-settings.php:179
788
- msgid "My Calendar Options"
789
- msgstr "My Calendar Opties"
790
-
791
- #: my-calendar-settings.php:186
792
- msgid "Calendar Settings"
793
- msgstr "Kalenderindstellingen"
794
-
795
- #: my-calendar-settings.php:190
796
- msgid "Calendar Options: Management"
797
- msgstr "Kalender opties: Beheer"
798
-
799
- #: my-calendar-settings.php:192
800
- msgid "Choose the lowest user group that may manage events"
801
- msgstr "Kies de laagste gebruikersgroep die activiteiten mag beheren"
802
-
803
- #: my-calendar-settings.php:193
804
- msgid "Subscriber"
805
- msgstr "Abonnee"
806
-
807
- #: my-calendar-settings.php:194
808
- msgid "Contributor"
809
- msgstr "Bijdrager"
810
-
811
- #: my-calendar-settings.php:196
812
- msgid "Editor"
813
- msgstr "Redacteur"
814
-
815
- #: my-calendar-settings.php:197
816
- msgid "Administrator"
817
- msgstr "Beheerder"
818
-
819
- #: my-calendar-settings.php:202
820
- msgid "Calendar Options: Customize Text"
821
- msgstr "Kalender opties: aanpassen tekst"
822
-
823
- #: my-calendar-settings.php:204
824
- msgid "Show Heading for Calendar"
825
- msgstr "Toon opschrift voor Kalender"
826
-
827
- #: my-calendar-settings.php:207
828
- msgid "Label for events without a specific time"
829
- msgstr "Label voor activiteiten zonder een specifieke tijd"
830
-
831
- #: my-calendar-settings.php:210
832
- msgid "Previous events link text"
833
- msgstr "Koppelingstekst voor voorgaande activiteiten"
834
-
835
- #: my-calendar-settings.php:210
836
- msgid "Previous Events"
837
- msgstr "Vorige activiteiten"
838
-
839
- #: my-calendar-settings.php:213
840
- msgid "Next events link text"
841
- msgstr "Koppelingstekst voor komende activiteiten"
842
-
843
- #: my-calendar-settings.php:213
844
- msgid "Next Events"
845
- msgstr "Komende activiteiten"
846
-
847
- #: my-calendar-settings.php:216
848
- msgid "Text when events are open"
849
- msgstr "Tekst, indien activiteiten open zijn"
850
-
851
- #: my-calendar-settings.php:216
852
- msgid "Registration is open"
853
- msgstr "Registratie is open"
854
-
855
- #: my-calendar-settings.php:219
856
- msgid "Text when events are closed"
857
- msgstr "Tekst, indien activiteiten zijn gesloten"
858
-
859
- #: my-calendar-settings.php:219
860
- msgid "Registration is closed"
861
- msgstr "Registratie is gesloten"
862
-
863
- #: my-calendar-settings.php:222
864
- msgid "Additional caption text"
865
- msgstr "Additionele onderschrift tekst"
866
-
867
- #: my-calendar-settings.php:222
868
- msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
869
- msgstr "Het kalenderonderschrift is de tekst met de weergegeven maand en jaar in lijst en kalender formaat. De hier opgegeven tekst zal weergegeven worden achter die bestaande tekst."
870
-
871
- #: my-calendar-settings.php:226
872
- msgid "Calendar Options: Output"
873
- msgstr "Kalender opties: Uitvoer"
874
-
875
- #: my-calendar-settings.php:228
876
- msgid "In list mode, show how many months of events at a time:"
877
- msgstr "In lijstweergave, toon zoveel maanden aan activiteiten tegelijk:"
878
-
879
- #: my-calendar-settings.php:231
880
- msgid "Date format in list mode"
881
- msgstr "Datumformaat in lijstweergave"
882
-
883
- #: my-calendar-settings.php:232
884
- msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
885
- msgstr "Datumformaat gebruikt dezelfde syntaxis als de <a href=\"http://php.net/date\">PHP <code>date()</code> functie</a>. Bewaar opties om de voorbeelduitvoer bij te werken."
886
-
887
- #: my-calendar-settings.php:235
888
- msgid "Do you want to display the author name on events?"
889
- msgstr "Wil je de auteursnaam weergeven bij activiteiten?"
890
-
891
- #: my-calendar-settings.php:238
892
- msgid "Display a jumpbox for changing month and year quickly?"
893
- msgstr "Toon een opspring-vak voor snel veranderen van maand en jaar?"
894
-
895
- #: my-calendar-settings.php:242
896
- msgid "Hide category icons in output"
897
- msgstr "Verberg categorie iconen in uitvoer"
898
-
899
- #: my-calendar-settings.php:245
900
- msgid "Show Link to Google Map (when sufficient address information is available.)"
901
- msgstr "Toon koppeling naar Google Maps (nindien voldoende adres informatie beschikbaar is)"
902
-
903
- #: my-calendar-settings.php:248
904
- msgid "Show Event Address in Details"
905
- msgstr "Toon activiteit adres in details"
906
-
907
- #: my-calendar-settings.php:251
908
- msgid "Show short description field on calendar."
909
- msgstr "Toon verkort omschrijvingsveld in kalender."
910
-
911
- #: my-calendar-settings.php:254
912
- msgid "Show full description field on calendar."
913
- msgstr "Toon volledig omschrijvingsveld in kalender."
914
-
915
- #: my-calendar-settings.php:257
916
- msgid "Links associated with events will automatically expire after the event has passed."
917
- msgstr "Koppelingen verbonden aan activiteiten zullen automatisch verlopen als de activiteit is geweest."
918
-
919
- #: my-calendar-settings.php:260
920
- msgid "Show current availability status of events."
921
- msgstr "Toon huidige beschikbaarheidsstatus van activiteiten."
922
-
923
- #: my-calendar-settings.php:264
924
- msgid "Calendar Options: Input"
925
- msgstr "Kalender opties: Input"
926
-
927
- #: my-calendar-settings.php:267
928
- msgid "Show Event Location Dropdown Menu"
929
- msgstr "Toon activiteit locatie uitklapmenu"
930
-
931
- #: my-calendar-settings.php:267
932
- msgid "Show Event Short Description field"
933
- msgstr "Toon activiteit verkort omschrijvingsveld"
934
-
935
- #: my-calendar-settings.php:267
936
- msgid "Show Event Description Field"
937
- msgstr "Toon activiteit omschrijvingsveld"
938
-
939
- #: my-calendar-settings.php:267
940
- msgid "Show Event Category field"
941
- msgstr "Toon activiteit categorieveld"
942
-
943
- #: my-calendar-settings.php:267
944
- msgid "Show Event Link field"
945
- msgstr "Toon activiteit koppelingsveld"
946
-
947
- #: my-calendar-settings.php:267
948
- msgid "Show Event Recurrance Options"
949
- msgstr "Toon activiteit herhalingsopties"
950
-
951
- #: my-calendar-settings.php:267
952
- msgid "Show event registration options"
953
- msgstr "Toon activiteit registratie opties"
954
-
955
- #: my-calendar-settings.php:267
956
- msgid "Show event location fields"
957
- msgstr "Toon activiteit locatie velden"
958
-
959
- #: my-calendar-settings.php:276
960
- msgid "Administrators see all input options"
961
- msgstr "Beheerder ziet alle invoer opties"
962
-
963
- #: my-calendar-settings.php:280
964
- msgid "Calendar Options: Style"
965
- msgstr "Kalender opties: stijl"
966
-
967
- #: my-calendar-settings.php:282
968
- msgid "Default usage of category colors."
969
- msgstr "Standaard gebruik van categorie kleuren."
970
-
971
- #: my-calendar-settings.php:283
972
- msgid "Apply category colors to event titles as a font color."
973
- msgstr "Pas categorie kleuren toe op activiteit titels als tekst kleur."
974
-
975
- #: my-calendar-settings.php:284
976
- msgid "Apply category colors to event titles as a background color."
977
- msgstr "Pas categorie kleuren toe op activiteit titels als achtergrond kleur."
978
-
979
- #: my-calendar-settings.php:288
980
- msgid "Save Settings"
981
- msgstr "Bewaar instellingen"
982
-
983
- #: my-calendar-styles.php:46
984
- msgid "Style Settings saved"
985
- msgstr "Stijl instellingen bewaard"
986
-
987
- #: my-calendar-styles.php:70
988
- msgid "My Calendar Styles"
989
- msgstr "My Calendar Stijlen"
990
-
991
- #: my-calendar-styles.php:74
992
- msgid "Calendar Style Settings"
993
- msgstr "Kalender stijl instellingen"
994
-
995
- #: my-calendar-styles.php:78
996
- msgid "Show CSS &amp; JavaScript only on these pages (comma separated page IDs)"
997
- msgstr "Toon CSS &amp JavaScript alleen op deze pagina's (pagina IDs scheiden door comma's)"
998
-
999
- #: my-calendar-styles.php:81
1000
- msgid "CSS Style Options"
1001
- msgstr "CSS stijl opties"
1002
-
1003
- #: my-calendar-styles.php:83
1004
- msgid "Reset the My Calendar stylesheet to the default"
1005
- msgstr "Herstel de stijlbladen voor My Calendar naar de standaard"
1006
-
1007
- #: my-calendar-styles.php:83
1008
- msgid "Disable My Calendar Stylesheet"
1009
- msgstr "Schakel het stijlblad voor My Calendar uit"
1010
-
1011
- #: my-calendar-styles.php:86
1012
- msgid "Edit the stylesheet for My Calendar"
1013
- msgstr "Bewerk het stijlblad voor My Calendar"
1014
-
1015
- #: my-calendar-styles.php:89
1016
- #: my-calendar-styles.php:101
1017
- #: my-calendar-styles.php:113
1018
- #: my-calendar-styles.php:125
1019
- msgid "Save"
1020
- msgstr "Bewaar"
1021
-
1022
- #: my-calendar-styles.php:93
1023
- msgid "Calendar Behaviors: Calendar View"
1024
- msgstr "Kalender gedrag: Kalenderweergave"
1025
-
1026
- #: my-calendar-styles.php:95
1027
- msgid "Reset the My Calendar Calendar Javascript"
1028
- msgstr "Herstel de My Calendars kalender Javascript"
1029
-
1030
- #: my-calendar-styles.php:95
1031
- msgid "Disable Calendar Javascript Effects"
1032
- msgstr "Schakel de kalender Javascript effecten uit"
1033
-
1034
- #: my-calendar-styles.php:98
1035
- msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1036
- msgstr "Bewerk de jQuery-scripts voor My Calendar in kalender formaat."
1037
-
1038
- #: my-calendar-styles.php:105
1039
- msgid "Calendar Behaviors: List View"
1040
- msgstr "Kalender gedrag: lijstweergave"
1041
-
1042
- #: my-calendar-styles.php:107
1043
- msgid "Reset the My Calendar List Javascript"
1044
- msgstr "Herstel de My Calendars lijst Javascript"
1045
-
1046
- #: my-calendar-styles.php:107
1047
- msgid "Disable List Javascript Effects"
1048
- msgstr "Schakel lijst Javascript effecten uit"
1049
-
1050
- #: my-calendar-styles.php:110
1051
- msgid "Edit the jQuery scripts for My Calendar in List format"
1052
- msgstr "Bewerk de jQuery scripts voor My Calendar in lijst formaat"
1053
-
1054
- #: my-calendar-styles.php:117
1055
- msgid "Calendar Behaviors: Mini Calendar View"
1056
- msgstr "Kalender gedrag: Mini kalender weergave"
1057
-
1058
- #: my-calendar-styles.php:119
1059
- msgid "Reset the My Calendar Mini Format Javascript"
1060
- msgstr "Herstel de My Calendar mini Formaat Javascript "
1061
-
1062
- #: my-calendar-styles.php:119
1063
- msgid "Disable Mini Javascript Effects"
1064
- msgstr "Schakel mini Javascript effecten uit"
1065
-
1066
- #: my-calendar-styles.php:122
1067
- msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1068
- msgstr "Bewerk de jQueryc scripts for My Calendar in mini kalender formaat"
1069
-
1070
- #: my-calendar-upgrade-db.php:19
1071
- msgid "The My Calendar database needs to be updated."
1072
- msgstr "My Calendars database moet up-to-date gemaakt worden"
1073
-
1074
- #: my-calendar-upgrade-db.php:20
1075
- #: my-calendar-upgrade-db.php:34
1076
- msgid "Update now"
1077
- msgstr "Maak nu up-to-date"
1078
-
1079
- #: my-calendar-upgrade-db.php:33
1080
- msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1081
- msgstr "Je hebt nog geen activiteiten opgegeven en My Calendar kan daarom niet afleiden of je database bij de tijd is. Als je geen activiteiten kunt invoeren, maak je database dan up-to-date!"
1082
-
1083
- #: my-calendar-upgrade-db.php:44
1084
- msgid "My Calendar Database is updated."
1085
- msgstr "My Calendars database is bijgewerkt."
1086
-
1087
- #: my-calendar-widgets.php:11
1088
- #: my-calendar-widgets.php:51
1089
- #: my-calendar-widgets.php:52
1090
- msgid "Today's Events"
1091
- msgstr "Activiteiten voor vandaag"
1092
-
1093
- #: my-calendar-widgets.php:41
1094
- #: my-calendar-widgets.php:126
1095
- msgid "Template"
1096
- msgstr "Sjabloon"
1097
-
1098
- #: my-calendar-widgets.php:45
1099
- msgid "Show this text if there are no events today:"
1100
- msgstr "Toon deze tekst alleen als er vandaag geen activiteiten zijn:"
1101
-
1102
- #: my-calendar-widgets.php:65
1103
- #: my-calendar-widgets.php:152
1104
- #: my-calendar-widgets.php:153
1105
- msgid "Upcoming Events"
1106
- msgstr "Komende activiteiten"
1107
-
1108
- #: my-calendar-widgets.php:130
1109
- msgid "Widget Options"
1110
- msgstr "Widget indstellingen"
1111
-
1112
- #: my-calendar-widgets.php:132
1113
- msgid "Display upcoming events by:"
1114
- msgstr "Toon aankomende activiteiten per:"
1115
-
1116
- #: my-calendar-widgets.php:133
1117
- msgid "Events (e.g. 2 past, 3 future)"
1118
- msgstr "Activiteiten (bijv. 2 terug, 3 aankomend)"
1119
-
1120
- #: my-calendar-widgets.php:134
1121
- msgid "Dates (e.g. 4 days past, 5 forward)"
1122
- msgstr "Datums (bijv. 4 dagen terug, 5 vooruit)"
1123
-
1124
- #: my-calendar-widgets.php:138
1125
- msgid "events into the future;"
1126
- msgstr "Activiteiten in de toekomst;"
1127
-
1128
- #: my-calendar-widgets.php:139
1129
- msgid "events from the past"
1130
- msgstr "activiteiten in het verleden;"
1131
-
1132
- #: my-calendar-widgets.php:142
1133
- msgid "days into the future;"
1134
- msgstr "dagen in de toekomst;"
1135
-
1136
- #: my-calendar-widgets.php:143
1137
- msgid "days from the past"
1138
- msgstr "dagen in het verleden"
1139
-
1140
- #: my-calendar-widgets.php:146
1141
- msgid "Show only this category:"
1142
- msgstr "Toon alleen deze categorie:"
1143
-
1144
- #: my-calendar-widgets.php:272
1145
- msgid "There are no events currently scheduled."
1146
- msgstr "Er zijn momenteel geen activiteiten gepland."
1147
-
1148
- #: my-calendar.php:56
1149
- #: my-calendar.php:179
1150
- msgid "Settings"
1151
- msgstr "Instellingen"
1152
-
1153
- #: my-calendar.php:57
1154
- #: my-calendar.php:181
1155
- msgid "Help"
1156
- msgstr "Help"
1157
-
1158
- #: my-calendar.php:82
1159
- msgid "Get Support"
1160
- msgstr "Krijg ondersteuning"
1161
-
1162
- #: my-calendar.php:83
1163
- #: my-calendar.php:181
1164
- msgid "My Calendar Help"
1165
- msgstr "My Calendar help"
1166
-
1167
- #: my-calendar.php:84
1168
- msgid "Make a Donation"
1169
- msgstr "Maak een donatie"
1170
-
1171
- #. #-#-#-#-# plugin.pot (My Calendar 1.4.8) #-#-#-#-#
1172
- #. Plugin Name of the plugin/theme
1173
- #: my-calendar.php:170
1174
- msgid "My Calendar"
1175
- msgstr "My Calendar"
1176
-
1177
- #: my-calendar.php:173
1178
- msgid "Add/Edit Events"
1179
- msgstr "Voeg toe/bewerk activiteiten"
1180
-
1181
- #: my-calendar.php:180
1182
- msgid "Style Editor"
1183
- msgstr "Stijl bewerker"
1184
-
1185
- #: my-calendar.php:619
1186
- msgid "Event Details"
1187
- msgstr "Activiteit details"
1188
-
1189
- #: my-calendar.php:628
1190
- msgid "Close"
1191
- msgstr "Sluit"
1192
-
1193
- #: my-calendar.php:638
1194
- msgid "Not Applicable"
1195
- msgstr "Niet van toepassing"
1196
-
1197
- #: my-calendar.php:650
1198
- msgid "Posted by"
1199
- msgstr "Gepubliceerd door"
1200
-
1201
- #: my-calendar.php:696
1202
- msgid "This class is part of a series. You must register for the first event in this series to attend."
1203
- msgstr "Deze activiteit is onderdeel van een reeks. Je moet registreren voor de eerste activiteit om mee te doen."
1204
-
1205
- #: my-calendar.php:1199
1206
- msgid "Month"
1207
- msgstr "Maand"
1208
-
1209
- #: my-calendar.php:1200
1210
- #: my-calendar.php:1286
1211
- msgid "January"
1212
- msgstr "Januari"
1213
-
1214
- #: my-calendar.php:1201
1215
- #: my-calendar.php:1286
1216
- msgid "February"
1217
- msgstr "Februari"
1218
-
1219
- #: my-calendar.php:1202
1220
- #: my-calendar.php:1286
1221
- msgid "March"
1222
- msgstr "Maart"
1223
-
1224
- #: my-calendar.php:1203
1225
- #: my-calendar.php:1286
1226
- msgid "April"
1227
- msgstr "April"
1228
-
1229
- #: my-calendar.php:1204
1230
- #: my-calendar.php:1286
1231
- msgid "May"
1232
- msgstr "Mei"
1233
-
1234
- #: my-calendar.php:1205
1235
- #: my-calendar.php:1286
1236
- msgid "June"
1237
- msgstr "Juni"
1238
-
1239
- #: my-calendar.php:1206
1240
- #: my-calendar.php:1286
1241
- msgid "July"
1242
- msgstr "Juli"
1243
-
1244
- #: my-calendar.php:1207
1245
- #: my-calendar.php:1286
1246
- msgid "August"
1247
- msgstr "Augustus"
1248
-
1249
- #: my-calendar.php:1208
1250
- #: my-calendar.php:1286
1251
- msgid "September"
1252
- msgstr "September"
1253
-
1254
- #: my-calendar.php:1209
1255
- #: my-calendar.php:1286
1256
- msgid "October"
1257
- msgstr "Oktober"
1258
-
1259
- #: my-calendar.php:1210
1260
- #: my-calendar.php:1286
1261
- msgid "November"
1262
- msgstr "November"
1263
-
1264
- #: my-calendar.php:1211
1265
- #: my-calendar.php:1286
1266
- msgid "December"
1267
- msgstr "December"
1268
-
1269
- #: my-calendar.php:1213
1270
- msgid "Year"
1271
- msgstr "Jaar"
1272
-
1273
- #: my-calendar.php:1238
1274
- msgid "Go"
1275
- msgstr "Ga"
1276
-
1277
- #: my-calendar.php:1260
1278
- msgid "<abbr title=\"Sunday\">Sun</abbr>"
1279
- msgstr "<abbr title=\"Zondag\">Zo</abbr>"
1280
-
1281
- #: my-calendar.php:1261
1282
- msgid "<abbr title=\"Monday\">Mon</abbr>"
1283
- msgstr "<abbr title=\"Maandag\">Ma</abbr>"
1284
-
1285
- #: my-calendar.php:1262
1286
- msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1287
- msgstr "<abbr title=\"Dinsdag\">Di</abbr>"
1288
-
1289
- #: my-calendar.php:1263
1290
- msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1291
- msgstr "<abbr title=\"Woensdag\">Wo</abbr>"
1292
-
1293
- #: my-calendar.php:1264
1294
- msgid "<abbr title=\"Thursday\">Thur</abbr>"
1295
- msgstr "<abbr title=\"Donderdag\">Do</abbr>"
1296
-
1297
- #: my-calendar.php:1265
1298
- msgid "<abbr title=\"Friday\">Fri</abbr>"
1299
- msgstr "<abbr title=\"Vrijdag\">Vr</abbr>"
1300
-
1301
- #: my-calendar.php:1266
1302
- msgid "<abbr title=\"Saturday\">Sat</abbr>"
1303
- msgstr "<abbr title=\"zaterdag\">Za</abbr>"
1304
-
1305
- #: my-calendar.php:1271
1306
- msgid "<abbr title=\"Sunday\">S</abbr>"
1307
- msgstr "<abbr title=\"Zondag\">Z</abbr>"
1308
-
1309
- #: my-calendar.php:1272
1310
- msgid "<abbr title=\"Monday\">M</abbr>"
1311
- msgstr "<abbr title=\"Maandag\">M</abbr>"
1312
-
1313
- #: my-calendar.php:1273
1314
- msgid "<abbr title=\"Tuesday\">T</abbr>"
1315
- msgstr "<abbr title=\"Dinsdag\">D</abbr>"
1316
-
1317
- #: my-calendar.php:1274
1318
- msgid "<abbr title=\"Wednesday\">W</abbr>"
1319
- msgstr "<abbr title=\"Woensdag\">W</abbr>"
1320
-
1321
- #: my-calendar.php:1275
1322
- msgid "<abbr title=\"Thursday\">T</abbr>"
1323
- msgstr "<abbr title=\"Donderdag\">D</abbr>"
1324
-
1325
- #: my-calendar.php:1276
1326
- msgid "<abbr title=\"Friday\">F</abbr>"
1327
- msgstr "<abbr title=\"Vrijdag\">V</abbr>"
1328
-
1329
- #: my-calendar.php:1277
1330
- msgid "<abbr title=\"Saturday\">S</abbr>"
1331
- msgstr "<abbr title=\"Zaterdag\">Z</abbr>"
1332
-
1333
- #: my-calendar.php:1323
1334
- msgid "and"
1335
- msgstr "en"
1336
-
1337
- #: my-calendar.php:1352
1338
- #: my-calendar.php:1356
1339
- msgid "Calendar"
1340
- msgstr "Kalender"
1341
-
1342
- #: my-calendar.php:1359
1343
- msgid "Events in"
1344
- msgstr "Activiteiten in"
1345
-
1346
- #: my-calendar.php:1456
1347
- msgid "There are no events scheduled during this period."
1348
- msgstr "Er zijn geen activiteiten gepland voor deze periode."
1349
-
1350
- #: my-calendar.php:1466
1351
- msgid "Category Key"
1352
- msgstr "Categorie sleutel"
1353
-
1354
- #. Plugin URI of the plugin/theme
1355
- msgid "http://www.joedolson.com/articles/my-calendar/"
1356
- msgstr "http://www.joedolson.com/articles/my-calendar/"
1357
-
1358
- #. Description of the plugin/theme
1359
- msgid "Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets."
1360
- msgstr "Toegankelijke Wordpress activiteiten kalender plugin. Toont activiteiten van meerdere kalenders in pagina's, berichten of widgets."
1361
-
1362
- #. Author of the plugin/theme
1363
- msgid "Joseph C Dolson"
1364
- msgstr "Joseph C Dolson"
1365
-
1366
- #. Author URI of the plugin/theme
1367
- msgid "http://www.joedolson.com"
1368
- msgstr "http://www.joedolson.com"
1369
-
1370
- #~ msgid "Yes"
1371
- #~ msgstr "Ja"
1372
-
1373
- #~ msgid "No"
1374
- #~ msgstr "Nee"
1375
-
1376
- #~ msgid "Add New Category"
1377
- #~ msgstr "Voeg nieuwe categorie toeTilføj Ny Kategori"
1378
-
1379
- #~ msgid ""
1380
- #~ "An event with the details you submitted could not be found in the "
1381
- #~ "database. This may indicate a problem with your database or the way in "
1382
- #~ "which it is configured."
1383
- #~ msgstr ""
1384
- #~ "En begivenhed med de angivne detaljer kunne ikke findes i databasen. "
1385
- #~ "Dette indikerer muligvis et problem med din database eller måden, den er "
1386
- #~ "konfigureret på."
1387
-
1388
- #~ msgid "Failure"
1389
- #~ msgstr "FEJL"
1390
-
1391
- #~ msgid "You can't update an event if you haven't submitted an event id"
1392
- #~ msgstr ""
1393
- #~ "Du kan ikke opdatere en begivenhed, hvis du ikke har sendt et begivenheds-"
1394
- #~ "id."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Luud Heck <heck@dds.nl>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=iso-8859-1\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: \n"
14
+ "X-Poedit-Country: \n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ # Translation of the WordPress plugin My Calendar 1.4.10 by Luud Heck.
23
+ # Copyright (C) 2010 Luud Heck
24
+ # This file is distributed under the same license as the My Calendar package.
25
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
26
+ #: my-calendar-categories.php:103
27
+ #@ my-calendar
28
+ msgid "Category added successfully"
29
+ msgstr "Categorie succesvol toegevoegd "
30
+
31
+ #: my-calendar-categories.php:105
32
+ #@ my-calendar
33
+ msgid "Category addition failed."
34
+ msgstr "Categorie toevoegen mislukt"
35
+
36
+ #: my-calendar-categories.php:115
37
+ #@ my-calendar
38
+ msgid "Category deleted successfully. Categories in calendar updated."
39
+ msgstr "Categorie succesvol verwijderd. Categorie&euml;n in kalender bijgewerkt."
40
+
41
+ #: my-calendar-categories.php:117
42
+ #@ my-calendar
43
+ msgid "Category deleted successfully. Categories in calendar not updated."
44
+ msgstr "Categorie succesvol verwijderd. Categorie&euml;n in kalender niet bijgewerkt."
45
+
46
+ #: my-calendar-categories.php:119
47
+ #@ my-calendar
48
+ msgid "Category not deleted. Categories in calendar updated."
49
+ msgstr "Categorie niet verwijderd. Categorie&euml;n in kalender bijgewerkt."
50
+
51
+ #: my-calendar-categories.php:135
52
+ #@ my-calendar
53
+ msgid "Category edited successfully"
54
+ msgstr "Categorie succesvol bewerkt"
55
+
56
+ #: my-calendar-categories.php:170
57
+ #: my-calendar-categories.php:195
58
+ #: my-calendar-categories.php:212
59
+ #@ my-calendar
60
+ msgid "Add Category"
61
+ msgstr "Voeg categorie toe"
62
+
63
+ #: my-calendar-categories.php:172
64
+ #: my-calendar-categories.php:195
65
+ #@ my-calendar
66
+ msgid "Edit Category"
67
+ msgstr "Bewerk categorie"
68
+
69
+ #: my-calendar-categories.php:179
70
+ #@ my-calendar
71
+ msgid "Category Editor"
72
+ msgstr "Categorie bewerker"
73
+
74
+ #: my-calendar-categories.php:196
75
+ #: my-calendar-categories.php:240
76
+ #@ my-calendar
77
+ msgid "Category Name"
78
+ msgstr "Categorie naam"
79
+
80
+ #: my-calendar-categories.php:197
81
+ #@ my-calendar
82
+ msgid "Category Color (Hex format)"
83
+ msgstr "Categorie kleur (Hex formaat)"
84
+
85
+ #: my-calendar-categories.php:198
86
+ #: my-calendar-categories.php:242
87
+ #@ my-calendar
88
+ msgid "Category Icon"
89
+ msgstr "Categorie icoon"
90
+
91
+ #: my-calendar-categories.php:212
92
+ #: my-calendar-locations.php:210
93
+ #@ my-calendar
94
+ msgid "Save Changes"
95
+ msgstr "Bewaar veranderingen"
96
+
97
+ #: my-calendar-categories.php:228
98
+ #: my-calendar.php:157
99
+ #@ my-calendar
100
+ msgid "Manage Categories"
101
+ msgstr "Beheer categorie&euml;n"
102
+
103
+ #: my-calendar-categories.php:239
104
+ #: my-calendar-event-manager.php:909
105
+ #: my-calendar-group-manager.php:678
106
+ #: my-calendar-locations.php:270
107
+ #@ my-calendar
108
+ msgid "ID"
109
+ msgstr "ID"
110
+
111
+ #: my-calendar-categories.php:241
112
+ #@ my-calendar
113
+ msgid "Category Color"
114
+ msgstr "Categorie kleur"
115
+
116
+ #: my-calendar-categories.php:243
117
+ #: my-calendar-categories.php:257
118
+ #: my-calendar-event-manager.php:975
119
+ #: my-calendar-group-manager.php:687
120
+ #: my-calendar-locations.php:272
121
+ #: my-calendar-locations.php:284
122
+ #: my-calendar-output.php:274
123
+ #@ my-calendar
124
+ msgid "Edit"
125
+ msgstr "Bewerk"
126
+
127
+ #: my-calendar-categories.php:244
128
+ #: my-calendar-categories.php:263
129
+ #: my-calendar-event-manager.php:181
130
+ #: my-calendar-event-manager.php:978
131
+ #: my-calendar-locations.php:273
132
+ #: my-calendar-locations.php:285
133
+ #: my-calendar-output.php:275
134
+ #@ my-calendar
135
+ msgid "Delete"
136
+ msgstr "Verwijder"
137
+
138
+ #: my-calendar-categories.php:260
139
+ #: my-calendar-event-manager.php:956
140
+ #: my-calendar-group-manager.php:727
141
+ #: my-calendar-output.php:172
142
+ #: my-calendar-settings.php:281
143
+ #@ my-calendar
144
+ msgid "N/A"
145
+ msgstr "Niet beschikbaar"
146
+
147
+ #: my-calendar-categories.php:263
148
+ #: my-calendar-locations.php:285
149
+ #@ my-calendar
150
+ msgid "Are you sure you want to delete this category?"
151
+ msgstr "Weet je zeker dat je deze categorie wilt verwijderen?"
152
+
153
+ #: my-calendar-categories.php:274
154
+ #@ my-calendar
155
+ msgid "There are no categories in the database - something has gone wrong!"
156
+ msgstr "Er zijn geen categorie&euml;n in de database - er is iets mis gegaan!"
157
+
158
+ #: my-calendar-event-manager.php:100
159
+ #: my-calendar-settings.php:644
160
+ #@ my-calendar
161
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
162
+ msgstr "My Calendar heeft ontdekt dat je de Calendar plugin van Kieran O'Shea geïnstalleerd hebt. Je kunt de activiteiten en categorie&euml;n daarvan importeren in de My Calendar database. Wil je deze activiteiten importeren?"
163
+
164
+ #: my-calendar-event-manager.php:107
165
+ #: my-calendar-settings.php:651
166
+ #@ my-calendar
167
+ msgid "Import from Calendar"
168
+ msgstr "Import van kalender"
169
+
170
+ #: my-calendar-event-manager.php:112
171
+ #@ my-calendar
172
+ msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
173
+ msgstr "Hoewel het kan dat deze import mislukt zou dit geen invloed moeten hebben op je bestaande Calendar database. Mocht je toch problemen tegenkomen <a href=\"http://www.joedolson.com/contact.php\">waarschuw me dan a.u.b.</a>"
174
+
175
+ #: my-calendar-event-manager.php:172
176
+ #@ my-calendar
177
+ msgid "Delete Event"
178
+ msgstr "Verwijder activiteit"
179
+
180
+ #: my-calendar-event-manager.php:172
181
+ #@ my-calendar
182
+ msgid "Are you sure you want to delete this event?"
183
+ msgstr "Weet je zeker dat je dit activiteit wilt verwijderen?"
184
+
185
+ #: my-calendar-event-manager.php:189
186
+ #@ my-calendar
187
+ msgid "You do not have permission to delete that event."
188
+ msgstr "Je hebt geen rechten om dit activiteit te verwijderen."
189
+
190
+ #: my-calendar-event-manager.php:161
191
+ #: my-calendar-event-manager.php:321
192
+ #: my-calendar-event-manager.php:350
193
+ #: my-calendar-event-manager.php:364
194
+ #: my-calendar-event-manager.php:377
195
+ #: my-calendar-event-manager.php:1152
196
+ #: my-calendar-event-manager.php:1155
197
+ #: my-calendar-event-manager.php:1158
198
+ #: my-calendar-event-manager.php:1167
199
+ #: my-calendar-event-manager.php:1174
200
+ #: my-calendar-event-manager.php:1190
201
+ #: my-calendar-event-manager.php:1196
202
+ #: my-calendar-group-manager.php:56
203
+ #: my-calendar-group-manager.php:82
204
+ #: my-calendar-group-manager.php:149
205
+ #: my-calendar-group-manager.php:552
206
+ #@ my-calendar
207
+ msgid "Error"
208
+ msgstr "Fout"
209
+
210
+ #: my-calendar-event-manager.php:329
211
+ #@ my-calendar
212
+ msgid "Event added. It will now show in your calendar."
213
+ msgstr "Activiteit toegevoegd. Het is nu zichtbaar in je kalender."
214
+
215
+ #: my-calendar-event-manager.php:350
216
+ #: my-calendar-group-manager.php:149
217
+ #@ my-calendar
218
+ msgid "Your event was not updated."
219
+ msgstr "Je activiteit was niet bijgewerkt."
220
+
221
+ #: my-calendar-event-manager.php:352
222
+ #: my-calendar-group-manager.php:58
223
+ #: my-calendar-group-manager.php:84
224
+ #: my-calendar-group-manager.php:151
225
+ #@ my-calendar
226
+ msgid "Nothing was changed in that update."
227
+ msgstr "Niets was veranderd in deze herziening."
228
+
229
+ #: my-calendar-event-manager.php:354
230
+ #: my-calendar-group-manager.php:60
231
+ #: my-calendar-group-manager.php:153
232
+ #@ my-calendar
233
+ msgid "Event updated successfully"
234
+ msgstr "Activiteit succesvol bijgewerkt"
235
+
236
+ #: my-calendar-event-manager.php:357
237
+ #: my-calendar-group-manager.php:156
238
+ #@ my-calendar
239
+ msgid "You do not have sufficient permissions to edit that event."
240
+ msgstr "Je hebt niet voldoende rechten om die activiteit te bewerken."
241
+
242
+ #: my-calendar-event-manager.php:364
243
+ #@ my-calendar
244
+ msgid "You can't delete an event if you haven't submitted an event id"
245
+ msgstr "Je kunt geen activiteit verwijderen als je geen activiteit id hebt opgegeven."
246
+
247
+ #: my-calendar-event-manager.php:375
248
+ #@ my-calendar
249
+ msgid "Event deleted successfully"
250
+ msgstr "Activiteit succesvol verwijderd"
251
+
252
+ #: my-calendar-event-manager.php:377
253
+ #@ my-calendar
254
+ msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
255
+ msgstr "Ondanks het verzoek om verwijderen staat de activiteit nog steeds in de database. Graag onderzoeken a.u.b."
256
+
257
+ #: my-calendar-event-manager.php:270
258
+ #: my-calendar-group-manager.php:745
259
+ #@ my-calendar
260
+ msgid "Edit Event"
261
+ msgstr "Bewerk activiteit"
262
+
263
+ #: my-calendar-event-manager.php:274
264
+ #: my-calendar-event-manager.php:285
265
+ #@ my-calendar
266
+ msgid "You must provide an event id in order to edit it"
267
+ msgstr "Je moet een activiteit id opgeven om het te bewerken"
268
+
269
+ #: my-calendar-event-manager.php:281
270
+ #@ my-calendar
271
+ msgid "Copy Event"
272
+ msgstr "Kopieer activiteit"
273
+
274
+ #: my-calendar-core.php:816
275
+ #: my-calendar-event-manager.php:293
276
+ #@ my-calendar
277
+ msgid "Add Event"
278
+ msgstr "Voeg activiteit toe"
279
+
280
+ #: my-calendar-event-manager.php:891
281
+ #@ my-calendar
282
+ msgid "Manage Events"
283
+ msgstr "Beheer activiteiten"
284
+
285
+ #: my-calendar-event-manager.php:389
286
+ #: my-calendar-group-manager.php:167
287
+ #@ my-calendar
288
+ msgid "Sorry! That's an invalid event key."
289
+ msgstr "Sorrie! Dat is een ongeldige activiteit id."
290
+
291
+ #: my-calendar-event-manager.php:393
292
+ #: my-calendar-group-manager.php:171
293
+ #@ my-calendar
294
+ msgid "Sorry! We couldn't find an event with that ID."
295
+ msgstr "Sorrie! We kunnen geen activiteit vinden met dat id."
296
+
297
+ #: my-calendar-event-manager.php:475
298
+ #: my-calendar-group-manager.php:285
299
+ #@ my-calendar
300
+ msgid "Enter your Event Information"
301
+ msgstr "Voer de informatie voor deze activiteit in"
302
+
303
+ #: my-calendar-event-manager.php:477
304
+ #: my-calendar-group-manager.php:291
305
+ #@ my-calendar
306
+ msgid "Event Title"
307
+ msgstr "Activiteit titel"
308
+
309
+ #: my-calendar-event-manager.php:503
310
+ #: my-calendar-group-manager.php:295
311
+ #@ my-calendar
312
+ msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
313
+ msgstr "Activiteit omschrijving (<abbr title=\"hypertext markup language\">HTML</abbr> toegestaan)"
314
+
315
+ #: my-calendar-event-manager.php:526
316
+ #: my-calendar-group-manager.php:313
317
+ #@ my-calendar
318
+ msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
319
+ msgstr "Verkorte activiteit omschrijving (<abbr title=\"hypertext markup language\">HTML</abbr> toegestaan)"
320
+
321
+ #: my-calendar-event-manager.php:549
322
+ #: my-calendar-group-manager.php:336
323
+ #@ my-calendar
324
+ msgid "Event Category"
325
+ msgstr "Activiteit categorie"
326
+
327
+ #: my-calendar-event-manager.php:574
328
+ #: my-calendar-group-manager.php:361
329
+ #@ my-calendar
330
+ msgid "Event Link (Optional)"
331
+ msgstr "Activiteit link (optioneel)"
332
+
333
+ #: my-calendar-event-manager.php:574
334
+ #: my-calendar-group-manager.php:361
335
+ #@ my-calendar
336
+ msgid "This link will expire when the event passes."
337
+ msgstr "Deze link zal verlopen als de activiteit geweest is."
338
+
339
+ #: my-calendar-event-manager.php:600
340
+ #@ my-calendar
341
+ msgid "Start Date (YYYY-MM-DD)"
342
+ msgstr "Begindatum (JJJJ-MM-DD)"
343
+
344
+ #: my-calendar-event-manager.php:624
345
+ #@ my-calendar
346
+ msgid "Current time difference from GMT is "
347
+ msgstr "Huidig tijdsverschil met GMT is "
348
+
349
+ #: my-calendar-event-manager.php:624
350
+ #@ my-calendar
351
+ msgid " hour(s)"
352
+ msgstr " uur."
353
+
354
+ #: my-calendar-event-manager.php:633
355
+ #@ my-calendar
356
+ msgid "Recurring Events"
357
+ msgstr "Terugkomende activiteiten"
358
+
359
+ #: my-calendar-event-manager.php:636
360
+ #@ my-calendar
361
+ msgid "Repeats for"
362
+ msgstr "Herhaald voor"
363
+
364
+ #: my-calendar-event-manager.php:637
365
+ #@ my-calendar
366
+ msgid "Units"
367
+ msgstr "Eenheden"
368
+
369
+ #: my-calendar-event-manager.php:638
370
+ #: my-calendar-templates.php:109
371
+ #@ my-calendar
372
+ msgid "Does not recur"
373
+ msgstr "Wordt niet herhaald"
374
+
375
+ #: my-calendar-event-manager.php:639
376
+ #: my-calendar-event-manager.php:948
377
+ #: my-calendar-group-manager.php:719
378
+ #: my-calendar-templates.php:110
379
+ #@ my-calendar
380
+ msgid "Daily"
381
+ msgstr "Dagelijks"
382
+
383
+ #: my-calendar-event-manager.php:641
384
+ #: my-calendar-event-manager.php:950
385
+ #: my-calendar-group-manager.php:721
386
+ #: my-calendar-templates.php:112
387
+ #@ my-calendar
388
+ msgid "Weekly"
389
+ msgstr "Wekelijks"
390
+
391
+ #: my-calendar-event-manager.php:642
392
+ #: my-calendar-templates.php:113
393
+ #@ my-calendar
394
+ msgid "Bi-weekly"
395
+ msgstr "Twee-wekelijks"
396
+
397
+ #: my-calendar-event-manager.php:645
398
+ #: my-calendar-templates.php:116
399
+ #@ my-calendar
400
+ msgid "Annually"
401
+ msgstr "Jaarlijks"
402
+
403
+ #: my-calendar-event-manager.php:664
404
+ #: my-calendar-group-manager.php:372
405
+ #@ my-calendar
406
+ msgid "Event Registration Status"
407
+ msgstr "Activiteit registratie status"
408
+
409
+ #: my-calendar-event-manager.php:667
410
+ #: my-calendar-group-manager.php:375
411
+ #@ my-calendar
412
+ msgid "Open"
413
+ msgstr "Open"
414
+
415
+ #: my-calendar-event-manager.php:668
416
+ #: my-calendar-group-manager.php:376
417
+ #@ my-calendar
418
+ msgid "Closed"
419
+ msgstr "Gesloten"
420
+
421
+ #: my-calendar-event-manager.php:669
422
+ #: my-calendar-group-manager.php:377
423
+ #@ my-calendar
424
+ msgid "Does not apply"
425
+ msgstr "Niet van toepassing"
426
+
427
+ #: my-calendar-event-manager.php:689
428
+ #: my-calendar-group-manager.php:397
429
+ #: my-calendar-locations.php:125
430
+ #@ my-calendar
431
+ msgid "Event Location"
432
+ msgstr "Activiteit locatie"
433
+
434
+ #: my-calendar-event-manager.php:696
435
+ #: my-calendar-group-manager.php:404
436
+ #@ my-calendar
437
+ msgid "Choose a preset location:"
438
+ msgstr "Kies een voorkeurslocatie:"
439
+
440
+ #: my-calendar-event-manager.php:710
441
+ #: my-calendar-group-manager.php:418
442
+ #@ my-calendar
443
+ msgid "Add recurring locations for later use."
444
+ msgstr "Voeg herhaalde locaties toe voor later gebruik."
445
+
446
+ #: my-calendar-event-manager.php:719
447
+ #: my-calendar-group-manager.php:427
448
+ #: my-calendar-locations.php:127
449
+ #@ my-calendar
450
+ msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
451
+ msgstr "Alle locatie velden zijn optioneel: <em>onvoldoende informatie kan resulteren in een inaccurate kaart</em>."
452
+
453
+ #: my-calendar-event-manager.php:722
454
+ #: my-calendar-group-manager.php:430
455
+ #: my-calendar-locations.php:130
456
+ #@ my-calendar
457
+ msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
458
+ msgstr "Naam van locatie (bijv. <em>Joe's Bar & Grill</em>)"
459
+
460
+ #: my-calendar-event-manager.php:731
461
+ #: my-calendar-group-manager.php:433
462
+ #: my-calendar-locations.php:139
463
+ #@ my-calendar
464
+ msgid "Street Address"
465
+ msgstr "Adres"
466
+
467
+ #: my-calendar-event-manager.php:734
468
+ #: my-calendar-group-manager.php:436
469
+ #: my-calendar-locations.php:142
470
+ #@ my-calendar
471
+ msgid "Street Address (2)"
472
+ msgstr "Adres (2)"
473
+
474
+ #: button/generator.php:56
475
+ #: my-calendar-event-manager.php:737
476
+ #: my-calendar-group-manager.php:439
477
+ #: my-calendar-locations.php:145
478
+ #: my-calendar-settings.php:620
479
+ #@ my-calendar
480
+ msgid "City"
481
+ msgstr "Stad"
482
+
483
+ #: my-calendar-event-manager.php:744
484
+ #: my-calendar-group-manager.php:439
485
+ #: my-calendar-locations.php:152
486
+ #: my-calendar-settings.php:621
487
+ #@ my-calendar
488
+ msgid "State/Province"
489
+ msgstr "Staat/Provincie"
490
+
491
+ #: button/generator.php:58
492
+ #: my-calendar-event-manager.php:751
493
+ #: my-calendar-group-manager.php:439
494
+ #: my-calendar-locations.php:159
495
+ #: my-calendar-settings.php:623
496
+ #@ my-calendar
497
+ msgid "Postal Code"
498
+ msgstr "Postcode"
499
+
500
+ #: button/generator.php:59
501
+ #: my-calendar-event-manager.php:769
502
+ #: my-calendar-group-manager.php:445
503
+ #: my-calendar-locations.php:177
504
+ #: my-calendar-settings.php:622
505
+ #@ my-calendar
506
+ msgid "Country"
507
+ msgstr "Land"
508
+
509
+ #: my-calendar-event-manager.php:778
510
+ #: my-calendar-group-manager.php:448
511
+ #: my-calendar-locations.php:186
512
+ #@ my-calendar
513
+ msgid "Initial Zoom"
514
+ msgstr "Initi&euml;le Zoom"
515
+
516
+ #: my-calendar-event-manager.php:780
517
+ #: my-calendar-group-manager.php:450
518
+ #: my-calendar-locations.php:188
519
+ #@ my-calendar
520
+ msgid "Neighborhood"
521
+ msgstr "Omgeving"
522
+
523
+ #: my-calendar-event-manager.php:781
524
+ #: my-calendar-group-manager.php:451
525
+ #: my-calendar-locations.php:189
526
+ #@ my-calendar
527
+ msgid "Small City"
528
+ msgstr "Kleine stad"
529
+
530
+ #: my-calendar-event-manager.php:782
531
+ #: my-calendar-group-manager.php:452
532
+ #: my-calendar-locations.php:190
533
+ #@ my-calendar
534
+ msgid "Large City"
535
+ msgstr "Grote stad"
536
+
537
+ #: my-calendar-event-manager.php:783
538
+ #: my-calendar-group-manager.php:453
539
+ #: my-calendar-locations.php:191
540
+ #@ my-calendar
541
+ msgid "Greater Metro Area"
542
+ msgstr "Grote Metropool"
543
+
544
+ #: button/generator.php:57
545
+ #: my-calendar-event-manager.php:784
546
+ #: my-calendar-group-manager.php:454
547
+ #: my-calendar-locations.php:192
548
+ #@ my-calendar
549
+ msgid "State"
550
+ msgstr "Staat"
551
+
552
+ #: button/generator.php:60
553
+ #: my-calendar-event-manager.php:760
554
+ #: my-calendar-event-manager.php:785
555
+ #: my-calendar-group-manager.php:442
556
+ #: my-calendar-group-manager.php:455
557
+ #: my-calendar-locations.php:168
558
+ #: my-calendar-locations.php:193
559
+ #: my-calendar-settings.php:624
560
+ #@ my-calendar
561
+ msgid "Region"
562
+ msgstr "Regio"
563
+
564
+ #: my-calendar-event-manager.php:792
565
+ #: my-calendar-group-manager.php:462
566
+ #: my-calendar-locations.php:200
567
+ #@ my-calendar
568
+ msgid "GPS Coordinates (optional)"
569
+ msgstr "GPS-co&ouml;rdinaten (optioneel)"
570
+
571
+ #: my-calendar-locations.php:202
572
+ #@ my-calendar
573
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
574
+ msgstr "Als je GPS co&ouml;rdinaten voor je locatie opgeeft zullen deze gebruikt worden in plaats van enige andere adres informatie om je locatie te identificeren."
575
+
576
+ #: my-calendar-event-manager.php:797
577
+ #: my-calendar-group-manager.php:467
578
+ #: my-calendar-locations.php:206
579
+ #@ my-calendar
580
+ msgid "Longitude"
581
+ msgstr "Lengte"
582
+
583
+ #: my-calendar-event-manager.php:797
584
+ #: my-calendar-group-manager.php:467
585
+ #: my-calendar-locations.php:205
586
+ #@ my-calendar
587
+ msgid "Latitude"
588
+ msgstr "Breedte"
589
+
590
+ #: my-calendar-event-manager.php:430
591
+ #@ my-calendar
592
+ msgid "Save Event"
593
+ msgstr "Bewaar activiteit"
594
+
595
+ #: my-calendar-event-manager.php:910
596
+ #: my-calendar-group-manager.php:680
597
+ #: my-calendar-settings.php:445
598
+ #: my-calendar-widgets.php:37
599
+ #: my-calendar-widgets.php:120
600
+ #: my-calendar-widgets.php:494
601
+ #@ my-calendar
602
+ msgid "Title"
603
+ msgstr "Titel"
604
+
605
+ #: my-calendar-event-manager.php:911
606
+ #: my-calendar-group-manager.php:681
607
+ #: my-calendar-locations.php:271
608
+ #@ my-calendar
609
+ msgid "Location"
610
+ msgstr "Locatie"
611
+
612
+ #: my-calendar-event-manager.php:912
613
+ #: my-calendar-group-manager.php:682
614
+ #: my-calendar-settings.php:446
615
+ #@ my-calendar
616
+ msgid "Description"
617
+ msgstr "Omschrijving"
618
+
619
+ #: my-calendar-event-manager.php:913
620
+ #: my-calendar-group-manager.php:683
621
+ #: my-calendar-settings.php:447
622
+ #@ my-calendar
623
+ msgid "Start Date"
624
+ msgstr "Begindatum"
625
+
626
+ #: my-calendar-event-manager.php:914
627
+ #: my-calendar-group-manager.php:684
628
+ #@ my-calendar
629
+ msgid "Recurs"
630
+ msgstr "Herhaling"
631
+
632
+ #: my-calendar-event-manager.php:915
633
+ #: my-calendar-group-manager.php:685
634
+ #: my-calendar-settings.php:233
635
+ #: my-calendar-settings.php:242
636
+ #: my-calendar-settings.php:250
637
+ #: my-calendar-settings.php:448
638
+ #@ my-calendar
639
+ msgid "Author"
640
+ msgstr "Auteur"
641
+
642
+ #: my-calendar-event-manager.php:916
643
+ #: my-calendar-group-manager.php:686
644
+ #: my-calendar-settings.php:449
645
+ #@ my-calendar
646
+ msgid "Category"
647
+ msgstr "Categorie"
648
+
649
+ #: my-calendar-event-manager.php:917
650
+ #@ my-calendar
651
+ msgid "Edit / Delete"
652
+ msgstr "Bewerk / Verwijder"
653
+
654
+ #: my-calendar-event-manager.php:947
655
+ #: my-calendar-group-manager.php:718
656
+ #@ my-calendar
657
+ msgid "Never"
658
+ msgstr "Nooit"
659
+
660
+ #: my-calendar-event-manager.php:951
661
+ #: my-calendar-group-manager.php:722
662
+ #@ my-calendar
663
+ msgid "Bi-Weekly"
664
+ msgstr "Twee wekelijks"
665
+
666
+ #: my-calendar-event-manager.php:954
667
+ #: my-calendar-group-manager.php:725
668
+ #@ my-calendar
669
+ msgid "Yearly"
670
+ msgstr "Jaarlijks"
671
+
672
+ #: my-calendar-event-manager.php:957
673
+ #: my-calendar-group-manager.php:728
674
+ #@ my-calendar
675
+ msgid "Forever"
676
+ msgstr "Altijd"
677
+
678
+ #: my-calendar-event-manager.php:973
679
+ #@ my-calendar
680
+ msgid "Copy"
681
+ msgstr "Kopi&euml;er"
682
+
683
+ #: my-calendar-event-manager.php:1018
684
+ #: my-calendar-group-manager.php:765
685
+ #@ my-calendar
686
+ msgid "There are no events in the database!"
687
+ msgstr "Er zijn geen activiteiten in de database!"
688
+
689
+ #: my-calendar-event-manager.php:1152
690
+ #@ my-calendar
691
+ msgid "Your event end date must be either after or the same as your event begin date"
692
+ msgstr "De einddatum moet of later dan of gelijk zijn aan de begindatum."
693
+
694
+ #: my-calendar-event-manager.php:1155
695
+ #@ my-calendar
696
+ msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
697
+ msgstr "Het opegegeven datumformaat is correct maar een of meer van je datums is ongeldig. Controleer of het juiste aantal dagen voor maanden en (schrikkel)jaren is opgegeven."
698
+
699
+ #: my-calendar-event-manager.php:1158
700
+ #@ my-calendar
701
+ msgid "Both start and end dates must be in the format YYYY-MM-DD"
702
+ msgstr "Zowel begin- en einddatum moeten worden gespecificeerd in het formaat JJJJ-MM-DD"
703
+
704
+ #: my-calendar-event-manager.php:1167
705
+ #@ my-calendar
706
+ msgid "The time field must either be blank or be entered in the format hh:mm"
707
+ msgstr "Het tijd veld moet of leeg zijn of opgegeven worden in het formaat uu:mm"
708
+
709
+ #: my-calendar-event-manager.php:1174
710
+ #@ my-calendar
711
+ msgid "The end time field must either be blank or be entered in the format hh:mm"
712
+ msgstr "Het eindtijd veld moet leeg zijn of opgegeven worden in het formaat uu:mm"
713
+
714
+ #: my-calendar-event-manager.php:1190
715
+ #: my-calendar-group-manager.php:552
716
+ #@ my-calendar
717
+ msgid "The event title must be between 1 and 255 characters in length."
718
+ msgstr "De activiteit titel moet minstens 1 en mag maximaal 255 karakters lang zijn."
719
+
720
+ #: my-calendar-help.php:7
721
+ #@ my-calendar
722
+ msgid "How to use My Calendar"
723
+ msgstr "Hoe My Calendar te gebruiken"
724
+
725
+ #: my-calendar-help.php:12
726
+ #@ my-calendar
727
+ msgid "Shortcode Syntax"
728
+ msgstr "Verkorte code syntaxis"
729
+
730
+ #: my-calendar-help.php:15
731
+ #@ my-calendar
732
+ msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
733
+ msgstr "Deze verkorte codes kunnen worden gebruikt in Berichten, Pagina's of in tekts widgets."
734
+
735
+ #: my-calendar-help.php:19
736
+ #@ my-calendar
737
+ msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
738
+ msgstr "Deze eenvoudige verkorte code toont de kalender in een bericht of pagina inclusief alle categorien en de categorie sleutel in een traditioneel maand-bij-maand formaat."
739
+
740
+ #: my-calendar-help.php:63
741
+ #@ my-calendar
742
+ msgid "Category Icons"
743
+ msgstr "Categorie iconen"
744
+
745
+ #: my-calendar-help.php:66
746
+ #@ my-calendar
747
+ msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
748
+ msgstr "My Calendar is ontworpen om meerder kalenders te beheren. De basis voor deze calenders zijn categorieen. Je kunt eenvoudig een kalender pagina maken die alle categorieen bevat, of je kunt besluiten om aparte pagina's aan kalenders in iedere categorie toe te kennen. Bijvoorbeeld kan dit handig zijn als je de tournee voor meerdere bands beheerd, kalenders beheerd voor meedere locaties, etc."
749
+
750
+ #: my-calendar-help.php:69
751
+ #@ my-calendar
752
+ msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
753
+ msgstr "De voorgeinstalleerde categorie iconen zouden niet specifiek bruikbaar kunnen zijn voor jouw toepassing. Ik neem aan dat je je eigen iconen zult uploaden -- het enige dat je moet doen is ze te uploaden naar de plugin's iconen map en ze zijn meteen klaar voor gebruik. Of plaats ze in een map \"my-calendar-custom\" om te voorkomen dat ze worden overschreven bij opwaarderingen."
754
+
755
+ #: my-calendar-help.php:69
756
+ #@ my-calendar
757
+ msgid "Your icons folder is:"
758
+ msgstr "Jouw iconen map is:"
759
+
760
+ #: my-calendar-help.php:69
761
+ #@ my-calendar
762
+ msgid "You can alternately place icons in:"
763
+ msgstr "Als alternatief kun je iconen plaatsen in:"
764
+
765
+ #: my-calendar-help.php:92
766
+ #@ my-calendar
767
+ msgid "Widget Templating"
768
+ msgstr "Widget sjabloneren"
769
+
770
+ #: my-calendar-help.php:208
771
+ #@ my-calendar
772
+ msgid "Displays the name of the category the event is in."
773
+ msgstr "Toont de naam van de categorie waarin de activiteit is geplaatst."
774
+
775
+ #: my-calendar-help.php:100
776
+ #@ my-calendar
777
+ msgid "Displays the title of the event."
778
+ msgstr "Toont de titel van de activiteit."
779
+
780
+ #: my-calendar-help.php:106
781
+ #@ my-calendar
782
+ msgid "Displays the start time for the event."
783
+ msgstr "Toont het aanvangstijdstip van de activiteit."
784
+
785
+ #: my-calendar-help.php:115
786
+ #@ my-calendar
787
+ msgid "Displays the date on which the event begins."
788
+ msgstr "Toont de datum waarop de activiteit begint."
789
+
790
+ #: my-calendar-help.php:118
791
+ #@ my-calendar
792
+ msgid "Displays the date on which the event ends."
793
+ msgstr "Toont de datum waarop de activiteit eindigd."
794
+
795
+ #: my-calendar-help.php:121
796
+ #@ my-calendar
797
+ msgid "Displays the time at which the event ends."
798
+ msgstr "Toont de tijd waarop de activiteit eindigt."
799
+
800
+ #: my-calendar-help.php:124
801
+ #@ my-calendar
802
+ msgid "Displays the WordPress author who posted the event."
803
+ msgstr "Toont de WordPress auteur die de activiteit heeft ingevoerd."
804
+
805
+ #: my-calendar-help.php:142
806
+ #@ my-calendar
807
+ msgid "Displays the URL provided for the event."
808
+ msgstr "Toont de URL zoals opgegeven voor de activiteit."
809
+
810
+ #: my-calendar-help.php:136
811
+ #@ my-calendar
812
+ msgid "Displays the description of the event."
813
+ msgstr "Toont de omschrijving van de activiteit"
814
+
815
+ #: my-calendar-help.php:103
816
+ #@ my-calendar
817
+ msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
818
+ msgstr "Toont de titel van de activiteit als een koppeling indien een URL beschikbaar is, of alleen de titel indien geen koppeling beschikbaar is."
819
+
820
+ #: my-calendar-help.php:169
821
+ #@ my-calendar
822
+ msgid "Displays the name of the location of the event."
823
+ msgstr "Toont de naam van de locatie voor de activiteit."
824
+
825
+ #: my-calendar-help.php:172
826
+ #@ my-calendar
827
+ msgid "Displays the first line of the site address."
828
+ msgstr "Toont de eerste adres regel voor de activiteit."
829
+
830
+ #: my-calendar-help.php:175
831
+ #@ my-calendar
832
+ msgid "Displays the second line of the site address."
833
+ msgstr "Toont de tweede adres regel voor de activiteit."
834
+
835
+ #: my-calendar-help.php:190
836
+ #@ my-calendar
837
+ msgid "Displays the country for the event location."
838
+ msgstr "Toont het land voor de activiteit."
839
+
840
+ #: my-calendar-help.php:199
841
+ #@ my-calendar
842
+ msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
843
+ msgstr "Toont het adres van de activiteit in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> formaat."
844
+
845
+ #: my-calendar-help.php:202
846
+ #@ my-calendar
847
+ msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
848
+ msgstr "Toont een koppeling naar een Google Map van de activiteit indien voldoende adres informatie beschikbaar is. Zo niet, dan zal het leeg zijn."
849
+
850
+ #: my-calendar-help.php:160
851
+ #@ my-calendar
852
+ msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
853
+ msgstr "Toont tekst die aangeeft of registratie voor de activiteit momenteel open of gesloten is; toont niets indien die keuze is geselecteerd in de activiteit."
854
+
855
+ #: my-calendar-help.php:133
856
+ #@ my-calendar
857
+ msgid "Displays the short version of the event description."
858
+ msgstr "Toont de verkorte versie van de activiteitomschrijving."
859
+
860
+ #: my-calendar-locations.php:43
861
+ #@ my-calendar
862
+ msgid "Location added successfully"
863
+ msgstr "Locatie succesvol toegevoegd"
864
+
865
+ #: my-calendar-locations.php:45
866
+ #@ my-calendar
867
+ msgid "Location could not be added to database"
868
+ msgstr "Locatie kon niet toegevoegd worden aan de database."
869
+
870
+ #: my-calendar-locations.php:51
871
+ #@ my-calendar
872
+ msgid "Location deleted successfully"
873
+ msgstr "Locatie succesvol verwijderd"
874
+
875
+ #: my-calendar-locations.php:53
876
+ #@ my-calendar
877
+ msgid "Location could not be deleted"
878
+ msgstr "Locatie kon niet verwijderd worden"
879
+
880
+ #: my-calendar-locations.php:78
881
+ #@ my-calendar
882
+ msgid "Location could not be edited."
883
+ msgstr "Locatie kon niet bewerkt worden."
884
+
885
+ #: my-calendar-locations.php:80
886
+ #@ my-calendar
887
+ msgid "Location was not changed."
888
+ msgstr "Locatie was niet veranderd."
889
+
890
+ #: my-calendar-locations.php:82
891
+ #@ my-calendar
892
+ msgid "Location edited successfully"
893
+ msgstr "Locatie succesvol bewerkt"
894
+
895
+ #: my-calendar-locations.php:102
896
+ #@ my-calendar
897
+ msgid "Add New Location"
898
+ msgstr "Voeg nieuwe locatie toe"
899
+
900
+ #: my-calendar-locations.php:104
901
+ #@ my-calendar
902
+ msgid "Edit Location"
903
+ msgstr "Bewerk locatie"
904
+
905
+ #: my-calendar-locations.php:109
906
+ #@ my-calendar
907
+ msgid "Location Editor"
908
+ msgstr "Locatie bewerker"
909
+
910
+ #: my-calendar-locations.php:210
911
+ #@ my-calendar
912
+ msgid "Add Location"
913
+ msgstr "Voeg locatie toe"
914
+
915
+ #: my-calendar-locations.php:258
916
+ #: my-calendar.php:159
917
+ #@ my-calendar
918
+ msgid "Manage Locations"
919
+ msgstr "Beheer locaties"
920
+
921
+ #: my-calendar-locations.php:293
922
+ #@ my-calendar
923
+ msgid "There are no locations in the database yet!"
924
+ msgstr "Er zijn nog geen locaties in de database!"
925
+
926
+ #: my-calendar-locations.php:297
927
+ #@ my-calendar
928
+ msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
929
+ msgstr "Let op: bewerken of verwijderen van locaties opgeslagen voor hergebruik zal geen invloed hebben op enige activiteit die eerder is ingeroosterd op die locatie. De locatie database bestaat puur als een verkorte methode om regelmatig gebruikte locaties in te voeren in activiteiten."
930
+
931
+ #: my-calendar-importer.php:92
932
+ #: my-calendar-settings.php:52
933
+ #@ my-calendar
934
+ msgid "Categories imported successfully."
935
+ msgstr "Categorie&euml;n successvol geimporteerd"
936
+
937
+ #: my-calendar-importer.php:92
938
+ #: my-calendar-settings.php:52
939
+ #@ my-calendar
940
+ msgid "Categories not imported."
941
+ msgstr "Categorie&euml;n niet geimporteerd"
942
+
943
+ #: my-calendar-importer.php:94
944
+ #: my-calendar-settings.php:53
945
+ #@ my-calendar
946
+ msgid "Events imported successfully."
947
+ msgstr "Geberutenissen succesvol geimporteerd"
948
+
949
+ #: my-calendar-importer.php:94
950
+ #: my-calendar-settings.php:53
951
+ #@ my-calendar
952
+ msgid "Events not imported."
953
+ msgstr "Activiteiten niet geimporteerd"
954
+
955
+ #: my-calendar-settings.php:219
956
+ #@ my-calendar
957
+ msgid "My Calendar Options"
958
+ msgstr "My Calendar Opties"
959
+
960
+ #: my-calendar-settings.php:228
961
+ #@ my-calendar
962
+ msgid "Calendar Options: Management"
963
+ msgstr "Kalender opties: Beheer"
964
+
965
+ #: my-calendar-settings.php:231
966
+ #: my-calendar-settings.php:240
967
+ #@ my-calendar
968
+ msgid "Subscriber"
969
+ msgstr "Abonnee"
970
+
971
+ #: my-calendar-settings.php:232
972
+ #: my-calendar-settings.php:241
973
+ #: my-calendar-settings.php:249
974
+ #@ my-calendar
975
+ msgid "Contributor"
976
+ msgstr "Bijdrager"
977
+
978
+ #: my-calendar-settings.php:234
979
+ #: my-calendar-settings.php:243
980
+ #: my-calendar-settings.php:251
981
+ #@ my-calendar
982
+ msgid "Editor"
983
+ msgstr "Redacteur"
984
+
985
+ #: my-calendar-settings.php:235
986
+ #: my-calendar-settings.php:244
987
+ #: my-calendar-settings.php:252
988
+ #@ my-calendar
989
+ msgid "Administrator"
990
+ msgstr "Beheerder"
991
+
992
+ #: my-calendar-settings.php:284
993
+ #@ my-calendar
994
+ msgid "Previous Events"
995
+ msgstr "Vorige activiteiten"
996
+
997
+ #: my-calendar-settings.php:287
998
+ #@ my-calendar
999
+ msgid "Next Events"
1000
+ msgstr "Komende activiteiten"
1001
+
1002
+ #: my-calendar-settings.php:290
1003
+ #@ my-calendar
1004
+ msgid "Registration is open"
1005
+ msgstr "Registratie is open"
1006
+
1007
+ #: my-calendar-settings.php:293
1008
+ #@ my-calendar
1009
+ msgid "Registration is closed"
1010
+ msgstr "Registratie is gesloten"
1011
+
1012
+ #: my-calendar-settings.php:296
1013
+ #@ my-calendar
1014
+ msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
1015
+ msgstr "Het kalenderonderschrift is de tekst met de weergegeven maand en jaar in lijst en kalender formaat. De hier opgegeven tekst zal weergegeven worden achter die bestaande tekst."
1016
+
1017
+ #: my-calendar-settings.php:357
1018
+ #@ my-calendar
1019
+ msgid "In list mode, show how many months of events at a time:"
1020
+ msgstr "In lijstweergave, toon zoveel maanden aan activiteiten tegelijk:"
1021
+
1022
+ #: my-calendar-settings.php:328
1023
+ #@ my-calendar
1024
+ msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
1025
+ msgstr "Datumformaat gebruikt dezelfde syntaxis als de <a href=\"http://php.net/date\">PHP <code>date()</code> functie</a>. Bewaar opties om de voorbeelduitvoer bij te werken."
1026
+
1027
+ #: my-calendar-settings.php:337
1028
+ #@ my-calendar
1029
+ msgid "Display a jumpbox for changing month and year quickly?"
1030
+ msgstr "Toon een opspring-vak voor snel veranderen van maand en jaar?"
1031
+
1032
+ #: my-calendar-settings.php:393
1033
+ #@ my-calendar
1034
+ msgid "Show short description field on calendar."
1035
+ msgstr "Toon verkort omschrijvingsveld in kalender."
1036
+
1037
+ #: my-calendar-settings.php:396
1038
+ #@ my-calendar
1039
+ msgid "Show full description field on calendar."
1040
+ msgstr "Toon volledig omschrijvingsveld in kalender."
1041
+
1042
+ #: my-calendar-settings.php:474
1043
+ #@ my-calendar
1044
+ msgid "Show Event Location Dropdown Menu"
1045
+ msgstr "Toon activiteit locatie uitklapmenu"
1046
+
1047
+ #: my-calendar-settings.php:474
1048
+ #@ my-calendar
1049
+ msgid "Show Event Short Description field"
1050
+ msgstr "Toon activiteit verkort omschrijvingsveld"
1051
+
1052
+ #: my-calendar-settings.php:474
1053
+ #@ my-calendar
1054
+ msgid "Show Event Description Field"
1055
+ msgstr "Toon activiteit omschrijvingsveld"
1056
+
1057
+ #: my-calendar-settings.php:474
1058
+ #@ my-calendar
1059
+ msgid "Show Event Category field"
1060
+ msgstr "Toon activiteit categorieveld"
1061
+
1062
+ #: my-calendar-settings.php:474
1063
+ #@ my-calendar
1064
+ msgid "Show Event Link field"
1065
+ msgstr "Toon activiteit koppelingsveld"
1066
+
1067
+ #: my-calendar-settings.php:487
1068
+ #@ my-calendar
1069
+ msgid "Administrators see all input options"
1070
+ msgstr "Beheerder ziet alle invoer opties"
1071
+
1072
+ #: my-calendar-settings.php:408
1073
+ #@ my-calendar
1074
+ msgid "Default usage of category colors."
1075
+ msgstr "Standaard gebruik van categorie kleuren."
1076
+
1077
+ #: my-calendar-settings.php:409
1078
+ #@ my-calendar
1079
+ msgid "Apply category colors to event titles as a font color."
1080
+ msgstr "Pas categorie kleuren toe op activiteit titels als tekst kleur."
1081
+
1082
+ #: my-calendar-settings.php:410
1083
+ #@ my-calendar
1084
+ msgid "Apply category colors to event titles as a background color."
1085
+ msgstr "Pas categorie kleuren toe op activiteit titels als achtergrond kleur."
1086
+
1087
+ #: my-calendar-styles.php:129
1088
+ #@ my-calendar
1089
+ msgid "My Calendar Styles"
1090
+ msgstr "My Calendar Stijlen"
1091
+
1092
+ #: my-calendar-styles.php:133
1093
+ #@ my-calendar
1094
+ msgid "Calendar Style Settings"
1095
+ msgstr "Kalender stijl instellingen"
1096
+
1097
+ #: my-calendar-styles.php:187
1098
+ #@ my-calendar
1099
+ msgid "CSS Style Options"
1100
+ msgstr "CSS stijl opties"
1101
+
1102
+ #: my-calendar-styles.php:192
1103
+ #@ my-calendar
1104
+ msgid "Disable My Calendar Stylesheet"
1105
+ msgstr "Schakel het stijlblad voor My Calendar uit"
1106
+
1107
+ #: my-calendar-styles.php:195
1108
+ #@ my-calendar
1109
+ msgid "Edit the stylesheet for My Calendar"
1110
+ msgstr "Bewerk het stijlblad voor My Calendar"
1111
+
1112
+ #: my-calendar-behaviors.php:85
1113
+ #: my-calendar-behaviors.php:116
1114
+ #: my-calendar-behaviors.php:147
1115
+ #: my-calendar-behaviors.php:178
1116
+ #: my-calendar-styles.php:198
1117
+ #@ my-calendar
1118
+ msgid "Save"
1119
+ msgstr "Bewaar"
1120
+
1121
+ #: my-calendar-behaviors.php:77
1122
+ #@ my-calendar
1123
+ msgid "Calendar Behaviors: Calendar View"
1124
+ msgstr "Kalender gedrag: Kalenderweergave"
1125
+
1126
+ #: my-calendar-behaviors.php:79
1127
+ #@ my-calendar
1128
+ msgid "Disable Calendar Javascript Effects"
1129
+ msgstr "Schakel de kalender Javascript effecten uit"
1130
+
1131
+ #: my-calendar-behaviors.php:82
1132
+ #@ my-calendar
1133
+ msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1134
+ msgstr "Bewerk de jQuery-scripts voor My Calendar in kalender formaat."
1135
+
1136
+ #: my-calendar-behaviors.php:108
1137
+ #@ my-calendar
1138
+ msgid "Calendar Behaviors: List View"
1139
+ msgstr "Kalender gedrag: lijstweergave"
1140
+
1141
+ #: my-calendar-behaviors.php:110
1142
+ #@ my-calendar
1143
+ msgid "Disable List Javascript Effects"
1144
+ msgstr "Schakel lijst Javascript effecten uit"
1145
+
1146
+ #: my-calendar-behaviors.php:113
1147
+ #@ my-calendar
1148
+ msgid "Edit the jQuery scripts for My Calendar in List format"
1149
+ msgstr "Bewerk de jQuery scripts voor My Calendar in lijst formaat"
1150
+
1151
+ #: my-calendar-behaviors.php:139
1152
+ #@ my-calendar
1153
+ msgid "Calendar Behaviors: Mini Calendar View"
1154
+ msgstr "Kalender gedrag: Mini kalender weergave"
1155
+
1156
+ #: my-calendar-behaviors.php:141
1157
+ #@ my-calendar
1158
+ msgid "Disable Mini Javascript Effects"
1159
+ msgstr "Schakel mini Javascript effecten uit"
1160
+
1161
+ #: my-calendar-behaviors.php:144
1162
+ #@ my-calendar
1163
+ msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1164
+ msgstr "Bewerk de jQueryc scripts for My Calendar in mini kalender formaat"
1165
+
1166
+ #: my-calendar-upgrade-db.php:17
1167
+ #: my-calendar-upgrade-db.php:25
1168
+ #@ my-calendar
1169
+ msgid "The My Calendar database needs to be updated."
1170
+ msgstr "My Calendars database moet up-to-date gemaakt worden"
1171
+
1172
+ #: my-calendar-upgrade-db.php:18
1173
+ #: my-calendar-upgrade-db.php:38
1174
+ #@ my-calendar
1175
+ msgid "Update now"
1176
+ msgstr "Maak nu up-to-date"
1177
+
1178
+ #: my-calendar-upgrade-db.php:37
1179
+ #@ my-calendar
1180
+ msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1181
+ msgstr "Je hebt nog geen activiteiten opgegeven en My Calendar kan daarom niet afleiden of je database bij de tijd is. Als je geen activiteiten kunt invoeren, maak je database dan up-to-date!"
1182
+
1183
+ #: my-calendar-upgrade-db.php:47
1184
+ #@ my-calendar
1185
+ msgid "My Calendar Database is updated."
1186
+ msgstr "My Calendars database is bijgewerkt."
1187
+
1188
+ #: my-calendar-widgets.php:41
1189
+ #: my-calendar-widgets.php:124
1190
+ #@ my-calendar
1191
+ msgid "Template"
1192
+ msgstr "Sjabloon"
1193
+
1194
+ #: my-calendar-widgets.php:52
1195
+ #@ my-calendar
1196
+ msgid "Show this text if there are no events today:"
1197
+ msgstr "Toon deze tekst alleen als er vandaag geen activiteiten zijn:"
1198
+
1199
+ #: my-calendar-widgets.php:128
1200
+ #@ my-calendar
1201
+ msgid "Widget Options"
1202
+ msgstr "Widget indstellingen"
1203
+
1204
+ #: my-calendar-widgets.php:139
1205
+ #@ my-calendar
1206
+ msgid "Display upcoming events by:"
1207
+ msgstr "Toon aankomende activiteiten per:"
1208
+
1209
+ #: my-calendar-widgets.php:140
1210
+ #@ my-calendar
1211
+ msgid "Events (e.g. 2 past, 3 future)"
1212
+ msgstr "Activiteiten (bijv. 2 terug, 3 aankomend)"
1213
+
1214
+ #: my-calendar-widgets.php:141
1215
+ #@ my-calendar
1216
+ msgid "Dates (e.g. 4 days past, 5 forward)"
1217
+ msgstr "Datums (bijv. 4 dagen terug, 5 vooruit)"
1218
+
1219
+ #: my-calendar-core.php:46
1220
+ #: my-calendar.php:160
1221
+ #@ my-calendar
1222
+ msgid "Settings"
1223
+ msgstr "Instellingen"
1224
+
1225
+ #: my-calendar-core.php:47
1226
+ #: my-calendar.php:164
1227
+ #@ my-calendar
1228
+ msgid "Help"
1229
+ msgstr "Help"
1230
+
1231
+ #: my-calendar.php:122
1232
+ #@ my-calendar
1233
+ msgid "Get Support"
1234
+ msgstr "Krijg ondersteuning"
1235
+
1236
+ #: my-calendar.php:123
1237
+ #: my-calendar.php:164
1238
+ #@ my-calendar
1239
+ msgid "My Calendar Help"
1240
+ msgstr "My Calendar help"
1241
+
1242
+ #: my-calendar.php:124
1243
+ #@ my-calendar
1244
+ msgid "Make a Donation"
1245
+ msgstr "Maak een donatie"
1246
+
1247
+ #: my-calendar.php:147
1248
+ #: my-calendar.php:150
1249
+ #@ my-calendar
1250
+ msgid "My Calendar"
1251
+ msgstr "My Calendar"
1252
+
1253
+ #: my-calendar.php:156
1254
+ #@ my-calendar
1255
+ msgid "Add/Edit Events"
1256
+ msgstr "Voeg toe/bewerk activiteiten"
1257
+
1258
+ #: my-calendar.php:161
1259
+ #@ my-calendar
1260
+ msgid "Style Editor"
1261
+ msgstr "Stijl bewerker"
1262
+
1263
+ #: my-calendar-output.php:137
1264
+ #@ my-calendar
1265
+ msgid "Event Details"
1266
+ msgstr "Activiteit details"
1267
+
1268
+ #: my-calendar-output.php:157
1269
+ #: my-calendar-output.php:264
1270
+ #@ my-calendar
1271
+ msgid "Close"
1272
+ msgstr "Sluit"
1273
+
1274
+ #: my-calendar-output.php:172
1275
+ #@ my-calendar
1276
+ msgid "Not Applicable"
1277
+ msgstr "Niet van toepassing"
1278
+
1279
+ #: my-calendar-output.php:186
1280
+ #@ my-calendar
1281
+ msgid "Posted by"
1282
+ msgstr "Gepubliceerd door"
1283
+
1284
+ #: my-calendar-output.php:247
1285
+ #@ my-calendar
1286
+ msgid "This class is part of a series. You must register for the first event in this series to attend."
1287
+ msgstr "Deze activiteit is onderdeel van een reeks. Je moet registreren voor de eerste activiteit om mee te doen."
1288
+
1289
+ #: button/generator.php:98
1290
+ #: my-calendar-output.php:333
1291
+ #: my-calendar-widgets.php:515
1292
+ #@ my-calendar
1293
+ msgid "Month"
1294
+ msgstr "Maand"
1295
+
1296
+ #: my-calendar-output.php:338
1297
+ #@ my-calendar
1298
+ msgid "Year"
1299
+ msgstr "Jaar"
1300
+
1301
+ #: my-calendar-output.php:366
1302
+ #@ my-calendar
1303
+ msgid "Go"
1304
+ msgstr "Ga"
1305
+
1306
+ #: my-calendar-output.php:412
1307
+ #@ my-calendar
1308
+ msgid "<abbr title=\"Sunday\">Sun</abbr>"
1309
+ msgstr "<abbr title=\"Zondag\">Zo</abbr>"
1310
+
1311
+ #: my-calendar-output.php:413
1312
+ #@ my-calendar
1313
+ msgid "<abbr title=\"Monday\">Mon</abbr>"
1314
+ msgstr "<abbr title=\"Maandag\">Ma</abbr>"
1315
+
1316
+ #: my-calendar-output.php:414
1317
+ #@ my-calendar
1318
+ msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1319
+ msgstr "<abbr title=\"Dinsdag\">Di</abbr>"
1320
+
1321
+ #: my-calendar-output.php:415
1322
+ #@ my-calendar
1323
+ msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1324
+ msgstr "<abbr title=\"Woensdag\">Wo</abbr>"
1325
+
1326
+ #: my-calendar-output.php:416
1327
+ #@ my-calendar
1328
+ msgid "<abbr title=\"Thursday\">Thur</abbr>"
1329
+ msgstr "<abbr title=\"Donderdag\">Do</abbr>"
1330
+
1331
+ #: my-calendar-output.php:417
1332
+ #@ my-calendar
1333
+ msgid "<abbr title=\"Friday\">Fri</abbr>"
1334
+ msgstr "<abbr title=\"Vrijdag\">Vr</abbr>"
1335
+
1336
+ #: my-calendar-output.php:418
1337
+ #@ my-calendar
1338
+ msgid "<abbr title=\"Saturday\">Sat</abbr>"
1339
+ msgstr "<abbr title=\"zaterdag\">Za</abbr>"
1340
+
1341
+ #: my-calendar-output.php:423
1342
+ #@ my-calendar
1343
+ msgid "<abbr title=\"Sunday\">S</abbr>"
1344
+ msgstr "<abbr title=\"Zondag\">Z</abbr>"
1345
+
1346
+ #: my-calendar-output.php:424
1347
+ #@ my-calendar
1348
+ msgid "<abbr title=\"Monday\">M</abbr>"
1349
+ msgstr "<abbr title=\"Maandag\">M</abbr>"
1350
+
1351
+ #: my-calendar-output.php:425
1352
+ #@ my-calendar
1353
+ msgid "<abbr title=\"Tuesday\">T</abbr>"
1354
+ msgstr "<abbr title=\"Dinsdag\">D</abbr>"
1355
+
1356
+ #: my-calendar-output.php:426
1357
+ #@ my-calendar
1358
+ msgid "<abbr title=\"Wednesday\">W</abbr>"
1359
+ msgstr "<abbr title=\"Woensdag\">W</abbr>"
1360
+
1361
+ #: my-calendar-output.php:427
1362
+ #@ my-calendar
1363
+ msgid "<abbr title=\"Thursday\">T</abbr>"
1364
+ msgstr "<abbr title=\"Donderdag\">D</abbr>"
1365
+
1366
+ #: my-calendar-output.php:428
1367
+ #@ my-calendar
1368
+ msgid "<abbr title=\"Friday\">F</abbr>"
1369
+ msgstr "<abbr title=\"Vrijdag\">V</abbr>"
1370
+
1371
+ #: my-calendar-output.php:429
1372
+ #@ my-calendar
1373
+ msgid "<abbr title=\"Saturday\">S</abbr>"
1374
+ msgstr "<abbr title=\"Zaterdag\">Z</abbr>"
1375
+
1376
+ #: my-calendar-output.php:544
1377
+ #@ my-calendar
1378
+ msgid "and"
1379
+ msgstr "en"
1380
+
1381
+ #: my-calendar-widgets.php:476
1382
+ #@ my-calendar
1383
+ msgid "Calendar"
1384
+ msgstr "Kalender"
1385
+
1386
+ #: my-calendar-output.php:564
1387
+ #@ my-calendar
1388
+ msgid "Events in"
1389
+ msgstr "Activiteiten in"
1390
+
1391
+ #: my-calendar-output.php:758
1392
+ #@ my-calendar
1393
+ msgid "There are no events scheduled during this period."
1394
+ msgstr "Er zijn geen activiteiten gepland voor deze periode."
1395
+
1396
+ #: my-calendar-output.php:770
1397
+ #@ my-calendar
1398
+ msgid "Category Key"
1399
+ msgstr "Categorie sleutel"
1400
+
1401
+ #: button/generator.php:12
1402
+ #@ my-calendar
1403
+ msgid "You don't have access to this function."
1404
+ msgstr ""
1405
+
1406
+ #: button/generator.php:18
1407
+ #: button/generator.php:44
1408
+ #@ my-calendar
1409
+ msgid "My Calendar Shortcode Generator"
1410
+ msgstr ""
1411
+
1412
+ #: button/generator.php:47
1413
+ #@ my-calendar
1414
+ msgid "Shortcode Attributes"
1415
+ msgstr ""
1416
+
1417
+ #: button/generator.php:52
1418
+ #@ my-calendar
1419
+ msgid "Location filter type:"
1420
+ msgstr ""
1421
+
1422
+ #: button/generator.php:54
1423
+ #@ my-calendar
1424
+ msgid "All locations"
1425
+ msgstr ""
1426
+
1427
+ #: button/generator.php:55
1428
+ #: my-calendar-settings.php:450
1429
+ #: my-calendar-settings.php:619
1430
+ #@ my-calendar
1431
+ msgid "Location Name"
1432
+ msgstr ""
1433
+
1434
+ #: button/generator.php:64
1435
+ #@ my-calendar
1436
+ msgid "Location filter value:"
1437
+ msgstr ""
1438
+
1439
+ #: button/generator.php:68
1440
+ #@ my-calendar
1441
+ msgid "Format"
1442
+ msgstr ""
1443
+
1444
+ #: button/generator.php:70
1445
+ #@ my-calendar
1446
+ msgid "Grid"
1447
+ msgstr ""
1448
+
1449
+ #: button/generator.php:71
1450
+ #@ my-calendar
1451
+ msgid "List"
1452
+ msgstr ""
1453
+
1454
+ #: button/generator.php:75
1455
+ #@ my-calendar
1456
+ msgid "Show Category Key"
1457
+ msgstr ""
1458
+
1459
+ #: button/generator.php:77
1460
+ #: button/generator.php:84
1461
+ #: button/generator.php:91
1462
+ #: my-calendar-widgets.php:503
1463
+ #: my-calendar-widgets.php:509
1464
+ #@ my-calendar
1465
+ msgid "Yes"
1466
+ msgstr ""
1467
+
1468
+ #: button/generator.php:78
1469
+ #: button/generator.php:85
1470
+ #: button/generator.php:92
1471
+ #: my-calendar-widgets.php:504
1472
+ #: my-calendar-widgets.php:510
1473
+ #@ my-calendar
1474
+ msgid "No"
1475
+ msgstr ""
1476
+
1477
+ #: button/generator.php:82
1478
+ #@ my-calendar
1479
+ msgid "Show Previous/Next Links"
1480
+ msgstr ""
1481
+
1482
+ #: button/generator.php:89
1483
+ #@ my-calendar
1484
+ msgid "Show Format Toggle"
1485
+ msgstr ""
1486
+
1487
+ #: button/generator.php:96
1488
+ #@ my-calendar
1489
+ msgid "Time Segment"
1490
+ msgstr ""
1491
+
1492
+ #: button/generator.php:99
1493
+ #: my-calendar-widgets.php:516
1494
+ #@ my-calendar
1495
+ msgid "Week"
1496
+ msgstr ""
1497
+
1498
+ #: button/generator.php:100
1499
+ #@ my-calendar
1500
+ msgid "Day"
1501
+ msgstr ""
1502
+
1503
+ #: button/generator.php:105
1504
+ #@ my-calendar
1505
+ msgid "Generate Shortcode"
1506
+ msgstr ""
1507
+
1508
+ #: button/generator.php:107
1509
+ #@ my-calendar
1510
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
1511
+ msgstr ""
1512
+
1513
+ #: button/generator.php:117
1514
+ #@ my-calendar
1515
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
1516
+ msgstr ""
1517
+
1518
+ #: my-calendar-behaviors.php:42
1519
+ #@ my-calendar
1520
+ msgid "Behavior Settings saved"
1521
+ msgstr ""
1522
+
1523
+ #: my-calendar-behaviors.php:65
1524
+ #@ my-calendar
1525
+ msgid "My Calendar Behaviors"
1526
+ msgstr ""
1527
+
1528
+ #: my-calendar-behaviors.php:69
1529
+ #@ my-calendar
1530
+ msgid "Calendar Behavior Settings"
1531
+ msgstr ""
1532
+
1533
+ #: my-calendar-behaviors.php:74
1534
+ #@ my-calendar
1535
+ msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1536
+ msgstr ""
1537
+
1538
+ #: my-calendar-behaviors.php:79
1539
+ #@ my-calendar
1540
+ msgid "Update/Reset the My Calendar Calendar Javascript"
1541
+ msgstr ""
1542
+
1543
+ #: my-calendar-behaviors.php:94
1544
+ #: my-calendar-behaviors.php:125
1545
+ #: my-calendar-behaviors.php:156
1546
+ #: my-calendar-behaviors.php:186
1547
+ #@ my-calendar
1548
+ msgid "Comparing scripts with latest installed version of My Calendar"
1549
+ msgstr ""
1550
+
1551
+ #: my-calendar-behaviors.php:94
1552
+ #: my-calendar-behaviors.php:125
1553
+ #: my-calendar-behaviors.php:156
1554
+ #: my-calendar-behaviors.php:186
1555
+ #: my-calendar-styles.php:208
1556
+ #@ my-calendar
1557
+ msgid "Latest (from plugin)"
1558
+ msgstr ""
1559
+
1560
+ #: my-calendar-behaviors.php:94
1561
+ #: my-calendar-behaviors.php:125
1562
+ #: my-calendar-behaviors.php:156
1563
+ #: my-calendar-behaviors.php:186
1564
+ #: my-calendar-styles.php:208
1565
+ #@ my-calendar
1566
+ msgid "Current (in use)"
1567
+ msgstr ""
1568
+
1569
+ #: my-calendar-behaviors.php:98
1570
+ #@ my-calendar
1571
+ msgid "There have been updates to the calendar view scripts."
1572
+ msgstr ""
1573
+
1574
+ #: my-calendar-behaviors.php:98
1575
+ #: my-calendar-behaviors.php:129
1576
+ #: my-calendar-behaviors.php:160
1577
+ #: my-calendar-behaviors.php:190
1578
+ #@ my-calendar
1579
+ msgid "Compare your scripts with latest installed version of My Calendar."
1580
+ msgstr ""
1581
+
1582
+ #: my-calendar-behaviors.php:102
1583
+ #: my-calendar-behaviors.php:133
1584
+ #: my-calendar-behaviors.php:164
1585
+ #: my-calendar-behaviors.php:194
1586
+ #@ my-calendar
1587
+ msgid "Your script matches that included with My Calendar."
1588
+ msgstr ""
1589
+
1590
+ #: my-calendar-behaviors.php:110
1591
+ #@ my-calendar
1592
+ msgid "Update/Reset the My Calendar List Javascript"
1593
+ msgstr ""
1594
+
1595
+ #: my-calendar-behaviors.php:129
1596
+ #@ my-calendar
1597
+ msgid "There have been updates to the list view scripts."
1598
+ msgstr ""
1599
+
1600
+ #: my-calendar-behaviors.php:141
1601
+ #@ my-calendar
1602
+ msgid "Update/Reset the My Calendar Mini Format Javascript"
1603
+ msgstr ""
1604
+
1605
+ #: my-calendar-behaviors.php:160
1606
+ #@ my-calendar
1607
+ msgid "There have been updates to the mini view scripts."
1608
+ msgstr ""
1609
+
1610
+ #: my-calendar-behaviors.php:170
1611
+ #@ my-calendar
1612
+ msgid "Calendar Behaviors: AJAX Navigation"
1613
+ msgstr ""
1614
+
1615
+ #: my-calendar-behaviors.php:172
1616
+ #@ my-calendar
1617
+ msgid "Update/Reset the My Calendar AJAX Javascript"
1618
+ msgstr ""
1619
+
1620
+ #: my-calendar-behaviors.php:172
1621
+ #@ my-calendar
1622
+ msgid "Disable AJAX Effects"
1623
+ msgstr ""
1624
+
1625
+ #: my-calendar-behaviors.php:175
1626
+ #@ my-calendar
1627
+ msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1628
+ msgstr ""
1629
+
1630
+ #: my-calendar-behaviors.php:190
1631
+ #@ my-calendar
1632
+ msgid "There have been updates to the AJAX scripts."
1633
+ msgstr ""
1634
+
1635
+ #: my-calendar-behaviors.php:202
1636
+ #@ my-calendar
1637
+ msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
1638
+ msgstr ""
1639
+
1640
+ #: my-calendar-categories.php:137
1641
+ #@ my-calendar
1642
+ msgid "Error: Category was not edited."
1643
+ msgstr ""
1644
+
1645
+ #: my-calendar-categories.php:218
1646
+ #@ my-calendar
1647
+ msgid "Add a New Category"
1648
+ msgstr ""
1649
+
1650
+ #: my-calendar-core.php:185
1651
+ #, php-format
1652
+ #@ my-calendar
1653
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
1654
+ msgstr ""
1655
+
1656
+ #: my-calendar-core.php:911
1657
+ #@ my-calendar
1658
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1659
+ msgstr ""
1660
+
1661
+ #: my-calendar-core.php:1036
1662
+ #@ my-calendar
1663
+ msgid "Is this your calendar page?"
1664
+ msgstr ""
1665
+
1666
+ #: my-calendar-core.php:1039
1667
+ #@ my-calendar
1668
+ msgid "I tried to guess, but don't have a suggestion for you."
1669
+ msgstr ""
1670
+
1671
+ #: my-calendar-event-manager.php:159
1672
+ #, php-format
1673
+ #@ my-calendar
1674
+ msgid "%1$d events deleted successfully out of %2$d selected"
1675
+ msgstr ""
1676
+
1677
+ #: my-calendar-event-manager.php:161
1678
+ #@ my-calendar
1679
+ msgid "Your events have not been deleted. Please investigate."
1680
+ msgstr ""
1681
+
1682
+ #: my-calendar-event-manager.php:204
1683
+ #@ my-calendar
1684
+ msgid "You do not have permission to approve that event."
1685
+ msgstr ""
1686
+
1687
+ #: my-calendar-event-manager.php:218
1688
+ #@ my-calendar
1689
+ msgid "You do not have permission to reject that event."
1690
+ msgstr ""
1691
+
1692
+ #: my-calendar-event-manager.php:260
1693
+ #@ my-calendar
1694
+ msgid "Currently editing your local calendar"
1695
+ msgstr ""
1696
+
1697
+ #: my-calendar-event-manager.php:262
1698
+ #@ my-calendar
1699
+ msgid "Currently editing your central calendar"
1700
+ msgstr ""
1701
+
1702
+ #: my-calendar-event-manager.php:321
1703
+ #@ my-calendar
1704
+ msgid "I'm sorry! I couldn't add that event to the database."
1705
+ msgstr ""
1706
+
1707
+ #: my-calendar-event-manager.php:421
1708
+ #@ my-calendar
1709
+ msgid "This event must be approved in order for it to appear on the calendar."
1710
+ msgstr ""
1711
+
1712
+ #: my-calendar-event-manager.php:471
1713
+ #@ my-calendar
1714
+ msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
1715
+ msgstr ""
1716
+
1717
+ #: my-calendar-event-manager.php:477
1718
+ #: my-calendar-event-manager.php:600
1719
+ #: my-calendar-group-manager.php:291
1720
+ #@ my-calendar
1721
+ msgid "(required)"
1722
+ msgstr ""
1723
+
1724
+ #: my-calendar-event-manager.php:481
1725
+ #@ my-calendar
1726
+ msgid "Publish"
1727
+ msgstr ""
1728
+
1729
+ #: my-calendar-event-manager.php:481
1730
+ #@ my-calendar
1731
+ msgid "You must approve this event to promote it to the calendar."
1732
+ msgstr ""
1733
+
1734
+ #: my-calendar-event-manager.php:483
1735
+ #@ my-calendar
1736
+ msgid "An administrator must approve your new event."
1737
+ msgstr ""
1738
+
1739
+ #: my-calendar-event-manager.php:496
1740
+ #@ my-calendar
1741
+ msgid "This event is not spam"
1742
+ msgstr ""
1743
+
1744
+ #: my-calendar-event-manager.php:513
1745
+ #: my-calendar-event-manager.php:520
1746
+ #@ my-calendar
1747
+ msgid "This event's image:"
1748
+ msgstr ""
1749
+
1750
+ #: my-calendar-event-manager.php:514
1751
+ #@ my-calendar
1752
+ msgid "Add an image:"
1753
+ msgstr ""
1754
+
1755
+ #: my-calendar-event-manager.php:514
1756
+ #@ my-calendar
1757
+ msgid "Upload Image"
1758
+ msgstr ""
1759
+
1760
+ #: my-calendar-event-manager.php:514
1761
+ #: my-calendar-group-manager.php:306
1762
+ #@ my-calendar
1763
+ msgid "Include your image URL or upload an image."
1764
+ msgstr ""
1765
+
1766
+ #: my-calendar-event-manager.php:530
1767
+ #: my-calendar-group-manager.php:317
1768
+ #@ my-calendar
1769
+ msgid "Event Host"
1770
+ msgstr ""
1771
+
1772
+ #: my-calendar-event-manager.php:582
1773
+ #@ my-calendar
1774
+ msgid "Event Date and Time"
1775
+ msgstr ""
1776
+
1777
+ #: my-calendar-event-manager.php:583
1778
+ #@ my-calendar
1779
+ msgid "Enter the beginning and ending information for this occurrence of the event."
1780
+ msgstr ""
1781
+
1782
+ #: my-calendar-event-manager.php:600
1783
+ #@ my-calendar
1784
+ msgid "Time (hh:mm am/pm)"
1785
+ msgstr ""
1786
+
1787
+ #: my-calendar-event-manager.php:609
1788
+ #@ my-calendar
1789
+ msgid "End Date (YYYY-MM-DD)"
1790
+ msgstr ""
1791
+
1792
+ #: my-calendar-event-manager.php:609
1793
+ #@ my-calendar
1794
+ msgid "End Time (hh:mm am/pm)"
1795
+ msgstr ""
1796
+
1797
+ #: my-calendar-event-manager.php:619
1798
+ #@ my-calendar
1799
+ msgid "Add another occurrence"
1800
+ msgstr ""
1801
+
1802
+ #: my-calendar-event-manager.php:620
1803
+ #@ my-calendar
1804
+ msgid "Remove last occurrence"
1805
+ msgstr ""
1806
+
1807
+ #: my-calendar-event-manager.php:640
1808
+ #: my-calendar-templates.php:111
1809
+ #@ my-calendar
1810
+ msgid "Daily, weekdays only"
1811
+ msgstr ""
1812
+
1813
+ #: my-calendar-event-manager.php:643
1814
+ #@ my-calendar
1815
+ msgid "Date of Month (e.g., the 24th of each month)"
1816
+ msgstr ""
1817
+
1818
+ #: my-calendar-event-manager.php:644
1819
+ #@ my-calendar
1820
+ msgid "Day of Month (e.g., the 3rd Monday of each month)"
1821
+ msgstr ""
1822
+
1823
+ #: my-calendar-event-manager.php:647
1824
+ #@ my-calendar
1825
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1826
+ msgstr ""
1827
+
1828
+ #: my-calendar-event-manager.php:665
1829
+ #: my-calendar-group-manager.php:373
1830
+ #@ my-calendar
1831
+ msgid "My Calendar does not manage event registrations. Use this for information only."
1832
+ msgstr ""
1833
+
1834
+ #: my-calendar-event-manager.php:672
1835
+ #: my-calendar-group-manager.php:380
1836
+ #@ my-calendar
1837
+ msgid "If this event recurs, it can only be registered for as a complete series."
1838
+ msgstr ""
1839
+
1840
+ #: my-calendar-event-manager.php:789
1841
+ #: my-calendar-group-manager.php:459
1842
+ #@ my-calendar
1843
+ msgid "Location URL"
1844
+ msgstr ""
1845
+
1846
+ #: my-calendar-event-manager.php:794
1847
+ #: my-calendar-group-manager.php:464
1848
+ #@ my-calendar
1849
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1850
+ msgstr ""
1851
+
1852
+ #: my-calendar-event-manager.php:810
1853
+ #@ my-calendar
1854
+ msgid "Special Options"
1855
+ msgstr ""
1856
+
1857
+ #: my-calendar-event-manager.php:812
1858
+ #@ my-calendar
1859
+ msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
1860
+ msgstr ""
1861
+
1862
+ #: my-calendar-event-manager.php:815
1863
+ #@ my-calendar
1864
+ msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
1865
+ msgstr ""
1866
+
1867
+ #: my-calendar-event-manager.php:894
1868
+ #: my-calendar-templates.php:191
1869
+ #@ my-calendar
1870
+ msgid "Published"
1871
+ msgstr ""
1872
+
1873
+ #: my-calendar-event-manager.php:895
1874
+ #: my-calendar-templates.php:191
1875
+ #@ my-calendar
1876
+ msgid "Reserved"
1877
+ msgstr ""
1878
+
1879
+ #: my-calendar-event-manager.php:896
1880
+ #@ my-calendar
1881
+ msgid "All"
1882
+ msgstr ""
1883
+
1884
+ #: my-calendar-event-manager.php:906
1885
+ #: my-calendar-group-manager.php:675
1886
+ #@ my-calendar
1887
+ msgid "Table of Calendar Events"
1888
+ msgstr ""
1889
+
1890
+ #: my-calendar-event-manager.php:949
1891
+ #: my-calendar-group-manager.php:720
1892
+ #@ my-calendar
1893
+ msgid "Weekdays"
1894
+ msgstr ""
1895
+
1896
+ #: my-calendar-event-manager.php:952
1897
+ #: my-calendar-group-manager.php:723
1898
+ #@ my-calendar
1899
+ msgid "Monthly (by date)"
1900
+ msgstr ""
1901
+
1902
+ #: my-calendar-event-manager.php:953
1903
+ #: my-calendar-group-manager.php:724
1904
+ #@ my-calendar
1905
+ msgid "Monthly (by day)"
1906
+ msgstr ""
1907
+
1908
+ #: my-calendar-event-manager.php:958
1909
+ #: my-calendar-group-manager.php:729
1910
+ #, php-format
1911
+ #@ my-calendar
1912
+ msgid "%d Times"
1913
+ msgstr ""
1914
+
1915
+ #: my-calendar-event-manager.php:976
1916
+ #: my-calendar-group-manager.php:747
1917
+ #: my-calendar-output.php:269
1918
+ #@ my-calendar
1919
+ msgid "Edit Group"
1920
+ msgstr ""
1921
+
1922
+ #: my-calendar-event-manager.php:979
1923
+ #: my-calendar-group-manager.php:751
1924
+ #@ my-calendar
1925
+ msgid "Not editable."
1926
+ msgstr ""
1927
+
1928
+ #: my-calendar-event-manager.php:985
1929
+ #@ my-calendar
1930
+ msgid "Reject"
1931
+ msgstr ""
1932
+
1933
+ #: my-calendar-event-manager.php:987
1934
+ #@ my-calendar
1935
+ msgid "Approve"
1936
+ msgstr ""
1937
+
1938
+ #: my-calendar-event-manager.php:992
1939
+ #@ my-calendar
1940
+ msgid "Approved"
1941
+ msgstr ""
1942
+
1943
+ #: my-calendar-event-manager.php:994
1944
+ #@ my-calendar
1945
+ msgid "Rejected"
1946
+ msgstr ""
1947
+
1948
+ #: my-calendar-event-manager.php:996
1949
+ #@ my-calendar
1950
+ msgid "Awaiting Approval"
1951
+ msgstr ""
1952
+
1953
+ #: my-calendar-event-manager.php:1007
1954
+ #@ my-calendar
1955
+ msgid "Delete checked events"
1956
+ msgstr ""
1957
+
1958
+ #: my-calendar-event-manager.php:1196
1959
+ #@ my-calendar
1960
+ msgid "The repetition value must be 0 unless a type of recurrence is selected."
1961
+ msgstr ""
1962
+
1963
+ #: my-calendar-group-manager.php:56
1964
+ #@ my-calendar
1965
+ msgid "Event not updated."
1966
+ msgstr ""
1967
+
1968
+ #: my-calendar-group-manager.php:82
1969
+ #@ my-calendar
1970
+ msgid "Event not grouped."
1971
+ msgstr ""
1972
+
1973
+ #: my-calendar-group-manager.php:86
1974
+ #@ my-calendar
1975
+ msgid "Event grouped successfully"
1976
+ msgstr ""
1977
+
1978
+ #: my-calendar-group-manager.php:104
1979
+ #: my-calendar-group-manager.php:259
1980
+ #@ my-calendar
1981
+ msgid "Edit Event Group"
1982
+ msgstr ""
1983
+
1984
+ #: my-calendar-group-manager.php:108
1985
+ #@ my-calendar
1986
+ msgid "You must provide an event group id in order to edit it"
1987
+ msgstr ""
1988
+
1989
+ #: my-calendar-group-manager.php:116
1990
+ #: my-calendar.php:158
1991
+ #@ my-calendar
1992
+ msgid "Manage Event Groups"
1993
+ msgstr ""
1994
+
1995
+ #: my-calendar-group-manager.php:118
1996
+ #@ my-calendar
1997
+ msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
1998
+ msgstr ""
1999
+
2000
+ #: my-calendar-group-manager.php:119
2001
+ #@ my-calendar
2002
+ msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
2003
+ msgstr ""
2004
+
2005
+ #: my-calendar-group-manager.php:212
2006
+ #@ my-calendar
2007
+ msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
2008
+ msgstr ""
2009
+
2010
+ #: my-calendar-group-manager.php:212
2011
+ #@ my-calendar
2012
+ msgid "The group editable fields in for the events in this group match."
2013
+ msgstr ""
2014
+
2015
+ #: my-calendar-group-manager.php:219
2016
+ #@ my-calendar
2017
+ msgid "Apply these changes to:"
2018
+ msgstr ""
2019
+
2020
+ #: my-calendar-group-manager.php:230
2021
+ #@ my-calendar
2022
+ msgid "Check/Uncheck all"
2023
+ msgstr ""
2024
+
2025
+ #: my-calendar-group-manager.php:232
2026
+ #@ my-calendar
2027
+ msgid "Remove checked events from this group"
2028
+ msgstr ""
2029
+
2030
+ #: my-calendar-group-manager.php:249
2031
+ #@ my-calendar
2032
+ msgid "You must provide a group ID to edit groups"
2033
+ msgstr ""
2034
+
2035
+ #: my-calendar-group-manager.php:662
2036
+ #@ my-calendar
2037
+ msgid "Create/Modify Groups"
2038
+ msgstr ""
2039
+
2040
+ #: my-calendar-group-manager.php:663
2041
+ #@ my-calendar
2042
+ msgid "Check a set of events to group them for mass editing."
2043
+ msgstr ""
2044
+
2045
+ #: my-calendar-group-manager.php:673
2046
+ #: my-calendar-group-manager.php:759
2047
+ #@ my-calendar
2048
+ msgid "Group checked events for mass editing"
2049
+ msgstr ""
2050
+
2051
+ #: my-calendar-group-manager.php:679
2052
+ #@ my-calendar
2053
+ msgid "Group"
2054
+ msgstr ""
2055
+
2056
+ #: my-calendar-group-manager.php:749
2057
+ #@ my-calendar
2058
+ msgid "Ungrouped"
2059
+ msgstr ""
2060
+
2061
+ #: my-calendar-help.php:17
2062
+ #@ my-calendar
2063
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
2064
+ msgstr ""
2065
+
2066
+ #: my-calendar-help.php:22
2067
+ #@ my-calendar
2068
+ msgid "The shortcode supports eight attributes:"
2069
+ msgstr ""
2070
+
2071
+ #: my-calendar-help.php:24
2072
+ #@ my-calendar
2073
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
2074
+ msgstr ""
2075
+
2076
+ #: my-calendar-help.php:25
2077
+ #@ my-calendar
2078
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
2079
+ msgstr ""
2080
+
2081
+ #: my-calendar-help.php:26
2082
+ #@ my-calendar
2083
+ msgid "Set as \"no\" to hide the category key."
2084
+ msgstr ""
2085
+
2086
+ #: my-calendar-help.php:27
2087
+ #@ my-calendar
2088
+ msgid "Set as \"no\" to hide the month-by-month navigation."
2089
+ msgstr ""
2090
+
2091
+ #: my-calendar-help.php:28
2092
+ #@ my-calendar
2093
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
2094
+ msgstr ""
2095
+
2096
+ #: my-calendar-help.php:29
2097
+ #@ my-calendar
2098
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
2099
+ msgstr ""
2100
+
2101
+ #: my-calendar-help.php:30
2102
+ #@ my-calendar
2103
+ msgid "The type of location data to restrict by."
2104
+ msgstr ""
2105
+
2106
+ #: my-calendar-help.php:31
2107
+ #@ my-calendar
2108
+ msgid "The specific location information to filter to."
2109
+ msgstr ""
2110
+
2111
+ #: my-calendar-help.php:35
2112
+ #@ my-calendar
2113
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
2114
+ msgstr ""
2115
+
2116
+ #: my-calendar-help.php:37
2117
+ #@ my-calendar
2118
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
2119
+ msgstr ""
2120
+
2121
+ #: my-calendar-help.php:39
2122
+ #@ my-calendar
2123
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
2124
+ msgstr ""
2125
+
2126
+ #: my-calendar-help.php:42
2127
+ #@ my-calendar
2128
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
2129
+ msgstr ""
2130
+
2131
+ #: my-calendar-help.php:45
2132
+ #@ my-calendar
2133
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
2134
+ msgstr ""
2135
+
2136
+ #: my-calendar-help.php:48
2137
+ #@ my-calendar
2138
+ msgid "Supplement Features (Locations filter, Categories filter)"
2139
+ msgstr ""
2140
+
2141
+ #: my-calendar-help.php:51
2142
+ #@ my-calendar
2143
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
2144
+ msgstr ""
2145
+
2146
+ #: my-calendar-help.php:54
2147
+ #@ my-calendar
2148
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
2149
+ msgstr ""
2150
+
2151
+ #: my-calendar-help.php:57
2152
+ #@ my-calendar
2153
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
2154
+ msgstr ""
2155
+
2156
+ #: my-calendar-help.php:77
2157
+ #@ my-calendar
2158
+ msgid "Custom Styles"
2159
+ msgstr ""
2160
+
2161
+ #: my-calendar-help.php:80
2162
+ #@ my-calendar
2163
+ msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
2164
+ msgstr ""
2165
+
2166
+ #: my-calendar-help.php:83
2167
+ #@ my-calendar
2168
+ msgid "Your stylesheet directory is"
2169
+ msgstr ""
2170
+
2171
+ #: my-calendar-help.php:84
2172
+ #@ my-calendar
2173
+ msgid "Your custom stylesheets directory is"
2174
+ msgstr ""
2175
+
2176
+ #: my-calendar-help.php:95
2177
+ #@ my-calendar
2178
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
2179
+ msgstr ""
2180
+
2181
+ #: my-calendar-help.php:97
2182
+ #: my-calendar-templating.php:72
2183
+ #@ my-calendar
2184
+ msgid "Event Template Tags"
2185
+ msgstr ""
2186
+
2187
+ #: my-calendar-help.php:109
2188
+ #@ my-calendar
2189
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2190
+ msgstr ""
2191
+
2192
+ #: my-calendar-help.php:112
2193
+ #@ my-calendar
2194
+ msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2195
+ msgstr ""
2196
+
2197
+ #: my-calendar-help.php:127
2198
+ #@ my-calendar
2199
+ msgid "Displays the name of the person assigned as host for the event."
2200
+ msgstr ""
2201
+
2202
+ #: my-calendar-help.php:130
2203
+ #@ my-calendar
2204
+ msgid "Displays the email address of the person assigned as host for the event."
2205
+ msgstr ""
2206
+
2207
+ #: my-calendar-help.php:139
2208
+ #: my-calendar-templating.php:111
2209
+ #@ my-calendar
2210
+ msgid "Image associated with the event."
2211
+ msgstr ""
2212
+
2213
+ #: my-calendar-help.php:145
2214
+ #@ my-calendar
2215
+ msgid "Produces the URL to download an iCal formatted record for the event."
2216
+ msgstr ""
2217
+
2218
+ #: my-calendar-help.php:148
2219
+ #@ my-calendar
2220
+ msgid "Produces a hyperlink to download an iCal formatted record for the event."
2221
+ msgstr ""
2222
+
2223
+ #: my-calendar-help.php:151
2224
+ #@ my-calendar
2225
+ msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
2226
+ msgstr ""
2227
+
2228
+ #: my-calendar-help.php:154
2229
+ #@ my-calendar
2230
+ msgid "Shows the number of repetitions of the event."
2231
+ msgstr ""
2232
+
2233
+ #: my-calendar-help.php:157
2234
+ #@ my-calendar
2235
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
2236
+ msgstr ""
2237
+
2238
+ #: my-calendar-help.php:157
2239
+ #@ my-calendar
2240
+ msgid "Requires that the site URL has been provided on the Settings page"
2241
+ msgstr ""
2242
+
2243
+ #: my-calendar-help.php:163
2244
+ #@ my-calendar
2245
+ msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
2246
+ msgstr ""
2247
+
2248
+ #: my-calendar-help.php:165
2249
+ #: my-calendar-templating.php:125
2250
+ #@ my-calendar
2251
+ msgid "Location Template Tags"
2252
+ msgstr ""
2253
+
2254
+ #: my-calendar-help.php:178
2255
+ #@ my-calendar
2256
+ msgid "Displays the city for the location."
2257
+ msgstr ""
2258
+
2259
+ #: my-calendar-help.php:181
2260
+ #@ my-calendar
2261
+ msgid "Displays the state for the location."
2262
+ msgstr ""
2263
+
2264
+ #: my-calendar-help.php:184
2265
+ #@ my-calendar
2266
+ msgid "Displays the postcode for the location."
2267
+ msgstr ""
2268
+
2269
+ #: my-calendar-help.php:187
2270
+ #@ my-calendar
2271
+ msgid "Shows the custom region entered for the location."
2272
+ msgstr ""
2273
+
2274
+ #: my-calendar-help.php:193
2275
+ #@ my-calendar
2276
+ msgid "Output the URL for the location link."
2277
+ msgstr ""
2278
+
2279
+ #: my-calendar-help.php:196
2280
+ #@ my-calendar
2281
+ msgid "Output a hyperlink to the location's listed link with default link text."
2282
+ msgstr ""
2283
+
2284
+ #: my-calendar-help.php:204
2285
+ #: my-calendar-templating.php:161
2286
+ #@ my-calendar
2287
+ msgid "Category Template Tags"
2288
+ msgstr ""
2289
+
2290
+ #: my-calendar-help.php:211
2291
+ #@ my-calendar
2292
+ msgid "Produces the address of the current event's category icon."
2293
+ msgstr ""
2294
+
2295
+ #: my-calendar-help.php:214
2296
+ #@ my-calendar
2297
+ msgid "Produces the HTML for the current event's category icon."
2298
+ msgstr ""
2299
+
2300
+ #: my-calendar-help.php:217
2301
+ #@ my-calendar
2302
+ msgid "Produces the hex code for the current event's category color."
2303
+ msgstr ""
2304
+
2305
+ #: my-calendar-help.php:220
2306
+ #@ my-calendar
2307
+ msgid ""
2308
+ "Displays the ID for\n"
2309
+ " the category the event is in."
2310
+ msgstr ""
2311
+
2312
+ #: my-calendar-help.php:224
2313
+ #@ my-calendar
2314
+ msgid "Special use Template Tags"
2315
+ msgstr ""
2316
+
2317
+ #: my-calendar-help.php:228
2318
+ #@ my-calendar
2319
+ msgid "A unique ID for the current instance of an event."
2320
+ msgstr ""
2321
+
2322
+ #: my-calendar-help.php:231
2323
+ #@ my-calendar
2324
+ msgid "The ID for the event record associated with the current instance of an event."
2325
+ msgstr ""
2326
+
2327
+ #: my-calendar-help.php:241
2328
+ #@ my-calendar
2329
+ msgid "Helpful Information"
2330
+ msgstr ""
2331
+
2332
+ #: my-calendar-help.php:244
2333
+ #@ my-calendar
2334
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2335
+ msgstr ""
2336
+
2337
+ #: my-calendar-help.php:247
2338
+ #@ my-calendar
2339
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2340
+ msgstr ""
2341
+
2342
+ #: my-calendar-install.php:192
2343
+ #@ my-calendar
2344
+ msgid "My Calendar Default Timezone"
2345
+ msgstr ""
2346
+
2347
+ #: my-calendar-install.php:237
2348
+ #@ my-calendar
2349
+ msgid "My Calendar Default Location"
2350
+ msgstr ""
2351
+
2352
+ #: my-calendar-locations.php:197
2353
+ #@ my-calendar
2354
+ msgid "Website"
2355
+ msgstr ""
2356
+
2357
+ #: my-calendar-locations.php:217
2358
+ #@ my-calendar
2359
+ msgid "Add a New Location"
2360
+ msgstr ""
2361
+
2362
+ #: my-calendar-output.php:166
2363
+ #, php-format
2364
+ #@ my-calendar
2365
+ msgid "(%s in your time zone)"
2366
+ msgstr ""
2367
+
2368
+ #: my-calendar-output.php:193
2369
+ #: my-calendar-templates.php:193
2370
+ #@ my-calendar
2371
+ msgid "Details about"
2372
+ msgstr ""
2373
+
2374
+ #: my-calendar-output.php:213
2375
+ #: my-calendar-templates.php:148
2376
+ #@ my-calendar
2377
+ msgid "iCal"
2378
+ msgstr ""
2379
+
2380
+ #: my-calendar-output.php:252
2381
+ #@ my-calendar
2382
+ msgid "View full calendar"
2383
+ msgstr ""
2384
+
2385
+ #: my-calendar-output.php:282
2386
+ #@ my-calendar
2387
+ msgid "Edit This Date"
2388
+ msgstr ""
2389
+
2390
+ #: my-calendar-output.php:283
2391
+ #@ my-calendar
2392
+ msgid "Edit All"
2393
+ msgstr ""
2394
+
2395
+ #: my-calendar-output.php:284
2396
+ #@ my-calendar
2397
+ msgid "Delete This Date"
2398
+ msgstr ""
2399
+
2400
+ #: my-calendar-output.php:285
2401
+ #@ my-calendar
2402
+ msgid "Delete All"
2403
+ msgstr ""
2404
+
2405
+ #: my-calendar-output.php:386
2406
+ #@ my-calendar
2407
+ msgid "View as Grid"
2408
+ msgstr ""
2409
+
2410
+ #: my-calendar-output.php:390
2411
+ #@ my-calendar
2412
+ msgid "View as List"
2413
+ msgstr ""
2414
+
2415
+ #: my-calendar-output.php:520
2416
+ #@ my-calendar
2417
+ msgid "No events scheduled for today!"
2418
+ msgstr ""
2419
+
2420
+ #: my-calendar-output.php:559
2421
+ #@ my-calendar
2422
+ msgid "The week's events"
2423
+ msgstr ""
2424
+
2425
+ #: my-calendar-output.php:566
2426
+ #@ my-calendar
2427
+ msgid "This week's events"
2428
+ msgstr ""
2429
+
2430
+ #: my-calendar-output.php:743
2431
+ #, php-format
2432
+ #@ my-calendar
2433
+ msgid " and %d other event"
2434
+ msgstr ""
2435
+
2436
+ #: my-calendar-output.php:745
2437
+ #, php-format
2438
+ #@ my-calendar
2439
+ msgid " and %d other events"
2440
+ msgstr ""
2441
+
2442
+ #: my-calendar-output.php:762
2443
+ #@ my-calendar
2444
+ msgid "Unrecognized calendar format."
2445
+ msgstr ""
2446
+
2447
+ #: my-calendar-output.php:810
2448
+ #@ my-calendar
2449
+ msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2450
+ msgstr ""
2451
+
2452
+ #: my-calendar-output.php:811
2453
+ #@ my-calendar
2454
+ msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2455
+ msgstr ""
2456
+
2457
+ #: my-calendar-output.php:824
2458
+ #@ my-calendar
2459
+ msgid "Next events"
2460
+ msgstr ""
2461
+
2462
+ #: my-calendar-output.php:866
2463
+ #@ my-calendar
2464
+ msgid "Previous events"
2465
+ msgstr ""
2466
+
2467
+ #: my-calendar-output.php:914
2468
+ #@ my-calendar
2469
+ msgid "(select to include)"
2470
+ msgstr ""
2471
+
2472
+ #: my-calendar-output.php:935
2473
+ #: my-calendar-output.php:938
2474
+ #@ my-calendar
2475
+ msgid "All Categories"
2476
+ msgstr ""
2477
+
2478
+ #: my-calendar-output.php:936
2479
+ #@ my-calendar
2480
+ msgid "Categories"
2481
+ msgstr ""
2482
+
2483
+ #: my-calendar-output.php:957
2484
+ #: my-calendar-output.php:1117
2485
+ #@ my-calendar
2486
+ msgid "Submit"
2487
+ msgstr ""
2488
+
2489
+ #: my-calendar-output.php:1061
2490
+ #: my-calendar-output.php:1079
2491
+ #@ my-calendar
2492
+ msgid "Show all"
2493
+ msgstr ""
2494
+
2495
+ #: my-calendar-output.php:1077
2496
+ #@ my-calendar
2497
+ msgid "Show events in:"
2498
+ msgstr ""
2499
+
2500
+ #: my-calendar-settings.php:86
2501
+ #@ my-calendar
2502
+ msgid "Permissions Settings saved"
2503
+ msgstr ""
2504
+
2505
+ #: my-calendar-settings.php:122
2506
+ #@ my-calendar
2507
+ msgid "Output Settings saved"
2508
+ msgstr ""
2509
+
2510
+ #: my-calendar-settings.php:141
2511
+ #@ my-calendar
2512
+ msgid "Input Settings saved"
2513
+ msgstr ""
2514
+
2515
+ #: my-calendar-settings.php:147
2516
+ #@ my-calendar
2517
+ msgid "Multsite settings saved"
2518
+ msgstr ""
2519
+
2520
+ #: my-calendar-settings.php:164
2521
+ #@ my-calendar
2522
+ msgid "Custom text settings saved"
2523
+ msgstr ""
2524
+
2525
+ #: my-calendar-settings.php:176
2526
+ #@ my-calendar
2527
+ msgid "Email notice settings saved"
2528
+ msgstr ""
2529
+
2530
+ #: my-calendar-settings.php:190
2531
+ #@ my-calendar
2532
+ msgid "User custom settings saved"
2533
+ msgstr ""
2534
+
2535
+ #: my-calendar-settings.php:223
2536
+ #@ my-calendar
2537
+ msgid "Calendar Management Settings"
2538
+ msgstr ""
2539
+
2540
+ #: my-calendar-settings.php:230
2541
+ #@ my-calendar
2542
+ msgid "Lowest user group that may create events"
2543
+ msgstr ""
2544
+
2545
+ #: my-calendar-settings.php:239
2546
+ #@ my-calendar
2547
+ msgid "Lowest user group that may approve events"
2548
+ msgstr ""
2549
+
2550
+ #: my-calendar-settings.php:245
2551
+ #@ my-calendar
2552
+ msgid "Enable approval options."
2553
+ msgstr ""
2554
+
2555
+ #: my-calendar-settings.php:248
2556
+ #@ my-calendar
2557
+ msgid "Lowest user group that may edit or delete all events"
2558
+ msgstr ""
2559
+
2560
+ #: my-calendar-settings.php:254
2561
+ #@ my-calendar
2562
+ msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
2563
+ msgstr ""
2564
+
2565
+ #: my-calendar-settings.php:258
2566
+ #@ my-calendar
2567
+ msgid "Currently editing my local calendar"
2568
+ msgstr ""
2569
+
2570
+ #: my-calendar-settings.php:261
2571
+ #@ my-calendar
2572
+ msgid "Currently editing the network calendar"
2573
+ msgstr ""
2574
+
2575
+ #: my-calendar-settings.php:267
2576
+ #@ my-calendar
2577
+ msgid "Save Approval Settings"
2578
+ msgstr ""
2579
+
2580
+ #: my-calendar-settings.php:273
2581
+ #@ my-calendar
2582
+ msgid "Calendar Text Settings"
2583
+ msgstr ""
2584
+
2585
+ #: my-calendar-settings.php:278
2586
+ #@ my-calendar
2587
+ msgid "Calendar Options: Customizable Text Fields"
2588
+ msgstr ""
2589
+
2590
+ #: my-calendar-settings.php:281
2591
+ #@ my-calendar
2592
+ msgid "Label for events without a set time"
2593
+ msgstr ""
2594
+
2595
+ #: my-calendar-settings.php:284
2596
+ #@ my-calendar
2597
+ msgid "Previous events link"
2598
+ msgstr ""
2599
+
2600
+ #: my-calendar-settings.php:287
2601
+ #@ my-calendar
2602
+ msgid "Next events link"
2603
+ msgstr ""
2604
+
2605
+ #: my-calendar-settings.php:290
2606
+ #@ my-calendar
2607
+ msgid "If events are open"
2608
+ msgstr ""
2609
+
2610
+ #: my-calendar-settings.php:293
2611
+ #@ my-calendar
2612
+ msgid "If events are closed"
2613
+ msgstr ""
2614
+
2615
+ #: my-calendar-settings.php:296
2616
+ #@ my-calendar
2617
+ msgid "Additional caption:"
2618
+ msgstr ""
2619
+
2620
+ #: my-calendar-settings.php:301
2621
+ #@ my-calendar
2622
+ msgid "Save Custom Text Settings"
2623
+ msgstr ""
2624
+
2625
+ #: my-calendar-settings.php:307
2626
+ #@ my-calendar
2627
+ msgid "Calendar Output Settings"
2628
+ msgstr ""
2629
+
2630
+ #: my-calendar-settings.php:312
2631
+ #@ my-calendar
2632
+ msgid "Calendar Options: Customize the Output of your Calendar"
2633
+ msgstr ""
2634
+
2635
+ #: my-calendar-settings.php:314
2636
+ #@ my-calendar
2637
+ msgid "General Calendar Options"
2638
+ msgstr ""
2639
+
2640
+ #: my-calendar-settings.php:317
2641
+ #@ my-calendar
2642
+ msgid "<abbr title=\"Uniform resource locator\">URL</abbr> to use for event details display."
2643
+ msgstr ""
2644
+
2645
+ #: my-calendar-settings.php:318
2646
+ #@ my-calendar
2647
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2648
+ msgstr ""
2649
+
2650
+ #: my-calendar-settings.php:321
2651
+ #@ my-calendar
2652
+ msgid "Time format"
2653
+ msgstr ""
2654
+
2655
+ #: my-calendar-settings.php:321
2656
+ #: my-calendar-settings.php:324
2657
+ #: my-calendar-settings.php:327
2658
+ #@ my-calendar
2659
+ msgid "Current:"
2660
+ msgstr ""
2661
+
2662
+ #: my-calendar-settings.php:324
2663
+ #@ my-calendar
2664
+ msgid "Date format in grid mode, week view"
2665
+ msgstr ""
2666
+
2667
+ #: my-calendar-settings.php:327
2668
+ #@ my-calendar
2669
+ msgid "Date Format in all other views"
2670
+ msgstr ""
2671
+
2672
+ #: my-calendar-settings.php:331
2673
+ #@ my-calendar
2674
+ msgid "Show link to My Calendar RSS feed."
2675
+ msgstr ""
2676
+
2677
+ #: my-calendar-settings.php:331
2678
+ #@ my-calendar
2679
+ msgid "RSS feed shows recently added events."
2680
+ msgstr ""
2681
+
2682
+ #: my-calendar-settings.php:334
2683
+ #@ my-calendar
2684
+ msgid "Show link to iCal format download."
2685
+ msgstr ""
2686
+
2687
+ #: my-calendar-settings.php:334
2688
+ #@ my-calendar
2689
+ msgid "iCal outputs events occurring in the current calendar month."
2690
+ msgstr ""
2691
+
2692
+ #: my-calendar-settings.php:344
2693
+ #@ my-calendar
2694
+ msgid "Grid Layout Options"
2695
+ msgstr ""
2696
+
2697
+ #: my-calendar-settings.php:347
2698
+ #@ my-calendar
2699
+ msgid "Show Weekends on Calendar"
2700
+ msgstr ""
2701
+
2702
+ #: my-calendar-settings.php:354
2703
+ #@ my-calendar
2704
+ msgid "List Layout Options"
2705
+ msgstr ""
2706
+
2707
+ #: my-calendar-settings.php:364
2708
+ #@ my-calendar
2709
+ msgid "Event Details Options"
2710
+ msgstr ""
2711
+
2712
+ #: my-calendar-settings.php:367
2713
+ #@ my-calendar
2714
+ msgid "Event title template"
2715
+ msgstr ""
2716
+
2717
+ #: my-calendar-settings.php:368
2718
+ #: my-calendar-settings.php:378
2719
+ #@ my-calendar
2720
+ msgid "Templating Help"
2721
+ msgstr ""
2722
+
2723
+ #: my-calendar-settings.php:368
2724
+ #: my-calendar-settings.php:378
2725
+ #@ my-calendar
2726
+ msgid "All template tags are available."
2727
+ msgstr ""
2728
+
2729
+ #: my-calendar-settings.php:371
2730
+ #@ my-calendar
2731
+ msgid "Event details link text"
2732
+ msgstr ""
2733
+
2734
+ #: my-calendar-settings.php:373
2735
+ #@ my-calendar
2736
+ msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>"
2737
+ msgstr ""
2738
+
2739
+ #: my-calendar-settings.php:376
2740
+ #@ my-calendar
2741
+ msgid "Event URL link text"
2742
+ msgstr ""
2743
+
2744
+ #: my-calendar-settings.php:381
2745
+ #@ my-calendar
2746
+ msgid "Display author's name"
2747
+ msgstr ""
2748
+
2749
+ #: my-calendar-settings.php:384
2750
+ #@ my-calendar
2751
+ msgid "Hide category icons"
2752
+ msgstr ""
2753
+
2754
+ #: my-calendar-settings.php:387
2755
+ #@ my-calendar
2756
+ msgid "Show Link to Google Map"
2757
+ msgstr ""
2758
+
2759
+ #: my-calendar-settings.php:390
2760
+ #@ my-calendar
2761
+ msgid "Show Event Address"
2762
+ msgstr ""
2763
+
2764
+ #: my-calendar-settings.php:399
2765
+ #@ my-calendar
2766
+ msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
2767
+ msgstr ""
2768
+
2769
+ #: my-calendar-settings.php:402
2770
+ #@ my-calendar
2771
+ msgid "Event links expire after the event has passed."
2772
+ msgstr ""
2773
+
2774
+ #: my-calendar-settings.php:405
2775
+ #@ my-calendar
2776
+ msgid "Show current availability status"
2777
+ msgstr ""
2778
+
2779
+ #: my-calendar-settings.php:416
2780
+ #@ my-calendar
2781
+ msgid "Event Scheduling Options"
2782
+ msgstr ""
2783
+
2784
+ #: my-calendar-settings.php:419
2785
+ #@ my-calendar
2786
+ msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
2787
+ msgstr ""
2788
+
2789
+ #: my-calendar-settings.php:422
2790
+ #@ my-calendar
2791
+ msgid "Holiday Category"
2792
+ msgstr ""
2793
+
2794
+ #: my-calendar-settings.php:439
2795
+ #@ my-calendar
2796
+ msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
2797
+ msgstr ""
2798
+
2799
+ #: my-calendar-settings.php:442
2800
+ #@ my-calendar
2801
+ msgid "Default Sort order for Admin Events List"
2802
+ msgstr ""
2803
+
2804
+ #: my-calendar-settings.php:444
2805
+ #@ my-calendar
2806
+ msgid "Event ID"
2807
+ msgstr ""
2808
+
2809
+ #: my-calendar-settings.php:458
2810
+ #@ my-calendar
2811
+ msgid "Save Output Settings"
2812
+ msgstr ""
2813
+
2814
+ #: my-calendar-settings.php:464
2815
+ #@ my-calendar
2816
+ msgid "Calendar Input Settings"
2817
+ msgstr ""
2818
+
2819
+ #: my-calendar-settings.php:469
2820
+ #@ my-calendar
2821
+ msgid "Select which input fields will be available when adding or editing events."
2822
+ msgstr ""
2823
+
2824
+ #: my-calendar-settings.php:474
2825
+ #@ my-calendar
2826
+ msgid "Show Event image field"
2827
+ msgstr ""
2828
+
2829
+ #: my-calendar-settings.php:474
2830
+ #@ my-calendar
2831
+ msgid "Show Event Recurrence Options"
2832
+ msgstr ""
2833
+
2834
+ #: my-calendar-settings.php:474
2835
+ #@ my-calendar
2836
+ msgid "Show Event registration options"
2837
+ msgstr ""
2838
+
2839
+ #: my-calendar-settings.php:474
2840
+ #@ my-calendar
2841
+ msgid "Show Event location fields"
2842
+ msgstr ""
2843
+
2844
+ #: my-calendar-settings.php:474
2845
+ #@ default
2846
+ msgid "Use HTML Editor in Event Description Field"
2847
+ msgstr ""
2848
+
2849
+ #: my-calendar-settings.php:492
2850
+ #@ my-calendar
2851
+ msgid "Save Input Settings"
2852
+ msgstr ""
2853
+
2854
+ #: my-calendar-settings.php:499
2855
+ #@ my-calendar
2856
+ msgid "Multisite Settings (Network Administrators only)"
2857
+ msgstr ""
2858
+
2859
+ #: my-calendar-settings.php:501
2860
+ #@ my-calendar
2861
+ msgid "Multisite support is a beta feature - use with caution."
2862
+ msgstr ""
2863
+
2864
+ #: my-calendar-settings.php:506
2865
+ #@ my-calendar
2866
+ msgid "Settings for WP MultiSite configurations"
2867
+ msgstr ""
2868
+
2869
+ #: my-calendar-settings.php:507
2870
+ #@ my-calendar
2871
+ msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
2872
+ msgstr ""
2873
+
2874
+ #: my-calendar-settings.php:509
2875
+ #@ my-calendar
2876
+ msgid "Site owners may only post to their local calendar"
2877
+ msgstr ""
2878
+
2879
+ #: my-calendar-settings.php:510
2880
+ #@ my-calendar
2881
+ msgid "Site owners may only post to the central calendar"
2882
+ msgstr ""
2883
+
2884
+ #: my-calendar-settings.php:511
2885
+ #@ my-calendar
2886
+ msgid "Site owners may manage either calendar"
2887
+ msgstr ""
2888
+
2889
+ #: my-calendar-settings.php:513
2890
+ #@ my-calendar
2891
+ msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
2892
+ msgstr ""
2893
+
2894
+ #: my-calendar-settings.php:516
2895
+ #@ my-calendar
2896
+ msgid "Save Multisite Settings"
2897
+ msgstr ""
2898
+
2899
+ #: my-calendar-settings.php:523
2900
+ #@ my-calendar
2901
+ msgid "Calendar Email Settings"
2902
+ msgstr ""
2903
+
2904
+ #: my-calendar-settings.php:528
2905
+ #@ my-calendar
2906
+ msgid "Calendar Options: Email Notifications"
2907
+ msgstr ""
2908
+
2909
+ #: my-calendar-settings.php:532
2910
+ #@ my-calendar
2911
+ msgid "Send Email Notifications when new events are scheduled or reserved."
2912
+ msgstr ""
2913
+
2914
+ #: my-calendar-settings.php:535
2915
+ #@ my-calendar
2916
+ msgid "Notification messages are sent to: "
2917
+ msgstr ""
2918
+
2919
+ #: my-calendar-settings.php:538
2920
+ #@ my-calendar
2921
+ msgid "Email subject"
2922
+ msgstr ""
2923
+
2924
+ #: my-calendar-settings.php:538
2925
+ #@ my-calendar
2926
+ msgid "New event Added"
2927
+ msgstr ""
2928
+
2929
+ #: my-calendar-settings.php:541
2930
+ #@ my-calendar
2931
+ msgid "Message Body"
2932
+ msgstr ""
2933
+
2934
+ #: my-calendar-settings.php:541
2935
+ #@ my-calendar
2936
+ msgid "New Event:"
2937
+ msgstr ""
2938
+
2939
+ #: my-calendar-settings.php:542
2940
+ #@ my-calendar
2941
+ msgid "Shortcode Help"
2942
+ msgstr ""
2943
+
2944
+ #: my-calendar-settings.php:542
2945
+ #@ my-calendar
2946
+ msgid "All template shortcodes are available."
2947
+ msgstr ""
2948
+
2949
+ #: my-calendar-settings.php:547
2950
+ #@ my-calendar
2951
+ msgid "Save Email Settings"
2952
+ msgstr ""
2953
+
2954
+ #: my-calendar-settings.php:553
2955
+ #@ my-calendar
2956
+ msgid "Calendar User Settings"
2957
+ msgstr ""
2958
+
2959
+ #: my-calendar-settings.php:560
2960
+ #@ my-calendar
2961
+ msgid "Settings which can be configured in registered user's accounts"
2962
+ msgstr ""
2963
+
2964
+ #: my-calendar-settings.php:562
2965
+ #@ my-calendar
2966
+ msgid "Allow registered users to provide timezone or location presets in their user profiles."
2967
+ msgstr ""
2968
+
2969
+ #: my-calendar-settings.php:574
2970
+ #@ my-calendar
2971
+ msgid "Timezone Settings"
2972
+ msgstr ""
2973
+
2974
+ #: my-calendar-settings.php:575
2975
+ #@ my-calendar
2976
+ msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
2977
+ msgstr ""
2978
+
2979
+ #: my-calendar-settings.php:577
2980
+ #@ my-calendar
2981
+ msgid "Enable Timezone"
2982
+ msgstr ""
2983
+
2984
+ #: my-calendar-settings.php:580
2985
+ #@ my-calendar
2986
+ msgid "Select Timezone Label"
2987
+ msgstr ""
2988
+
2989
+ #: my-calendar-settings.php:583
2990
+ #@ my-calendar
2991
+ msgid "Timezone Options"
2992
+ msgstr ""
2993
+
2994
+ #: my-calendar-settings.php:583
2995
+ #: my-calendar-settings.php:607
2996
+ #@ my-calendar
2997
+ msgid "Value, Label; one per line"
2998
+ msgstr ""
2999
+
3000
+ #: my-calendar-settings.php:595
3001
+ #@ my-calendar
3002
+ msgid "Location Settings"
3003
+ msgstr ""
3004
+
3005
+ #: my-calendar-settings.php:596
3006
+ #@ my-calendar
3007
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
3008
+ msgstr ""
3009
+
3010
+ #: my-calendar-settings.php:598
3011
+ #@ my-calendar
3012
+ msgid "Enable Location"
3013
+ msgstr ""
3014
+
3015
+ #: my-calendar-settings.php:601
3016
+ #@ my-calendar
3017
+ msgid "Use this location list as input control"
3018
+ msgstr ""
3019
+
3020
+ #: my-calendar-settings.php:601
3021
+ #@ my-calendar
3022
+ msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
3023
+ msgstr ""
3024
+
3025
+ #: my-calendar-settings.php:604
3026
+ #@ my-calendar
3027
+ msgid "Select Location Label"
3028
+ msgstr ""
3029
+
3030
+ #: my-calendar-settings.php:607
3031
+ #@ my-calendar
3032
+ msgid "Location Options"
3033
+ msgstr ""
3034
+
3035
+ #: my-calendar-settings.php:617
3036
+ #@ my-calendar
3037
+ msgid "Location Type"
3038
+ msgstr ""
3039
+
3040
+ #: my-calendar-settings.php:630
3041
+ #@ my-calendar
3042
+ msgid "Save User Settings"
3043
+ msgstr ""
3044
+
3045
+ #: my-calendar-styles.php:79
3046
+ #@ my-calendar
3047
+ msgid "The stylesheet has been updated."
3048
+ msgstr ""
3049
+
3050
+ #: my-calendar-styles.php:79
3051
+ #@ my-calendar
3052
+ msgid "Write Error! Please verify write permissions on the style file."
3053
+ msgstr ""
3054
+
3055
+ #: my-calendar-styles.php:93
3056
+ #@ my-calendar
3057
+ msgid "Stylesheet reset to default."
3058
+ msgstr ""
3059
+
3060
+ #: my-calendar-styles.php:96
3061
+ #@ my-calendar
3062
+ msgid "Style Settings Saved"
3063
+ msgstr ""
3064
+
3065
+ #: my-calendar-styles.php:105
3066
+ #@ my-calendar
3067
+ msgid "New theme selected."
3068
+ msgstr ""
3069
+
3070
+ #: my-calendar-styles.php:121
3071
+ #@ my-calendar
3072
+ msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
3073
+ msgstr ""
3074
+
3075
+ #: my-calendar-styles.php:141
3076
+ #@ my-calendar
3077
+ msgid "Select My Calendar Theme"
3078
+ msgstr ""
3079
+
3080
+ #: my-calendar-styles.php:149
3081
+ #@ default
3082
+ msgid "Your Custom Stylesheets"
3083
+ msgstr ""
3084
+
3085
+ #: my-calendar-styles.php:158
3086
+ #@ my-calendar
3087
+ msgid "Installed Stylesheets"
3088
+ msgstr ""
3089
+
3090
+ #: my-calendar-styles.php:166
3091
+ #@ my-calendar
3092
+ msgid "Choose Style"
3093
+ msgstr ""
3094
+
3095
+ #: my-calendar-styles.php:179
3096
+ #@ my-calendar
3097
+ msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
3098
+ msgstr ""
3099
+
3100
+ #: my-calendar-styles.php:189
3101
+ #@ my-calendar
3102
+ msgid "Apply CSS only on these pages (comma separated page IDs)"
3103
+ msgstr ""
3104
+
3105
+ #: my-calendar-styles.php:192
3106
+ #@ my-calendar
3107
+ msgid "Restore My Calendar stylesheet"
3108
+ msgstr ""
3109
+
3110
+ #: my-calendar-styles.php:208
3111
+ #@ my-calendar
3112
+ msgid "Comparing Your Style with latest installed version of My Calendar"
3113
+ msgstr ""
3114
+
3115
+ #: my-calendar-styles.php:212
3116
+ #@ my-calendar
3117
+ msgid "There have been updates to the stylesheet."
3118
+ msgstr ""
3119
+
3120
+ #: my-calendar-styles.php:212
3121
+ #@ my-calendar
3122
+ msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3123
+ msgstr ""
3124
+
3125
+ #: my-calendar-styles.php:216
3126
+ #@ my-calendar
3127
+ msgid "Your stylesheet matches that included with My Calendar."
3128
+ msgstr ""
3129
+
3130
+ #: my-calendar-styles.php:224
3131
+ #@ my-calendar
3132
+ msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3133
+ msgstr ""
3134
+
3135
+ #: my-calendar-templates.php:39
3136
+ #, php-format
3137
+ #@ my-calendar
3138
+ msgid "Map<span> to %s</span>"
3139
+ msgstr ""
3140
+
3141
+ #: my-calendar-templates.php:59
3142
+ #: my-calendar-templates.php:105
3143
+ #, php-format
3144
+ #@ my-calendar
3145
+ msgid "Visit web site<span>: %s</span>"
3146
+ msgstr ""
3147
+
3148
+ #: my-calendar-templates.php:114
3149
+ #, php-format
3150
+ #@ my-calendar
3151
+ msgid "Date of Month (the %s of each month)"
3152
+ msgstr ""
3153
+
3154
+ #: my-calendar-templates.php:115
3155
+ #, php-format
3156
+ #@ my-calendar
3157
+ msgid "Day of Month (the %s %s of each month)"
3158
+ msgstr ""
3159
+
3160
+ #: my-calendar-templating.php:18
3161
+ #@ my-calendar
3162
+ msgid "Grid Output Template saved"
3163
+ msgstr ""
3164
+
3165
+ #: my-calendar-templating.php:30
3166
+ #@ my-calendar
3167
+ msgid "List Output Template saved"
3168
+ msgstr ""
3169
+
3170
+ #: my-calendar-templating.php:41
3171
+ #@ my-calendar
3172
+ msgid "Mini Output Template saved"
3173
+ msgstr ""
3174
+
3175
+ #: my-calendar-templating.php:52
3176
+ #@ my-calendar
3177
+ msgid "Event Details Template saved"
3178
+ msgstr ""
3179
+
3180
+ #: my-calendar-templating.php:69
3181
+ #@ my-calendar
3182
+ msgid "My Calendar Information Templates"
3183
+ msgstr ""
3184
+
3185
+ #: my-calendar-templating.php:75
3186
+ #@ my-calendar
3187
+ msgid "Title of the event."
3188
+ msgstr ""
3189
+
3190
+ #: my-calendar-templating.php:78
3191
+ #@ my-calendar
3192
+ msgid "Title of the event as a link if a URL is present, or the title alone if not."
3193
+ msgstr ""
3194
+
3195
+ #: my-calendar-templating.php:81
3196
+ #@ my-calendar
3197
+ msgid "Start time for the event."
3198
+ msgstr ""
3199
+
3200
+ #: my-calendar-templating.php:84
3201
+ #@ my-calendar
3202
+ msgid "Event times adjusted to the current user's time zone if set."
3203
+ msgstr ""
3204
+
3205
+ #: my-calendar-templating.php:87
3206
+ #@ my-calendar
3207
+ msgid "Date on which the event begins."
3208
+ msgstr ""
3209
+
3210
+ #: my-calendar-templating.php:90
3211
+ #@ my-calendar
3212
+ msgid "Date on which the event ends."
3213
+ msgstr ""
3214
+
3215
+ #: my-calendar-templating.php:93
3216
+ #@ my-calendar
3217
+ msgid "Time at which the event ends."
3218
+ msgstr ""
3219
+
3220
+ #: my-calendar-templating.php:96
3221
+ #@ my-calendar
3222
+ msgid "Author who posted the event."
3223
+ msgstr ""
3224
+
3225
+ #: my-calendar-templating.php:99
3226
+ #@ my-calendar
3227
+ msgid "Name of the assigned host for the event."
3228
+ msgstr ""
3229
+
3230
+ #: my-calendar-templating.php:102
3231
+ #@ my-calendar
3232
+ msgid "Email for the person assigned as host."
3233
+ msgstr ""
3234
+
3235
+ #: my-calendar-templating.php:105
3236
+ #@ my-calendar
3237
+ msgid "Short event description."
3238
+ msgstr ""
3239
+
3240
+ #: my-calendar-templating.php:108
3241
+ #@ my-calendar
3242
+ msgid "Description of the event."
3243
+ msgstr ""
3244
+
3245
+ #: my-calendar-templating.php:114
3246
+ #@ my-calendar
3247
+ msgid "URL provided for the event."
3248
+ msgstr ""
3249
+
3250
+ #: my-calendar-templating.php:117
3251
+ #@ my-calendar
3252
+ msgid "Link to an auto-generated page containing information about the event."
3253
+ msgstr ""
3254
+
3255
+ #: my-calendar-templating.php:120
3256
+ #@ my-calendar
3257
+ msgid "Whether event is currently open for registration."
3258
+ msgstr ""
3259
+
3260
+ #: my-calendar-templating.php:123
3261
+ #@ my-calendar
3262
+ msgid "Current status of event: either \"Published\" or \"Reserved.\""
3263
+ msgstr ""
3264
+
3265
+ #: my-calendar-templating.php:129
3266
+ #@ my-calendar
3267
+ msgid "Name of the location of the event."
3268
+ msgstr ""
3269
+
3270
+ #: my-calendar-templating.php:132
3271
+ #@ my-calendar
3272
+ msgid "First line of the site address."
3273
+ msgstr ""
3274
+
3275
+ #: my-calendar-templating.php:135
3276
+ #@ my-calendar
3277
+ msgid "Second line of the site address."
3278
+ msgstr ""
3279
+
3280
+ #: my-calendar-templating.php:138
3281
+ #@ my-calendar
3282
+ msgid "City."
3283
+ msgstr ""
3284
+
3285
+ #: my-calendar-templating.php:141
3286
+ #@ my-calendar
3287
+ msgid "State."
3288
+ msgstr ""
3289
+
3290
+ #: my-calendar-templating.php:144
3291
+ #@ my-calendar
3292
+ msgid "Postal code/zip code."
3293
+ msgstr ""
3294
+
3295
+ #: my-calendar-templating.php:147
3296
+ #@ my-calendar
3297
+ msgid "Custom region."
3298
+ msgstr ""
3299
+
3300
+ #: my-calendar-templating.php:150
3301
+ #@ my-calendar
3302
+ msgid "Country for the event location."
3303
+ msgstr ""
3304
+
3305
+ #: my-calendar-templating.php:153
3306
+ #@ my-calendar
3307
+ msgid "Output the URL for the location."
3308
+ msgstr ""
3309
+
3310
+ #: my-calendar-templating.php:156
3311
+ #@ my-calendar
3312
+ msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3313
+ msgstr ""
3314
+
3315
+ #: my-calendar-templating.php:159
3316
+ #@ my-calendar
3317
+ msgid "Link to Google Map to the event, if address information is available."
3318
+ msgstr ""
3319
+
3320
+ #: my-calendar-templating.php:165
3321
+ #@ my-calendar
3322
+ msgid "Name of the category of the event."
3323
+ msgstr ""
3324
+
3325
+ #: my-calendar-templating.php:168
3326
+ #@ my-calendar
3327
+ msgid "URL for the event's category icon."
3328
+ msgstr ""
3329
+
3330
+ #: my-calendar-templating.php:171
3331
+ #@ my-calendar
3332
+ msgid "Hex code for the event's category color."
3333
+ msgstr ""
3334
+
3335
+ #: my-calendar-templating.php:174
3336
+ #@ my-calendar
3337
+ msgid "ID of the category of the event."
3338
+ msgstr ""
3339
+
3340
+ #: my-calendar-templating.php:177
3341
+ #@ my-calendar
3342
+ msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3343
+ msgstr ""
3344
+
3345
+ #: my-calendar-templating.php:177
3346
+ #@ my-calendar
3347
+ msgid "Templates Help"
3348
+ msgstr ""
3349
+
3350
+ #: my-calendar-templating.php:180
3351
+ #@ my-calendar
3352
+ msgid "My Calendar: Grid Event Template"
3353
+ msgstr ""
3354
+
3355
+ #: my-calendar-templating.php:185
3356
+ #@ my-calendar
3357
+ msgid "Use this grid event template"
3358
+ msgstr ""
3359
+
3360
+ #: my-calendar-templating.php:188
3361
+ #@ my-calendar
3362
+ msgid "Your custom template for events in the calendar grid output."
3363
+ msgstr ""
3364
+
3365
+ #: my-calendar-templating.php:191
3366
+ #@ my-calendar
3367
+ msgid "Save Grid Template"
3368
+ msgstr ""
3369
+
3370
+ #: my-calendar-templating.php:200
3371
+ #@ my-calendar
3372
+ msgid "My Calendar: List Event Template"
3373
+ msgstr ""
3374
+
3375
+ #: my-calendar-templating.php:205
3376
+ #@ my-calendar
3377
+ msgid "Use this list event template"
3378
+ msgstr ""
3379
+
3380
+ #: my-calendar-templating.php:208
3381
+ #@ my-calendar
3382
+ msgid "Your custom template for events in calendar list output."
3383
+ msgstr ""
3384
+
3385
+ #: my-calendar-templating.php:211
3386
+ #@ my-calendar
3387
+ msgid "Save List Template"
3388
+ msgstr ""
3389
+
3390
+ #: my-calendar-templating.php:220
3391
+ #@ my-calendar
3392
+ msgid "My Calendar: Mini Calendar Template"
3393
+ msgstr ""
3394
+
3395
+ #: my-calendar-templating.php:225
3396
+ #@ my-calendar
3397
+ msgid "Use this mini event template"
3398
+ msgstr ""
3399
+
3400
+ #: my-calendar-templating.php:228
3401
+ #@ my-calendar
3402
+ msgid "Your custom template for events in sidebar/mini calendar output."
3403
+ msgstr ""
3404
+
3405
+ #: my-calendar-templating.php:231
3406
+ #@ my-calendar
3407
+ msgid "Save Mini Template"
3408
+ msgstr ""
3409
+
3410
+ #: my-calendar-templating.php:240
3411
+ #@ my-calendar
3412
+ msgid "My Calendar: Event Details Page Template"
3413
+ msgstr ""
3414
+
3415
+ #: my-calendar-templating.php:245
3416
+ #@ my-calendar
3417
+ msgid "Use this details template"
3418
+ msgstr ""
3419
+
3420
+ #: my-calendar-templating.php:248
3421
+ #@ my-calendar
3422
+ msgid "Your custom template for events on the event details page."
3423
+ msgstr ""
3424
+
3425
+ #: my-calendar-templating.php:251
3426
+ #@ my-calendar
3427
+ msgid "Save Details Template"
3428
+ msgstr ""
3429
+
3430
+ #: my-calendar-upgrade-db.php:25
3431
+ #@ my-calendar
3432
+ msgid "Update now."
3433
+ msgstr ""
3434
+
3435
+ #: my-calendar-user.php:34
3436
+ #@ my-calendar
3437
+ msgid "My Calendar User Settings"
3438
+ msgstr ""
3439
+
3440
+ #: my-calendar-widgets.php:5
3441
+ #@ my-calendar
3442
+ msgid "My Calendar: Today's Events"
3443
+ msgstr ""
3444
+
3445
+ #: my-calendar-widgets.php:44
3446
+ #@ my-calendar
3447
+ msgid "Add calendar URL to use this option."
3448
+ msgstr ""
3449
+
3450
+ #: my-calendar-widgets.php:46
3451
+ #: my-calendar-widgets.php:132
3452
+ #@ my-calendar
3453
+ msgid "Link widget title to calendar:"
3454
+ msgstr ""
3455
+
3456
+ #: my-calendar-widgets.php:47
3457
+ #: my-calendar-widgets.php:133
3458
+ #@ my-calendar
3459
+ msgid "Not Linked"
3460
+ msgstr ""
3461
+
3462
+ #: my-calendar-widgets.php:48
3463
+ #: my-calendar-widgets.php:134
3464
+ #@ my-calendar
3465
+ msgid "Linked"
3466
+ msgstr ""
3467
+
3468
+ #: my-calendar-widgets.php:56
3469
+ #: my-calendar-widgets.php:163
3470
+ #: my-calendar-widgets.php:498
3471
+ #@ my-calendar
3472
+ msgid "Category or categories to display:"
3473
+ msgstr ""
3474
+
3475
+ #: my-calendar-widgets.php:77
3476
+ #@ my-calendar
3477
+ msgid "My Calendar: Upcoming Events"
3478
+ msgstr ""
3479
+
3480
+ #: my-calendar-widgets.php:130
3481
+ #@ my-calendar
3482
+ msgid "Add calendar URL in settings to use this option."
3483
+ msgstr ""
3484
+
3485
+ #: my-calendar-widgets.php:145
3486
+ #@ my-calendar
3487
+ msgid "Skip the first <em>n</em> events"
3488
+ msgstr ""
3489
+
3490
+ #: my-calendar-widgets.php:148
3491
+ #@ my-calendar
3492
+ msgid "Events sort order:"
3493
+ msgstr ""
3494
+
3495
+ #: my-calendar-widgets.php:149
3496
+ #@ my-calendar
3497
+ msgid "Ascending (near to far)"
3498
+ msgstr ""
3499
+
3500
+ #: my-calendar-widgets.php:150
3501
+ #@ my-calendar
3502
+ msgid "Descending (far to near)"
3503
+ msgstr ""
3504
+
3505
+ #: my-calendar-widgets.php:159
3506
+ #@ my-calendar
3507
+ msgid "Show this text if there are no events meeting your criteria:"
3508
+ msgstr ""
3509
+
3510
+ #: my-calendar-widgets.php:455
3511
+ #@ my-calendar
3512
+ msgid "My Calendar: Mini Calendar"
3513
+ msgstr ""
3514
+
3515
+ #: my-calendar-widgets.php:502
3516
+ #@ my-calendar
3517
+ msgid "Show Next/Previous Navigation:"
3518
+ msgstr ""
3519
+
3520
+ #: my-calendar-widgets.php:508
3521
+ #@ my-calendar
3522
+ msgid "Show Category Key:"
3523
+ msgstr ""
3524
+
3525
+ #: my-calendar-widgets.php:514
3526
+ #@ my-calendar
3527
+ msgid "Mini-Calendar Timespan:"
3528
+ msgstr ""
3529
+
3530
+ #: my-calendar.php:121
3531
+ #@ my-calendar
3532
+ msgid "Buy the Beginner's Guide"
3533
+ msgstr ""
3534
+
3535
+ #: my-calendar.php:162
3536
+ #@ my-calendar
3537
+ msgid "Behavior Editor"
3538
+ msgstr ""
3539
+
3540
+ #: my-calendar.php:163
3541
+ #@ my-calendar
3542
+ msgid "Template Editor"
3543
+ msgstr ""
3544
+
3545
+ #: my-calendar.php:167
3546
+ #@ my-calendar
3547
+ msgid "My Calendar Pro Settings"
3548
+ msgstr ""
3549
+
lang/my-calendar-pt_BR.mo CHANGED
Binary file
lang/my-calendar-pt_BR.po CHANGED
@@ -1,8 +1,3 @@
1
- # Translation of the WordPress plugin My Calendar 1.6.2 by Joseph C Dolson.
2
- # Copyright (C) 2010 Joseph C Dolson
3
- # This file is distributed under the same license as the My Calendar package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: My Calendar 1.6.2\n"
@@ -14,1623 +9,3537 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=utf-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
-
18
- #: my-calendar-behaviors.php:32
 
 
 
 
 
 
 
 
 
 
19
  msgid "Behavior Settings saved"
20
  msgstr "Comportamento Configurações salvas"
21
 
22
- #: my-calendar-behaviors.php:52
 
23
  msgid "My Calendar Behaviors"
24
  msgstr "Comportamentos do Calendário"
25
 
26
- #: my-calendar-behaviors.php:56
 
27
  msgid "Calendar Behavior Settings"
28
  msgstr "Comportamento do calendário: Definições"
29
 
30
- #: my-calendar-behaviors.php:60
 
31
  msgid "Apply JavaScript only on these pages (comma separated page IDs)"
32
  msgstr "Aplicar JavaScript apenas nestas páginas (IDs das páginas separados por vírgula)"
33
 
34
- #: my-calendar-behaviors.php:63
 
35
  msgid "Calendar Behaviors: Calendar View"
36
  msgstr "Comportamentos do Calendário: Ver Calendário"
37
 
38
- #: my-calendar-behaviors.php:65
39
- msgid "Reset the My Calendar Calendar Javascript"
40
- msgstr "Redefinir (reset) o Javascript do Calendário"
41
-
42
- #: my-calendar-behaviors.php:65
43
  msgid "Disable Calendar Javascript Effects"
44
  msgstr "Desativar os efeitos JavaScript no Calendário"
45
 
46
- #: my-calendar-behaviors.php:68
 
47
  msgid "Edit the jQuery scripts for My Calendar in Calendar format"
48
  msgstr "Editar os scripts jQuery para o Calendário no formato de calendário"
49
 
50
- #: my-calendar-behaviors.php:71
51
- #: my-calendar-behaviors.php:83
52
- #: my-calendar-behaviors.php:95
53
- #: my-calendar-styles.php:54
 
 
54
  msgid "Save"
55
  msgstr "Salvar"
56
 
57
- #: my-calendar-behaviors.php:75
 
58
  msgid "Calendar Behaviors: List View"
59
  msgstr "Comportamentos de calendário: Exibir lista"
60
 
61
- #: my-calendar-behaviors.php:77
62
- msgid "Reset the My Calendar List Javascript"
63
- msgstr "Redefinir (reset) no calendário a lista JavaScript"
64
-
65
- #: my-calendar-behaviors.php:77
66
  msgid "Disable List Javascript Effects"
67
  msgstr "Desativar a lista de efeitos de JavaScript"
68
 
69
- #: my-calendar-behaviors.php:80
 
70
  msgid "Edit the jQuery scripts for My Calendar in List format"
71
  msgstr "Edite os scripts jQuery para o calendário em formato de lista"
72
 
73
- #: my-calendar-behaviors.php:87
 
74
  msgid "Calendar Behaviors: Mini Calendar View"
75
  msgstr "Comportamentos do Calendário: Ver Calendário Mini"
76
 
77
- #: my-calendar-behaviors.php:89
78
- msgid "Reset the My Calendar Mini Format Javascript"
79
- msgstr "Redefinir(reset) o Javascript do Calendário Formato Mini"
80
-
81
- #: my-calendar-behaviors.php:89
82
  msgid "Disable Mini Javascript Effects"
83
  msgstr "Desativar Efeitos Javascript em Mini"
84
 
85
- #: my-calendar-behaviors.php:92
 
86
  msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
87
  msgstr "Edite os scripts jQuery para o Calendário no formato Mini Calendário"
88
 
89
- #: my-calendar-categories.php:41
 
90
  msgid "Category added successfully"
91
  msgstr "Categoria adicionada com sucesso"
92
 
93
- #: my-calendar-categories.php:43
 
94
  msgid "Category addition failed."
95
  msgstr "Falha ao adicionar categoria."
96
 
97
- #: my-calendar-categories.php:53
 
98
  msgid "Category deleted successfully. Categories in calendar updated."
99
  msgstr "Categoria excluída com sucesso. Categorias atualizadas no Calendário."
100
 
101
- #: my-calendar-categories.php:55
 
102
  msgid "Category deleted successfully. Categories in calendar not updated."
103
  msgstr "Categoria excluída com sucesso. Categorias não atualizadas no Calendário."
104
 
105
- #: my-calendar-categories.php:57
 
106
  msgid "Category not deleted. Categories in calendar updated."
107
  msgstr "Categoria não foi excluída. Categorias atualizadas no Calendário."
108
 
109
- #: my-calendar-categories.php:66
 
110
  msgid "Category edited successfully"
111
  msgstr "Categoria editada com sucesso"
112
 
113
- #: my-calendar-categories.php:88
114
- #: my-calendar-categories.php:112
115
- #: my-calendar-categories.php:130
 
116
  msgid "Add Category"
117
  msgstr "Adicionar Categoria"
118
 
119
- #: my-calendar-categories.php:90
120
- #: my-calendar-categories.php:112
 
121
  msgid "Edit Category"
122
  msgstr "Editar Categoria"
123
 
124
- #: my-calendar-categories.php:97
 
125
  msgid "Category Editor"
126
  msgstr "Editor da categoria"
127
 
128
- #: my-calendar-categories.php:113
129
- #: my-calendar-categories.php:156
 
130
  msgid "Category Name"
131
  msgstr "Nome da Categoria"
132
 
133
- #: my-calendar-categories.php:114
 
134
  msgid "Category Color (Hex format)"
135
  msgstr "Cor da Categoria (formato Hex)"
136
 
137
- #: my-calendar-categories.php:115
138
- #: my-calendar-categories.php:158
 
139
  msgid "Category Icon"
140
  msgstr "Ícone da Categoria"
141
 
142
- #: my-calendar-categories.php:130
143
- #: my-calendar-locations.php:121
 
144
  msgid "Save Changes"
145
  msgstr "Salvar Alterações"
146
 
147
- #: my-calendar-categories.php:143
148
- #: my-calendar.php:186
 
149
  msgid "Manage Categories"
150
  msgstr "Gerenciar Categorias"
151
 
152
- #: my-calendar-categories.php:155
153
- #: my-calendar-event-manager.php:682
154
- #: my-calendar-locations.php:147
 
 
155
  msgid "ID"
156
  msgstr "ID"
157
 
158
- #: my-calendar-categories.php:157
 
159
  msgid "Category Color"
160
  msgstr "Cor da Categoria"
161
 
162
- #: my-calendar-categories.php:159
163
- #: my-calendar-categories.php:173
164
- #: my-calendar-event-manager.php:743
165
- #: my-calendar-locations.php:149
166
- #: my-calendar-locations.php:161
 
 
 
167
  msgid "Edit"
168
  msgstr "Editar"
169
 
170
- #: my-calendar-categories.php:160
171
- #: my-calendar-categories.php:179
172
- #: my-calendar-event-manager.php:73
173
- #: my-calendar-event-manager.php:743
174
- #: my-calendar-locations.php:150
175
- #: my-calendar-locations.php:162
 
 
176
  msgid "Delete"
177
  msgstr "Excluir"
178
 
179
- #: my-calendar-categories.php:176
180
- #: my-calendar-event-manager.php:724
181
- #: my-calendar-output.php:128
182
- #: my-calendar-settings.php:248
 
 
183
  msgid "N/A"
184
  msgstr "N/A"
185
 
186
- #: my-calendar-categories.php:179
187
- #: my-calendar-locations.php:162
 
188
  msgid "Are you sure you want to delete this category?"
189
  msgstr "Tem certeza que quer excluir esta categoria?"
190
 
191
- #: my-calendar-categories.php:190
 
192
  msgid "There are no categories in the database - something has gone wrong!"
193
  msgstr "Não há categorias no banco de dados - algo está errado!"
194
 
195
- #: my-calendar-event-manager.php:27
196
- #: my-calendar-settings.php:436
 
197
  msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
198
  msgstr "O Calendário identificou que você tem instalado o plugin My Calendar por Kieran O'Shea. Você pode importar os eventos e categorias do banco de dados do My Calendar. Gostaria de importar esses eventos?"
199
 
200
- #: my-calendar-event-manager.php:33
201
- #: my-calendar-settings.php:442
 
202
  msgid "Import from Calendar"
203
  msgstr "Importação do Calendário"
204
 
205
- #: my-calendar-event-manager.php:38
 
206
  msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
207
  msgstr "Embora seja possível esta importação falhar e deixar de importar os seus eventos corretamente, não deve ter nenhum impacto sobre o banco de dados do Calendário existente. Se você encontrar quaisquer problemas, <a href=\"http://www.joedolson.com/contact.php\"> entre em contato comigo</a> !"
208
 
209
- #: my-calendar-event-manager.php:68
 
210
  msgid "Delete Event"
211
  msgstr "Excluir Evento"
212
 
213
- #: my-calendar-event-manager.php:68
 
214
  msgid "Are you sure you want to delete this event?"
215
  msgstr "Tem certeza que quer apagar este evento?"
216
 
217
- #: my-calendar-event-manager.php:81
 
218
  msgid "You do not have permission to delete that event."
219
  msgstr "Você não tem permissão para excluir o evento."
220
 
221
- #: my-calendar-event-manager.php:96
222
- #: my-calendar-event-manager.php:211
223
  msgid "You do not have permission to approve that event."
224
  msgstr "Você não tem permissão para aprovar esse evento."
225
 
226
- #: my-calendar-event-manager.php:110
227
- #: my-calendar-event-manager.php:225
228
  msgid "You do not have permission to reject that event."
229
  msgstr "Você não tem permissão para rejeitar esse evento."
230
 
231
- #: my-calendar-event-manager.php:133
232
- #: my-calendar-event-manager.php:156
233
- #: my-calendar-event-manager.php:180
234
- #: my-calendar-event-manager.php:195
235
- #: my-calendar-event-manager.php:875
236
- #: my-calendar-event-manager.php:880
237
- #: my-calendar-event-manager.php:885
238
- #: my-calendar-event-manager.php:897
239
- #: my-calendar-event-manager.php:907
240
- #: my-calendar-event-manager.php:915
241
- #: my-calendar-event-manager.php:924
242
- #: my-calendar-event-manager.php:932
 
 
 
 
 
243
  msgid "Error"
244
  msgstr "Erro"
245
 
246
- #: my-calendar-event-manager.php:133
 
247
  msgid "I'm sorry! I couldn't add that event to the database."
248
  msgstr "Desculpe! Esse Evento não pode ser adicionar ao banco de dados."
249
 
250
- #: my-calendar-event-manager.php:135
 
251
  msgid "Event added. It will now show in your calendar."
252
  msgstr "Evento adicionado. Agora será exibido no seu calendário."
253
 
254
- #: my-calendar-event-manager.php:156
 
 
255
  msgid "Your event was not updated."
256
  msgstr "Seu Evento não foi atualizado."
257
 
258
- #: my-calendar-event-manager.php:160
 
 
 
 
259
  msgid "Nothing was changed in that update."
260
  msgstr "Nada foi alterado com a atualização."
261
 
262
- #: my-calendar-event-manager.php:164
 
 
 
263
  msgid "Event updated successfully"
264
  msgstr "Evento atualizado com sucesso"
265
 
266
- #: my-calendar-event-manager.php:170
 
 
267
  msgid "You do not have sufficient permissions to edit that event."
268
  msgstr "Você não tem permissões para editar esse evento."
269
 
270
- #: my-calendar-event-manager.php:180
 
271
  msgid "You can't delete an event if you haven't submitted an event id"
272
  msgstr "Não é possível excluir um evento se você ainda não enviou um ID de Evento"
273
 
274
- #: my-calendar-event-manager.php:191
 
275
  msgid "Event deleted successfully"
276
  msgstr "Evento excluido com sucesso"
277
 
278
- #: my-calendar-event-manager.php:195
 
279
  msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
280
  msgstr "Apesar de emitir um pedido para excluir, o evento permanece no banco de dados. Por favor, investigar."
281
 
282
- #: my-calendar-event-manager.php:242
283
- #: my-calendar-event-manager.php:345
 
284
  msgid "Edit Event"
285
  msgstr "Editar Evento"
286
 
287
- #: my-calendar-event-manager.php:246
288
- #: my-calendar-event-manager.php:255
 
289
  msgid "You must provide an event id in order to edit it"
290
  msgstr "Você deve fornecer um ID de evento, para editá-lo"
291
 
292
- #: my-calendar-event-manager.php:251
293
- #: my-calendar-event-manager.php:345
294
  msgid "Copy Event"
295
  msgstr "Copiar Evento"
296
 
297
- #: my-calendar-event-manager.php:261
 
 
298
  msgid "Add Event"
299
  msgstr "Adicionar Evento"
300
 
301
- #: my-calendar-event-manager.php:266
 
302
  msgid "Manage Events"
303
  msgstr "Gerenciar Eventos"
304
 
305
- #: my-calendar-event-manager.php:317
 
 
306
  msgid "Sorry! That's an invalid event key."
307
  msgstr "Desculpe! Esta é uma entrada inválida de Evento."
308
 
309
- #: my-calendar-event-manager.php:322
 
 
310
  msgid "Sorry! We couldn't find an event with that ID."
311
  msgstr "Desculpe! Não encontramos um evento com essa identificação (ID)."
312
 
313
- #: my-calendar-event-manager.php:345
314
- msgid "Add an Event"
315
- msgstr "Adicionar um evento"
316
-
317
- #: my-calendar-event-manager.php:349
318
  msgid "This event must be approved in order for it to appear on the calendar."
319
  msgstr "Esse evento precisa ser aprovado para que ele apareça no calendário."
320
 
321
- #: my-calendar-event-manager.php:364
 
 
322
  msgid "Enter your Event Information"
323
  msgstr "Digite as informações do Evento"
324
 
325
- #: my-calendar-event-manager.php:366
 
 
326
  msgid "Event Title"
327
  msgstr "Título do Evento"
328
 
329
- #: my-calendar-event-manager.php:370
 
330
  msgid "Publish"
331
  msgstr "Publicar"
332
 
333
- #: my-calendar-event-manager.php:370
 
334
  msgid "You must approve this event to promote it to the calendar."
335
  msgstr "Você precisa aprovar esse evento para publicá-lo no calendário."
336
 
337
- #: my-calendar-event-manager.php:372
 
338
  msgid "An administrator must approve your new event."
339
  msgstr "Um administrador deve aprovar o seu novo evento."
340
 
341
- #: my-calendar-event-manager.php:384
 
 
342
  msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
343
  msgstr "Descrição do evento (<abbr title=\"linguagem de marcação de hipertext\">HTML </abbr> permitido)"
344
 
345
- #: my-calendar-event-manager.php:389
 
 
346
  msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
347
  msgstr "Breve descrição do evento (<abbr title=\"linguagem de marcação de hipertext\">HTML </abbr> permitido)"
348
 
349
- #: my-calendar-event-manager.php:405
 
 
350
  msgid "Event Host"
351
  msgstr "Anfitrião do Evento"
352
 
353
- #: my-calendar-event-manager.php:426
 
 
354
  msgid "Event Category"
355
  msgstr "Categoria do Evento"
356
 
357
- #: my-calendar-event-manager.php:451
 
 
358
  msgid "Event Link (Optional)"
359
  msgstr "Link do Evento(Opcional)"
360
 
361
- #: my-calendar-event-manager.php:451
 
 
362
  msgid "This link will expire when the event passes."
363
  msgstr "Este link irá expirar quando o evento passar."
364
 
365
- #: my-calendar-event-manager.php:455
 
366
  msgid "Start Date (YYYY-MM-DD)"
367
  msgstr "Data de início (AAAA-MM-DD)"
368
 
369
- #: my-calendar-event-manager.php:458
370
- msgid "End Date (YYYY-MM-DD) (Optional)"
371
- msgstr "Data de Término (AAAA-MM-DD) (Opcional)"
372
-
373
- #: my-calendar-event-manager.php:461
374
- msgid "Time (hh:mm)"
375
- msgstr "Hora (hh:mm)"
376
-
377
- #: my-calendar-event-manager.php:473
378
- msgid "Optional, set blank if your event is an all-day event or does not happen at a specific time."
379
- msgstr "Opcional, definido Em Branco se o evento é de dia inteiro ou não acontece em um momento específico."
380
-
381
- #: my-calendar-event-manager.php:473
382
  msgid "Current time difference from GMT is "
383
  msgstr "A diferença do tempo GMT atual é "
384
 
385
- #: my-calendar-event-manager.php:473
 
386
  msgid " hour(s)"
387
  msgstr "hora(s)"
388
 
389
- #: my-calendar-event-manager.php:476
390
- msgid "End Time (hh:mm)"
391
- msgstr "Hora do fim (hh:mm)"
392
-
393
- #: my-calendar-event-manager.php:486
394
- msgid "Optional. End times will not be displayed on events where this is not set."
395
- msgstr "Opcional. \"End times\" não serão exibidos nos eventos em que estas configurações não estão definidas."
396
-
397
- #: my-calendar-event-manager.php:491
398
  msgid "Recurring Events"
399
  msgstr "Eventos Recorrentes"
400
 
401
- #: my-calendar-event-manager.php:494
 
402
  msgid "Repeats for"
403
  msgstr "Repete "
404
 
405
- #: my-calendar-event-manager.php:495
 
406
  msgid "Units"
407
  msgstr "Unidades"
408
 
409
- #: my-calendar-event-manager.php:496
 
 
410
  msgid "Does not recur"
411
  msgstr "Não repete"
412
 
413
- #: my-calendar-event-manager.php:497
414
- #: my-calendar-event-manager.php:716
 
 
 
415
  msgid "Daily"
416
  msgstr "Diário"
417
 
418
- #: my-calendar-event-manager.php:498
419
- #: my-calendar-event-manager.php:717
 
 
 
420
  msgid "Weekly"
421
  msgstr "Semanal"
422
 
423
- #: my-calendar-event-manager.php:499
 
 
424
  msgid "Bi-weekly"
425
  msgstr "Bi-semanal"
426
 
427
- #: my-calendar-event-manager.php:500
 
428
  msgid "Date of Month (e.g., the 24th of each month)"
429
  msgstr "Data do mês (por exemplo, a 24 de cada mês)"
430
 
431
- #: my-calendar-event-manager.php:501
 
432
  msgid "Day of Month (e.g., the 3rd Monday of each month)"
433
  msgstr "Dia do mês (por exemplo, a terceira segunda-feira de cada mês)"
434
 
435
- #: my-calendar-event-manager.php:502
 
 
436
  msgid "Annually"
437
  msgstr "Anualmente"
438
 
439
- #: my-calendar-event-manager.php:504
440
- msgid "Entering 0 means forever, if a unit is selected. If the recurrence unit is left at \"Does not recur,\" the event will not reoccur."
441
- msgstr "Entrando 0 significa para sempre. Uma unidade selecionada marca a quantidade. Se for deixado em \"não se repita,\" o evento não ocorrerá novamente."
442
-
443
- #: my-calendar-event-manager.php:515
444
  msgid "Event Registration Status"
445
  msgstr "Status de registro do evento"
446
 
447
- #: my-calendar-event-manager.php:517
 
 
448
  msgid "Open"
449
  msgstr "Aberto"
450
 
451
- #: my-calendar-event-manager.php:518
 
 
452
  msgid "Closed"
453
  msgstr "Fechado"
454
 
455
- #: my-calendar-event-manager.php:519
 
 
456
  msgid "Does not apply"
457
  msgstr "Não se aplica"
458
 
459
- #: my-calendar-event-manager.php:522
 
 
460
  msgid "If this event recurs, it can only be registered for as a complete series."
461
  msgstr "Se este evento se repete, só pode ser registrado para uma série completa."
462
 
463
- #: my-calendar-event-manager.php:532
464
- #: my-calendar-locations.php:81
 
 
465
  msgid "Event Location"
466
  msgstr "Local do evento"
467
 
468
- #: my-calendar-event-manager.php:541
 
 
469
  msgid "Choose a preset location:"
470
  msgstr "Escolha um local pré-definido:"
471
 
472
- #: my-calendar-event-manager.php:555
 
 
473
  msgid "Add recurring locations for later use."
474
  msgstr "Adicionar locais recorrentes para uso posterior."
475
 
476
- #: my-calendar-event-manager.php:564
477
- #: my-calendar-locations.php:83
 
 
478
  msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
479
  msgstr "Todos os campos sobre o Local são opcionais: <em>informação insuficiente pode resultar em um mapa impreciso</em>."
480
 
481
- #: my-calendar-event-manager.php:567
482
- #: my-calendar-locations.php:86
 
 
483
  msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
484
  msgstr "Nome da localização (por exemplo, <em>Joe's Bar e churrascaria)</em>"
485
 
486
- #: my-calendar-event-manager.php:570
487
- #: my-calendar-locations.php:89
 
 
488
  msgid "Street Address"
489
  msgstr "Endereço 1"
490
 
491
- #: my-calendar-event-manager.php:573
492
- #: my-calendar-locations.php:92
 
 
493
  msgid "Street Address (2)"
494
  msgstr "Endereço (2)"
495
 
496
- #: my-calendar-event-manager.php:576
497
- #: my-calendar-locations.php:95
498
- #: my-calendar-settings.php:413
 
 
 
499
  msgid "City"
500
  msgstr "Cidade"
501
 
502
- #: my-calendar-event-manager.php:576
503
- #: my-calendar-locations.php:95
504
- #: my-calendar-settings.php:414
 
 
505
  msgid "State/Province"
506
  msgstr "Estado"
507
 
508
- #: my-calendar-event-manager.php:576
509
- #: my-calendar-locations.php:95
510
- #: my-calendar-settings.php:416
 
 
 
511
  msgid "Postal Code"
512
  msgstr "Código Postal (CEP)"
513
 
514
- #: my-calendar-event-manager.php:579
515
- #: my-calendar-locations.php:98
516
- #: my-calendar-settings.php:415
 
 
 
517
  msgid "Country"
518
  msgstr "País"
519
 
520
- #: my-calendar-event-manager.php:582
521
- #: my-calendar-locations.php:101
 
 
522
  msgid "Initial Zoom"
523
  msgstr "Zoom inicial"
524
 
525
- #: my-calendar-event-manager.php:584
526
- #: my-calendar-locations.php:103
 
 
527
  msgid "Neighborhood"
528
  msgstr "Bairro"
529
 
530
- #: my-calendar-event-manager.php:585
531
- #: my-calendar-locations.php:104
 
 
532
  msgid "Small City"
533
  msgstr "Pequena Cidade"
534
 
535
- #: my-calendar-event-manager.php:586
536
- #: my-calendar-locations.php:105
 
 
537
  msgid "Large City"
538
  msgstr "Cidade Grande"
539
 
540
- #: my-calendar-event-manager.php:587
541
- #: my-calendar-locations.php:106
 
 
542
  msgid "Greater Metro Area"
543
  msgstr "Região Metropolitana"
544
 
545
- #: my-calendar-event-manager.php:588
546
- #: my-calendar-locations.php:107
 
 
 
547
  msgid "State"
548
  msgstr "Estado"
549
 
550
- #: my-calendar-event-manager.php:589
551
- #: my-calendar-locations.php:108
 
 
 
 
 
 
 
552
  msgid "Region"
553
  msgstr "Região"
554
 
555
- #: my-calendar-event-manager.php:593
556
- #: my-calendar-locations.php:112
 
 
557
  msgid "GPS Coordinates (optional)"
558
  msgstr "Coordenadas GPS (opcional)"
559
 
560
- #: my-calendar-event-manager.php:595
 
 
561
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
562
  msgstr "Se você fornecer as coordenadas do GPS da localização, será usada no lugar das outras informações de endereço para fornecer o link do mapa."
563
 
564
- #: my-calendar-event-manager.php:598
565
- #: my-calendar-locations.php:117
 
 
566
  msgid "Longitude"
567
  msgstr "Longitude"
568
 
569
- #: my-calendar-event-manager.php:598
570
- #: my-calendar-locations.php:117
 
 
571
  msgid "Latitude"
572
  msgstr "Latitude"
573
 
574
- #: my-calendar-event-manager.php:606
 
575
  msgid "Save Event"
576
  msgstr "Salvar Evento"
577
 
578
- #: my-calendar-event-manager.php:683
 
 
579
  #: my-calendar-widgets.php:37
580
- #: my-calendar-widgets.php:122
 
 
581
  msgid "Title"
582
  msgstr "Título"
583
 
584
- #: my-calendar-event-manager.php:684
585
- msgid "Link"
586
- msgstr "Link"
587
-
588
- #: my-calendar-event-manager.php:685
589
- #: my-calendar-locations.php:148
590
  msgid "Location"
591
  msgstr "Localização"
592
 
593
- #: my-calendar-event-manager.php:686
 
 
 
594
  msgid "Description"
595
  msgstr "Descrição"
596
 
597
- #: my-calendar-event-manager.php:687
 
 
 
598
  msgid "Start Date"
599
  msgstr "Data de Início"
600
 
601
- #: my-calendar-event-manager.php:688
 
 
602
  msgid "Recurs"
603
  msgstr "Repete"
604
 
605
- #: my-calendar-event-manager.php:689
606
- #: my-calendar-settings.php:224
607
  #: my-calendar-settings.php:233
 
 
 
 
608
  msgid "Author"
609
  msgstr "Autor"
610
 
611
- #: my-calendar-event-manager.php:690
 
 
 
612
  msgid "Category"
613
  msgstr "Categoria"
614
 
615
- #: my-calendar-event-manager.php:691
 
616
  msgid "Edit / Delete"
617
  msgstr "Editar / Excluir"
618
 
619
- #: my-calendar-event-manager.php:715
 
 
620
  msgid "Never"
621
  msgstr "Nunca"
622
 
623
- #: my-calendar-event-manager.php:718
 
 
624
  msgid "Bi-Weekly"
625
  msgstr "Bi-semana"
626
 
627
- #: my-calendar-event-manager.php:719
 
 
628
  msgid "Monthly (by date)"
629
  msgstr "Mensal (por data)"
630
 
631
- #: my-calendar-event-manager.php:720
 
 
632
  msgid "Monthly (by day)"
633
  msgstr "Mensal (por dia)"
634
 
635
- #: my-calendar-event-manager.php:721
 
 
636
  msgid "Yearly"
637
  msgstr "Anual"
638
 
639
- #: my-calendar-event-manager.php:725
 
 
640
  msgid "Forever"
641
  msgstr "Para sempre"
642
 
643
- #: my-calendar-event-manager.php:726
644
- msgid "Times"
645
- msgstr "Tempos"
646
-
647
- #: my-calendar-event-manager.php:741
648
  msgid "Copy"
649
  msgstr "Cópia"
650
 
651
- #: my-calendar-event-manager.php:744
 
 
652
  msgid "Not editable."
653
  msgstr "Não é editável."
654
 
655
- #: my-calendar-event-manager.php:750
 
656
  msgid "Reject"
657
  msgstr "Rejeitar"
658
 
659
- #: my-calendar-event-manager.php:752
 
660
  msgid "Approve"
661
  msgstr "Aprovar"
662
 
663
- #: my-calendar-event-manager.php:757
 
664
  msgid "Approved"
665
  msgstr "Aprovado"
666
 
667
- #: my-calendar-event-manager.php:759
 
668
  msgid "Rejected"
669
  msgstr "Rejeitado"
670
 
671
- #: my-calendar-event-manager.php:761
 
672
  msgid "Awaiting Approval"
673
  msgstr "Aguardando aprovação"
674
 
675
- #: my-calendar-event-manager.php:774
 
 
676
  msgid "There are no events in the database!"
677
  msgstr "Não há eventos no banco de dados!"
678
 
679
- #: my-calendar-event-manager.php:875
 
680
  msgid "Your event end date must be either after or the same as your event begin date"
681
  msgstr "Sua data de término de evento deve ser depois ou a mesma que a data de início seu evento "
682
 
683
- #: my-calendar-event-manager.php:880
 
684
  msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
685
  msgstr "Sua formatação de data está correta, mas uma ou mais datas são inválidas. Verifique se o número de dias no mês ou erros relacionados com o ano bissexto."
686
 
687
- #: my-calendar-event-manager.php:885
 
688
  msgid "Both start and end dates must be in the format YYYY-MM-DD"
689
  msgstr "As datas de início e fim devem estar no formato AAAA-MM-DD"
690
 
691
- #: my-calendar-event-manager.php:897
 
692
  msgid "The time field must either be blank or be entered in the format hh:mm"
693
  msgstr "O campo da hora ou deve ser branco ou ser escrito no formato hh:mm"
694
 
695
- #: my-calendar-event-manager.php:907
 
696
  msgid "The end time field must either be blank or be entered in the format hh:mm"
697
  msgstr "O campo da hora final ou deve ser branco ou ser escrito no formato hh:mm "
698
 
699
- #: my-calendar-event-manager.php:915
700
- msgid "The URL entered must either be prefixed with http:// or be completely blank"
701
- msgstr "O URL digitado deve ser prefixado com http:// ou ser completamente em branco"
702
-
703
- #: my-calendar-event-manager.php:924
704
  msgid "The event title must be between 1 and 255 characters in length."
705
  msgstr "O título do evento deve ter entre 1 e 255 caracteres."
706
 
707
- #: my-calendar-event-manager.php:932
 
708
  msgid "The repetition value must be 0 unless a type of recurrence is selected."
709
  msgstr "O valor da repetição deve ser 0, a menos que um tipo de recorrência for selecionado."
710
 
711
- #: my-calendar-help.php:6
 
712
  msgid "How to use My Calendar"
713
  msgstr "Como usar o Calendário"
714
 
715
- #: my-calendar-help.php:11
 
716
  msgid "Shortcode Syntax"
717
  msgstr "Código curto (Shortcode) de Sintaxe"
718
 
719
- #: my-calendar-help.php:14
 
720
  msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
721
  msgstr "Esses códigos curtos (sortcodes) podem ser usados em posts, páginas, ou widgets de texto."
722
 
723
- #: my-calendar-help.php:18
 
724
  msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
725
  msgstr "Este shortcode (código curto) básico irá mostrar o calendário em um post ou página, incluindo todas as categorias e as principais categorias, em um formato tradicional mês a mês."
726
 
727
- #: my-calendar-help.php:22
728
- msgid "The shortcode supports three attributes, <code>category</code>, <code>format</code> and <code>showkey</code>. There two alternate options for <code>format</code>: <code>list</code>, which will show the calendar in a list format, skipping dates without any events, and <code>mini</code>, which will display the calendar in a form more suitable to being displayed in smaller spaces, such as the sidebar. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using the pipe character: <code>|</code>. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output. Setting <code>shownav</code> to <code>no</code> will disable the Previous/Next links."
729
- msgstr "O código curto (shortcode) suporta três atributos, <code>categoria</code> , <code>formato</code> e <code>mostrar-básico</code> . Há duas opções alternativas para <code>formato</code> : <code>lista</code>, que irá mostrar o calendário em formato de lista, saltando as datas sem eventos, e <code>mini</code> , que irá mostrar o calendário de uma forma mais adequada para ser apresentado em espaços menores, como a barra lateral. A <code>categoria</code> exige atributo ou o nome ou identificação de um número de categorias de evento (o nome é case-sensitive). Isto irá mostrar um calendário único de eventos, incluindo nessa categoria. Categorias pode ser especificadas, separando os nomes das categorias ou IDs usando o caractere pipe: <code>|</code>. Ambiente <code>mostrar-basico</code> para <code>não</code> impedirá a chave da categoria que está sendo exibido - isto pode ser útil para categoria única. Ambiente <code>shownav</code> para <code>não</code> irá desativar o link anterior/próximo."
730
-
731
- #: my-calendar-help.php:26
732
- msgid "This shortcode displays the output of the Upcoming Events widget. Without attributes, it will display using the settings in your widget; the attributes are used to override the widget settings. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below."
733
- msgstr "Este shortcode exibe a saída do widget Eventos. Sem atributos, ele irá exibir usando as configurações do seu widget, os atributos são usados para substituir as configurações do widget. Os atributos <code>depois</code> e <code>antes</code> devem ser números, o atributo <code>tipo</code> pode ser um \"caso\" ou \"dia\", e o atributo <code>categoria</code> funciona da mesma forma que o atributo da categoria no shortcode do Calendário Principal. Modelos de trabalho utilizando os modelos de códigos listados abaixo."
734
-
735
- #: my-calendar-help.php:29
736
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with two configurable attributes: category and template."
737
- msgstr "Previsivelmente, este shortcode exibe a saída do widget Eventos de Hoje, com dois atributos configuráveis: categoria e modelo."
738
-
739
- #: my-calendar-help.php:32
740
- msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, or <code>zip</code> (postal code)."
741
- msgstr "Este código curto (shortcode) produz uma lista de locais de evento, seja como uma lista de links ou como uma forma suspensa de seleção(dropdown). O atributo <code>exibir</code> pode ser <code>lista</code> ou <code>formulário</code>, <code>tipo</code> ou é <code>salvo</code> (para mostrar os itens do seu locais armazenados), ou <code>personalizado</code>, para mostrar as opções configuradas em suas configurações de usuário). <code>Tipo-de-dados</code> deve ser o tipo de dados escolhidos em : <code>nome</code> (nome da empresa), <code>cidade</code> , <code>estado</code> , <code>país</code> , ou <code>cep</code> (código postal)."
742
-
743
- #: my-calendar-help.php:38
744
  msgid "Category Icons"
745
  msgstr "Ícones de categorias"
746
 
747
- #: my-calendar-help.php:41
 
748
  msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
749
  msgstr "O Calendário é projetado para gerenciar múltiplos calendários. A base para esses calendários são as Categorias, você pode facilmente configurar uma página do calendário que inclui todas as categorias, ou pode dedicar páginas separadas para os calendários de cada categoria. Um exemplo: isto pode ser útil para a gestão dos calendários turísticos para várias bandas; calendários de eventos para uma variedade de locais, etc."
750
 
751
- #: my-calendar-help.php:44
 
752
  msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
753
  msgstr "Os ícones de categoria, pré-instalado não pode ser necessariamnete úteisl para as suas necessidades ou design. Portanto você vai fazer upload de seus próprios ícones - tudo que precisa fazer é enviá-los para a pasta de ícones do plugin, e eles estarão disponíveis para uso imediato, ou colocá-los em uma pasta em \"meu-calendário-personalizado\" para evitar que eles sejam substituídos por atualizações."
754
 
755
- #: my-calendar-help.php:44
 
756
  msgid "Your icons folder is:"
757
  msgstr "Sua pasta de ícones é:"
758
 
759
- #: my-calendar-help.php:44
 
760
  msgid "You can alternately place icons in:"
761
  msgstr "Como alternativa, você pode colocar ícones em:"
762
 
763
- #: my-calendar-help.php:52
 
764
  msgid "Widget Templating"
765
  msgstr "Templates de Widget"
766
 
767
- #: my-calendar-help.php:55
768
- msgid "These codes are available in calendar widgets to create your own custom calendar format."
769
- msgstr "Estes códigos estão disponíveis no calendário do widgets para criar o seu calendário personalizado."
770
-
771
- #: my-calendar-help.php:59
772
  msgid "Displays the name of the category the event is in."
773
  msgstr "Exibe o nome da categoria do evento."
774
 
775
- #: my-calendar-help.php:62
 
776
  msgid "Displays the title of the event."
777
  msgstr "Exibe o título do evento."
778
 
779
- #: my-calendar-help.php:65
 
780
  msgid "Displays the start time for the event."
781
  msgstr "Exibe a hora de início do evento."
782
 
783
- #: my-calendar-help.php:68
784
- msgid "Displays the start time for the event adjusted to the current user's time zone settings. Blank output if user settings are disabled or the user has not selected a preferred time zone."
785
- msgstr "Exibe a hora do início ajustado para o evento nas configurações do usuário atual com o fuso horário. Aparece em branco se as configurações do usuário estiverem desativadas ou o usuário não tiver selecionado um fuso de horário."
786
-
787
- #: my-calendar-help.php:71
788
  msgid "Displays the date on which the event begins."
789
  msgstr "Mostra a data em que o evento começa."
790
 
791
- #: my-calendar-help.php:74
 
792
  msgid "Displays the date on which the event ends."
793
  msgstr "Mostra a data que o evento termina."
794
 
795
- #: my-calendar-help.php:77
 
796
  msgid "Displays the time at which the event ends."
797
  msgstr "Mostra o momento que o evento termina."
798
 
799
- #: my-calendar-help.php:80
 
800
  msgid "Displays the WordPress author who posted the event."
801
  msgstr "Apresenta o autor WordPress que postou o evento."
802
 
803
- #: my-calendar-help.php:83
 
804
  msgid "Displays the URL provided for the event."
805
  msgstr "Exibe o URL fornecido para o evento."
806
 
807
- #: my-calendar-help.php:86
 
808
  msgid "Displays the description of the event."
809
  msgstr "Mostra a descrição do evento."
810
 
811
- #: my-calendar-help.php:89
 
812
  msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
813
  msgstr "Exibe o título do evento como um link, se um URL for inserida, ou só o título se nenhum URL estiver disponível."
814
 
815
- #: my-calendar-help.php:92
 
816
  msgid "Displays the name of the location of the event."
817
  msgstr "Exibe o nome do local do evento."
818
 
819
- #: my-calendar-help.php:95
 
820
  msgid "Displays the first line of the site address."
821
  msgstr "Exibe a primeira linha do endereço do site."
822
 
823
- #: my-calendar-help.php:98
 
824
  msgid "Displays the second line of the site address."
825
  msgstr "Exibe a segunda linha do endereço do site."
826
 
827
- #: my-calendar-help.php:101
828
- msgid "Displays the city for the event."
829
- msgstr "Exibe a cidade do evento."
830
-
831
- #: my-calendar-help.php:104
832
- msgid "Displays the state for the event."
833
- msgstr "Exibe o estado (UF) do evento."
834
-
835
- #: my-calendar-help.php:107
836
- msgid "Displays the postcode for the event."
837
- msgstr "Exibe o código postal do local do evento."
838
-
839
- #: my-calendar-help.php:110
840
  msgid "Displays the country for the event location."
841
  msgstr "Mostra o país do local do evento."
842
 
843
- #: my-calendar-help.php:113
 
844
  msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
845
  msgstr "Exibe o endereço do evento no formato <a href=\"http://microformats.org/wiki/hcard\">hcard</a>."
846
 
847
- #: my-calendar-help.php:116
 
848
  msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
849
  msgstr "Exibe um link para um mapa do evento no Google, se a informação de endereço for suficiente. Se não, estará vazio."
850
 
851
- #: my-calendar-help.php:119
 
852
  msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
853
  msgstr "Exibe o texto indicando se a inscrição para o evento está aberta ou fechada, nada se mostra se a escolha estiver marcada no evento."
854
 
855
- #: my-calendar-help.php:122
 
856
  msgid "Displays the short version of the event description."
857
  msgstr "Exibe a versão curta da descrição do evento."
858
 
859
- #: my-calendar-help.php:125
 
860
  msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
861
  msgstr "Exibe o status atual do evento: \"Publicado\" ou \"Reservado\" - utilizado primeiro no modelo de e-mail."
862
 
863
- #: my-calendar-help.php:128
 
864
  msgid "Produces the address of the current event's category icon."
865
  msgstr "Produz o endereço do ícone da categoria do evento atual."
866
 
867
- #: my-calendar-help.php:131
 
868
  msgid "Produces the hex code for the current event's category color."
869
  msgstr "Produz o código hexadecimal para a cor do evento atual."
870
 
871
- #: my-calendar-install.php:537
 
872
  msgid "My Calendar Default Timezone"
873
  msgstr "Fuso horário padrão do Calendário"
874
 
875
- #: my-calendar-install.php:582
 
876
  msgid "My Calendar Default Location"
877
  msgstr "Localização padrão do Calendário"
878
 
879
- #: my-calendar-locations.php:22
 
880
  msgid "Location added successfully"
881
  msgstr "Localização adicionada com sucesso"
882
 
883
- #: my-calendar-locations.php:24
 
884
  msgid "Location could not be added to database"
885
  msgstr "A localização não pode ser adicionada ao banco de dados"
886
 
887
- #: my-calendar-locations.php:30
 
888
  msgid "Location deleted successfully"
889
  msgstr "Localização excluída com sucesso"
890
 
891
- #: my-calendar-locations.php:32
 
892
  msgid "Location could not be deleted"
893
  msgstr "A localização não pode ser excluída"
894
 
895
- #: my-calendar-locations.php:43
 
896
  msgid "Location could not be edited."
897
  msgstr "A localização não pode ser editada."
898
 
899
- #: my-calendar-locations.php:45
 
900
  msgid "Location was not changed."
901
  msgstr "A Localização não foi alterada."
902
 
903
- #: my-calendar-locations.php:47
 
904
  msgid "Location edited successfully"
905
  msgstr "Localização editada com sucesso"
906
 
907
- #: my-calendar-locations.php:59
 
908
  msgid "Add New Location"
909
  msgstr "Adicionar nova localização"
910
 
911
- #: my-calendar-locations.php:61
 
912
  msgid "Edit Location"
913
  msgstr "Editar Localização"
914
 
915
- #: my-calendar-locations.php:66
 
916
  msgid "Location Editor"
917
  msgstr "Editor de localização"
918
 
919
- #: my-calendar-locations.php:114
 
920
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
921
  msgstr "Se você fornecer as coordenadas GPS para a localização, elas serão usados no lugar das informações de endereço para identificar a localização."
922
 
923
- #: my-calendar-locations.php:121
 
924
  msgid "Add Location"
925
  msgstr "Adicionar Locais"
926
 
927
- #: my-calendar-locations.php:135
928
- #: my-calendar.php:187
 
929
  msgid "Manage Locations"
930
  msgstr "Gerenciar Locais"
931
 
932
- #: my-calendar-locations.php:170
 
933
  msgid "There are no locations in the database yet!"
934
  msgstr "Não existem locais no banco de dados ainda!"
935
 
936
- #: my-calendar-locations.php:174
 
937
  msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
938
  msgstr "Atenção: editar ou excluir localidades armazenada para reutilização não terá nenhum efeito em qualquer evento previamente agendado no local. O banco de dados local existe puramente como um método de taquigrafia para registro de locais frequentemente utilizados em evento."
939
 
940
- #: my-calendar-output.php:103
 
941
  msgid "Event Details"
942
  msgstr "Detalhes do Evento"
943
 
944
- #: my-calendar-output.php:112
 
 
945
  msgid "Close"
946
  msgstr "Fechar"
947
 
948
- #: my-calendar-output.php:122
949
- msgid "in your time zone"
950
- msgstr "no seu fuso horário"
951
-
952
- #: my-calendar-output.php:128
953
  msgid "Not Applicable"
954
  msgstr "Não Aplicável"
955
 
956
- #: my-calendar-output.php:140
 
957
  msgid "Posted by"
958
  msgstr "Publicado por"
959
 
960
- #: my-calendar-output.php:186
 
961
  msgid "This class is part of a series. You must register for the first event in this series to attend."
962
  msgstr "Essa classe é parte de uma série. Você deve registrar-se primeiro para participar do evento."
963
 
964
- #: my-calendar-output.php:219
 
 
 
965
  msgid "Month"
966
  msgstr "Mês"
967
 
968
- #: my-calendar-output.php:220
969
- #: my-calendar-output.php:302
970
- msgid "January"
971
- msgstr "Janeiro"
972
-
973
- #: my-calendar-output.php:221
974
- #: my-calendar-output.php:302
975
- msgid "February"
976
- msgstr "Fevereiro"
977
-
978
- #: my-calendar-output.php:222
979
- #: my-calendar-output.php:302
980
- msgid "March"
981
- msgstr "Março"
982
-
983
- #: my-calendar-output.php:223
984
- #: my-calendar-output.php:302
985
- msgid "April"
986
- msgstr "Abril"
987
-
988
- #: my-calendar-output.php:224
989
- #: my-calendar-output.php:302
990
- msgid "May"
991
- msgstr "Maio"
992
-
993
- #: my-calendar-output.php:225
994
- #: my-calendar-output.php:302
995
- msgid "June"
996
- msgstr "Junho"
997
-
998
- #: my-calendar-output.php:226
999
- #: my-calendar-output.php:302
1000
- msgid "July"
1001
- msgstr "Julho"
1002
-
1003
- #: my-calendar-output.php:227
1004
- #: my-calendar-output.php:302
1005
- msgid "August"
1006
- msgstr "Agosto"
1007
-
1008
- #: my-calendar-output.php:228
1009
- #: my-calendar-output.php:302
1010
- msgid "September"
1011
- msgstr "Setembro"
1012
-
1013
- #: my-calendar-output.php:229
1014
- #: my-calendar-output.php:302
1015
- msgid "October"
1016
- msgstr "Outubro"
1017
-
1018
- #: my-calendar-output.php:230
1019
- #: my-calendar-output.php:302
1020
- msgid "November"
1021
- msgstr "Novembro"
1022
-
1023
- #: my-calendar-output.php:231
1024
- #: my-calendar-output.php:302
1025
- msgid "December"
1026
- msgstr "Dezembro"
1027
-
1028
- #: my-calendar-output.php:233
1029
  msgid "Year"
1030
  msgstr "no"
1031
 
1032
- #: my-calendar-output.php:258
 
1033
  msgid "Go"
1034
  msgstr "Ir"
1035
 
1036
- #: my-calendar-output.php:276
 
1037
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
1038
  msgstr "<abbr title=\"Domingo\">Dom</abbr>"
1039
 
1040
- #: my-calendar-output.php:277
 
1041
  msgid "<abbr title=\"Monday\">Mon</abbr>"
1042
  msgstr "<abbr title=\"Segunda\">Seg</abbr>"
1043
 
1044
- #: my-calendar-output.php:278
 
1045
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1046
  msgstr "<abbr title=\"Terça\">Ter</abbr>"
1047
 
1048
- #: my-calendar-output.php:279
 
1049
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1050
  msgstr "<abbr title=\"Quarta\">Qua</abbr>"
1051
 
1052
- #: my-calendar-output.php:280
 
1053
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
1054
  msgstr "<abbr title=\"Quinta\">Qui</abbr>"
1055
 
1056
- #: my-calendar-output.php:281
 
1057
  msgid "<abbr title=\"Friday\">Fri</abbr>"
1058
  msgstr "<abbr title=\"Sexta\">Sex</abbr>"
1059
 
1060
- #: my-calendar-output.php:282
 
1061
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
1062
  msgstr "<abbr title=\"Sábado\">Sab</abbr>"
1063
 
1064
- #: my-calendar-output.php:287
 
1065
  msgid "<abbr title=\"Sunday\">S</abbr>"
1066
  msgstr "<abbr title=\"Domingo\">D</abbr>"
1067
 
1068
- #: my-calendar-output.php:288
 
1069
  msgid "<abbr title=\"Monday\">M</abbr>"
1070
  msgstr "<abbr title=\"Segunda\">S</abbr>"
1071
 
1072
- #: my-calendar-output.php:289
 
1073
  msgid "<abbr title=\"Tuesday\">T</abbr>"
1074
  msgstr "<abbr title=\"Terça\">T</abbr>"
1075
 
1076
- #: my-calendar-output.php:290
 
1077
  msgid "<abbr title=\"Wednesday\">W</abbr>"
1078
  msgstr "<abbr title=\"Quarta\">Q</abbr>"
1079
 
1080
- #: my-calendar-output.php:291
 
1081
  msgid "<abbr title=\"Thursday\">T</abbr>"
1082
  msgstr "<abbr title=\"Quinta\">Q</abbr>"
1083
 
1084
- #: my-calendar-output.php:292
 
1085
  msgid "<abbr title=\"Friday\">F</abbr>"
1086
  msgstr "<abbr title=\"Sexta\">S</abbr>"
1087
 
1088
- #: my-calendar-output.php:293
 
1089
  msgid "<abbr title=\"Saturday\">S</abbr>"
1090
  msgstr "<abbr title=\"Sábado\">S</abbr>"
1091
 
1092
- #: my-calendar-output.php:339
 
1093
  msgid "and"
1094
  msgstr "e"
1095
 
1096
- #: my-calendar-output.php:370
1097
- #: my-calendar-output.php:374
1098
  msgid "Calendar"
1099
  msgstr "Calendário"
1100
 
1101
- #: my-calendar-output.php:377
 
1102
  msgid "Events in"
1103
  msgstr "Eventos em"
1104
 
1105
- #: my-calendar-output.php:476
 
1106
  msgid "There are no events scheduled during this period."
1107
  msgstr "Não há eventos programados durante este período."
1108
 
1109
- #: my-calendar-output.php:486
 
1110
  msgid "Category Key"
1111
  msgstr "Categoria Básica"
1112
 
1113
- #: my-calendar-output.php:620
 
1114
  msgid "Show events in:"
1115
  msgstr "Mostrar os eventos em:"
1116
 
1117
- #: my-calendar-output.php:647
 
 
1118
  msgid "Submit"
1119
  msgstr "Enviar"
1120
 
1121
- #: my-calendar-settings.php:79
 
 
1122
  msgid "Categories imported successfully."
1123
  msgstr "Categorias importados com sucesso."
1124
 
1125
- #: my-calendar-settings.php:81
 
 
1126
  msgid "Categories not imported."
1127
  msgstr "Categorias não importadas."
1128
 
1129
- #: my-calendar-settings.php:84
 
 
1130
  msgid "Events imported successfully."
1131
  msgstr "Eventos importados com sucesso."
1132
 
1133
- #: my-calendar-settings.php:86
 
 
1134
  msgid "Events not imported."
1135
  msgstr "Eventos não importados."
1136
 
1137
- #: my-calendar-settings.php:185
1138
- msgid "Settings saved"
1139
- msgstr "Configurações salvas"
1140
-
1141
- #: my-calendar-settings.php:208
1142
  msgid "My Calendar Options"
1143
  msgstr "Opções do Calendário"
1144
 
1145
- #: my-calendar-settings.php:215
1146
- msgid "Calendar Settings"
1147
- msgstr "Configurações do Calendário"
1148
-
1149
- #: my-calendar-settings.php:219
1150
  msgid "Calendar Options: Management"
1151
  msgstr "Opções de Calendário: Gestão"
1152
 
1153
- #: my-calendar-settings.php:221
1154
- msgid "Choose the lowest user group that may create events"
1155
- msgstr "Escolha o grupo de usuários que podem criar eventos"
1156
-
1157
- #: my-calendar-settings.php:222
1158
  #: my-calendar-settings.php:231
 
 
1159
  msgid "Subscriber"
1160
  msgstr "Assinante"
1161
 
1162
- #: my-calendar-settings.php:223
1163
  #: my-calendar-settings.php:232
 
 
 
1164
  msgid "Contributor"
1165
  msgstr "Colaborador"
1166
 
1167
- #: my-calendar-settings.php:225
1168
  #: my-calendar-settings.php:234
 
 
 
1169
  msgid "Editor"
1170
  msgstr "Editor"
1171
 
1172
- #: my-calendar-settings.php:226
1173
  #: my-calendar-settings.php:235
 
 
 
1174
  msgid "Administrator"
1175
  msgstr "Adminstrador"
1176
 
1177
- #: my-calendar-settings.php:230
1178
- msgid "Choose the lowest user group that may approve events"
1179
- msgstr "Escolha o grupo de usuários que podem aprovar eventos"
1180
-
1181
- #: my-calendar-settings.php:239
1182
  msgid "Enable approval options."
1183
  msgstr "Ative as opções de aprovação."
1184
 
1185
- #: my-calendar-settings.php:243
1186
- msgid "Calendar Options: Customize Text"
1187
- msgstr "Opções de Calendário: Personalizar o texto"
1188
-
1189
- #: my-calendar-settings.php:245
1190
- msgid "Show Heading for Calendar"
1191
- msgstr "Mostrar título para o Calendário"
1192
-
1193
- #: my-calendar-settings.php:248
1194
- msgid "Label for events without a specific time"
1195
- msgstr "Legenda para eventos sem um tempo específico"
1196
-
1197
- #: my-calendar-settings.php:251
1198
- msgid "Previous events link text"
1199
- msgstr "Eventos Anteriores - texto de link"
1200
-
1201
- #: my-calendar-settings.php:251
1202
  msgid "Previous Events"
1203
  msgstr "Eventos Anteriores"
1204
 
1205
- #: my-calendar-settings.php:254
1206
- msgid "Next events link text"
1207
- msgstr "Próximos eventos - texto de link"
1208
-
1209
- #: my-calendar-settings.php:254
1210
  msgid "Next Events"
1211
  msgstr "Próximos Eventos"
1212
 
1213
- #: my-calendar-settings.php:257
1214
- msgid "Text when events are open"
1215
- msgstr "Texto quando os eventos são abertos"
1216
-
1217
- #: my-calendar-settings.php:257
1218
  msgid "Registration is open"
1219
  msgstr "As inscrições estão abertas"
1220
 
1221
- #: my-calendar-settings.php:260
1222
- msgid "Text when events are closed"
1223
- msgstr "Texto quando os eventos são fechados"
1224
-
1225
- #: my-calendar-settings.php:260
1226
  msgid "Registration is closed"
1227
  msgstr "As inscrições estão fechadas"
1228
 
1229
- #: my-calendar-settings.php:263
1230
- msgid "Additional caption text"
1231
- msgstr "Texto da legenda adicional"
1232
-
1233
- #: my-calendar-settings.php:263
1234
  msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
1235
  msgstr "A legenda do calendário é o texto que contém o mês e ano exibido em formato de lista ou calendário. E será exibido após o texto existente."
1236
 
1237
- #: my-calendar-settings.php:267
1238
- msgid "Calendar Options: Output"
1239
- msgstr "Opções do Calendário: Saída"
1240
-
1241
- #: my-calendar-settings.php:269
1242
  msgid "In list mode, show how many months of events at a time:"
1243
  msgstr "Mostrar quantos meses de eventos de cada vez no modo de lista:"
1244
 
1245
- #: my-calendar-settings.php:272
1246
- msgid "Date format in list mode"
1247
- msgstr "Formato da data no modo de lista"
1248
-
1249
- #: my-calendar-settings.php:273
1250
  msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
1251
  msgstr "Formato de data usa a mesma sintaxe do <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Salvar opções para atualizar o exemplo."
1252
 
1253
- #: my-calendar-settings.php:276
1254
- msgid "Do you want to display the author name on events?"
1255
- msgstr "Deseja exibir o nome do autor dos eventos?"
1256
-
1257
- #: my-calendar-settings.php:279
1258
  msgid "Display a jumpbox for changing month and year quickly?"
1259
  msgstr "Mostrar um campo (jumpbox) para mudar o mês e o ano rapidamente?"
1260
 
1261
- #: my-calendar-settings.php:282
1262
- msgid "Hide category icons in output"
1263
- msgstr "Ocultar ícones categoria na saída"
1264
-
1265
- #: my-calendar-settings.php:285
1266
- msgid "Show Link to Google Map (when sufficient address information is available.)"
1267
- msgstr "Mostrar link para o Google Map (quando a informação de endereço for suficiente e disponível)."
1268
-
1269
- #: my-calendar-settings.php:288
1270
- msgid "Show Event Address in Details"
1271
- msgstr "Mostrar o Endereço do evento em detalhes"
1272
-
1273
- #: my-calendar-settings.php:291
1274
  msgid "Show short description field on calendar."
1275
  msgstr "Mostrar campo de descrição curta do calendário."
1276
 
1277
- #: my-calendar-settings.php:294
 
1278
  msgid "Show full description field on calendar."
1279
  msgstr "Mostrar campo de descrição completa do calendário."
1280
 
1281
- #: my-calendar-settings.php:297
1282
- msgid "Links associated with events will automatically expire after the event has passed."
1283
- msgstr "Os Links relacionados a eventos expiram automaticamente após o evento passar."
1284
-
1285
- #: my-calendar-settings.php:300
1286
- msgid "Show current availability status of events."
1287
- msgstr "Mostra o atual status de disponibilidade de eventos."
1288
-
1289
- #: my-calendar-settings.php:303
1290
- msgid "If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
1291
- msgstr "Se um evento recorrente está agendado para uma data que não existe, movê-lo para uma semana antes."
1292
-
1293
- #: my-calendar-settings.php:304
1294
- msgid "If this option is unchecked, recurring events which fall on dates which don't exist will simply not be shown on the calendar."
1295
- msgstr "Se esta opção estiver desmarcada, os eventos periódicos, em datas que não existem, não serão mostrados no calendário."
1296
-
1297
- #: my-calendar-settings.php:308
1298
- msgid "Calendar Options: Input"
1299
- msgstr "Opções de Calendário: Entrada"
1300
-
1301
- #: my-calendar-settings.php:311
1302
  msgid "Show Event Location Dropdown Menu"
1303
  msgstr "Mostrar Menu (Dropdown) de Localização do Evento"
1304
 
1305
- #: my-calendar-settings.php:311
 
1306
  msgid "Show Event Short Description field"
1307
  msgstr "Mostrar campo Breve Descrição do Evento"
1308
 
1309
- #: my-calendar-settings.php:311
 
1310
  msgid "Show Event Description Field"
1311
  msgstr "Mostrar campo Descrição do Evento"
1312
 
1313
- #: my-calendar-settings.php:311
 
1314
  msgid "Show Event Category field"
1315
  msgstr "Mostra campo Categoria do Evento"
1316
 
1317
- #: my-calendar-settings.php:311
 
1318
  msgid "Show Event Link field"
1319
  msgstr "Mostrar campo Link do Evento"
1320
 
1321
- #: my-calendar-settings.php:311
 
1322
  msgid "Show Event Recurrence Options"
1323
  msgstr "Mostrar opções de Recorrência de Eventos"
1324
 
1325
- #: my-calendar-settings.php:311
1326
- msgid "Show event registration options"
1327
- msgstr "Mostrar opções de registro dos Eventos"
1328
-
1329
- #: my-calendar-settings.php:311
1330
- msgid "Show event location fields"
1331
- msgstr "Mostrar campos de localização dos Eventos"
1332
-
1333
- #: my-calendar-settings.php:320
1334
  msgid "Administrators see all input options"
1335
  msgstr "Administradores ver todas as opções"
1336
 
1337
- #: my-calendar-settings.php:324
1338
- msgid "Calendar Options: Style"
1339
- msgstr "Opções de Calendário: Estilo"
1340
-
1341
- #: my-calendar-settings.php:326
1342
  msgid "Default usage of category colors."
1343
  msgstr "Utilizar cores padrão"
1344
 
1345
- #: my-calendar-settings.php:327
 
1346
  msgid "Apply category colors to event titles as a font color."
1347
  msgstr "Aplicar a cor de fonte nos títulos dos eventos."
1348
 
1349
- #: my-calendar-settings.php:328
 
1350
  msgid "Apply category colors to event titles as a background color."
1351
  msgstr "Aplicar a cor de fundo nos títulos dos eventos."
1352
 
1353
- #: my-calendar-settings.php:333
 
1354
  msgid "Calendar Options: Email Notifications"
1355
  msgstr "Opções do Calendário: Notificações por e-mail"
1356
 
1357
- #: my-calendar-settings.php:337
 
1358
  msgid "Send Email Notifications when new events are scheduled or reserved."
1359
  msgstr "Enviar e-mail de notificação quando novos eventos forem programados ou reservados."
1360
 
1361
- #: my-calendar-settings.php:343
 
1362
  msgid "Notification messages are sent to: "
1363
  msgstr "As mensagens de notificação serão enviados para:"
1364
 
1365
- #: my-calendar-settings.php:347
 
1366
  msgid "Email subject"
1367
  msgstr "Assunto do Email"
1368
 
1369
- #: my-calendar-settings.php:347
 
1370
  msgid "New event Added"
1371
  msgstr "Novo Evento Adicionado"
1372
 
1373
- #: my-calendar-settings.php:351
 
1374
  msgid "Message Body"
1375
  msgstr "Corpo da Mensagem"
1376
 
1377
- #: my-calendar-settings.php:351
 
1378
  msgid "New Event:"
1379
  msgstr "Novo Evento"
1380
 
1381
- #: my-calendar-settings.php:352
 
1382
  msgid "Shortcode Help"
1383
  msgstr "Ajuda sobre códigos curto (shortcode)"
1384
 
1385
- #: my-calendar-settings.php:352
 
1386
  msgid "All template shortcodes are available."
1387
  msgstr "Todos os códigos curtos (shortcodes) estão disponíveis."
1388
 
1389
- #: my-calendar-settings.php:360
1390
- msgid "My Calendar: User Settings"
1391
- msgstr "Calendário: Configurações de Usuários"
1392
-
1393
- #: my-calendar-settings.php:363
1394
- msgid "Enable Registered User's Customized Settings"
1395
- msgstr "Habilitar configurações personalizadas para usuários registrados"
1396
-
1397
- #: my-calendar-settings.php:370
1398
  msgid "Timezone Settings"
1399
  msgstr "Configurações do Fuso Horário"
1400
 
1401
- #: my-calendar-settings.php:371
 
1402
  msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
1403
  msgstr "Essas configurações fornecem aos usuários registrados a capacidade de selecionar um fuso horário no seu perfil de usuário. Quando eles vêem o seu calendário, os horários dos eventos serão mostrados no seu fuso horário, bem como o valor digitado."
1404
 
1405
- #: my-calendar-settings.php:373
 
1406
  msgid "Enable Timezone"
1407
  msgstr "Habilitar o fuso horário"
1408
 
1409
- #: my-calendar-settings.php:376
 
1410
  msgid "Select Timezone Label"
1411
  msgstr "Selecione a legenda do fuso horário"
1412
 
1413
- #: my-calendar-settings.php:379
 
1414
  msgid "Timezone Options"
1415
  msgstr "Opções de fuso horário"
1416
 
1417
- #: my-calendar-settings.php:379
1418
- #: my-calendar-settings.php:400
 
1419
  msgid "Value, Label; one per line"
1420
  msgstr "Valor, Legenda (Label), um por linha"
1421
 
1422
- #: my-calendar-settings.php:391
 
1423
  msgid "Location Settings"
1424
  msgstr "Configurações de Localização"
1425
 
1426
- #: my-calendar-settings.php:392
1427
- msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter."
1428
- msgstr "Essas configurações fornecem aos usuários registrados a capacidade de selecionar um local em seu perfil. Quando eles vêem o Calendário, a sua visão inicial será limitada a locais que incluem o parâmetro de localização."
1429
-
1430
- #: my-calendar-settings.php:394
1431
  msgid "Enable Location"
1432
  msgstr "Habilitar Localização"
1433
 
1434
- #: my-calendar-settings.php:397
 
1435
  msgid "Select Location Label"
1436
  msgstr "Selecione a legenda da Localização"
1437
 
1438
- #: my-calendar-settings.php:400
 
1439
  msgid "Location Options"
1440
  msgstr "Opções de localização"
1441
 
1442
- #: my-calendar-settings.php:410
 
1443
  msgid "Location Type"
1444
  msgstr "Tipo de local"
1445
 
1446
- #: my-calendar-settings.php:412
 
 
 
1447
  msgid "Location Name"
1448
  msgstr "Nome do Local"
1449
 
1450
- #: my-calendar-settings.php:426
1451
- msgid "Save Settings"
1452
- msgstr "Salvar configurações"
1453
-
1454
- #: my-calendar-styles.php:28
1455
- msgid "Style Settings saved"
1456
- msgstr "Configurações de estilo salvas"
1457
-
1458
- #: my-calendar-styles.php:35
1459
  msgid "My Calendar Styles"
1460
  msgstr "Estilos do Calendário"
1461
 
1462
- #: my-calendar-styles.php:39
 
1463
  msgid "Calendar Style Settings"
1464
  msgstr "Definições de estilo do calendário"
1465
 
1466
- #: my-calendar-styles.php:43
 
1467
  msgid "Apply CSS only on these pages (comma separated page IDs)"
1468
  msgstr "Aplicar CSS só nestas páginas (IDs das páginas separados por vírgula)"
1469
 
1470
- #: my-calendar-styles.php:46
 
1471
  msgid "CSS Style Options"
1472
  msgstr "Opções do CSS Style"
1473
 
1474
- #: my-calendar-styles.php:48
1475
- msgid "Reset the My Calendar stylesheet to the default"
1476
- msgstr "Redefinir o estilo do Calendário para o padrão"
1477
-
1478
- #: my-calendar-styles.php:48
1479
  msgid "Disable My Calendar Stylesheet"
1480
  msgstr "Desativar o estilo do Calendário"
1481
 
1482
- #: my-calendar-styles.php:51
 
1483
  msgid "Edit the stylesheet for My Calendar"
1484
  msgstr "Editar o estilo para My Calendar"
1485
 
1486
- #: my-calendar-templates.php:151
 
 
1487
  msgid "Published"
1488
  msgstr "Publicado"
1489
 
1490
- #: my-calendar-templates.php:153
 
 
1491
  msgid "Reserved"
1492
  msgstr "Reservado"
1493
 
1494
- #: my-calendar-upgrade-db.php:20
 
 
1495
  msgid "The My Calendar database needs to be updated."
1496
  msgstr "A base de dados do calendário precisa ser atualizada."
1497
 
1498
- #: my-calendar-upgrade-db.php:21
1499
- #: my-calendar-upgrade-db.php:35
 
1500
  msgid "Update now"
1501
  msgstr "Atualizar agora"
1502
 
1503
- #: my-calendar-upgrade-db.php:34
 
1504
  msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1505
  msgstr "Você não introduziu quaisquer eventos, por isso o calendário não pode dizer se seu banco de dados foi atualizado. Se você não pode adicionar eventos, atualize o seu banco de dados!"
1506
 
1507
- #: my-calendar-upgrade-db.php:45
 
1508
  msgid "My Calendar Database is updated."
1509
  msgstr "O banco de dados do calendário foi atualizado."
1510
 
1511
- #: my-calendar-user.php:39
 
1512
  msgid "My Calendar User Settings"
1513
  msgstr "Configurações de usuário do Calendário"
1514
 
1515
- #: my-calendar-widgets.php:11
1516
- #: my-calendar-widgets.php:51
1517
- #: my-calendar-widgets.php:52
1518
- msgid "Today's Events"
1519
- msgstr "Eventos de hoje"
1520
-
1521
  #: my-calendar-widgets.php:41
1522
- #: my-calendar-widgets.php:126
 
1523
  msgid "Template"
1524
  msgstr "Modelo"
1525
 
1526
- #: my-calendar-widgets.php:45
 
1527
  msgid "Show this text if there are no events today:"
1528
  msgstr "Mostrar este texto se não houver eventos hoje:"
1529
 
1530
- #: my-calendar-widgets.php:65
1531
- #: my-calendar-widgets.php:152
1532
- #: my-calendar-widgets.php:153
1533
- msgid "Upcoming Events"
1534
- msgstr "Próximos eventos"
1535
-
1536
- #: my-calendar-widgets.php:130
1537
  msgid "Widget Options"
1538
  msgstr "Opções de Widget "
1539
 
1540
- #: my-calendar-widgets.php:132
 
1541
  msgid "Display upcoming events by:"
1542
  msgstr "Mostrar eventos programados por:"
1543
 
1544
- #: my-calendar-widgets.php:133
 
1545
  msgid "Events (e.g. 2 past, 3 future)"
1546
  msgstr "Eventos (por exemplo, 2 passado, 3 futuro)"
1547
 
1548
- #: my-calendar-widgets.php:134
 
1549
  msgid "Dates (e.g. 4 days past, 5 forward)"
1550
  msgstr "Datas (por exemplo, 4 dias passados, 5 para a frente)"
1551
 
1552
- #: my-calendar-widgets.php:138
1553
- msgid "events into the future;"
1554
- msgstr "eventos para o futuro;"
1555
-
1556
- #: my-calendar-widgets.php:139
1557
- msgid "events from the past"
1558
- msgstr "eventos passados"
1559
-
1560
- #: my-calendar-widgets.php:142
1561
- msgid "days into the future;"
1562
- msgstr "dias no futuro;"
1563
-
1564
- #: my-calendar-widgets.php:143
1565
- msgid "days from the past"
1566
- msgstr "dias do passado"
1567
-
1568
- #: my-calendar-widgets.php:146
1569
- msgid "Show only this category:"
1570
- msgstr "Mostrar apenas esta categoria:"
1571
-
1572
- #: my-calendar-widgets.php:285
1573
- msgid "There are no events currently scheduled."
1574
- msgstr "Não há nenhum evento programado atualmente."
1575
-
1576
- #: my-calendar.php:60
1577
- #: my-calendar.php:188
1578
  msgid "Settings"
1579
  msgstr "Configurações"
1580
 
1581
- #: my-calendar.php:61
1582
- #: my-calendar.php:191
 
1583
  msgid "Help"
1584
  msgstr "Ajuda"
1585
 
1586
- #: my-calendar.php:88
 
1587
  msgid "Buy the Beginner's Guide"
1588
  msgstr "Comprar A Beginner's Guide"
1589
 
1590
- #: my-calendar.php:89
 
1591
  msgid "Get Support"
1592
  msgstr "Obter Suporte"
1593
 
1594
- #: my-calendar.php:90
1595
- #: my-calendar.php:191
 
1596
  msgid "My Calendar Help"
1597
  msgstr "Ajuda do Calendário"
1598
 
1599
- #: my-calendar.php:91
 
1600
  msgid "Make a Donation"
1601
  msgstr "Faça uma Doação"
1602
 
1603
- #. #-#-#-#-# plugin.pot (My Calendar 1.6.2) #-#-#-#-#
1604
- #. Plugin Name of the plugin/theme
1605
- #: my-calendar.php:179
1606
  msgid "My Calendar"
1607
  msgstr "Meu Calendário"
1608
 
1609
- #: my-calendar.php:182
 
1610
  msgid "Add/Edit Events"
1611
  msgstr "Adicionar/Editar Eventos"
1612
 
1613
- #: my-calendar.php:189
 
1614
  msgid "Style Editor"
1615
  msgstr "Editor do Estilo"
1616
 
1617
- #: my-calendar.php:190
 
1618
  msgid "Behavior Editor"
1619
  msgstr "Editor de comportamento"
1620
 
1621
- #. Plugin URI of the plugin/theme
1622
- msgid "http://www.joedolson.com/articles/my-calendar/"
1623
- msgstr "http://www.joedolson.com/articles/my-calendar/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1624
 
1625
- #. Description of the plugin/theme
1626
- msgid "Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets."
1627
- msgstr "Plugin Calendário de Eventos acessível no WordPress. Mostrar eventos em vários calendários em páginas, posts ou widgets."
 
1628
 
1629
- #. Author of the plugin/theme
1630
- msgid "Joseph C Dolson"
1631
- msgstr "Joseph C Dolson"
 
1632
 
1633
- #. Author URI of the plugin/theme
1634
- msgid "http://www.joedolson.com"
1635
- msgstr "http://www.joedolson.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Calendar 1.6.2\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: \n"
14
+ "X-Poedit-Country: \n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: my-calendar-behaviors.php:42
23
+ #@ my-calendar
24
  msgid "Behavior Settings saved"
25
  msgstr "Comportamento Configurações salvas"
26
 
27
+ #: my-calendar-behaviors.php:65
28
+ #@ my-calendar
29
  msgid "My Calendar Behaviors"
30
  msgstr "Comportamentos do Calendário"
31
 
32
+ #: my-calendar-behaviors.php:69
33
+ #@ my-calendar
34
  msgid "Calendar Behavior Settings"
35
  msgstr "Comportamento do calendário: Definições"
36
 
37
+ #: my-calendar-behaviors.php:74
38
+ #@ my-calendar
39
  msgid "Apply JavaScript only on these pages (comma separated page IDs)"
40
  msgstr "Aplicar JavaScript apenas nestas páginas (IDs das páginas separados por vírgula)"
41
 
42
+ #: my-calendar-behaviors.php:77
43
+ #@ my-calendar
44
  msgid "Calendar Behaviors: Calendar View"
45
  msgstr "Comportamentos do Calendário: Ver Calendário"
46
 
47
+ #: my-calendar-behaviors.php:79
48
+ #@ my-calendar
 
 
 
49
  msgid "Disable Calendar Javascript Effects"
50
  msgstr "Desativar os efeitos JavaScript no Calendário"
51
 
52
+ #: my-calendar-behaviors.php:82
53
+ #@ my-calendar
54
  msgid "Edit the jQuery scripts for My Calendar in Calendar format"
55
  msgstr "Editar os scripts jQuery para o Calendário no formato de calendário"
56
 
57
+ #: my-calendar-behaviors.php:85
58
+ #: my-calendar-behaviors.php:116
59
+ #: my-calendar-behaviors.php:147
60
+ #: my-calendar-behaviors.php:178
61
+ #: my-calendar-styles.php:198
62
+ #@ my-calendar
63
  msgid "Save"
64
  msgstr "Salvar"
65
 
66
+ #: my-calendar-behaviors.php:108
67
+ #@ my-calendar
68
  msgid "Calendar Behaviors: List View"
69
  msgstr "Comportamentos de calendário: Exibir lista"
70
 
71
+ #: my-calendar-behaviors.php:110
72
+ #@ my-calendar
 
 
 
73
  msgid "Disable List Javascript Effects"
74
  msgstr "Desativar a lista de efeitos de JavaScript"
75
 
76
+ #: my-calendar-behaviors.php:113
77
+ #@ my-calendar
78
  msgid "Edit the jQuery scripts for My Calendar in List format"
79
  msgstr "Edite os scripts jQuery para o calendário em formato de lista"
80
 
81
+ #: my-calendar-behaviors.php:139
82
+ #@ my-calendar
83
  msgid "Calendar Behaviors: Mini Calendar View"
84
  msgstr "Comportamentos do Calendário: Ver Calendário Mini"
85
 
86
+ #: my-calendar-behaviors.php:141
87
+ #@ my-calendar
 
 
 
88
  msgid "Disable Mini Javascript Effects"
89
  msgstr "Desativar Efeitos Javascript em Mini"
90
 
91
+ #: my-calendar-behaviors.php:144
92
+ #@ my-calendar
93
  msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
94
  msgstr "Edite os scripts jQuery para o Calendário no formato Mini Calendário"
95
 
96
+ #: my-calendar-categories.php:103
97
+ #@ my-calendar
98
  msgid "Category added successfully"
99
  msgstr "Categoria adicionada com sucesso"
100
 
101
+ #: my-calendar-categories.php:105
102
+ #@ my-calendar
103
  msgid "Category addition failed."
104
  msgstr "Falha ao adicionar categoria."
105
 
106
+ #: my-calendar-categories.php:115
107
+ #@ my-calendar
108
  msgid "Category deleted successfully. Categories in calendar updated."
109
  msgstr "Categoria excluída com sucesso. Categorias atualizadas no Calendário."
110
 
111
+ #: my-calendar-categories.php:117
112
+ #@ my-calendar
113
  msgid "Category deleted successfully. Categories in calendar not updated."
114
  msgstr "Categoria excluída com sucesso. Categorias não atualizadas no Calendário."
115
 
116
+ #: my-calendar-categories.php:119
117
+ #@ my-calendar
118
  msgid "Category not deleted. Categories in calendar updated."
119
  msgstr "Categoria não foi excluída. Categorias atualizadas no Calendário."
120
 
121
+ #: my-calendar-categories.php:135
122
+ #@ my-calendar
123
  msgid "Category edited successfully"
124
  msgstr "Categoria editada com sucesso"
125
 
126
+ #: my-calendar-categories.php:170
127
+ #: my-calendar-categories.php:195
128
+ #: my-calendar-categories.php:212
129
+ #@ my-calendar
130
  msgid "Add Category"
131
  msgstr "Adicionar Categoria"
132
 
133
+ #: my-calendar-categories.php:172
134
+ #: my-calendar-categories.php:195
135
+ #@ my-calendar
136
  msgid "Edit Category"
137
  msgstr "Editar Categoria"
138
 
139
+ #: my-calendar-categories.php:179
140
+ #@ my-calendar
141
  msgid "Category Editor"
142
  msgstr "Editor da categoria"
143
 
144
+ #: my-calendar-categories.php:196
145
+ #: my-calendar-categories.php:240
146
+ #@ my-calendar
147
  msgid "Category Name"
148
  msgstr "Nome da Categoria"
149
 
150
+ #: my-calendar-categories.php:197
151
+ #@ my-calendar
152
  msgid "Category Color (Hex format)"
153
  msgstr "Cor da Categoria (formato Hex)"
154
 
155
+ #: my-calendar-categories.php:198
156
+ #: my-calendar-categories.php:242
157
+ #@ my-calendar
158
  msgid "Category Icon"
159
  msgstr "Ícone da Categoria"
160
 
161
+ #: my-calendar-categories.php:212
162
+ #: my-calendar-locations.php:210
163
+ #@ my-calendar
164
  msgid "Save Changes"
165
  msgstr "Salvar Alterações"
166
 
167
+ #: my-calendar-categories.php:228
168
+ #: my-calendar.php:157
169
+ #@ my-calendar
170
  msgid "Manage Categories"
171
  msgstr "Gerenciar Categorias"
172
 
173
+ #: my-calendar-categories.php:239
174
+ #: my-calendar-event-manager.php:909
175
+ #: my-calendar-group-manager.php:678
176
+ #: my-calendar-locations.php:270
177
+ #@ my-calendar
178
  msgid "ID"
179
  msgstr "ID"
180
 
181
+ #: my-calendar-categories.php:241
182
+ #@ my-calendar
183
  msgid "Category Color"
184
  msgstr "Cor da Categoria"
185
 
186
+ #: my-calendar-categories.php:243
187
+ #: my-calendar-categories.php:257
188
+ #: my-calendar-event-manager.php:975
189
+ #: my-calendar-group-manager.php:687
190
+ #: my-calendar-locations.php:272
191
+ #: my-calendar-locations.php:284
192
+ #: my-calendar-output.php:274
193
+ #@ my-calendar
194
  msgid "Edit"
195
  msgstr "Editar"
196
 
197
+ #: my-calendar-categories.php:244
198
+ #: my-calendar-categories.php:263
199
+ #: my-calendar-event-manager.php:181
200
+ #: my-calendar-event-manager.php:978
201
+ #: my-calendar-locations.php:273
202
+ #: my-calendar-locations.php:285
203
+ #: my-calendar-output.php:275
204
+ #@ my-calendar
205
  msgid "Delete"
206
  msgstr "Excluir"
207
 
208
+ #: my-calendar-categories.php:260
209
+ #: my-calendar-event-manager.php:956
210
+ #: my-calendar-group-manager.php:727
211
+ #: my-calendar-output.php:172
212
+ #: my-calendar-settings.php:281
213
+ #@ my-calendar
214
  msgid "N/A"
215
  msgstr "N/A"
216
 
217
+ #: my-calendar-categories.php:263
218
+ #: my-calendar-locations.php:285
219
+ #@ my-calendar
220
  msgid "Are you sure you want to delete this category?"
221
  msgstr "Tem certeza que quer excluir esta categoria?"
222
 
223
+ #: my-calendar-categories.php:274
224
+ #@ my-calendar
225
  msgid "There are no categories in the database - something has gone wrong!"
226
  msgstr "Não há categorias no banco de dados - algo está errado!"
227
 
228
+ #: my-calendar-event-manager.php:100
229
+ #: my-calendar-settings.php:644
230
+ #@ my-calendar
231
  msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
232
  msgstr "O Calendário identificou que você tem instalado o plugin My Calendar por Kieran O'Shea. Você pode importar os eventos e categorias do banco de dados do My Calendar. Gostaria de importar esses eventos?"
233
 
234
+ #: my-calendar-event-manager.php:107
235
+ #: my-calendar-settings.php:651
236
+ #@ my-calendar
237
  msgid "Import from Calendar"
238
  msgstr "Importação do Calendário"
239
 
240
+ #: my-calendar-event-manager.php:112
241
+ #@ my-calendar
242
  msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
243
  msgstr "Embora seja possível esta importação falhar e deixar de importar os seus eventos corretamente, não deve ter nenhum impacto sobre o banco de dados do Calendário existente. Se você encontrar quaisquer problemas, <a href=\"http://www.joedolson.com/contact.php\"> entre em contato comigo</a> !"
244
 
245
+ #: my-calendar-event-manager.php:172
246
+ #@ my-calendar
247
  msgid "Delete Event"
248
  msgstr "Excluir Evento"
249
 
250
+ #: my-calendar-event-manager.php:172
251
+ #@ my-calendar
252
  msgid "Are you sure you want to delete this event?"
253
  msgstr "Tem certeza que quer apagar este evento?"
254
 
255
+ #: my-calendar-event-manager.php:189
256
+ #@ my-calendar
257
  msgid "You do not have permission to delete that event."
258
  msgstr "Você não tem permissão para excluir o evento."
259
 
260
+ #: my-calendar-event-manager.php:204
261
+ #@ my-calendar
262
  msgid "You do not have permission to approve that event."
263
  msgstr "Você não tem permissão para aprovar esse evento."
264
 
265
+ #: my-calendar-event-manager.php:218
266
+ #@ my-calendar
267
  msgid "You do not have permission to reject that event."
268
  msgstr "Você não tem permissão para rejeitar esse evento."
269
 
270
+ #: my-calendar-event-manager.php:161
271
+ #: my-calendar-event-manager.php:321
272
+ #: my-calendar-event-manager.php:350
273
+ #: my-calendar-event-manager.php:364
274
+ #: my-calendar-event-manager.php:377
275
+ #: my-calendar-event-manager.php:1152
276
+ #: my-calendar-event-manager.php:1155
277
+ #: my-calendar-event-manager.php:1158
278
+ #: my-calendar-event-manager.php:1167
279
+ #: my-calendar-event-manager.php:1174
280
+ #: my-calendar-event-manager.php:1190
281
+ #: my-calendar-event-manager.php:1196
282
+ #: my-calendar-group-manager.php:56
283
+ #: my-calendar-group-manager.php:82
284
+ #: my-calendar-group-manager.php:149
285
+ #: my-calendar-group-manager.php:552
286
+ #@ my-calendar
287
  msgid "Error"
288
  msgstr "Erro"
289
 
290
+ #: my-calendar-event-manager.php:321
291
+ #@ my-calendar
292
  msgid "I'm sorry! I couldn't add that event to the database."
293
  msgstr "Desculpe! Esse Evento não pode ser adicionar ao banco de dados."
294
 
295
+ #: my-calendar-event-manager.php:329
296
+ #@ my-calendar
297
  msgid "Event added. It will now show in your calendar."
298
  msgstr "Evento adicionado. Agora será exibido no seu calendário."
299
 
300
+ #: my-calendar-event-manager.php:350
301
+ #: my-calendar-group-manager.php:149
302
+ #@ my-calendar
303
  msgid "Your event was not updated."
304
  msgstr "Seu Evento não foi atualizado."
305
 
306
+ #: my-calendar-event-manager.php:352
307
+ #: my-calendar-group-manager.php:58
308
+ #: my-calendar-group-manager.php:84
309
+ #: my-calendar-group-manager.php:151
310
+ #@ my-calendar
311
  msgid "Nothing was changed in that update."
312
  msgstr "Nada foi alterado com a atualização."
313
 
314
+ #: my-calendar-event-manager.php:354
315
+ #: my-calendar-group-manager.php:60
316
+ #: my-calendar-group-manager.php:153
317
+ #@ my-calendar
318
  msgid "Event updated successfully"
319
  msgstr "Evento atualizado com sucesso"
320
 
321
+ #: my-calendar-event-manager.php:357
322
+ #: my-calendar-group-manager.php:156
323
+ #@ my-calendar
324
  msgid "You do not have sufficient permissions to edit that event."
325
  msgstr "Você não tem permissões para editar esse evento."
326
 
327
+ #: my-calendar-event-manager.php:364
328
+ #@ my-calendar
329
  msgid "You can't delete an event if you haven't submitted an event id"
330
  msgstr "Não é possível excluir um evento se você ainda não enviou um ID de Evento"
331
 
332
+ #: my-calendar-event-manager.php:375
333
+ #@ my-calendar
334
  msgid "Event deleted successfully"
335
  msgstr "Evento excluido com sucesso"
336
 
337
+ #: my-calendar-event-manager.php:377
338
+ #@ my-calendar
339
  msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
340
  msgstr "Apesar de emitir um pedido para excluir, o evento permanece no banco de dados. Por favor, investigar."
341
 
342
+ #: my-calendar-event-manager.php:270
343
+ #: my-calendar-group-manager.php:745
344
+ #@ my-calendar
345
  msgid "Edit Event"
346
  msgstr "Editar Evento"
347
 
348
+ #: my-calendar-event-manager.php:274
349
+ #: my-calendar-event-manager.php:285
350
+ #@ my-calendar
351
  msgid "You must provide an event id in order to edit it"
352
  msgstr "Você deve fornecer um ID de evento, para editá-lo"
353
 
354
+ #: my-calendar-event-manager.php:281
355
+ #@ my-calendar
356
  msgid "Copy Event"
357
  msgstr "Copiar Evento"
358
 
359
+ #: my-calendar-core.php:816
360
+ #: my-calendar-event-manager.php:293
361
+ #@ my-calendar
362
  msgid "Add Event"
363
  msgstr "Adicionar Evento"
364
 
365
+ #: my-calendar-event-manager.php:891
366
+ #@ my-calendar
367
  msgid "Manage Events"
368
  msgstr "Gerenciar Eventos"
369
 
370
+ #: my-calendar-event-manager.php:389
371
+ #: my-calendar-group-manager.php:167
372
+ #@ my-calendar
373
  msgid "Sorry! That's an invalid event key."
374
  msgstr "Desculpe! Esta é uma entrada inválida de Evento."
375
 
376
+ #: my-calendar-event-manager.php:393
377
+ #: my-calendar-group-manager.php:171
378
+ #@ my-calendar
379
  msgid "Sorry! We couldn't find an event with that ID."
380
  msgstr "Desculpe! Não encontramos um evento com essa identificação (ID)."
381
 
382
+ #: my-calendar-event-manager.php:421
383
+ #@ my-calendar
 
 
 
384
  msgid "This event must be approved in order for it to appear on the calendar."
385
  msgstr "Esse evento precisa ser aprovado para que ele apareça no calendário."
386
 
387
+ #: my-calendar-event-manager.php:475
388
+ #: my-calendar-group-manager.php:285
389
+ #@ my-calendar
390
  msgid "Enter your Event Information"
391
  msgstr "Digite as informações do Evento"
392
 
393
+ #: my-calendar-event-manager.php:477
394
+ #: my-calendar-group-manager.php:291
395
+ #@ my-calendar
396
  msgid "Event Title"
397
  msgstr "Título do Evento"
398
 
399
+ #: my-calendar-event-manager.php:481
400
+ #@ my-calendar
401
  msgid "Publish"
402
  msgstr "Publicar"
403
 
404
+ #: my-calendar-event-manager.php:481
405
+ #@ my-calendar
406
  msgid "You must approve this event to promote it to the calendar."
407
  msgstr "Você precisa aprovar esse evento para publicá-lo no calendário."
408
 
409
+ #: my-calendar-event-manager.php:483
410
+ #@ my-calendar
411
  msgid "An administrator must approve your new event."
412
  msgstr "Um administrador deve aprovar o seu novo evento."
413
 
414
+ #: my-calendar-event-manager.php:503
415
+ #: my-calendar-group-manager.php:295
416
+ #@ my-calendar
417
  msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
418
  msgstr "Descrição do evento (<abbr title=\"linguagem de marcação de hipertext\">HTML </abbr> permitido)"
419
 
420
+ #: my-calendar-event-manager.php:526
421
+ #: my-calendar-group-manager.php:313
422
+ #@ my-calendar
423
  msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
424
  msgstr "Breve descrição do evento (<abbr title=\"linguagem de marcação de hipertext\">HTML </abbr> permitido)"
425
 
426
+ #: my-calendar-event-manager.php:530
427
+ #: my-calendar-group-manager.php:317
428
+ #@ my-calendar
429
  msgid "Event Host"
430
  msgstr "Anfitrião do Evento"
431
 
432
+ #: my-calendar-event-manager.php:549
433
+ #: my-calendar-group-manager.php:336
434
+ #@ my-calendar
435
  msgid "Event Category"
436
  msgstr "Categoria do Evento"
437
 
438
+ #: my-calendar-event-manager.php:574
439
+ #: my-calendar-group-manager.php:361
440
+ #@ my-calendar
441
  msgid "Event Link (Optional)"
442
  msgstr "Link do Evento(Opcional)"
443
 
444
+ #: my-calendar-event-manager.php:574
445
+ #: my-calendar-group-manager.php:361
446
+ #@ my-calendar
447
  msgid "This link will expire when the event passes."
448
  msgstr "Este link irá expirar quando o evento passar."
449
 
450
+ #: my-calendar-event-manager.php:600
451
+ #@ my-calendar
452
  msgid "Start Date (YYYY-MM-DD)"
453
  msgstr "Data de início (AAAA-MM-DD)"
454
 
455
+ #: my-calendar-event-manager.php:624
456
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
457
  msgid "Current time difference from GMT is "
458
  msgstr "A diferença do tempo GMT atual é "
459
 
460
+ #: my-calendar-event-manager.php:624
461
+ #@ my-calendar
462
  msgid " hour(s)"
463
  msgstr "hora(s)"
464
 
465
+ #: my-calendar-event-manager.php:633
466
+ #@ my-calendar
 
 
 
 
 
 
 
467
  msgid "Recurring Events"
468
  msgstr "Eventos Recorrentes"
469
 
470
+ #: my-calendar-event-manager.php:636
471
+ #@ my-calendar
472
  msgid "Repeats for"
473
  msgstr "Repete "
474
 
475
+ #: my-calendar-event-manager.php:637
476
+ #@ my-calendar
477
  msgid "Units"
478
  msgstr "Unidades"
479
 
480
+ #: my-calendar-event-manager.php:638
481
+ #: my-calendar-templates.php:109
482
+ #@ my-calendar
483
  msgid "Does not recur"
484
  msgstr "Não repete"
485
 
486
+ #: my-calendar-event-manager.php:639
487
+ #: my-calendar-event-manager.php:948
488
+ #: my-calendar-group-manager.php:719
489
+ #: my-calendar-templates.php:110
490
+ #@ my-calendar
491
  msgid "Daily"
492
  msgstr "Diário"
493
 
494
+ #: my-calendar-event-manager.php:641
495
+ #: my-calendar-event-manager.php:950
496
+ #: my-calendar-group-manager.php:721
497
+ #: my-calendar-templates.php:112
498
+ #@ my-calendar
499
  msgid "Weekly"
500
  msgstr "Semanal"
501
 
502
+ #: my-calendar-event-manager.php:642
503
+ #: my-calendar-templates.php:113
504
+ #@ my-calendar
505
  msgid "Bi-weekly"
506
  msgstr "Bi-semanal"
507
 
508
+ #: my-calendar-event-manager.php:643
509
+ #@ my-calendar
510
  msgid "Date of Month (e.g., the 24th of each month)"
511
  msgstr "Data do mês (por exemplo, a 24 de cada mês)"
512
 
513
+ #: my-calendar-event-manager.php:644
514
+ #@ my-calendar
515
  msgid "Day of Month (e.g., the 3rd Monday of each month)"
516
  msgstr "Dia do mês (por exemplo, a terceira segunda-feira de cada mês)"
517
 
518
+ #: my-calendar-event-manager.php:645
519
+ #: my-calendar-templates.php:116
520
+ #@ my-calendar
521
  msgid "Annually"
522
  msgstr "Anualmente"
523
 
524
+ #: my-calendar-event-manager.php:664
525
+ #: my-calendar-group-manager.php:372
526
+ #@ my-calendar
 
 
527
  msgid "Event Registration Status"
528
  msgstr "Status de registro do evento"
529
 
530
+ #: my-calendar-event-manager.php:667
531
+ #: my-calendar-group-manager.php:375
532
+ #@ my-calendar
533
  msgid "Open"
534
  msgstr "Aberto"
535
 
536
+ #: my-calendar-event-manager.php:668
537
+ #: my-calendar-group-manager.php:376
538
+ #@ my-calendar
539
  msgid "Closed"
540
  msgstr "Fechado"
541
 
542
+ #: my-calendar-event-manager.php:669
543
+ #: my-calendar-group-manager.php:377
544
+ #@ my-calendar
545
  msgid "Does not apply"
546
  msgstr "Não se aplica"
547
 
548
+ #: my-calendar-event-manager.php:672
549
+ #: my-calendar-group-manager.php:380
550
+ #@ my-calendar
551
  msgid "If this event recurs, it can only be registered for as a complete series."
552
  msgstr "Se este evento se repete, só pode ser registrado para uma série completa."
553
 
554
+ #: my-calendar-event-manager.php:689
555
+ #: my-calendar-group-manager.php:397
556
+ #: my-calendar-locations.php:125
557
+ #@ my-calendar
558
  msgid "Event Location"
559
  msgstr "Local do evento"
560
 
561
+ #: my-calendar-event-manager.php:696
562
+ #: my-calendar-group-manager.php:404
563
+ #@ my-calendar
564
  msgid "Choose a preset location:"
565
  msgstr "Escolha um local pré-definido:"
566
 
567
+ #: my-calendar-event-manager.php:710
568
+ #: my-calendar-group-manager.php:418
569
+ #@ my-calendar
570
  msgid "Add recurring locations for later use."
571
  msgstr "Adicionar locais recorrentes para uso posterior."
572
 
573
+ #: my-calendar-event-manager.php:719
574
+ #: my-calendar-group-manager.php:427
575
+ #: my-calendar-locations.php:127
576
+ #@ my-calendar
577
  msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
578
  msgstr "Todos os campos sobre o Local são opcionais: <em>informação insuficiente pode resultar em um mapa impreciso</em>."
579
 
580
+ #: my-calendar-event-manager.php:722
581
+ #: my-calendar-group-manager.php:430
582
+ #: my-calendar-locations.php:130
583
+ #@ my-calendar
584
  msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
585
  msgstr "Nome da localização (por exemplo, <em>Joe's Bar e churrascaria)</em>"
586
 
587
+ #: my-calendar-event-manager.php:731
588
+ #: my-calendar-group-manager.php:433
589
+ #: my-calendar-locations.php:139
590
+ #@ my-calendar
591
  msgid "Street Address"
592
  msgstr "Endereço 1"
593
 
594
+ #: my-calendar-event-manager.php:734
595
+ #: my-calendar-group-manager.php:436
596
+ #: my-calendar-locations.php:142
597
+ #@ my-calendar
598
  msgid "Street Address (2)"
599
  msgstr "Endereço (2)"
600
 
601
+ #: button/generator.php:56
602
+ #: my-calendar-event-manager.php:737
603
+ #: my-calendar-group-manager.php:439
604
+ #: my-calendar-locations.php:145
605
+ #: my-calendar-settings.php:620
606
+ #@ my-calendar
607
  msgid "City"
608
  msgstr "Cidade"
609
 
610
+ #: my-calendar-event-manager.php:744
611
+ #: my-calendar-group-manager.php:439
612
+ #: my-calendar-locations.php:152
613
+ #: my-calendar-settings.php:621
614
+ #@ my-calendar
615
  msgid "State/Province"
616
  msgstr "Estado"
617
 
618
+ #: button/generator.php:58
619
+ #: my-calendar-event-manager.php:751
620
+ #: my-calendar-group-manager.php:439
621
+ #: my-calendar-locations.php:159
622
+ #: my-calendar-settings.php:623
623
+ #@ my-calendar
624
  msgid "Postal Code"
625
  msgstr "Código Postal (CEP)"
626
 
627
+ #: button/generator.php:59
628
+ #: my-calendar-event-manager.php:769
629
+ #: my-calendar-group-manager.php:445
630
+ #: my-calendar-locations.php:177
631
+ #: my-calendar-settings.php:622
632
+ #@ my-calendar
633
  msgid "Country"
634
  msgstr "País"
635
 
636
+ #: my-calendar-event-manager.php:778
637
+ #: my-calendar-group-manager.php:448
638
+ #: my-calendar-locations.php:186
639
+ #@ my-calendar
640
  msgid "Initial Zoom"
641
  msgstr "Zoom inicial"
642
 
643
+ #: my-calendar-event-manager.php:780
644
+ #: my-calendar-group-manager.php:450
645
+ #: my-calendar-locations.php:188
646
+ #@ my-calendar
647
  msgid "Neighborhood"
648
  msgstr "Bairro"
649
 
650
+ #: my-calendar-event-manager.php:781
651
+ #: my-calendar-group-manager.php:451
652
+ #: my-calendar-locations.php:189
653
+ #@ my-calendar
654
  msgid "Small City"
655
  msgstr "Pequena Cidade"
656
 
657
+ #: my-calendar-event-manager.php:782
658
+ #: my-calendar-group-manager.php:452
659
+ #: my-calendar-locations.php:190
660
+ #@ my-calendar
661
  msgid "Large City"
662
  msgstr "Cidade Grande"
663
 
664
+ #: my-calendar-event-manager.php:783
665
+ #: my-calendar-group-manager.php:453
666
+ #: my-calendar-locations.php:191
667
+ #@ my-calendar
668
  msgid "Greater Metro Area"
669
  msgstr "Região Metropolitana"
670
 
671
+ #: button/generator.php:57
672
+ #: my-calendar-event-manager.php:784
673
+ #: my-calendar-group-manager.php:454
674
+ #: my-calendar-locations.php:192
675
+ #@ my-calendar
676
  msgid "State"
677
  msgstr "Estado"
678
 
679
+ #: button/generator.php:60
680
+ #: my-calendar-event-manager.php:760
681
+ #: my-calendar-event-manager.php:785
682
+ #: my-calendar-group-manager.php:442
683
+ #: my-calendar-group-manager.php:455
684
+ #: my-calendar-locations.php:168
685
+ #: my-calendar-locations.php:193
686
+ #: my-calendar-settings.php:624
687
+ #@ my-calendar
688
  msgid "Region"
689
  msgstr "Região"
690
 
691
+ #: my-calendar-event-manager.php:792
692
+ #: my-calendar-group-manager.php:462
693
+ #: my-calendar-locations.php:200
694
+ #@ my-calendar
695
  msgid "GPS Coordinates (optional)"
696
  msgstr "Coordenadas GPS (opcional)"
697
 
698
+ #: my-calendar-event-manager.php:794
699
+ #: my-calendar-group-manager.php:464
700
+ #@ my-calendar
701
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
702
  msgstr "Se você fornecer as coordenadas do GPS da localização, será usada no lugar das outras informações de endereço para fornecer o link do mapa."
703
 
704
+ #: my-calendar-event-manager.php:797
705
+ #: my-calendar-group-manager.php:467
706
+ #: my-calendar-locations.php:206
707
+ #@ my-calendar
708
  msgid "Longitude"
709
  msgstr "Longitude"
710
 
711
+ #: my-calendar-event-manager.php:797
712
+ #: my-calendar-group-manager.php:467
713
+ #: my-calendar-locations.php:205
714
+ #@ my-calendar
715
  msgid "Latitude"
716
  msgstr "Latitude"
717
 
718
+ #: my-calendar-event-manager.php:430
719
+ #@ my-calendar
720
  msgid "Save Event"
721
  msgstr "Salvar Evento"
722
 
723
+ #: my-calendar-event-manager.php:910
724
+ #: my-calendar-group-manager.php:680
725
+ #: my-calendar-settings.php:445
726
  #: my-calendar-widgets.php:37
727
+ #: my-calendar-widgets.php:120
728
+ #: my-calendar-widgets.php:494
729
+ #@ my-calendar
730
  msgid "Title"
731
  msgstr "Título"
732
 
733
+ #: my-calendar-event-manager.php:911
734
+ #: my-calendar-group-manager.php:681
735
+ #: my-calendar-locations.php:271
736
+ #@ my-calendar
 
 
737
  msgid "Location"
738
  msgstr "Localização"
739
 
740
+ #: my-calendar-event-manager.php:912
741
+ #: my-calendar-group-manager.php:682
742
+ #: my-calendar-settings.php:446
743
+ #@ my-calendar
744
  msgid "Description"
745
  msgstr "Descrição"
746
 
747
+ #: my-calendar-event-manager.php:913
748
+ #: my-calendar-group-manager.php:683
749
+ #: my-calendar-settings.php:447
750
+ #@ my-calendar
751
  msgid "Start Date"
752
  msgstr "Data de Início"
753
 
754
+ #: my-calendar-event-manager.php:914
755
+ #: my-calendar-group-manager.php:684
756
+ #@ my-calendar
757
  msgid "Recurs"
758
  msgstr "Repete"
759
 
760
+ #: my-calendar-event-manager.php:915
761
+ #: my-calendar-group-manager.php:685
762
  #: my-calendar-settings.php:233
763
+ #: my-calendar-settings.php:242
764
+ #: my-calendar-settings.php:250
765
+ #: my-calendar-settings.php:448
766
+ #@ my-calendar
767
  msgid "Author"
768
  msgstr "Autor"
769
 
770
+ #: my-calendar-event-manager.php:916
771
+ #: my-calendar-group-manager.php:686
772
+ #: my-calendar-settings.php:449
773
+ #@ my-calendar
774
  msgid "Category"
775
  msgstr "Categoria"
776
 
777
+ #: my-calendar-event-manager.php:917
778
+ #@ my-calendar
779
  msgid "Edit / Delete"
780
  msgstr "Editar / Excluir"
781
 
782
+ #: my-calendar-event-manager.php:947
783
+ #: my-calendar-group-manager.php:718
784
+ #@ my-calendar
785
  msgid "Never"
786
  msgstr "Nunca"
787
 
788
+ #: my-calendar-event-manager.php:951
789
+ #: my-calendar-group-manager.php:722
790
+ #@ my-calendar
791
  msgid "Bi-Weekly"
792
  msgstr "Bi-semana"
793
 
794
+ #: my-calendar-event-manager.php:952
795
+ #: my-calendar-group-manager.php:723
796
+ #@ my-calendar
797
  msgid "Monthly (by date)"
798
  msgstr "Mensal (por data)"
799
 
800
+ #: my-calendar-event-manager.php:953
801
+ #: my-calendar-group-manager.php:724
802
+ #@ my-calendar
803
  msgid "Monthly (by day)"
804
  msgstr "Mensal (por dia)"
805
 
806
+ #: my-calendar-event-manager.php:954
807
+ #: my-calendar-group-manager.php:725
808
+ #@ my-calendar
809
  msgid "Yearly"
810
  msgstr "Anual"
811
 
812
+ #: my-calendar-event-manager.php:957
813
+ #: my-calendar-group-manager.php:728
814
+ #@ my-calendar
815
  msgid "Forever"
816
  msgstr "Para sempre"
817
 
818
+ #: my-calendar-event-manager.php:973
819
+ #@ my-calendar
 
 
 
820
  msgid "Copy"
821
  msgstr "Cópia"
822
 
823
+ #: my-calendar-event-manager.php:979
824
+ #: my-calendar-group-manager.php:751
825
+ #@ my-calendar
826
  msgid "Not editable."
827
  msgstr "Não é editável."
828
 
829
+ #: my-calendar-event-manager.php:985
830
+ #@ my-calendar
831
  msgid "Reject"
832
  msgstr "Rejeitar"
833
 
834
+ #: my-calendar-event-manager.php:987
835
+ #@ my-calendar
836
  msgid "Approve"
837
  msgstr "Aprovar"
838
 
839
+ #: my-calendar-event-manager.php:992
840
+ #@ my-calendar
841
  msgid "Approved"
842
  msgstr "Aprovado"
843
 
844
+ #: my-calendar-event-manager.php:994
845
+ #@ my-calendar
846
  msgid "Rejected"
847
  msgstr "Rejeitado"
848
 
849
+ #: my-calendar-event-manager.php:996
850
+ #@ my-calendar
851
  msgid "Awaiting Approval"
852
  msgstr "Aguardando aprovação"
853
 
854
+ #: my-calendar-event-manager.php:1018
855
+ #: my-calendar-group-manager.php:765
856
+ #@ my-calendar
857
  msgid "There are no events in the database!"
858
  msgstr "Não há eventos no banco de dados!"
859
 
860
+ #: my-calendar-event-manager.php:1152
861
+ #@ my-calendar
862
  msgid "Your event end date must be either after or the same as your event begin date"
863
  msgstr "Sua data de término de evento deve ser depois ou a mesma que a data de início seu evento "
864
 
865
+ #: my-calendar-event-manager.php:1155
866
+ #@ my-calendar
867
  msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
868
  msgstr "Sua formatação de data está correta, mas uma ou mais datas são inválidas. Verifique se o número de dias no mês ou erros relacionados com o ano bissexto."
869
 
870
+ #: my-calendar-event-manager.php:1158
871
+ #@ my-calendar
872
  msgid "Both start and end dates must be in the format YYYY-MM-DD"
873
  msgstr "As datas de início e fim devem estar no formato AAAA-MM-DD"
874
 
875
+ #: my-calendar-event-manager.php:1167
876
+ #@ my-calendar
877
  msgid "The time field must either be blank or be entered in the format hh:mm"
878
  msgstr "O campo da hora ou deve ser branco ou ser escrito no formato hh:mm"
879
 
880
+ #: my-calendar-event-manager.php:1174
881
+ #@ my-calendar
882
  msgid "The end time field must either be blank or be entered in the format hh:mm"
883
  msgstr "O campo da hora final ou deve ser branco ou ser escrito no formato hh:mm "
884
 
885
+ #: my-calendar-event-manager.php:1190
886
+ #: my-calendar-group-manager.php:552
887
+ #@ my-calendar
 
 
888
  msgid "The event title must be between 1 and 255 characters in length."
889
  msgstr "O título do evento deve ter entre 1 e 255 caracteres."
890
 
891
+ #: my-calendar-event-manager.php:1196
892
+ #@ my-calendar
893
  msgid "The repetition value must be 0 unless a type of recurrence is selected."
894
  msgstr "O valor da repetição deve ser 0, a menos que um tipo de recorrência for selecionado."
895
 
896
+ #: my-calendar-help.php:7
897
+ #@ my-calendar
898
  msgid "How to use My Calendar"
899
  msgstr "Como usar o Calendário"
900
 
901
+ #: my-calendar-help.php:12
902
+ #@ my-calendar
903
  msgid "Shortcode Syntax"
904
  msgstr "Código curto (Shortcode) de Sintaxe"
905
 
906
+ #: my-calendar-help.php:15
907
+ #@ my-calendar
908
  msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
909
  msgstr "Esses códigos curtos (sortcodes) podem ser usados em posts, páginas, ou widgets de texto."
910
 
911
+ #: my-calendar-help.php:19
912
+ #@ my-calendar
913
  msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
914
  msgstr "Este shortcode (código curto) básico irá mostrar o calendário em um post ou página, incluindo todas as categorias e as principais categorias, em um formato tradicional mês a mês."
915
 
916
+ #: my-calendar-help.php:63
917
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
918
  msgid "Category Icons"
919
  msgstr "Ícones de categorias"
920
 
921
+ #: my-calendar-help.php:66
922
+ #@ my-calendar
923
  msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
924
  msgstr "O Calendário é projetado para gerenciar múltiplos calendários. A base para esses calendários são as Categorias, você pode facilmente configurar uma página do calendário que inclui todas as categorias, ou pode dedicar páginas separadas para os calendários de cada categoria. Um exemplo: isto pode ser útil para a gestão dos calendários turísticos para várias bandas; calendários de eventos para uma variedade de locais, etc."
925
 
926
+ #: my-calendar-help.php:69
927
+ #@ my-calendar
928
  msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
929
  msgstr "Os ícones de categoria, pré-instalado não pode ser necessariamnete úteisl para as suas necessidades ou design. Portanto você vai fazer upload de seus próprios ícones - tudo que precisa fazer é enviá-los para a pasta de ícones do plugin, e eles estarão disponíveis para uso imediato, ou colocá-los em uma pasta em \"meu-calendário-personalizado\" para evitar que eles sejam substituídos por atualizações."
930
 
931
+ #: my-calendar-help.php:69
932
+ #@ my-calendar
933
  msgid "Your icons folder is:"
934
  msgstr "Sua pasta de ícones é:"
935
 
936
+ #: my-calendar-help.php:69
937
+ #@ my-calendar
938
  msgid "You can alternately place icons in:"
939
  msgstr "Como alternativa, você pode colocar ícones em:"
940
 
941
+ #: my-calendar-help.php:92
942
+ #@ my-calendar
943
  msgid "Widget Templating"
944
  msgstr "Templates de Widget"
945
 
946
+ #: my-calendar-help.php:208
947
+ #@ my-calendar
 
 
 
948
  msgid "Displays the name of the category the event is in."
949
  msgstr "Exibe o nome da categoria do evento."
950
 
951
+ #: my-calendar-help.php:100
952
+ #@ my-calendar
953
  msgid "Displays the title of the event."
954
  msgstr "Exibe o título do evento."
955
 
956
+ #: my-calendar-help.php:106
957
+ #@ my-calendar
958
  msgid "Displays the start time for the event."
959
  msgstr "Exibe a hora de início do evento."
960
 
961
+ #: my-calendar-help.php:115
962
+ #@ my-calendar
 
 
 
963
  msgid "Displays the date on which the event begins."
964
  msgstr "Mostra a data em que o evento começa."
965
 
966
+ #: my-calendar-help.php:118
967
+ #@ my-calendar
968
  msgid "Displays the date on which the event ends."
969
  msgstr "Mostra a data que o evento termina."
970
 
971
+ #: my-calendar-help.php:121
972
+ #@ my-calendar
973
  msgid "Displays the time at which the event ends."
974
  msgstr "Mostra o momento que o evento termina."
975
 
976
+ #: my-calendar-help.php:124
977
+ #@ my-calendar
978
  msgid "Displays the WordPress author who posted the event."
979
  msgstr "Apresenta o autor WordPress que postou o evento."
980
 
981
+ #: my-calendar-help.php:142
982
+ #@ my-calendar
983
  msgid "Displays the URL provided for the event."
984
  msgstr "Exibe o URL fornecido para o evento."
985
 
986
+ #: my-calendar-help.php:136
987
+ #@ my-calendar
988
  msgid "Displays the description of the event."
989
  msgstr "Mostra a descrição do evento."
990
 
991
+ #: my-calendar-help.php:103
992
+ #@ my-calendar
993
  msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
994
  msgstr "Exibe o título do evento como um link, se um URL for inserida, ou só o título se nenhum URL estiver disponível."
995
 
996
+ #: my-calendar-help.php:169
997
+ #@ my-calendar
998
  msgid "Displays the name of the location of the event."
999
  msgstr "Exibe o nome do local do evento."
1000
 
1001
+ #: my-calendar-help.php:172
1002
+ #@ my-calendar
1003
  msgid "Displays the first line of the site address."
1004
  msgstr "Exibe a primeira linha do endereço do site."
1005
 
1006
+ #: my-calendar-help.php:175
1007
+ #@ my-calendar
1008
  msgid "Displays the second line of the site address."
1009
  msgstr "Exibe a segunda linha do endereço do site."
1010
 
1011
+ #: my-calendar-help.php:190
1012
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
1013
  msgid "Displays the country for the event location."
1014
  msgstr "Mostra o país do local do evento."
1015
 
1016
+ #: my-calendar-help.php:199
1017
+ #@ my-calendar
1018
  msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1019
  msgstr "Exibe o endereço do evento no formato <a href=\"http://microformats.org/wiki/hcard\">hcard</a>."
1020
 
1021
+ #: my-calendar-help.php:202
1022
+ #@ my-calendar
1023
  msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
1024
  msgstr "Exibe um link para um mapa do evento no Google, se a informação de endereço for suficiente. Se não, estará vazio."
1025
 
1026
+ #: my-calendar-help.php:160
1027
+ #@ my-calendar
1028
  msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1029
  msgstr "Exibe o texto indicando se a inscrição para o evento está aberta ou fechada, nada se mostra se a escolha estiver marcada no evento."
1030
 
1031
+ #: my-calendar-help.php:133
1032
+ #@ my-calendar
1033
  msgid "Displays the short version of the event description."
1034
  msgstr "Exibe a versão curta da descrição do evento."
1035
 
1036
+ #: my-calendar-help.php:163
1037
+ #@ my-calendar
1038
  msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1039
  msgstr "Exibe o status atual do evento: \"Publicado\" ou \"Reservado\" - utilizado primeiro no modelo de e-mail."
1040
 
1041
+ #: my-calendar-help.php:211
1042
+ #@ my-calendar
1043
  msgid "Produces the address of the current event's category icon."
1044
  msgstr "Produz o endereço do ícone da categoria do evento atual."
1045
 
1046
+ #: my-calendar-help.php:217
1047
+ #@ my-calendar
1048
  msgid "Produces the hex code for the current event's category color."
1049
  msgstr "Produz o código hexadecimal para a cor do evento atual."
1050
 
1051
+ #: my-calendar-install.php:192
1052
+ #@ my-calendar
1053
  msgid "My Calendar Default Timezone"
1054
  msgstr "Fuso horário padrão do Calendário"
1055
 
1056
+ #: my-calendar-install.php:237
1057
+ #@ my-calendar
1058
  msgid "My Calendar Default Location"
1059
  msgstr "Localização padrão do Calendário"
1060
 
1061
+ #: my-calendar-locations.php:43
1062
+ #@ my-calendar
1063
  msgid "Location added successfully"
1064
  msgstr "Localização adicionada com sucesso"
1065
 
1066
+ #: my-calendar-locations.php:45
1067
+ #@ my-calendar
1068
  msgid "Location could not be added to database"
1069
  msgstr "A localização não pode ser adicionada ao banco de dados"
1070
 
1071
+ #: my-calendar-locations.php:51
1072
+ #@ my-calendar
1073
  msgid "Location deleted successfully"
1074
  msgstr "Localização excluída com sucesso"
1075
 
1076
+ #: my-calendar-locations.php:53
1077
+ #@ my-calendar
1078
  msgid "Location could not be deleted"
1079
  msgstr "A localização não pode ser excluída"
1080
 
1081
+ #: my-calendar-locations.php:78
1082
+ #@ my-calendar
1083
  msgid "Location could not be edited."
1084
  msgstr "A localização não pode ser editada."
1085
 
1086
+ #: my-calendar-locations.php:80
1087
+ #@ my-calendar
1088
  msgid "Location was not changed."
1089
  msgstr "A Localização não foi alterada."
1090
 
1091
+ #: my-calendar-locations.php:82
1092
+ #@ my-calendar
1093
  msgid "Location edited successfully"
1094
  msgstr "Localização editada com sucesso"
1095
 
1096
+ #: my-calendar-locations.php:102
1097
+ #@ my-calendar
1098
  msgid "Add New Location"
1099
  msgstr "Adicionar nova localização"
1100
 
1101
+ #: my-calendar-locations.php:104
1102
+ #@ my-calendar
1103
  msgid "Edit Location"
1104
  msgstr "Editar Localização"
1105
 
1106
+ #: my-calendar-locations.php:109
1107
+ #@ my-calendar
1108
  msgid "Location Editor"
1109
  msgstr "Editor de localização"
1110
 
1111
+ #: my-calendar-locations.php:202
1112
+ #@ my-calendar
1113
  msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
1114
  msgstr "Se você fornecer as coordenadas GPS para a localização, elas serão usados no lugar das informações de endereço para identificar a localização."
1115
 
1116
+ #: my-calendar-locations.php:210
1117
+ #@ my-calendar
1118
  msgid "Add Location"
1119
  msgstr "Adicionar Locais"
1120
 
1121
+ #: my-calendar-locations.php:258
1122
+ #: my-calendar.php:159
1123
+ #@ my-calendar
1124
  msgid "Manage Locations"
1125
  msgstr "Gerenciar Locais"
1126
 
1127
+ #: my-calendar-locations.php:293
1128
+ #@ my-calendar
1129
  msgid "There are no locations in the database yet!"
1130
  msgstr "Não existem locais no banco de dados ainda!"
1131
 
1132
+ #: my-calendar-locations.php:297
1133
+ #@ my-calendar
1134
  msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
1135
  msgstr "Atenção: editar ou excluir localidades armazenada para reutilização não terá nenhum efeito em qualquer evento previamente agendado no local. O banco de dados local existe puramente como um método de taquigrafia para registro de locais frequentemente utilizados em evento."
1136
 
1137
+ #: my-calendar-output.php:137
1138
+ #@ my-calendar
1139
  msgid "Event Details"
1140
  msgstr "Detalhes do Evento"
1141
 
1142
+ #: my-calendar-output.php:157
1143
+ #: my-calendar-output.php:264
1144
+ #@ my-calendar
1145
  msgid "Close"
1146
  msgstr "Fechar"
1147
 
1148
+ #: my-calendar-output.php:172
1149
+ #@ my-calendar
 
 
 
1150
  msgid "Not Applicable"
1151
  msgstr "Não Aplicável"
1152
 
1153
+ #: my-calendar-output.php:186
1154
+ #@ my-calendar
1155
  msgid "Posted by"
1156
  msgstr "Publicado por"
1157
 
1158
+ #: my-calendar-output.php:247
1159
+ #@ my-calendar
1160
  msgid "This class is part of a series. You must register for the first event in this series to attend."
1161
  msgstr "Essa classe é parte de uma série. Você deve registrar-se primeiro para participar do evento."
1162
 
1163
+ #: button/generator.php:98
1164
+ #: my-calendar-output.php:333
1165
+ #: my-calendar-widgets.php:515
1166
+ #@ my-calendar
1167
  msgid "Month"
1168
  msgstr "Mês"
1169
 
1170
+ #: my-calendar-output.php:338
1171
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
  msgid "Year"
1173
  msgstr "no"
1174
 
1175
+ #: my-calendar-output.php:366
1176
+ #@ my-calendar
1177
  msgid "Go"
1178
  msgstr "Ir"
1179
 
1180
+ #: my-calendar-output.php:412
1181
+ #@ my-calendar
1182
  msgid "<abbr title=\"Sunday\">Sun</abbr>"
1183
  msgstr "<abbr title=\"Domingo\">Dom</abbr>"
1184
 
1185
+ #: my-calendar-output.php:413
1186
+ #@ my-calendar
1187
  msgid "<abbr title=\"Monday\">Mon</abbr>"
1188
  msgstr "<abbr title=\"Segunda\">Seg</abbr>"
1189
 
1190
+ #: my-calendar-output.php:414
1191
+ #@ my-calendar
1192
  msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1193
  msgstr "<abbr title=\"Terça\">Ter</abbr>"
1194
 
1195
+ #: my-calendar-output.php:415
1196
+ #@ my-calendar
1197
  msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1198
  msgstr "<abbr title=\"Quarta\">Qua</abbr>"
1199
 
1200
+ #: my-calendar-output.php:416
1201
+ #@ my-calendar
1202
  msgid "<abbr title=\"Thursday\">Thur</abbr>"
1203
  msgstr "<abbr title=\"Quinta\">Qui</abbr>"
1204
 
1205
+ #: my-calendar-output.php:417
1206
+ #@ my-calendar
1207
  msgid "<abbr title=\"Friday\">Fri</abbr>"
1208
  msgstr "<abbr title=\"Sexta\">Sex</abbr>"
1209
 
1210
+ #: my-calendar-output.php:418
1211
+ #@ my-calendar
1212
  msgid "<abbr title=\"Saturday\">Sat</abbr>"
1213
  msgstr "<abbr title=\"Sábado\">Sab</abbr>"
1214
 
1215
+ #: my-calendar-output.php:423
1216
+ #@ my-calendar
1217
  msgid "<abbr title=\"Sunday\">S</abbr>"
1218
  msgstr "<abbr title=\"Domingo\">D</abbr>"
1219
 
1220
+ #: my-calendar-output.php:424
1221
+ #@ my-calendar
1222
  msgid "<abbr title=\"Monday\">M</abbr>"
1223
  msgstr "<abbr title=\"Segunda\">S</abbr>"
1224
 
1225
+ #: my-calendar-output.php:425
1226
+ #@ my-calendar
1227
  msgid "<abbr title=\"Tuesday\">T</abbr>"
1228
  msgstr "<abbr title=\"Terça\">T</abbr>"
1229
 
1230
+ #: my-calendar-output.php:426
1231
+ #@ my-calendar
1232
  msgid "<abbr title=\"Wednesday\">W</abbr>"
1233
  msgstr "<abbr title=\"Quarta\">Q</abbr>"
1234
 
1235
+ #: my-calendar-output.php:427
1236
+ #@ my-calendar
1237
  msgid "<abbr title=\"Thursday\">T</abbr>"
1238
  msgstr "<abbr title=\"Quinta\">Q</abbr>"
1239
 
1240
+ #: my-calendar-output.php:428
1241
+ #@ my-calendar
1242
  msgid "<abbr title=\"Friday\">F</abbr>"
1243
  msgstr "<abbr title=\"Sexta\">S</abbr>"
1244
 
1245
+ #: my-calendar-output.php:429
1246
+ #@ my-calendar
1247
  msgid "<abbr title=\"Saturday\">S</abbr>"
1248
  msgstr "<abbr title=\"Sábado\">S</abbr>"
1249
 
1250
+ #: my-calendar-output.php:544
1251
+ #@ my-calendar
1252
  msgid "and"
1253
  msgstr "e"
1254
 
1255
+ #: my-calendar-widgets.php:476
1256
+ #@ my-calendar
1257
  msgid "Calendar"
1258
  msgstr "Calendário"
1259
 
1260
+ #: my-calendar-output.php:564
1261
+ #@ my-calendar
1262
  msgid "Events in"
1263
  msgstr "Eventos em"
1264
 
1265
+ #: my-calendar-output.php:758
1266
+ #@ my-calendar
1267
  msgid "There are no events scheduled during this period."
1268
  msgstr "Não há eventos programados durante este período."
1269
 
1270
+ #: my-calendar-output.php:770
1271
+ #@ my-calendar
1272
  msgid "Category Key"
1273
  msgstr "Categoria Básica"
1274
 
1275
+ #: my-calendar-output.php:1077
1276
+ #@ my-calendar
1277
  msgid "Show events in:"
1278
  msgstr "Mostrar os eventos em:"
1279
 
1280
+ #: my-calendar-output.php:957
1281
+ #: my-calendar-output.php:1117
1282
+ #@ my-calendar
1283
  msgid "Submit"
1284
  msgstr "Enviar"
1285
 
1286
+ #: my-calendar-importer.php:92
1287
+ #: my-calendar-settings.php:52
1288
+ #@ my-calendar
1289
  msgid "Categories imported successfully."
1290
  msgstr "Categorias importados com sucesso."
1291
 
1292
+ #: my-calendar-importer.php:92
1293
+ #: my-calendar-settings.php:52
1294
+ #@ my-calendar
1295
  msgid "Categories not imported."
1296
  msgstr "Categorias não importadas."
1297
 
1298
+ #: my-calendar-importer.php:94
1299
+ #: my-calendar-settings.php:53
1300
+ #@ my-calendar
1301
  msgid "Events imported successfully."
1302
  msgstr "Eventos importados com sucesso."
1303
 
1304
+ #: my-calendar-importer.php:94
1305
+ #: my-calendar-settings.php:53
1306
+ #@ my-calendar
1307
  msgid "Events not imported."
1308
  msgstr "Eventos não importados."
1309
 
1310
+ #: my-calendar-settings.php:219
1311
+ #@ my-calendar
 
 
 
1312
  msgid "My Calendar Options"
1313
  msgstr "Opções do Calendário"
1314
 
1315
+ #: my-calendar-settings.php:228
1316
+ #@ my-calendar
 
 
 
1317
  msgid "Calendar Options: Management"
1318
  msgstr "Opções de Calendário: Gestão"
1319
 
 
 
 
 
 
1320
  #: my-calendar-settings.php:231
1321
+ #: my-calendar-settings.php:240
1322
+ #@ my-calendar
1323
  msgid "Subscriber"
1324
  msgstr "Assinante"
1325
 
 
1326
  #: my-calendar-settings.php:232
1327
+ #: my-calendar-settings.php:241
1328
+ #: my-calendar-settings.php:249
1329
+ #@ my-calendar
1330
  msgid "Contributor"
1331
  msgstr "Colaborador"
1332
 
 
1333
  #: my-calendar-settings.php:234
1334
+ #: my-calendar-settings.php:243
1335
+ #: my-calendar-settings.php:251
1336
+ #@ my-calendar
1337
  msgid "Editor"
1338
  msgstr "Editor"
1339
 
 
1340
  #: my-calendar-settings.php:235
1341
+ #: my-calendar-settings.php:244
1342
+ #: my-calendar-settings.php:252
1343
+ #@ my-calendar
1344
  msgid "Administrator"
1345
  msgstr "Adminstrador"
1346
 
1347
+ #: my-calendar-settings.php:245
1348
+ #@ my-calendar
 
 
 
1349
  msgid "Enable approval options."
1350
  msgstr "Ative as opções de aprovação."
1351
 
1352
+ #: my-calendar-settings.php:284
1353
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1354
  msgid "Previous Events"
1355
  msgstr "Eventos Anteriores"
1356
 
1357
+ #: my-calendar-settings.php:287
1358
+ #@ my-calendar
 
 
 
1359
  msgid "Next Events"
1360
  msgstr "Próximos Eventos"
1361
 
1362
+ #: my-calendar-settings.php:290
1363
+ #@ my-calendar
 
 
 
1364
  msgid "Registration is open"
1365
  msgstr "As inscrições estão abertas"
1366
 
1367
+ #: my-calendar-settings.php:293
1368
+ #@ my-calendar
 
 
 
1369
  msgid "Registration is closed"
1370
  msgstr "As inscrições estão fechadas"
1371
 
1372
+ #: my-calendar-settings.php:296
1373
+ #@ my-calendar
 
 
 
1374
  msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
1375
  msgstr "A legenda do calendário é o texto que contém o mês e ano exibido em formato de lista ou calendário. E será exibido após o texto existente."
1376
 
1377
+ #: my-calendar-settings.php:357
1378
+ #@ my-calendar
 
 
 
1379
  msgid "In list mode, show how many months of events at a time:"
1380
  msgstr "Mostrar quantos meses de eventos de cada vez no modo de lista:"
1381
 
1382
+ #: my-calendar-settings.php:328
1383
+ #@ my-calendar
 
 
 
1384
  msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
1385
  msgstr "Formato de data usa a mesma sintaxe do <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Salvar opções para atualizar o exemplo."
1386
 
1387
+ #: my-calendar-settings.php:337
1388
+ #@ my-calendar
 
 
 
1389
  msgid "Display a jumpbox for changing month and year quickly?"
1390
  msgstr "Mostrar um campo (jumpbox) para mudar o mês e o ano rapidamente?"
1391
 
1392
+ #: my-calendar-settings.php:393
1393
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
1394
  msgid "Show short description field on calendar."
1395
  msgstr "Mostrar campo de descrição curta do calendário."
1396
 
1397
+ #: my-calendar-settings.php:396
1398
+ #@ my-calendar
1399
  msgid "Show full description field on calendar."
1400
  msgstr "Mostrar campo de descrição completa do calendário."
1401
 
1402
+ #: my-calendar-settings.php:474
1403
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1404
  msgid "Show Event Location Dropdown Menu"
1405
  msgstr "Mostrar Menu (Dropdown) de Localização do Evento"
1406
 
1407
+ #: my-calendar-settings.php:474
1408
+ #@ my-calendar
1409
  msgid "Show Event Short Description field"
1410
  msgstr "Mostrar campo Breve Descrição do Evento"
1411
 
1412
+ #: my-calendar-settings.php:474
1413
+ #@ my-calendar
1414
  msgid "Show Event Description Field"
1415
  msgstr "Mostrar campo Descrição do Evento"
1416
 
1417
+ #: my-calendar-settings.php:474
1418
+ #@ my-calendar
1419
  msgid "Show Event Category field"
1420
  msgstr "Mostra campo Categoria do Evento"
1421
 
1422
+ #: my-calendar-settings.php:474
1423
+ #@ my-calendar
1424
  msgid "Show Event Link field"
1425
  msgstr "Mostrar campo Link do Evento"
1426
 
1427
+ #: my-calendar-settings.php:474
1428
+ #@ my-calendar
1429
  msgid "Show Event Recurrence Options"
1430
  msgstr "Mostrar opções de Recorrência de Eventos"
1431
 
1432
+ #: my-calendar-settings.php:487
1433
+ #@ my-calendar
 
 
 
 
 
 
 
1434
  msgid "Administrators see all input options"
1435
  msgstr "Administradores ver todas as opções"
1436
 
1437
+ #: my-calendar-settings.php:408
1438
+ #@ my-calendar
 
 
 
1439
  msgid "Default usage of category colors."
1440
  msgstr "Utilizar cores padrão"
1441
 
1442
+ #: my-calendar-settings.php:409
1443
+ #@ my-calendar
1444
  msgid "Apply category colors to event titles as a font color."
1445
  msgstr "Aplicar a cor de fonte nos títulos dos eventos."
1446
 
1447
+ #: my-calendar-settings.php:410
1448
+ #@ my-calendar
1449
  msgid "Apply category colors to event titles as a background color."
1450
  msgstr "Aplicar a cor de fundo nos títulos dos eventos."
1451
 
1452
+ #: my-calendar-settings.php:528
1453
+ #@ my-calendar
1454
  msgid "Calendar Options: Email Notifications"
1455
  msgstr "Opções do Calendário: Notificações por e-mail"
1456
 
1457
+ #: my-calendar-settings.php:532
1458
+ #@ my-calendar
1459
  msgid "Send Email Notifications when new events are scheduled or reserved."
1460
  msgstr "Enviar e-mail de notificação quando novos eventos forem programados ou reservados."
1461
 
1462
+ #: my-calendar-settings.php:535
1463
+ #@ my-calendar
1464
  msgid "Notification messages are sent to: "
1465
  msgstr "As mensagens de notificação serão enviados para:"
1466
 
1467
+ #: my-calendar-settings.php:538
1468
+ #@ my-calendar
1469
  msgid "Email subject"
1470
  msgstr "Assunto do Email"
1471
 
1472
+ #: my-calendar-settings.php:538
1473
+ #@ my-calendar
1474
  msgid "New event Added"
1475
  msgstr "Novo Evento Adicionado"
1476
 
1477
+ #: my-calendar-settings.php:541
1478
+ #@ my-calendar
1479
  msgid "Message Body"
1480
  msgstr "Corpo da Mensagem"
1481
 
1482
+ #: my-calendar-settings.php:541
1483
+ #@ my-calendar
1484
  msgid "New Event:"
1485
  msgstr "Novo Evento"
1486
 
1487
+ #: my-calendar-settings.php:542
1488
+ #@ my-calendar
1489
  msgid "Shortcode Help"
1490
  msgstr "Ajuda sobre códigos curto (shortcode)"
1491
 
1492
+ #: my-calendar-settings.php:542
1493
+ #@ my-calendar
1494
  msgid "All template shortcodes are available."
1495
  msgstr "Todos os códigos curtos (shortcodes) estão disponíveis."
1496
 
1497
+ #: my-calendar-settings.php:574
1498
+ #@ my-calendar
 
 
 
 
 
 
 
1499
  msgid "Timezone Settings"
1500
  msgstr "Configurações do Fuso Horário"
1501
 
1502
+ #: my-calendar-settings.php:575
1503
+ #@ my-calendar
1504
  msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
1505
  msgstr "Essas configurações fornecem aos usuários registrados a capacidade de selecionar um fuso horário no seu perfil de usuário. Quando eles vêem o seu calendário, os horários dos eventos serão mostrados no seu fuso horário, bem como o valor digitado."
1506
 
1507
+ #: my-calendar-settings.php:577
1508
+ #@ my-calendar
1509
  msgid "Enable Timezone"
1510
  msgstr "Habilitar o fuso horário"
1511
 
1512
+ #: my-calendar-settings.php:580
1513
+ #@ my-calendar
1514
  msgid "Select Timezone Label"
1515
  msgstr "Selecione a legenda do fuso horário"
1516
 
1517
+ #: my-calendar-settings.php:583
1518
+ #@ my-calendar
1519
  msgid "Timezone Options"
1520
  msgstr "Opções de fuso horário"
1521
 
1522
+ #: my-calendar-settings.php:583
1523
+ #: my-calendar-settings.php:607
1524
+ #@ my-calendar
1525
  msgid "Value, Label; one per line"
1526
  msgstr "Valor, Legenda (Label), um por linha"
1527
 
1528
+ #: my-calendar-settings.php:595
1529
+ #@ my-calendar
1530
  msgid "Location Settings"
1531
  msgstr "Configurações de Localização"
1532
 
1533
+ #: my-calendar-settings.php:598
1534
+ #@ my-calendar
 
 
 
1535
  msgid "Enable Location"
1536
  msgstr "Habilitar Localização"
1537
 
1538
+ #: my-calendar-settings.php:604
1539
+ #@ my-calendar
1540
  msgid "Select Location Label"
1541
  msgstr "Selecione a legenda da Localização"
1542
 
1543
+ #: my-calendar-settings.php:607
1544
+ #@ my-calendar
1545
  msgid "Location Options"
1546
  msgstr "Opções de localização"
1547
 
1548
+ #: my-calendar-settings.php:617
1549
+ #@ my-calendar
1550
  msgid "Location Type"
1551
  msgstr "Tipo de local"
1552
 
1553
+ #: button/generator.php:55
1554
+ #: my-calendar-settings.php:450
1555
+ #: my-calendar-settings.php:619
1556
+ #@ my-calendar
1557
  msgid "Location Name"
1558
  msgstr "Nome do Local"
1559
 
1560
+ #: my-calendar-styles.php:129
1561
+ #@ my-calendar
 
 
 
 
 
 
 
1562
  msgid "My Calendar Styles"
1563
  msgstr "Estilos do Calendário"
1564
 
1565
+ #: my-calendar-styles.php:133
1566
+ #@ my-calendar
1567
  msgid "Calendar Style Settings"
1568
  msgstr "Definições de estilo do calendário"
1569
 
1570
+ #: my-calendar-styles.php:189
1571
+ #@ my-calendar
1572
  msgid "Apply CSS only on these pages (comma separated page IDs)"
1573
  msgstr "Aplicar CSS só nestas páginas (IDs das páginas separados por vírgula)"
1574
 
1575
+ #: my-calendar-styles.php:187
1576
+ #@ my-calendar
1577
  msgid "CSS Style Options"
1578
  msgstr "Opções do CSS Style"
1579
 
1580
+ #: my-calendar-styles.php:192
1581
+ #@ my-calendar
 
 
 
1582
  msgid "Disable My Calendar Stylesheet"
1583
  msgstr "Desativar o estilo do Calendário"
1584
 
1585
+ #: my-calendar-styles.php:195
1586
+ #@ my-calendar
1587
  msgid "Edit the stylesheet for My Calendar"
1588
  msgstr "Editar o estilo para My Calendar"
1589
 
1590
+ #: my-calendar-event-manager.php:894
1591
+ #: my-calendar-templates.php:191
1592
+ #@ my-calendar
1593
  msgid "Published"
1594
  msgstr "Publicado"
1595
 
1596
+ #: my-calendar-event-manager.php:895
1597
+ #: my-calendar-templates.php:191
1598
+ #@ my-calendar
1599
  msgid "Reserved"
1600
  msgstr "Reservado"
1601
 
1602
+ #: my-calendar-upgrade-db.php:17
1603
+ #: my-calendar-upgrade-db.php:25
1604
+ #@ my-calendar
1605
  msgid "The My Calendar database needs to be updated."
1606
  msgstr "A base de dados do calendário precisa ser atualizada."
1607
 
1608
+ #: my-calendar-upgrade-db.php:18
1609
+ #: my-calendar-upgrade-db.php:38
1610
+ #@ my-calendar
1611
  msgid "Update now"
1612
  msgstr "Atualizar agora"
1613
 
1614
+ #: my-calendar-upgrade-db.php:37
1615
+ #@ my-calendar
1616
  msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1617
  msgstr "Você não introduziu quaisquer eventos, por isso o calendário não pode dizer se seu banco de dados foi atualizado. Se você não pode adicionar eventos, atualize o seu banco de dados!"
1618
 
1619
+ #: my-calendar-upgrade-db.php:47
1620
+ #@ my-calendar
1621
  msgid "My Calendar Database is updated."
1622
  msgstr "O banco de dados do calendário foi atualizado."
1623
 
1624
+ #: my-calendar-user.php:34
1625
+ #@ my-calendar
1626
  msgid "My Calendar User Settings"
1627
  msgstr "Configurações de usuário do Calendário"
1628
 
 
 
 
 
 
 
1629
  #: my-calendar-widgets.php:41
1630
+ #: my-calendar-widgets.php:124
1631
+ #@ my-calendar
1632
  msgid "Template"
1633
  msgstr "Modelo"
1634
 
1635
+ #: my-calendar-widgets.php:52
1636
+ #@ my-calendar
1637
  msgid "Show this text if there are no events today:"
1638
  msgstr "Mostrar este texto se não houver eventos hoje:"
1639
 
1640
+ #: my-calendar-widgets.php:128
1641
+ #@ my-calendar
 
 
 
 
 
1642
  msgid "Widget Options"
1643
  msgstr "Opções de Widget "
1644
 
1645
+ #: my-calendar-widgets.php:139
1646
+ #@ my-calendar
1647
  msgid "Display upcoming events by:"
1648
  msgstr "Mostrar eventos programados por:"
1649
 
1650
+ #: my-calendar-widgets.php:140
1651
+ #@ my-calendar
1652
  msgid "Events (e.g. 2 past, 3 future)"
1653
  msgstr "Eventos (por exemplo, 2 passado, 3 futuro)"
1654
 
1655
+ #: my-calendar-widgets.php:141
1656
+ #@ my-calendar
1657
  msgid "Dates (e.g. 4 days past, 5 forward)"
1658
  msgstr "Datas (por exemplo, 4 dias passados, 5 para a frente)"
1659
 
1660
+ #: my-calendar-core.php:46
1661
+ #: my-calendar.php:160
1662
+ #@ my-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1663
  msgid "Settings"
1664
  msgstr "Configurações"
1665
 
1666
+ #: my-calendar-core.php:47
1667
+ #: my-calendar.php:164
1668
+ #@ my-calendar
1669
  msgid "Help"
1670
  msgstr "Ajuda"
1671
 
1672
+ #: my-calendar.php:121
1673
+ #@ my-calendar
1674
  msgid "Buy the Beginner's Guide"
1675
  msgstr "Comprar A Beginner's Guide"
1676
 
1677
+ #: my-calendar.php:122
1678
+ #@ my-calendar
1679
  msgid "Get Support"
1680
  msgstr "Obter Suporte"
1681
 
1682
+ #: my-calendar.php:123
1683
+ #: my-calendar.php:164
1684
+ #@ my-calendar
1685
  msgid "My Calendar Help"
1686
  msgstr "Ajuda do Calendário"
1687
 
1688
+ #: my-calendar.php:124
1689
+ #@ my-calendar
1690
  msgid "Make a Donation"
1691
  msgstr "Faça uma Doação"
1692
 
1693
+ #: my-calendar.php:147
1694
+ #: my-calendar.php:150
1695
+ #@ my-calendar
1696
  msgid "My Calendar"
1697
  msgstr "Meu Calendário"
1698
 
1699
+ #: my-calendar.php:156
1700
+ #@ my-calendar
1701
  msgid "Add/Edit Events"
1702
  msgstr "Adicionar/Editar Eventos"
1703
 
1704
+ #: my-calendar.php:161
1705
+ #@ my-calendar
1706
  msgid "Style Editor"
1707
  msgstr "Editor do Estilo"
1708
 
1709
+ #: my-calendar.php:162
1710
+ #@ my-calendar
1711
  msgid "Behavior Editor"
1712
  msgstr "Editor de comportamento"
1713
 
1714
+ #: button/generator.php:12
1715
+ #@ my-calendar
1716
+ msgid "You don't have access to this function."
1717
+ msgstr ""
1718
+
1719
+ #: button/generator.php:18
1720
+ #: button/generator.php:44
1721
+ #@ my-calendar
1722
+ msgid "My Calendar Shortcode Generator"
1723
+ msgstr ""
1724
+
1725
+ #: button/generator.php:47
1726
+ #@ my-calendar
1727
+ msgid "Shortcode Attributes"
1728
+ msgstr ""
1729
+
1730
+ #: button/generator.php:52
1731
+ #@ my-calendar
1732
+ msgid "Location filter type:"
1733
+ msgstr ""
1734
+
1735
+ #: button/generator.php:54
1736
+ #@ my-calendar
1737
+ msgid "All locations"
1738
+ msgstr ""
1739
+
1740
+ #: button/generator.php:64
1741
+ #@ my-calendar
1742
+ msgid "Location filter value:"
1743
+ msgstr ""
1744
+
1745
+ #: button/generator.php:68
1746
+ #@ my-calendar
1747
+ msgid "Format"
1748
+ msgstr ""
1749
+
1750
+ #: button/generator.php:70
1751
+ #@ my-calendar
1752
+ msgid "Grid"
1753
+ msgstr ""
1754
+
1755
+ #: button/generator.php:71
1756
+ #@ my-calendar
1757
+ msgid "List"
1758
+ msgstr ""
1759
+
1760
+ #: button/generator.php:75
1761
+ #@ my-calendar
1762
+ msgid "Show Category Key"
1763
+ msgstr ""
1764
+
1765
+ #: button/generator.php:77
1766
+ #: button/generator.php:84
1767
+ #: button/generator.php:91
1768
+ #: my-calendar-widgets.php:503
1769
+ #: my-calendar-widgets.php:509
1770
+ #@ my-calendar
1771
+ msgid "Yes"
1772
+ msgstr ""
1773
+
1774
+ #: button/generator.php:78
1775
+ #: button/generator.php:85
1776
+ #: button/generator.php:92
1777
+ #: my-calendar-widgets.php:504
1778
+ #: my-calendar-widgets.php:510
1779
+ #@ my-calendar
1780
+ msgid "No"
1781
+ msgstr ""
1782
+
1783
+ #: button/generator.php:82
1784
+ #@ my-calendar
1785
+ msgid "Show Previous/Next Links"
1786
+ msgstr ""
1787
+
1788
+ #: button/generator.php:89
1789
+ #@ my-calendar
1790
+ msgid "Show Format Toggle"
1791
+ msgstr ""
1792
+
1793
+ #: button/generator.php:96
1794
+ #@ my-calendar
1795
+ msgid "Time Segment"
1796
+ msgstr ""
1797
+
1798
+ #: button/generator.php:99
1799
+ #: my-calendar-widgets.php:516
1800
+ #@ my-calendar
1801
+ msgid "Week"
1802
+ msgstr ""
1803
+
1804
+ #: button/generator.php:100
1805
+ #@ my-calendar
1806
+ msgid "Day"
1807
+ msgstr ""
1808
+
1809
+ #: button/generator.php:105
1810
+ #@ my-calendar
1811
+ msgid "Generate Shortcode"
1812
+ msgstr ""
1813
+
1814
+ #: button/generator.php:107
1815
+ #@ my-calendar
1816
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
1817
+ msgstr ""
1818
+
1819
+ #: button/generator.php:117
1820
+ #@ my-calendar
1821
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
1822
+ msgstr ""
1823
+
1824
+ #: my-calendar-behaviors.php:79
1825
+ #@ my-calendar
1826
+ msgid "Update/Reset the My Calendar Calendar Javascript"
1827
+ msgstr ""
1828
+
1829
+ #: my-calendar-behaviors.php:94
1830
+ #: my-calendar-behaviors.php:125
1831
+ #: my-calendar-behaviors.php:156
1832
+ #: my-calendar-behaviors.php:186
1833
+ #@ my-calendar
1834
+ msgid "Comparing scripts with latest installed version of My Calendar"
1835
+ msgstr ""
1836
+
1837
+ #: my-calendar-behaviors.php:94
1838
+ #: my-calendar-behaviors.php:125
1839
+ #: my-calendar-behaviors.php:156
1840
+ #: my-calendar-behaviors.php:186
1841
+ #: my-calendar-styles.php:208
1842
+ #@ my-calendar
1843
+ msgid "Latest (from plugin)"
1844
+ msgstr ""
1845
+
1846
+ #: my-calendar-behaviors.php:94
1847
+ #: my-calendar-behaviors.php:125
1848
+ #: my-calendar-behaviors.php:156
1849
+ #: my-calendar-behaviors.php:186
1850
+ #: my-calendar-styles.php:208
1851
+ #@ my-calendar
1852
+ msgid "Current (in use)"
1853
+ msgstr ""
1854
+
1855
+ #: my-calendar-behaviors.php:98
1856
+ #@ my-calendar
1857
+ msgid "There have been updates to the calendar view scripts."
1858
+ msgstr ""
1859
+
1860
+ #: my-calendar-behaviors.php:98
1861
+ #: my-calendar-behaviors.php:129
1862
+ #: my-calendar-behaviors.php:160
1863
+ #: my-calendar-behaviors.php:190
1864
+ #@ my-calendar
1865
+ msgid "Compare your scripts with latest installed version of My Calendar."
1866
+ msgstr ""
1867
+
1868
+ #: my-calendar-behaviors.php:102
1869
+ #: my-calendar-behaviors.php:133
1870
+ #: my-calendar-behaviors.php:164
1871
+ #: my-calendar-behaviors.php:194
1872
+ #@ my-calendar
1873
+ msgid "Your script matches that included with My Calendar."
1874
+ msgstr ""
1875
+
1876
+ #: my-calendar-behaviors.php:110
1877
+ #@ my-calendar
1878
+ msgid "Update/Reset the My Calendar List Javascript"
1879
+ msgstr ""
1880
+
1881
+ #: my-calendar-behaviors.php:129
1882
+ #@ my-calendar
1883
+ msgid "There have been updates to the list view scripts."
1884
+ msgstr ""
1885
+
1886
+ #: my-calendar-behaviors.php:141
1887
+ #@ my-calendar
1888
+ msgid "Update/Reset the My Calendar Mini Format Javascript"
1889
+ msgstr ""
1890
+
1891
+ #: my-calendar-behaviors.php:160
1892
+ #@ my-calendar
1893
+ msgid "There have been updates to the mini view scripts."
1894
+ msgstr ""
1895
+
1896
+ #: my-calendar-behaviors.php:170
1897
+ #@ my-calendar
1898
+ msgid "Calendar Behaviors: AJAX Navigation"
1899
+ msgstr ""
1900
+
1901
+ #: my-calendar-behaviors.php:172
1902
+ #@ my-calendar
1903
+ msgid "Update/Reset the My Calendar AJAX Javascript"
1904
+ msgstr ""
1905
+
1906
+ #: my-calendar-behaviors.php:172
1907
+ #@ my-calendar
1908
+ msgid "Disable AJAX Effects"
1909
+ msgstr ""
1910
+
1911
+ #: my-calendar-behaviors.php:175
1912
+ #@ my-calendar
1913
+ msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1914
+ msgstr ""
1915
+
1916
+ #: my-calendar-behaviors.php:190
1917
+ #@ my-calendar
1918
+ msgid "There have been updates to the AJAX scripts."
1919
+ msgstr ""
1920
+
1921
+ #: my-calendar-behaviors.php:202
1922
+ #@ my-calendar
1923
+ msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
1924
+ msgstr ""
1925
+
1926
+ #: my-calendar-categories.php:137
1927
+ #@ my-calendar
1928
+ msgid "Error: Category was not edited."
1929
+ msgstr ""
1930
+
1931
+ #: my-calendar-categories.php:218
1932
+ #@ my-calendar
1933
+ msgid "Add a New Category"
1934
+ msgstr ""
1935
+
1936
+ #: my-calendar-core.php:185
1937
+ #, php-format
1938
+ #@ my-calendar
1939
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
1940
+ msgstr ""
1941
+
1942
+ #: my-calendar-core.php:911
1943
+ #@ my-calendar
1944
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1945
+ msgstr ""
1946
+
1947
+ #: my-calendar-core.php:1036
1948
+ #@ my-calendar
1949
+ msgid "Is this your calendar page?"
1950
+ msgstr ""
1951
+
1952
+ #: my-calendar-core.php:1039
1953
+ #@ my-calendar
1954
+ msgid "I tried to guess, but don't have a suggestion for you."
1955
+ msgstr ""
1956
+
1957
+ #: my-calendar-event-manager.php:159
1958
+ #, php-format
1959
+ #@ my-calendar
1960
+ msgid "%1$d events deleted successfully out of %2$d selected"
1961
+ msgstr ""
1962
+
1963
+ #: my-calendar-event-manager.php:161
1964
+ #@ my-calendar
1965
+ msgid "Your events have not been deleted. Please investigate."
1966
+ msgstr ""
1967
+
1968
+ #: my-calendar-event-manager.php:260
1969
+ #@ my-calendar
1970
+ msgid "Currently editing your local calendar"
1971
+ msgstr ""
1972
+
1973
+ #: my-calendar-event-manager.php:262
1974
+ #@ my-calendar
1975
+ msgid "Currently editing your central calendar"
1976
+ msgstr ""
1977
+
1978
+ #: my-calendar-event-manager.php:471
1979
+ #@ my-calendar
1980
+ msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
1981
+ msgstr ""
1982
+
1983
+ #: my-calendar-event-manager.php:477
1984
+ #: my-calendar-event-manager.php:600
1985
+ #: my-calendar-group-manager.php:291
1986
+ #@ my-calendar
1987
+ msgid "(required)"
1988
+ msgstr ""
1989
+
1990
+ #: my-calendar-event-manager.php:496
1991
+ #@ my-calendar
1992
+ msgid "This event is not spam"
1993
+ msgstr ""
1994
+
1995
+ #: my-calendar-event-manager.php:513
1996
+ #: my-calendar-event-manager.php:520
1997
+ #@ my-calendar
1998
+ msgid "This event's image:"
1999
+ msgstr ""
2000
 
2001
+ #: my-calendar-event-manager.php:514
2002
+ #@ my-calendar
2003
+ msgid "Add an image:"
2004
+ msgstr ""
2005
 
2006
+ #: my-calendar-event-manager.php:514
2007
+ #@ my-calendar
2008
+ msgid "Upload Image"
2009
+ msgstr ""
2010
 
2011
+ #: my-calendar-event-manager.php:514
2012
+ #: my-calendar-group-manager.php:306
2013
+ #@ my-calendar
2014
+ msgid "Include your image URL or upload an image."
2015
+ msgstr ""
2016
+
2017
+ #: my-calendar-event-manager.php:582
2018
+ #@ my-calendar
2019
+ msgid "Event Date and Time"
2020
+ msgstr ""
2021
+
2022
+ #: my-calendar-event-manager.php:583
2023
+ #@ my-calendar
2024
+ msgid "Enter the beginning and ending information for this occurrence of the event."
2025
+ msgstr ""
2026
+
2027
+ #: my-calendar-event-manager.php:600
2028
+ #@ my-calendar
2029
+ msgid "Time (hh:mm am/pm)"
2030
+ msgstr ""
2031
+
2032
+ #: my-calendar-event-manager.php:609
2033
+ #@ my-calendar
2034
+ msgid "End Date (YYYY-MM-DD)"
2035
+ msgstr ""
2036
+
2037
+ #: my-calendar-event-manager.php:609
2038
+ #@ my-calendar
2039
+ msgid "End Time (hh:mm am/pm)"
2040
+ msgstr ""
2041
+
2042
+ #: my-calendar-event-manager.php:619
2043
+ #@ my-calendar
2044
+ msgid "Add another occurrence"
2045
+ msgstr ""
2046
+
2047
+ #: my-calendar-event-manager.php:620
2048
+ #@ my-calendar
2049
+ msgid "Remove last occurrence"
2050
+ msgstr ""
2051
+
2052
+ #: my-calendar-event-manager.php:640
2053
+ #: my-calendar-templates.php:111
2054
+ #@ my-calendar
2055
+ msgid "Daily, weekdays only"
2056
+ msgstr ""
2057
+
2058
+ #: my-calendar-event-manager.php:647
2059
+ #@ my-calendar
2060
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
2061
+ msgstr ""
2062
+
2063
+ #: my-calendar-event-manager.php:665
2064
+ #: my-calendar-group-manager.php:373
2065
+ #@ my-calendar
2066
+ msgid "My Calendar does not manage event registrations. Use this for information only."
2067
+ msgstr ""
2068
+
2069
+ #: my-calendar-event-manager.php:789
2070
+ #: my-calendar-group-manager.php:459
2071
+ #@ my-calendar
2072
+ msgid "Location URL"
2073
+ msgstr ""
2074
+
2075
+ #: my-calendar-event-manager.php:810
2076
+ #@ my-calendar
2077
+ msgid "Special Options"
2078
+ msgstr ""
2079
+
2080
+ #: my-calendar-event-manager.php:812
2081
+ #@ my-calendar
2082
+ msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
2083
+ msgstr ""
2084
+
2085
+ #: my-calendar-event-manager.php:815
2086
+ #@ my-calendar
2087
+ msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
2088
+ msgstr ""
2089
+
2090
+ #: my-calendar-event-manager.php:896
2091
+ #@ my-calendar
2092
+ msgid "All"
2093
+ msgstr ""
2094
+
2095
+ #: my-calendar-event-manager.php:906
2096
+ #: my-calendar-group-manager.php:675
2097
+ #@ my-calendar
2098
+ msgid "Table of Calendar Events"
2099
+ msgstr ""
2100
+
2101
+ #: my-calendar-event-manager.php:949
2102
+ #: my-calendar-group-manager.php:720
2103
+ #@ my-calendar
2104
+ msgid "Weekdays"
2105
+ msgstr ""
2106
+
2107
+ #: my-calendar-event-manager.php:958
2108
+ #: my-calendar-group-manager.php:729
2109
+ #, php-format
2110
+ #@ my-calendar
2111
+ msgid "%d Times"
2112
+ msgstr ""
2113
+
2114
+ #: my-calendar-event-manager.php:976
2115
+ #: my-calendar-group-manager.php:747
2116
+ #: my-calendar-output.php:269
2117
+ #@ my-calendar
2118
+ msgid "Edit Group"
2119
+ msgstr ""
2120
+
2121
+ #: my-calendar-event-manager.php:1007
2122
+ #@ my-calendar
2123
+ msgid "Delete checked events"
2124
+ msgstr ""
2125
+
2126
+ #: my-calendar-group-manager.php:56
2127
+ #@ my-calendar
2128
+ msgid "Event not updated."
2129
+ msgstr ""
2130
+
2131
+ #: my-calendar-group-manager.php:82
2132
+ #@ my-calendar
2133
+ msgid "Event not grouped."
2134
+ msgstr ""
2135
+
2136
+ #: my-calendar-group-manager.php:86
2137
+ #@ my-calendar
2138
+ msgid "Event grouped successfully"
2139
+ msgstr ""
2140
+
2141
+ #: my-calendar-group-manager.php:104
2142
+ #: my-calendar-group-manager.php:259
2143
+ #@ my-calendar
2144
+ msgid "Edit Event Group"
2145
+ msgstr ""
2146
+
2147
+ #: my-calendar-group-manager.php:108
2148
+ #@ my-calendar
2149
+ msgid "You must provide an event group id in order to edit it"
2150
+ msgstr ""
2151
+
2152
+ #: my-calendar-group-manager.php:116
2153
+ #: my-calendar.php:158
2154
+ #@ my-calendar
2155
+ msgid "Manage Event Groups"
2156
+ msgstr ""
2157
+
2158
+ #: my-calendar-group-manager.php:118
2159
+ #@ my-calendar
2160
+ msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
2161
+ msgstr ""
2162
+
2163
+ #: my-calendar-group-manager.php:119
2164
+ #@ my-calendar
2165
+ msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
2166
+ msgstr ""
2167
+
2168
+ #: my-calendar-group-manager.php:212
2169
+ #@ my-calendar
2170
+ msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
2171
+ msgstr ""
2172
+
2173
+ #: my-calendar-group-manager.php:212
2174
+ #@ my-calendar
2175
+ msgid "The group editable fields in for the events in this group match."
2176
+ msgstr ""
2177
+
2178
+ #: my-calendar-group-manager.php:219
2179
+ #@ my-calendar
2180
+ msgid "Apply these changes to:"
2181
+ msgstr ""
2182
+
2183
+ #: my-calendar-group-manager.php:230
2184
+ #@ my-calendar
2185
+ msgid "Check/Uncheck all"
2186
+ msgstr ""
2187
+
2188
+ #: my-calendar-group-manager.php:232
2189
+ #@ my-calendar
2190
+ msgid "Remove checked events from this group"
2191
+ msgstr ""
2192
+
2193
+ #: my-calendar-group-manager.php:249
2194
+ #@ my-calendar
2195
+ msgid "You must provide a group ID to edit groups"
2196
+ msgstr ""
2197
+
2198
+ #: my-calendar-group-manager.php:662
2199
+ #@ my-calendar
2200
+ msgid "Create/Modify Groups"
2201
+ msgstr ""
2202
+
2203
+ #: my-calendar-group-manager.php:663
2204
+ #@ my-calendar
2205
+ msgid "Check a set of events to group them for mass editing."
2206
+ msgstr ""
2207
+
2208
+ #: my-calendar-group-manager.php:673
2209
+ #: my-calendar-group-manager.php:759
2210
+ #@ my-calendar
2211
+ msgid "Group checked events for mass editing"
2212
+ msgstr ""
2213
+
2214
+ #: my-calendar-group-manager.php:679
2215
+ #@ my-calendar
2216
+ msgid "Group"
2217
+ msgstr ""
2218
+
2219
+ #: my-calendar-group-manager.php:749
2220
+ #@ my-calendar
2221
+ msgid "Ungrouped"
2222
+ msgstr ""
2223
+
2224
+ #: my-calendar-help.php:17
2225
+ #@ my-calendar
2226
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
2227
+ msgstr ""
2228
+
2229
+ #: my-calendar-help.php:22
2230
+ #@ my-calendar
2231
+ msgid "The shortcode supports eight attributes:"
2232
+ msgstr ""
2233
+
2234
+ #: my-calendar-help.php:24
2235
+ #@ my-calendar
2236
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
2237
+ msgstr ""
2238
+
2239
+ #: my-calendar-help.php:25
2240
+ #@ my-calendar
2241
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
2242
+ msgstr ""
2243
+
2244
+ #: my-calendar-help.php:26
2245
+ #@ my-calendar
2246
+ msgid "Set as \"no\" to hide the category key."
2247
+ msgstr ""
2248
+
2249
+ #: my-calendar-help.php:27
2250
+ #@ my-calendar
2251
+ msgid "Set as \"no\" to hide the month-by-month navigation."
2252
+ msgstr ""
2253
+
2254
+ #: my-calendar-help.php:28
2255
+ #@ my-calendar
2256
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
2257
+ msgstr ""
2258
+
2259
+ #: my-calendar-help.php:29
2260
+ #@ my-calendar
2261
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
2262
+ msgstr ""
2263
+
2264
+ #: my-calendar-help.php:30
2265
+ #@ my-calendar
2266
+ msgid "The type of location data to restrict by."
2267
+ msgstr ""
2268
+
2269
+ #: my-calendar-help.php:31
2270
+ #@ my-calendar
2271
+ msgid "The specific location information to filter to."
2272
+ msgstr ""
2273
+
2274
+ #: my-calendar-help.php:35
2275
+ #@ my-calendar
2276
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
2277
+ msgstr ""
2278
+
2279
+ #: my-calendar-help.php:37
2280
+ #@ my-calendar
2281
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
2282
+ msgstr ""
2283
+
2284
+ #: my-calendar-help.php:39
2285
+ #@ my-calendar
2286
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
2287
+ msgstr ""
2288
+
2289
+ #: my-calendar-help.php:42
2290
+ #@ my-calendar
2291
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
2292
+ msgstr ""
2293
+
2294
+ #: my-calendar-help.php:45
2295
+ #@ my-calendar
2296
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
2297
+ msgstr ""
2298
+
2299
+ #: my-calendar-help.php:48
2300
+ #@ my-calendar
2301
+ msgid "Supplement Features (Locations filter, Categories filter)"
2302
+ msgstr ""
2303
+
2304
+ #: my-calendar-help.php:51
2305
+ #@ my-calendar
2306
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
2307
+ msgstr ""
2308
+
2309
+ #: my-calendar-help.php:54
2310
+ #@ my-calendar
2311
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
2312
+ msgstr ""
2313
+
2314
+ #: my-calendar-help.php:57
2315
+ #@ my-calendar
2316
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
2317
+ msgstr ""
2318
+
2319
+ #: my-calendar-help.php:77
2320
+ #@ my-calendar
2321
+ msgid "Custom Styles"
2322
+ msgstr ""
2323
+
2324
+ #: my-calendar-help.php:80
2325
+ #@ my-calendar
2326
+ msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
2327
+ msgstr ""
2328
+
2329
+ #: my-calendar-help.php:83
2330
+ #@ my-calendar
2331
+ msgid "Your stylesheet directory is"
2332
+ msgstr ""
2333
+
2334
+ #: my-calendar-help.php:84
2335
+ #@ my-calendar
2336
+ msgid "Your custom stylesheets directory is"
2337
+ msgstr ""
2338
+
2339
+ #: my-calendar-help.php:95
2340
+ #@ my-calendar
2341
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
2342
+ msgstr ""
2343
+
2344
+ #: my-calendar-help.php:97
2345
+ #: my-calendar-templating.php:72
2346
+ #@ my-calendar
2347
+ msgid "Event Template Tags"
2348
+ msgstr ""
2349
+
2350
+ #: my-calendar-help.php:109
2351
+ #@ my-calendar
2352
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2353
+ msgstr ""
2354
+
2355
+ #: my-calendar-help.php:112
2356
+ #@ my-calendar
2357
+ msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2358
+ msgstr ""
2359
+
2360
+ #: my-calendar-help.php:127
2361
+ #@ my-calendar
2362
+ msgid "Displays the name of the person assigned as host for the event."
2363
+ msgstr ""
2364
+
2365
+ #: my-calendar-help.php:130
2366
+ #@ my-calendar
2367
+ msgid "Displays the email address of the person assigned as host for the event."
2368
+ msgstr ""
2369
+
2370
+ #: my-calendar-help.php:139
2371
+ #: my-calendar-templating.php:111
2372
+ #@ my-calendar
2373
+ msgid "Image associated with the event."
2374
+ msgstr ""
2375
+
2376
+ #: my-calendar-help.php:145
2377
+ #@ my-calendar
2378
+ msgid "Produces the URL to download an iCal formatted record for the event."
2379
+ msgstr ""
2380
+
2381
+ #: my-calendar-help.php:148
2382
+ #@ my-calendar
2383
+ msgid "Produces a hyperlink to download an iCal formatted record for the event."
2384
+ msgstr ""
2385
+
2386
+ #: my-calendar-help.php:151
2387
+ #@ my-calendar
2388
+ msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
2389
+ msgstr ""
2390
+
2391
+ #: my-calendar-help.php:154
2392
+ #@ my-calendar
2393
+ msgid "Shows the number of repetitions of the event."
2394
+ msgstr ""
2395
+
2396
+ #: my-calendar-help.php:157
2397
+ #@ my-calendar
2398
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
2399
+ msgstr ""
2400
+
2401
+ #: my-calendar-help.php:157
2402
+ #@ my-calendar
2403
+ msgid "Requires that the site URL has been provided on the Settings page"
2404
+ msgstr ""
2405
+
2406
+ #: my-calendar-help.php:165
2407
+ #: my-calendar-templating.php:125
2408
+ #@ my-calendar
2409
+ msgid "Location Template Tags"
2410
+ msgstr ""
2411
+
2412
+ #: my-calendar-help.php:178
2413
+ #@ my-calendar
2414
+ msgid "Displays the city for the location."
2415
+ msgstr ""
2416
+
2417
+ #: my-calendar-help.php:181
2418
+ #@ my-calendar
2419
+ msgid "Displays the state for the location."
2420
+ msgstr ""
2421
+
2422
+ #: my-calendar-help.php:184
2423
+ #@ my-calendar
2424
+ msgid "Displays the postcode for the location."
2425
+ msgstr ""
2426
+
2427
+ #: my-calendar-help.php:187
2428
+ #@ my-calendar
2429
+ msgid "Shows the custom region entered for the location."
2430
+ msgstr ""
2431
+
2432
+ #: my-calendar-help.php:193
2433
+ #@ my-calendar
2434
+ msgid "Output the URL for the location link."
2435
+ msgstr ""
2436
+
2437
+ #: my-calendar-help.php:196
2438
+ #@ my-calendar
2439
+ msgid "Output a hyperlink to the location's listed link with default link text."
2440
+ msgstr ""
2441
+
2442
+ #: my-calendar-help.php:204
2443
+ #: my-calendar-templating.php:161
2444
+ #@ my-calendar
2445
+ msgid "Category Template Tags"
2446
+ msgstr ""
2447
+
2448
+ #: my-calendar-help.php:214
2449
+ #@ my-calendar
2450
+ msgid "Produces the HTML for the current event's category icon."
2451
+ msgstr ""
2452
+
2453
+ #: my-calendar-help.php:220
2454
+ #@ my-calendar
2455
+ msgid ""
2456
+ "Displays the ID for\n"
2457
+ " the category the event is in."
2458
+ msgstr ""
2459
+
2460
+ #: my-calendar-help.php:224
2461
+ #@ my-calendar
2462
+ msgid "Special use Template Tags"
2463
+ msgstr ""
2464
+
2465
+ #: my-calendar-help.php:228
2466
+ #@ my-calendar
2467
+ msgid "A unique ID for the current instance of an event."
2468
+ msgstr ""
2469
+
2470
+ #: my-calendar-help.php:231
2471
+ #@ my-calendar
2472
+ msgid "The ID for the event record associated with the current instance of an event."
2473
+ msgstr ""
2474
+
2475
+ #: my-calendar-help.php:241
2476
+ #@ my-calendar
2477
+ msgid "Helpful Information"
2478
+ msgstr ""
2479
+
2480
+ #: my-calendar-help.php:244
2481
+ #@ my-calendar
2482
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2483
+ msgstr ""
2484
+
2485
+ #: my-calendar-help.php:247
2486
+ #@ my-calendar
2487
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2488
+ msgstr ""
2489
+
2490
+ #: my-calendar-locations.php:197
2491
+ #@ my-calendar
2492
+ msgid "Website"
2493
+ msgstr ""
2494
+
2495
+ #: my-calendar-locations.php:217
2496
+ #@ my-calendar
2497
+ msgid "Add a New Location"
2498
+ msgstr ""
2499
+
2500
+ #: my-calendar-output.php:166
2501
+ #, php-format
2502
+ #@ my-calendar
2503
+ msgid "(%s in your time zone)"
2504
+ msgstr ""
2505
+
2506
+ #: my-calendar-output.php:193
2507
+ #: my-calendar-templates.php:193
2508
+ #@ my-calendar
2509
+ msgid "Details about"
2510
+ msgstr ""
2511
+
2512
+ #: my-calendar-output.php:213
2513
+ #: my-calendar-templates.php:148
2514
+ #@ my-calendar
2515
+ msgid "iCal"
2516
+ msgstr ""
2517
+
2518
+ #: my-calendar-output.php:252
2519
+ #@ my-calendar
2520
+ msgid "View full calendar"
2521
+ msgstr ""
2522
+
2523
+ #: my-calendar-output.php:282
2524
+ #@ my-calendar
2525
+ msgid "Edit This Date"
2526
+ msgstr ""
2527
+
2528
+ #: my-calendar-output.php:283
2529
+ #@ my-calendar
2530
+ msgid "Edit All"
2531
+ msgstr ""
2532
+
2533
+ #: my-calendar-output.php:284
2534
+ #@ my-calendar
2535
+ msgid "Delete This Date"
2536
+ msgstr ""
2537
+
2538
+ #: my-calendar-output.php:285
2539
+ #@ my-calendar
2540
+ msgid "Delete All"
2541
+ msgstr ""
2542
+
2543
+ #: my-calendar-output.php:386
2544
+ #@ my-calendar
2545
+ msgid "View as Grid"
2546
+ msgstr ""
2547
+
2548
+ #: my-calendar-output.php:390
2549
+ #@ my-calendar
2550
+ msgid "View as List"
2551
+ msgstr ""
2552
+
2553
+ #: my-calendar-output.php:520
2554
+ #@ my-calendar
2555
+ msgid "No events scheduled for today!"
2556
+ msgstr ""
2557
+
2558
+ #: my-calendar-output.php:559
2559
+ #@ my-calendar
2560
+ msgid "The week's events"
2561
+ msgstr ""
2562
+
2563
+ #: my-calendar-output.php:566
2564
+ #@ my-calendar
2565
+ msgid "This week's events"
2566
+ msgstr ""
2567
+
2568
+ #: my-calendar-output.php:743
2569
+ #, php-format
2570
+ #@ my-calendar
2571
+ msgid " and %d other event"
2572
+ msgstr ""
2573
+
2574
+ #: my-calendar-output.php:745
2575
+ #, php-format
2576
+ #@ my-calendar
2577
+ msgid " and %d other events"
2578
+ msgstr ""
2579
+
2580
+ #: my-calendar-output.php:762
2581
+ #@ my-calendar
2582
+ msgid "Unrecognized calendar format."
2583
+ msgstr ""
2584
+
2585
+ #: my-calendar-output.php:810
2586
+ #@ my-calendar
2587
+ msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2588
+ msgstr ""
2589
+
2590
+ #: my-calendar-output.php:811
2591
+ #@ my-calendar
2592
+ msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2593
+ msgstr ""
2594
+
2595
+ #: my-calendar-output.php:824
2596
+ #@ my-calendar
2597
+ msgid "Next events"
2598
+ msgstr ""
2599
+
2600
+ #: my-calendar-output.php:866
2601
+ #@ my-calendar
2602
+ msgid "Previous events"
2603
+ msgstr ""
2604
+
2605
+ #: my-calendar-output.php:914
2606
+ #@ my-calendar
2607
+ msgid "(select to include)"
2608
+ msgstr ""
2609
+
2610
+ #: my-calendar-output.php:935
2611
+ #: my-calendar-output.php:938
2612
+ #@ my-calendar
2613
+ msgid "All Categories"
2614
+ msgstr ""
2615
+
2616
+ #: my-calendar-output.php:936
2617
+ #@ my-calendar
2618
+ msgid "Categories"
2619
+ msgstr ""
2620
+
2621
+ #: my-calendar-output.php:1061
2622
+ #: my-calendar-output.php:1079
2623
+ #@ my-calendar
2624
+ msgid "Show all"
2625
+ msgstr ""
2626
+
2627
+ #: my-calendar-settings.php:86
2628
+ #@ my-calendar
2629
+ msgid "Permissions Settings saved"
2630
+ msgstr ""
2631
+
2632
+ #: my-calendar-settings.php:122
2633
+ #@ my-calendar
2634
+ msgid "Output Settings saved"
2635
+ msgstr ""
2636
+
2637
+ #: my-calendar-settings.php:141
2638
+ #@ my-calendar
2639
+ msgid "Input Settings saved"
2640
+ msgstr ""
2641
+
2642
+ #: my-calendar-settings.php:147
2643
+ #@ my-calendar
2644
+ msgid "Multsite settings saved"
2645
+ msgstr ""
2646
+
2647
+ #: my-calendar-settings.php:164
2648
+ #@ my-calendar
2649
+ msgid "Custom text settings saved"
2650
+ msgstr ""
2651
+
2652
+ #: my-calendar-settings.php:176
2653
+ #@ my-calendar
2654
+ msgid "Email notice settings saved"
2655
+ msgstr ""
2656
+
2657
+ #: my-calendar-settings.php:190
2658
+ #@ my-calendar
2659
+ msgid "User custom settings saved"
2660
+ msgstr ""
2661
+
2662
+ #: my-calendar-settings.php:223
2663
+ #@ my-calendar
2664
+ msgid "Calendar Management Settings"
2665
+ msgstr ""
2666
+
2667
+ #: my-calendar-settings.php:230
2668
+ #@ my-calendar
2669
+ msgid "Lowest user group that may create events"
2670
+ msgstr ""
2671
+
2672
+ #: my-calendar-settings.php:239
2673
+ #@ my-calendar
2674
+ msgid "Lowest user group that may approve events"
2675
+ msgstr ""
2676
+
2677
+ #: my-calendar-settings.php:248
2678
+ #@ my-calendar
2679
+ msgid "Lowest user group that may edit or delete all events"
2680
+ msgstr ""
2681
+
2682
+ #: my-calendar-settings.php:254
2683
+ #@ my-calendar
2684
+ msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
2685
+ msgstr ""
2686
+
2687
+ #: my-calendar-settings.php:258
2688
+ #@ my-calendar
2689
+ msgid "Currently editing my local calendar"
2690
+ msgstr ""
2691
+
2692
+ #: my-calendar-settings.php:261
2693
+ #@ my-calendar
2694
+ msgid "Currently editing the network calendar"
2695
+ msgstr ""
2696
+
2697
+ #: my-calendar-settings.php:267
2698
+ #@ my-calendar
2699
+ msgid "Save Approval Settings"
2700
+ msgstr ""
2701
+
2702
+ #: my-calendar-settings.php:273
2703
+ #@ my-calendar
2704
+ msgid "Calendar Text Settings"
2705
+ msgstr ""
2706
+
2707
+ #: my-calendar-settings.php:278
2708
+ #@ my-calendar
2709
+ msgid "Calendar Options: Customizable Text Fields"
2710
+ msgstr ""
2711
+
2712
+ #: my-calendar-settings.php:281
2713
+ #@ my-calendar
2714
+ msgid "Label for events without a set time"
2715
+ msgstr ""
2716
+
2717
+ #: my-calendar-settings.php:284
2718
+ #@ my-calendar
2719
+ msgid "Previous events link"
2720
+ msgstr ""
2721
+
2722
+ #: my-calendar-settings.php:287
2723
+ #@ my-calendar
2724
+ msgid "Next events link"
2725
+ msgstr ""
2726
+
2727
+ #: my-calendar-settings.php:290
2728
+ #@ my-calendar
2729
+ msgid "If events are open"
2730
+ msgstr ""
2731
+
2732
+ #: my-calendar-settings.php:293
2733
+ #@ my-calendar
2734
+ msgid "If events are closed"
2735
+ msgstr ""
2736
+
2737
+ #: my-calendar-settings.php:296
2738
+ #@ my-calendar
2739
+ msgid "Additional caption:"
2740
+ msgstr ""
2741
+
2742
+ #: my-calendar-settings.php:301
2743
+ #@ my-calendar
2744
+ msgid "Save Custom Text Settings"
2745
+ msgstr ""
2746
+
2747
+ #: my-calendar-settings.php:307
2748
+ #@ my-calendar
2749
+ msgid "Calendar Output Settings"
2750
+ msgstr ""
2751
+
2752
+ #: my-calendar-settings.php:312
2753
+ #@ my-calendar
2754
+ msgid "Calendar Options: Customize the Output of your Calendar"
2755
+ msgstr ""
2756
+
2757
+ #: my-calendar-settings.php:314
2758
+ #@ my-calendar
2759
+ msgid "General Calendar Options"
2760
+ msgstr ""
2761
+
2762
+ #: my-calendar-settings.php:317
2763
+ #@ my-calendar
2764
+ msgid "<abbr title=\"Uniform resource locator\">URL</abbr> to use for event details display."
2765
+ msgstr ""
2766
+
2767
+ #: my-calendar-settings.php:318
2768
+ #@ my-calendar
2769
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2770
+ msgstr ""
2771
+
2772
+ #: my-calendar-settings.php:321
2773
+ #@ my-calendar
2774
+ msgid "Time format"
2775
+ msgstr ""
2776
+
2777
+ #: my-calendar-settings.php:321
2778
+ #: my-calendar-settings.php:324
2779
+ #: my-calendar-settings.php:327
2780
+ #@ my-calendar
2781
+ msgid "Current:"
2782
+ msgstr ""
2783
+
2784
+ #: my-calendar-settings.php:324
2785
+ #@ my-calendar
2786
+ msgid "Date format in grid mode, week view"
2787
+ msgstr ""
2788
+
2789
+ #: my-calendar-settings.php:327
2790
+ #@ my-calendar
2791
+ msgid "Date Format in all other views"
2792
+