X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b1b8067cbe79d7ca2bca9021ab9d37465b0c44fe..refs/pull/4430/head:/lang/bs/activities.php diff --git a/lang/bs/activities.php b/lang/bs/activities.php index 54c09ec9f..bd1577436 100644 --- a/lang/bs/activities.php +++ b/lang/bs/activities.php @@ -58,6 +58,9 @@ return [ 'favourite_add_notification' => '":name" je dodan u tvoje favorite', 'favourite_remove_notification' => '":name" je uklonjen iz tvojih favorita', + // Watching + 'watch_update_level_notification' => 'Watch preferences successfully updated', + // Auth 'auth_login' => 'logged in', 'auth_register' => 'registered as new user', @@ -110,7 +113,12 @@ return [ 'recycle_bin_restore' => 'restored from recycle bin', 'recycle_bin_destroy' => 'removed from recycle bin', - // Other + // Comments 'commented_on' => 'je komentarisao/la na', + 'comment_create' => 'added comment', + 'comment_update' => 'updated comment', + 'comment_delete' => 'deleted comment', + + // Other 'permissions_update' => 'je ažurirao/la dozvole', ];