<?php /** * MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved * * $Id: home_preferences.lang.php 5297 2010-12-28 22:01:14Z Tomm $ */ $l['preferences_and_personal_notes'] = "Preferences & Personal Notes"; $l['prefs_and_personal_notes_description'] = "Here you can manage your Admin Control Panel preferences and leave personal notes for yourself."; $l['preferences'] = "Preferences"; $l['global_preferences'] = "Global Preferences"; $l['acp_theme'] = "Admin Control Panel Theme"; $l['select_acp_theme'] = "Please select a theme to use in the Admin Control Panel"; $l['notes_not_shared'] = "These notes are not shared with other Administrators."; $l['save_notes_and_prefs'] = "Save Personal Notes & Preferences"; $l['personal_notes'] = "Personal Notes"; $l['codepress'] = "Turn on / off Codepress"; $l['use_codepress_desc'] = "This preference allows you to turn off Codepress (used in template editing and stylesheet editing for syntax highlighing) if you are experiencing issues / slow loading."; $l['success_preferences_updated'] = "The preferences have been successfully updated."; ?>