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("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 "Actions".
 371  
    * 
 372  
    * @return translated "Actions"
 373  
    */
 374  
   @DefaultMessage("Actions")
 375  
   @Key("program.menu.actions.title")
 376  
   String program_menu_actions_title();
 377  
 
 378  
   /**
 379  
    * Translated "History".
 380  
    * 
 381  
    * @return translated "History"
 382  
    */
 383  
   @DefaultMessage("History")
 384  
   @Key("program.menu.history.title")
 385  
   String program_menu_history_title();
 386  
 
 387  
   /**
 388  
    * Translated "Program Sections".
 389  
    * 
 390  
    * @return translated "Program Sections"
 391  
    */
 392  
   @DefaultMessage("Program Sections")
 393  
   @Key("program.menu.sections")
 394  
   String program_menu_sections();
 395  
   
 396  
   /**
 397  
    * Translated "Supporting Documents".
 398  
    * 
 399  
    * @return translated "Supporting Documents"
 400  
    */
 401  
   @DefaultMessage("Proposal Information")
 402  
   @Key("program.menu.sections.proposalInformation")
 403  
   String program_menu_sections_proposalInformation();
 404  
 
 405  
   @DefaultMessage("Change Impact")
 406  
   @Key("program.menu.sections.proposalChangeImpact")
 407  
   String program_menu_sections_proposalChangeImpact();
 408  
 
 409  
 
 410  
   /**
 411  
    * Translated "Description and Catalog Information".
 412  
    * 
 413  
    * @return translated "Description and Catalog Information"
 414  
    */
 415  
   @DefaultMessage("Description and Catalog Information")
 416  
   @Key("program.menu.sections.catalogInfo")
 417  
   String program_menu_sections_catalogInfo();
 418  
 
 419  
   /**
 420  
    * Translated "Learning Objectives".
 421  
    * 
 422  
    * @return translated "Learning Objectives"
 423  
    */
 424  
   @DefaultMessage("Learning Objectives")
 425  
   @Key("program.menu.sections.learningObjectives")
 426  
   String program_menu_sections_learningObjectives();
 427  
 
 428  
   /**
 429  
    * Translated "Program Managing Bodies".
 430  
    * 
 431  
    * @return translated "Program Managing Bodies"
 432  
    */
 433  
   @DefaultMessage("Program Managing Bodies")
 434  
   @Key("program.menu.sections.managingBodies")
 435  
   String program_menu_sections_managingBodies();
 436  
 
 437  
   /**
 438  
    * Translated "Key Program Information".
 439  
    * 
 440  
    * @return translated "Key Program Information"
 441  
    */
 442  
   @DefaultMessage("Key Program Information")
 443  
   @Key("program.menu.sections.programInformation")
 444  
   String program_menu_sections_programInformation();
 445  
 
 446  
   /**
 447  
    * Translated "Program Requirements".
 448  
    * 
 449  
    * @return translated "Program Requirements"
 450  
    */
 451  
   @DefaultMessage("Program Requirements")
 452  
   @Key("program.menu.sections.requirements")
 453  
   String program_menu_sections_requirements();
 454  
 
 455  
   /**
 456  
    * Translated "Specializations".
 457  
    * 
 458  
    * @return translated "Specializations"
 459  
    */
 460  
   @DefaultMessage("Specializations")
 461  
   @Key("program.menu.sections.specializations")
 462  
   String program_menu_sections_specializations();
 463  
 
 464  
   /**
 465  
    * Translated "Program Summary".
 466  
    * 
 467  
    * @return translated "Program Summary"
 468  
    */
 469  
   @DefaultMessage("Program Summary")
 470  
   @Key("program.menu.sections.summary")
 471  
   String program_menu_sections_summary();
 472  
 
 473  
   /**
 474  
    * Translated "Authors and Collaborators".
 475  
    * 
 476  
    * @return translated "Collaborators"
 477  
    */
 478  
   @DefaultMessage("Authors and Collaborators")
 479  
   @Key("program.menu.sections.collaborators")
 480  
   String program_menu_sections_collaborators();
 481  
 
 482  
   /**
 483  
    * Translated "Supporting Documents".
 484  
    * 
 485  
    * @return translated "Supporting Documents"
 486  
    */
 487  
   @DefaultMessage("Supporting Documents")
 488  
   @Key("program.menu.sections.supportingDocuments")
 489  
   String program_menu_sections_supportingDocuments();
 490  
 
 491  
   /**
 492  
    * Translated "View All Sections".
 493  
    * 
 494  
    * @return translated "View All Sections"
 495  
    */
 496  
   @DefaultMessage("View All Sections")
 497  
   @Key("program.menu.sections.viewAll")
 498  
   String program_menu_sections_viewAll();
 499  
 
 500  
   /**
 501  
    * Translated "Modify Program".
 502  
    * 
 503  
    * @return translated "Modify (no version)"
 504  
    */
 505  
   @DefaultMessage("Modify Program")
 506  
   @Key("programAction.modify")
 507  
   String programAction_modify();
 508  
 
 509  
   /**
 510  
    * Translated "Modify (no version)".
 511  
    * 
 512  
    * @return translated "Modify (no version)"
 513  
    */
 514  
   @DefaultMessage("Retire Program")
 515  
   @Key("programAction.retire")
 516  
   String programAction_retire();
 517  
 
 518  
   
 519  
   
 520  
   /**
 521  
    * Translated "Modify (with new version)".
 522  
    * 
 523  
    * @return translated "Modify (with new version)"
 524  
    */
 525  
   @DefaultMessage("Modify (with new version)")
 526  
   @Key("programAction.modifyVersion")
 527  
   String programAction_modifyVersion();
 528  
 
 529  
   /**
 530  
    * Translated "Proposed Program Modification".
 531  
    * 
 532  
    * @return translated "Proposed Program Modification"
 533  
    */
 534  
   @DefaultMessage("Proposed Program Modification")
 535  
   @Key("programAction.proposedProgramModification")
 536  
   String programAction_proposedProgramModification();
 537  
   
 538  
   /**
 539  
    * Translated "Proposed Program Modification".
 540  
    * 
 541  
    * @return translated "Proposed Program Modification"
 542  
    */
 543  
   @DefaultMessage("Proposal Title")
 544  
   @Key("cluProposalTitle")
 545  
   String proposalInformation_cluProgramTitle();
 546  
  
 547  
   @DefaultMessage("Program Rationale")
 548  
   @Key("cluProposalRationale")
 549  
   String proposalInformation_cluProposalRationale();
 550  
   
 551  
   @DefaultMessage("Type of Modification")
 552  
   @Key("cluModificationType")
 553  
   String proposalInformation_cluModificationType();
 554  
   
 555  
   @DefaultMessage("Abstract")
 556  
   @Key("cluAbstractType")
 557  
   String proposalInformation_cluAbstractType();
 558  
   
 559  
   // Proposal - Change Impact Section
 560  
   
 561  
   @DefaultMessage("Related Course Changes")
 562  
   @Key("cluRelatedCourseChangesType")
 563  
   String proposalInformation_cluRelatedCourseChangesType();
 564  
  
 565  
   @DefaultMessage("Impacted Units")
 566  
   @Key("cluImpactedUnitsType")
 567  
   String proposalInformation_cluImpactedUnitsType();
 568  
    
 569  
   @DefaultMessage("Impacted Articulation Transfer Programs")
 570  
   @Key("cluImpactedArticulationTransferProgramsType")
 571  
   String proposalInformation_cluImpactedArticulationTransferProgramsType();
 572  
  
 573  
   @DefaultMessage("Student Transition Plans")
 574  
   @Key("cluStudentTransitionPlansType")
 575  
   String proposalInformation_cluStudentTransitionPlansType();
 576  
   
 577  
    /**
 578  
    * Translated "Program Actions: Modify, Retire...".
 579  
    * 
 580  
    * @return translated "Program Actions: Modify, Retire..."
 581  
    */
 582  
   @DefaultMessage("Program Actions")
 583  
   @Key("programAction.title")
 584  
   String programAction_title();
 585  
 
 586  
   /**
 587  
    * Translated "Accreditation".
 588  
    * 
 589  
    * @return translated "Accreditation"
 590  
    */
 591  
   @DefaultMessage("Accreditation")
 592  
   @Key("programInformation.accreditation")
 593  
   String programInformation_accreditation();
 594  
 
 595  
   /**
 596  
    * Translated "Accreditations".
 597  
    * 
 598  
    * @return translated "Accreditations"
 599  
    */
 600  
   @DefaultMessage("Accreditations")
 601  
   @Key("programInformation.accreditations")
 602  
   String programInformation_accreditations();
 603  
 
 604  
   /**
 605  
    * 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.".
 606  
    * 
 607  
    * @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."
 608  
    */
 609  
   @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.")
 610  
   @Key("programInformation.activateInstructions")
 611  
   String programInformation_activateInstructions();
 612  
 
 613  
   /**
 614  
    * Translated "Activate Program".
 615  
    * 
 616  
    * @return translated "Activate Program"
 617  
    */
 618  
   @DefaultMessage("Activate Program")
 619  
   @Key("programInformation.activateProgram")
 620  
   String programInformation_activateProgram();
 621  
 
 622  
   /**
 623  
    * Translated "Add Accreditation".
 624  
    * 
 625  
    * @return translated "Add Accreditation"
 626  
    */
 627  
   @DefaultMessage("Add Accreditation")
 628  
   @Key("programInformation.addAccreditation")
 629  
   String programInformation_addAccreditation();
 630  
 
 631  
   /**
 632  
    * Translated "End Inst Admit Term".
 633  
    * 
 634  
    * @return translated "End Inst Admit Term"
 635  
    */
 636  
   @DefaultMessage("End Inst Admit Term")
 637  
   @Key("programInformation.admitTerm")
 638  
   String programInformation_admitTerm();
 639  
 
 640  
   /**
 641  
    * Translated "Program Approval Date".
 642  
    * 
 643  
    * @return translated "Program Approval Date"
 644  
    */
 645  
   @DefaultMessage("Program Approval Date")
 646  
   @Key("programInformation.approvalDate")
 647  
   String programInformation_approvalDate();
 648  
 
 649  
   /**
 650  
    * Translated "CIP 2000".
 651  
    * 
 652  
    * @return translated "CIP 2000"
 653  
    */
 654  
   @DefaultMessage("CIP 2000")
 655  
   @Key("programInformation.cip2000")
 656  
   String programInformation_cip2000();
 657  
 
 658  
   /**
 659  
    * Translated "CIP 2010".
 660  
    * 
 661  
    * @return translated "CIP 2010"
 662  
    */
 663  
   @DefaultMessage("CIP 2010")
 664  
   @Key("programInformation.cip2010")
 665  
   String programInformation_cip2010();
 666  
 
 667  
   /**
 668  
    * Translated "Classification".
 669  
    * 
 670  
    * @return translated "Classification"
 671  
    */
 672  
   @DefaultMessage("Classification")
 673  
   @Key("programInformation.classification")
 674  
   String programInformation_classification();
 675  
 
 676  
   /**
 677  
    * Translated "Code".
 678  
    * 
 679  
    * @return translated "Code"
 680  
    */
 681  
   @DefaultMessage("Code")
 682  
   @Key("programInformation.code")
 683  
   String programInformation_code();
 684  
 
 685  
   /**
 686  
    * Translated "Credential Program".
 687  
    * 
 688  
    * @return translated "Credential Program"
 689  
    */
 690  
   @DefaultMessage("Credential Program")
 691  
   @Key("programInformation.credentialProgram")
 692  
   String programInformation_credentialProgram();
 693  
 
 694  
   /**
 695  
    * Translated "Dates".
 696  
    * 
 697  
    * @return translated "Dates"
 698  
    */
 699  
   @DefaultMessage("Dates")
 700  
   @Key("programInformation.dates")
 701  
   String programInformation_dates();
 702  
 
 703  
   /**
 704  
    * Translated "Degree Type".
 705  
    * 
 706  
    * @return translated "Degree Type"
 707  
    */
 708  
   @DefaultMessage("Degree Type")
 709  
   @Key("programInformation.degreeType")
 710  
   String programInformation_degreeType();
 711  
 
 712  
   /**
 713  
    * Translated "End Program Enroll Term".
 714  
    * 
 715  
    * @return translated "End Program Enroll Term"
 716  
    */
 717  
   @DefaultMessage("End Program Enroll Term")
 718  
   @Key("programInformation.enrollTerm")
 719  
   String programInformation_enrollTerm();
 720  
 
 721  
   /**
 722  
    * Translated "End Program Entry Term".
 723  
    * 
 724  
    * @return translated "End Program Entry Term"
 725  
    */
 726  
   @DefaultMessage("End Program Entry Term")
 727  
   @Key("programInformation.entryTerm")
 728  
   String programInformation_entryTerm();
 729  
 
 730  
   /**
 731  
    * Translated "HEGIS".
 732  
    * 
 733  
    * @return translated "HEGIS"
 734  
    */
 735  
   @DefaultMessage("HEGIS")
 736  
   @Key("programInformation.hegis")
 737  
   String programInformation_hegis();
 738  
 
 739  
   /**
 740  
    * Translated "Identifying Details".
 741  
    * 
 742  
    * @return translated "Identifying Details"
 743  
    */
 744  
   @DefaultMessage("Identifying Details")
 745  
   @Key("programInformation.identifyingDetails")
 746  
   String programInformation_identifyingDetails();
 747  
 
 748  
   /**
 749  
    * Translated "Institution".
 750  
    * 
 751  
    * @return translated "Institution"
 752  
    */
 753  
   @DefaultMessage("Institution")
 754  
   @Key("programInformation.institution")
 755  
   String programInformation_institution();
 756  
 
 757  
   /**
 758  
    * Translated "Level".
 759  
    * 
 760  
    * @return translated "Level"
 761  
    */
 762  
   @DefaultMessage("Level")
 763  
   @Key("programInformation.level")
 764  
   String programInformation_level();
 765  
 
 766  
   /**
 767  
    * Translated "Location".
 768  
    * 
 769  
    * @return translated "Location"
 770  
    */
 771  
   @DefaultMessage("Location")
 772  
   @Key("programInformation.location")
 773  
   String programInformation_location();
 774  
 
 775  
   /**
 776  
    * Translated "Other Information".
 777  
    * 
 778  
    * @return translated "Other Information"
 779  
    */
 780  
   @DefaultMessage("Other Information")
 781  
   @Key("programInformation.otherInformation")
 782  
   String programInformation_otherInformation();
 783  
 
 784  
   /**
 785  
    * Translated "Program Title".
 786  
    * 
 787  
    * @return translated "Program Title"
 788  
    */
 789  
   @DefaultMessage("Program Title")
 790  
   @Key("programInformation.programTitle")
 791  
   String programInformation_programTitle();
 792  
 
 793  
   /**
 794  
    * Translated "Start Term".
 795  
    * 
 796  
    * @return translated "Start Term"
 797  
    */
 798  
   @DefaultMessage("Start Term")
 799  
   @Key("programInformation.startTerm")
 800  
   String programInformation_startTerm();
 801  
 
 802  
   /**
 803  
    * Translated "Key Program Information".
 804  
    * 
 805  
    * @return translated "Key Program Information"
 806  
    */
 807  
   @DefaultMessage("Key Program Information")
 808  
   @Key("programInformation.title")
 809  
   String programInformation_title();
 810  
 
 811  
   /**
 812  
    * Translated "Title Diploma".
 813  
    * 
 814  
    * @return translated "Title Diploma"
 815  
    */
 816  
   @DefaultMessage("Title Diploma")
 817  
   @Key("programInformation.titleDiploma")
 818  
   String programInformation_titleDiploma();
 819  
 
 820  
   /**
 821  
    * Translated "Title Full".
 822  
    * 
 823  
    * @return translated "Title Full"
 824  
    */
 825  
   @DefaultMessage("Title Full")
 826  
   @Key("programInformation.titleFull")
 827  
   String programInformation_titleFull();
 828  
 
 829  
   /**
 830  
    * Translated "Title Short".
 831  
    * 
 832  
    * @return translated "Title Short"
 833  
    */
 834  
   @DefaultMessage("Title Short")
 835  
   @Key("programInformation.titleShort")
 836  
   String programInformation_titleShort();
 837  
 
 838  
   /**
 839  
    * Translated "Title Transcript".
 840  
    * 
 841  
    * @return translated "Title Transcript"
 842  
    */
 843  
   @DefaultMessage("Title Transcript")
 844  
   @Key("programInformation.titleTranscript")
 845  
   String programInformation_titleTranscript();
 846  
 
 847  
   /**
 848  
    * Translated "Step 1: Build and Add Rules".
 849  
    * 
 850  
    * @return translated "Step 1: Build and Add Rules"
 851  
    */
 852  
   @DefaultMessage("Step 1: Build and Add Rules")
 853  
   @Key("programRequirements.manageViewPageStep1Title")
 854  
   String programRequirements_manageViewPageStep1Title();
 855  
 
 856  
   /**
 857  
    * Translated "Step 2: Combine Rules with Logic".
 858  
    * 
 859  
    * @return translated "Step 2: Combine Rules with Logic"
 860  
    */
 861  
   @DefaultMessage("Step 2: Combine Rules with Logic")
 862  
   @Key("programRequirements.manageViewPageStep2Title")
 863  
   String programRequirements_manageViewPageStep2Title();
 864  
 
 865  
   /**
 866  
    * Translated "Add <*> Rule".
 867  
    * 
 868  
    * @return translated "Add <*> Rule"
 869  
    */
 870  
   @DefaultMessage("Add <*> Rule")
 871  
   @Key("programRequirements.manageViewPageTitle")
 872  
   String programRequirements_manageViewPageTitle();
 873  
 
 874  
   /**
 875  
    * Translated "Add {0}".
 876  
    * 
 877  
    * @return translated "Add {0}"
 878  
    */
 879  
   @DefaultMessage("Add {0}")
 880  
   @Key("programRequirements.summaryViewPageAddRule")
 881  
   String programRequirements_summaryViewPageAddRule(String arg0);
 882  
 
 883  
   /**
 884  
    * Translated "Are you sure you want to delete this requirement?".
 885  
    * 
 886  
    * @return translated "Are you sure you want to delete this requirement?"
 887  
    */
 888  
   @DefaultMessage("Are you sure you want to delete this requirement?")
 889  
   @Key("programRequirements.summaryViewPageDeleteRequirementDialogMsg")
 890  
   String programRequirements_summaryViewPageDeleteRequirementDialogMsg();
 891  
 
 892  
   /**
 893  
    * Translated "Delete Requirement".
 894  
    * 
 895  
    * @return translated "Delete Requirement"
 896  
    */
 897  
   @DefaultMessage("Delete Requirement")
 898  
   @Key("programRequirements.summaryViewPageDeleteRequirementDialogTitle")
 899  
   String programRequirements_summaryViewPageDeleteRequirementDialogTitle();
 900  
 
 901  
   /**
 902  
    * Translated "Are you sure you want to delete this rule?".
 903  
    * 
 904  
    * @return translated "Are you sure you want to delete this rule?"
 905  
    */
 906  
   @DefaultMessage("Are you sure you want to delete this rule?")
 907  
   @Key("programRequirements.summaryViewPageDeleteRuleDialogMsg")
 908  
   String programRequirements_summaryViewPageDeleteRuleDialogMsg();
 909  
 
 910  
   /**
 911  
    * Translated "Delete Rule".
 912  
    * 
 913  
    * @return translated "Delete Rule"
 914  
    */
 915  
   @DefaultMessage("Delete Rule")
 916  
   @Key("programRequirements.summaryViewPageDeleteRuleDialogTitle")
 917  
   String programRequirements_summaryViewPageDeleteRuleDialogTitle();
 918  
 
 919  
   /**
 920  
    * Translated "No {0} currently exist for this program".
 921  
    * 
 922  
    * @return translated "No {0} currently exist for this program"
 923  
    */
 924  
   @DefaultMessage("No {0} currently exist for this program")
 925  
   @Key("programRequirements.summaryViewPageNoRule")
 926  
   String programRequirements_summaryViewPageNoRule(String arg0);
 927  
 
 928  
   /**
 929  
    * Translated "Program Requirements".
 930  
    * 
 931  
    * @return translated "Program Requirements"
 932  
    */
 933  
   @DefaultMessage("Program Requirements")
 934  
   @Key("programRequirements.summaryViewPageTitle")
 935  
   String programRequirements_summaryViewPageTitle();
 936  
 
 937  
   /**
 938  
    * Translated "Completion of a specialization is required for this program".
 939  
    * 
 940  
    * @return translated "Completion of a specialization is required for this program"
 941  
    */
 942  
   @DefaultMessage("Completion of a specialization is required for this program")
 943  
   @Key("programSpecialization.instructions")
 944  
   String programSpecialization_instructions();
 945  
 
 946  
   /**
 947  
    * Translated "Edit Dates".
 948  
    * 
 949  
    * @return translated "Edit Dates"
 950  
    */
 951  
   @DefaultMessage("Edit Dates")
 952  
   @Key("sideBar.dialog.title")
 953  
   String sideBar_dialog_title();
 954  
 
 955  
   /**
 956  
    * Translated "Last review date".
 957  
    * 
 958  
    * @return translated "Last review date"
 959  
    */
 960  
   @DefaultMessage("Last review date")
 961  
   @Key("sideBar.form.lastReviewDate")
 962  
   String sideBar_form_lastReviewDate();
 963  
 
 964  
   /**
 965  
    * Translated "Scheduled review date".
 966  
    * 
 967  
    * @return translated "Scheduled review date"
 968  
    */
 969  
   @DefaultMessage("Scheduled review date")
 970  
   @Key("sideBar.form.scheduledReviewDate")
 971  
   String sideBar_form_scheduledReviewDate();
 972  
 
 973  
   /**
 974  
    * Translated "HISTORY".
 975  
    * 
 976  
    * @return translated "HISTORY"
 977  
    */
 978  
   @DefaultMessage("HISTORY")
 979  
   @Key("sideBar.history")
 980  
   String sideBar_history();
 981  
 
 982  
   /**
 983  
    * Translated "Last review date:".
 984  
    * 
 985  
    * @return translated "Last review date:"
 986  
    */
 987  
   @DefaultMessage("Last review date:")
 988  
   @Key("sideBar.lastReviewDate")
 989  
   String sideBar_lastReviewDate();
 990  
 
 991  
   /**
 992  
    * Translated "Program last updated:".
 993  
    * 
 994  
    * @return translated "Program last updated:"
 995  
    */
 996  
   @DefaultMessage("Program last updated:")
 997  
   @Key("sideBar.programLastUpdated")
 998  
   String sideBar_programLastUpdated();
 999  
 
 1000  
   /**
 1001  
    * Translated "Scheduled review date:".
 1002  
    * 
 1003  
    * @return translated "Scheduled review date:"
 1004  
    */
 1005  
   @DefaultMessage("Scheduled review date:")
 1006  
   @Key("sideBar.scheduledReviewDate")
 1007  
   String sideBar_scheduledReviewDate();
 1008  
 
 1009  
   /**
 1010  
    * Translated "Version: {0}".
 1011  
    * 
 1012  
    * @return translated "Version: {0}"
 1013  
    */
 1014  
   @DefaultMessage("Version: {0}")
 1015  
   @Key("sideBar.version")
 1016  
   String sideBar_version(String arg0);
 1017  
 
 1018  
   /**
 1019  
    * Translated "View version history".
 1020  
    * 
 1021  
    * @return translated "View version history"
 1022  
    */
 1023  
   @DefaultMessage("View version history")
 1024  
   @Key("sideBar.viewHistory")
 1025  
   String sideBar_viewHistory();
 1026  
 
 1027  
   /**
 1028  
    * Translated "Active".
 1029  
    * 
 1030  
    * @return translated "Active"
 1031  
    */
 1032  
   @DefaultMessage("Active")
 1033  
   @Key("status.active")
 1034  
   String status_active();
 1035  
 
 1036  
   /**
 1037  
    * Translated "Approved".
 1038  
    * 
 1039  
    * @return translated "Approved"
 1040  
    */
 1041  
   @DefaultMessage("Approved")
 1042  
   @Key("status.approved")
 1043  
   String status_approved();
 1044  
 
 1045  
   /**
 1046  
    * Translated "Draft".
 1047  
    * 
 1048  
    * @return translated "Draft"
 1049  
    */
 1050  
   @DefaultMessage("Draft")
 1051  
   @Key("status.draft")
 1052  
   String status_draft();
 1053  
 
 1054  
   /**
 1055  
    * Translated "Superseded".
 1056  
    * 
 1057  
    * @return translated "Superseded"
 1058  
    */
 1059  
   @DefaultMessage("Superseded")
 1060  
   @Key("status.superseded")
 1061  
   String status_superseded();
 1062  
 
 1063  
   /**
 1064  
    * Translated "Variation Sections".
 1065  
    * 
 1066  
    * @return translated "Variation Sections"
 1067  
    */
 1068  
   @DefaultMessage("Variation Sections")
 1069  
   @Key("variation.menu.sections")
 1070  
   String variation_menu_sections();
 1071  
 
 1072  
   /**
 1073  
    * Translated "Key Specialization Information".
 1074  
    * 
 1075  
    * @return translated "Key Specialization Information"
 1076  
    */
 1077  
   @DefaultMessage("Key Specialization Information")
 1078  
   @Key("variation.menu.sections.variationInformation")
 1079  
   String variation_menu_sections_variationInformation();
 1080  
 
 1081  
   /**
 1082  
    * Translated "New Variation".
 1083  
    * 
 1084  
    * @return translated "New Variation"
 1085  
    */
 1086  
   @DefaultMessage("New Variation")
 1087  
   @Key("variation.new")
 1088  
   String variation_new();
 1089  
 
 1090  
   /**
 1091  
    * Translated "Parent Program:".
 1092  
    * 
 1093  
    * @return translated "Parent Program:"
 1094  
    */
 1095  
   @DefaultMessage("Parent Program:")
 1096  
   @Key("variation.parentProgram")
 1097  
   String variation_parentProgram();
 1098  
 
 1099  
   /**
 1100  
    * Translated "Specialization Summary".
 1101  
    * 
 1102  
    * @return translated "Specialization Summary"
 1103  
    */
 1104  
   @DefaultMessage("Specialization Summary")
 1105  
   @Key("variation.summary")
 1106  
   String variation_summary();
 1107  
 
 1108  
   /**
 1109  
    * Translated "Specialization of {0}".
 1110  
    * 
 1111  
    * @return translated "Specialization of {0}"
 1112  
    */
 1113  
   @DefaultMessage("Specialization of {0}")
 1114  
   @Key("variation.title")
 1115  
   String variation_title(String arg0);
 1116  
 
 1117  
   /**
 1118  
    * Translated "Specialization Description".
 1119  
    * 
 1120  
    * @return translated "Specialization Description"
 1121  
    */
 1122  
   @DefaultMessage("Specialization Description")
 1123  
   @Key("variationCatalogInformation.descr")
 1124  
   String variationCatalogInformation_descr();
 1125  
 
 1126  
   /**
 1127  
    * Translated "Add Specialization".
 1128  
    * 
 1129  
    * @return translated "Add Specialization"
 1130  
    */
 1131  
   @DefaultMessage("Add Specialization")
 1132  
   @Key("variationInformation.button.addSpecialization")
 1133  
   String variationInformation_button_addSpecialization();
 1134  
 
 1135  
   /**
 1136  
    * Translated "Key Specialization Information".
 1137  
    * 
 1138  
    * @return translated "Key Specialization Information"
 1139  
    */
 1140  
   @DefaultMessage("Key Specialization Information")
 1141  
   @Key("variationInformation.title")
 1142  
   String variationInformation_title();
 1143  
 
 1144  
   /**
 1145  
    * Translated "Specialization Title".
 1146  
    * 
 1147  
    * @return translated "Specialization Title"
 1148  
    */
 1149  
   @DefaultMessage("Specialization Title")
 1150  
   @Key("variationInformation.variationTitle")
 1151  
   String variationInformation_variationTitle();
 1152  
 }