Version Description
- Updated the translation template.
- Updated the German translation.
- Moved the complete changelog out to changelog.txt.
Download this release
Release Info
Developer | itthinx |
Plugin | Groups |
Version | 1.11.2 |
Comparing to | |
See all releases |
Code changes from version 1.11.1 to 1.11.2
- changelog.txt +358 -0
- groups.php +2 -2
- languages/groups-de_DE.mo +0 -0
- languages/groups-de_DE.po +247 -205
- languages/groups.pot +216 -196
- readme.txt +8 -349
changelog.txt
ADDED
@@ -0,0 +1,358 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
== Groups changelog.txt ==
|
2 |
+
|
3 |
+
= 1.11.2 =
|
4 |
+
* Updated the translation template.
|
5 |
+
* Updated the German translation.
|
6 |
+
* Moved the complete changelog out to changelog.txt.
|
7 |
+
|
8 |
+
= 1.11.1 =
|
9 |
+
* Fixed the order_by and order parameters in Groups_Group::get_groups()
|
10 |
+
|
11 |
+
= 1.11.0 =
|
12 |
+
* Added the Brazilian Portuguese translation.
|
13 |
+
|
14 |
+
= 1.10.3 =
|
15 |
+
* Added the groups_access_restrictions_capability_selected filter.
|
16 |
+
|
17 |
+
= 1.10.2 =
|
18 |
+
* Tested for WordPress 4.5.
|
19 |
+
|
20 |
+
= 1.10.1 =
|
21 |
+
* Fixed the French translation which introduced incorrect markup breaking the help button.
|
22 |
+
* Added the groups_admin_groups_add_form_after_fields filter.
|
23 |
+
* Added the groups_admin_groups_add_submit_success action.
|
24 |
+
* Added the groups_admin_groups_edit_form_after_fields filter.
|
25 |
+
* Added the groups_admin_groups_edit_submit_success action.
|
26 |
+
* Fixed some code formatting (tabs).
|
27 |
+
|
28 |
+
= 1.10.0 =
|
29 |
+
* Adjusted the Groups and Capabilities screens' UI elements.
|
30 |
+
* Reduced the filters section footprint on the Groups screen.
|
31 |
+
* Reduced the filters section footprint on the Capabilities screen.
|
32 |
+
* Fixed use of deprecated constructor in the Groups_Pagination class.
|
33 |
+
* Fixed sorting by description and the sorting indicator on the Groups screen.
|
34 |
+
* Fixed sorting by description and the sorting indicator on the Capabilities screen.
|
35 |
+
* Fixed some code formatting issues including superfluous whitespace.
|
36 |
+
* Improved the footer rendering and footprint.
|
37 |
+
|
38 |
+
= 1.9.1 =
|
39 |
+
* WordPress 4.4 compatible.
|
40 |
+
* Updated selectize.js to 0.12.1 (standalone).
|
41 |
+
* Fixed a representation issue for the lower group selector on the Users screen.
|
42 |
+
* Updated the page headings to use h1 instead of h2.
|
43 |
+
* Added the is_member method to Groups_User.
|
44 |
+
* Updated the footer.
|
45 |
+
|
46 |
+
= 1.9.0 =
|
47 |
+
* Added own cache encapsulation to guard against flaws in outdated cache implementations.
|
48 |
+
* Added new user group property to obtain hierarchical groups.
|
49 |
+
* Improved user properties to use own caching.
|
50 |
+
* Fixed media field filters wrongly declared as actions.
|
51 |
+
* Fixed the version comparison operation.
|
52 |
+
|
53 |
+
= 1.8.1 =
|
54 |
+
* Fixed potential XSS vulnerabilities related to the unescaped use of the $_SERVER['REQUEST_URI'] in some forms.
|
55 |
+
|
56 |
+
= 1.8.0 =
|
57 |
+
* WordPress 4.3.1 compatibility tested.
|
58 |
+
* Add-ons section added.
|
59 |
+
|
60 |
+
= 1.7.2 =
|
61 |
+
* WordPress 4.3 compatibility tested.
|
62 |
+
* Updated the menu position constant (string instead of number).
|
63 |
+
* Removed translation of the Groups menu title (related to a consistent appearance and would also be affected by a a core bug).
|
64 |
+
* Fixed padding for the header checkbox on the Groups and Capabilities screens.
|
65 |
+
|
66 |
+
= 1.7.1 =
|
67 |
+
* Fixes an issue with map_meta_cap filtering where no valid post ID is provided.
|
68 |
+
|
69 |
+
= 1.7.0 =
|
70 |
+
* Added the French translation.
|
71 |
+
* Added the [groups_login] shortcode.
|
72 |
+
* Added the [groups_logout] shortcode.
|
73 |
+
* Updated the German translation.
|
74 |
+
* Updated the Spanish translation.
|
75 |
+
* Added the groups_deleted_capability_capability action.
|
76 |
+
* Fixed an issue with deleted capabilities restricting access to posts.
|
77 |
+
* Fixed cache entries for capabilities.
|
78 |
+
|
79 |
+
= 1.6.0 =
|
80 |
+
* Added the German translation.
|
81 |
+
* Updated the Spanish translation.
|
82 |
+
* Updated the Groups menu position.
|
83 |
+
* Removed empty strings from translation.
|
84 |
+
|
85 |
+
= 1.5.5 =
|
86 |
+
* Added administrative links to the plugin entry.
|
87 |
+
|
88 |
+
= 1.5.4 =
|
89 |
+
* Added the Dutch translation.
|
90 |
+
|
91 |
+
= 1.5.3 =
|
92 |
+
* Added a comparison method for groups and capabilities.
|
93 |
+
* Updated the documentation link in the help content.
|
94 |
+
|
95 |
+
= 1.5.2 =
|
96 |
+
* Improved internal definitions to use API function instead of WP_CONTENT_DIR
|
97 |
+
and WP_CONTENT_URL constants.
|
98 |
+
* Now showing inherited capabilities for groups.
|
99 |
+
* Added ABSPATH check to plugin main file.
|
100 |
+
* Improved the UI rendering cancel links as buttons.
|
101 |
+
* Improved the UI adding some space on capability selector box.
|
102 |
+
* Fixed a pagination issue when the page number is indicated on the Groups or Capabilities screen.
|
103 |
+
|
104 |
+
= 1.5.1 =
|
105 |
+
* Please **MAKE A BACKUP** of your site and database PRIOR to updating.
|
106 |
+
* WordPress 4.2 compatible.
|
107 |
+
* Adopted a more flexible index size on the capability row of the capability table.
|
108 |
+
|
109 |
+
= 1.5.0 =
|
110 |
+
* Please **MAKE A BACKUP** of your site and database PRIOR to updating.
|
111 |
+
* WordPress 4.2 compatible.
|
112 |
+
* Reduced the index size on the capability row of the capability table.
|
113 |
+
|
114 |
+
= 1.4.15 =
|
115 |
+
* Due to changes in versions 1.4.14 and 1.4.15, it's important to **MAKE A BACKUP** of the site & database, test the site, extensions & theme PRIOR to updating.
|
116 |
+
* Fixes a cache incompatibility with caching mechanisms that do not implement wp_cache_get()'s function signature fully.
|
117 |
+
This addresses cases specifically where the fourth parameter $found is not initialized as expected upon return.
|
118 |
+
The performance improvements included in this release are lessened with caching plugins that fail to implement the return value disambiguation via $found.
|
119 |
+
|
120 |
+
= 1.4.14 =
|
121 |
+
* Now not using Groups' the_posts filter by default as results are already filtered by Groups' posts_where filter.
|
122 |
+
* Added the groups_filter_the_posts filter which can be used to 'reactivate' Groups' the_posts filter where needed.
|
123 |
+
* Added caching for capabilities read by capability name.
|
124 |
+
* Added caching for groups read by name.
|
125 |
+
* Added caching for results obtained in Groups_Post_Access::user_can_read_post(...).
|
126 |
+
* Added the groups_post_access_user_can_read_post filter.
|
127 |
+
* Admin override is disabled by default (existing installs need to disable manually if options were saved).
|
128 |
+
* Swedish translation by [Andréas Lundgren](http://adevade.com) added.
|
129 |
+
|
130 |
+
= 1.4.13 =
|
131 |
+
* WordPress 4.1 compatible.
|
132 |
+
|
133 |
+
= 1.4.12 =
|
134 |
+
* Fixes missing selectize Javascript for the media uploader's attachment popup.
|
135 |
+
|
136 |
+
= 1.4.11 =
|
137 |
+
* WordPress 4.0 compatible.
|
138 |
+
|
139 |
+
= 1.4.10 =
|
140 |
+
* Improved: code documentation
|
141 |
+
* WordPress 3.9 compatibility checked
|
142 |
+
* Changed some filter usage with prepare() for 3.9 nags.
|
143 |
+
* Fixed unmatched tags in the tree view.
|
144 |
+
|
145 |
+
= 1.4.9 =
|
146 |
+
* Fixed: Tree view doesn't appear/disappear in menu directly after setting the option.
|
147 |
+
* Improved: Feedback when options have been saved.
|
148 |
+
* Improved: UI size adjustments.
|
149 |
+
* Added: New API methods Groups_Group::get_group_ids() and Groups_Group::get_groups().
|
150 |
+
* Improved: groups and capabilities table cell titles and ellipsis added.
|
151 |
+
|
152 |
+
= 1.4.8 =
|
153 |
+
* Fixed: A closing tag in the group list on the user profile.
|
154 |
+
* Fixed: Help wording.
|
155 |
+
* Improved: Capabilities in the Access Restrictions column are sorted for more consistent display.
|
156 |
+
* Improved: Reduced ID, Edit and Remove column widths on Groups and Capabilities screens.
|
157 |
+
* Fixed: Stripping added slashes from groups and capabilities displayed.
|
158 |
+
* Added: Feedback when groups and capabilities are created, updated or removed in admin.
|
159 |
+
* Added: group and exclude_group attributes for the [groups_user_groups] shortcode.
|
160 |
+
* Improved: Replaced remnant CR LF line-endings in code.
|
161 |
+
* Fixed: Handling updates to a capability when the capability field is empty.
|
162 |
+
* Fixed: Handling updates to a group when the name field is empty.
|
163 |
+
* Fixed: Don't allow to use the name of another existing group when updating a group.
|
164 |
+
* Fixed: Don't allow to use the name of another existing capability when updating one.
|
165 |
+
|
166 |
+
= 1.4.7 =
|
167 |
+
* Security improvement: plugin files accessed directly exit
|
168 |
+
|
169 |
+
= 1.4.6.1 =
|
170 |
+
* Fixed: Don't interfere with output when there is no post (the_content and get_the_excerpt filters)
|
171 |
+
|
172 |
+
= 1.4.6 =
|
173 |
+
* Security fix : Certain capabilities could be granted to users instead of being denied with a change introduced in version 1.4.5. Roles with negated capabilities would effectively grant these capabilities to the user.
|
174 |
+
|
175 |
+
= 1.4.5 =
|
176 |
+
* Using a WordPress API function get_post_type_capabilities() instead of semi-hardcoded capabilities for access restriction checks (affects CPTs).
|
177 |
+
* Changed: Taking role-based capabilities into account when creating cache entries for the Groups_User object. The new groups_user_add_role_capabilities filter allows to modify this new behaviour by returning false.
|
178 |
+
* Added: groups_user_add_role_capabilities filter.
|
179 |
+
|
180 |
+
= 1.4.4 =
|
181 |
+
* WordPress 3.8 compatibility checked.
|
182 |
+
* Fixed: Access restriction options per post type when none is checked.
|
183 |
+
|
184 |
+
= 1.4.3 =
|
185 |
+
* Added: Bulk editing (add/remove) of post access restriction capabilities.
|
186 |
+
* Fixed: A typo in the Access Restriction column's tooltip text.
|
187 |
+
* Fixed: Validation of access restriction capabilities when saved on options admin screen.
|
188 |
+
* Changed: Users must now have the groups_access capability to be able to use the access restriction meta box on posts.
|
189 |
+
|
190 |
+
= 1.4.2 =
|
191 |
+
* Added: Access restriction capabilities shown for enabled post types on overview screens.
|
192 |
+
* WordPress 3.7.1 compatibility checked.
|
193 |
+
* Fixed: Error caused by typo when obtaining group_ids_deep property for a Groups_User.
|
194 |
+
* Changed: Replaced some __get calls by properties.
|
195 |
+
* Added: Filter by access restriction capabilities for enabled post types on overview screens.
|
196 |
+
|
197 |
+
= 1.4.1 =
|
198 |
+
* Added: Better group-assignment on the Users admin screen, allows to assign/remove multiple users to/from multiple groups along with a better UI.
|
199 |
+
* Changed: Groups requires at least WordPress 3.5 now, although this only affects the group-action functionality on the Users admin screen, the restrict_manage_users action which is now used to render the UI elements needed, was introduced with WordPress 3.5.
|
200 |
+
* Added: Extensions box in Options.
|
201 |
+
* Improved: Groups section in user profile with added description.
|
202 |
+
|
203 |
+
= 1.4.0 =
|
204 |
+
* Added: Groups > Groups > Add / Edit group screens, allow to assign/modify the capabilities assigned to the group.
|
205 |
+
* Added: Groups > Groups screen, allow to assign/remove multiple capabilities to multiple groups.
|
206 |
+
* Added: Groups > Groups screen, allow to delete multiple groups as a bulk action.
|
207 |
+
* Added: Groups > Capabilities screen, allow to delete multiple capabilities as a bulk action.
|
208 |
+
* Improved: Groups > Options screen, using searchable select instead of checkboxes to enable capabilities for access restriction.
|
209 |
+
* Improved: In user profiles, using a searchable select to modify group assignments.
|
210 |
+
* Improved: Reduced the footer text in groups admin sections.
|
211 |
+
* Improved: Admin CSS to make better use of screen real-estate and more coherent appearance with the new UI additions.
|
212 |
+
|
213 |
+
= 1.3.14 =
|
214 |
+
* Added the option to quick-create group and capability within the access restriction meta-box.
|
215 |
+
* Added the option to show groups granting access per capability in the access restriction meta-box.
|
216 |
+
* Added the quick-create field to the access restrictions meta-box which allows to create group & capability on the fly.
|
217 |
+
* Added [Selectize.js](http://brianreavis.github.io/selectize.js/) and using it in the access restrictions meta-box instead of checkboxes.
|
218 |
+
* Improved the Groups > Options screen using a Selectize-based selection of capabilities that are enabled for access restriction.
|
219 |
+
|
220 |
+
= 1.3.13 =
|
221 |
+
* Fixed duplicate postmeta created when saving access restriction capabilities for a post.
|
222 |
+
* [groups_can] and [groups_can_not] now accept multiple capabilities separated by comma.
|
223 |
+
* WordPress 3.6.1 compatibility checked.
|
224 |
+
|
225 |
+
= 1.3.12 =
|
226 |
+
* WordPress 3.6 compatibility checked.
|
227 |
+
* Fixed table appearance for capabilities and groups admin sections when there are no results.
|
228 |
+
|
229 |
+
= 1.3.11 =
|
230 |
+
* Fix: Access restriction capabilities must be disjunctive.
|
231 |
+
* Added: List of groups can be shown in user profiles on the back end and group assignments can be edited by group admins.
|
232 |
+
* Improvement: Groups shown for users on the Users screen are sorted by name.
|
233 |
+
|
234 |
+
= 1.3.10 =
|
235 |
+
* Fix: Under certain conditions with caching involved, capabilities were not correctly retrieved. Thanks to Jason Kadlec who [reported the issue](http://wordpress.org/support/topic/nasty-error-with-latest-version).
|
236 |
+
* Improvement: Related to the above fix, improved the way how *_deep properties are retrieved on cache misses, resulting in slightly better performance.
|
237 |
+
* Fix: Added a missing text domain.
|
238 |
+
* Improvement: Added help icon when user has no access restriction capabilities.
|
239 |
+
* Fix: Redirecting after group action in users screen to end up with a clean admin URL.
|
240 |
+
|
241 |
+
= 1.3.9 =
|
242 |
+
* Fix: added filter hooked on posts_where motivated by pagination issues - the posts must be filtered before the totals are calculated in WP_Query::get_posts().
|
243 |
+
* Improvement: modified the signature of the the_posts filter method in Groups_Post_Access to receive the $query by reference
|
244 |
+
* Improvement: a substantial improvement on overall performance is achieved by caching user capabilities and groups
|
245 |
+
* Fix: access restriction boxes showing capabilities that the user should not be allowed to set to restrict posts
|
246 |
+
* Fix: resolve user-capability when a capability is deleted
|
247 |
+
|
248 |
+
= 1.3.8 =
|
249 |
+
* Fix: using substitute wp_cache_switch_to_blog instead of deprecated function wp_cache_reset when available (from 3.5.0)
|
250 |
+
* Fix: don't show access restriction meta box on attachments, the option is added with the attachment fields (3.5 uses common post edit screen but save_post isn't triggered on attachments)
|
251 |
+
* Improvement: limiting choice of access restrictions to those the current user has
|
252 |
+
* Fix: restrict access to edit or delete posts based on the post's access restrictions
|
253 |
+
* Feature: added option to refresh capabilities
|
254 |
+
* Fix: replaced use of get_user_by() (memory leaks on large user sets) with query & added batch limit when adding users to Registered group on activation
|
255 |
+
|
256 |
+
= 1.3.7 =
|
257 |
+
* Fix: missing argument for meta box when saving a post
|
258 |
+
* Fix: Groups conflicting with other plugins adding columns to the Users screen (in the manage_users_custom_column filter) thanks to [Erwin](http://www.transpontine.com) who spotted this :)
|
259 |
+
|
260 |
+
= 1.3.6 =
|
261 |
+
* Replaced call to get_users() with query to avoid memory errors on activation with large users bases.
|
262 |
+
* Provided a default value for a method in Groups_Access_Meta_Boxes to avoid issues with other plugins or themes.
|
263 |
+
|
264 |
+
= 1.3.5 =
|
265 |
+
* Fixed out of memory issues with large user bases on Users > All Users page. Thanks to [Jason Glaspey](http://www.jasonglaspey.com) who spotted the issue :)
|
266 |
+
|
267 |
+
= 1.3.4 =
|
268 |
+
* WP 3.5 cosmetics
|
269 |
+
|
270 |
+
= 1.3.3 =
|
271 |
+
* WP 3.5 compatibility http://core.trac.wordpress.org/ticket/22262
|
272 |
+
|
273 |
+
= 1.3.2 =
|
274 |
+
* Fixed capabilities cannot be added or removed from groups in localized installations
|
275 |
+
|
276 |
+
= 1.3.1 =
|
277 |
+
* Added users property to Groups_Group
|
278 |
+
* Moved tests out of core folder
|
279 |
+
* Fixed missing $wpdb in Groups_Group's getter
|
280 |
+
* Added group filters on users admin section
|
281 |
+
|
282 |
+
= 1.3.0 =
|
283 |
+
* Added feature that allows to show access restrictions depending on post type
|
284 |
+
* Added support for access restrictions on Media
|
285 |
+
* Fixed issue, removed access restrictions offered on Links
|
286 |
+
|
287 |
+
= 1.2.5 =
|
288 |
+
* Added Spanish translation
|
289 |
+
|
290 |
+
= 1.2.4 =
|
291 |
+
* Minor improvements on Options screen
|
292 |
+
* Added show="users" option to [groups_group_info] shortcode which lists user logins for users in a group - rather experimental as it doesn't offer any sorting, pagination, linking or other options
|
293 |
+
|
294 |
+
= 1.2.3 =
|
295 |
+
* New shortcode [groups_join group="..."] lets a user join the given group
|
296 |
+
* New shortcode [groups_leave group="..."] lets a user leave the given group
|
297 |
+
|
298 |
+
= 1.2.2 =
|
299 |
+
* Revised styles
|
300 |
+
* WordPress 3.4 compatibility
|
301 |
+
* Dropping support for WordPress < 3.3
|
302 |
+
* Help uncluttered.
|
303 |
+
|
304 |
+
= 1.2.1 =
|
305 |
+
* Reduced files loaded on non-admin pages.
|
306 |
+
* Added Lithuanian translation.
|
307 |
+
* Changed help to use tabs.
|
308 |
+
|
309 |
+
= 1.2.0 =
|
310 |
+
* Access control is no longer restricted to the groups_read_post capability: now any capability can be used to limit access to posts so that different groups can be granted access to different sets of posts.
|
311 |
+
|
312 |
+
= 1.1.5 =
|
313 |
+
* Added shortcode & API functions [groups_user_group] / [groups_user_groups] that allows to show the list of groups the current user or a specific user belongs to
|
314 |
+
* Added shortcode & API functions [groups_groups]to show the site's list of groups
|
315 |
+
* Class comments.
|
316 |
+
|
317 |
+
= 1.1.4 =
|
318 |
+
* Reduced plugin admin footer.
|
319 |
+
|
320 |
+
= 1.1.3 =
|
321 |
+
* Added safety & warning to test page.
|
322 |
+
|
323 |
+
= 1.1.2 =
|
324 |
+
* Tested on WP 3.3.2
|
325 |
+
|
326 |
+
= 1.1.1 =
|
327 |
+
* Multisite: Fixed (removed) conditions that would only make Groups act on public and non-mature sites
|
328 |
+
* Multisite: Adding add/remove to group only on sites', not network users admin screen
|
329 |
+
* Multisite: Added constraint in user_register hook checking if the user is a member of the blog
|
330 |
+
|
331 |
+
= 1.1.0 =
|
332 |
+
* Added Groups menu to network admin
|
333 |
+
* Added option to delete plugin data for all sites on multisite installations; removed option for individual sites
|
334 |
+
* Improved activation and deactivation for network installs
|
335 |
+
* Increases column sizes on capabilities table and fixes cut-off capabilities delete_published_pages and delete_published_posts
|
336 |
+
|
337 |
+
= 1.0.0-beta-3d =
|
338 |
+
* Fixed issues caused by an excessively long index for the capability DB table.
|
339 |
+
Some installations wouldn't work correctly, showing no capabilities and making it impossible to add new ones.
|
340 |
+
* Taking into account blog charset/collation on newly created tables.
|
341 |
+
|
342 |
+
= 1.0.0-beta-3c =
|
343 |
+
* Groups shortcodes now allow nesting.
|
344 |
+
|
345 |
+
= 1.0.0-beta-3b =
|
346 |
+
* Fixed admin override option not being updated
|
347 |
+
* DB tables checked individually to create (motivated by case of all but capability table not being created)
|
348 |
+
|
349 |
+
= 1.0.0-beta-3 =
|
350 |
+
* Groups wouldn't activate due to a fatal error on WP <= 3.2.1 : is_user_member_of_blog() is defined in ms-functions.php
|
351 |
+
* Added [groups_group_info] shortcode
|
352 |
+
|
353 |
+
= 1.0.0-beta-2 =
|
354 |
+
* Increased length of capability.capability, capability.class, capability.object columns to support long capabilities.
|
355 |
+
* Improved admin CSS.
|
356 |
+
|
357 |
+
= 1.0.0-beta-1 =
|
358 |
+
* This is the first public beta release.
|
groups.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
* Plugin Name: Groups
|
22 |
* Plugin URI: http://www.itthinx.com/plugins/groups
|
23 |
* Description: Groups provides group-based user membership management, group-based capabilities and content access control.
|
24 |
-
* Version: 1.11.
|
25 |
* Author: itthinx
|
26 |
* Author URI: http://www.itthinx.com
|
27 |
* Donate-Link: http://www.itthinx.com
|
@@ -30,7 +30,7 @@
|
|
30 |
if ( !defined( 'ABSPATH' ) ) {
|
31 |
exit;
|
32 |
}
|
33 |
-
define( 'GROUPS_CORE_VERSION', '1.11.
|
34 |
define( 'GROUPS_FILE', __FILE__ );
|
35 |
if ( !defined( 'GROUPS_CORE_DIR' ) ) {
|
36 |
define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
21 |
* Plugin Name: Groups
|
22 |
* Plugin URI: http://www.itthinx.com/plugins/groups
|
23 |
* Description: Groups provides group-based user membership management, group-based capabilities and content access control.
|
24 |
+
* Version: 1.11.2
|
25 |
* Author: itthinx
|
26 |
* Author URI: http://www.itthinx.com
|
27 |
* Donate-Link: http://www.itthinx.com
|
30 |
if ( !defined( 'ABSPATH' ) ) {
|
31 |
exit;
|
32 |
}
|
33 |
+
define( 'GROUPS_CORE_VERSION', '1.11.2' );
|
34 |
define( 'GROUPS_FILE', __FILE__ );
|
35 |
if ( !defined( 'GROUPS_CORE_DIR' ) ) {
|
36 |
define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
languages/groups-de_DE.mo
CHANGED
Binary file
|
languages/groups-de_DE.po
CHANGED
@@ -7,8 +7,8 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: \n"
|
9 |
"Report-Msgid-Bugs-To: \n"
|
10 |
-
"POT-Creation-Date:
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: \n"
|
13 |
"Language-Team: itthinx.com\n"
|
14 |
"Language: de_DE\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
-
"X-Generator: Poedit 1.8.
|
20 |
|
21 |
#: lib/core/class-groups-pagination.php:140
|
22 |
#, php-format
|
@@ -32,7 +32,7 @@ msgstr "— Ohne Änderung —"
|
|
32 |
msgid "(only unrestricted)"
|
33 |
msgstr "(ohne Beschränkung)"
|
34 |
|
35 |
-
#: lib/admin/class-groups-admin-users.php:
|
36 |
msgid "--"
|
37 |
msgstr "--"
|
38 |
|
@@ -48,13 +48,13 @@ msgstr[1] "%s Elemente"
|
|
48 |
msgid "<span title=\"%s\">Access Restrictions</span>"
|
49 |
msgstr "<span title=\"%s\">Zugangsbeschränkungen</span>"
|
50 |
|
51 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
52 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
53 |
#, php-format
|
54 |
msgid "<strong>%s</strong>"
|
55 |
msgstr "<strong>%s</strong>"
|
56 |
|
57 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
58 |
msgid ""
|
59 |
"<sup>*</sup> For each capability, the groups that have the capability "
|
60 |
"assigned are shown within parenthesis. You can choose a capability by typing "
|
@@ -81,37 +81,36 @@ msgid "Access Restrictions"
|
|
81 |
msgstr "Zugangsbeschränkungen"
|
82 |
|
83 |
#: lib/admin/groups-admin-capabilities-add.php:34
|
84 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
85 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
86 |
#: lib/admin/groups-admin-capabilities-edit.php:35
|
|
|
87 |
#: lib/admin/groups-admin-capabilities-edit.php:100
|
88 |
-
#: lib/admin/groups-admin-capabilities-edit.php:104
|
89 |
#: lib/admin/groups-admin-capabilities-remove.php:35
|
|
|
90 |
#: lib/admin/groups-admin-capabilities-remove.php:87
|
91 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
92 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
93 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
94 |
-
#: lib/admin/groups-admin-capabilities-remove.php:187
|
95 |
#: lib/admin/groups-admin-capabilities.php:48
|
96 |
#: lib/admin/groups-admin-capabilities.php:141
|
97 |
#: lib/admin/groups-admin-capabilities.php:172
|
98 |
#: lib/admin/groups-admin-capabilities.php:178
|
99 |
#: lib/admin/groups-admin-groups-add.php:36
|
100 |
-
#: lib/admin/groups-admin-groups-add.php:
|
101 |
-
#: lib/admin/groups-admin-groups-add.php:
|
102 |
#: lib/admin/groups-admin-groups-edit.php:37
|
103 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
104 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
105 |
#: lib/admin/groups-admin-groups-remove.php:35
|
|
|
106 |
#: lib/admin/groups-admin-groups-remove.php:87
|
107 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
108 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
109 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
110 |
-
#: lib/admin/groups-admin-groups-remove.php:189
|
111 |
#: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
|
112 |
#: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
|
113 |
-
#: lib/admin/groups-admin-options.php:39
|
114 |
-
#: lib/admin/groups-admin-options.php:329
|
115 |
#: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
|
116 |
#: lib/test/groups-tests.php:391
|
117 |
msgid "Access denied."
|
@@ -121,11 +120,11 @@ msgstr "Zugriff verweigert."
|
|
121 |
msgid "Access restricions"
|
122 |
msgstr "Zugangsbeschränkungen"
|
123 |
|
124 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
125 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
126 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
127 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
128 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
129 |
msgid "Access restrictions"
|
130 |
msgstr "Zugangsbeschränkungen"
|
131 |
|
@@ -134,22 +133,22 @@ msgstr "Zugangsbeschränkungen"
|
|
134 |
msgid "Access restrictions …"
|
135 |
msgstr "Zugangsbeschränkungen …"
|
136 |
|
137 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
138 |
#: lib/admin/groups-admin-capabilities.php:201
|
139 |
#: lib/admin/groups-admin-groups-add.php:119
|
140 |
-
#: lib/admin/groups-admin-groups.php:
|
141 |
msgid "Add"
|
142 |
msgstr "Neu"
|
143 |
|
144 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
145 |
msgid "Add a new capability"
|
146 |
msgstr "Neue Kapazität hinzufügen"
|
147 |
|
148 |
-
#: lib/admin/groups-admin-groups-add.php:
|
149 |
msgid "Add a new group"
|
150 |
msgstr "Neue Gruppe hinzufügen"
|
151 |
|
152 |
-
#: lib/admin/groups-admin-groups.php:
|
153 |
msgid "Add capability"
|
154 |
msgstr "Neue Kapazität"
|
155 |
|
@@ -157,11 +156,15 @@ msgstr "Neue Kapazität"
|
|
157 |
msgid "Add restriction"
|
158 |
msgstr "Beschränkung hinzufügen"
|
159 |
|
160 |
-
#: lib/admin/class-groups-admin-users.php:
|
161 |
msgid "Add to group"
|
162 |
msgstr "Zur Gruppe hinzufügen"
|
163 |
|
164 |
-
#: lib/
|
|
|
|
|
|
|
|
|
165 |
msgid ""
|
166 |
"Adding the group and capability manually and enabling it for access "
|
167 |
"restriction"
|
@@ -189,16 +192,16 @@ msgstr ""
|
|
189 |
"Verwalter (mit der Administrator Rolle) können alle Zugriffsrechte "
|
190 |
"überbrücken."
|
191 |
|
192 |
-
#: lib/admin/class-groups-admin-users.php:
|
193 |
-
#: lib/admin/groups-admin-capabilities.php:
|
194 |
-
#: lib/admin/groups-admin-capabilities.php:
|
195 |
-
#: lib/admin/groups-admin-capabilities.php:
|
196 |
-
#: lib/admin/groups-admin-groups.php:
|
197 |
-
#: lib/admin/groups-admin-groups.php:
|
198 |
msgid "Apply"
|
199 |
msgstr "Anwenden"
|
200 |
|
201 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
202 |
msgid ""
|
203 |
"Become a member of the <em>Premium</em> group - this is required so you can "
|
204 |
"choose the <em>premium</em> capability to restrict access to a post."
|
@@ -207,12 +210,12 @@ msgstr ""
|
|
207 |
"<em>premium</em> Kapazität auswählen zu können mit der Zugang zu einem "
|
208 |
"Beitrag beschränkt wird."
|
209 |
|
210 |
-
#: lib/admin/groups-admin-capabilities.php:
|
211 |
-
#: lib/admin/groups-admin-groups.php:
|
212 |
msgid "Bulk Actions"
|
213 |
msgstr "Aktion wählen"
|
214 |
|
215 |
-
#: lib/admin/groups-admin-options.php:
|
216 |
msgid ""
|
217 |
"CAUTION: If this option is active while the plugin is deactivated, ALL "
|
218 |
"plugin settings and data will be DELETED for <strong>all sites</strong>. If "
|
@@ -243,65 +246,65 @@ msgstr ""
|
|
243 |
"erklären Sie sich damit einverstanden alleine verantwortlich für etwaige "
|
244 |
"Datenverluste sowie jede weitere Konsequenzen zu sein."
|
245 |
|
246 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
247 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
248 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
249 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
250 |
#: lib/admin/groups-admin-groups-add.php:121
|
251 |
#: lib/admin/groups-admin-groups-edit.php:160
|
252 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
253 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
254 |
msgid "Cancel"
|
255 |
msgstr "Abbrechen"
|
256 |
|
257 |
-
#: lib/admin/class-groups-admin.php:
|
258 |
-
#: lib/admin/groups-admin-capabilities.php:
|
259 |
-
#: lib/admin/groups-admin-groups-add.php:
|
260 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
261 |
-
#: lib/admin/groups-admin-groups.php:
|
262 |
-
#: lib/
|
263 |
msgid "Capabilities"
|
264 |
msgstr "Kapazitäten"
|
265 |
|
266 |
-
#: lib/admin/groups-admin-groups.php:
|
267 |
msgid "Capabilities …"
|
268 |
msgstr "Kapazitäten …"
|
269 |
|
270 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
271 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
272 |
-
#: lib/admin/groups-admin-capabilities.php:
|
273 |
-
#: lib/admin/groups-admin-capabilities.php:
|
274 |
msgid "Capability"
|
275 |
msgstr "Kapazität"
|
276 |
|
277 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
278 |
#, php-format
|
279 |
msgid "Capability : %s"
|
280 |
msgstr "Kapazität : %s"
|
281 |
|
282 |
-
#: lib/admin/groups-admin-capabilities.php:
|
283 |
-
msgid "Capability
|
284 |
-
msgstr "Kapazitäts-
|
285 |
|
286 |
#: lib/admin/class-groups-admin-posts.php:195
|
287 |
#: lib/admin/class-groups-admin-posts.php:196
|
288 |
msgid "Choose access restrictions …"
|
289 |
msgstr "Zugriffsbeschränkungen auswählen …"
|
290 |
|
291 |
-
#: lib/admin/groups-admin-groups-add.php:
|
292 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
293 |
msgid "Choose capabilities …"
|
294 |
msgstr "Kapazitäten auswählen …"
|
295 |
|
296 |
#: lib/admin/class-groups-admin-user-profile.php:100
|
297 |
#: lib/admin/class-groups-admin-user-profile.php:101
|
298 |
-
#: lib/admin/class-groups-admin-users.php:
|
299 |
-
#: lib/admin/class-groups-admin-users.php:
|
300 |
msgid "Choose groups …"
|
301 |
msgstr "Gruppen auswählen …"
|
302 |
|
303 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
304 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
305 |
msgid ""
|
306 |
"Choose one or more capabilities to restrict access. Groups that grant access "
|
307 |
"through the capabilities are shown in parenthesis. If no capabilities are "
|
@@ -314,24 +317,24 @@ msgstr ""
|
|
314 |
"Instant-Kästchen verwenden, um eine Gruppe und zugehörige Kapazität spontan "
|
315 |
"zu erstellen."
|
316 |
|
317 |
-
#: lib/admin/groups-admin-capabilities.php:
|
318 |
-
#: lib/admin/groups-admin-groups.php:
|
319 |
msgid "Clear"
|
320 |
msgstr "Säubern"
|
321 |
|
322 |
-
#: lib/admin/groups-admin-capabilities.php:
|
323 |
msgid "Click to add a new capability"
|
324 |
msgstr "Klicken um eine neue Kapazität zu erstellen"
|
325 |
|
326 |
-
#: lib/admin/groups-admin-groups.php:
|
327 |
msgid "Click to add a new group"
|
328 |
msgstr "Klicken um eine neue Gruppe zu erstellen"
|
329 |
|
330 |
-
#: lib/admin/groups-admin-capabilities.php:
|
331 |
msgid "Click to refresh capabilities"
|
332 |
msgstr "Klicken um die Kapazitäten zu aktualisieren"
|
333 |
|
334 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
335 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
336 |
msgstr ""
|
337 |
"Klicken zum Umschalten, ob gewährende Gruppen zu den Kapazitäten angezeigt "
|
@@ -341,7 +344,7 @@ msgstr ""
|
|
341 |
msgid "Deactivation and data persistence"
|
342 |
msgstr "Deaktivierung und Datenpersistenz"
|
343 |
|
344 |
-
#: lib/admin/groups-admin-options.php:
|
345 |
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
346 |
msgstr ""
|
347 |
"Alle Daten des Groups Plugins für ALLE Sites bei Netzwerkdeaktivierung "
|
@@ -351,12 +354,12 @@ msgstr ""
|
|
351 |
msgid "Delete all Groups plugin data on deactivation"
|
352 |
msgstr "Alle Daten des Groups Plugins bei deaktivierung löschen"
|
353 |
|
354 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
355 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
356 |
-
#: lib/admin/groups-admin-capabilities.php:
|
357 |
-
#: lib/admin/groups-admin-groups-add.php:
|
358 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
359 |
-
#: lib/admin/groups-admin-groups.php:
|
360 |
msgid "Description"
|
361 |
msgstr "Beschreibung"
|
362 |
|
@@ -369,21 +372,20 @@ msgstr ""
|
|
369 |
"bestehende Zugriffsbeschränkungen für einzelne Beiträge dieses Typs nicht "
|
370 |
"aufgehoben."
|
371 |
|
372 |
-
#: lib/admin/groups-admin-capabilities.php:
|
373 |
-
#: lib/admin/groups-admin-
|
374 |
-
#: lib/admin/groups-admin-groups.php:298 lib/admin/groups-admin-groups.php:455
|
375 |
msgid "Edit"
|
376 |
msgstr "Bearbeiten"
|
377 |
|
378 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
379 |
msgid "Edit a capability"
|
380 |
msgstr "Kapazität bearbeiten"
|
381 |
|
382 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
383 |
msgid "Edit a group"
|
384 |
msgstr "Gruppe bearbeiten"
|
385 |
|
386 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
387 |
msgid ""
|
388 |
"Edit the post for which you want to restrict access and choose<sup>*</sup> "
|
389 |
"the <em>premium</em> capability."
|
@@ -391,20 +393,20 @@ msgstr ""
|
|
391 |
"Bearbeiten Sie den Beitrag für den Sie Zugang beschränken möchten und "
|
392 |
"wählen<sup>*</sup> Sie die <em>premium</em> Kapazität aus."
|
393 |
|
394 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
395 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
396 |
msgid "Enforce read access"
|
397 |
msgstr "Lesezugriff beschränken"
|
398 |
|
399 |
#: lib/admin/groups-admin-options.php:193
|
400 |
msgid ""
|
401 |
"Enhanced functionality is available via official <a href=\"http://www."
|
402 |
-
"itthinx.com/
|
403 |
msgstr ""
|
404 |
-
"Zusätzliche
|
405 |
-
"
|
406 |
|
407 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
408 |
msgid ""
|
409 |
"Enter <em>Premium</em> in the quick-create field located in the Access "
|
410 |
"restrictions panel and save or update the post (or hit Enter)."
|
@@ -413,16 +415,16 @@ msgstr ""
|
|
413 |
"Schaltfläche der Zugangsbeschränkungen befindet, Speichern bzw. "
|
414 |
"Aktualisieren Sie den Beitrag."
|
415 |
|
416 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
417 |
msgid "Example:"
|
418 |
msgstr "Beispiel:"
|
419 |
|
420 |
-
#: lib/admin/groups-admin-capabilities.php:
|
421 |
-
#: lib/admin/groups-admin-groups.php:
|
422 |
msgid "Filters"
|
423 |
msgstr "Filter"
|
424 |
|
425 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
426 |
msgid ""
|
427 |
"Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
|
428 |
"capability."
|
@@ -430,14 +432,14 @@ msgstr ""
|
|
430 |
"Gehen Sie auf <strong>Groups > Kapazitäten</strong> und fügen Sie die "
|
431 |
"Kapazität <em>premium</em> hinzu."
|
432 |
|
433 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
434 |
msgid ""
|
435 |
"Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
|
436 |
msgstr ""
|
437 |
"Gehen Sie auf <strong>Groups > Gruppen</strong> und fügen Sie die Gruppe "
|
438 |
"<em>Premium</em> hinzu."
|
439 |
|
440 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
441 |
msgid ""
|
442 |
"Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
|
443 |
"capability to the <em>Premium</em> group."
|
@@ -445,7 +447,7 @@ msgstr ""
|
|
445 |
"Gehen Sie auf <strong>Groups > Gruppen</strong> und weisen Sie die Kapazität "
|
446 |
"<em>premium</em> der Gruppe <em>Premium</em> zu."
|
447 |
|
448 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
449 |
msgid ""
|
450 |
"Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
|
451 |
"capability to restrict access."
|
@@ -453,33 +455,33 @@ msgstr ""
|
|
453 |
"Gehen Sie auf <strong>Groups > Optionen</strong> und aktivieren Sie die "
|
454 |
"Kapazität <em>premium</em> zur Zugangsbeschränkung."
|
455 |
|
456 |
-
#: lib/admin/groups-admin-groups.php:
|
457 |
msgid "Group"
|
458 |
msgstr "Gruppe"
|
459 |
|
460 |
-
#: lib/admin/class-groups-admin-users.php:
|
461 |
msgid "Group Actions"
|
462 |
msgstr "Gruppenaktionen"
|
463 |
|
464 |
-
#: lib/admin/groups-admin-groups.php:
|
465 |
-
msgid "Group
|
466 |
-
msgstr "Gruppen-
|
467 |
|
468 |
-
#: lib/admin/groups-admin-groups.php:
|
469 |
msgid "Group Name"
|
470 |
msgstr "Gruppenname"
|
471 |
|
472 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
473 |
#, php-format
|
474 |
msgid "Group Name : %s"
|
475 |
msgstr "Gruppenname : %s"
|
476 |
|
477 |
#: lib/admin/class-groups-admin-user-profile.php:66
|
478 |
#: lib/admin/class-groups-admin-user-profile.php:90
|
479 |
-
#: lib/admin/class-groups-admin-users.php:
|
480 |
-
#: lib/admin/class-groups-admin.php:
|
481 |
-
#: lib/admin/class-groups-admin.php:
|
482 |
-
#: lib/core/class-groups-help.php:
|
483 |
msgid "Groups"
|
484 |
msgstr "Groups"
|
485 |
|
@@ -488,29 +490,32 @@ msgctxt "menu item title"
|
|
488 |
msgid "Groups"
|
489 |
msgstr "Gruppen"
|
490 |
|
491 |
-
#: lib/admin/class-groups-admin.php:158
|
492 |
-
msgctxt "menu-title"
|
493 |
-
msgid "Groups"
|
494 |
-
msgstr "Groups"
|
495 |
-
|
496 |
-
#: lib/admin/class-groups-admin.php:157 lib/admin/groups-admin-groups.php:200
|
497 |
msgctxt "page-title"
|
498 |
msgid "Groups"
|
499 |
msgstr "Gruppen"
|
500 |
|
501 |
-
#: lib/admin/class-groups-admin.php:
|
|
|
|
|
|
|
|
|
502 |
msgid "Groups Capabilities"
|
503 |
msgstr "Gruppenkapazitäten"
|
504 |
|
505 |
-
#: lib/admin/groups-admin-options.php:
|
|
|
|
|
|
|
|
|
506 |
msgid "Groups network options"
|
507 |
msgstr "Groups Netzwerkoptionen"
|
508 |
|
509 |
-
#: lib/admin/class-groups-admin.php:
|
510 |
msgid "Groups options"
|
511 |
msgstr "Groups Optionen"
|
512 |
|
513 |
-
#: lib/core/class-groups-help.php:
|
514 |
msgid ""
|
515 |
"Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
|
516 |
"strong> groups."
|
@@ -518,10 +523,10 @@ msgstr ""
|
|
518 |
"Hier können Sie Gruppen <strong>hinzufügen</strong>, <strong>bearbeiten</"
|
519 |
"strong> und <strong>löschen</strong>."
|
520 |
|
521 |
-
#: lib/admin/groups-admin-capabilities.php:
|
522 |
-
#: lib/admin/groups-admin-groups.php:
|
523 |
-
msgid "
|
524 |
-
msgstr "
|
525 |
|
526 |
#: lib/admin/groups-admin-options.php:299
|
527 |
msgid "If you lock yourself out, please ask an administrator to help."
|
@@ -538,7 +543,7 @@ msgstr ""
|
|
538 |
"sein. Die ausgewählten Kapazitäten stehen dann für die Beschränkung von "
|
539 |
"Beiträgen zur Verfügung."
|
540 |
|
541 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
542 |
msgid "Inherited capabilities:"
|
543 |
msgstr "Geerbte Kapazitäten:"
|
544 |
|
@@ -552,7 +557,7 @@ msgstr "Der Gruppe %s beitreten"
|
|
552 |
msgid "Leave the %s group"
|
553 |
msgstr "Die Gruppe %s verlassen"
|
554 |
|
555 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
556 |
msgid ""
|
557 |
"Let's assume that you want to limit the visibility of a post to members of "
|
558 |
"the <em>Premium</em> group."
|
@@ -564,12 +569,12 @@ msgstr ""
|
|
564 |
msgid "Log out"
|
565 |
msgstr "Abmelden"
|
566 |
|
567 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
568 |
msgid "Media"
|
569 |
msgstr "Medien"
|
570 |
|
571 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
572 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
573 |
#, php-format
|
574 |
msgid "Members of the %1$s group can access this %2$s through this capability."
|
575 |
msgid_plural ""
|
@@ -581,25 +586,25 @@ msgstr[1] ""
|
|
581 |
"Mitglieder der Gruppen %1$s können über diese Kapazität auf diese(n) %2$s "
|
582 |
"zugreifen."
|
583 |
|
584 |
-
#: lib/admin/groups-admin-groups-add.php:
|
585 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
586 |
msgid "Name"
|
587 |
msgstr "Name"
|
588 |
|
589 |
-
#: lib/admin/groups-admin-options.php:
|
590 |
msgid "Network deactivation and data persistence"
|
591 |
msgstr "Netzwerkdeaktivation und Datenpersistenz"
|
592 |
|
593 |
-
#: lib/admin/groups-admin-capabilities.php:
|
594 |
msgid "New Capability"
|
595 |
msgstr "Neue Kapazität"
|
596 |
|
597 |
-
#: lib/admin/groups-admin-groups.php:
|
598 |
msgid "New Group"
|
599 |
msgstr "Neue Gruppe"
|
600 |
|
601 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
602 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
603 |
msgid ""
|
604 |
"No groups grant access through this capability. To grant access to group "
|
605 |
"members using this capability, you should assign it to a group and enable "
|
@@ -613,7 +618,7 @@ msgstr ""
|
|
613 |
msgid "No new capabilities have been found."
|
614 |
msgstr "Es wurden keine neuen Kapazitäten gefunden."
|
615 |
|
616 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
617 |
msgid "No such capabilities."
|
618 |
msgstr "Solche Kapazitäten sind nicht vorhanden."
|
619 |
|
@@ -627,11 +632,11 @@ msgstr "Diese Kapazität ist nicht vorhanden."
|
|
627 |
msgid "No such group."
|
628 |
msgstr "Diese Gruppe ist nicht vorhanden."
|
629 |
|
630 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
631 |
msgid "No such groups."
|
632 |
msgstr "Solche Gruppen sind nicht vorhanden."
|
633 |
|
634 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
635 |
msgid ""
|
636 |
"Note that you must be a member of a group that has such a capability "
|
637 |
"assigned."
|
@@ -650,8 +655,8 @@ msgstr[1] "%d Kapazitäten wurden hinzugefügt."
|
|
650 |
msgid "One or more capabilities required to read the entry."
|
651 |
msgstr "Eine oder mehr Kapazitäten sind benötigt um den Beitrag zu lesen."
|
652 |
|
653 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
654 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
655 |
#, php-format
|
656 |
msgid ""
|
657 |
"Only groups or users that have one of the selected capabilities are allowed "
|
@@ -660,8 +665,8 @@ msgstr ""
|
|
660 |
"Nur Gruppen oder Benutzer die eine der gewählten Kapazitäten haben ist es "
|
661 |
"gestattet diese(n) %s zu lesen."
|
662 |
|
663 |
-
#: lib/admin/class-groups-admin.php:
|
664 |
-
#: lib/core/class-groups-help.php:
|
665 |
msgid "Options"
|
666 |
msgstr "Optionen"
|
667 |
|
@@ -669,8 +674,8 @@ msgstr "Optionen"
|
|
669 |
msgid "Options saved."
|
670 |
msgstr "Optionen gespeichert."
|
671 |
|
672 |
-
#: lib/admin/groups-admin-groups-add.php:
|
673 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
674 |
msgid "Parent"
|
675 |
msgstr "Vorläufer"
|
676 |
|
@@ -678,14 +683,14 @@ msgstr "Vorläufer"
|
|
678 |
msgid "Permissions"
|
679 |
msgstr "Berechtigungen"
|
680 |
|
681 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
682 |
msgid ""
|
683 |
"Please confirm removal of the following groups. This action cannot be undone."
|
684 |
msgstr ""
|
685 |
"Bitte bestätigen Sie dass folgende Gruppen gelöscht werden. Diese Aktion "
|
686 |
"kann nicht rückgängig gemacht werden."
|
687 |
|
688 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
689 |
msgid ""
|
690 |
"Please confirm to remove the following capabilities. This action cannot be "
|
691 |
"undone."
|
@@ -693,7 +698,16 @@ msgstr ""
|
|
693 |
"Bitte bestätigen Sie dass folgende Kapazitäten gelöscht werden. Diese Aktion "
|
694 |
"kann nicht rückgängig gemacht werden."
|
695 |
|
696 |
-
#: lib/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
697 |
msgid "Post"
|
698 |
msgstr "Beitrag"
|
699 |
|
@@ -701,7 +715,7 @@ msgstr "Beitrag"
|
|
701 |
msgid "Post types"
|
702 |
msgstr "Beitragstypen"
|
703 |
|
704 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
705 |
msgid "Quick-create group & capability"
|
706 |
msgstr "Instant Gruppe & Kapazität"
|
707 |
|
@@ -709,7 +723,16 @@ msgstr "Instant Gruppe & Kapazität"
|
|
709 |
msgid "Read Post"
|
710 |
msgstr "Beitrag Lesen"
|
711 |
|
712 |
-
#: lib/admin/groups-admin-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
713 |
msgid "Refresh"
|
714 |
msgstr "Aktualisieren"
|
715 |
|
@@ -717,42 +740,41 @@ msgstr "Aktualisieren"
|
|
717 |
msgid "Registered"
|
718 |
msgstr "Registriert"
|
719 |
|
720 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
721 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
722 |
-
#: lib/admin/groups-admin-capabilities.php:
|
723 |
-
#: lib/admin/groups-admin-capabilities.php:
|
724 |
-
#: lib/admin/groups-admin-
|
725 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
726 |
-
#: lib/admin/groups-admin-groups
|
727 |
-
#: lib/admin/groups-admin-groups.php:299 lib/admin/groups-admin-groups.php:460
|
728 |
msgid "Remove"
|
729 |
msgstr "Löschen"
|
730 |
|
731 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
732 |
msgid "Remove a capability"
|
733 |
msgstr "Eine Kapazität löschen"
|
734 |
|
735 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
736 |
msgid "Remove a group"
|
737 |
msgstr "Eine Gruppe löschen"
|
738 |
|
739 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
740 |
msgid "Remove capabilities"
|
741 |
msgstr "Kapazitäten löschen"
|
742 |
|
743 |
-
#: lib/admin/groups-admin-groups.php:
|
744 |
msgid "Remove capability"
|
745 |
msgstr "Kapazität löschen"
|
746 |
|
747 |
-
#: lib/admin/class-groups-admin-users.php:
|
748 |
msgid "Remove from group"
|
749 |
msgstr "Von der Gruppe entfernen"
|
750 |
|
751 |
-
#: lib/admin/groups-admin-groups.php:
|
752 |
msgid "Remove group"
|
753 |
msgstr "Gruppe entfernen"
|
754 |
|
755 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
756 |
msgid "Remove groups"
|
757 |
msgstr "Gruppen entfernen"
|
758 |
|
@@ -760,8 +782,8 @@ msgstr "Gruppen entfernen"
|
|
760 |
msgid "Remove restriction"
|
761 |
msgstr "Beschränkung entfernen"
|
762 |
|
763 |
-
#: lib/admin/groups-admin-capabilities.php:
|
764 |
-
#: lib/admin/groups-admin-groups.php:
|
765 |
msgid "Results per page"
|
766 |
msgstr "Ergebnisse pro Seite"
|
767 |
|
@@ -769,11 +791,11 @@ msgstr "Ergebnisse pro Seite"
|
|
769 |
msgid "Role"
|
770 |
msgstr "Rolle"
|
771 |
|
772 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
773 |
#: lib/admin/groups-admin-groups-edit.php:158
|
774 |
#: lib/admin/groups-admin-options.php:205
|
775 |
#: lib/admin/groups-admin-options.php:317
|
776 |
-
#: lib/admin/groups-admin-options.php:
|
777 |
msgid "Save"
|
778 |
msgstr "Speichern"
|
779 |
|
@@ -781,7 +803,7 @@ msgstr "Speichern"
|
|
781 |
msgid "Show access restrictions for these post types."
|
782 |
msgstr "Zugangsbeschränkungen für diese Beitragstypen zeigen."
|
783 |
|
784 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
785 |
msgid "Show groups"
|
786 |
msgstr "Gruppen zeigen"
|
787 |
|
@@ -793,7 +815,7 @@ msgstr "Gruppen in Benutzerprofilen zeigen"
|
|
793 |
msgid "Show the Groups tree view."
|
794 |
msgstr "Die Baumansicht von Groups anzeigen."
|
795 |
|
796 |
-
#: lib/core/class-groups-help.php:
|
797 |
msgid ""
|
798 |
"Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
|
799 |
"\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
|
@@ -803,7 +825,7 @@ msgstr ""
|
|
803 |
"target=\"_blank\">Groups</a> von <a href=\"http://www.itthinx.com\" target="
|
804 |
"\"_blank\">itthinx</a>."
|
805 |
|
806 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
807 |
#, php-format
|
808 |
msgid ""
|
809 |
"The <em>%s</em> capability already exists and cannot be assigned to this one."
|
@@ -811,12 +833,12 @@ msgstr ""
|
|
811 |
"Die Kapazität <em>%s</em> existiert bereits und kann nicht dieser zugewiesen "
|
812 |
"werden."
|
813 |
|
814 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
815 |
#, php-format
|
816 |
msgid "The <em>%s</em> capability already exists."
|
817 |
msgstr "Die Kapazität <em>%s</em> existiert bereits."
|
818 |
|
819 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
820 |
#, php-format
|
821 |
msgid "The <em>%s</em> capability could not be updated."
|
822 |
msgstr "Die Kapazität <em>%s</em> konnte nicht aktualisiert werden."
|
@@ -831,7 +853,7 @@ msgstr "Die Kapazität <em>%s</em> wurde erstellt."
|
|
831 |
msgid "The <em>%s</em> capability has been updated."
|
832 |
msgstr "Die Kapazität <em>%s</em> wurde aktualisiert."
|
833 |
|
834 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
835 |
#, php-format
|
836 |
msgid ""
|
837 |
"The <em>%s</em> group already exists and cannot be used to name this one."
|
@@ -839,7 +861,7 @@ msgstr ""
|
|
839 |
"Die Gruppe <em>%s</em> existiert bereits and kann nicht als Name für diese "
|
840 |
"verwendet werden."
|
841 |
|
842 |
-
#: lib/admin/groups-admin-groups-add.php:
|
843 |
#, php-format
|
844 |
msgid "The <em>%s</em> group already exists."
|
845 |
msgstr "Die Gruppe <em>%s</em> existiert bereits."
|
@@ -854,12 +876,12 @@ msgstr "Die Gruppe <em>%s</em> wurde erstellt."
|
|
854 |
msgid "The <em>%s</em> group has been updated."
|
855 |
msgstr "Die Gruppe <em>%s</em> wurde aktualisiert."
|
856 |
|
857 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
858 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
859 |
msgid "The <em>Capability</em> must not be empty."
|
860 |
msgstr "Die <em>Kapazität</em> darf nicht leer sein."
|
861 |
|
862 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
863 |
msgid "The <em>Name</em> must not be empty."
|
864 |
msgstr "Der <em>Name</em> darf nicht leer sein."
|
865 |
|
@@ -867,11 +889,11 @@ msgstr "Der <em>Name</em> darf nicht leer sein."
|
|
867 |
msgid "The capability has been deleted."
|
868 |
msgstr "Die Kapazität wurde gelöscht."
|
869 |
|
870 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
871 |
msgid "The chosen capabilities are assigned to the group."
|
872 |
msgstr "Die ausgewählten Kapazitäten werden der Gruppe zugewiesen."
|
873 |
|
874 |
-
#: lib/core/class-groups-help.php:
|
875 |
msgid ""
|
876 |
"The complete documentation is available on the <a href=\"http://docs.itthinx."
|
877 |
"com/document/groups\">Documentation</a> pages for Groups."
|
@@ -883,15 +905,15 @@ msgstr ""
|
|
883 |
msgid "The group has been deleted."
|
884 |
msgstr "Die Gruppe wurde gelöscht."
|
885 |
|
886 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
887 |
msgid "The manual way:"
|
888 |
msgstr "Der manuelle Weg:"
|
889 |
|
890 |
-
#: lib/admin/groups-admin-groups-add.php:
|
891 |
msgid "The name must not be empty."
|
892 |
msgstr "Der Name darf nicht leer sein."
|
893 |
|
894 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
895 |
msgid "The quick way:"
|
896 |
msgstr "Der schnelle Weg:"
|
897 |
|
@@ -899,12 +921,12 @@ msgstr "Der schnelle Weg:"
|
|
899 |
msgid "The user is a member of the chosen groups."
|
900 |
msgstr "Der Benutzer ist Mitglied der ausgewählten Gruppen."
|
901 |
|
902 |
-
#: lib/admin/groups-admin-capabilities.php:
|
903 |
-
#: lib/admin/groups-admin-groups.php:
|
904 |
msgid "There are no results."
|
905 |
msgstr "Es liegen keine Resultate vor."
|
906 |
|
907 |
-
#: lib/admin/groups-admin-groups-add.php:
|
908 |
msgid "These capabilities will be assigned to the group."
|
909 |
msgstr "Diese Kapazitäten werden der Gruppe zugewiesen."
|
910 |
|
@@ -923,11 +945,11 @@ msgstr ""
|
|
923 |
"Dies bestimmt für welche Beitragstypen Einstellungen zur Zugangsbeschränkung "
|
924 |
"angeboten werden."
|
925 |
|
926 |
-
#: lib/admin/groups-admin-groups.php:
|
927 |
msgid "This group has no capabilities."
|
928 |
msgstr "Diese Gruppe hat keine Kapazitäten."
|
929 |
|
930 |
-
#: lib/admin/class-groups-admin.php:
|
931 |
msgid "Tree"
|
932 |
msgstr "Baum"
|
933 |
|
@@ -939,7 +961,7 @@ msgstr "Gruppenbaum"
|
|
939 |
msgid "Tree view"
|
940 |
msgstr "Baumansicht"
|
941 |
|
942 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
943 |
msgid ""
|
944 |
"Try the quick-create field first. Unless you need a more complex setup, "
|
945 |
"there is no reason to go this way instead."
|
@@ -947,13 +969,13 @@ msgstr ""
|
|
947 |
"Probieren Sie das Instant-Feld zuerst aus. Es gibt keinen Grund diesen Weg "
|
948 |
"zu gehen, ausser Sie benötigen eine komplexere Einrichtung."
|
949 |
|
|
|
950 |
#: lib/access/class-groups-access-meta-boxes.php:211
|
951 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
952 |
-
#: lib/access/class-groups-access-meta-boxes.php:550
|
953 |
msgid "Type and choose …"
|
954 |
msgstr "Tippen und wählen …"
|
955 |
|
956 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
957 |
msgid ""
|
958 |
"Use the <em>Access restrictions</em> box to limit the visibility of posts, "
|
959 |
"pages and other post types."
|
@@ -965,11 +987,11 @@ msgstr ""
|
|
965 |
msgid "User profiles"
|
966 |
msgstr "Benutzerprofile"
|
967 |
|
968 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
969 |
msgid "Using the quick-create field"
|
970 |
msgstr "Verwendung des Instant-Feldes"
|
971 |
|
972 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
973 |
msgid ""
|
974 |
"Using the quick-create field, you can create a new group and capability. The "
|
975 |
"capability will be assigned to the group and enabled to enforce read access. "
|
@@ -995,7 +1017,7 @@ msgstr ""
|
|
995 |
msgid "You are a member of the %s group."
|
996 |
msgstr "Sie sind Mitglied der Gruppe %s."
|
997 |
|
998 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
999 |
msgid ""
|
1000 |
"You can create a new group and capability here. The capability will be "
|
1001 |
"assigned to the group and enabled to enforce read access. Group names are "
|
@@ -1016,7 +1038,7 @@ msgstr ""
|
|
1016 |
"aktiviert. Um die Kapazität verwenden zu können, wird ihr Benutzerkonto der "
|
1017 |
"Gruppe hinzugefügt."
|
1018 |
|
1019 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1020 |
msgid ""
|
1021 |
"You can select one or more capabilities that are enabled for access "
|
1022 |
"restriction."
|
@@ -1024,7 +1046,7 @@ msgstr ""
|
|
1024 |
"Sie können eine oder mehrere Kapazitäten auswählen die zur "
|
1025 |
"Zugriffsbeschränkung aktiviert sind."
|
1026 |
|
1027 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1028 |
msgid "You cannot set any access restrictions."
|
1029 |
msgstr "Sie können keine Zugriffsbeschränkungen setzen."
|
1030 |
|
@@ -1038,10 +1060,30 @@ msgstr "Sie sind der Gruppe %s beigetreten."
|
|
1038 |
msgid "You have left the %s group."
|
1039 |
msgstr "Sie haben die Gruppe %s verlassen."
|
1040 |
|
1041 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1042 |
msgid ""
|
1043 |
"You must be in a group that has at least one capability enabled to enforce "
|
1044 |
"read access."
|
1045 |
msgstr ""
|
1046 |
"Sie müssen in einer Gruppe sein die zumindest eine Kapazität hat die zur "
|
1047 |
"Zugriffsbeschränkung aktiviert ist."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: \n"
|
9 |
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2016-07-11 18:42+0200\n"
|
11 |
+
"PO-Revision-Date: 2016-07-11 18:47+0200\n"
|
12 |
"Last-Translator: \n"
|
13 |
"Language-Team: itthinx.com\n"
|
14 |
"Language: de_DE\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
+
"X-Generator: Poedit 1.8.8\n"
|
20 |
|
21 |
#: lib/core/class-groups-pagination.php:140
|
22 |
#, php-format
|
32 |
msgid "(only unrestricted)"
|
33 |
msgstr "(ohne Beschränkung)"
|
34 |
|
35 |
+
#: lib/admin/class-groups-admin-users.php:336
|
36 |
msgid "--"
|
37 |
msgstr "--"
|
38 |
|
48 |
msgid "<span title=\"%s\">Access Restrictions</span>"
|
49 |
msgstr "<span title=\"%s\">Zugangsbeschränkungen</span>"
|
50 |
|
51 |
+
#: lib/admin/groups-admin-capabilities-remove.php:145
|
52 |
+
#: lib/admin/groups-admin-groups-remove.php:149
|
53 |
#, php-format
|
54 |
msgid "<strong>%s</strong>"
|
55 |
msgstr "<strong>%s</strong>"
|
56 |
|
57 |
+
#: lib/access/class-groups-access-meta-boxes.php:162
|
58 |
msgid ""
|
59 |
"<sup>*</sup> For each capability, the groups that have the capability "
|
60 |
"assigned are shown within parenthesis. You can choose a capability by typing "
|
81 |
msgstr "Zugangsbeschränkungen"
|
82 |
|
83 |
#: lib/admin/groups-admin-capabilities-add.php:34
|
84 |
+
#: lib/admin/groups-admin-capabilities-add.php:89
|
85 |
+
#: lib/admin/groups-admin-capabilities-add.php:93
|
86 |
#: lib/admin/groups-admin-capabilities-edit.php:35
|
87 |
+
#: lib/admin/groups-admin-capabilities-edit.php:96
|
88 |
#: lib/admin/groups-admin-capabilities-edit.php:100
|
|
|
89 |
#: lib/admin/groups-admin-capabilities-remove.php:35
|
90 |
+
#: lib/admin/groups-admin-capabilities-remove.php:83
|
91 |
#: lib/admin/groups-admin-capabilities-remove.php:87
|
92 |
+
#: lib/admin/groups-admin-capabilities-remove.php:110
|
93 |
+
#: lib/admin/groups-admin-capabilities-remove.php:175
|
94 |
+
#: lib/admin/groups-admin-capabilities-remove.php:179
|
|
|
95 |
#: lib/admin/groups-admin-capabilities.php:48
|
96 |
#: lib/admin/groups-admin-capabilities.php:141
|
97 |
#: lib/admin/groups-admin-capabilities.php:172
|
98 |
#: lib/admin/groups-admin-capabilities.php:178
|
99 |
#: lib/admin/groups-admin-groups-add.php:36
|
100 |
+
#: lib/admin/groups-admin-groups-add.php:139
|
101 |
+
#: lib/admin/groups-admin-groups-add.php:143
|
102 |
#: lib/admin/groups-admin-groups-edit.php:37
|
103 |
+
#: lib/admin/groups-admin-groups-edit.php:176
|
104 |
+
#: lib/admin/groups-admin-groups-edit.php:180
|
105 |
#: lib/admin/groups-admin-groups-remove.php:35
|
106 |
+
#: lib/admin/groups-admin-groups-remove.php:83
|
107 |
#: lib/admin/groups-admin-groups-remove.php:87
|
108 |
+
#: lib/admin/groups-admin-groups-remove.php:110
|
109 |
+
#: lib/admin/groups-admin-groups-remove.php:177
|
110 |
+
#: lib/admin/groups-admin-groups-remove.php:181
|
|
|
111 |
#: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
|
112 |
#: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
|
113 |
+
#: lib/admin/groups-admin-options.php:39 lib/admin/groups-admin-options.php:328
|
|
|
114 |
#: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
|
115 |
#: lib/test/groups-tests.php:391
|
116 |
msgid "Access denied."
|
120 |
msgid "Access restricions"
|
121 |
msgstr "Zugangsbeschränkungen"
|
122 |
|
123 |
+
#: lib/access/class-groups-access-meta-boxes.php:95
|
124 |
+
#: lib/access/class-groups-access-meta-boxes.php:105
|
125 |
+
#: lib/access/class-groups-access-meta-boxes.php:119
|
126 |
+
#: lib/access/class-groups-access-meta-boxes.php:122
|
127 |
+
#: lib/access/class-groups-access-meta-boxes.php:611
|
128 |
msgid "Access restrictions"
|
129 |
msgstr "Zugangsbeschränkungen"
|
130 |
|
133 |
msgid "Access restrictions …"
|
134 |
msgstr "Zugangsbeschränkungen …"
|
135 |
|
136 |
+
#: lib/admin/groups-admin-capabilities-add.php:68
|
137 |
#: lib/admin/groups-admin-capabilities.php:201
|
138 |
#: lib/admin/groups-admin-groups-add.php:119
|
139 |
+
#: lib/admin/groups-admin-groups.php:207
|
140 |
msgid "Add"
|
141 |
msgstr "Neu"
|
142 |
|
143 |
+
#: lib/admin/groups-admin-capabilities-add.php:50
|
144 |
msgid "Add a new capability"
|
145 |
msgstr "Neue Kapazität hinzufügen"
|
146 |
|
147 |
+
#: lib/admin/groups-admin-groups-add.php:59
|
148 |
msgid "Add a new group"
|
149 |
msgstr "Neue Gruppe hinzufügen"
|
150 |
|
151 |
+
#: lib/admin/groups-admin-groups.php:382
|
152 |
msgid "Add capability"
|
153 |
msgstr "Neue Kapazität"
|
154 |
|
156 |
msgid "Add restriction"
|
157 |
msgstr "Beschränkung hinzufügen"
|
158 |
|
159 |
+
#: lib/admin/class-groups-admin-users.php:189
|
160 |
msgid "Add to group"
|
161 |
msgstr "Zur Gruppe hinzufügen"
|
162 |
|
163 |
+
#: lib/admin/class-groups-admin.php:221 lib/admin/groups-admin-add-ons.php:34
|
164 |
+
msgid "Add-Ons"
|
165 |
+
msgstr "Add-Ons"
|
166 |
+
|
167 |
+
#: lib/access/class-groups-access-meta-boxes.php:148
|
168 |
msgid ""
|
169 |
"Adding the group and capability manually and enabling it for access "
|
170 |
"restriction"
|
192 |
"Verwalter (mit der Administrator Rolle) können alle Zugriffsrechte "
|
193 |
"überbrücken."
|
194 |
|
195 |
+
#: lib/admin/class-groups-admin-users.php:192
|
196 |
+
#: lib/admin/groups-admin-capabilities.php:334
|
197 |
+
#: lib/admin/groups-admin-capabilities.php:360
|
198 |
+
#: lib/admin/groups-admin-capabilities.php:374
|
199 |
+
#: lib/admin/groups-admin-groups.php:323 lib/admin/groups-admin-groups.php:349
|
200 |
+
#: lib/admin/groups-admin-groups.php:385
|
201 |
msgid "Apply"
|
202 |
msgstr "Anwenden"
|
203 |
|
204 |
+
#: lib/access/class-groups-access-meta-boxes.php:158
|
205 |
msgid ""
|
206 |
"Become a member of the <em>Premium</em> group - this is required so you can "
|
207 |
"choose the <em>premium</em> capability to restrict access to a post."
|
210 |
"<em>premium</em> Kapazität auswählen zu können mit der Zugang zu einem "
|
211 |
"Beitrag beschränkt wird."
|
212 |
|
213 |
+
#: lib/admin/groups-admin-capabilities.php:371
|
214 |
+
#: lib/admin/groups-admin-groups.php:380
|
215 |
msgid "Bulk Actions"
|
216 |
msgstr "Aktion wählen"
|
217 |
|
218 |
+
#: lib/admin/groups-admin-options.php:362
|
219 |
msgid ""
|
220 |
"CAUTION: If this option is active while the plugin is deactivated, ALL "
|
221 |
"plugin settings and data will be DELETED for <strong>all sites</strong>. If "
|
246 |
"erklären Sie sich damit einverstanden alleine verantwortlich für etwaige "
|
247 |
"Datenverluste sowie jede weitere Konsequenzen zu sein."
|
248 |
|
249 |
+
#: lib/admin/groups-admin-capabilities-add.php:70
|
250 |
+
#: lib/admin/groups-admin-capabilities-edit.php:79
|
251 |
+
#: lib/admin/groups-admin-capabilities-remove.php:64
|
252 |
+
#: lib/admin/groups-admin-capabilities-remove.php:150
|
253 |
#: lib/admin/groups-admin-groups-add.php:121
|
254 |
#: lib/admin/groups-admin-groups-edit.php:160
|
255 |
+
#: lib/admin/groups-admin-groups-remove.php:64
|
256 |
+
#: lib/admin/groups-admin-groups-remove.php:154
|
257 |
msgid "Cancel"
|
258 |
msgstr "Abbrechen"
|
259 |
|
260 |
+
#: lib/admin/class-groups-admin.php:195
|
261 |
+
#: lib/admin/groups-admin-capabilities.php:192
|
262 |
+
#: lib/admin/groups-admin-groups-add.php:97
|
263 |
+
#: lib/admin/groups-admin-groups-edit.php:117
|
264 |
+
#: lib/admin/groups-admin-groups.php:306 lib/admin/groups-admin-options.php:251
|
265 |
+
#: lib/core/class-groups-help.php:71
|
266 |
msgid "Capabilities"
|
267 |
msgstr "Kapazitäten"
|
268 |
|
269 |
+
#: lib/admin/groups-admin-groups.php:361 lib/admin/groups-admin-groups.php:362
|
270 |
msgid "Capabilities …"
|
271 |
msgstr "Kapazitäten …"
|
272 |
|
273 |
+
#: lib/admin/groups-admin-capabilities-add.php:57
|
274 |
+
#: lib/admin/groups-admin-capabilities-edit.php:66
|
275 |
+
#: lib/admin/groups-admin-capabilities.php:314
|
276 |
+
#: lib/admin/groups-admin-capabilities.php:330
|
277 |
msgid "Capability"
|
278 |
msgstr "Kapazität"
|
279 |
|
280 |
+
#: lib/admin/groups-admin-capabilities-remove.php:59
|
281 |
#, php-format
|
282 |
msgid "Capability : %s"
|
283 |
msgstr "Kapazität : %s"
|
284 |
|
285 |
+
#: lib/admin/groups-admin-capabilities.php:326
|
286 |
+
msgid "Capability ID"
|
287 |
+
msgstr "Kapazitäts-ID"
|
288 |
|
289 |
#: lib/admin/class-groups-admin-posts.php:195
|
290 |
#: lib/admin/class-groups-admin-posts.php:196
|
291 |
msgid "Choose access restrictions …"
|
292 |
msgstr "Zugriffsbeschränkungen auswählen …"
|
293 |
|
294 |
+
#: lib/admin/groups-admin-groups-add.php:100
|
295 |
+
#: lib/admin/groups-admin-groups-edit.php:120
|
296 |
msgid "Choose capabilities …"
|
297 |
msgstr "Kapazitäten auswählen …"
|
298 |
|
299 |
#: lib/admin/class-groups-admin-user-profile.php:100
|
300 |
#: lib/admin/class-groups-admin-user-profile.php:101
|
301 |
+
#: lib/admin/class-groups-admin-users.php:171
|
302 |
+
#: lib/admin/class-groups-admin-users.php:172
|
303 |
msgid "Choose groups …"
|
304 |
msgstr "Gruppen auswählen …"
|
305 |
|
306 |
+
#: lib/access/class-groups-access-meta-boxes.php:212
|
307 |
+
#: lib/access/class-groups-access-meta-boxes.php:560
|
308 |
msgid ""
|
309 |
"Choose one or more capabilities to restrict access. Groups that grant access "
|
310 |
"through the capabilities are shown in parenthesis. If no capabilities are "
|
317 |
"Instant-Kästchen verwenden, um eine Gruppe und zugehörige Kapazität spontan "
|
318 |
"zu erstellen."
|
319 |
|
320 |
+
#: lib/admin/groups-admin-capabilities.php:335
|
321 |
+
#: lib/admin/groups-admin-groups.php:324
|
322 |
msgid "Clear"
|
323 |
msgstr "Säubern"
|
324 |
|
325 |
+
#: lib/admin/groups-admin-capabilities.php:196
|
326 |
msgid "Click to add a new capability"
|
327 |
msgstr "Klicken um eine neue Kapazität zu erstellen"
|
328 |
|
329 |
+
#: lib/admin/groups-admin-groups.php:202
|
330 |
msgid "Click to add a new group"
|
331 |
msgstr "Klicken um eine neue Gruppe zu erstellen"
|
332 |
|
333 |
+
#: lib/admin/groups-admin-capabilities.php:212
|
334 |
msgid "Click to refresh capabilities"
|
335 |
msgstr "Klicken um die Kapazitäten zu aktualisieren"
|
336 |
|
337 |
+
#: lib/access/class-groups-access-meta-boxes.php:284
|
338 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
339 |
msgstr ""
|
340 |
"Klicken zum Umschalten, ob gewährende Gruppen zu den Kapazitäten angezeigt "
|
344 |
msgid "Deactivation and data persistence"
|
345 |
msgstr "Deaktivierung und Datenpersistenz"
|
346 |
|
347 |
+
#: lib/admin/groups-admin-options.php:359
|
348 |
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
349 |
msgstr ""
|
350 |
"Alle Daten des Groups Plugins für ALLE Sites bei Netzwerkdeaktivierung "
|
354 |
msgid "Delete all Groups plugin data on deactivation"
|
355 |
msgstr "Alle Daten des Groups Plugins bei deaktivierung löschen"
|
356 |
|
357 |
+
#: lib/admin/groups-admin-capabilities-add.php:62
|
358 |
+
#: lib/admin/groups-admin-capabilities-edit.php:71
|
359 |
+
#: lib/admin/groups-admin-capabilities.php:315
|
360 |
+
#: lib/admin/groups-admin-groups-add.php:83
|
361 |
+
#: lib/admin/groups-admin-groups-edit.php:93
|
362 |
+
#: lib/admin/groups-admin-groups.php:305
|
363 |
msgid "Description"
|
364 |
msgstr "Beschreibung"
|
365 |
|
372 |
"bestehende Zugriffsbeschränkungen für einzelne Beiträge dieses Typs nicht "
|
373 |
"aufgehoben."
|
374 |
|
375 |
+
#: lib/admin/groups-admin-capabilities.php:449
|
376 |
+
#: lib/admin/groups-admin-groups.php:460
|
|
|
377 |
msgid "Edit"
|
378 |
msgstr "Bearbeiten"
|
379 |
|
380 |
+
#: lib/admin/groups-admin-capabilities-edit.php:56
|
381 |
msgid "Edit a capability"
|
382 |
msgstr "Kapazität bearbeiten"
|
383 |
|
384 |
+
#: lib/admin/groups-admin-groups-edit.php:68
|
385 |
msgid "Edit a group"
|
386 |
msgstr "Gruppe bearbeiten"
|
387 |
|
388 |
+
#: lib/access/class-groups-access-meta-boxes.php:159
|
389 |
msgid ""
|
390 |
"Edit the post for which you want to restrict access and choose<sup>*</sup> "
|
391 |
"the <em>premium</em> capability."
|
393 |
"Bearbeiten Sie den Beitrag für den Sie Zugang beschränken möchten und "
|
394 |
"wählen<sup>*</sup> Sie die <em>premium</em> Kapazität aus."
|
395 |
|
396 |
+
#: lib/access/class-groups-access-meta-boxes.php:202
|
397 |
+
#: lib/access/class-groups-access-meta-boxes.php:524
|
398 |
msgid "Enforce read access"
|
399 |
msgstr "Lesezugriff beschränken"
|
400 |
|
401 |
#: lib/admin/groups-admin-options.php:193
|
402 |
msgid ""
|
403 |
"Enhanced functionality is available via official <a href=\"http://www."
|
404 |
+
"itthinx.com/shop/\">Extensions</a> for Groups."
|
405 |
msgstr ""
|
406 |
+
"Zusätzliche Leistungsmerkmale sind erhältlich über offizielle <a href="
|
407 |
+
"\"http://www.itthinx.com/shop/\">Erweiterungen</a> für Groups."
|
408 |
|
409 |
+
#: lib/access/class-groups-access-meta-boxes.php:141
|
410 |
msgid ""
|
411 |
"Enter <em>Premium</em> in the quick-create field located in the Access "
|
412 |
"restrictions panel and save or update the post (or hit Enter)."
|
415 |
"Schaltfläche der Zugangsbeschränkungen befindet, Speichern bzw. "
|
416 |
"Aktualisieren Sie den Beitrag."
|
417 |
|
418 |
+
#: lib/access/class-groups-access-meta-boxes.php:133
|
419 |
msgid "Example:"
|
420 |
msgstr "Beispiel:"
|
421 |
|
422 |
+
#: lib/admin/groups-admin-capabilities.php:324
|
423 |
+
#: lib/admin/groups-admin-groups.php:315
|
424 |
msgid "Filters"
|
425 |
msgstr "Filter"
|
426 |
|
427 |
+
#: lib/access/class-groups-access-meta-boxes.php:155
|
428 |
msgid ""
|
429 |
"Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
|
430 |
"capability."
|
432 |
"Gehen Sie auf <strong>Groups > Kapazitäten</strong> und fügen Sie die "
|
433 |
"Kapazität <em>premium</em> hinzu."
|
434 |
|
435 |
+
#: lib/access/class-groups-access-meta-boxes.php:154
|
436 |
msgid ""
|
437 |
"Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
|
438 |
msgstr ""
|
439 |
"Gehen Sie auf <strong>Groups > Gruppen</strong> und fügen Sie die Gruppe "
|
440 |
"<em>Premium</em> hinzu."
|
441 |
|
442 |
+
#: lib/access/class-groups-access-meta-boxes.php:156
|
443 |
msgid ""
|
444 |
"Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
|
445 |
"capability to the <em>Premium</em> group."
|
447 |
"Gehen Sie auf <strong>Groups > Gruppen</strong> und weisen Sie die Kapazität "
|
448 |
"<em>premium</em> der Gruppe <em>Premium</em> zu."
|
449 |
|
450 |
+
#: lib/access/class-groups-access-meta-boxes.php:157
|
451 |
msgid ""
|
452 |
"Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
|
453 |
"capability to restrict access."
|
455 |
"Gehen Sie auf <strong>Groups > Optionen</strong> und aktivieren Sie die "
|
456 |
"Kapazität <em>premium</em> zur Zugangsbeschränkung."
|
457 |
|
458 |
+
#: lib/admin/groups-admin-groups.php:304
|
459 |
msgid "Group"
|
460 |
msgstr "Gruppe"
|
461 |
|
462 |
+
#: lib/admin/class-groups-admin-users.php:188
|
463 |
msgid "Group Actions"
|
464 |
msgstr "Gruppenaktionen"
|
465 |
|
466 |
+
#: lib/admin/groups-admin-groups.php:316
|
467 |
+
msgid "Group ID"
|
468 |
+
msgstr "Gruppen-ID"
|
469 |
|
470 |
+
#: lib/admin/groups-admin-groups.php:319
|
471 |
msgid "Group Name"
|
472 |
msgstr "Gruppenname"
|
473 |
|
474 |
+
#: lib/admin/groups-admin-groups-remove.php:59
|
475 |
#, php-format
|
476 |
msgid "Group Name : %s"
|
477 |
msgstr "Gruppenname : %s"
|
478 |
|
479 |
#: lib/admin/class-groups-admin-user-profile.php:66
|
480 |
#: lib/admin/class-groups-admin-user-profile.php:90
|
481 |
+
#: lib/admin/class-groups-admin-users.php:309
|
482 |
+
#: lib/admin/class-groups-admin.php:244 lib/admin/class-groups-admin.php:245
|
483 |
+
#: lib/admin/class-groups-admin.php:274 lib/core/class-groups-help.php:63
|
484 |
+
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
485 |
msgid "Groups"
|
486 |
msgstr "Groups"
|
487 |
|
490 |
msgid "Groups"
|
491 |
msgstr "Gruppen"
|
492 |
|
493 |
+
#: lib/admin/class-groups-admin.php:158 lib/admin/groups-admin-groups.php:199
|
|
|
|
|
|
|
|
|
|
|
494 |
msgctxt "page-title"
|
495 |
msgid "Groups"
|
496 |
msgstr "Gruppen"
|
497 |
|
498 |
+
#: lib/admin/class-groups-admin.php:220
|
499 |
+
msgid "Groups Add-Ons"
|
500 |
+
msgstr "Groups Add-Ons"
|
501 |
+
|
502 |
+
#: lib/admin/class-groups-admin.php:194
|
503 |
msgid "Groups Capabilities"
|
504 |
msgstr "Gruppenkapazitäten"
|
505 |
|
506 |
+
#: lib/admin/groups-admin-options.php:133
|
507 |
+
msgid "Groups Options"
|
508 |
+
msgstr "Groups Optionen"
|
509 |
+
|
510 |
+
#: lib/admin/groups-admin-options.php:334
|
511 |
msgid "Groups network options"
|
512 |
msgstr "Groups Netzwerkoptionen"
|
513 |
|
514 |
+
#: lib/admin/class-groups-admin.php:207
|
515 |
msgid "Groups options"
|
516 |
msgstr "Groups Optionen"
|
517 |
|
518 |
+
#: lib/core/class-groups-help.php:92
|
519 |
msgid ""
|
520 |
"Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
|
521 |
"strong> groups."
|
523 |
"Hier können Sie Gruppen <strong>hinzufügen</strong>, <strong>bearbeiten</"
|
524 |
"strong> und <strong>löschen</strong>."
|
525 |
|
526 |
+
#: lib/admin/groups-admin-capabilities.php:313
|
527 |
+
#: lib/admin/groups-admin-groups.php:303
|
528 |
+
msgid "ID"
|
529 |
+
msgstr "ID"
|
530 |
|
531 |
#: lib/admin/groups-admin-options.php:299
|
532 |
msgid "If you lock yourself out, please ask an administrator to help."
|
543 |
"sein. Die ausgewählten Kapazitäten stehen dann für die Beschränkung von "
|
544 |
"Beiträgen zur Verfügung."
|
545 |
|
546 |
+
#: lib/admin/groups-admin-groups-edit.php:141
|
547 |
msgid "Inherited capabilities:"
|
548 |
msgstr "Geerbte Kapazitäten:"
|
549 |
|
557 |
msgid "Leave the %s group"
|
558 |
msgstr "Die Gruppe %s verlassen"
|
559 |
|
560 |
+
#: lib/access/class-groups-access-meta-boxes.php:135
|
561 |
msgid ""
|
562 |
"Let's assume that you want to limit the visibility of a post to members of "
|
563 |
"the <em>Premium</em> group."
|
569 |
msgid "Log out"
|
570 |
msgstr "Abmelden"
|
571 |
|
572 |
+
#: lib/access/class-groups-access-meta-boxes.php:522
|
573 |
msgid "Media"
|
574 |
msgstr "Medien"
|
575 |
|
576 |
+
#: lib/access/class-groups-access-meta-boxes.php:229
|
577 |
+
#: lib/access/class-groups-access-meta-boxes.php:577
|
578 |
#, php-format
|
579 |
msgid "Members of the %1$s group can access this %2$s through this capability."
|
580 |
msgid_plural ""
|
586 |
"Mitglieder der Gruppen %1$s können über diese Kapazität auf diese(n) %2$s "
|
587 |
"zugreifen."
|
588 |
|
589 |
+
#: lib/admin/groups-admin-groups-add.php:69
|
590 |
+
#: lib/admin/groups-admin-groups-edit.php:79
|
591 |
msgid "Name"
|
592 |
msgstr "Name"
|
593 |
|
594 |
+
#: lib/admin/groups-admin-options.php:356
|
595 |
msgid "Network deactivation and data persistence"
|
596 |
msgstr "Netzwerkdeaktivation und Datenpersistenz"
|
597 |
|
598 |
+
#: lib/admin/groups-admin-capabilities.php:206
|
599 |
msgid "New Capability"
|
600 |
msgstr "Neue Kapazität"
|
601 |
|
602 |
+
#: lib/admin/groups-admin-groups.php:212
|
603 |
msgid "New Group"
|
604 |
msgstr "Neue Gruppe"
|
605 |
|
606 |
+
#: lib/access/class-groups-access-meta-boxes.php:238
|
607 |
+
#: lib/access/class-groups-access-meta-boxes.php:586
|
608 |
msgid ""
|
609 |
"No groups grant access through this capability. To grant access to group "
|
610 |
"members using this capability, you should assign it to a group and enable "
|
618 |
msgid "No new capabilities have been found."
|
619 |
msgstr "Es wurden keine neuen Kapazitäten gefunden."
|
620 |
|
621 |
+
#: lib/admin/groups-admin-capabilities-remove.php:116
|
622 |
msgid "No such capabilities."
|
623 |
msgstr "Solche Kapazitäten sind nicht vorhanden."
|
624 |
|
632 |
msgid "No such group."
|
633 |
msgstr "Diese Gruppe ist nicht vorhanden."
|
634 |
|
635 |
+
#: lib/admin/groups-admin-groups-remove.php:116
|
636 |
msgid "No such groups."
|
637 |
msgstr "Solche Gruppen sind nicht vorhanden."
|
638 |
|
639 |
+
#: lib/access/class-groups-access-meta-boxes.php:130
|
640 |
msgid ""
|
641 |
"Note that you must be a member of a group that has such a capability "
|
642 |
"assigned."
|
655 |
msgid "One or more capabilities required to read the entry."
|
656 |
msgstr "Eine oder mehr Kapazitäten sind benötigt um den Beitrag zu lesen."
|
657 |
|
658 |
+
#: lib/access/class-groups-access-meta-boxes.php:280
|
659 |
+
#: lib/access/class-groups-access-meta-boxes.php:607
|
660 |
#, php-format
|
661 |
msgid ""
|
662 |
"Only groups or users that have one of the selected capabilities are allowed "
|
665 |
"Nur Gruppen oder Benutzer die eine der gewählten Kapazitäten haben ist es "
|
666 |
"gestattet diese(n) %s zu lesen."
|
667 |
|
668 |
+
#: lib/admin/class-groups-admin.php:208 lib/admin/class-groups-admin.php:268
|
669 |
+
#: lib/core/class-groups-help.php:70
|
670 |
msgid "Options"
|
671 |
msgstr "Optionen"
|
672 |
|
674 |
msgid "Options saved."
|
675 |
msgstr "Optionen gespeichert."
|
676 |
|
677 |
+
#: lib/admin/groups-admin-groups-add.php:76
|
678 |
+
#: lib/admin/groups-admin-groups-edit.php:86
|
679 |
msgid "Parent"
|
680 |
msgstr "Vorläufer"
|
681 |
|
683 |
msgid "Permissions"
|
684 |
msgstr "Berechtigungen"
|
685 |
|
686 |
+
#: lib/admin/groups-admin-groups-remove.php:142
|
687 |
msgid ""
|
688 |
"Please confirm removal of the following groups. This action cannot be undone."
|
689 |
msgstr ""
|
690 |
"Bitte bestätigen Sie dass folgende Gruppen gelöscht werden. Diese Aktion "
|
691 |
"kann nicht rückgängig gemacht werden."
|
692 |
|
693 |
+
#: lib/admin/groups-admin-capabilities-remove.php:139
|
694 |
msgid ""
|
695 |
"Please confirm to remove the following capabilities. This action cannot be "
|
696 |
"undone."
|
698 |
"Bitte bestätigen Sie dass folgende Kapazitäten gelöscht werden. Diese Aktion "
|
699 |
"kann nicht rückgängig gemacht werden."
|
700 |
|
701 |
+
#: lib/core/class-groups-help.php:144
|
702 |
+
#, php-format
|
703 |
+
msgid ""
|
704 |
+
"Please give it a <a href=\"%s\">★★★★★</a> "
|
705 |
+
"rating."
|
706 |
+
msgstr ""
|
707 |
+
"Bitte geben Sie eine <a style=\"text-decoration:none;\" href=\"%s\">★"
|
708 |
+
"★★★★</a> Bewertung ab!"
|
709 |
+
|
710 |
+
#: lib/access/class-groups-access-meta-boxes.php:187
|
711 |
msgid "Post"
|
712 |
msgstr "Beitrag"
|
713 |
|
715 |
msgid "Post types"
|
716 |
msgstr "Beitragstypen"
|
717 |
|
718 |
+
#: lib/access/class-groups-access-meta-boxes.php:318
|
719 |
msgid "Quick-create group & capability"
|
720 |
msgstr "Instant Gruppe & Kapazität"
|
721 |
|
723 |
msgid "Read Post"
|
724 |
msgstr "Beitrag Lesen"
|
725 |
|
726 |
+
#: lib/admin/groups-admin-add-ons.php:38
|
727 |
+
msgid "Recommended extensions for Groups"
|
728 |
+
msgstr "Empfohlene Erweiterungen für Groups"
|
729 |
+
|
730 |
+
#: lib/admin/groups-admin-add-ons.php:146
|
731 |
+
msgid "Recommended plugins by itthinx"
|
732 |
+
msgstr "Empfohlene Plugins von itthinx"
|
733 |
+
|
734 |
+
#: lib/admin/groups-admin-capabilities.php:217
|
735 |
+
#: lib/admin/groups-admin-capabilities.php:222
|
736 |
msgid "Refresh"
|
737 |
msgstr "Aktualisieren"
|
738 |
|
740 |
msgid "Registered"
|
741 |
msgstr "Registriert"
|
742 |
|
743 |
+
#: lib/admin/groups-admin-capabilities-remove.php:62
|
744 |
+
#: lib/admin/groups-admin-capabilities-remove.php:149
|
745 |
+
#: lib/admin/groups-admin-capabilities.php:372
|
746 |
+
#: lib/admin/groups-admin-capabilities.php:458
|
747 |
+
#: lib/admin/groups-admin-groups-remove.php:62
|
748 |
+
#: lib/admin/groups-admin-groups-remove.php:153
|
749 |
+
#: lib/admin/groups-admin-groups.php:469
|
|
|
750 |
msgid "Remove"
|
751 |
msgstr "Löschen"
|
752 |
|
753 |
+
#: lib/admin/groups-admin-capabilities-remove.php:53
|
754 |
msgid "Remove a capability"
|
755 |
msgstr "Eine Kapazität löschen"
|
756 |
|
757 |
+
#: lib/admin/groups-admin-groups-remove.php:53
|
758 |
msgid "Remove a group"
|
759 |
msgstr "Eine Gruppe löschen"
|
760 |
|
761 |
+
#: lib/admin/groups-admin-capabilities-remove.php:133
|
762 |
msgid "Remove capabilities"
|
763 |
msgstr "Kapazitäten löschen"
|
764 |
|
765 |
+
#: lib/admin/groups-admin-groups.php:383
|
766 |
msgid "Remove capability"
|
767 |
msgstr "Kapazität löschen"
|
768 |
|
769 |
+
#: lib/admin/class-groups-admin-users.php:190
|
770 |
msgid "Remove from group"
|
771 |
msgstr "Von der Gruppe entfernen"
|
772 |
|
773 |
+
#: lib/admin/groups-admin-groups.php:381
|
774 |
msgid "Remove group"
|
775 |
msgstr "Gruppe entfernen"
|
776 |
|
777 |
+
#: lib/admin/groups-admin-groups-remove.php:135
|
778 |
msgid "Remove groups"
|
779 |
msgstr "Gruppen entfernen"
|
780 |
|
782 |
msgid "Remove restriction"
|
783 |
msgstr "Beschränkung entfernen"
|
784 |
|
785 |
+
#: lib/admin/groups-admin-capabilities.php:357
|
786 |
+
#: lib/admin/groups-admin-groups.php:346
|
787 |
msgid "Results per page"
|
788 |
msgstr "Ergebnisse pro Seite"
|
789 |
|
791 |
msgid "Role"
|
792 |
msgstr "Rolle"
|
793 |
|
794 |
+
#: lib/admin/groups-admin-capabilities-edit.php:77
|
795 |
#: lib/admin/groups-admin-groups-edit.php:158
|
796 |
#: lib/admin/groups-admin-options.php:205
|
797 |
#: lib/admin/groups-admin-options.php:317
|
798 |
+
#: lib/admin/groups-admin-options.php:366
|
799 |
msgid "Save"
|
800 |
msgstr "Speichern"
|
801 |
|
803 |
msgid "Show access restrictions for these post types."
|
804 |
msgstr "Zugangsbeschränkungen für diese Beitragstypen zeigen."
|
805 |
|
806 |
+
#: lib/access/class-groups-access-meta-boxes.php:287
|
807 |
msgid "Show groups"
|
808 |
msgstr "Gruppen zeigen"
|
809 |
|
815 |
msgid "Show the Groups tree view."
|
816 |
msgstr "Die Baumansicht von Groups anzeigen."
|
817 |
|
818 |
+
#: lib/core/class-groups-help.php:141
|
819 |
msgid ""
|
820 |
"Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
|
821 |
"\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
|
825 |
"target=\"_blank\">Groups</a> von <a href=\"http://www.itthinx.com\" target="
|
826 |
"\"_blank\">itthinx</a>."
|
827 |
|
828 |
+
#: lib/admin/groups-admin-capabilities-edit.php:116
|
829 |
#, php-format
|
830 |
msgid ""
|
831 |
"The <em>%s</em> capability already exists and cannot be assigned to this one."
|
833 |
"Die Kapazität <em>%s</em> existiert bereits und kann nicht dieser zugewiesen "
|
834 |
"werden."
|
835 |
|
836 |
+
#: lib/admin/groups-admin-capabilities-add.php:104
|
837 |
#, php-format
|
838 |
msgid "The <em>%s</em> capability already exists."
|
839 |
msgstr "Die Kapazität <em>%s</em> existiert bereits."
|
840 |
|
841 |
+
#: lib/admin/groups-admin-capabilities-edit.php:126
|
842 |
#, php-format
|
843 |
msgid "The <em>%s</em> capability could not be updated."
|
844 |
msgstr "Die Kapazität <em>%s</em> konnte nicht aktualisiert werden."
|
853 |
msgid "The <em>%s</em> capability has been updated."
|
854 |
msgstr "Die Kapazität <em>%s</em> wurde aktualisiert."
|
855 |
|
856 |
+
#: lib/admin/groups-admin-groups-edit.php:204
|
857 |
#, php-format
|
858 |
msgid ""
|
859 |
"The <em>%s</em> group already exists and cannot be used to name this one."
|
861 |
"Die Gruppe <em>%s</em> existiert bereits and kann nicht als Name für diese "
|
862 |
"verwendet werden."
|
863 |
|
864 |
+
#: lib/admin/groups-admin-groups-add.php:165
|
865 |
#, php-format
|
866 |
msgid "The <em>%s</em> group already exists."
|
867 |
msgstr "Die Gruppe <em>%s</em> existiert bereits."
|
876 |
msgid "The <em>%s</em> group has been updated."
|
877 |
msgstr "Die Gruppe <em>%s</em> wurde aktualisiert."
|
878 |
|
879 |
+
#: lib/admin/groups-admin-capabilities-add.php:102
|
880 |
+
#: lib/admin/groups-admin-capabilities-edit.php:130
|
881 |
msgid "The <em>Capability</em> must not be empty."
|
882 |
msgstr "Die <em>Kapazität</em> darf nicht leer sein."
|
883 |
|
884 |
+
#: lib/admin/groups-admin-groups-edit.php:196
|
885 |
msgid "The <em>Name</em> must not be empty."
|
886 |
msgstr "Der <em>Name</em> darf nicht leer sein."
|
887 |
|
889 |
msgid "The capability has been deleted."
|
890 |
msgstr "Die Kapazität wurde gelöscht."
|
891 |
|
892 |
+
#: lib/admin/groups-admin-groups-edit.php:130
|
893 |
msgid "The chosen capabilities are assigned to the group."
|
894 |
msgstr "Die ausgewählten Kapazitäten werden der Gruppe zugewiesen."
|
895 |
|
896 |
+
#: lib/core/class-groups-help.php:87
|
897 |
msgid ""
|
898 |
"The complete documentation is available on the <a href=\"http://docs.itthinx."
|
899 |
"com/document/groups\">Documentation</a> pages for Groups."
|
905 |
msgid "The group has been deleted."
|
906 |
msgstr "Die Gruppe wurde gelöscht."
|
907 |
|
908 |
+
#: lib/access/class-groups-access-meta-boxes.php:146
|
909 |
msgid "The manual way:"
|
910 |
msgstr "Der manuelle Weg:"
|
911 |
|
912 |
+
#: lib/admin/groups-admin-groups-add.php:163
|
913 |
msgid "The name must not be empty."
|
914 |
msgstr "Der Name darf nicht leer sein."
|
915 |
|
916 |
+
#: lib/access/class-groups-access-meta-boxes.php:137
|
917 |
msgid "The quick way:"
|
918 |
msgstr "Der schnelle Weg:"
|
919 |
|
921 |
msgid "The user is a member of the chosen groups."
|
922 |
msgstr "Der Benutzer ist Mitglied der ausgewählten Gruppen."
|
923 |
|
924 |
+
#: lib/admin/groups-admin-capabilities.php:484
|
925 |
+
#: lib/admin/groups-admin-groups.php:523
|
926 |
msgid "There are no results."
|
927 |
msgstr "Es liegen keine Resultate vor."
|
928 |
|
929 |
+
#: lib/admin/groups-admin-groups-add.php:109
|
930 |
msgid "These capabilities will be assigned to the group."
|
931 |
msgstr "Diese Kapazitäten werden der Gruppe zugewiesen."
|
932 |
|
945 |
"Dies bestimmt für welche Beitragstypen Einstellungen zur Zugangsbeschränkung "
|
946 |
"angeboten werden."
|
947 |
|
948 |
+
#: lib/admin/groups-admin-groups.php:516
|
949 |
msgid "This group has no capabilities."
|
950 |
msgstr "Diese Gruppe hat keine Kapazitäten."
|
951 |
|
952 |
+
#: lib/admin/class-groups-admin.php:180 lib/admin/class-groups-admin.php:181
|
953 |
msgid "Tree"
|
954 |
msgstr "Baum"
|
955 |
|
961 |
msgid "Tree view"
|
962 |
msgstr "Baumansicht"
|
963 |
|
964 |
+
#: lib/access/class-groups-access-meta-boxes.php:151
|
965 |
msgid ""
|
966 |
"Try the quick-create field first. Unless you need a more complex setup, "
|
967 |
"there is no reason to go this way instead."
|
969 |
"Probieren Sie das Instant-Feld zuerst aus. Es gibt keinen Grund diesen Weg "
|
970 |
"zu gehen, ausser Sie benötigen eine komplexere Einrichtung."
|
971 |
|
972 |
+
#: lib/access/class-groups-access-meta-boxes.php:210
|
973 |
#: lib/access/class-groups-access-meta-boxes.php:211
|
974 |
+
#: lib/access/class-groups-access-meta-boxes.php:559
|
|
|
975 |
msgid "Type and choose …"
|
976 |
msgstr "Tippen und wählen …"
|
977 |
|
978 |
+
#: lib/access/class-groups-access-meta-boxes.php:125
|
979 |
msgid ""
|
980 |
"Use the <em>Access restrictions</em> box to limit the visibility of posts, "
|
981 |
"pages and other post types."
|
987 |
msgid "User profiles"
|
988 |
msgstr "Benutzerprofile"
|
989 |
|
990 |
+
#: lib/access/class-groups-access-meta-boxes.php:139
|
991 |
msgid "Using the quick-create field"
|
992 |
msgstr "Verwendung des Instant-Feldes"
|
993 |
|
994 |
+
#: lib/access/class-groups-access-meta-boxes.php:144
|
995 |
msgid ""
|
996 |
"Using the quick-create field, you can create a new group and capability. The "
|
997 |
"capability will be assigned to the group and enabled to enforce read access. "
|
1017 |
msgid "You are a member of the %s group."
|
1018 |
msgstr "Sie sind Mitglied der Gruppe %s."
|
1019 |
|
1020 |
+
#: lib/access/class-groups-access-meta-boxes.php:322
|
1021 |
msgid ""
|
1022 |
"You can create a new group and capability here. The capability will be "
|
1023 |
"assigned to the group and enabled to enforce read access. Group names are "
|
1038 |
"aktiviert. Um die Kapazität verwenden zu können, wird ihr Benutzerkonto der "
|
1039 |
"Gruppe hinzugefügt."
|
1040 |
|
1041 |
+
#: lib/access/class-groups-access-meta-boxes.php:128
|
1042 |
msgid ""
|
1043 |
"You can select one or more capabilities that are enabled for access "
|
1044 |
"restriction."
|
1046 |
"Sie können eine oder mehrere Kapazitäten auswählen die zur "
|
1047 |
"Zugriffsbeschränkung aktiviert sind."
|
1048 |
|
1049 |
+
#: lib/access/class-groups-access-meta-boxes.php:300
|
1050 |
msgid "You cannot set any access restrictions."
|
1051 |
msgstr "Sie können keine Zugriffsbeschränkungen setzen."
|
1052 |
|
1060 |
msgid "You have left the %s group."
|
1061 |
msgstr "Sie haben die Gruppe %s verlassen."
|
1062 |
|
1063 |
+
#: lib/access/class-groups-access-meta-boxes.php:306
|
1064 |
msgid ""
|
1065 |
"You must be in a group that has at least one capability enabled to enforce "
|
1066 |
"read access."
|
1067 |
msgstr ""
|
1068 |
"Sie müssen in einer Gruppe sein die zumindest eine Kapazität hat die zur "
|
1069 |
"Zugriffsbeschränkung aktiviert ist."
|
1070 |
+
|
1071 |
+
#~ msgid "Capability Id"
|
1072 |
+
#~ msgstr "Kapazitäts-Id"
|
1073 |
+
|
1074 |
+
#~ msgid ""
|
1075 |
+
#~ "Enhanced functionality is available via official <a href=\"http://www."
|
1076 |
+
#~ "itthinx.com/plugins/groups/\">Extensions</a> for Groups."
|
1077 |
+
#~ msgstr ""
|
1078 |
+
#~ "Zusätzliche Funktionen sind über offizielle <a href=\"http://www.itthinx."
|
1079 |
+
#~ "com/plugins/groups/\">Erweiterungen</a> für Groups erhältlich."
|
1080 |
+
|
1081 |
+
#~ msgid "Group Id"
|
1082 |
+
#~ msgstr "Gruppen-Id"
|
1083 |
+
|
1084 |
+
#~ msgctxt "menu-title"
|
1085 |
+
#~ msgid "Groups"
|
1086 |
+
#~ msgstr "Groups"
|
1087 |
+
|
1088 |
+
#~ msgid "Id"
|
1089 |
+
#~ msgstr "Id"
|
languages/groups.pot
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
msgid ""
|
8 |
msgstr "Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: \n"
|
10 |
-
"POT-Creation-Date:
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -31,7 +31,7 @@ msgstr ""
|
|
31 |
msgid "(only unrestricted)"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: lib/admin/class-groups-admin-users.php:
|
35 |
msgid "--"
|
36 |
msgstr ""
|
37 |
|
@@ -47,13 +47,13 @@ msgstr[1] ""
|
|
47 |
msgid "<span title=\"%s\">Access Restrictions</span>"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
51 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
52 |
#, php-format
|
53 |
msgid "<strong>%s</strong>"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
57 |
msgid "<sup>*</sup> For each capability, the groups that have the "
|
58 |
"capability assigned are shown within parenthesis. You can choose a "
|
59 |
"capability by typing part of the group's or the capability's name."
|
@@ -76,37 +76,37 @@ msgid "Access Restrictions"
|
|
76 |
msgstr ""
|
77 |
|
78 |
#: lib/admin/groups-admin-capabilities-add.php:34
|
79 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
80 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
81 |
#: lib/admin/groups-admin-capabilities-edit.php:35
|
|
|
82 |
#: lib/admin/groups-admin-capabilities-edit.php:100
|
83 |
-
#: lib/admin/groups-admin-capabilities-edit.php:104
|
84 |
#: lib/admin/groups-admin-capabilities-remove.php:35
|
|
|
85 |
#: lib/admin/groups-admin-capabilities-remove.php:87
|
86 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
87 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
88 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
89 |
-
#: lib/admin/groups-admin-capabilities-remove.php:187
|
90 |
#: lib/admin/groups-admin-capabilities.php:48
|
91 |
#: lib/admin/groups-admin-capabilities.php:141
|
92 |
#: lib/admin/groups-admin-capabilities.php:172
|
93 |
#: lib/admin/groups-admin-capabilities.php:178
|
94 |
#: lib/admin/groups-admin-groups-add.php:36
|
95 |
-
#: lib/admin/groups-admin-groups-add.php:
|
96 |
-
#: lib/admin/groups-admin-groups-add.php:
|
97 |
#: lib/admin/groups-admin-groups-edit.php:37
|
98 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
99 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
100 |
#: lib/admin/groups-admin-groups-remove.php:35
|
|
|
101 |
#: lib/admin/groups-admin-groups-remove.php:87
|
102 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
103 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
104 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
105 |
-
#: lib/admin/groups-admin-groups-remove.php:189
|
106 |
#: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
|
107 |
#: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
|
108 |
#: lib/admin/groups-admin-options.php:39
|
109 |
-
#: lib/admin/groups-admin-options.php:
|
110 |
#: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
|
111 |
#: lib/test/groups-tests.php:391
|
112 |
msgid "Access denied."
|
@@ -116,11 +116,11 @@ msgstr ""
|
|
116 |
msgid "Access restricions"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
120 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
121 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
122 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
123 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
124 |
msgid "Access restrictions"
|
125 |
msgstr ""
|
126 |
|
@@ -129,22 +129,22 @@ msgstr ""
|
|
129 |
msgid "Access restrictions …"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
133 |
#: lib/admin/groups-admin-capabilities.php:201
|
134 |
#: lib/admin/groups-admin-groups-add.php:119
|
135 |
-
#: lib/admin/groups-admin-groups.php:
|
136 |
msgid "Add"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
140 |
msgid "Add a new capability"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: lib/admin/groups-admin-groups-add.php:
|
144 |
msgid "Add a new group"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: lib/admin/groups-admin-groups.php:
|
148 |
msgid "Add capability"
|
149 |
msgstr ""
|
150 |
|
@@ -152,11 +152,15 @@ msgstr ""
|
|
152 |
msgid "Add restriction"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: lib/admin/class-groups-admin-users.php:
|
156 |
msgid "Add to group"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: lib/
|
|
|
|
|
|
|
|
|
160 |
msgid "Adding the group and capability manually and enabling it for access "
|
161 |
"restriction"
|
162 |
msgstr ""
|
@@ -178,27 +182,27 @@ msgid "Administrators override all access permissions derived from Groups "
|
|
178 |
"capabilities."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: lib/admin/class-groups-admin-users.php:
|
182 |
-
#: lib/admin/groups-admin-capabilities.php:
|
183 |
-
#: lib/admin/groups-admin-capabilities.php:
|
184 |
-
#: lib/admin/groups-admin-capabilities.php:
|
185 |
-
#: lib/admin/groups-admin-groups.php:
|
186 |
-
#: lib/admin/groups-admin-groups.php:
|
187 |
msgid "Apply"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
191 |
msgid "Become a member of the <em>Premium</em> group - this is required so "
|
192 |
"you can choose the <em>premium</em> capability to restrict access to "
|
193 |
"a post."
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: lib/admin/groups-admin-capabilities.php:
|
197 |
-
#: lib/admin/groups-admin-groups.php:
|
198 |
msgid "Bulk Actions"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: lib/admin/groups-admin-options.php:
|
202 |
msgid "CAUTION: If this option is active while the plugin is deactivated, "
|
203 |
"ALL plugin settings and data will be DELETED for <strong>all sites</"
|
204 |
"strong>. If you are going to use this option, now would be a good "
|
@@ -215,44 +219,44 @@ msgid "CAUTION: If this option is active while the plugin is deactivated, "
|
|
215 |
"of data or any other consequences thereof."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
219 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
220 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
221 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
222 |
#: lib/admin/groups-admin-groups-add.php:121
|
223 |
#: lib/admin/groups-admin-groups-edit.php:160
|
224 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
225 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
226 |
msgid "Cancel"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: lib/admin/class-groups-admin.php:
|
230 |
-
#: lib/admin/groups-admin-capabilities.php:
|
231 |
-
#: lib/admin/groups-admin-groups-add.php:
|
232 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
233 |
-
#: lib/admin/groups-admin-groups.php:
|
234 |
-
#: lib/admin/groups-admin-options.php:251 lib/core/class-groups-help.php:
|
235 |
msgid "Capabilities"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: lib/admin/groups-admin-groups.php:
|
239 |
msgid "Capabilities …"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
243 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
244 |
-
#: lib/admin/groups-admin-capabilities.php:
|
245 |
-
#: lib/admin/groups-admin-capabilities.php:
|
246 |
msgid "Capability"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
250 |
#, php-format
|
251 |
msgid "Capability : %s"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: lib/admin/groups-admin-capabilities.php:
|
255 |
-
msgid "Capability
|
256 |
msgstr ""
|
257 |
|
258 |
#: lib/admin/class-groups-admin-posts.php:195
|
@@ -260,20 +264,20 @@ msgstr ""
|
|
260 |
msgid "Choose access restrictions …"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: lib/admin/groups-admin-groups-add.php:
|
264 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
265 |
msgid "Choose capabilities …"
|
266 |
msgstr ""
|
267 |
|
268 |
#: lib/admin/class-groups-admin-user-profile.php:100
|
269 |
#: lib/admin/class-groups-admin-user-profile.php:101
|
270 |
-
#: lib/admin/class-groups-admin-users.php:
|
271 |
-
#: lib/admin/class-groups-admin-users.php:
|
272 |
msgid "Choose groups …"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
276 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
277 |
msgid "Choose one or more capabilities to restrict access. Groups that "
|
278 |
"grant access through the capabilities are shown in parenthesis. If "
|
279 |
"no capabilities are available yet, you can use the quick-create box "
|
@@ -281,24 +285,24 @@ msgid "Choose one or more capabilities to restrict access. Groups that "
|
|
281 |
"the fly."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: lib/admin/groups-admin-capabilities.php:
|
285 |
-
#: lib/admin/groups-admin-groups.php:
|
286 |
msgid "Clear"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: lib/admin/groups-admin-capabilities.php:
|
290 |
msgid "Click to add a new capability"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: lib/admin/groups-admin-groups.php:
|
294 |
msgid "Click to add a new group"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: lib/admin/groups-admin-capabilities.php:
|
298 |
msgid "Click to refresh capabilities"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
302 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
303 |
msgstr ""
|
304 |
|
@@ -306,7 +310,7 @@ msgstr ""
|
|
306 |
msgid "Deactivation and data persistence"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: lib/admin/groups-admin-options.php:
|
310 |
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
311 |
msgstr ""
|
312 |
|
@@ -314,12 +318,12 @@ msgstr ""
|
|
314 |
msgid "Delete all Groups plugin data on deactivation"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
318 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
319 |
-
#: lib/admin/groups-admin-capabilities.php:
|
320 |
-
#: lib/admin/groups-admin-groups-add.php:
|
321 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
322 |
-
#: lib/admin/groups-admin-groups.php:
|
323 |
msgid "Description"
|
324 |
msgstr ""
|
325 |
|
@@ -328,96 +332,95 @@ msgid "Disabling this setting for a post type does not remove existing "
|
|
328 |
"access restrictions on individual posts of that type."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: lib/admin/groups-admin-capabilities.php:
|
332 |
-
#: lib/admin/groups-admin-
|
333 |
-
#: lib/admin/groups-admin-groups.php:298 lib/admin/groups-admin-groups.php:455
|
334 |
msgid "Edit"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
338 |
msgid "Edit a capability"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
342 |
msgid "Edit a group"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
346 |
msgid "Edit the post for which you want to restrict access and "
|
347 |
"choose<sup>*</sup> the <em>premium</em> capability."
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
351 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
352 |
msgid "Enforce read access"
|
353 |
msgstr ""
|
354 |
|
355 |
#: lib/admin/groups-admin-options.php:193
|
356 |
msgid "Enhanced functionality is available via official <a href=\"http://"
|
357 |
-
"www.itthinx.com/
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
361 |
msgid "Enter <em>Premium</em> in the quick-create field located in the "
|
362 |
"Access restrictions panel and save or update the post (or hit Enter)."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
366 |
msgid "Example:"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: lib/admin/groups-admin-capabilities.php:
|
370 |
-
#: lib/admin/groups-admin-groups.php:
|
371 |
msgid "Filters"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
375 |
msgid "Go to <strong>Groups > Capabilities</strong> and add the "
|
376 |
"<em>premium</em> capability."
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
380 |
msgid "Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> "
|
381 |
"group."
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
385 |
msgid "Go to <strong>Groups > Groups</strong> and assign the <em>premium</"
|
386 |
"em> capability to the <em>Premium</em> group."
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
390 |
msgid "Go to <strong>Groups > Options</strong> and enable the <em>premium</"
|
391 |
"em> capability to restrict access."
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: lib/admin/groups-admin-groups.php:
|
395 |
msgid "Group"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: lib/admin/class-groups-admin-users.php:
|
399 |
msgid "Group Actions"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: lib/admin/groups-admin-groups.php:
|
403 |
-
msgid "Group
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: lib/admin/groups-admin-groups.php:
|
407 |
msgid "Group Name"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
411 |
#, php-format
|
412 |
msgid "Group Name : %s"
|
413 |
msgstr ""
|
414 |
|
415 |
#: lib/admin/class-groups-admin-user-profile.php:66
|
416 |
#: lib/admin/class-groups-admin-user-profile.php:90
|
417 |
-
#: lib/admin/class-groups-admin-users.php:
|
418 |
-
#: lib/admin/class-groups-admin.php:
|
419 |
-
#: lib/admin/class-groups-admin.php:
|
420 |
-
#: lib/core/class-groups-help.php:
|
421 |
msgid "Groups"
|
422 |
msgstr ""
|
423 |
|
@@ -426,36 +429,39 @@ msgctxt "menu item title"
|
|
426 |
msgid "Groups"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: lib/admin/class-groups-admin.php:158
|
430 |
-
msgctxt "
|
431 |
msgid "Groups"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: lib/admin/class-groups-admin.php:
|
435 |
-
|
436 |
-
msgid "Groups"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: lib/admin/class-groups-admin.php:
|
440 |
msgid "Groups Capabilities"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: lib/admin/groups-admin-options.php:
|
|
|
|
|
|
|
|
|
444 |
msgid "Groups network options"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: lib/admin/class-groups-admin.php:
|
448 |
msgid "Groups options"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: lib/core/class-groups-help.php:
|
452 |
msgid "Here you can <strong>add</strong>, <strong>edit</strong> and "
|
453 |
"<strong>remove</strong> groups."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: lib/admin/groups-admin-capabilities.php:
|
457 |
-
#: lib/admin/groups-admin-groups.php:
|
458 |
-
msgid "
|
459 |
msgstr ""
|
460 |
|
461 |
#: lib/admin/groups-admin-options.php:299
|
@@ -467,7 +473,7 @@ msgid "Include these capabilities to enforce read access on posts. The "
|
|
467 |
"selected capabilities will be offered to restrict access to posts."
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
471 |
msgid "Inherited capabilities:"
|
472 |
msgstr ""
|
473 |
|
@@ -481,7 +487,7 @@ msgstr ""
|
|
481 |
msgid "Leave the %s group"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
485 |
msgid "Let's assume that you want to limit the visibility of a post to "
|
486 |
"members of the <em>Premium</em> group."
|
487 |
msgstr ""
|
@@ -490,12 +496,12 @@ msgstr ""
|
|
490 |
msgid "Log out"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
494 |
msgid "Media"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
498 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
499 |
#, php-format
|
500 |
msgid "Members of the %1$s group can access this %2$s through this "
|
501 |
"capability."
|
@@ -504,25 +510,25 @@ msgid_plural "Members of the %1$s groups can access this %2$s through this "
|
|
504 |
msgstr[0] ""
|
505 |
msgstr[1] ""
|
506 |
|
507 |
-
#: lib/admin/groups-admin-groups-add.php:
|
508 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
509 |
msgid "Name"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: lib/admin/groups-admin-options.php:
|
513 |
msgid "Network deactivation and data persistence"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: lib/admin/groups-admin-capabilities.php:
|
517 |
msgid "New Capability"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: lib/admin/groups-admin-groups.php:
|
521 |
msgid "New Group"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
525 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
526 |
msgid "No groups grant access through this capability. To grant access to "
|
527 |
"group members using this capability, you should assign it to a group "
|
528 |
"and enable the capability for access restriction."
|
@@ -532,7 +538,7 @@ msgstr ""
|
|
532 |
msgid "No new capabilities have been found."
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
536 |
msgid "No such capabilities."
|
537 |
msgstr ""
|
538 |
|
@@ -546,11 +552,11 @@ msgstr ""
|
|
546 |
msgid "No such group."
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
550 |
msgid "No such groups."
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
554 |
msgid "Note that you must be a member of a group that has such a capability "
|
555 |
"assigned."
|
556 |
msgstr ""
|
@@ -566,15 +572,15 @@ msgstr[1] ""
|
|
566 |
msgid "One or more capabilities required to read the entry."
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
570 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
571 |
#, php-format
|
572 |
msgid "Only groups or users that have one of the selected capabilities are "
|
573 |
"allowed to read this %s."
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: lib/admin/class-groups-admin.php:
|
577 |
-
#: lib/core/class-groups-help.php:
|
578 |
msgid "Options"
|
579 |
msgstr ""
|
580 |
|
@@ -582,8 +588,8 @@ msgstr ""
|
|
582 |
msgid "Options saved."
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: lib/admin/groups-admin-groups-add.php:
|
586 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
587 |
msgid "Parent"
|
588 |
msgstr ""
|
589 |
|
@@ -591,17 +597,23 @@ msgstr ""
|
|
591 |
msgid "Permissions"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
595 |
msgid "Please confirm removal of the following groups. This action cannot "
|
596 |
"be undone."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
600 |
msgid "Please confirm to remove the following capabilities. This action "
|
601 |
"cannot be undone."
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: lib/
|
|
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Post"
|
606 |
msgstr ""
|
607 |
|
@@ -609,7 +621,7 @@ msgstr ""
|
|
609 |
msgid "Post types"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
613 |
msgid "Quick-create group & capability"
|
614 |
msgstr ""
|
615 |
|
@@ -617,7 +629,16 @@ msgstr ""
|
|
617 |
msgid "Read Post"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: lib/admin/groups-admin-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
621 |
msgid "Refresh"
|
622 |
msgstr ""
|
623 |
|
@@ -625,42 +646,41 @@ msgstr ""
|
|
625 |
msgid "Registered"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
629 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
630 |
-
#: lib/admin/groups-admin-capabilities.php:
|
631 |
-
#: lib/admin/groups-admin-capabilities.php:
|
632 |
-
#: lib/admin/groups-admin-
|
633 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
634 |
-
#: lib/admin/groups-admin-groups
|
635 |
-
#: lib/admin/groups-admin-groups.php:299 lib/admin/groups-admin-groups.php:460
|
636 |
msgid "Remove"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
640 |
msgid "Remove a capability"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
644 |
msgid "Remove a group"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: lib/admin/groups-admin-capabilities-remove.php:
|
648 |
msgid "Remove capabilities"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: lib/admin/groups-admin-groups.php:
|
652 |
msgid "Remove capability"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: lib/admin/class-groups-admin-users.php:
|
656 |
msgid "Remove from group"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: lib/admin/groups-admin-groups.php:
|
660 |
msgid "Remove group"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: lib/admin/groups-admin-groups-remove.php:
|
664 |
msgid "Remove groups"
|
665 |
msgstr ""
|
666 |
|
@@ -668,8 +688,8 @@ msgstr ""
|
|
668 |
msgid "Remove restriction"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: lib/admin/groups-admin-capabilities.php:
|
672 |
-
#: lib/admin/groups-admin-groups.php:
|
673 |
msgid "Results per page"
|
674 |
msgstr ""
|
675 |
|
@@ -677,11 +697,11 @@ msgstr ""
|
|
677 |
msgid "Role"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
681 |
#: lib/admin/groups-admin-groups-edit.php:158
|
682 |
#: lib/admin/groups-admin-options.php:205
|
683 |
#: lib/admin/groups-admin-options.php:317
|
684 |
-
#: lib/admin/groups-admin-options.php:
|
685 |
msgid "Save"
|
686 |
msgstr ""
|
687 |
|
@@ -689,7 +709,7 @@ msgstr ""
|
|
689 |
msgid "Show access restrictions for these post types."
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
693 |
msgid "Show groups"
|
694 |
msgstr ""
|
695 |
|
@@ -701,24 +721,24 @@ msgstr ""
|
|
701 |
msgid "Show the Groups tree view."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: lib/core/class-groups-help.php:
|
705 |
msgid "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups"
|
706 |
"\" target=\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com"
|
707 |
"\" target=\"_blank\">itthinx</a>."
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
711 |
#, php-format
|
712 |
msgid "The <em>%s</em> capability already exists and cannot be assigned to "
|
713 |
"this one."
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
717 |
#, php-format
|
718 |
msgid "The <em>%s</em> capability already exists."
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
722 |
#, php-format
|
723 |
msgid "The <em>%s</em> capability could not be updated."
|
724 |
msgstr ""
|
@@ -733,13 +753,13 @@ msgstr ""
|
|
733 |
msgid "The <em>%s</em> capability has been updated."
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
737 |
#, php-format
|
738 |
msgid "The <em>%s</em> group already exists and cannot be used to name this "
|
739 |
"one."
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: lib/admin/groups-admin-groups-add.php:
|
743 |
#, php-format
|
744 |
msgid "The <em>%s</em> group already exists."
|
745 |
msgstr ""
|
@@ -754,12 +774,12 @@ msgstr ""
|
|
754 |
msgid "The <em>%s</em> group has been updated."
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: lib/admin/groups-admin-capabilities-add.php:
|
758 |
-
#: lib/admin/groups-admin-capabilities-edit.php:
|
759 |
msgid "The <em>Capability</em> must not be empty."
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
763 |
msgid "The <em>Name</em> must not be empty."
|
764 |
msgstr ""
|
765 |
|
@@ -767,11 +787,11 @@ msgstr ""
|
|
767 |
msgid "The capability has been deleted."
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
771 |
msgid "The chosen capabilities are assigned to the group."
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: lib/core/class-groups-help.php:
|
775 |
msgid "The complete documentation is available on the <a href=\"http://docs."
|
776 |
"itthinx.com/document/groups\">Documentation</a> pages for Groups."
|
777 |
msgstr ""
|
@@ -780,15 +800,15 @@ msgstr ""
|
|
780 |
msgid "The group has been deleted."
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
784 |
msgid "The manual way:"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: lib/admin/groups-admin-groups-add.php:
|
788 |
msgid "The name must not be empty."
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
792 |
msgid "The quick way:"
|
793 |
msgstr ""
|
794 |
|
@@ -796,12 +816,12 @@ msgstr ""
|
|
796 |
msgid "The user is a member of the chosen groups."
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: lib/admin/groups-admin-capabilities.php:
|
800 |
-
#: lib/admin/groups-admin-groups.php:
|
801 |
msgid "There are no results."
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: lib/admin/groups-admin-groups-add.php:
|
805 |
msgid "These capabilities will be assigned to the group."
|
806 |
msgstr ""
|
807 |
|
@@ -815,11 +835,11 @@ msgid "This determines for which post types access restriction settings are "
|
|
815 |
"offered."
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: lib/admin/groups-admin-groups.php:
|
819 |
msgid "This group has no capabilities."
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: lib/admin/class-groups-admin.php:
|
823 |
msgid "Tree"
|
824 |
msgstr ""
|
825 |
|
@@ -831,18 +851,18 @@ msgstr ""
|
|
831 |
msgid "Tree view"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
835 |
msgid "Try the quick-create field first. Unless you need a more complex "
|
836 |
"setup, there is no reason to go this way instead."
|
837 |
msgstr ""
|
838 |
|
|
|
839 |
#: lib/access/class-groups-access-meta-boxes.php:211
|
840 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
841 |
-
#: lib/access/class-groups-access-meta-boxes.php:550
|
842 |
msgid "Type and choose …"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
846 |
msgid "Use the <em>Access restrictions</em> box to limit the visibility of "
|
847 |
"posts, pages and other post types."
|
848 |
msgstr ""
|
@@ -851,11 +871,11 @@ msgstr ""
|
|
851 |
msgid "User profiles"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
855 |
msgid "Using the quick-create field"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
859 |
msgid "Using the quick-create field, you can create a new group and "
|
860 |
"capability. The capability will be assigned to the group and enabled "
|
861 |
"to enforce read access. Group names are case-sensitive, the name of "
|
@@ -872,7 +892,7 @@ msgstr ""
|
|
872 |
msgid "You are a member of the %s group."
|
873 |
msgstr ""
|
874 |
|
875 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
876 |
msgid "You can create a new group and capability here. The capability will "
|
877 |
"be assigned to the group and enabled to enforce read access. Group "
|
878 |
"names are case-sensitive, the name of the capability is the lower-"
|
@@ -884,12 +904,12 @@ msgid "You can create a new group and capability here. The capability will "
|
|
884 |
"will be assigned to the group."
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
888 |
msgid "You can select one or more capabilities that are enabled for access "
|
889 |
"restriction."
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
893 |
msgid "You cannot set any access restrictions."
|
894 |
msgstr ""
|
895 |
|
@@ -903,7 +923,7 @@ msgstr ""
|
|
903 |
msgid "You have left the %s group."
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
907 |
msgid "You must be in a group that has at least one capability enabled to "
|
908 |
"enforce read access."
|
909 |
msgstr ""
|
7 |
msgid ""
|
8 |
msgstr "Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2016-07-11 18:29+0200\n"
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
31 |
msgid "(only unrestricted)"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: lib/admin/class-groups-admin-users.php:336
|
35 |
msgid "--"
|
36 |
msgstr ""
|
37 |
|
47 |
msgid "<span title=\"%s\">Access Restrictions</span>"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: lib/admin/groups-admin-capabilities-remove.php:145
|
51 |
+
#: lib/admin/groups-admin-groups-remove.php:149
|
52 |
#, php-format
|
53 |
msgid "<strong>%s</strong>"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: lib/access/class-groups-access-meta-boxes.php:162
|
57 |
msgid "<sup>*</sup> For each capability, the groups that have the "
|
58 |
"capability assigned are shown within parenthesis. You can choose a "
|
59 |
"capability by typing part of the group's or the capability's name."
|
76 |
msgstr ""
|
77 |
|
78 |
#: lib/admin/groups-admin-capabilities-add.php:34
|
79 |
+
#: lib/admin/groups-admin-capabilities-add.php:89
|
80 |
+
#: lib/admin/groups-admin-capabilities-add.php:93
|
81 |
#: lib/admin/groups-admin-capabilities-edit.php:35
|
82 |
+
#: lib/admin/groups-admin-capabilities-edit.php:96
|
83 |
#: lib/admin/groups-admin-capabilities-edit.php:100
|
|
|
84 |
#: lib/admin/groups-admin-capabilities-remove.php:35
|
85 |
+
#: lib/admin/groups-admin-capabilities-remove.php:83
|
86 |
#: lib/admin/groups-admin-capabilities-remove.php:87
|
87 |
+
#: lib/admin/groups-admin-capabilities-remove.php:110
|
88 |
+
#: lib/admin/groups-admin-capabilities-remove.php:175
|
89 |
+
#: lib/admin/groups-admin-capabilities-remove.php:179
|
|
|
90 |
#: lib/admin/groups-admin-capabilities.php:48
|
91 |
#: lib/admin/groups-admin-capabilities.php:141
|
92 |
#: lib/admin/groups-admin-capabilities.php:172
|
93 |
#: lib/admin/groups-admin-capabilities.php:178
|
94 |
#: lib/admin/groups-admin-groups-add.php:36
|
95 |
+
#: lib/admin/groups-admin-groups-add.php:139
|
96 |
+
#: lib/admin/groups-admin-groups-add.php:143
|
97 |
#: lib/admin/groups-admin-groups-edit.php:37
|
98 |
+
#: lib/admin/groups-admin-groups-edit.php:176
|
99 |
+
#: lib/admin/groups-admin-groups-edit.php:180
|
100 |
#: lib/admin/groups-admin-groups-remove.php:35
|
101 |
+
#: lib/admin/groups-admin-groups-remove.php:83
|
102 |
#: lib/admin/groups-admin-groups-remove.php:87
|
103 |
+
#: lib/admin/groups-admin-groups-remove.php:110
|
104 |
+
#: lib/admin/groups-admin-groups-remove.php:177
|
105 |
+
#: lib/admin/groups-admin-groups-remove.php:181
|
|
|
106 |
#: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
|
107 |
#: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
|
108 |
#: lib/admin/groups-admin-options.php:39
|
109 |
+
#: lib/admin/groups-admin-options.php:328
|
110 |
#: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
|
111 |
#: lib/test/groups-tests.php:391
|
112 |
msgid "Access denied."
|
116 |
msgid "Access restricions"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: lib/access/class-groups-access-meta-boxes.php:95
|
120 |
+
#: lib/access/class-groups-access-meta-boxes.php:105
|
121 |
+
#: lib/access/class-groups-access-meta-boxes.php:119
|
122 |
+
#: lib/access/class-groups-access-meta-boxes.php:122
|
123 |
+
#: lib/access/class-groups-access-meta-boxes.php:611
|
124 |
msgid "Access restrictions"
|
125 |
msgstr ""
|
126 |
|
129 |
msgid "Access restrictions …"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: lib/admin/groups-admin-capabilities-add.php:68
|
133 |
#: lib/admin/groups-admin-capabilities.php:201
|
134 |
#: lib/admin/groups-admin-groups-add.php:119
|
135 |
+
#: lib/admin/groups-admin-groups.php:207
|
136 |
msgid "Add"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: lib/admin/groups-admin-capabilities-add.php:50
|
140 |
msgid "Add a new capability"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: lib/admin/groups-admin-groups-add.php:59
|
144 |
msgid "Add a new group"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: lib/admin/groups-admin-groups.php:382
|
148 |
msgid "Add capability"
|
149 |
msgstr ""
|
150 |
|
152 |
msgid "Add restriction"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: lib/admin/class-groups-admin-users.php:189
|
156 |
msgid "Add to group"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: lib/admin/class-groups-admin.php:221 lib/admin/groups-admin-add-ons.php:34
|
160 |
+
msgid "Add-Ons"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: lib/access/class-groups-access-meta-boxes.php:148
|
164 |
msgid "Adding the group and capability manually and enabling it for access "
|
165 |
"restriction"
|
166 |
msgstr ""
|
182 |
"capabilities."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: lib/admin/class-groups-admin-users.php:192
|
186 |
+
#: lib/admin/groups-admin-capabilities.php:334
|
187 |
+
#: lib/admin/groups-admin-capabilities.php:360
|
188 |
+
#: lib/admin/groups-admin-capabilities.php:374
|
189 |
+
#: lib/admin/groups-admin-groups.php:323 lib/admin/groups-admin-groups.php:349
|
190 |
+
#: lib/admin/groups-admin-groups.php:385
|
191 |
msgid "Apply"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: lib/access/class-groups-access-meta-boxes.php:158
|
195 |
msgid "Become a member of the <em>Premium</em> group - this is required so "
|
196 |
"you can choose the <em>premium</em> capability to restrict access to "
|
197 |
"a post."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: lib/admin/groups-admin-capabilities.php:371
|
201 |
+
#: lib/admin/groups-admin-groups.php:380
|
202 |
msgid "Bulk Actions"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: lib/admin/groups-admin-options.php:362
|
206 |
msgid "CAUTION: If this option is active while the plugin is deactivated, "
|
207 |
"ALL plugin settings and data will be DELETED for <strong>all sites</"
|
208 |
"strong>. If you are going to use this option, now would be a good "
|
219 |
"of data or any other consequences thereof."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: lib/admin/groups-admin-capabilities-add.php:70
|
223 |
+
#: lib/admin/groups-admin-capabilities-edit.php:79
|
224 |
+
#: lib/admin/groups-admin-capabilities-remove.php:64
|
225 |
+
#: lib/admin/groups-admin-capabilities-remove.php:150
|
226 |
#: lib/admin/groups-admin-groups-add.php:121
|
227 |
#: lib/admin/groups-admin-groups-edit.php:160
|
228 |
+
#: lib/admin/groups-admin-groups-remove.php:64
|
229 |
+
#: lib/admin/groups-admin-groups-remove.php:154
|
230 |
msgid "Cancel"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: lib/admin/class-groups-admin.php:195
|
234 |
+
#: lib/admin/groups-admin-capabilities.php:192
|
235 |
+
#: lib/admin/groups-admin-groups-add.php:97
|
236 |
+
#: lib/admin/groups-admin-groups-edit.php:117
|
237 |
+
#: lib/admin/groups-admin-groups.php:306
|
238 |
+
#: lib/admin/groups-admin-options.php:251 lib/core/class-groups-help.php:71
|
239 |
msgid "Capabilities"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: lib/admin/groups-admin-groups.php:361 lib/admin/groups-admin-groups.php:362
|
243 |
msgid "Capabilities …"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: lib/admin/groups-admin-capabilities-add.php:57
|
247 |
+
#: lib/admin/groups-admin-capabilities-edit.php:66
|
248 |
+
#: lib/admin/groups-admin-capabilities.php:314
|
249 |
+
#: lib/admin/groups-admin-capabilities.php:330
|
250 |
msgid "Capability"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: lib/admin/groups-admin-capabilities-remove.php:59
|
254 |
#, php-format
|
255 |
msgid "Capability : %s"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: lib/admin/groups-admin-capabilities.php:326
|
259 |
+
msgid "Capability ID"
|
260 |
msgstr ""
|
261 |
|
262 |
#: lib/admin/class-groups-admin-posts.php:195
|
264 |
msgid "Choose access restrictions …"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: lib/admin/groups-admin-groups-add.php:100
|
268 |
+
#: lib/admin/groups-admin-groups-edit.php:120
|
269 |
msgid "Choose capabilities …"
|
270 |
msgstr ""
|
271 |
|
272 |
#: lib/admin/class-groups-admin-user-profile.php:100
|
273 |
#: lib/admin/class-groups-admin-user-profile.php:101
|
274 |
+
#: lib/admin/class-groups-admin-users.php:171
|
275 |
+
#: lib/admin/class-groups-admin-users.php:172
|
276 |
msgid "Choose groups …"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: lib/access/class-groups-access-meta-boxes.php:212
|
280 |
+
#: lib/access/class-groups-access-meta-boxes.php:560
|
281 |
msgid "Choose one or more capabilities to restrict access. Groups that "
|
282 |
"grant access through the capabilities are shown in parenthesis. If "
|
283 |
"no capabilities are available yet, you can use the quick-create box "
|
285 |
"the fly."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: lib/admin/groups-admin-capabilities.php:335
|
289 |
+
#: lib/admin/groups-admin-groups.php:324
|
290 |
msgid "Clear"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: lib/admin/groups-admin-capabilities.php:196
|
294 |
msgid "Click to add a new capability"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: lib/admin/groups-admin-groups.php:202
|
298 |
msgid "Click to add a new group"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: lib/admin/groups-admin-capabilities.php:212
|
302 |
msgid "Click to refresh capabilities"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: lib/access/class-groups-access-meta-boxes.php:284
|
306 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
307 |
msgstr ""
|
308 |
|
310 |
msgid "Deactivation and data persistence"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: lib/admin/groups-admin-options.php:359
|
314 |
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
315 |
msgstr ""
|
316 |
|
318 |
msgid "Delete all Groups plugin data on deactivation"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: lib/admin/groups-admin-capabilities-add.php:62
|
322 |
+
#: lib/admin/groups-admin-capabilities-edit.php:71
|
323 |
+
#: lib/admin/groups-admin-capabilities.php:315
|
324 |
+
#: lib/admin/groups-admin-groups-add.php:83
|
325 |
+
#: lib/admin/groups-admin-groups-edit.php:93
|
326 |
+
#: lib/admin/groups-admin-groups.php:305
|
327 |
msgid "Description"
|
328 |
msgstr ""
|
329 |
|
332 |
"access restrictions on individual posts of that type."
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: lib/admin/groups-admin-capabilities.php:449
|
336 |
+
#: lib/admin/groups-admin-groups.php:460
|
|
|
337 |
msgid "Edit"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: lib/admin/groups-admin-capabilities-edit.php:56
|
341 |
msgid "Edit a capability"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: lib/admin/groups-admin-groups-edit.php:68
|
345 |
msgid "Edit a group"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: lib/access/class-groups-access-meta-boxes.php:159
|
349 |
msgid "Edit the post for which you want to restrict access and "
|
350 |
"choose<sup>*</sup> the <em>premium</em> capability."
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: lib/access/class-groups-access-meta-boxes.php:202
|
354 |
+
#: lib/access/class-groups-access-meta-boxes.php:524
|
355 |
msgid "Enforce read access"
|
356 |
msgstr ""
|
357 |
|
358 |
#: lib/admin/groups-admin-options.php:193
|
359 |
msgid "Enhanced functionality is available via official <a href=\"http://"
|
360 |
+
"www.itthinx.com/shop/\">Extensions</a> for Groups."
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: lib/access/class-groups-access-meta-boxes.php:141
|
364 |
msgid "Enter <em>Premium</em> in the quick-create field located in the "
|
365 |
"Access restrictions panel and save or update the post (or hit Enter)."
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: lib/access/class-groups-access-meta-boxes.php:133
|
369 |
msgid "Example:"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: lib/admin/groups-admin-capabilities.php:324
|
373 |
+
#: lib/admin/groups-admin-groups.php:315
|
374 |
msgid "Filters"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: lib/access/class-groups-access-meta-boxes.php:155
|
378 |
msgid "Go to <strong>Groups > Capabilities</strong> and add the "
|
379 |
"<em>premium</em> capability."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: lib/access/class-groups-access-meta-boxes.php:154
|
383 |
msgid "Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> "
|
384 |
"group."
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: lib/access/class-groups-access-meta-boxes.php:156
|
388 |
msgid "Go to <strong>Groups > Groups</strong> and assign the <em>premium</"
|
389 |
"em> capability to the <em>Premium</em> group."
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: lib/access/class-groups-access-meta-boxes.php:157
|
393 |
msgid "Go to <strong>Groups > Options</strong> and enable the <em>premium</"
|
394 |
"em> capability to restrict access."
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: lib/admin/groups-admin-groups.php:304
|
398 |
msgid "Group"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: lib/admin/class-groups-admin-users.php:188
|
402 |
msgid "Group Actions"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: lib/admin/groups-admin-groups.php:316
|
406 |
+
msgid "Group ID"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: lib/admin/groups-admin-groups.php:319
|
410 |
msgid "Group Name"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: lib/admin/groups-admin-groups-remove.php:59
|
414 |
#, php-format
|
415 |
msgid "Group Name : %s"
|
416 |
msgstr ""
|
417 |
|
418 |
#: lib/admin/class-groups-admin-user-profile.php:66
|
419 |
#: lib/admin/class-groups-admin-user-profile.php:90
|
420 |
+
#: lib/admin/class-groups-admin-users.php:309
|
421 |
+
#: lib/admin/class-groups-admin.php:244 lib/admin/class-groups-admin.php:245
|
422 |
+
#: lib/admin/class-groups-admin.php:274 lib/core/class-groups-help.php:63
|
423 |
+
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
424 |
msgid "Groups"
|
425 |
msgstr ""
|
426 |
|
429 |
msgid "Groups"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: lib/admin/class-groups-admin.php:158 lib/admin/groups-admin-groups.php:199
|
433 |
+
msgctxt "page-title"
|
434 |
msgid "Groups"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: lib/admin/class-groups-admin.php:220
|
438 |
+
msgid "Groups Add-Ons"
|
|
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: lib/admin/class-groups-admin.php:194
|
442 |
msgid "Groups Capabilities"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: lib/admin/groups-admin-options.php:133
|
446 |
+
msgid "Groups Options"
|
447 |
+
msgstr ""
|
448 |
+
|
449 |
+
#: lib/admin/groups-admin-options.php:334
|
450 |
msgid "Groups network options"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: lib/admin/class-groups-admin.php:207
|
454 |
msgid "Groups options"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: lib/core/class-groups-help.php:92
|
458 |
msgid "Here you can <strong>add</strong>, <strong>edit</strong> and "
|
459 |
"<strong>remove</strong> groups."
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: lib/admin/groups-admin-capabilities.php:313
|
463 |
+
#: lib/admin/groups-admin-groups.php:303
|
464 |
+
msgid "ID"
|
465 |
msgstr ""
|
466 |
|
467 |
#: lib/admin/groups-admin-options.php:299
|
473 |
"selected capabilities will be offered to restrict access to posts."
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: lib/admin/groups-admin-groups-edit.php:141
|
477 |
msgid "Inherited capabilities:"
|
478 |
msgstr ""
|
479 |
|
487 |
msgid "Leave the %s group"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: lib/access/class-groups-access-meta-boxes.php:135
|
491 |
msgid "Let's assume that you want to limit the visibility of a post to "
|
492 |
"members of the <em>Premium</em> group."
|
493 |
msgstr ""
|
496 |
msgid "Log out"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: lib/access/class-groups-access-meta-boxes.php:522
|
500 |
msgid "Media"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: lib/access/class-groups-access-meta-boxes.php:229
|
504 |
+
#: lib/access/class-groups-access-meta-boxes.php:577
|
505 |
#, php-format
|
506 |
msgid "Members of the %1$s group can access this %2$s through this "
|
507 |
"capability."
|
510 |
msgstr[0] ""
|
511 |
msgstr[1] ""
|
512 |
|
513 |
+
#: lib/admin/groups-admin-groups-add.php:69
|
514 |
+
#: lib/admin/groups-admin-groups-edit.php:79
|
515 |
msgid "Name"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: lib/admin/groups-admin-options.php:356
|
519 |
msgid "Network deactivation and data persistence"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: lib/admin/groups-admin-capabilities.php:206
|
523 |
msgid "New Capability"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: lib/admin/groups-admin-groups.php:212
|
527 |
msgid "New Group"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: lib/access/class-groups-access-meta-boxes.php:238
|
531 |
+
#: lib/access/class-groups-access-meta-boxes.php:586
|
532 |
msgid "No groups grant access through this capability. To grant access to "
|
533 |
"group members using this capability, you should assign it to a group "
|
534 |
"and enable the capability for access restriction."
|
538 |
msgid "No new capabilities have been found."
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: lib/admin/groups-admin-capabilities-remove.php:116
|
542 |
msgid "No such capabilities."
|
543 |
msgstr ""
|
544 |
|
552 |
msgid "No such group."
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: lib/admin/groups-admin-groups-remove.php:116
|
556 |
msgid "No such groups."
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: lib/access/class-groups-access-meta-boxes.php:130
|
560 |
msgid "Note that you must be a member of a group that has such a capability "
|
561 |
"assigned."
|
562 |
msgstr ""
|
572 |
msgid "One or more capabilities required to read the entry."
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: lib/access/class-groups-access-meta-boxes.php:280
|
576 |
+
#: lib/access/class-groups-access-meta-boxes.php:607
|
577 |
#, php-format
|
578 |
msgid "Only groups or users that have one of the selected capabilities are "
|
579 |
"allowed to read this %s."
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: lib/admin/class-groups-admin.php:208 lib/admin/class-groups-admin.php:268
|
583 |
+
#: lib/core/class-groups-help.php:70
|
584 |
msgid "Options"
|
585 |
msgstr ""
|
586 |
|
588 |
msgid "Options saved."
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: lib/admin/groups-admin-groups-add.php:76
|
592 |
+
#: lib/admin/groups-admin-groups-edit.php:86
|
593 |
msgid "Parent"
|
594 |
msgstr ""
|
595 |
|
597 |
msgid "Permissions"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: lib/admin/groups-admin-groups-remove.php:142
|
601 |
msgid "Please confirm removal of the following groups. This action cannot "
|
602 |
"be undone."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: lib/admin/groups-admin-capabilities-remove.php:139
|
606 |
msgid "Please confirm to remove the following capabilities. This action "
|
607 |
"cannot be undone."
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: lib/core/class-groups-help.php:144
|
611 |
+
#, php-format
|
612 |
+
msgid "Please give it a <a href=\"%s\">★★★★★</"
|
613 |
+
"a> rating."
|
614 |
+
msgstr ""
|
615 |
+
|
616 |
+
#: lib/access/class-groups-access-meta-boxes.php:187
|
617 |
msgid "Post"
|
618 |
msgstr ""
|
619 |
|
621 |
msgid "Post types"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: lib/access/class-groups-access-meta-boxes.php:318
|
625 |
msgid "Quick-create group & capability"
|
626 |
msgstr ""
|
627 |
|
629 |
msgid "Read Post"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: lib/admin/groups-admin-add-ons.php:38
|
633 |
+
msgid "Recommended extensions for Groups"
|
634 |
+
msgstr ""
|
635 |
+
|
636 |
+
#: lib/admin/groups-admin-add-ons.php:146
|
637 |
+
msgid "Recommended plugins by itthinx"
|
638 |
+
msgstr ""
|
639 |
+
|
640 |
+
#: lib/admin/groups-admin-capabilities.php:217
|
641 |
+
#: lib/admin/groups-admin-capabilities.php:222
|
642 |
msgid "Refresh"
|
643 |
msgstr ""
|
644 |
|
646 |
msgid "Registered"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: lib/admin/groups-admin-capabilities-remove.php:62
|
650 |
+
#: lib/admin/groups-admin-capabilities-remove.php:149
|
651 |
+
#: lib/admin/groups-admin-capabilities.php:372
|
652 |
+
#: lib/admin/groups-admin-capabilities.php:458
|
653 |
+
#: lib/admin/groups-admin-groups-remove.php:62
|
654 |
+
#: lib/admin/groups-admin-groups-remove.php:153
|
655 |
+
#: lib/admin/groups-admin-groups.php:469
|
|
|
656 |
msgid "Remove"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: lib/admin/groups-admin-capabilities-remove.php:53
|
660 |
msgid "Remove a capability"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: lib/admin/groups-admin-groups-remove.php:53
|
664 |
msgid "Remove a group"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: lib/admin/groups-admin-capabilities-remove.php:133
|
668 |
msgid "Remove capabilities"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: lib/admin/groups-admin-groups.php:383
|
672 |
msgid "Remove capability"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: lib/admin/class-groups-admin-users.php:190
|
676 |
msgid "Remove from group"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: lib/admin/groups-admin-groups.php:381
|
680 |
msgid "Remove group"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: lib/admin/groups-admin-groups-remove.php:135
|
684 |
msgid "Remove groups"
|
685 |
msgstr ""
|
686 |
|
688 |
msgid "Remove restriction"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: lib/admin/groups-admin-capabilities.php:357
|
692 |
+
#: lib/admin/groups-admin-groups.php:346
|
693 |
msgid "Results per page"
|
694 |
msgstr ""
|
695 |
|
697 |
msgid "Role"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: lib/admin/groups-admin-capabilities-edit.php:77
|
701 |
#: lib/admin/groups-admin-groups-edit.php:158
|
702 |
#: lib/admin/groups-admin-options.php:205
|
703 |
#: lib/admin/groups-admin-options.php:317
|
704 |
+
#: lib/admin/groups-admin-options.php:366
|
705 |
msgid "Save"
|
706 |
msgstr ""
|
707 |
|
709 |
msgid "Show access restrictions for these post types."
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: lib/access/class-groups-access-meta-boxes.php:287
|
713 |
msgid "Show groups"
|
714 |
msgstr ""
|
715 |
|
721 |
msgid "Show the Groups tree view."
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: lib/core/class-groups-help.php:141
|
725 |
msgid "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups"
|
726 |
"\" target=\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com"
|
727 |
"\" target=\"_blank\">itthinx</a>."
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: lib/admin/groups-admin-capabilities-edit.php:116
|
731 |
#, php-format
|
732 |
msgid "The <em>%s</em> capability already exists and cannot be assigned to "
|
733 |
"this one."
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: lib/admin/groups-admin-capabilities-add.php:104
|
737 |
#, php-format
|
738 |
msgid "The <em>%s</em> capability already exists."
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: lib/admin/groups-admin-capabilities-edit.php:126
|
742 |
#, php-format
|
743 |
msgid "The <em>%s</em> capability could not be updated."
|
744 |
msgstr ""
|
753 |
msgid "The <em>%s</em> capability has been updated."
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: lib/admin/groups-admin-groups-edit.php:204
|
757 |
#, php-format
|
758 |
msgid "The <em>%s</em> group already exists and cannot be used to name this "
|
759 |
"one."
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: lib/admin/groups-admin-groups-add.php:165
|
763 |
#, php-format
|
764 |
msgid "The <em>%s</em> group already exists."
|
765 |
msgstr ""
|
774 |
msgid "The <em>%s</em> group has been updated."
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: lib/admin/groups-admin-capabilities-add.php:102
|
778 |
+
#: lib/admin/groups-admin-capabilities-edit.php:130
|
779 |
msgid "The <em>Capability</em> must not be empty."
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: lib/admin/groups-admin-groups-edit.php:196
|
783 |
msgid "The <em>Name</em> must not be empty."
|
784 |
msgstr ""
|
785 |
|
787 |
msgid "The capability has been deleted."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: lib/admin/groups-admin-groups-edit.php:130
|
791 |
msgid "The chosen capabilities are assigned to the group."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: lib/core/class-groups-help.php:87
|
795 |
msgid "The complete documentation is available on the <a href=\"http://docs."
|
796 |
"itthinx.com/document/groups\">Documentation</a> pages for Groups."
|
797 |
msgstr ""
|
800 |
msgid "The group has been deleted."
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: lib/access/class-groups-access-meta-boxes.php:146
|
804 |
msgid "The manual way:"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: lib/admin/groups-admin-groups-add.php:163
|
808 |
msgid "The name must not be empty."
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: lib/access/class-groups-access-meta-boxes.php:137
|
812 |
msgid "The quick way:"
|
813 |
msgstr ""
|
814 |
|
816 |
msgid "The user is a member of the chosen groups."
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: lib/admin/groups-admin-capabilities.php:484
|
820 |
+
#: lib/admin/groups-admin-groups.php:523
|
821 |
msgid "There are no results."
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: lib/admin/groups-admin-groups-add.php:109
|
825 |
msgid "These capabilities will be assigned to the group."
|
826 |
msgstr ""
|
827 |
|
835 |
"offered."
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: lib/admin/groups-admin-groups.php:516
|
839 |
msgid "This group has no capabilities."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: lib/admin/class-groups-admin.php:180 lib/admin/class-groups-admin.php:181
|
843 |
msgid "Tree"
|
844 |
msgstr ""
|
845 |
|
851 |
msgid "Tree view"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: lib/access/class-groups-access-meta-boxes.php:151
|
855 |
msgid "Try the quick-create field first. Unless you need a more complex "
|
856 |
"setup, there is no reason to go this way instead."
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: lib/access/class-groups-access-meta-boxes.php:210
|
860 |
#: lib/access/class-groups-access-meta-boxes.php:211
|
861 |
+
#: lib/access/class-groups-access-meta-boxes.php:559
|
|
|
862 |
msgid "Type and choose …"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: lib/access/class-groups-access-meta-boxes.php:125
|
866 |
msgid "Use the <em>Access restrictions</em> box to limit the visibility of "
|
867 |
"posts, pages and other post types."
|
868 |
msgstr ""
|
871 |
msgid "User profiles"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: lib/access/class-groups-access-meta-boxes.php:139
|
875 |
msgid "Using the quick-create field"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: lib/access/class-groups-access-meta-boxes.php:144
|
879 |
msgid "Using the quick-create field, you can create a new group and "
|
880 |
"capability. The capability will be assigned to the group and enabled "
|
881 |
"to enforce read access. Group names are case-sensitive, the name of "
|
892 |
msgid "You are a member of the %s group."
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: lib/access/class-groups-access-meta-boxes.php:322
|
896 |
msgid "You can create a new group and capability here. The capability will "
|
897 |
"be assigned to the group and enabled to enforce read access. Group "
|
898 |
"names are case-sensitive, the name of the capability is the lower-"
|
904 |
"will be assigned to the group."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: lib/access/class-groups-access-meta-boxes.php:128
|
908 |
msgid "You can select one or more capabilities that are enabled for access "
|
909 |
"restriction."
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: lib/access/class-groups-access-meta-boxes.php:300
|
913 |
msgid "You cannot set any access restrictions."
|
914 |
msgstr ""
|
915 |
|
923 |
msgid "You have left the %s group."
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: lib/access/class-groups-access-meta-boxes.php:306
|
927 |
msgid "You must be in a group that has at least one capability enabled to "
|
928 |
"enforce read access."
|
929 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.itthinx.com/plugins/groups
|
|
4 |
Tags: access, access control, capability, capabilities, content, download, downloads, file, file access, files, group, groups, member, members, membership, memberships, paypal, permission, permissions, subscription, subscriptions, woocommerce
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.5.3
|
7 |
-
Stable tag: 1.11.
|
8 |
License: GPLv3
|
9 |
|
10 |
Groups is an efficient and powerful solution, providing group-based user membership management, group-based capabilities and content access control.
|
@@ -182,359 +182,18 @@ See also [Groups](http://www.itthinx.com/plugins/groups/)
|
|
182 |
|
183 |
== Changelog ==
|
184 |
|
|
|
|
|
|
|
|
|
|
|
185 |
= 1.11.1 =
|
186 |
* Fixed the order_by and order parameters in Groups_Group::get_groups()
|
187 |
|
188 |
= 1.11.0 =
|
189 |
* Added the Brazilian Portuguese translation.
|
190 |
|
191 |
-
= 1.10.3 =
|
192 |
-
* Added the groups_access_restrictions_capability_selected filter.
|
193 |
-
|
194 |
-
= 1.10.2 =
|
195 |
-
* Tested for WordPress 4.5.
|
196 |
-
|
197 |
-
= 1.10.1 =
|
198 |
-
* Fixed the French translation which introduced incorrect markup breaking the help button.
|
199 |
-
* Added the groups_admin_groups_add_form_after_fields filter.
|
200 |
-
* Added the groups_admin_groups_add_submit_success action.
|
201 |
-
* Added the groups_admin_groups_edit_form_after_fields filter.
|
202 |
-
* Added the groups_admin_groups_edit_submit_success action.
|
203 |
-
* Fixed some code formatting (tabs).
|
204 |
-
|
205 |
-
= 1.10.0 =
|
206 |
-
* Adjusted the Groups and Capabilities screens' UI elements.
|
207 |
-
* Reduced the filters section footprint on the Groups screen.
|
208 |
-
* Reduced the filters section footprint on the Capabilities screen.
|
209 |
-
* Fixed use of deprecated constructor in the Groups_Pagination class.
|
210 |
-
* Fixed sorting by description and the sorting indicator on the Groups screen.
|
211 |
-
* Fixed sorting by description and the sorting indicator on the Capabilities screen.
|
212 |
-
* Fixed some code formatting issues including superfluous whitespace.
|
213 |
-
* Improved the footer rendering and footprint.
|
214 |
-
|
215 |
-
= 1.9.1 =
|
216 |
-
* WordPress 4.4 compatible.
|
217 |
-
* Updated selectize.js to 0.12.1 (standalone).
|
218 |
-
* Fixed a representation issue for the lower group selector on the Users screen.
|
219 |
-
* Updated the page headings to use h1 instead of h2.
|
220 |
-
* Added the is_member method to Groups_User.
|
221 |
-
* Updated the footer.
|
222 |
-
|
223 |
-
= 1.9.0 =
|
224 |
-
* Added own cache encapsulation to guard against flaws in outdated cache implementations.
|
225 |
-
* Added new user group property to obtain hierarchical groups.
|
226 |
-
* Improved user properties to use own caching.
|
227 |
-
* Fixed media field filters wrongly declared as actions.
|
228 |
-
* Fixed the version comparison operation.
|
229 |
-
|
230 |
-
= 1.8.1 =
|
231 |
-
* Fixed potential XSS vulnerabilities related to the unescaped use of the $_SERVER['REQUEST_URI'] in some forms.
|
232 |
-
|
233 |
-
= 1.8.0 =
|
234 |
-
* WordPress 4.3.1 compatibility tested.
|
235 |
-
* Add-ons section added.
|
236 |
-
|
237 |
-
= 1.7.2 =
|
238 |
-
* WordPress 4.3 compatibility tested.
|
239 |
-
* Updated the menu position constant (string instead of number).
|
240 |
-
* Removed translation of the Groups menu title (related to a consistent appearance and would also be affected by a a core bug).
|
241 |
-
* Fixed padding for the header checkbox on the Groups and Capabilities screens.
|
242 |
-
|
243 |
-
= 1.7.1 =
|
244 |
-
* Fixes an issue with map_meta_cap filtering where no valid post ID is provided.
|
245 |
-
|
246 |
-
= 1.7.0 =
|
247 |
-
* Added the French translation.
|
248 |
-
* Added the [groups_login] shortcode.
|
249 |
-
* Added the [groups_logout] shortcode.
|
250 |
-
* Updated the German translation.
|
251 |
-
* Updated the Spanish translation.
|
252 |
-
* Added the groups_deleted_capability_capability action.
|
253 |
-
* Fixed an issue with deleted capabilities restricting access to posts.
|
254 |
-
* Fixed cache entries for capabilities.
|
255 |
-
|
256 |
-
= 1.6.0 =
|
257 |
-
* Added the German translation.
|
258 |
-
* Updated the Spanish translation.
|
259 |
-
* Updated the Groups menu position.
|
260 |
-
* Removed empty strings from translation.
|
261 |
-
|
262 |
-
= 1.5.5 =
|
263 |
-
* Added administrative links to the plugin entry.
|
264 |
-
|
265 |
-
= 1.5.4 =
|
266 |
-
* Added the Dutch translation.
|
267 |
-
|
268 |
-
= 1.5.3 =
|
269 |
-
* Added a comparison method for groups and capabilities.
|
270 |
-
* Updated the documentation link in the help content.
|
271 |
-
|
272 |
-
= 1.5.2 =
|
273 |
-
* Improved internal definitions to use API function instead of WP_CONTENT_DIR
|
274 |
-
and WP_CONTENT_URL constants.
|
275 |
-
* Now showing inherited capabilities for groups.
|
276 |
-
* Added ABSPATH check to plugin main file.
|
277 |
-
* Improved the UI rendering cancel links as buttons.
|
278 |
-
* Improved the UI adding some space on capability selector box.
|
279 |
-
* Fixed a pagination issue when the page number is indicated on the Groups or Capabilities screen.
|
280 |
-
|
281 |
-
= 1.5.1 =
|
282 |
-
* Please **MAKE A BACKUP** of your site and database PRIOR to updating.
|
283 |
-
* WordPress 4.2 compatible.
|
284 |
-
* Adopted a more flexible index size on the capability row of the capability table.
|
285 |
-
|
286 |
-
= 1.5.0 =
|
287 |
-
* Please **MAKE A BACKUP** of your site and database PRIOR to updating.
|
288 |
-
* WordPress 4.2 compatible.
|
289 |
-
* Reduced the index size on the capability row of the capability table.
|
290 |
-
|
291 |
-
= 1.4.15 =
|
292 |
-
* Due to changes in versions 1.4.14 and 1.4.15, it's important to **MAKE A BACKUP** of the site & database, test the site, extensions & theme PRIOR to updating.
|
293 |
-
* Fixes a cache incompatibility with caching mechanisms that do not implement wp_cache_get()'s function signature fully.
|
294 |
-
This addresses cases specifically where the fourth parameter $found is not initialized as expected upon return.
|
295 |
-
The performance improvements included in this release are lessened with caching plugins that fail to implement the return value disambiguation via $found.
|
296 |
-
|
297 |
-
= 1.4.14 =
|
298 |
-
* Now not using Groups' the_posts filter by default as results are already filtered by Groups' posts_where filter.
|
299 |
-
* Added the groups_filter_the_posts filter which can be used to 'reactivate' Groups' the_posts filter where needed.
|
300 |
-
* Added caching for capabilities read by capability name.
|
301 |
-
* Added caching for groups read by name.
|
302 |
-
* Added caching for results obtained in Groups_Post_Access::user_can_read_post(...).
|
303 |
-
* Added the groups_post_access_user_can_read_post filter.
|
304 |
-
* Admin override is disabled by default (existing installs need to disable manually if options were saved).
|
305 |
-
* Swedish translation by [Andréas Lundgren](http://adevade.com) added.
|
306 |
-
|
307 |
-
= 1.4.13 =
|
308 |
-
* WordPress 4.1 compatible.
|
309 |
-
|
310 |
-
= 1.4.12 =
|
311 |
-
* Fixes missing selectize Javascript for the media uploader's attachment popup.
|
312 |
-
|
313 |
-
= 1.4.11 =
|
314 |
-
* WordPress 4.0 compatible.
|
315 |
-
|
316 |
-
= 1.4.10 =
|
317 |
-
* Improved: code documentation
|
318 |
-
* WordPress 3.9 compatibility checked
|
319 |
-
* Changed some filter usage with prepare() for 3.9 nags.
|
320 |
-
* Fixed unmatched tags in the tree view.
|
321 |
-
|
322 |
-
= 1.4.9 =
|
323 |
-
* Fixed: Tree view doesn't appear/disappear in menu directly after setting the option.
|
324 |
-
* Improved: Feedback when options have been saved.
|
325 |
-
* Improved: UI size adjustments.
|
326 |
-
* Added: New API methods Groups_Group::get_group_ids() and Groups_Group::get_groups().
|
327 |
-
* Improved: groups and capabilities table cell titles and ellipsis added.
|
328 |
-
|
329 |
-
= 1.4.8 =
|
330 |
-
* Fixed: A closing tag in the group list on the user profile.
|
331 |
-
* Fixed: Help wording.
|
332 |
-
* Improved: Capabilities in the Access Restrictions column are sorted for more consistent display.
|
333 |
-
* Improved: Reduced ID, Edit and Remove column widths on Groups and Capabilities screens.
|
334 |
-
* Fixed: Stripping added slashes from groups and capabilities displayed.
|
335 |
-
* Added: Feedback when groups and capabilities are created, updated or removed in admin.
|
336 |
-
* Added: group and exclude_group attributes for the [groups_user_groups] shortcode.
|
337 |
-
* Improved: Replaced remnant CR LF line-endings in code.
|
338 |
-
* Fixed: Handling updates to a capability when the capability field is empty.
|
339 |
-
* Fixed: Handling updates to a group when the name field is empty.
|
340 |
-
* Fixed: Don't allow to use the name of another existing group when updating a group.
|
341 |
-
* Fixed: Don't allow to use the name of another existing capability when updating one.
|
342 |
-
|
343 |
-
= 1.4.7 =
|
344 |
-
* Security improvement: plugin files accessed directly exit
|
345 |
-
|
346 |
-
= 1.4.6.1 =
|
347 |
-
* Fixed: Don't interfere with output when there is no post (the_content and get_the_excerpt filters)
|
348 |
-
|
349 |
-
= 1.4.6 =
|
350 |
-
* Security fix : Certain capabilities could be granted to users instead of being denied with a change introduced in version 1.4.5. Roles with negated capabilities would effectively grant these capabilities to the user.
|
351 |
-
|
352 |
-
= 1.4.5 =
|
353 |
-
* Using a WordPress API function get_post_type_capabilities() instead of semi-hardcoded capabilities for access restriction checks (affects CPTs).
|
354 |
-
* Changed: Taking role-based capabilities into account when creating cache entries for the Groups_User object. The new groups_user_add_role_capabilities filter allows to modify this new behaviour by returning false.
|
355 |
-
* Added: groups_user_add_role_capabilities filter.
|
356 |
-
|
357 |
-
= 1.4.4 =
|
358 |
-
* WordPress 3.8 compatibility checked.
|
359 |
-
* Fixed: Access restriction options per post type when none is checked.
|
360 |
-
|
361 |
-
= 1.4.3 =
|
362 |
-
* Added: Bulk editing (add/remove) of post access restriction capabilities.
|
363 |
-
* Fixed: A typo in the Access Restriction column's tooltip text.
|
364 |
-
* Fixed: Validation of access restriction capabilities when saved on options admin screen.
|
365 |
-
* Changed: Users must now have the groups_access capability to be able to use the access restriction meta box on posts.
|
366 |
-
|
367 |
-
= 1.4.2 =
|
368 |
-
* Added: Access restriction capabilities shown for enabled post types on overview screens.
|
369 |
-
* WordPress 3.7.1 compatibility checked.
|
370 |
-
* Fixed: Error caused by typo when obtaining group_ids_deep property for a Groups_User.
|
371 |
-
* Changed: Replaced some __get calls by properties.
|
372 |
-
* Added: Filter by access restriction capabilities for enabled post types on overview screens.
|
373 |
-
|
374 |
-
= 1.4.1 =
|
375 |
-
* Added: Better group-assignment on the Users admin screen, allows to assign/remove multiple users to/from multiple groups along with a better UI.
|
376 |
-
* Changed: Groups requires at least WordPress 3.5 now, although this only affects the group-action functionality on the Users admin screen, the restrict_manage_users action which is now used to render the UI elements needed, was introduced with WordPress 3.5.
|
377 |
-
* Added: Extensions box in Options.
|
378 |
-
* Improved: Groups section in user profile with added description.
|
379 |
-
|
380 |
-
= 1.4.0 =
|
381 |
-
* Added: Groups > Groups > Add / Edit group screens, allow to assign/modify the capabilities assigned to the group.
|
382 |
-
* Added: Groups > Groups screen, allow to assign/remove multiple capabilities to multiple groups.
|
383 |
-
* Added: Groups > Groups screen, allow to delete multiple groups as a bulk action.
|
384 |
-
* Added: Groups > Capabilities screen, allow to delete multiple capabilities as a bulk action.
|
385 |
-
* Improved: Groups > Options screen, using searchable select instead of checkboxes to enable capabilities for access restriction.
|
386 |
-
* Improved: In user profiles, using a searchable select to modify group assignments.
|
387 |
-
* Improved: Reduced the footer text in groups admin sections.
|
388 |
-
* Improved: Admin CSS to make better use of screen real-estate and more coherent appearance with the new UI additions.
|
389 |
-
|
390 |
-
= 1.3.14 =
|
391 |
-
* Added the option to quick-create group and capability within the access restriction meta-box.
|
392 |
-
* Added the option to show groups granting access per capability in the access restriction meta-box.
|
393 |
-
* Added the quick-create field to the access restrictions meta-box which allows to create group & capability on the fly.
|
394 |
-
* Added [Selectize.js](http://brianreavis.github.io/selectize.js/) and using it in the access restrictions meta-box instead of checkboxes.
|
395 |
-
* Improved the Groups > Options screen using a Selectize-based selection of capabilities that are enabled for access restriction.
|
396 |
-
|
397 |
-
= 1.3.13 =
|
398 |
-
* Fixed duplicate postmeta created when saving access restriction capabilities for a post.
|
399 |
-
* [groups_can] and [groups_can_not] now accept multiple capabilities separated by comma.
|
400 |
-
* WordPress 3.6.1 compatibility checked.
|
401 |
-
|
402 |
-
= 1.3.12 =
|
403 |
-
* WordPress 3.6 compatibility checked.
|
404 |
-
* Fixed table appearance for capabilities and groups admin sections when there are no results.
|
405 |
-
|
406 |
-
= 1.3.11 =
|
407 |
-
* Fix: Access restriction capabilities must be disjunctive.
|
408 |
-
* Added: List of groups can be shown in user profiles on the back end and group assignments can be edited by group admins.
|
409 |
-
* Improvement: Groups shown for users on the Users screen are sorted by name.
|
410 |
-
|
411 |
-
= 1.3.10 =
|
412 |
-
* Fix: Under certain conditions with caching involved, capabilities were not correctly retrieved. Thanks to Jason Kadlec who [reported the issue](http://wordpress.org/support/topic/nasty-error-with-latest-version).
|
413 |
-
* Improvement: Related to the above fix, improved the way how *_deep properties are retrieved on cache misses, resulting in slightly better performance.
|
414 |
-
* Fix: Added a missing text domain.
|
415 |
-
* Improvement: Added help icon when user has no access restriction capabilities.
|
416 |
-
* Fix: Redirecting after group action in users screen to end up with a clean admin URL.
|
417 |
-
|
418 |
-
= 1.3.9 =
|
419 |
-
* Fix: added filter hooked on posts_where motivated by pagination issues - the posts must be filtered before the totals are calculated in WP_Query::get_posts().
|
420 |
-
* Improvement: modified the signature of the the_posts filter method in Groups_Post_Access to receive the $query by reference
|
421 |
-
* Improvement: a substantial improvement on overall performance is achieved by caching user capabilities and groups
|
422 |
-
* Fix: access restriction boxes showing capabilities that the user should not be allowed to set to restrict posts
|
423 |
-
* Fix: resolve user-capability when a capability is deleted
|
424 |
-
|
425 |
-
= 1.3.8 =
|
426 |
-
* Fix: using substitute wp_cache_switch_to_blog instead of deprecated function wp_cache_reset when available (from 3.5.0)
|
427 |
-
* Fix: don't show access restriction meta box on attachments, the option is added with the attachment fields (3.5 uses common post edit screen but save_post isn't triggered on attachments)
|
428 |
-
* Improvement: limiting choice of access restrictions to those the current user has
|
429 |
-
* Fix: restrict access to edit or delete posts based on the post's access restrictions
|
430 |
-
* Feature: added option to refresh capabilities
|
431 |
-
* Fix: replaced use of get_user_by() (memory leaks on large user sets) with query & added batch limit when adding users to Registered group on activation
|
432 |
-
|
433 |
-
= 1.3.7 =
|
434 |
-
* Fix: missing argument for meta box when saving a post
|
435 |
-
* Fix: Groups conflicting with other plugins adding columns to the Users screen (in the manage_users_custom_column filter) thanks to [Erwin](http://www.transpontine.com) who spotted this :)
|
436 |
-
|
437 |
-
= 1.3.6 =
|
438 |
-
* Replaced call to get_users() with query to avoid memory errors on activation with large users bases.
|
439 |
-
* Provided a default value for a method in Groups_Access_Meta_Boxes to avoid issues with other plugins or themes.
|
440 |
-
|
441 |
-
= 1.3.5 =
|
442 |
-
* Fixed out of memory issues with large user bases on Users > All Users page. Thanks to [Jason Glaspey](http://www.jasonglaspey.com) who spotted the issue :)
|
443 |
-
|
444 |
-
= 1.3.4 =
|
445 |
-
* WP 3.5 cosmetics
|
446 |
-
|
447 |
-
= 1.3.3 =
|
448 |
-
* WP 3.5 compatibility http://core.trac.wordpress.org/ticket/22262
|
449 |
-
|
450 |
-
= 1.3.2 =
|
451 |
-
* Fixed capabilities cannot be added or removed from groups in localized installations
|
452 |
-
|
453 |
-
= 1.3.1 =
|
454 |
-
* Added users property to Groups_Group
|
455 |
-
* Moved tests out of core folder
|
456 |
-
* Fixed missing $wpdb in Groups_Group's getter
|
457 |
-
* Added group filters on users admin section
|
458 |
-
|
459 |
-
= 1.3.0 =
|
460 |
-
* Added feature that allows to show access restrictions depending on post type
|
461 |
-
* Added support for access restrictions on Media
|
462 |
-
* Fixed issue, removed access restrictions offered on Links
|
463 |
-
|
464 |
-
= 1.2.5 =
|
465 |
-
* Added Spanish translation
|
466 |
-
|
467 |
-
= 1.2.4 =
|
468 |
-
* Minor improvements on Options screen
|
469 |
-
* Added show="users" option to [groups_group_info] shortcode which lists user logins for users in a group - rather experimental as it doesn't offer any sorting, pagination, linking or other options
|
470 |
-
|
471 |
-
= 1.2.3 =
|
472 |
-
* New shortcode [groups_join group="..."] lets a user join the given group
|
473 |
-
* New shortcode [groups_leave group="..."] lets a user leave the given group
|
474 |
-
|
475 |
-
= 1.2.2 =
|
476 |
-
* Revised styles
|
477 |
-
* WordPress 3.4 compatibility
|
478 |
-
* Dropping support for WordPress < 3.3
|
479 |
-
* Help uncluttered.
|
480 |
-
|
481 |
-
= 1.2.1 =
|
482 |
-
* Reduced files loaded on non-admin pages.
|
483 |
-
* Added Lithuanian translation.
|
484 |
-
* Changed help to use tabs.
|
485 |
-
|
486 |
-
= 1.2.0 =
|
487 |
-
* Access control is no longer restricted to the groups_read_post capability: now any capability can be used to limit access to posts so that different groups can be granted access to different sets of posts.
|
488 |
-
|
489 |
-
= 1.1.5 =
|
490 |
-
* Added shortcode & API functions [groups_user_group] / [groups_user_groups] that allows to show the list of groups the current user or a specific user belongs to
|
491 |
-
* Added shortcode & API functions [groups_groups]to show the site's list of groups
|
492 |
-
* Class comments.
|
493 |
-
|
494 |
-
= 1.1.4 =
|
495 |
-
* Reduced plugin admin footer.
|
496 |
-
|
497 |
-
= 1.1.3 =
|
498 |
-
* Added safety & warning to test page.
|
499 |
-
|
500 |
-
= 1.1.2 =
|
501 |
-
* Tested on WP 3.3.2
|
502 |
-
|
503 |
-
= 1.1.1 =
|
504 |
-
* Multisite: Fixed (removed) conditions that would only make Groups act on public and non-mature sites
|
505 |
-
* Multisite: Adding add/remove to group only on sites', not network users admin screen
|
506 |
-
* Multisite: Added constraint in user_register hook checking if the user is a member of the blog
|
507 |
-
|
508 |
-
= 1.1.0 =
|
509 |
-
* Added Groups menu to network admin
|
510 |
-
* Added option to delete plugin data for all sites on multisite installations; removed option for individual sites
|
511 |
-
* Improved activation and deactivation for network installs
|
512 |
-
* Increases column sizes on capabilities table and fixes cut-off capabilities delete_published_pages and delete_published_posts
|
513 |
-
|
514 |
-
= 1.0.0-beta-3d =
|
515 |
-
* Fixed issues caused by an excessively long index for the capability DB table.
|
516 |
-
Some installations wouldn't work correctly, showing no capabilities and making it impossible to add new ones.
|
517 |
-
* Taking into account blog charset/collation on newly created tables.
|
518 |
-
|
519 |
-
= 1.0.0-beta-3c =
|
520 |
-
* Groups shortcodes now allow nesting.
|
521 |
-
|
522 |
-
= 1.0.0-beta-3b =
|
523 |
-
* Fixed admin override option not being updated
|
524 |
-
* DB tables checked individually to create (motivated by case of all but capability table not being created)
|
525 |
-
|
526 |
-
= 1.0.0-beta-3 =
|
527 |
-
* Groups wouldn't activate due to a fatal error on WP <= 3.2.1 : is_user_member_of_blog() is defined in ms-functions.php
|
528 |
-
* Added [groups_group_info] shortcode
|
529 |
-
|
530 |
-
= 1.0.0-beta-2 =
|
531 |
-
* Increased length of capability.capability, capability.class, capability.object columns to support long capabilities.
|
532 |
-
* Improved admin CSS.
|
533 |
-
|
534 |
-
= 1.0.0-beta-1 =
|
535 |
-
* This is the first public beta release.
|
536 |
-
|
537 |
== Upgrade Notice ==
|
538 |
|
539 |
-
= 1.11.
|
540 |
-
This release provides
|
4 |
Tags: access, access control, capability, capabilities, content, download, downloads, file, file access, files, group, groups, member, members, membership, memberships, paypal, permission, permissions, subscription, subscriptions, woocommerce
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.5.3
|
7 |
+
Stable tag: 1.11.2
|
8 |
License: GPLv3
|
9 |
|
10 |
Groups is an efficient and powerful solution, providing group-based user membership management, group-based capabilities and content access control.
|
182 |
|
183 |
== Changelog ==
|
184 |
|
185 |
+
= 1.11.2 =
|
186 |
+
* Updated the translation template.
|
187 |
+
* Updated the German translation.
|
188 |
+
* Moved the complete changelog out to changelog.txt.
|
189 |
+
|
190 |
= 1.11.1 =
|
191 |
* Fixed the order_by and order parameters in Groups_Group::get_groups()
|
192 |
|
193 |
= 1.11.0 =
|
194 |
* Added the Brazilian Portuguese translation.
|
195 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
== Upgrade Notice ==
|
197 |
|
198 |
+
= 1.11.2 =
|
199 |
+
This release provides an updated translation template and updated German translation.
|