]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
Added groups management
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / translations / messages.en.yml
index 54427e2318bf1dc5ef816c64913cacfc4cf729cc..0d8cde7ab9ad97fa6b77f798d6cee9fdd18ff3c0 100644 (file)
@@ -33,6 +33,7 @@ menu:
         back_to_unread: 'Back to unread articles'
         users_management: 'Users management'
         site_credentials: 'Site credentials'
+        groups_management: 'Groups management'
     top:
         add_new_entry: 'Add a new entry'
         search: 'Search'
@@ -496,6 +497,25 @@ developer:
             paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
         back: 'Back'
 
+group:
+    page_title: Groups management
+    new_group: Create a new group
+    edit_group: Edit an existing group
+    description: "Here you can manage all groups (create, edit and delete)"
+    list:
+        actions: Actions
+        edit_action: Edit
+        yes: Yes
+        no: No
+        create_new_one: Create a new group
+    form:
+        name_label: 'Name'
+        roles_label: 'Roles'
+        save: Save
+        delete: Delete
+        delete_confirm: Are you sure?
+        back_to_list: Back to list
+
 user:
     page_title: Users management
     new_user: Create a new user
@@ -602,3 +622,8 @@ flashes:
             added: 'Site credential for "%host%" added'
             updated: 'Site credential for "%host%" updated'
             deleted: 'Site credential for "%host%" deleted'
+    group:
+        notice:
+            added: 'Group "%name%" added'
+            updated: 'Group "%name%" updated'
+            deleted: 'Group "%name%" deleted'