canvas-lms/app/views
Jeremy Stanley ff4abff838 add missing I18n to permissions page
test plan:
 - run Canvas with LOLCALIZE=1
 - go to Account Settings | Permissions
 - ensure the following fields are localized:
   - "Course Roles" and "Account Roles" tabs
   - "Add Role" button (on both tabs)
   - Contents of the dialog that appears when you press "Add Role"
     (also on both tabs)

fixes CNVS-3118

Change-Id: Ie53ec232df0737149597ae23fe566d9efa241035
Reviewed-on: https://gerrit.instructure.com/34958
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Mark Severson <markse@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
2014-05-21 14:25:30 +00:00
..
account_authorization_configs accessibility fixes to kyle menus 2014-05-09 21:15:06 +00:00
accounts force calendar2_only account setting to true 2014-05-09 16:33:08 +00:00
alerts change block helpers for rails 3.2 compatibility 2013-10-11 23:09:37 +00:00
announcements redesign discussions index page. fixes CNVS-5709 2013-06-05 15:31:40 +00:00
assignments fix draft state module sequence footer for locked assignments 2014-05-20 19:28:11 +00:00
calendar_events add location name and address to calendar event 2014-05-20 20:09:09 +00:00
calendars create temporary records with .scoped.new for rails 3 compatibility 2014-02-20 20:55:11 +00:00
collaborations Cleanup google_docs 2014-04-10 17:32:01 +00:00
collection_items round avatars everywhere (almost) 2014-02-13 18:00:45 +00:00
collections fix collections pages 2012-06-27 11:47:13 -06:00
communication_channels change block helpers for rails 3.2 compatibility 2013-10-11 23:09:37 +00:00
conferences clean up conferences js 2014-01-10 20:00:54 +00:00
content_exports simplify time_ago_date processing 2014-03-25 14:56:26 +00:00
content_imports converts content_imports/files js_block to js_bundle 2014-02-05 17:22:35 +00:00
content_migrations improve folder_as_options performance 2013-10-01 01:02:37 +00:00
context extract lib/text_helper to gems/canvas_text_helper 2014-04-30 15:18:40 +00:00
context_modules add option to open external url module items in new tab 2014-05-21 11:55:54 +00:00
conversations remove old conversations and conversation submission comments 2014-05-12 23:38:34 +00:00
courses Add time_zone to courses 2014-05-19 16:49:38 +00:00
developer_keys Misc remaining icon replacement 2012-12-05 15:43:19 -07:00
discussion_topics Update title for discussions and announcements 2014-05-12 15:45:12 +00:00
eportfolios converts eportfolios/_wizard_box js_block into js_bundle 2014-02-05 17:20:50 +00:00
errors change block helpers for rails 3.2 compatibility 2013-10-11 23:09:37 +00:00
external_content convert external_content/cancel js_block into js_bundle 2014-02-10 19:15:18 +00:00
external_tools add option to open external url module items in new tab 2014-05-21 11:55:54 +00:00
facebook moved Facebook code into gem 2014-05-05 22:32:15 +00:00
files use the draft state sequence footer for files, tools, links 2014-03-26 18:12:22 +00:00
gradebook_uploads change block helpers for rails 3.2 compatibility 2013-10-11 23:09:37 +00:00
gradebooks update student grade listing icons for submissions 2014-05-20 21:26:02 +00:00
grading_standards Icon replacement for Account > Settings 2012-11-30 09:19:55 -07:00
groups Remove assets.yml refs to files that don't exist 2014-05-01 21:38:20 +00:00
info implemented dress_code 2013-04-09 15:43:16 +00:00
jobs renamed failed_jobs original_id 2014-05-12 18:58:48 +00:00
jst add missing I18n to permissions page 2014-05-21 14:25:30 +00:00
layouts support adding custom meta tags 2014-05-16 03:57:54 +00:00
messages moving mail processor to module 2014-04-25 23:05:39 +00:00
outcomes converts user_outcome_results js_block into js_bundle 2014-02-05 00:18:04 +00:00
page_views Fully adopt Bootstrap & update css to work with it, closes: #CNVS-1344 2013-02-28 21:06:45 -07:00
plugins canvadocs 2014-05-09 22:38:57 +00:00
profile moved Facebook code into gem 2014-05-05 22:32:15 +00:00
pseudonym_sessions Fix some incorrect `check_box_tag` calls 2014-02-12 16:20:57 +00:00
pseudonyms change block helpers for rails 3.2 compatibility 2013-10-11 23:09:37 +00:00
question_banks rails3: remove bad (and unused) url 2014-03-07 16:08:44 +00:00
quizzes Quiz Stats [Backend] - Gem & Essays 2014-05-12 15:02:45 +00:00
role_overrides Add new permissions management ui (role overrides) 2013-01-03 10:05:51 -07:00
rubrics converts rubrics/index js_block into js_bundle 2014-02-05 00:15:09 +00:00
search change block helpers for rails 3.2 compatibility 2013-10-11 23:09:37 +00:00
sections don't localized datetimes formatted for datepicker 2014-04-21 15:23:48 +00:00
self_enrollments self-enrollment API, fixes CNVS-10419 2014-01-15 21:17:04 +00:00
shared add option to open external url module items in new tab 2014-05-21 11:55:54 +00:00
sub_accounts change block helpers for rails 3.2 compatibility 2013-10-11 23:09:37 +00:00
submissions canvadocs: configurable mime types 2014-05-13 18:48:07 +00:00
terms converts terms/index js_block into js_bundle 2014-02-06 23:29:30 +00:00
user_notes simplify time_ago_date processing 2014-03-25 14:56:26 +00:00
users converts users/admin_merge js_block into js_bundle 2014-02-21 16:59:15 +00:00
wiki_page_revisions change block helpers for rails 3.2 compatibility 2013-10-11 23:09:37 +00:00
wiki_pages extract canvas sort gem 2014-04-04 14:53:09 +00:00
zip_file_imports Initial commit. 2011-01-31 18:57:29 -07:00
index.html.erb developer keys mgmt page 2012-07-18 09:13:52 -06:00