Skip to content

Commit

Permalink
Latest English strings
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareham committed Aug 19, 2024
1 parent 7ac05b7 commit 0cf19c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions lang/en-gb.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 8 additions & 2 deletions lang/en-us.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -906,7 +912,7 @@ css_deletion_failed="Styles deletion failed for: <strong>{list}</strong>."
css_files_deletion_failed="Styles files deletion failed for: <strong>{list}</strong>."
css_import_failed="Styles import failed for: <strong>{list}</strong>."
css_name_unsafe="Not exportable styles names for: <strong>{list}</strong>. Names must match the following regular expression: <code>^[a-z][a-z0-9_\-\.]{0,63}$</code>."
css_not_found="No styles found for: <strong>{list}</strong>."
css_not_found="No style data found for: <strong>{list}</strong>."
css_update_failed="Styles update failed for: <strong>{list}</strong>."
edit_skin="Edit theme"
form_creation_failed="Forms creation failed for: <strong>{list}</strong>."
Expand All @@ -924,7 +930,7 @@ page_deletion_failed="Pages deletion failed for: <strong>{list}</strong>."
page_files_deletion_failed="Pages files deletion failed for: <strong>{list}</strong>."
page_import_failed="Pages import failed for: <strong>{list}</strong>."
page_name_unsafe="Not exportable page names for: <strong>{list}</strong>. Names must match the following regular expression: <code>^[a-z][a-z0-9_\-\.]{0,63}$</code>."
page_not_found="No page found for: <strong>{list}</strong>."
page_not_found="No page data found for: <strong>{list}</strong>."
page_update_failed="Pages update failed for: <strong>{list}</strong>."
search_skins="Search themes"
skin_already_exists="Themes already exist in the database or in the themes directory and may cause conflicts: <strong>{list}</strong>."
Expand Down
1 change: 1 addition & 0 deletions lang/en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0cf19c1

Please sign in to comment.