1<?php 2/** 3 * English language file for Userhomepage plugin 4 * @author Simon DELAGE <sdelage@gmail.com> 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 */ 7 8 $lang['copyerror'] = 'Copy error'; 9 $lang['copysuccess'] = 'Successfull copy'; 10 $lang['copynotneeded'] = 'Copy not needed'; 11 $lang['createdprivatens'] = 'Created your private namespace'; 12 $lang['createdpublicpage'] = 'Created your public page'; 13 $lang['privatenamespace'] = 'Private Space'; 14 $lang['publicpage'] = 'Public Page'; 15 $lang['publicnamespace'] = 'Public Space'; 16 $lang['uhpcreated'] = 'Automatic creation by User Homepage plugin'; 17 $lang['fromskeleton'] = 'Added this page from User Homepage skeleton to your private namespace:'; 18 $lang['aclupdate'] = 'ACL rules added or updated:'; 19 $lang['mkdirfailure'] = 'Creating this directory failed:'; 20 $lang['settingsconflict'] = 'UserHomePage settings conflict! Make sure Private and Public namespaces are different. Plugin will have no effect untill this is corrected.'; 21 $lang['avatarsconflict'] = 'UserHomePage settings are in conflict with Avatar plugin settings! Make sure Private namespaces and avatars are stored in different places (otherwise UserHomePage ACL rules might block avatars).'; 22