Calendar Sync V1
This commit is contained in:
@@ -64,8 +64,12 @@ $lang["open_service_url"] =
|
||||
"Local client service URL for the {{open>...}} button (e.g. http://127.0.0.1:8765).";
|
||||
$lang["image_base_path"] =
|
||||
"Base filesystem path for chronological photo integration.";
|
||||
$lang["calendar_ics_files"] =
|
||||
"Local calendar .ics files (one absolute file path per line).";
|
||||
$lang["calendar_slot_heading"] = "Calendar Slot";
|
||||
$lang["calendar_slot_file"] = "Local ICS file path";
|
||||
$lang["calendar_slot_caldav_url"] = "CalDAV URL";
|
||||
$lang["calendar_slot_username"] = "Username";
|
||||
$lang["calendar_slot_password"] = "Password";
|
||||
$lang["calendar_slot_color"] = "Display color";
|
||||
$lang["pagelink_search_depth"] =
|
||||
"Maximum directory depth for .pagelink search (0 = only root).";
|
||||
|
||||
@@ -86,6 +90,18 @@ $lang["pagelink_multi_warning"] = "Multiple folders linked";
|
||||
$lang["calendar_err_badmonth"] = "Invalid calendar month. Use YYYY-MM.";
|
||||
$lang["chronological_photos_title"] = "Photos";
|
||||
$lang["chronological_events_title"] = "Events";
|
||||
$lang["chronological_maintenance_title"] = "Tasks";
|
||||
$lang["maintenance_task_complete"] = "Complete";
|
||||
$lang["maintenance_task_reopen"] = "Reopen";
|
||||
$lang["maintenance_no_tasks"] = "No open tasks.";
|
||||
$lang["maintenance_complete_success"] = "Task marked as completed.";
|
||||
$lang["maintenance_complete_error"] = "Failed to update task.";
|
||||
$lang["maintenance_reopen_success"] = "Task reopened.";
|
||||
$lang["maintenance_remote_write_failed"] = "Local update succeeded, but remote CalDAV update failed. Will retry on next sync.";
|
||||
$lang["calendar_sync_button"] = "Sync Calendars";
|
||||
$lang["calendar_sync_success"] = "Calendar sync completed.";
|
||||
$lang["calendar_sync_error"] = "Calendar sync failed.";
|
||||
$lang["calendar_sync_partial"] = "Calendar sync completed with errors.";
|
||||
$lang["cache_invalidate_button"] = "Invalidate Cache";
|
||||
$lang["cache_invalidate_button_title"] = "Purge the entire DokuWiki cache";
|
||||
$lang["cache_invalidate_success"] = "DokuWiki cache invalidated.";
|
||||
|
||||
Reference in New Issue
Block a user