1<?php 2 3/** 4 * WebDAV Client language file 5 * 6 * (c) 2016 Andreas Boehler <dev@aboehler.at> 7 */ 8 9$lang['reallyempty'] = "This deletes all entries from SERVER and CLIENT. Are you sure?"; 10$lang['menu'] = "WebDAV Connection Setup"; 11$lang['existing_connections'] = "Existing Connections"; 12$lang['name'] = "Name"; 13$lang['uri'] = "Address"; 14$lang['sync_failed'] = "Sync failed, please check your connection settings and try again."; 15$lang['username'] = "Username"; 16$lang['password'] = "Password"; 17$lang['active'] = "Active"; 18$lang['inactive'] = "Inactive"; 19$lang['write'] = "Writable"; 20$lang['nowrite'] = "Not writable"; 21$lang['action'] = "Action"; 22$lang['modify'] = "Modify"; 23$lang['delete'] = "Delete"; 24$lang['add_connection'] = "Add Connection"; 25$lang['add_connection_manual'] = "Manually add connection"; 26$lang['discover'] = "Discover"; 27$lang['syncinterval'] = "Sync Interval (Seconds)"; 28$lang['add'] = "Add"; 29$lang['id'] = "ID"; 30$lang['discovery_text'] = "Enter the basic server information, e.g., cloud.myserver.com. After clicking on \"Discover\", the system tries to auto-detect calendars and address books."; 31$lang['manual_text'] = "Enter the complete address to your address book or calendar, as displayed by your server. You must also select the type and specify username and password."; 32$lang['empty_input'] = "Error: Username, Password and URL must be given"; 33$lang['nothing_found'] = "No calendars or address books were found at the given URL. Try adding the connection manually or correct your input."; 34$lang['calendars_found'] = "The following calendars were found:"; 35$lang['addressbooks_found'] = "The following address books werde found:"; 36$lang['select'] = "Select"; 37$lang['add_selected'] = "Add selected"; 38$lang['nothing_selected'] = "Nothing selected"; 39$lang['forcesync'] = "Force Sync"; 40$lang['forceresync'] = "Force Resync"; 41$lang['calendar'] = "Calendar"; 42$lang['contacts'] = "Address Book"; 43$lang['type'] = "Type"; 44$lang['empty'] = "Empty"; 45$lang['icsfeed'] = "ICS Feed"; 46$lang['permission'] = "Page for Permissions"; 47