diff --git a/lang/en-gb.ini b/lang/en-gb.ini
index c1adb6c3..fa09ac22 100644
--- a/lang/en-gb.ini
+++ b/lang/en-gb.ini
@@ -288,6 +288,10 @@ bad_cookie="Your session has expired. Please log in again."
bad_login="Could not log in with that username/password."
breadcrumb_nav="Breadcrumb navigation"
browse="Browse"
+bulk_edit="Bulk edit"
+bulk_select="Bulk select all/none"
+bulk_selected_all="Bulk selected: all"
+bulk_selected_none="Bulk selected: none"
cancel="Cancel"
caption="Caption"
category="Category"
@@ -771,6 +775,7 @@ enable_short_tags="Enable short tag support?"
enable_xmlrpc_server="Enable XML-RPC server?"
expire_logs_after="Logs expire after how many days?"
feeds="Feeds"
+file_download_header="File download header"
file_max_upload_size="Maximum file size of uploads (in bytes)"
ham="All but spam"
hours_days_ago="hours/days ago"
@@ -798,6 +803,7 @@ publisher_email="Send login details from this email address"
publish_expired_articles="Publish expired articles?"
referrers_only="Referrers only"
rss_how_many="How many articles should be included in feeds?"
+secondpass="Number of extra parser sweeps"
send_lastmod="Send \"Last-Modified\" header?"
show_comment_count_in_feed="Show comment count in feeds?"
smtp_from="SMTP envelope sender address"
diff --git a/lang/en-us.ini b/lang/en-us.ini
index 4d4ae180..b0261eb3 100644
--- a/lang/en-us.ini
+++ b/lang/en-us.ini
@@ -288,6 +288,10 @@ bad_cookie="Your session has expired. Please log in again."
bad_login="Could not log in with that username/password."
breadcrumb_nav="Breadcrumb navigation"
browse="Browse"
+bulk_edit="Bulk edit"
+bulk_select="Bulk select all/none"
+bulk_selected_all="Bulk selected: all"
+bulk_selected_none="Bulk selected: none"
cancel="Cancel"
caption="Caption"
category="Category"
@@ -771,6 +775,7 @@ enable_short_tags="Enable short tag support?"
enable_xmlrpc_server="Enable XML-RPC server?"
expire_logs_after="Logs expire after how many days?"
feeds="Feeds"
+file_download_header="File download header"
file_max_upload_size="Maximum file size of uploads (in bytes)"
ham="All but spam"
hours_days_ago="hours/days ago"
@@ -798,6 +803,7 @@ publisher_email="Send login details from this email address"
publish_expired_articles="Publish expired articles?"
referrers_only="Referrers only"
rss_how_many="How many articles should be included in feeds?"
+secondpass="Number of extra parser sweeps"
send_lastmod="Send \"Last-Modified\" header?"
show_comment_count_in_feed="Show comment count in feeds?"
smtp_from="SMTP envelope sender address"
@@ -906,7 +912,7 @@ css_deletion_failed="Styles deletion failed for: {list}."
css_files_deletion_failed="Styles files deletion failed for: {list}."
css_import_failed="Styles import failed for: {list}."
css_name_unsafe="Not exportable styles names for: {list}. Names must match the following regular expression: ^[a-z][a-z0-9_\-\.]{0,63}$
."
-css_not_found="No styles found for: {list}."
+css_not_found="No style data found for: {list}."
css_update_failed="Styles update failed for: {list}."
edit_skin="Edit theme"
form_creation_failed="Forms creation failed for: {list}."
@@ -924,7 +930,7 @@ page_deletion_failed="Pages deletion failed for: {list}."
page_files_deletion_failed="Pages files deletion failed for: {list}."
page_import_failed="Pages import failed for: {list}."
page_name_unsafe="Not exportable page names for: {list}. Names must match the following regular expression: ^[a-z][a-z0-9_\-\.]{0,63}$
."
-page_not_found="No page found for: {list}."
+page_not_found="No page data found for: {list}."
page_update_failed="Pages update failed for: {list}."
search_skins="Search themes"
skin_already_exists="Themes already exist in the database or in the themes directory and may cause conflicts: {list}."
diff --git a/lang/en.ini b/lang/en.ini
index 30b5be3f..b8d80806 100644
--- a/lang/en.ini
+++ b/lang/en.ini
@@ -775,6 +775,7 @@ enable_short_tags="Enable short tag support?"
enable_xmlrpc_server="Enable XML-RPC server?"
expire_logs_after="Logs expire after how many days?"
feeds="Feeds"
+file_download_header="File download header"
file_max_upload_size="Maximum file size of uploads (in bytes)"
ham="All but spam"
hours_days_ago="hours/days ago"