Lines Matching refs:_

38 _ = zfs.util._  variable
124 s = self.__ldstr(self.sets, _("Permission sets:\n"))
127 s += _("Create time permissions:\n")
130 s += self.__ldstr(self.local, _("Local permissions:\n"))
131 s += self.__ldstr(self.descend, _("Descendent permissions:\n"))
132 s += self.__ldstr(self.ld, _("Local+Descendent permissions:\n"))
180 _("invalid user %s"))
184 _("invalid group %s"))
198 parser.error(_("invalid user/group %s") % w)
206 create=_("Must also have the 'mount' ability"),
207 destroy=_("Must also have the 'mount' ability"),
210 clone=_("""Must also have the 'create' ability and 'mount'
212 promote=_("""Must also have the 'mount'
214 rename=_("""Must also have the 'mount' and 'create'
216 receive=_("Must also have the 'mount' and 'create' ability"),
217 allow=_("Must also have the permission that is being\n\t\t\t\tallowed"),
218 mount=_("Allows mount/umount of ZFS datasets"),
219 share=_("Allows sharing file systems over NFS or SMB\n\t\t\t\tprotocols"),
221 hold=_("Allows adding a user hold to a snapshot"),
222 release=_("Allows releasing a user hold which\n\t\t\t\tmight destroy the snapshot"),
223 …diff=_("Allows lookup of paths within a dataset,\n\t\t\t\tgiven an object number. Ordinary users n…
228 userprop=_("Allows changing any user property"),
229 userquota=_("Allows accessing any userquota@... property"),
230 groupquota=_("Allows accessing any groupquota@... property"),
231 userused=_("Allows reading any userused@... property"),
232 groupused=_("Allows reading any groupused@... property"),
254 _("invalid permission"))
258 print(_("\nThe following permissions are supported:\n"))
260 print(fmt % (_("NAME"), _("TYPE"), _("NOTES")))
263 print(fmt % (name, _("subcommand"), note))
266 print(fmt % (name, _("other"), note))
270 print(fmt % (name, _("property"), ""))
286 u = _("""unallow [-rldug] <"everyone"|user|group>[,...]
291 verb = _("remove")
292 sstr = _("undefine permission set")
294 u = _("""allow <filesystem|volume>
300 verb = _("set")
301 sstr = _("define permission set")
306 help=_("%s permission locally") % verb)
308 help=_("%s permission for descendents") % verb)
310 help=_("%s permission for user") % verb)
312 help=_("%s permission for group") % verb)
314 help=_("%s permission for everyone") % verb)
316 help=_("%s create time permissions") % verb)
320 help=_("remove permissions recursively"))
335 s = _("---- Permissions on %s ") % fs
344 parser.error(_("-u, -g, and -e are mutually exclusive"))
353 usage(_("wrong number of parameters"))
358 parser.error(_("invalid option combined with -s"))
360 parser.error(_("invalid set name: missing '@' prefix"))
367 parser.error(_("invalid option combined with -c"))
374 parser.error(_("invalid option combined with -e"))
393 parser.error(_("set %s is not defined") % p)