]> BookStack Code Mirror - bookstack/blobdiff - lang/eu/activities.php
Fixed OIDC Logout
[bookstack] / lang / eu / activities.php
index afdef0d4c37898f3adaa0af1ecbd5078e3d04d39..2e9f586a83885444b8ae3fa1a3ca39c62f20f104 100644 (file)
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => '":name" zure gogoetara gehitua izan da',
     'favourite_remove_notification' => '":name" zure gogokoetatik ezabatua izan da',
 
+    // 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'                => 'iruzkinak',
+    'comment_create'              => 'added comment',
+    'comment_update'              => 'updated comment',
+    'comment_delete'              => 'deleted comment',
+
+    // Other
     'permissions_update'          => 'eguneratu baimenak',
 ];