*/ /*=== Global section ===*/ $lang['not_classified_errors'] = 'Several unknown errors occured'; $lang['system_errors'] = 'The farm managment system encountered several problems'; $lang['system_nohandler_failure'] = 'The required action "%s" has no handler'; $lang['system_badtoken_failure'] = 'Bad security token'; $lang['postparametermissing_failure'] = 'Missing POST parameter'; $lang['emptyfield_failure'] = 'You must fill the "%s" field'; $lang['invalidfield_failure'] = 'You must correctly fill the "%s" field'; // Admin menu title $lang['menu'] = 'Wiki farm management'; // File size/date infos format $lang['file_info'] = '{size}, last modified on {date}'; // Some globals for animal links $lang['visitanimal'] = 'Visit this animal'; $lang['manageanimal'] = 'Manage this animal'; // Buttons $lang['btn_save'] = 'Save'; $lang['btn_create'] = 'Create'; $lang['btn_delete'] = 'Delete'; $lang['btn_confirm'] = 'Confirm'; $lang['btn_cancel'] = 'Cancel'; $lang['btn_next'] = 'Next'; // Some units $lang['timedeltaunits'] = array( 's' => array('second', 'seconds'), 'i' => array('minute', 'minutes'), 'h' => array('hour', 'hours'), 'd' => array('day', 'days'), 'w' => array('week', 'weeks'), 'm' => array('month', 'months'), 'y' => array('year', 'years') ); $lang['size_unit'] = 'b'; /*=== Install section ===*/ $lang['install_title'] = 'Farm setup'; $lang['install_info'] = 'Be very carefull when choosing the folowing paths and folders because a wrong choice can result in a non working farm.'; $lang['install_field_name_farmwebroot'] = 'Farm Web root(ended with /)'; $lang['install_field_desc_farmwebroot'] = 'The farm\'s Web root, eg the URL to access the place where the farmer and the barn are located, basically the URL you use to access your actual dokuwiki (ended with /).'; $lang['install_field_name_farmfsroot'] = 'Farm DocumentRoot (ended with /)'; $lang['install_field_desc_farmfsroot'] = 'The farm\'s root in the filesystem, eg the path to access the place where the farmer and the barn are located, also where your actual dokuwiki is installed (ended with /).'; $lang['install_field_name_farmer'] = 'Farmer\'s directory (ended with /)'; $lang['install_field_desc_farmer'] = 'The directory where the farmer\'s files are located (ended with /).'; $lang['install_field_name_barn'] = 'Barn\'s directory (ended with /)'; $lang['install_field_desc_barn'] = 'The directory where the animals\' directories and files are located (ended with /).'; $lang['install_errors'] = 'Errors encountered during setup'; $lang['install_stepupdate_failure'] = 'Failed to update install step'; $lang['install_configcopy_failure'] = 'Config file is impossible'; $lang['install_nocreatorfile_failure'] = 'Farm structure creator script not found'; $lang['install_cannotsavecreator_failure'] = 'Failde to save farm structure creator script'; $lang['install_success'] = 'Farm setup is a success !'; /*=== Structure creation ===*/ $lang['structure_title'] = 'Farm structure creation'; $lang['structure_cannotcreatefarmerdir_failure'] = 'Cannot create farmer directory'; $lang['structure_farmerdircreated'] = 'Farmer directory successfully created'; $lang['structure_cannotcreatebarndir_failure'] = 'Cannot create barn directory'; $lang['structure_barndircreated'] = 'Barn directory created'; $lang['structure_cannotmovedw_failure'] = 'Cannot move DokuWiki files to farmer directory'; $lang['structure_dwmoved'] = 'DokuWiki files successfully moved to farmer directory'; $lang['structure_rewritefileupdated'] = 'DokuWiki rewrite file updated'; $lang['structure_couldnotupdaterewritefile'] = 'Cannot update DokuWiki rewrite file'; $lang['structure_couldnotloadrewritefile'] = 'Cannot load DokuWiki rewrite file'; $lang['structure_couldnotcopypreloadfile'] = 'Cannot copy preload script'; $lang['structure_preloadfilecopied'] = 'Preload script successfully copied'; $lang['structure_animaltplcopied'] = 'Animal default template copied'; $lang['structure_couldnotcreateanimaltpldirectory'] = 'Cannot create animal default template directory'; $lang['structure_couldnotcopyanimaltpl'] = 'Cannot copy animal default template'; $lang['structure_animaltplmetafilecreated'] = 'Animal default template meta file successfully created'; $lang['structure_couldnotcreateanimaltplmetafile'] = 'Cannot create animal default template meta file'; $lang['structure_convert_to_animals'] = 'Directories were found under barn, do you wish to convert some to animals ?'; $lang['structure_couldnotremovestructurecreatorscript'] = 'Cannot remove installation script'; $lang['structure_success'] = 'Farm structure successfully created,
click HERE to go to your newly created farmer, and browse the farm admin interface to complete setup.'; /*=== Farm animal info section ===*/ // Display options $lang['animal_info_more'] = 'More info'; $lang['animal_info_less'] = 'Less info'; // Status related $lang['animal_info_status'] = 'Status'; $lang['animal_info_setstatus_confirm'] = 'Are you sure you want to change this animal\'s status ?'; $lang['animal_status_open'] = 'open'; $lang['animal_status_maintenance'] = 'maintenance'; $lang['animal_status_closed'] = 'closed'; $lang['animal_status_abuse'] = 'abuse'; $lang['animal_status_errors'] = 'Errors encountered during animal status update'; $lang['animal_status_update_success'] = 'Animal settings updated'; $lang['animal_status_update_failure'] = 'Failed to update the status to "%s"'; $lang['animal_info_lockstate'] = 'Locked'; $lang['animal_info_setlockstate_confirm'] = 'Are you sure you want to change this animal\'s lock state ?'; $lang['animal_lockstate_none'] = 'nothing'; $lang['animal_lockstate_edits'] = 'edits'; $lang['animal_lockstate_edits_message'] = 'This wiki is locked for editing, you cannot modify pages.'; $lang['animal_lockstate_admin'] = 'edits + admin'; $lang['animal_lockstate_admin_message'] = 'This wiki is locked for editing and admin operations, you cannot modify pages nor access admin functionnalities.'; $lang['animal_lockstate_all'] = 'edits + admin + login'; $lang['animal_lockstate_all_message'] = 'This wiki is locked, you cannot modify pages, access admin functionnalities nor login or register.'; $lang['animal_toobig_message'] = 'This wiki\'s disk usage is too high, you must delete some data to free ressources.'; $lang['animal_farmtoobig_message'] = 'The wiki farm\'s disk usage is too high, you must delete some data to free ressources.'; // Infos related $lang['animal_info_size'] = 'Disk usage'; $lang['animal_info_creation'] = 'Creation'; $lang['animal_info_creationfmt'] = '{delta} ago on {date}'; $lang['animal_info_pagescount'] = 'Pages count'; $lang['animal_info_pagesbiggest'] = 'Biggest page'; $lang['animal_info_pagessmallest'] = 'Smallest page'; $lang['animal_info_pagesaverage'] = 'Average page size'; $lang['animal_info_pagestotal'] = 'Size of all pages'; $lang['animal_info_pagesoldest'] = 'Oldest edited page'; $lang['animal_info_pageslatest'] = 'Latest edited page'; $lang['animal_info_pageschangedescriptor'] = '{link}, by {user} on {date} ({delta} ago)'; $lang['animal_info_mediascount'] = 'Medias count'; $lang['animal_info_mediasbiggest'] = 'Biggest media'; $lang['animal_info_mediassmallest'] = 'Smallest media'; $lang['animal_info_mediasaverage'] = 'Average media size'; $lang['animal_info_mediastotal'] = 'Size of all media'; $lang['animal_info_cachesize'] = 'Size of cached elements'; $lang['animal_info_indexsize'] = 'Size of indexes'; /*=== Farm overview section ===*/ $lang['overview_title'] = 'Farm overview'; $lang['overview_sort'] = 'Sort by '; $lang['overview_diskusage'] = 'Disk usage'; $lang['overview_animalsamount'] = 'Number of animals'; $lang['overview_sort_size_asc'] = 'disk usage asc'; $lang['overview_sort_size_desc'] = 'disk usage desc'; $lang['overview_sort_name_asc'] = 'name asc'; $lang['overview_sort_name_desc'] = 'name desc'; /*=== Farm animal section ===*/ $lang['animal_change_warning'] = 'CAUTION : Remember that any changes done here will immediately affect the animal\'s behaviour !'; $lang['animal_errors'] = 'Errors encountered while performing required operations'; $lang['animal_noid_failure'] = 'AnimalID parameter not found'; $lang['animal_unknownanimal_failure'] = 'Unknown animal "%s"'; // Tab title $lang['animal_title'] = 'Animal "%s" managment'; // Animal infos pannel $lang['animal_infos'] = 'Animal infos'; // Animal config pannel $lang['animal_config'] = 'Animal configuration'; $lang['animal_config_editable'] = 'Editable configuration'; $lang['animal_config_protected'] = 'Protected configuration'; $lang['animal_config_errors'] = 'Errors encountered while updating animal configuration'; $lang['animal_config_unknownsource'] = 'Unknown configuration source "%s"'; $lang['animal_config_nodataprovided'] = 'No configuration data found'; $lang['animal_config_save_failure'] = 'Could not save configuration'; $lang['animal_config_save_success'] = 'Animal config successfully saved'; // Animal users pannel $lang['animal_users'] = 'Animal registered users'; $lang['animal_users_warning'] = 'WARNING : This is an experimental feature, you shouldn\'t rely on it too much ... It is highly dependent on the authentication backend selected in the animal\'s configuration, so all functionnalities may not be available or may have weird behaviour, again BE CAREFULL !'; $lang['animal_users_login'] = 'Login'; $lang['animal_users_pass'] = 'Password'; $lang['animal_users_name'] = 'Name'; $lang['animal_users_mail'] = 'EMail'; $lang['animal_users_grps'] = 'Groups'; $lang['animal_users_sortname'] = 'Sort by name'; $lang['animal_users_onlygrp'] = 'List only users from this group'; $lang['animal_users_onlygrpactive'] = 'Only users in the folowing group are visible'; $lang['animal_users_add'] = 'Add a user to this animal'; $lang['animal_users_deleteuser'] = 'Delete this user (if allowed by animal\'s authentication backend)'; $lang['animal_users_reallydeleteuser'] = 'Are you sure you want to delete user "%s" ?'; // !!! Javascript string between 's, use \\\' for ' !!! $lang['animal_users_errors'] = 'Errors encountered while performing required operations on animal users'; $lang['animal_users_add_success'] = 'User successfully created'; $lang['animal_users_delete_success'] = 'User successfully deleted'; $lang['animal_users_add_create_failure'] = 'The user couldn\'t be created (login already in use, authentication backend of animal not permitting user creation ...)'; $lang['animal_users_delete_failure'] = 'The user couldn\'t be deleted (did not exist or the authentication backend of the animal did not permit it ...)'; // Animal file editor $lang['animal_editfile'] = 'Edit a file'; $lang['animal_editfile_fs'] = 'Animal "%s" files'; $lang['animal_editfile_file'] = 'Content of file "%s"'; $lang['animal_editfile_create'] = 'Create file'; $lang['animal_editfile_saveempty'] = 'I want to save this file with no content'; $lang['animal_editfile_delete'] = 'I want to PERMANENTLY delete this file'; $lang['animal_editfile_errors'] = 'Errors encountered while editing animal file'; $lang['animal_editfile_delete_success'] = 'File successfully removed'; $lang['animal_editfile_delete_failure'] = 'Failed to remove file'; $lang['animal_editfile_save_success'] = 'File successfully saved'; $lang['animal_editfile_save_failure'] = 'Failed to save the file'; // Animal delete $lang['animal_delete'] = 'Delete animal'; $lang['animal_delete_success'] = 'Animal successfully deleted'; $lang['animal_delete_eventhandlercancel_failure'] = 'Deletion rejected by custom event handler'; $lang['animal_delete_failure'] = 'Failed to delete animal "%s"'; $lang['animal_delete_tpl_failure'] = 'You cannot delete the default animal template'; $lang['animal_delete_sure'] = 'Are you sure you want to DEFINITLY delete this animal ?'; $lang['animal_delete_errors'] = 'There was some errors while deleting animal'; /*=== Farm animal creation ===*/ $lang['animal_new_title'] = 'Add new animal'; $lang['animal_new_name'] = 'Name (allowed : a-z 0-9 _ . -)'; $lang['animal_new_template'] = 'Animal template (animal copied to create new one)'; $lang['animal_new_host'] = 'Animal host for virtual mode'; $lang['animal_new_errors'] = 'Errors encountered while creating new animal'; $lang['animal_new_eventhandlercancel_failure'] = 'Creation rejected by custom event handler'; $lang['animal_new_farmfull_failure'] = 'Farm is full (too much animals)'; $lang['animal_new_farmtoobig_failure'] = 'Farm is too big (allowed disk usage exceeded)'; $lang['animal_new_noname_failure'] = 'No animal name provided'; $lang['animal_new_badname_failure'] = 'The new animal name is badly formated'; $lang['animal_new_namealreadyinuse_failure'] = 'This animal ("%s") already exists'; $lang['animal_new_templatenotfound_failure'] = 'Animal template "%s" not found'; $lang['animal_new_templatecopy_failure'] = 'Failed to copy the animal template directory'; $lang['animal_new_metacreate_failure'] = 'Failed to create animal metadata file'; $lang['animal_new_createdespite_failure'] = 'Failed to create animal despite everything went well ...'; $lang['animal_new_setconfig_failure'] = 'Failed to update animal configuration'; $lang['animal_new_saveconfig_failure'] = 'Failed to save animal configuration'; $lang['animal_new_virtualhostexists_failure'] = 'Virtualhost already in use'; $lang['animal_new_savevirtualhost_failure'] = 'Failed to save virtualhost configuration'; $lang['animal_new_create_success'] = 'Animal creation was successful'; /*=== Farm config section ===*/ $lang['config_title'] = 'Farm configuration'; $lang['config_info'] = 'Be very carefull when changing the following farm parameters because bad values may break the farm.'; $lang['config_field_name_userewrite'] = 'Use rewrite'; $lang['config_field_desc_userewrite'] = 'Check this if you want to use nice URLs to access animals.'; $lang['config_field_name_farmrewrite'] = 'Use rewrite inside barn'; $lang['config_field_desc_farmrewrite'] = 'Check this if you want to hide the barn directory in the animals URLs.'; $lang['config_field_name_virtual'] = 'Virtualhosting mode'; $lang['config_field_desc_virtual'] = 'Check this if your farm works on a virtualhost basis (this will overwrite userewrite/farmrewrite parameters).'; $lang['config_field_name_farmerhost'] = 'Farmer host'; $lang['config_field_desc_farmerhost'] = 'Used to identify the farmer host in virtualhosting setup, useless othewise.'; $lang['config_field_name_animaltemplate'] = 'The name of the default animal template'; $lang['config_field_desc_animaltemplate'] = 'The name of the animal that will be used as default template when creating new ones (you can temporarely choose another template when creating an animal).'; $lang['config_field_name_enablesoap'] = 'Enable SOAP server'; $lang['config_field_desc_enablesoap'] = 'Check this if you want to allow trusted remote applications to interract with the farm.'; $lang['config_field_name_farmmaxsize'] = 'Farm maximum size in bytes'; $lang['config_field_desc_farmmaxsize'] = '(EXPERIMENTAL) If the farm reach this size the animal won\'t be able to edit their content anymore (0 means no limit).'; $lang['config_field_name_animalmaxsize'] = 'Animal maximum size in bytes'; $lang['config_field_desc_animalmaxsize'] = '(EXPERIMENTAL) If an animal reach this size its content won\'t be editable anymore (0 means no limit).'; $lang['config_field_name_farmmaxanimals'] = 'Maximal number of animals'; $lang['config_field_desc_farmmaxanimals'] = '(EXPERIMENTAL) If this animal amount is reached then it becomes impossible to create new ones (0 means no limit).'; $lang['config_loadfarmrewritefile_failure'] = 'Failed to load the farm rewrite file'; $lang['config_createfarmrewritefile_failure'] = 'Failed to create the farm rewrite file'; $lang['config_deletefarmrewritefile_failure'] = 'Failed to delete the farm rewrite file'; $lang['config_loadrewritefile_failure'] = 'Failed to load the barm rewrite file'; $lang['config_createrewritefile_failure'] = 'Failed to create the barm rewrite file'; $lang['config_deleterewritefile_failure'] = 'Failed to delete the barm rewrite file'; $lang['config_copytrustedappsfile_failure'] = 'Failed to create the farm trusted apps file'; $lang['config_copyvirtualhostfile_failure'] = 'Failed to create the farm virtualhost file'; $lang['config_createwsdl_failure'] = 'Failed to create the farm wsdl file'; $lang['config_deletewsdl_failure'] = 'Failed to delete the farm wsdl file'; $lang['config_errors'] = 'There was some errors while updating farm configuration'; $lang['config_save_failure'] = 'The new configuration could not be saved due to file access problem'; /*=== Farm SOAP config section ===*/ $lang['soapconfig_title'] = 'SOAP server configuration'; $lang['soapconfig_info'] = 'Hereafter are the SOAP server trusted remote applications data, becarefull when modifying something because it may affect interraction with another service.'; $lang['soapconfig_wsdlurl'] = 'You can find the farm wsdl file here.'; $lang['soapconfig_comment'] = 'Comment'; $lang['soapconfig_newapp'] = 'Add a new remote application'; $lang['soapconfig_editapp'] = 'Edit remote application config'; $lang['soapconfig_advancededit'] = 'Advanced edit (text mode)'; $lang['soapconfig_field_name_name'] = 'Application name'; $lang['soapconfig_field_desc_name'] = 'The name the external service uses to connect to the server.'; $lang['soapconfig_field_name_passwordhash'] = 'Application password hash'; $lang['soapconfig_field_name_passwordhash_change'] = 'If you enter a raw password here it will be saved after beeing hashed with the clear version stored as comment.'; $lang['soapconfig_field_name_passwordhash_change_nohashfunc'] = 'No compatible hashing function found, please enter only md5 hash in this field.'; $lang['soapconfig_field_desc_passwordhash'] = 'The md5 hash of the password the external service uses to connect to the server.'; $lang['soapconfig_field_name_allowedservices'] = 'Allowed services'; $lang['soapconfig_field_desc_allowedservices'] = 'The list of the services this remote application can call upon.'; $lang['soapconfig_field_name_allowedservice_allowed'] = 'allowed'; $lang['soapconfig_field_desc_allowedservice_test'] = 'Returns calling arguments to check wether server/auth is working'; $lang['soapconfig_field_desc_allowedservice_animalExists'] = 'Returns information about the animal designed by the "name" argument (exists, status and lock state)'; $lang['soapconfig_field_desc_allowedservice_animalsList'] = 'Returns the list of animals in the farm as arrays containing "name" and "url" fields'; $lang['soapconfig_field_desc_allowedservice_animalCreate'] = 'Creates an animal from "name" argument, may use "template" argument as well if it is not imposed'; $lang['soapconfig_field_desc_allowedservice_animalStatus'] = 'Changes the "name" animal status (open, closed, maintenance, abuse) based on "status".'; $lang['soapconfig_field_desc_allowedservice_animalLockState'] = 'Changes the "name" animal lock state (none, edits, admin, all) based on "lockstate".'; $lang['soapconfig_field_desc_allowedservice_animalDelete'] = 'Deletes an animal from "name" argument'; $lang['soapconfig_field_name_allowedservice_imposedargs'] = 'List of imposed arguments'; $lang['soapconfig_field_desc_allowedservice_imposedargs'] = 'Imposed arguments are in the form <arg1_name>=<arg1_value>, <arg2_name>=<arg2_value>,...'; $lang['soapconfig_appdelete_sure'] = 'Are you sure you want to delete configuration for remote application "%s" ?'; $lang['soapconfig_errors'] = 'There was some errors while updating SOAP server configuration'; $lang['soapconfig_save_success'] = 'Trusted remote applications file saved'; $lang['soapconfig_save_failure'] = 'The new configuration could not be saved due to file access problem'; $lang['soapconfig_corruptedfile_failure'] = 'The new configuration could not be saved due to corrupted file problem'; /*=== VirtualHost config section ===*/ $lang['virtualhostconfig_title'] = 'Virtualhost configuration'; $lang['virtualhostconfig_info'] = 'Hereafter is the list of virtualhost-animal mappings.'; $lang['virtualhost_config_for'] = 'Add virtualhost for'; $lang['virtualhost_config_value'] = 'Enter host'; $lang['virtualhostconfig_errors'] = 'There was some errors while updating virtualhost configuration'; $lang['virtualhostconfig_save_failure'] = 'The new configuration could not be saved due to file access problem'; /*=== Farm messages ===*/ $lang['message_unknown_title'] = 'Unknown Wiki'; $lang['message_unknown_desc'] = 'The "%s" wiki could not be found, please check its URL.'; $lang['message_maintenance_title'] = 'Maintenance downtime'; $lang['message_maintenance_desc'] = 'The "%s" wiki is under maintenance and cannot be viewed for the moment, please come back later.'; $lang['message_closed_title'] = 'Wiki closed'; $lang['message_closed_desc'] = 'The "%s" wiki has been closed and cannot be viewed.'; $lang['message_abuse_title'] = 'Wiki closed due to abuse'; $lang['message_abuse_desc'] = 'The "%s" wiki has been closed because of an abuse of the service rules, if you are one of its owners please contact the service administrators.'; ?>