X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/eda9e89c55caf6a98ab57a084d1ce03e0c5fe993..refs/pull/3043/head:/resources/lang/en/settings.php diff --git a/resources/lang/en/settings.php b/resources/lang/en/settings.php index 4c1ae1345..688b0aad8 100755 --- a/resources/lang/en/settings.php +++ b/resources/lang/en/settings.php @@ -72,7 +72,7 @@ return [ // Maintenance settings 'maint' => 'Maintenance', 'maint_image_cleanup' => 'Cleanup Images', - 'maint_image_cleanup_desc' => "Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.", + 'maint_image_cleanup_desc' => 'Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.', 'maint_delete_images_only_in_revisions' => 'Also delete images that only exist in old page revisions', 'maint_image_cleanup_run' => 'Run Cleanup', 'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?', @@ -119,6 +119,7 @@ return [ 'audit_table_user' => 'User', 'audit_table_event' => 'Event', 'audit_table_related' => 'Related Item or Detail', + 'audit_table_ip' => 'IP Address', 'audit_table_date' => 'Activity Date', 'audit_date_from' => 'Date Range From', 'audit_date_to' => 'Date Range To', @@ -247,6 +248,7 @@ return [ 'de_informal' => 'Deutsch (Du)', 'es' => 'Español', 'es_AR' => 'Español Argentina', + 'et' => 'Eesti keel', 'fr' => 'Français', 'he' => 'עברית', 'hr' => 'Hrvatski', @@ -271,6 +273,6 @@ return [ 'vi' => 'Tiếng Việt', 'zh_CN' => '简体中文', 'zh_TW' => '繁體中文', - ] + ], //!//////////////////////////////// ];