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