- Timestamp:
- 5 Sep 2012, 10:40:42 (12 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py
r9107 r9159 89 89 PG_OMIT_MANAGE_FIELDS = () 90 90 PG_OMIT_EDIT_FIELDS = PG_OMIT_MANAGE_FIELDS + PG_OMIT_DISPLAY_FIELDS + ( 91 'student_id', 'notice') 91 'student_id', 'notice', 92 'screening_score', 'screening_venue', 93 'screening_date',) 92 94 93 95 class INigeriaUGApplicant(IApplicantBaseData): … … 347 349 readonly = False, 348 350 ) 351 screening_venue = schema.TextLine( 352 title = _(u'Screening Venue'), 353 required = False, 354 ) 355 screening_date = schema.TextLine( 356 title = _(u'Screening Date'), 357 required = False, 358 ) 359 screening_score = schema.Int( 360 title = _(u'Screening Score (%)'), 361 required = False, 362 ) 349 363 student_id = schema.TextLine( 350 364 title = _(u'Student Id'), -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/locales/de/LC_MESSAGES/waeup.custom.po
r8816 r9159 15 15 msgstr "" 16 16 "Project-Id-Version: Development/Unknown\n" 17 "POT-Creation-Date: Wed Jun 27 07:30:552012\n"17 "POT-Creation-Date: Mon Sep 3 13:00:17 2012\n" 18 18 "PO-Revision-Date: 2012-06-27 07:36+0100\n" 19 19 "Last-Translator: Henrik Bettermann <henrik@waeup.org>\n" … … 25 25 "Generated-By: zope/app/locales/extract.py\n" 26 26 27 #: kofacustom/nigeria/applicants/browser.py:73 28 msgid "Download result slip" 29 msgstr "" 30 31 #: kofacustom/nigeria/applicants/browser.py:74 32 msgid "Download application slip" 33 msgstr "" 34 35 #: kofacustom/nigeria/applicants/interfaces.py:103 36 #: kofacustom/nigeria/applicants/interfaces.py:215 37 #: kofacustom/nigeria/students/interfaces.py:124 38 msgid "Nationality" 39 msgstr "" 40 41 #: kofacustom/nigeria/applicants/interfaces.py:108 42 #: kofacustom/nigeria/applicants/interfaces.py:220 43 #: kofacustom/nigeria/students/interfaces.py:130 44 msgid "State/LGA (Nigerians only)" 45 msgstr "" 46 47 #: kofacustom/nigeria/applicants/interfaces.py:116 48 #: kofacustom/nigeria/applicants/interfaces.py:228 49 msgid "1st Choice Course of Study" 50 msgstr "" 51 52 #: kofacustom/nigeria/applicants/interfaces.py:121 53 #: kofacustom/nigeria/applicants/interfaces.py:233 54 msgid "2nd Choice Course of Study" 55 msgstr "" 56 57 #: kofacustom/nigeria/applicants/interfaces.py:126 58 #: kofacustom/nigeria/applicants/interfaces.py:238 59 #: kofacustom/nigeria/applicants/interfaces.py:270 60 #: kofacustom/nigeria/students/interfaces.py:233 61 #: kofacustom/nigeria/students/interfaces.py:277 62 msgid "Qualification Obtained" 63 msgstr "" 64 65 #: kofacustom/nigeria/applicants/interfaces.py:132 66 #: kofacustom/nigeria/applicants/interfaces.py:244 67 #: kofacustom/nigeria/students/interfaces.py:240 68 #: kofacustom/nigeria/students/interfaces.py:284 69 msgid "Former Matric Number" 70 msgstr "" 71 72 #: kofacustom/nigeria/applicants/interfaces.py:137 73 #: kofacustom/nigeria/applicants/interfaces.py:249 74 #: kofacustom/nigeria/students/interfaces.py:246 75 #: kofacustom/nigeria/students/interfaces.py:290 76 msgid "Class of Degree" 77 msgstr "" 78 79 #: kofacustom/nigeria/applicants/interfaces.py:143 80 #: kofacustom/nigeria/applicants/interfaces.py:255 81 #: kofacustom/nigeria/students/interfaces.py:253 82 #: kofacustom/nigeria/students/interfaces.py:297 83 msgid "Institution Attended" 84 msgstr "" 85 86 #: kofacustom/nigeria/applicants/interfaces.py:148 87 #: kofacustom/nigeria/applicants/interfaces.py:260 88 #: kofacustom/nigeria/students/interfaces.py:259 89 #: kofacustom/nigeria/students/interfaces.py:303 90 msgid "Years Attended" 91 msgstr "" 92 93 #: kofacustom/nigeria/applicants/interfaces.py:153 94 #: kofacustom/nigeria/applicants/interfaces.py:265 95 #: kofacustom/nigeria/students/interfaces.py:265 96 #: kofacustom/nigeria/students/interfaces.py:309 97 msgid "Discipline" 98 msgstr "" 99 100 #: kofacustom/nigeria/applicants/interfaces.py:158 101 msgid "Subjects and Scores" 102 msgstr "" 103 104 #: kofacustom/nigeria/applicants/interfaces.py:162 105 msgid "Total Score" 106 msgstr "" 107 108 #: kofacustom/nigeria/applicants/interfaces.py:166 109 #: kofacustom/nigeria/applicants/interfaces.py:345 110 msgid "Notice" 111 msgstr "" 112 113 #: kofacustom/nigeria/applicants/interfaces.py:170 114 msgid "Screening Venue" 115 msgstr "" 116 117 #: kofacustom/nigeria/applicants/interfaces.py:174 118 msgid "Screening Date" 119 msgstr "" 120 121 #: kofacustom/nigeria/applicants/interfaces.py:178 122 msgid "Screening Score (%)" 123 msgstr "" 124 125 #: kofacustom/nigeria/applicants/interfaces.py:182 126 msgid "Aggregate Score (%)" 127 msgstr "" 128 129 #: kofacustom/nigeria/applicants/interfaces.py:183 130 msgid "(average of relative JAMB and PUTME scores)" 131 msgstr "" 132 133 #: kofacustom/nigeria/applicants/interfaces.py:187 134 msgid "Result uploaded" 135 msgstr "" 136 137 #: kofacustom/nigeria/applicants/interfaces.py:191 138 #: kofacustom/nigeria/applicants/interfaces.py:350 139 msgid "Student Id" 140 msgstr "" 141 142 #: kofacustom/nigeria/applicants/interfaces.py:196 143 #: kofacustom/nigeria/applicants/interfaces.py:355 144 msgid "Admitted Course of Study" 145 msgstr "" 146 147 #: kofacustom/nigeria/applicants/interfaces.py:201 148 #: kofacustom/nigeria/applicants/interfaces.py:361 149 msgid "Form locked" 150 msgstr "" 151 152 #: kofacustom/nigeria/applicants/interfaces.py:276 153 msgid "If yes, name of institution" 154 msgstr "" 155 156 #: kofacustom/nigeria/applicants/interfaces.py:281 157 #: kofacustom/nigeria/students/interfaces.py:315 158 msgid "Nysc Year" 159 msgstr "" 160 161 #: kofacustom/nigeria/applicants/interfaces.py:287 162 #: kofacustom/nigeria/students/interfaces.py:321 163 msgid "Nysc Location" 164 msgstr "" 165 166 #: kofacustom/nigeria/applicants/interfaces.py:291 167 #: kofacustom/nigeria/students/interfaces.py:332 168 msgid "Employer" 169 msgstr "" 170 171 #: kofacustom/nigeria/applicants/interfaces.py:296 172 #: kofacustom/nigeria/students/interfaces.py:338 173 msgid "Employer Position" 174 msgstr "" 175 176 #: kofacustom/nigeria/applicants/interfaces.py:301 177 #: kofacustom/nigeria/applicants/interfaces.py:328 178 #: kofacustom/nigeria/students/interfaces.py:344 179 #: kofacustom/nigeria/students/interfaces.py:376 180 msgid "Start Date" 181 msgstr "" 182 183 #: kofacustom/nigeria/applicants/interfaces.py:307 184 #: kofacustom/nigeria/applicants/interfaces.py:334 185 #: kofacustom/nigeria/students/interfaces.py:351 186 #: kofacustom/nigeria/students/interfaces.py:382 187 msgid "End Date" 188 msgstr "" 189 190 #: kofacustom/nigeria/applicants/interfaces.py:313 191 #: kofacustom/nigeria/applicants/interfaces.py:340 192 #: kofacustom/nigeria/students/interfaces.py:358 193 #: kofacustom/nigeria/students/interfaces.py:389 194 msgid "Reason for Leaving" 195 msgstr "" 196 197 #: kofacustom/nigeria/applicants/interfaces.py:318 198 #: kofacustom/nigeria/students/interfaces.py:364 199 msgid "2nd Employer" 200 msgstr "" 201 202 #: kofacustom/nigeria/applicants/interfaces.py:323 203 #: kofacustom/nigeria/students/interfaces.py:370 204 msgid "2nd Employer Position" 205 msgstr "" 206 207 #: kofacustom/nigeria/applicants/interfaces.py:397 208 #: kofacustom/nigeria/applicants/interfaces.py:425 209 #: kofacustom/nigeria/applicants/interfaces.py:457 210 msgid "Email Address" 211 msgstr "" 212 213 #: kofacustom/nigeria/applicants/interfaces.py:402 214 #: kofacustom/nigeria/applicants/interfaces.py:430 215 #: kofacustom/nigeria/applicants/interfaces.py:462 216 #: kofacustom/nigeria/students/interfaces.py:117 217 msgid "Date of Birth" 218 msgstr "" 219 220 #: kofacustom/nigeria/applicants/utils.py:47 221 msgid "Base Data" 222 msgstr "" 223 224 #: kofacustom/nigeria/applicants/utils.py:48 225 msgid "Programmes/Courses Desired" 226 msgstr "" 227 228 #: kofacustom/nigeria/applicants/utils.py:49 229 #: kofacustom/nigeria/students/utils.py:61 230 msgid "Higher Education Record" 231 msgstr "" 232 233 #: kofacustom/nigeria/applicants/utils.py:50 234 msgid "Course or Programme Presently Attending" 235 msgstr "" 236 237 #: kofacustom/nigeria/applicants/utils.py:51 238 #: kofacustom/nigeria/students/utils.py:63 239 msgid "NYSC Information" 240 msgstr "" 241 242 #: kofacustom/nigeria/applicants/utils.py:52 243 #: kofacustom/nigeria/students/utils.py:64 244 msgid "Employment History" 245 msgstr "" 246 247 #: kofacustom/nigeria/applicants/utils.py:53 248 msgid "JAMB Data" 249 msgstr "" 250 251 #: kofacustom/nigeria/applicants/utils.py:54 252 msgid "Application Process Information" 253 msgstr "" 254 255 #: kofacustom/nigeria/applicants/utils.py:55 256 msgid "Post Primary School Qualification" 257 msgstr "" 258 259 #: kofacustom/nigeria/applicants/utils.py:56 260 msgid "Presently attending a course or programme" 261 msgstr "" 262 27 263 #. Default: "" 28 264 #: kofacustom/nigeria/interfaces.py:89 … … 30 266 msgstr "Ungültiger Schlüssel: ${a}" 31 267 268 #: kofacustom/nigeria/payments/interfaces.py:30 269 msgid "Activation Code" 270 msgstr "" 271 272 #: kofacustom/nigeria/payments/interfaces.py:37 273 msgid "Response Amount Approved" 274 msgstr "" 275 276 #: kofacustom/nigeria/payments/interfaces.py:44 277 msgid "Response Code" 278 msgstr "" 279 280 #: kofacustom/nigeria/payments/interfaces.py:51 281 msgid "Response Description" 282 msgstr "" 283 284 #: kofacustom/nigeria/payments/interfaces.py:60 285 msgid "Response Payment Reference" 286 msgstr "" 287 288 #: kofacustom/nigeria/payments/interfaces.py:67 289 msgid "Response Card Number" 290 msgstr "" 291 292 #: kofacustom/nigeria/payments/interfaces.py:74 293 msgid "Payment Gateway" 294 msgstr "" 295 296 #: kofacustom/nigeria/payments/interfaces.py:79 297 msgid "Interswitch" 298 msgstr "" 299 300 #: kofacustom/nigeria/payments/interfaces.py:80 301 msgid "eTranzact" 302 msgstr "" 303 304 #: kofacustom/nigeria/students/browser.py:153 305 msgid "No birth certificate uploaded." 306 msgstr "" 307 308 #: kofacustom/nigeria/students/browser.py:155 309 msgid "No referee letter uploaded." 310 msgstr "" 311 312 #: kofacustom/nigeria/students/browser.py:157 313 msgid "No acceptance letter uploaded." 314 msgstr "" 315 316 #: kofacustom/nigeria/students/browser.py:159 317 msgid "No first sitting result uploaded." 318 msgstr "" 319 320 #: kofacustom/nigeria/students/interfaces.py:100 321 msgid "Next of Kin Address" 322 msgstr "" 323 324 #: kofacustom/nigeria/students/interfaces.py:103 325 msgid "Please provide email address and/or phone number." 326 msgstr "" 327 328 #: kofacustom/nigeria/students/interfaces.py:135 329 msgid "Deferent of Admission" 330 msgstr "" 331 332 #: kofacustom/nigeria/students/interfaces.py:141 333 #: kofacustom/nigeria/students/interfaces.py:174 334 #: kofacustom/nigeria/students/interfaces.py:207 335 msgid "Full Name" 336 msgstr "" 337 338 #: kofacustom/nigeria/students/interfaces.py:146 339 #: kofacustom/nigeria/students/interfaces.py:179 340 #: kofacustom/nigeria/students/interfaces.py:212 341 msgid "Exam Number" 342 msgstr "" 343 344 #: kofacustom/nigeria/students/interfaces.py:152 345 #: kofacustom/nigeria/students/interfaces.py:185 346 #: kofacustom/nigeria/students/interfaces.py:218 347 msgid "Exam Date" 348 msgstr "" 349 350 #: kofacustom/nigeria/students/interfaces.py:159 351 #: kofacustom/nigeria/students/interfaces.py:192 352 msgid "Exam Type" 353 msgstr "" 354 355 #: kofacustom/nigeria/students/interfaces.py:166 356 #: kofacustom/nigeria/students/interfaces.py:199 357 #: kofacustom/nigeria/students/interfaces.py:225 358 msgid "Exam Results" 359 msgstr "" 360 361 #: kofacustom/nigeria/students/interfaces.py:327 362 msgid "Nysc LGA" 363 msgstr "" 364 365 #: kofacustom/nigeria/students/interfaces.py:395 366 msgid "If yes, matric number" 367 msgstr "" 368 369 #: kofacustom/nigeria/students/interfaces.py:425 370 msgid "Payment Level" 371 msgstr "" 372 373 #: kofacustom/nigeria/students/interfaces.py:44 374 #: kofacustom/nigeria/students/interfaces.py:443 375 msgid "Registration Number" 376 msgstr "" 377 378 #: kofacustom/nigeria/students/interfaces.py:452 379 msgid "Matriculation Number" 380 msgstr "" 381 382 #: kofacustom/nigeria/students/interfaces.py:51 383 msgid "Staff Member" 384 msgstr "" 385 386 #: kofacustom/nigeria/students/interfaces.py:72 387 msgid "Unmarried" 388 msgstr "" 389 390 #: kofacustom/nigeria/students/interfaces.py:73 391 msgid "Married" 392 msgstr "" 393 394 #: kofacustom/nigeria/students/interfaces.py:81 395 msgid "Muslim" 396 msgstr "" 397 398 #: kofacustom/nigeria/students/interfaces.py:82 399 msgid "Christian" 400 msgstr "" 401 402 #: kofacustom/nigeria/students/interfaces.py:83 403 msgid "Others" 404 msgstr "" 405 406 #: kofacustom/nigeria/students/interfaces.py:84 407 msgid "Prefer not to say" 408 msgstr "" 409 410 #: kofacustom/nigeria/students/interfaces.py:88 411 msgid "Next of Kin Name" 412 msgstr "" 413 414 #: kofacustom/nigeria/students/interfaces.py:94 415 msgid "Next of Kin Relationship" 416 msgstr "" 417 418 #: kofacustom/nigeria/students/utils.py:58 419 msgid "First Sitting Record" 420 msgstr "" 421 422 #: kofacustom/nigeria/students/utils.py:59 423 msgid "Second Sitting Record" 424 msgstr "" 425 426 #: kofacustom/nigeria/students/utils.py:60 427 msgid "Advanced Level Record" 428 msgstr "" 429 430 #: kofacustom/nigeria/students/utils.py:62 431 msgid "Second Higher Education Record" 432 msgstr "" 433 434 #: kofacustom/nigeria/students/utils.py:65 435 msgid "Former Student" 436 msgstr "" 437 438 #: kofacustom/nigeria/students/viewlets.py:100 439 msgid "Second Sitting Result Scan" 440 msgstr "" 441 442 #: kofacustom/nigeria/students/viewlets.py:116 443 #: kofacustom/nigeria/students/viewlets.py:117 444 #: kofacustom/nigeria/students/viewlets.py:127 445 msgid "Higher Qualification Result" 446 msgstr "" 447 448 #: kofacustom/nigeria/students/viewlets.py:128 449 msgid "Higher Qualification Result Scan" 450 msgstr "" 451 452 #: kofacustom/nigeria/students/viewlets.py:144 453 #: kofacustom/nigeria/students/viewlets.py:145 454 #: kofacustom/nigeria/students/viewlets.py:155 455 msgid "Second Higher Qualification Result" 456 msgstr "" 457 458 #: kofacustom/nigeria/students/viewlets.py:156 459 msgid "Second Higher Qualification Result Scan" 460 msgstr "" 461 462 #: kofacustom/nigeria/students/viewlets.py:179 463 #: kofacustom/nigeria/students/viewlets.py:180 464 #: kofacustom/nigeria/students/viewlets.py:190 465 msgid "Advanced Level Result" 466 msgstr "" 467 468 #: kofacustom/nigeria/students/viewlets.py:191 469 msgid "Advanced Level Result Scan" 470 msgstr "" 471 472 #: kofacustom/nigeria/students/viewlets.py:207 473 #: kofacustom/nigeria/students/viewlets.py:208 474 #: kofacustom/nigeria/students/viewlets.py:218 475 msgid "Certificate" 476 msgstr "" 477 478 #: kofacustom/nigeria/students/viewlets.py:219 479 msgid "Certificate Scan" 480 msgstr "" 481 482 #: kofacustom/nigeria/students/viewlets.py:235 483 #: kofacustom/nigeria/students/viewlets.py:236 484 #: kofacustom/nigeria/students/viewlets.py:246 485 msgid "Second Certificate" 486 msgstr "" 487 488 #: kofacustom/nigeria/students/viewlets.py:247 489 msgid "Second Certificate Scan" 490 msgstr "" 491 492 #: kofacustom/nigeria/students/viewlets.py:270 493 #: kofacustom/nigeria/students/viewlets.py:271 494 #: kofacustom/nigeria/students/viewlets.py:281 495 msgid "Third Certificate" 496 msgstr "" 497 498 #: kofacustom/nigeria/students/viewlets.py:282 499 msgid "Third Certificate Scan" 500 msgstr "" 501 502 #: kofacustom/nigeria/students/viewlets.py:305 503 #: kofacustom/nigeria/students/viewlets.py:306 504 #: kofacustom/nigeria/students/viewlets.py:316 505 msgid "Evidence of Name" 506 msgstr "" 507 508 #: kofacustom/nigeria/students/viewlets.py:317 509 msgid "Evidence of Name Scan" 510 msgstr "" 511 512 #: kofacustom/nigeria/students/viewlets.py:32 513 #: kofacustom/nigeria/students/viewlets.py:43 514 msgid "LGA Identification" 515 msgstr "" 516 517 #: kofacustom/nigeria/students/viewlets.py:33 518 #: kofacustom/nigeria/students/viewlets.py:44 519 msgid "LGA Identification Scan" 520 msgstr "" 521 522 #: kofacustom/nigeria/students/viewlets.py:333 523 #: kofacustom/nigeria/students/viewlets.py:334 524 #: kofacustom/nigeria/students/viewlets.py:344 525 msgid "Result Statement" 526 msgstr "" 527 528 #: kofacustom/nigeria/students/viewlets.py:345 529 msgid "Result Statement Scan" 530 msgstr "" 531 532 #: kofacustom/nigeria/students/viewlets.py:361 533 #: kofacustom/nigeria/students/viewlets.py:362 534 #: kofacustom/nigeria/students/viewlets.py:372 535 msgid "Referee Letter" 536 msgstr "" 537 538 #: kofacustom/nigeria/students/viewlets.py:373 539 msgid "Referee Letter Scan" 540 msgstr "" 541 542 #: kofacustom/nigeria/students/viewlets.py:389 543 #: kofacustom/nigeria/students/viewlets.py:390 544 #: kofacustom/nigeria/students/viewlets.py:400 545 msgid "Second Referee Letter" 546 msgstr "" 547 548 #: kofacustom/nigeria/students/viewlets.py:401 549 msgid "Second Referee Letter Scan" 550 msgstr "" 551 552 #: kofacustom/nigeria/students/viewlets.py:424 553 #: kofacustom/nigeria/students/viewlets.py:425 554 #: kofacustom/nigeria/students/viewlets.py:435 555 msgid "Third Referee Letter" 556 msgstr "" 557 558 #: kofacustom/nigeria/students/viewlets.py:436 559 msgid "Third Referee Letter Scan" 560 msgstr "" 561 562 #: kofacustom/nigeria/students/viewlets.py:459 563 #: kofacustom/nigeria/students/viewlets.py:460 564 #: kofacustom/nigeria/students/viewlets.py:470 565 msgid "Statutory Declaration of Good Conduct" 566 msgstr "" 567 568 #: kofacustom/nigeria/students/viewlets.py:471 569 msgid "Statutory Declaration of Good Conduct Scan" 570 msgstr "" 571 572 #: kofacustom/nigeria/students/viewlets.py:487 573 #: kofacustom/nigeria/students/viewlets.py:488 574 #: kofacustom/nigeria/students/viewlets.py:498 575 msgid "Letter of Admission" 576 msgstr "" 577 578 #: kofacustom/nigeria/students/viewlets.py:499 579 msgid "Letter of Admission Scan" 580 msgstr "" 581 582 #: kofacustom/nigeria/students/viewlets.py:60 583 #: kofacustom/nigeria/students/viewlets.py:61 584 #: kofacustom/nigeria/students/viewlets.py:71 585 msgid "First Sitting Result" 586 msgstr "" 587 588 #: kofacustom/nigeria/students/viewlets.py:72 589 msgid "First Sitting Result Scan" 590 msgstr "" 591 592 #: kofacustom/nigeria/students/viewlets.py:88 593 #: kofacustom/nigeria/students/viewlets.py:89 594 #: kofacustom/nigeria/students/viewlets.py:99 595 msgid "Second Sitting Result" 596 msgstr "" 597 32 598 #: kofacustom/nigeria/utils/utils.py:26 33 599 msgid "Nigeria" … … 61 627 msgid "France" 62 628 msgstr "Frankreich" 63 -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/locales/waeup.custom.pot
r8816 r9159 15 15 msgstr "" 16 16 "Project-Id-Version: Development/Unknown\n" 17 "POT-Creation-Date: Wed Jun 27 07:30:552012\n"17 "POT-Creation-Date: Mon Sep 3 13:00:17 2012\n" 18 18 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 19 19 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 24 24 "Generated-By: zope/app/locales/extract.py\n" 25 25 26 #: kofacustom/nigeria/applicants/browser.py:73 27 msgid "Download result slip" 28 msgstr "" 29 30 #: kofacustom/nigeria/applicants/browser.py:74 31 msgid "Download application slip" 32 msgstr "" 33 34 #: kofacustom/nigeria/applicants/interfaces.py:103 35 #: kofacustom/nigeria/applicants/interfaces.py:215 36 #: kofacustom/nigeria/students/interfaces.py:124 37 msgid "Nationality" 38 msgstr "" 39 40 #: kofacustom/nigeria/applicants/interfaces.py:108 41 #: kofacustom/nigeria/applicants/interfaces.py:220 42 #: kofacustom/nigeria/students/interfaces.py:130 43 msgid "State/LGA (Nigerians only)" 44 msgstr "" 45 46 #: kofacustom/nigeria/applicants/interfaces.py:116 47 #: kofacustom/nigeria/applicants/interfaces.py:228 48 msgid "1st Choice Course of Study" 49 msgstr "" 50 51 #: kofacustom/nigeria/applicants/interfaces.py:121 52 #: kofacustom/nigeria/applicants/interfaces.py:233 53 msgid "2nd Choice Course of Study" 54 msgstr "" 55 56 #: kofacustom/nigeria/applicants/interfaces.py:126 57 #: kofacustom/nigeria/applicants/interfaces.py:238 58 #: kofacustom/nigeria/applicants/interfaces.py:270 59 #: kofacustom/nigeria/students/interfaces.py:233 60 #: kofacustom/nigeria/students/interfaces.py:277 61 msgid "Qualification Obtained" 62 msgstr "" 63 64 #: kofacustom/nigeria/applicants/interfaces.py:132 65 #: kofacustom/nigeria/applicants/interfaces.py:244 66 #: kofacustom/nigeria/students/interfaces.py:240 67 #: kofacustom/nigeria/students/interfaces.py:284 68 msgid "Former Matric Number" 69 msgstr "" 70 71 #: kofacustom/nigeria/applicants/interfaces.py:137 72 #: kofacustom/nigeria/applicants/interfaces.py:249 73 #: kofacustom/nigeria/students/interfaces.py:246 74 #: kofacustom/nigeria/students/interfaces.py:290 75 msgid "Class of Degree" 76 msgstr "" 77 78 #: kofacustom/nigeria/applicants/interfaces.py:143 79 #: kofacustom/nigeria/applicants/interfaces.py:255 80 #: kofacustom/nigeria/students/interfaces.py:253 81 #: kofacustom/nigeria/students/interfaces.py:297 82 msgid "Institution Attended" 83 msgstr "" 84 85 #: kofacustom/nigeria/applicants/interfaces.py:148 86 #: kofacustom/nigeria/applicants/interfaces.py:260 87 #: kofacustom/nigeria/students/interfaces.py:259 88 #: kofacustom/nigeria/students/interfaces.py:303 89 msgid "Years Attended" 90 msgstr "" 91 92 #: kofacustom/nigeria/applicants/interfaces.py:153 93 #: kofacustom/nigeria/applicants/interfaces.py:265 94 #: kofacustom/nigeria/students/interfaces.py:265 95 #: kofacustom/nigeria/students/interfaces.py:309 96 msgid "Discipline" 97 msgstr "" 98 99 #: kofacustom/nigeria/applicants/interfaces.py:158 100 msgid "Subjects and Scores" 101 msgstr "" 102 103 #: kofacustom/nigeria/applicants/interfaces.py:162 104 msgid "Total Score" 105 msgstr "" 106 107 #: kofacustom/nigeria/applicants/interfaces.py:166 108 #: kofacustom/nigeria/applicants/interfaces.py:345 109 msgid "Notice" 110 msgstr "" 111 112 #: kofacustom/nigeria/applicants/interfaces.py:170 113 msgid "Screening Venue" 114 msgstr "" 115 116 #: kofacustom/nigeria/applicants/interfaces.py:174 117 msgid "Screening Date" 118 msgstr "" 119 120 #: kofacustom/nigeria/applicants/interfaces.py:178 121 msgid "Screening Score (%)" 122 msgstr "" 123 124 #: kofacustom/nigeria/applicants/interfaces.py:182 125 msgid "Aggregate Score (%)" 126 msgstr "" 127 128 #: kofacustom/nigeria/applicants/interfaces.py:183 129 msgid "(average of relative JAMB and PUTME scores)" 130 msgstr "" 131 132 #: kofacustom/nigeria/applicants/interfaces.py:187 133 msgid "Result uploaded" 134 msgstr "" 135 136 #: kofacustom/nigeria/applicants/interfaces.py:191 137 #: kofacustom/nigeria/applicants/interfaces.py:350 138 msgid "Student Id" 139 msgstr "" 140 141 #: kofacustom/nigeria/applicants/interfaces.py:196 142 #: kofacustom/nigeria/applicants/interfaces.py:355 143 msgid "Admitted Course of Study" 144 msgstr "" 145 146 #: kofacustom/nigeria/applicants/interfaces.py:201 147 #: kofacustom/nigeria/applicants/interfaces.py:361 148 msgid "Form locked" 149 msgstr "" 150 151 #: kofacustom/nigeria/applicants/interfaces.py:276 152 msgid "If yes, name of institution" 153 msgstr "" 154 155 #: kofacustom/nigeria/applicants/interfaces.py:281 156 #: kofacustom/nigeria/students/interfaces.py:315 157 msgid "Nysc Year" 158 msgstr "" 159 160 #: kofacustom/nigeria/applicants/interfaces.py:287 161 #: kofacustom/nigeria/students/interfaces.py:321 162 msgid "Nysc Location" 163 msgstr "" 164 165 #: kofacustom/nigeria/applicants/interfaces.py:291 166 #: kofacustom/nigeria/students/interfaces.py:332 167 msgid "Employer" 168 msgstr "" 169 170 #: kofacustom/nigeria/applicants/interfaces.py:296 171 #: kofacustom/nigeria/students/interfaces.py:338 172 msgid "Employer Position" 173 msgstr "" 174 175 #: kofacustom/nigeria/applicants/interfaces.py:301 176 #: kofacustom/nigeria/applicants/interfaces.py:328 177 #: kofacustom/nigeria/students/interfaces.py:344 178 #: kofacustom/nigeria/students/interfaces.py:376 179 msgid "Start Date" 180 msgstr "" 181 182 #: kofacustom/nigeria/applicants/interfaces.py:307 183 #: kofacustom/nigeria/applicants/interfaces.py:334 184 #: kofacustom/nigeria/students/interfaces.py:351 185 #: kofacustom/nigeria/students/interfaces.py:382 186 msgid "End Date" 187 msgstr "" 188 189 #: kofacustom/nigeria/applicants/interfaces.py:313 190 #: kofacustom/nigeria/applicants/interfaces.py:340 191 #: kofacustom/nigeria/students/interfaces.py:358 192 #: kofacustom/nigeria/students/interfaces.py:389 193 msgid "Reason for Leaving" 194 msgstr "" 195 196 #: kofacustom/nigeria/applicants/interfaces.py:318 197 #: kofacustom/nigeria/students/interfaces.py:364 198 msgid "2nd Employer" 199 msgstr "" 200 201 #: kofacustom/nigeria/applicants/interfaces.py:323 202 #: kofacustom/nigeria/students/interfaces.py:370 203 msgid "2nd Employer Position" 204 msgstr "" 205 206 #: kofacustom/nigeria/applicants/interfaces.py:397 207 #: kofacustom/nigeria/applicants/interfaces.py:425 208 #: kofacustom/nigeria/applicants/interfaces.py:457 209 msgid "Email Address" 210 msgstr "" 211 212 #: kofacustom/nigeria/applicants/interfaces.py:402 213 #: kofacustom/nigeria/applicants/interfaces.py:430 214 #: kofacustom/nigeria/applicants/interfaces.py:462 215 #: kofacustom/nigeria/students/interfaces.py:117 216 msgid "Date of Birth" 217 msgstr "" 218 219 #: kofacustom/nigeria/applicants/utils.py:47 220 msgid "Base Data" 221 msgstr "" 222 223 #: kofacustom/nigeria/applicants/utils.py:48 224 msgid "Programmes/Courses Desired" 225 msgstr "" 226 227 #: kofacustom/nigeria/applicants/utils.py:49 228 #: kofacustom/nigeria/students/utils.py:61 229 msgid "Higher Education Record" 230 msgstr "" 231 232 #: kofacustom/nigeria/applicants/utils.py:50 233 msgid "Course or Programme Presently Attending" 234 msgstr "" 235 236 #: kofacustom/nigeria/applicants/utils.py:51 237 #: kofacustom/nigeria/students/utils.py:63 238 msgid "NYSC Information" 239 msgstr "" 240 241 #: kofacustom/nigeria/applicants/utils.py:52 242 #: kofacustom/nigeria/students/utils.py:64 243 msgid "Employment History" 244 msgstr "" 245 246 #: kofacustom/nigeria/applicants/utils.py:53 247 msgid "JAMB Data" 248 msgstr "" 249 250 #: kofacustom/nigeria/applicants/utils.py:54 251 msgid "Application Process Information" 252 msgstr "" 253 254 #: kofacustom/nigeria/applicants/utils.py:55 255 msgid "Post Primary School Qualification" 256 msgstr "" 257 258 #: kofacustom/nigeria/applicants/utils.py:56 259 msgid "Presently attending a course or programme" 260 msgstr "" 261 26 262 #: kofacustom/nigeria/interfaces.py:89 27 263 #. Default: "" … … 29 265 msgstr "" 30 266 267 #: kofacustom/nigeria/payments/interfaces.py:30 268 msgid "Activation Code" 269 msgstr "" 270 271 #: kofacustom/nigeria/payments/interfaces.py:37 272 msgid "Response Amount Approved" 273 msgstr "" 274 275 #: kofacustom/nigeria/payments/interfaces.py:44 276 msgid "Response Code" 277 msgstr "" 278 279 #: kofacustom/nigeria/payments/interfaces.py:51 280 msgid "Response Description" 281 msgstr "" 282 283 #: kofacustom/nigeria/payments/interfaces.py:60 284 msgid "Response Payment Reference" 285 msgstr "" 286 287 #: kofacustom/nigeria/payments/interfaces.py:67 288 msgid "Response Card Number" 289 msgstr "" 290 291 #: kofacustom/nigeria/payments/interfaces.py:74 292 msgid "Payment Gateway" 293 msgstr "" 294 295 #: kofacustom/nigeria/payments/interfaces.py:79 296 msgid "Interswitch" 297 msgstr "" 298 299 #: kofacustom/nigeria/payments/interfaces.py:80 300 msgid "eTranzact" 301 msgstr "" 302 303 #: kofacustom/nigeria/students/browser.py:153 304 msgid "No birth certificate uploaded." 305 msgstr "" 306 307 #: kofacustom/nigeria/students/browser.py:155 308 msgid "No referee letter uploaded." 309 msgstr "" 310 311 #: kofacustom/nigeria/students/browser.py:157 312 msgid "No acceptance letter uploaded." 313 msgstr "" 314 315 #: kofacustom/nigeria/students/browser.py:159 316 msgid "No first sitting result uploaded." 317 msgstr "" 318 319 #: kofacustom/nigeria/students/interfaces.py:100 320 msgid "Next of Kin Address" 321 msgstr "" 322 323 #: kofacustom/nigeria/students/interfaces.py:103 324 msgid "Please provide email address and/or phone number." 325 msgstr "" 326 327 #: kofacustom/nigeria/students/interfaces.py:135 328 msgid "Deferent of Admission" 329 msgstr "" 330 331 #: kofacustom/nigeria/students/interfaces.py:141 332 #: kofacustom/nigeria/students/interfaces.py:174 333 #: kofacustom/nigeria/students/interfaces.py:207 334 msgid "Full Name" 335 msgstr "" 336 337 #: kofacustom/nigeria/students/interfaces.py:146 338 #: kofacustom/nigeria/students/interfaces.py:179 339 #: kofacustom/nigeria/students/interfaces.py:212 340 msgid "Exam Number" 341 msgstr "" 342 343 #: kofacustom/nigeria/students/interfaces.py:152 344 #: kofacustom/nigeria/students/interfaces.py:185 345 #: kofacustom/nigeria/students/interfaces.py:218 346 msgid "Exam Date" 347 msgstr "" 348 349 #: kofacustom/nigeria/students/interfaces.py:159 350 #: kofacustom/nigeria/students/interfaces.py:192 351 msgid "Exam Type" 352 msgstr "" 353 354 #: kofacustom/nigeria/students/interfaces.py:166 355 #: kofacustom/nigeria/students/interfaces.py:199 356 #: kofacustom/nigeria/students/interfaces.py:225 357 msgid "Exam Results" 358 msgstr "" 359 360 #: kofacustom/nigeria/students/interfaces.py:327 361 msgid "Nysc LGA" 362 msgstr "" 363 364 #: kofacustom/nigeria/students/interfaces.py:395 365 msgid "If yes, matric number" 366 msgstr "" 367 368 #: kofacustom/nigeria/students/interfaces.py:425 369 msgid "Payment Level" 370 msgstr "" 371 372 #: kofacustom/nigeria/students/interfaces.py:44 373 #: kofacustom/nigeria/students/interfaces.py:443 374 msgid "Registration Number" 375 msgstr "" 376 377 #: kofacustom/nigeria/students/interfaces.py:452 378 msgid "Matriculation Number" 379 msgstr "" 380 381 #: kofacustom/nigeria/students/interfaces.py:51 382 msgid "Staff Member" 383 msgstr "" 384 385 #: kofacustom/nigeria/students/interfaces.py:72 386 msgid "Unmarried" 387 msgstr "" 388 389 #: kofacustom/nigeria/students/interfaces.py:73 390 msgid "Married" 391 msgstr "" 392 393 #: kofacustom/nigeria/students/interfaces.py:81 394 msgid "Muslim" 395 msgstr "" 396 397 #: kofacustom/nigeria/students/interfaces.py:82 398 msgid "Christian" 399 msgstr "" 400 401 #: kofacustom/nigeria/students/interfaces.py:83 402 msgid "Others" 403 msgstr "" 404 405 #: kofacustom/nigeria/students/interfaces.py:84 406 msgid "Prefer not to say" 407 msgstr "" 408 409 #: kofacustom/nigeria/students/interfaces.py:88 410 msgid "Next of Kin Name" 411 msgstr "" 412 413 #: kofacustom/nigeria/students/interfaces.py:94 414 msgid "Next of Kin Relationship" 415 msgstr "" 416 417 #: kofacustom/nigeria/students/utils.py:58 418 msgid "First Sitting Record" 419 msgstr "" 420 421 #: kofacustom/nigeria/students/utils.py:59 422 msgid "Second Sitting Record" 423 msgstr "" 424 425 #: kofacustom/nigeria/students/utils.py:60 426 msgid "Advanced Level Record" 427 msgstr "" 428 429 #: kofacustom/nigeria/students/utils.py:62 430 msgid "Second Higher Education Record" 431 msgstr "" 432 433 #: kofacustom/nigeria/students/utils.py:65 434 msgid "Former Student" 435 msgstr "" 436 437 #: kofacustom/nigeria/students/viewlets.py:100 438 msgid "Second Sitting Result Scan" 439 msgstr "" 440 441 #: kofacustom/nigeria/students/viewlets.py:116 442 #: kofacustom/nigeria/students/viewlets.py:117 443 #: kofacustom/nigeria/students/viewlets.py:127 444 msgid "Higher Qualification Result" 445 msgstr "" 446 447 #: kofacustom/nigeria/students/viewlets.py:128 448 msgid "Higher Qualification Result Scan" 449 msgstr "" 450 451 #: kofacustom/nigeria/students/viewlets.py:144 452 #: kofacustom/nigeria/students/viewlets.py:145 453 #: kofacustom/nigeria/students/viewlets.py:155 454 msgid "Second Higher Qualification Result" 455 msgstr "" 456 457 #: kofacustom/nigeria/students/viewlets.py:156 458 msgid "Second Higher Qualification Result Scan" 459 msgstr "" 460 461 #: kofacustom/nigeria/students/viewlets.py:179 462 #: kofacustom/nigeria/students/viewlets.py:180 463 #: kofacustom/nigeria/students/viewlets.py:190 464 msgid "Advanced Level Result" 465 msgstr "" 466 467 #: kofacustom/nigeria/students/viewlets.py:191 468 msgid "Advanced Level Result Scan" 469 msgstr "" 470 471 #: kofacustom/nigeria/students/viewlets.py:207 472 #: kofacustom/nigeria/students/viewlets.py:208 473 #: kofacustom/nigeria/students/viewlets.py:218 474 msgid "Certificate" 475 msgstr "" 476 477 #: kofacustom/nigeria/students/viewlets.py:219 478 msgid "Certificate Scan" 479 msgstr "" 480 481 #: kofacustom/nigeria/students/viewlets.py:235 482 #: kofacustom/nigeria/students/viewlets.py:236 483 #: kofacustom/nigeria/students/viewlets.py:246 484 msgid "Second Certificate" 485 msgstr "" 486 487 #: kofacustom/nigeria/students/viewlets.py:247 488 msgid "Second Certificate Scan" 489 msgstr "" 490 491 #: kofacustom/nigeria/students/viewlets.py:270 492 #: kofacustom/nigeria/students/viewlets.py:271 493 #: kofacustom/nigeria/students/viewlets.py:281 494 msgid "Third Certificate" 495 msgstr "" 496 497 #: kofacustom/nigeria/students/viewlets.py:282 498 msgid "Third Certificate Scan" 499 msgstr "" 500 501 #: kofacustom/nigeria/students/viewlets.py:305 502 #: kofacustom/nigeria/students/viewlets.py:306 503 #: kofacustom/nigeria/students/viewlets.py:316 504 msgid "Evidence of Name" 505 msgstr "" 506 507 #: kofacustom/nigeria/students/viewlets.py:317 508 msgid "Evidence of Name Scan" 509 msgstr "" 510 511 #: kofacustom/nigeria/students/viewlets.py:32 512 #: kofacustom/nigeria/students/viewlets.py:43 513 msgid "LGA Identification" 514 msgstr "" 515 516 #: kofacustom/nigeria/students/viewlets.py:33 517 #: kofacustom/nigeria/students/viewlets.py:44 518 msgid "LGA Identification Scan" 519 msgstr "" 520 521 #: kofacustom/nigeria/students/viewlets.py:333 522 #: kofacustom/nigeria/students/viewlets.py:334 523 #: kofacustom/nigeria/students/viewlets.py:344 524 msgid "Result Statement" 525 msgstr "" 526 527 #: kofacustom/nigeria/students/viewlets.py:345 528 msgid "Result Statement Scan" 529 msgstr "" 530 531 #: kofacustom/nigeria/students/viewlets.py:361 532 #: kofacustom/nigeria/students/viewlets.py:362 533 #: kofacustom/nigeria/students/viewlets.py:372 534 msgid "Referee Letter" 535 msgstr "" 536 537 #: kofacustom/nigeria/students/viewlets.py:373 538 msgid "Referee Letter Scan" 539 msgstr "" 540 541 #: kofacustom/nigeria/students/viewlets.py:389 542 #: kofacustom/nigeria/students/viewlets.py:390 543 #: kofacustom/nigeria/students/viewlets.py:400 544 msgid "Second Referee Letter" 545 msgstr "" 546 547 #: kofacustom/nigeria/students/viewlets.py:401 548 msgid "Second Referee Letter Scan" 549 msgstr "" 550 551 #: kofacustom/nigeria/students/viewlets.py:424 552 #: kofacustom/nigeria/students/viewlets.py:425 553 #: kofacustom/nigeria/students/viewlets.py:435 554 msgid "Third Referee Letter" 555 msgstr "" 556 557 #: kofacustom/nigeria/students/viewlets.py:436 558 msgid "Third Referee Letter Scan" 559 msgstr "" 560 561 #: kofacustom/nigeria/students/viewlets.py:459 562 #: kofacustom/nigeria/students/viewlets.py:460 563 #: kofacustom/nigeria/students/viewlets.py:470 564 msgid "Statutory Declaration of Good Conduct" 565 msgstr "" 566 567 #: kofacustom/nigeria/students/viewlets.py:471 568 msgid "Statutory Declaration of Good Conduct Scan" 569 msgstr "" 570 571 #: kofacustom/nigeria/students/viewlets.py:487 572 #: kofacustom/nigeria/students/viewlets.py:488 573 #: kofacustom/nigeria/students/viewlets.py:498 574 msgid "Letter of Admission" 575 msgstr "" 576 577 #: kofacustom/nigeria/students/viewlets.py:499 578 msgid "Letter of Admission Scan" 579 msgstr "" 580 581 #: kofacustom/nigeria/students/viewlets.py:60 582 #: kofacustom/nigeria/students/viewlets.py:61 583 #: kofacustom/nigeria/students/viewlets.py:71 584 msgid "First Sitting Result" 585 msgstr "" 586 587 #: kofacustom/nigeria/students/viewlets.py:72 588 msgid "First Sitting Result Scan" 589 msgstr "" 590 591 #: kofacustom/nigeria/students/viewlets.py:88 592 #: kofacustom/nigeria/students/viewlets.py:89 593 #: kofacustom/nigeria/students/viewlets.py:99 594 msgid "Second Sitting Result" 595 msgstr "" 596 31 597 #: kofacustom/nigeria/utils/utils.py:26 32 598 msgid "Nigeria"
Note: See TracChangeset for help on using the changeset viewer.