Coverage Report - org.kuali.student.lum.program.client.properties.Program
 
Classes in this File Line Coverage Branch Coverage Complexity
Program
N/A
N/A
1
 
 1  
 package org.kuali.student.lum.program.client.properties;
 2  
 
 3  
 /**
 4  
  * Interface to represent the messages contained in resource bundle:
 5  
  *         C:/Users/gboushey/workspace/trunk/ks-lum/ks-lum-program/src/main/java/org/kuali/student/lum/program/client/properties/program.properties'.
 6  
  */
 7  
 public interface Program extends com.google.gwt.i18n.client.Messages {
 8  
   
 9  
   /**
 10  
    * Translated "Activate".
 11  
    * 
 12  
    * @return translated "Activate"
 13  
    */
 14  
   @DefaultMessage("Activate")
 15  
   @Key("button.activate")
 16  
   String button_activate();
 17  
 
 18  
   /**
 19  
    * Translated "Approve".
 20  
    * 
 21  
    * @return translated "Approve"
 22  
    */
 23  
   @DefaultMessage("Approve")
 24  
   @Key("button.approve")
 25  
   String button_approve();
 26  
 
 27  
   /**
 28  
    * Translated "Catalog Description".
 29  
    * 
 30  
    * @return translated "Catalog Description"
 31  
    */
 32  
   @DefaultMessage("Catalog Description")
 33  
   @Key("catalogInformation.catalogDescr")
 34  
   String catalogInformation_catalogDescr();
 35  
 
 36  
   /**
 37  
    * Translated "Publication Targets".
 38  
    * 
 39  
    * @return translated "Publication Targets"
 40  
    */
 41  
   @DefaultMessage("Publication Targets")
 42  
   @Key("catalogInformation.catalogPublicationTargets")
 43  
   String catalogInformation_catalogPublicationTargets();
 44  
 
 45  
   /**
 46  
    * Translated "Program Description".
 47  
    * 
 48  
    * @return translated "Program Description"
 49  
    */
 50  
   @DefaultMessage("Program Description")
 51  
   @Key("catalogInformation.descr")
 52  
   String catalogInformation_descr();
 53  
 
 54  
   /**
 55  
    * Translated "Duration Count".
 56  
    * 
 57  
    * @return translated "Duration Count"
 58  
    */
 59  
   @DefaultMessage("Duration Count")
 60  
   @Key("catalogInformation.durationCount")
 61  
   String catalogInformation_durationCount();
 62  
 
 63  
   /**
 64  
    * Translated "Duration Notes".
 65  
    * 
 66  
    * @return translated "Duration Notes"
 67  
    */
 68  
   @DefaultMessage("Duration Notes")
 69  
   @Key("catalogInformation.durationNotes")
 70  
   String catalogInformation_durationNotes();
 71  
 
 72  
   /**
 73  
    * Translated "Full Time / Part Time".
 74  
    * 
 75  
    * @return translated "Full Time / Part Time"
 76  
    */
 77  
   @DefaultMessage("Full Time / Part Time")
 78  
   @Key("catalogInformation.intensity")
 79  
   String catalogInformation_intensity();
 80  
 
 81  
   /**
 82  
    * Translated "Core Faculty Members".
 83  
    * 
 84  
    * @return translated "Core Faculty Members"
 85  
    */
 86  
   @DefaultMessage("Core Faculty Members")
 87  
   @Key("catalogInformation.publishedInstructors")
 88  
   String catalogInformation_publishedInstructors();
 89  
 
 90  
   /**
 91  
    * Translated "More Info".
 92  
    * 
 93  
    * @return translated "More Info"
 94  
    */
 95  
   @DefaultMessage("More Info")
 96  
   @Key("catalogInformation.referenceUrl")
 97  
   String catalogInformation_referenceUrl();
 98  
 
 99  
   /**
 100  
    * Translated "Duration".
 101  
    * 
 102  
    * @return translated "Duration"
 103  
    */
 104  
   @DefaultMessage("Duration")
 105  
   @Key("catalogInformation.stdDuration")
 106  
   String catalogInformation_stdDuration();
 107  
 
 108  
   /**
 109  
    * Translated "Comments".
 110  
    * 
 111  
    * @return translated "Comments"
 112  
    */
 113  
   @DefaultMessage("Comments")
 114  
   @Key("comments.button")
 115  
   String comments_button();
 116  
 
 117  
   /**
 118  
    * Translated "Cancel".
 119  
    * 
 120  
    * @return translated "Cancel"
 121  
    */
 122  
   @DefaultMessage("Cancel")
 123  
   @Key("common.cancel")
 124  
   String common_cancel();
 125  
 
 126  
   /**
 127  
    * Translated "Edit".
 128  
    * 
 129  
    * @return translated "Edit"
 130  
    */
 131  
   @DefaultMessage("Edit")
 132  
   @Key("common.edit")
 133  
   String common_edit();
 134  
 
 135  
   /**
 136  
    * Translated "Save Failed. There were validation errors: {0}".
 137  
    * 
 138  
    * @return translated "Save Failed. There were validation errors: {0}"
 139  
    */
 140  
   @DefaultMessage("Save Failed. There were validation errors: {0}")
 141  
   @Key("common.failedSave")
 142  
   String common_failedSave(String arg0);
 143  
 
 144  
   /**
 145  
    * Translated "New Program".
 146  
    * 
 147  
    * @return translated "New Program"
 148  
    */
 149  
   @DefaultMessage("New Program")
 150  
   @Key("common.newProgram")
 151  
   String common_newProgram();
 152  
 
 153  
   /**
 154  
    * Translated "Remove".
 155  
    * 
 156  
    * @return translated "Remove"
 157  
    */
 158  
   @DefaultMessage("Remove")
 159  
   @Key("common.remove")
 160  
   String common_remove();
 161  
 
 162  
   /**
 163  
    * Translated "Retrieving Data...".
 164  
    * 
 165  
    * @return translated "Retrieving Data..."
 166  
    */
 167  
   @DefaultMessage("Retrieving Data...")
 168  
   @Key("common.retrievingData")
 169  
   String common_retrievingData();
 170  
 
 171  
   /**
 172  
    * Translated "Save".
 173  
    * 
 174  
    * @return translated "Save"
 175  
    */
 176  
   @DefaultMessage("Save")
 177  
   @Key("common.save")
 178  
   String common_save();
 179  
 
 180  
   /**
 181  
    * Translated "Saving Data...".
 182  
    * 
 183  
    * @return translated "Saving Data..."
 184  
    */
 185  
   @DefaultMessage("Saving Data...")
 186  
   @Key("common.savingData")
 187  
   String common_savingData();
 188  
 
 189  
   /**
 190  
    * Translated "Status: {0}".
 191  
    * 
 192  
    * @return translated "Status: {0}"
 193  
    */
 194  
     @DefaultMessage("Program status: {0}")
 195  
   @Key("common.status")
 196  
   String common_status(String arg0);
 197  
 
 198  
   /**
 199  
    * Translated "Save Successful".
 200  
    * 
 201  
    * @return translated "Save Successful"
 202  
    */
 203  
   @DefaultMessage("Save Successful")
 204  
   @Key("common.successfulSave")
 205  
   String common_successfulSave();
 206  
 
 207  
   /**
 208  
    * Translated "Do you want to save data?".
 209  
    * 
 210  
    * @return translated "Do you want to save data?"
 211  
    */
 212  
   @DefaultMessage("Do you want to save data?")
 213  
   @Key("confirmDialog.text")
 214  
   String confirmDialog_text();
 215  
 
 216  
   /**
 217  
    * Translated "Program Save".
 218  
    * 
 219  
    * @return translated "Program Save"
 220  
    */
 221  
   @DefaultMessage("Program Save")
 222  
   @Key("confirmDialog.title")
 223  
   String confirmDialog_title();
 224  
 
 225  
   /**
 226  
    * Translated "Return to Curriculum Management".
 227  
    * 
 228  
    * @return translated "Return to Curriculum Management"
 229  
    */
 230  
   @DefaultMessage("Return to Curriculum Management")
 231  
   @Key("link.backCurriculum")
 232  
   String link_backCurriculum();
 233  
 
 234  
   /**
 235  
    * Translated "Exit".
 236  
    * 
 237  
    * @return translated "Exit"
 238  
    */
 239  
   @DefaultMessage("Exit")
 240  
   @Key("link.exit")
 241  
   String link_exit();
 242  
 
 243  
   /**
 244  
    * Translated "Learning Objectives".
 245  
    * 
 246  
    * @return translated "Learning Objectives"
 247  
    */
 248  
   @DefaultMessage("Learning Objectives")
 249  
   @Key("lo.title")
 250  
   String lo_title();
 251  
 
 252  
   /**
 253  
    * Translated "Validation has failed for {0} specialization".
 254  
    * 
 255  
    * @return translated "Validation has failed for {0} specialization"
 256  
    */
 257  
   @DefaultMessage("Validation has failed for {0} specialization")
 258  
   @Key("major.variationFailed")
 259  
   String major_variationFailed(String arg0);
 260  
 
 261  
   /**
 262  
    * Translated "Validation has failed for following specializations: {0}".
 263  
    * 
 264  
    * @return translated "Validation has failed for following specializations: {0}"
 265  
    */
 266  
   @DefaultMessage("Validation has failed for following specializations: {0}")
 267  
   @Key("major.variationsFailed")
 268  
   String major_variationsFailed(String arg0);
 269  
 
 270  
   /**
 271  
    * Translated "Curriculum Oversight College".
 272  
    * 
 273  
    * @return translated "Curriculum Oversight College"
 274  
    */
 275  
   @DefaultMessage("Curriculum Oversight College")
 276  
   @Key("managingBodies.curriculumOversightDivision")
 277  
   String managingBodies_curriculumOversightDivision();
 278  
 
 279  
   /**
 280  
    * Translated "Curriculum Oversight Unit".
 281  
    * 
 282  
    * @return translated "Curriculum Oversight Unit"
 283  
    */
 284  
   @DefaultMessage("Curriculum Oversight Unit")
 285  
   @Key("managingBodies.curriculumOversightUnit")
 286  
   String managingBodies_curriculumOversightUnit();
 287  
 
 288  
   /**
 289  
    * Translated "Deployment College".
 290  
    * 
 291  
    * @return translated "Deployment College"
 292  
    */
 293  
   @DefaultMessage("Deployment College")
 294  
   @Key("managingBodies.deploymentDivision")
 295  
   String managingBodies_deploymentDivision();
 296  
 
 297  
   /**
 298  
    * Translated "Deployment Unit".
 299  
    * 
 300  
    * @return translated "Deployment Unit"
 301  
    */
 302  
   @DefaultMessage("Deployment Unit")
 303  
   @Key("managingBodies.deploymentUnit")
 304  
   String managingBodies_deploymentUnit();
 305  
 
 306  
   /**
 307  
    * Translated "Financial Control College".
 308  
    * 
 309  
    * @return translated "Financial Control College"
 310  
    */
 311  
   @DefaultMessage("Financial Control College")
 312  
   @Key("managingBodies.financialControlDivision")
 313  
   String managingBodies_financialControlDivision();
 314  
 
 315  
   /**
 316  
    * Translated "Financial Control Unit".
 317  
    * 
 318  
    * @return translated "Financial Control Unit"
 319  
    */
 320  
   @DefaultMessage("Financial Control Unit")
 321  
   @Key("managingBodies.financialControlUnit")
 322  
   String managingBodies_financialControlUnit();
 323  
 
 324  
   /**
 325  
    * Translated "Financial Resources College".
 326  
    * 
 327  
    * @return translated "Financial Resources College"
 328  
    */
 329  
   @DefaultMessage("Financial Resources College")
 330  
   @Key("managingBodies.financialResourcesDivision")
 331  
   String managingBodies_financialResourcesDivision();
 332  
 
 333  
   /**
 334  
    * Translated "Financial Resources Unit".
 335  
    * 
 336  
    * @return translated "Financial Resources Unit"
 337  
    */
 338  
   @DefaultMessage("Financial Resources Unit")
 339  
   @Key("managingBodies.financialResourcesUnit")
 340  
   String managingBodies_financialResourcesUnit();
 341  
 
 342  
   /**
 343  
    * Translated "See All Managing Bodies".
 344  
    * 
 345  
    * @return translated "See All Managing Bodies"
 346  
    */
 347  
   @DefaultMessage("See All Managing Bodies")
 348  
   @Key("managingBodies.seeAll")
 349  
   String managingBodies_seeAll();
 350  
 
 351  
   /**
 352  
    * Translated "Student Oversight College".
 353  
    * 
 354  
    * @return translated "Student Oversight College"
 355  
    */
 356  
   @DefaultMessage("Student Oversight College")
 357  
   @Key("managingBodies.studentOversightDivision")
 358  
   String managingBodies_studentOversightDivision();
 359  
 
 360  
   /**
 361  
    * Translated "Student Oversight Unit".
 362  
    * 
 363  
    * @return translated "Student Oversight Unit"
 364  
    */
 365  
   @DefaultMessage("Student Oversight Unit")
 366  
   @Key("managingBodies.studentOversightUnit")
 367  
   String managingBodies_studentOversightUnit();
 368  
 
 369  
   /**
 370  
    * Translated "Previous Program Entry End Term".
 371  
    * 
 372  
    * @return translated "Previous Program Entry End Term"
 373  
    */
 374  
   @DefaultMessage("Previous Program Entry End Term")
 375  
   @Key("majorDiscipline.prevEndProgramEntryTerm")
 376  
   String majorDiscipline_prevEndProgramEntryTerm();
 377  
   
 378  
   /**
 379  
    * Translated "Previous Program Start Term".
 380  
    * 
 381  
    * @return translated "Previous Program Start Term"
 382  
    */
 383  
   @DefaultMessage("Previous Program Start Term")
 384  
   @Key("majorDiscipline.prevStartTerm")
 385  
   String majorDiscipline_prevStartTerm();
 386  
   
 387  
   /**
 388  
    * Translated "Previous End Inst Admit Term".
 389  
    * 
 390  
    * @return translated "Previous End Inst Admit Term"
 391  
    */
 392  
   @DefaultMessage("Previous End Inst Admit Term")
 393  
   @Key("majorDiscipline.prevEndInstAdmitTerm")
 394  
   String majorDiscipline_prevEndInstAdmitTerm();
 395  
   
 396  
   /**
 397  
    * Translated "Previous End Term".
 398  
    * 
 399  
    * @return translated "Previous End Term"
 400  
    */
 401  
   @DefaultMessage("Previous End Term")
 402  
   @Key("majorDiscipline.prevEndTerm")
 403  
   String majorDiscipline_prevEndTerm();
 404  
   
 405  
   
 406  
   /**
 407  
    * Translated "Actions".
 408  
    * 
 409  
    * @return translated "Actions"
 410  
    */
 411  
   @DefaultMessage("Actions")
 412  
   @Key("program.menu.actions.title")
 413  
   String program_menu_actions_title();
 414  
 
 415  
   /**
 416  
    * Translated "History".
 417  
    * 
 418  
    * @return translated "History"
 419  
    */
 420  
   @DefaultMessage("History")
 421  
   @Key("program.menu.history.title")
 422  
   String program_menu_history_title();
 423  
 
 424  
   /**
 425  
    * Translated "Program Sections".
 426  
    * 
 427  
    * @return translated "Program Sections"
 428  
    */
 429  
   @DefaultMessage("Program Sections")
 430  
   @Key("program.menu.sections")
 431  
   String program_menu_sections();
 432  
   
 433  
   /**
 434  
    * Translated "Supporting Documents".
 435  
    * 
 436  
    * @return translated "Supporting Documents"
 437  
    */
 438  
   @DefaultMessage("Proposal Information")
 439  
   @Key("program.menu.sections.proposalInformation")
 440  
   String program_menu_sections_proposalInformation();
 441  
 
 442  
   @DefaultMessage("Change Impact")
 443  
   @Key("program.menu.sections.proposalChangeImpact")
 444  
   String program_menu_sections_proposalChangeImpact();
 445  
 
 446  
 
 447  
   /**
 448  
    * Translated "Description and Catalog Information".
 449  
    * 
 450  
    * @return translated "Description and Catalog Information"
 451  
    */
 452  
   @DefaultMessage("Description and Catalog Information")
 453  
   @Key("program.menu.sections.catalogInfo")
 454  
   String program_menu_sections_catalogInfo();
 455  
 
 456  
   /**
 457  
    * Translated "Learning Objectives".
 458  
    * 
 459  
    * @return translated "Learning Objectives"
 460  
    */
 461  
   @DefaultMessage("Learning Objectives")
 462  
   @Key("program.menu.sections.learningObjectives")
 463  
   String program_menu_sections_learningObjectives();
 464  
 
 465  
   /**
 466  
    * Translated "Program Managing Bodies".
 467  
    * 
 468  
    * @return translated "Program Managing Bodies"
 469  
    */
 470  
   @DefaultMessage("Program Managing Bodies")
 471  
   @Key("program.menu.sections.managingBodies")
 472  
   String program_menu_sections_managingBodies();
 473  
 
 474  
   /**
 475  
    * Translated "Key Program Information".
 476  
    * 
 477  
    * @return translated "Key Program Information"
 478  
    */
 479  
   @DefaultMessage("Key Program Information")
 480  
   @Key("program.menu.sections.programInformation")
 481  
   String program_menu_sections_programInformation();
 482  
 
 483  
   /**
 484  
    * Translated "Program Requirements".
 485  
    * 
 486  
    * @return translated "Program Requirements"
 487  
    */
 488  
   @DefaultMessage("Program Requirements")
 489  
   @Key("program.menu.sections.requirements")
 490  
   String program_menu_sections_requirements();
 491  
 
 492  
   /**
 493  
    * Translated "Specializations".
 494  
    * 
 495  
    * @return translated "Specializations"
 496  
    */
 497  
   @DefaultMessage("Specializations")
 498  
   @Key("program.menu.sections.specializations")
 499  
   String program_menu_sections_specializations();
 500  
 
 501  
   /**
 502  
    * Translated "Program Summary".
 503  
    * 
 504  
    * @return translated "Program Summary"
 505  
    */
 506  
   @DefaultMessage("Program Summary")
 507  
   @Key("program.menu.sections.summary")
 508  
   String program_menu_sections_summary();
 509  
 
 510  
   /**
 511  
    * Translated "Program Summary".
 512  
    * 
 513  
    * @return translated "Program Summary"
 514  
    */
 515  
   @DefaultMessage("Proposal Summary")
 516  
   @Key("proposal.menu.sections.summary")
 517  
   String proposal_menu_sections_summary();
 518  
 
 519  
   /**
 520  
    * Translated "Authors and Collaborators".
 521  
    * 
 522  
    * @return translated "Collaborators"
 523  
    */
 524  
   @DefaultMessage("Authors and Collaborators")
 525  
   @Key("program.menu.sections.collaborators")
 526  
   String program_menu_sections_collaborators();
 527  
 
 528  
   /**
 529  
    * Translated "Supporting Documents".
 530  
    * 
 531  
    * @return translated "Supporting Documents"
 532  
    */
 533  
   @DefaultMessage("Supporting Documents")
 534  
   @Key("program.menu.sections.supportingDocuments")
 535  
   String program_menu_sections_supportingDocuments();
 536  
 
 537  
   /**
 538  
    * Translated "View All Sections".
 539  
    * 
 540  
    * @return translated "View All Sections"
 541  
    */
 542  
   @DefaultMessage("View All Sections")
 543  
   @Key("program.menu.sections.viewAll")
 544  
   String program_menu_sections_viewAll();
 545  
 
 546  
   /**
 547  
    * Translated "Modify Program".
 548  
    * 
 549  
    * @return translated "Modify (no version)"
 550  
    */
 551  
   @DefaultMessage("Modify Program")
 552  
   @Key("programAction.modify")
 553  
   String programAction_modify();
 554  
 
 555  
   /**
 556  
    * Translated "Modify (no version)".
 557  
    * 
 558  
    * @return translated "Modify (no version)"
 559  
    */
 560  
   @DefaultMessage("Retire Program")
 561  
   @Key("programAction.retire")
 562  
   String programAction_retire();
 563  
 
 564  
   
 565  
   
 566  
   /**
 567  
    * Translated "Modify (with new version)".
 568  
    * 
 569  
    * @return translated "Modify (with new version)"
 570  
    */
 571  
   @DefaultMessage("Modify (with new version)")
 572  
   @Key("programAction.modifyVersion")
 573  
   String programAction_modifyVersion();
 574  
 
 575  
   /**
 576  
    * Translated "Proposed Program Modification".
 577  
    * 
 578  
    * @return translated "Proposed Program Modification"
 579  
    */
 580  
   @DefaultMessage("Proposed Program Modification")
 581  
   @Key("programAction.proposedProgramModification")
 582  
   String programAction_proposedProgramModification();
 583  
   
 584  
   /**
 585  
    * Translated "Proposed Program Modification".
 586  
    * 
 587  
    * @return translated "Proposed Program Modification"
 588  
    */
 589  
   @DefaultMessage("Proposal Title")
 590  
   @Key("cluProposalTitle")
 591  
   String proposalInformation_cluProgramTitle();
 592  
  
 593  
   @DefaultMessage("Program Rationale")
 594  
   @Key("cluProposalRationale")
 595  
   String proposalInformation_cluProposalRationale();
 596  
   
 597  
   @DefaultMessage("Type of Modification")
 598  
   @Key("cluModificationType")
 599  
   String proposalInformation_cluModificationType();
 600  
   
 601  
   @DefaultMessage("Abstract")
 602  
   @Key("cluAbstractType")
 603  
   String proposalInformation_cluAbstractType();
 604  
   
 605  
   // Proposal - Change Impact Section
 606  
   
 607  
   @DefaultMessage("Related Course Changes")
 608  
   @Key("cluRelatedCourseChangesType")
 609  
   String proposalInformation_cluRelatedCourseChangesType();
 610  
  
 611  
   @DefaultMessage("Impacted Units")
 612  
   @Key("cluImpactedUnitsType")
 613  
   String proposalInformation_cluImpactedUnitsType();
 614  
    
 615  
   @DefaultMessage("Impacted Articulation Transfer Programs")
 616  
   @Key("cluImpactedArticulationTransferProgramsType")
 617  
   String proposalInformation_cluImpactedArticulationTransferProgramsType();
 618  
  
 619  
   @DefaultMessage("Student Transition Plans")
 620  
   @Key("cluStudentTransitionPlansType")
 621  
   String proposalInformation_cluStudentTransitionPlansType();
 622  
   
 623  
    /**
 624  
    * Translated "Program Actions: Modify, Retire...".
 625  
    * 
 626  
    * @return translated "Program Actions: Modify, Retire..."
 627  
    */
 628  
   @DefaultMessage("Program Actions")
 629  
   @Key("programAction.title")
 630  
   String programAction_title();
 631  
 
 632  
   /**
 633  
    * Translated "Accreditation".
 634  
    * 
 635  
    * @return translated "Accreditation"
 636  
    */
 637  
   @DefaultMessage("Accreditation")
 638  
   @Key("programInformation.accreditation")
 639  
   String programInformation_accreditation();
 640  
 
 641  
   /**
 642  
    * Translated "Accreditations".
 643  
    * 
 644  
    * @return translated "Accreditations"
 645  
    */
 646  
   @DefaultMessage("Accreditations")
 647  
   @Key("programInformation.accreditations")
 648  
   String programInformation_accreditations();
 649  
 
 650  
   /**
 651  
    * Translated "You have indicated that you intend to activate this version of the program. This will replace the currently active version. If you choose to proceed you must update the following items in the previous version of this program.".
 652  
    * 
 653  
    * @return translated "You have indicated that you intend to activate this version of the program. This will replace the currently active version. If you choose to proceed you must update the following items in the previous version of this program."
 654  
    */
 655  
   @DefaultMessage("You have indicated that you intend to activate this version of the program. This will replace the currently active version. If you choose to proceed you must update the following items in the previous version of this program.")
 656  
   @Key("programInformation.activateInstructions")
 657  
   String programInformation_activateInstructions();
 658  
 
 659  
   /**
 660  
    * Translated "Activate Program".
 661  
    * 
 662  
    * @return translated "Activate Program"
 663  
    */
 664  
   @DefaultMessage("Activate Program")
 665  
   @Key("programInformation.activateProgram")
 666  
   String programInformation_activateProgram();
 667  
 
 668  
   /**
 669  
    * Translated "Add Accreditation".
 670  
    * 
 671  
    * @return translated "Add Accreditation"
 672  
    */
 673  
   @DefaultMessage("Add Accreditation")
 674  
   @Key("programInformation.addAccreditation")
 675  
   String programInformation_addAccreditation();
 676  
 
 677  
   /**
 678  
    * Translated "End Inst Admit Term".
 679  
    * 
 680  
    * @return translated "End Inst Admit Term"
 681  
    */
 682  
   @DefaultMessage("End Inst Admit Term")
 683  
   @Key("programInformation.admitTerm")
 684  
   String programInformation_admitTerm();
 685  
 
 686  
   /**
 687  
    * Translated "Program Approval Date".
 688  
    * 
 689  
    * @return translated "Program Approval Date"
 690  
    */
 691  
   @DefaultMessage("Program Approval Date")
 692  
   @Key("programInformation.approvalDate")
 693  
   String programInformation_approvalDate();
 694  
 
 695  
   /**
 696  
    * Translated "CIP 2000".
 697  
    * 
 698  
    * @return translated "CIP 2000"
 699  
    */
 700  
   @DefaultMessage("CIP 2000")
 701  
   @Key("programInformation.cip2000")
 702  
   String programInformation_cip2000();
 703  
 
 704  
   /**
 705  
    * Translated "CIP 2010".
 706  
    * 
 707  
    * @return translated "CIP 2010"
 708  
    */
 709  
   @DefaultMessage("CIP 2010")
 710  
   @Key("programInformation.cip2010")
 711  
   String programInformation_cip2010();
 712  
 
 713  
   /**
 714  
    * Translated "Classification".
 715  
    * 
 716  
    * @return translated "Classification"
 717  
    */
 718  
   @DefaultMessage("Classification")
 719  
   @Key("programInformation.classification")
 720  
   String programInformation_classification();
 721  
 
 722  
   /**
 723  
    * Translated "Code".
 724  
    * 
 725  
    * @return translated "Code"
 726  
    */
 727  
   @DefaultMessage("Code")
 728  
   @Key("programInformation.code")
 729  
   String programInformation_code();
 730  
 
 731  
   /**
 732  
    * Translated "Credential Program".
 733  
    * 
 734  
    * @return translated "Credential Program"
 735  
    */
 736  
   @DefaultMessage("Credential Program")
 737  
   @Key("programInformation.credentialProgram")
 738  
   String programInformation_credentialProgram();
 739  
 
 740  
   /**
 741  
    * Translated "Dates".
 742  
    * 
 743  
    * @return translated "Dates"
 744  
    */
 745  
   @DefaultMessage("Dates")
 746  
   @Key("programInformation.dates")
 747  
   String programInformation_dates();
 748  
 
 749  
   /**
 750  
    * Translated "Degree Type".
 751  
    * 
 752  
    * @return translated "Degree Type"
 753  
    */
 754  
   @DefaultMessage("Degree Type")
 755  
   @Key("programInformation.degreeType")
 756  
   String programInformation_degreeType();
 757  
 
 758  
   /**
 759  
    * Translated "End Program Enroll Term".
 760  
    * 
 761  
    * @return translated "End Program Enroll Term"
 762  
    */
 763  
   @DefaultMessage("End Program Enroll Term")
 764  
   @Key("programInformation.enrollTerm")
 765  
   String programInformation_enrollTerm();
 766  
 
 767  
   /**
 768  
    * Translated "End Program Entry Term".
 769  
    * 
 770  
    * @return translated "End Program Entry Term"
 771  
    */
 772  
   @DefaultMessage("End Program Entry Term")
 773  
   @Key("programInformation.entryTerm")
 774  
   String programInformation_entryTerm();
 775  
 
 776  
   /**
 777  
    * Translated "HEGIS".
 778  
    * 
 779  
    * @return translated "HEGIS"
 780  
    */
 781  
   @DefaultMessage("HEGIS")
 782  
   @Key("programInformation.hegis")
 783  
   String programInformation_hegis();
 784  
 
 785  
   /**
 786  
    * Translated "Identifying Details".
 787  
    * 
 788  
    * @return translated "Identifying Details"
 789  
    */
 790  
   @DefaultMessage("Identifying Details")
 791  
   @Key("programInformation.identifyingDetails")
 792  
   String programInformation_identifyingDetails();
 793  
 
 794  
   /**
 795  
    * Translated "Institution".
 796  
    * 
 797  
    * @return translated "Institution"
 798  
    */
 799  
   @DefaultMessage("Institution")
 800  
   @Key("programInformation.institution")
 801  
   String programInformation_institution();
 802  
 
 803  
   /**
 804  
    * Translated "Level".
 805  
    * 
 806  
    * @return translated "Level"
 807  
    */
 808  
   @DefaultMessage("Level")
 809  
   @Key("programInformation.level")
 810  
   String programInformation_level();
 811  
 
 812  
   /**
 813  
    * Translated "Location".
 814  
    * 
 815  
    * @return translated "Location"
 816  
    */
 817  
   @DefaultMessage("Location")
 818  
   @Key("programInformation.location")
 819  
   String programInformation_location();
 820  
 
 821  
   /**
 822  
    * Translated "Other Information".
 823  
    * 
 824  
    * @return translated "Other Information"
 825  
    */
 826  
   @DefaultMessage("Other Information")
 827  
   @Key("programInformation.otherInformation")
 828  
   String programInformation_otherInformation();
 829  
 
 830  
   /**
 831  
    * Translated "Program Title".
 832  
    * 
 833  
    * @return translated "Program Title"
 834  
    */
 835  
   @DefaultMessage("Program Title")
 836  
   @Key("programInformation.programTitle")
 837  
   String programInformation_programTitle();
 838  
 
 839  
   /**
 840  
    * Translated "Start Term".
 841  
    * 
 842  
    * @return translated "Start Term"
 843  
    */
 844  
   @DefaultMessage("Start Term")
 845  
   @Key("programInformation.startTerm")
 846  
   String programInformation_startTerm();
 847  
 
 848  
   /**
 849  
    * Translated "Key Program Information".
 850  
    * 
 851  
    * @return translated "Key Program Information"
 852  
    */
 853  
   @DefaultMessage("Key Program Information")
 854  
   @Key("programInformation.title")
 855  
   String programInformation_title();
 856  
 
 857  
   /**
 858  
    * Translated "Title Diploma".
 859  
    * 
 860  
    * @return translated "Title Diploma"
 861  
    */
 862  
   @DefaultMessage("Title Diploma")
 863  
   @Key("programInformation.titleDiploma")
 864  
   String programInformation_titleDiploma();
 865  
 
 866  
   /**
 867  
    * Translated "Title Full".
 868  
    * 
 869  
    * @return translated "Title Full"
 870  
    */
 871  
   @DefaultMessage("Title Full")
 872  
   @Key("programInformation.titleFull")
 873  
   String programInformation_titleFull();
 874  
 
 875  
   /**
 876  
    * Translated "Title Short".
 877  
    * 
 878  
    * @return translated "Title Short"
 879  
    */
 880  
   @DefaultMessage("Title Short")
 881  
   @Key("programInformation.titleShort")
 882  
   String programInformation_titleShort();
 883  
 
 884  
   /**
 885  
    * Translated "Title Transcript".
 886  
    * 
 887  
    * @return translated "Title Transcript"
 888  
    */
 889  
   @DefaultMessage("Title Transcript")
 890  
   @Key("programInformation.titleTranscript")
 891  
   String programInformation_titleTranscript();
 892  
 
 893  
   /**
 894  
    * Translated "Step 1: Build and Add Rules".
 895  
    * 
 896  
    * @return translated "Step 1: Build and Add Rules"
 897  
    */
 898  
   @DefaultMessage("Step 1: Build and Add Rules")
 899  
   @Key("programRequirements.manageViewPageStep1Title")
 900  
   String programRequirements_manageViewPageStep1Title();
 901  
 
 902  
   /**
 903  
    * Translated "Step 2: Combine Rules with Logic".
 904  
    * 
 905  
    * @return translated "Step 2: Combine Rules with Logic"
 906  
    */
 907  
   @DefaultMessage("Step 2: Combine Rules with Logic")
 908  
   @Key("programRequirements.manageViewPageStep2Title")
 909  
   String programRequirements_manageViewPageStep2Title();
 910  
 
 911  
   /**
 912  
    * Translated "Add <*> Rule".
 913  
    * 
 914  
    * @return translated "Add <*> Rule"
 915  
    */
 916  
   @DefaultMessage("Add <*> Rule")
 917  
   @Key("programRequirements.manageViewPageTitle")
 918  
   String programRequirements_manageViewPageTitle();
 919  
 
 920  
   /**
 921  
    * Translated "Add {0}".
 922  
    * 
 923  
    * @return translated "Add {0}"
 924  
    */
 925  
   @DefaultMessage("Add {0}")
 926  
   @Key("programRequirements.summaryViewPageAddRule")
 927  
   String programRequirements_summaryViewPageAddRule(String arg0);
 928  
 
 929  
   /**
 930  
    * Translated "Are you sure you want to delete this requirement?".
 931  
    * 
 932  
    * @return translated "Are you sure you want to delete this requirement?"
 933  
    */
 934  
   @DefaultMessage("Are you sure you want to delete this requirement?")
 935  
   @Key("programRequirements.summaryViewPageDeleteRequirementDialogMsg")
 936  
   String programRequirements_summaryViewPageDeleteRequirementDialogMsg();
 937  
 
 938  
   /**
 939  
    * Translated "Delete Requirement".
 940  
    * 
 941  
    * @return translated "Delete Requirement"
 942  
    */
 943  
   @DefaultMessage("Delete Requirement")
 944  
   @Key("programRequirements.summaryViewPageDeleteRequirementDialogTitle")
 945  
   String programRequirements_summaryViewPageDeleteRequirementDialogTitle();
 946  
 
 947  
   /**
 948  
    * Translated "Are you sure you want to delete this rule?".
 949  
    * 
 950  
    * @return translated "Are you sure you want to delete this rule?"
 951  
    */
 952  
   @DefaultMessage("Are you sure you want to delete this rule?")
 953  
   @Key("programRequirements.summaryViewPageDeleteRuleDialogMsg")
 954  
   String programRequirements_summaryViewPageDeleteRuleDialogMsg();
 955  
 
 956  
   /**
 957  
    * Translated "Delete Rule".
 958  
    * 
 959  
    * @return translated "Delete Rule"
 960  
    */
 961  
   @DefaultMessage("Delete Rule")
 962  
   @Key("programRequirements.summaryViewPageDeleteRuleDialogTitle")
 963  
   String programRequirements_summaryViewPageDeleteRuleDialogTitle();
 964  
 
 965  
   /**
 966  
    * Translated "No {0} currently exist for this program".
 967  
    * 
 968  
    * @return translated "No {0} currently exist for this program"
 969  
    */
 970  
   @DefaultMessage("No {0} currently exist for this program")
 971  
   @Key("programRequirements.summaryViewPageNoRule")
 972  
   String programRequirements_summaryViewPageNoRule(String arg0);
 973  
 
 974  
   /**
 975  
    * Translated "Program Requirements".
 976  
    * 
 977  
    * @return translated "Program Requirements"
 978  
    */
 979  
   @DefaultMessage("Program Requirements")
 980  
   @Key("programRequirements.summaryViewPageTitle")
 981  
   String programRequirements_summaryViewPageTitle();
 982  
 
 983  
   /**
 984  
    * Translated "Completion of a specialization is required for this program".
 985  
    * 
 986  
    * @return translated "Completion of a specialization is required for this program"
 987  
    */
 988  
   @DefaultMessage("Completion of a specialization is required for this program")
 989  
   @Key("programSpecialization.instructions")
 990  
   String programSpecialization_instructions();
 991  
 
 992  
   /**
 993  
    * Translated "Edit Dates".
 994  
    * 
 995  
    * @return translated "Edit Dates"
 996  
    */
 997  
   @DefaultMessage("Edit Dates")
 998  
   @Key("sideBar.dialog.title")
 999  
   String sideBar_dialog_title();
 1000  
 
 1001  
   /**
 1002  
    * Translated "Last review date".
 1003  
    * 
 1004  
    * @return translated "Last review date"
 1005  
    */
 1006  
   @DefaultMessage("Last review date")
 1007  
   @Key("sideBar.form.lastReviewDate")
 1008  
   String sideBar_form_lastReviewDate();
 1009  
 
 1010  
   /**
 1011  
    * Translated "Scheduled review date".
 1012  
    * 
 1013  
    * @return translated "Scheduled review date"
 1014  
    */
 1015  
   @DefaultMessage("Scheduled review date")
 1016  
   @Key("sideBar.form.scheduledReviewDate")
 1017  
   String sideBar_form_scheduledReviewDate();
 1018  
 
 1019  
   /**
 1020  
    * Translated "HISTORY".
 1021  
    * 
 1022  
    * @return translated "HISTORY"
 1023  
    */
 1024  
   @DefaultMessage("HISTORY")
 1025  
   @Key("sideBar.history")
 1026  
   String sideBar_history();
 1027  
 
 1028  
   /**
 1029  
    * Translated "Last review date:".
 1030  
    * 
 1031  
    * @return translated "Last review date:"
 1032  
    */
 1033  
   @DefaultMessage("Last review date:")
 1034  
   @Key("sideBar.lastReviewDate")
 1035  
   String sideBar_lastReviewDate();
 1036  
 
 1037  
   /**
 1038  
    * Translated "Program last updated:".
 1039  
    * 
 1040  
    * @return translated "Program last updated:"
 1041  
    */
 1042  
   @DefaultMessage("Program last updated:")
 1043  
   @Key("sideBar.programLastUpdated")
 1044  
   String sideBar_programLastUpdated();
 1045  
 
 1046  
   /**
 1047  
    * Translated "Scheduled review date:".
 1048  
    * 
 1049  
    * @return translated "Scheduled review date:"
 1050  
    */
 1051  
   @DefaultMessage("Scheduled review date:")
 1052  
   @Key("sideBar.scheduledReviewDate")
 1053  
   String sideBar_scheduledReviewDate();
 1054  
 
 1055  
   /**
 1056  
    * Translated "Version: {0}".
 1057  
    * 
 1058  
    * @return translated "Version: {0}"
 1059  
    */
 1060  
   @DefaultMessage("Version: {0}")
 1061  
   @Key("sideBar.version")
 1062  
   String sideBar_version(String arg0);
 1063  
 
 1064  
   /**
 1065  
    * Translated "View version history".
 1066  
    * 
 1067  
    * @return translated "View version history"
 1068  
    */
 1069  
   @DefaultMessage("View version history")
 1070  
   @Key("sideBar.viewHistory")
 1071  
   String sideBar_viewHistory();
 1072  
 
 1073  
   /**
 1074  
    * Translated "Active".
 1075  
    * 
 1076  
    * @return translated "Active"
 1077  
    */
 1078  
   @DefaultMessage("Active")
 1079  
   @Key("status.active")
 1080  
   String status_active();
 1081  
 
 1082  
   /**
 1083  
    * Translated "Approved".
 1084  
    * 
 1085  
    * @return translated "Approved"
 1086  
    */
 1087  
   @DefaultMessage("Approved")
 1088  
   @Key("status.approved")
 1089  
   String status_approved();
 1090  
 
 1091  
   /**
 1092  
    * Translated "Draft".
 1093  
    * 
 1094  
    * @return translated "Draft"
 1095  
    */
 1096  
   @DefaultMessage("Draft")
 1097  
   @Key("status.draft")
 1098  
   String status_draft();
 1099  
 
 1100  
   /**
 1101  
    * Translated "Not Approved"
 1102  
    * 
 1103  
    * @return translated "Draft"
 1104  
    */
 1105  
   @DefaultMessage("NotApproved")
 1106  
   @Key("status.notapproved")
 1107  
   String status_notapproved();
 1108  
 
 1109  
   
 1110  
   /**
 1111  
    * Translated "Superseded".
 1112  
    * 
 1113  
    * @return translated "Superseded"
 1114  
    */
 1115  
   @DefaultMessage("Superseded")
 1116  
   @Key("status.superseded")
 1117  
   String status_superseded();
 1118  
 
 1119  
   /**
 1120  
    * Translated "Variation Sections".
 1121  
    * 
 1122  
    * @return translated "Variation Sections"
 1123  
    */
 1124  
   @DefaultMessage("Variation Sections")
 1125  
   @Key("variation.menu.sections")
 1126  
   String variation_menu_sections();
 1127  
 
 1128  
   /**
 1129  
    * Translated "Key Specialization Information".
 1130  
    * 
 1131  
    * @return translated "Key Specialization Information"
 1132  
    */
 1133  
   @DefaultMessage("Key Specialization Information")
 1134  
   @Key("variation.menu.sections.variationInformation")
 1135  
   String variation_menu_sections_variationInformation();
 1136  
 
 1137  
   /**
 1138  
    * Translated "New Variation".
 1139  
    * 
 1140  
    * @return translated "New Variation"
 1141  
    */
 1142  
   @DefaultMessage("New Variation")
 1143  
   @Key("variation.new")
 1144  
   String variation_new();
 1145  
 
 1146  
   /**
 1147  
    * Translated "Parent Program:".
 1148  
    * 
 1149  
    * @return translated "Parent Program:"
 1150  
    */
 1151  
   @DefaultMessage("Parent Program:")
 1152  
   @Key("variation.parentProgram")
 1153  
   String variation_parentProgram();
 1154  
 
 1155  
   /**
 1156  
    * Translated "Specialization Summary".
 1157  
    * 
 1158  
    * @return translated "Specialization Summary"
 1159  
    */
 1160  
   @DefaultMessage("Specialization Summary")
 1161  
   @Key("variation.summary")
 1162  
   String variation_summary();
 1163  
 
 1164  
   /**
 1165  
    * Translated "Specialization of {0}".
 1166  
    * 
 1167  
    * @return translated "Specialization of {0}"
 1168  
    */
 1169  
   @DefaultMessage("Specialization of {0}")
 1170  
   @Key("variation.title")
 1171  
   String variation_title(String arg0);
 1172  
 
 1173  
   /**
 1174  
    * Translated "Specialization Description".
 1175  
    * 
 1176  
    * @return translated "Specialization Description"
 1177  
    */
 1178  
   @DefaultMessage("Specialization Description")
 1179  
   @Key("variationCatalogInformation.descr")
 1180  
   String variationCatalogInformation_descr();
 1181  
 
 1182  
   /**
 1183  
    * Translated "Add Specialization".
 1184  
    * 
 1185  
    * @return translated "Add Specialization"
 1186  
    */
 1187  
   @DefaultMessage("Add Specialization")
 1188  
   @Key("variationInformation.button.addSpecialization")
 1189  
   String variationInformation_button_addSpecialization();
 1190  
 
 1191  
   /**
 1192  
    * Translated "Key Specialization Information".
 1193  
    * 
 1194  
    * @return translated "Key Specialization Information"
 1195  
    */
 1196  
   @DefaultMessage("Key Specialization Information")
 1197  
   @Key("variationInformation.title")
 1198  
   String variationInformation_title();
 1199  
 
 1200  
   /**
 1201  
    * Translated "Specialization Title".
 1202  
    * 
 1203  
    * @return translated "Specialization Title"
 1204  
    */
 1205  
   @DefaultMessage("Specialization Title")
 1206  
   @Key("variationInformation.variationTitle")
 1207  
   String variationInformation_variationTitle();
 1208  
 }