Danke für die Daumen drücken

, hab gestern es doch noch kurz schnell hinbekommen... habe einfach die Anleitung von den Cal Lite genommen und die änderrungen rückgängig gemacht, die uninstall.php ausgeführt und alle daten die von Cal Lite hochgeladen wurde, gelöscht vom Server.
Und dann die Anleitung von Cal Pro ausgeführt
Nur allerdings, sind einiges auf English noch, in der install anleitung stande, das man in lang_admin.php folgendes einfügen sollte
Code: Alles auswählen
// Added for enhanced user management
$lang['User_lookup_explain'] = "You can lookup users by specifying one or more of the criteria below. No wildcards are needed, they will be added automatically.";
$lang['One_user_found'] = "Only one user was found, you're being taken to that user";
$lang['Click_goto_user'] = "Click %sHere%s to edit this users profile";
$lang['User_joined_explain'] = "The syntax used is identical to the PHP <a href=\"http://www.php.net/strtotime\" target=\"_other\">strtotime()</a> function";
$lang['Click_return_perms_admin'] = 'Click %sHere%s to return to User Permissions Control';
// End of enhanced user management
und in der lang_german/lang_calendar.php steht folgendes was ich auf english gefunde habe diese alles:
Code: Alles auswählen
// DEV lang 2.0.31
$lang['c_first'] = '1st';
$lang['c_second'] = '2nd';
$lang['c_third'] = '3rd';
$lang['c_fourth'] = '4th';
$lang['c_fifth'] = '5th';
$lang['OR_every'] = 'OR every:';
// DEV 2.0.4
$lang['year_start'] = 'Start Year from...';
// DEV 2.0.35
$lang['admin_private_view'] = 'Allow admins to view private events:';
$lang['admin_private_filter'] = '[Admin] Private Events';
// DEV 2.0.37
$lang['cat_color'] = 'Link Color Code';
$lang['cat_bg_color'] = 'Background Color Code';
$lang['cat_hover_color'] = 'Hover Color Code';
$lang['cat_hover_bg_color'] = 'Hover Background Color Code';
$lang['cat_example'] = 'Example';
$lang['example'] = 'Example';
// DEV 2.0.39
$lang['not_logged_in'] = 'Not Logged In';
$lang['Cal_no_recur_access'] = 'You do not have permission to add recurring events';
$lang['Cal_suggest_event'] = 'Suggest Event';
$lang['No_groups_to_mod'] = 'You have no group events to moderate/admin';
// Added 03/03/2005
$lang['all_day_event'] = 'All Day';
$lang['Legend'] = 'Legend:';
// Added 13/04/2005
$lang['no_action'] = 'No action selected';
// Added 28/04/2005
$lang['need_r_stop_date'] = 'You must specify a full \'<b>until...</b>\' date for your recurring event chain';
$lang['r_every_x_period_miss'] = 'You must specify a period number AND type (eg: 2 weeks) for recuring event';
$lang['r_every_nth_period_miss'] = 'You must specify a Nth AND xxxday for recurring event';
Hat dieses und/oder kann dieses jemand mir noch auf Deutsch geben?
Schonmal recht herzlichen Dank, meld mich jedenfalls nochmal, falls ich probleme mit dem Betrieb des Cal Pro bekommen sollte.