Lines Matching refs:_
37 _ = zfs.util._ variable
123 s = self.__ldstr(self.sets, _("Permission sets:\n"))
126 s += _("Create time permissions:\n")
129 s += self.__ldstr(self.local, _("Local permissions:\n"))
130 s += self.__ldstr(self.descend, _("Descendent permissions:\n"))
131 s += self.__ldstr(self.ld, _("Local+Descendent permissions:\n"))
179 _("invalid user %s"))
183 _("invalid group %s"))
197 parser.error(_("invalid user/group %s") % w)
205 create=_("Must also have the 'mount' ability"),
206 destroy=_("Must also have the 'mount' ability"),
209 clone=_("""Must also have the 'create' ability and 'mount'
211 promote=_("""Must also have the 'mount'
213 rename=_("""Must also have the 'mount' and 'create'
215 receive=_("Must also have the 'mount' and 'create' ability"),
216 allow=_("Must also have the permission that is being\n\t\t\t\tallowed"),
217 mount=_("Allows mount/umount of ZFS datasets"),
218 share=_("Allows sharing file systems over NFS or SMB\n\t\t\t\tprotocols"),
220 hold=_("Allows adding a user hold to a snapshot"),
221 release=_("Allows releasing a user hold which\n\t\t\t\tmight destroy the snapshot"),
222 …diff=_("Allows lookup of paths within a dataset,\n\t\t\t\tgiven an object number. Ordinary users n…
227 userprop=_("Allows changing any user property"),
228 userquota=_("Allows accessing any userquota@... property"),
229 groupquota=_("Allows accessing any groupquota@... property"),
230 userused=_("Allows reading any userused@... property"),
231 groupused=_("Allows reading any groupused@... property"),
253 _("invalid permission"))
257 print(_("\nThe following permissions are supported:\n"))
259 print(fmt % (_("NAME"), _("TYPE"), _("NOTES")))
262 print(fmt % (name, _("subcommand"), note))
265 print(fmt % (name, _("other"), note))
269 print(fmt % (name, _("property"), ""))
285 u = _("""unallow [-rldug] <"everyone"|user|group>[,...]
290 verb = _("remove")
291 sstr = _("undefine permission set")
293 u = _("""allow <filesystem|volume>
299 verb = _("set")
300 sstr = _("define permission set")
305 help=_("%s permission locally") % verb)
307 help=_("%s permission for descendents") % verb)
309 help=_("%s permission for user") % verb)
311 help=_("%s permission for group") % verb)
313 help=_("%s permission for everyone") % verb)
315 help=_("%s create time permissions") % verb)
319 help=_("remove permissions recursively"))
334 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)