From 274b1f75624cec19963a32833d2b7703c221eb3c Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 17 Dec 2012 16:53:43 -0500 Subject: [PATCH] CC-4743: Make user rights description localizable --- .../controllers/LocaleController.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/airtime_mvc/application/controllers/LocaleController.php b/airtime_mvc/application/controllers/LocaleController.php index 7d9e1efcf..8686d946f 100644 --- a/airtime_mvc/application/controllers/LocaleController.php +++ b/airtime_mvc/application/controllers/LocaleController.php @@ -307,6 +307,26 @@ class LocaleController extends Zend_Controller_Action "DJ" => _("DJ"), "Program Manager" => _("Program Manager"), "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 "Show / hide columns" => _("Show / hide columns"), //datatables.columnFilter.js