CC-4743: Make user rights description localizable

This commit is contained in:
denise 2012-12-17 16:53:43 -05:00
parent adae81bffa
commit 274b1f7562

View file

@ -307,6 +307,26 @@ class LocaleController extends Zend_Controller_Action
"DJ" => _("DJ"), "DJ" => _("DJ"),
"Program Manager" => _("Program Manager"), "Program Manager" => _("Program Manager"),
"Guest" => _("Guest"), "Guest" => _("Guest"),
"Guests can do the following:" => _("Guests can do the following:"),
"View schedule" => _("View schedule"),
"View show content" => _("View show content"),
"DJs can do the following:" => _("DJs can do the following:"),
"Manage assigned show content" => _("Manage assigned show content"),
"Import media files" => _("Import media files"),
"Create playlists, smart blocks, and webstreams" => _("Create playlists, smart blocks, and webstreams"),
"Manage their own library content" => _("Manage their own library content"),
"Progam Managers can do the following:" => _("Progam Managers can do the following:"),
"View and manage show content" => _("View and manage show content"),
"Schedule shows" => _("Schedule shows"),
"Manage all library content" => _("Manage all library content"),
"Admins can do the following:" => _("Admins can do the following:"),
"Manage preferences" => _("Manage preferences"),
"Manage users" => _("Manage users"),
"Manage watched folders" => _("Manage watched folders"),
"Send support feedback" => _("Send support feedback"),
"View system status" => _("View system status"),
"Access playout history" => _("Access playout history"),
"View listener stats" => _("View listener stats"),
//dataTables/ColVis.js //dataTables/ColVis.js
"Show / hide columns" => _("Show / hide columns"), "Show / hide columns" => _("Show / hide columns"),
//datatables.columnFilter.js //datatables.columnFilter.js