Found.
In wp-fullcalendar.php replace $taxonomy->labels->all_items with text…
Would you be so kind to explain me how did you localize the plugin?
I need to have the Fullcalendar in english and spanish, and I don’t find where.
I found “$taxonomy->labels->all_items with text…” but I don´t know what did you do…
Thanks
I changed the line to:
$taxonomy_args = array( 'echo'=>true, 'hide_empty' => 1, 'name' => $taxonomy_name, 'hierarchical' => true, 'class' => 'wpfc-taxonomy', 'taxonomy' => $taxonomy_name, 'selected'=> $default_value, 'show_option_all' => 'Alle Kategorien');
Everything else I translated in includes/js/main.js
There is a guide on google code for fullcalendar, I believe. You can also change date and time formatting there.
Thank you. I guess it is too much for me. WP fullcalendar and Events Manager there are not compatible with WPML as they said.
It is not possible to build a multilingual calendar if you don´t know php.
Thanks