+ show_footer();
diff -r 66732bd4532c -r bb3e6c3bd4f4 language/english/admin.json
--- a/language/english/admin.json Sat Jan 26 11:51:19 2008 -0500
+++ b/language/english/admin.json Sat Jan 26 15:42:32 2008 -0500
@@ -40,6 +40,8 @@
sbedit: 'Sidebar editor',
},
adm: {
+ page_tagline: 'Administer your Enano website.',
+
cat_general: 'General',
cat_content: 'Content',
cat_appearance: 'Appearance',
@@ -487,7 +489,7 @@
// Backup interface
heading_backup: 'Backup language',
- backup_intro: 'You can back up this language to make preserving custom strings easier if you ever migrate your Enano installation or re-install. Backed-up language files can be restored by using FTP or equivalent to copy the backup file to the language\'s folder and renaming it to "backup.json".',
+ backup_intro: 'You can back up this language to make preserving custom strings easier if you ever migrate your Enano installation or re-install. Backed-up language files can be restored by using FTP or equivalent to copy the backup file to the language\'s folder, renaming it to "backup.json", and re-importing the language.',
btn_create_backup: 'Download backup',
// Uninstaller
diff -r 66732bd4532c -r bb3e6c3bd4f4 language/english/core.json
--- a/language/english/core.json Sat Jan 26 11:51:19 2008 -0500
+++ b/language/english/core.json Sat Jan 26 15:42:32 2008 -0500
@@ -438,6 +438,7 @@
upload_files: 'Upload files',
upload_new_version: 'Upload new versions of files',
create_page: 'Create pages',
+ html_in_pages: 'Embed unrestricted HTML in pages',
php_in_pages: 'Embed PHP code in pages',
edit_acl: 'Edit access control lists',
},
@@ -511,6 +512,8 @@
wizard_next: 'Next >',
wizard_back: '< Back',
wizard_previous: '< Previous',
+ // Generic link to main page
+ btn_main_page: 'Main page',
// Generic switchable editor buttons
tinymce_btn_text: 'text editor',
tinymce_btn_graphical: 'graphical editor',
diff -r 66732bd4532c -r bb3e6c3bd4f4 language/english/user.json
--- a/language/english/user.json Sat Jan 26 11:51:19 2008 -0500
+++ b/language/english/user.json Sat Jan 26 15:42:32 2008 -0500
@@ -59,7 +59,7 @@
err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.',
err_invalid_credentials_lockout: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will be locked out from logging in for %config.lockout_duration% minutes.',
- err_invalid_credentials_lockout_captcha: ' You have used up %lockout_fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.',
+ err_invalid_credentials_lockout_captcha: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.',
err_backend_fail: 'You entered the right credentials and everything was validated, but for some reason Enano couldn\'t register your session. This is an internal problem with the site and you are encouraged to contact site administration.',
err_locked_out: 'You have used up all %config.lockout_threshold% allowed login attempts. Please wait %time_rem% minute%plural% before attempting to log in again%captcha_blurb%.',
err_locked_out_captcha_blurb: ', or enter the visual confirmation code shown above in the appropriate box',
@@ -528,6 +528,7 @@
ml_msg_matches: 'Search returned %matches% matches',
},
userpage: {
+ page_title: '%username%\'s user page',
heading_basics: 'All about %username%',
lbl_joined: 'Joined:',
lbl_num_comments: 'Total comments:',
diff -r 66732bd4532c -r bb3e6c3bd4f4 licenses/index.html
--- a/licenses/index.html Sat Jan 26 11:51:19 2008 -0500
+++ b/licenses/index.html Sat Jan 26 15:42:32 2008 -0500
@@ -106,12 +106,13 @@
Paul Johnston's implementations of the MD5 and SHA1 algorithms in Javascript