]> BookStack Code Mirror - bookstack/blobdiff - lang/bs/activities.php
Remove Dumps
[bookstack] / lang / bs / activities.php
index 54c09ec9fffb90572caf7e88b9cdc156dba03cc4..bd1577436122f831cd17d33cb7b68e2df049f60a 100644 (file)
@@ -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',
 ];