X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cc1f46cbf45d8a918d15a335653fb6a9d688d23c..refs/pull/3012/head:/resources/lang/bs/entities.php diff --git a/resources/lang/bs/entities.php b/resources/lang/bs/entities.php index 52924d96f..680053bc9 100644 --- a/resources/lang/bs/entities.php +++ b/resources/lang/bs/entities.php @@ -234,6 +234,7 @@ return [ 'pages_initial_name' => 'Nova stranica', 'pages_editing_draft_notification' => 'Trenutno uređujete skicu koja je posljednji put snimljena :timeDiff.', 'pages_draft_edited_notification' => 'Ova stranica je ažurirana nakon tog vremena. Preporučujemo da odbacite ovu skicu.', + 'pages_draft_page_changed_since_creation' => 'This page has been updated since this draft was created. It is recommended that you discard this draft or take care not to overwrite any page changes.', 'pages_draft_edit_active' => [ 'start_a' => ':count korisnika je počelo sa uređivanjem ove stranice', 'start_b' => ':userName je počeo/la sa uređivanjem ove stranice', @@ -320,5 +321,5 @@ return [ 'revision_delete_confirm' => 'Are you sure you want to delete this revision?', 'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.', 'revision_delete_success' => 'Revision deleted', - 'revision_cannot_delete_latest' => 'Cannot delete the latest revision.' + 'revision_cannot_delete_latest' => 'Cannot delete the latest revision.', ];