Ignore:
Timestamp:
17 Apr 2012, 14:20:20 (12 years ago)
Author:
Henrik Bettermann
Message:

Update localisation and rename some icons.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
10 edited
2 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicanteditpage.pt

    r8070 r8197  
    1818      <tr>
    1919        <td class="fieldname" i18n:translate="">
    20           Photograph:
     20          Passport Photo:
    2121        </td>
    2222        <td>
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/viewlets.py

    r8043 r8197  
    526526    icon = 'actionicon_manage.png' # File must exist in static/
    527527    target = '@@show' # link to this viewname.
    528     text = _('Show batch logs') # Text to display on the button
     528    text = _('Show logs') # Text to display on the button
    529529
    530530class BrowseDatacenterLogs(BrowseActionButton):
     
    532532    grok.view(DatacenterPage)
    533533    grok.order(4)
    534     icon = 'documentinfo_templet.png'
     534    icon = 'actionicon_info.png'
    535535    target = '@@logs'
    536     text = _('Show batch logs')
     536    text = _('Show logs')
    537537
    538538#
     
    544544    grok.require('waeup.manageUniversity')
    545545    grok.order(6)
    546     icon = 'actionbox_templet.png'
     546    icon = 'actionicon_gear.png'
    547547    target = '@@import1'
    548548    text = _('Batch processing')
  • main/waeup.kofa/trunk/src/waeup/kofa/locales/de/LC_MESSAGES/waeup.kofa.po

    r7985 r8197  
    1515msgstr ""
    1616"Project-Id-Version: WAeUP.KOFA\n"
    17 "POT-Creation-Date: Mon Mar 26 11:33:10 2012\n"
    18 "PO-Revision-Date: 2012-03-26 13:04+0100\n"
     17"POT-Creation-Date: Tue Apr 17 16:18:24 2012\n"
     18"PO-Revision-Date: 2012-04-17 16:19+0100\n"
    1919"Last-Translator: Henrik Bettermann <henrik@waeup.org>\n"
    2020"Language-Team: WAeUP Germany <henrik@waeup.org>\n"
     
    2929"X-Poedit-Basepath: \\\\Salsa\\kofa\\trunk\\src\n"
    3030
    31 #: waeup/kofa/accesscodes/browser.py:100
    32 #: waeup/kofa/accesscodes/browser.py:113
    33 #: waeup/kofa/applicants/browser.py:79
    34 #: waeup/kofa/applicants/browser.py:129
    35 #: waeup/kofa/applicants/browser.py:181
    36 #: waeup/kofa/applicants/browser.py:252
    37 #: waeup/kofa/applicants/browser.py:253
    38 #: waeup/kofa/applicants/browser.py:336
     31#: waeup/kofa/accesscodes/browser.py:101
     32#: waeup/kofa/accesscodes/browser.py:114
     33#: waeup/kofa/applicants/browser.py:81
     34#: waeup/kofa/applicants/browser.py:131
     35#: waeup/kofa/applicants/browser.py:180
     36#: waeup/kofa/applicants/browser.py:249
     37#: waeup/kofa/applicants/browser.py:250
     38#: waeup/kofa/applicants/browser.py:331
    3939#: waeup/kofa/browser/pages.py:507
    4040#: waeup/kofa/browser/pages.py:712
     
    6464#: waeup/kofa/browser/pages.py:1902
    6565#: waeup/kofa/browser/pages.py:1954
    66 #: waeup/kofa/students/browser.py:589
    67 #: waeup/kofa/students/browser.py:590
    68 #: waeup/kofa/students/browser.py:751
    69 #: waeup/kofa/students/browser.py:753
    70 #: waeup/kofa/students/browser.py:893
     66#: waeup/kofa/students/browser.py:623
     67#: waeup/kofa/students/browser.py:624
     68#: waeup/kofa/students/browser.py:807
     69#: waeup/kofa/students/browser.py:809
     70#: waeup/kofa/students/browser.py:950
    7171msgid "Cancel"
    7272msgstr "Abbruch"
    7373
    74 #: waeup/kofa/accesscodes/browser.py:102
     74#: waeup/kofa/accesscodes/browser.py:103
    7575msgid "Batch creation cancelled."
    7676msgstr "Zugangscodeerzeugung abgebrochen."
    7777
    78 #: waeup/kofa/accesscodes/browser.py:112
     78#: waeup/kofa/accesscodes/browser.py:113
    7979msgid "Reimport"
    8080msgstr "Reimportieren"
    8181
    82 #: waeup/kofa/accesscodes/browser.py:115
     82#: waeup/kofa/accesscodes/browser.py:116
    8383msgid "Reimport Access Code Batches"
    8484msgstr "Zugangscodeserie reimportieren"
    8585
    86 #: waeup/kofa/accesscodes/browser.py:120
     86#: waeup/kofa/accesscodes/browser.py:121
    8787msgid "Reimport cancelled."
    8888msgstr "Reimport abgebrochen."
    8989
    90 #: waeup/kofa/accesscodes/browser.py:126
     90#: waeup/kofa/accesscodes/browser.py:127
    9191msgid "No file chosen. Action cancelled."
    9292msgstr "Keine Datei ausgewählt, Aktion abgebrochen."
    9393
    9494#. Default: ""
    95 #: waeup/kofa/accesscodes/browser.py:136
     95#: waeup/kofa/accesscodes/browser.py:137
    9696msgid "This batch already exists: ${a}"
    9797msgstr "Diese Serie existiert bereits: ${a}"
    9898
    9999#. Default: ""
    100 #: waeup/kofa/accesscodes/browser.py:139
     100#: waeup/kofa/accesscodes/browser.py:140
    101101msgid "Successfully reimported: ${a}"
    102102msgstr "Erfolgreich reimportiert: ${a}"
    103103
    104 #: waeup/kofa/accesscodes/browser.py:152
     104#: waeup/kofa/accesscodes/browser.py:153
    105105msgid "Search and Manage Access Codes"
    106106msgstr "Suche und verwalte Zugangscodes"
    107107
    108 #: waeup/kofa/accesscodes/browser.py:153
     108#: waeup/kofa/accesscodes/browser.py:154
    109109#: waeup/kofa/browser/pages.py:596
    110110#: waeup/kofa/browser/pages.py:1146
    111111#: waeup/kofa/browser/viewlets.py:190
    112 #: waeup/kofa/students/browser.py:169
    113 #: waeup/kofa/students/browser.py:203
     112#: waeup/kofa/students/browser.py:171
     113#: waeup/kofa/students/browser.py:209
    114114msgid "Search"
    115115msgstr "Suchen"
    116116
    117 #: waeup/kofa/accesscodes/browser.py:154
     117#: waeup/kofa/accesscodes/browser.py:155
    118118msgid "Disable ACs"
    119119msgstr "Zugangscode deaktivieren"
    120120
    121 #: waeup/kofa/accesscodes/browser.py:155
     121#: waeup/kofa/accesscodes/browser.py:156
    122122msgid "Enable ACs"
    123123msgstr "Zugangscode aktivieren"
    124124
    125 #: waeup/kofa/accesscodes/browser.py:180
     125#: waeup/kofa/accesscodes/browser.py:181
    126126#: waeup/kofa/accesscodes/workflow.py:39
    127127msgid "disabled"
     
    129129
    130130#. Default: ""
    131 #: waeup/kofa/accesscodes/browser.py:182
     131#: waeup/kofa/accesscodes/browser.py:183
    132132msgid "${a} disabled."
    133133msgstr "${a} deaktiviert"
    134134
    135135#. Default: ""
    136 #: waeup/kofa/accesscodes/browser.py:186
     136#: waeup/kofa/accesscodes/browser.py:187
    137137msgid "${a}: Disable transition not allowed."
    138138msgstr "${a}: Deaktivierung nicht möglich."
    139139
    140 #: waeup/kofa/accesscodes/browser.py:190
     140#: waeup/kofa/accesscodes/browser.py:191
    141141msgid "re-enabled"
    142142msgstr "reaktiviert"
    143143
    144144#. Default: ""
    145 #: waeup/kofa/accesscodes/browser.py:192
     145#: waeup/kofa/accesscodes/browser.py:193
    146146msgid "${a} (re-)enabled."
    147147msgstr "${a} (re-)aktiviert."
    148148
    149149#. Default: ""
    150 #: waeup/kofa/accesscodes/browser.py:196
     150#: waeup/kofa/accesscodes/browser.py:197
    151151msgid "${a}: Re-enable transition not allowed."
    152152msgstr "${a}: Reaktivieren nich möglich."
    153153
    154 #: waeup/kofa/accesscodes/browser.py:235
     154#: waeup/kofa/accesscodes/browser.py:236
    155155msgid "Add Access Code Batch"
    156156msgstr "Zugangscodeserie hinzufügen"
    157157
    158 #: waeup/kofa/accesscodes/browser.py:244
     158#: waeup/kofa/accesscodes/browser.py:245
    159159msgid "Reimport Access Code Batch"
    160160msgstr "Zugangscodeserie reimportieren"
    161161
    162 #: waeup/kofa/accesscodes/browser.py:252
     162#: waeup/kofa/accesscodes/browser.py:253
    163163msgid "Search Access Codes"
    164164msgstr "Zugangscode suchen"
    165165
    166 #: waeup/kofa/accesscodes/browser.py:261
     166#: waeup/kofa/accesscodes/browser.py:262
    167167msgid "Access Codes"
    168168msgstr "Zugangscodes"
    169169
    170 #: waeup/kofa/accesscodes/browser.py:43
     170#: waeup/kofa/accesscodes/browser.py:44
    171171msgid "Archive"
    172172msgstr "Archivieren"
    173173
    174 #: waeup/kofa/accesscodes/browser.py:44
     174#: waeup/kofa/accesscodes/browser.py:45
    175175msgid "Archive and delete"
    176176msgstr "Archivieren und löschen"
    177177
    178 #: waeup/kofa/accesscodes/browser.py:46
    179 #: waeup/kofa/accesscodes/browser.py:206
    180 #: waeup/kofa/accesscodes/browser.py:226
     178#: waeup/kofa/accesscodes/browser.py:47
     179#: waeup/kofa/accesscodes/browser.py:207
     180#: waeup/kofa/accesscodes/browser.py:227
    181181msgid "Access Code Batches"
    182182msgstr "Zugangscodeserien"
    183183
    184 #: waeup/kofa/accesscodes/browser.py:53
     184#: waeup/kofa/accesscodes/browser.py:54
    185185msgid "No batch selected."
    186186msgstr "Keine Serie ausgewählt."
    187187
    188188#. Default: ""
    189 #: waeup/kofa/accesscodes/browser.py:61
     189#: waeup/kofa/accesscodes/browser.py:62
    190190msgid "Archived ${a} (${b})"
    191191msgstr "${a} (${b}) archiviert"
    192192
    193193#. Default: ""
    194 #: waeup/kofa/accesscodes/browser.py:68
     194#: waeup/kofa/accesscodes/browser.py:69
    195195msgid "Deleted batch ${a}"
    196196msgstr "Serie ${a} gelöscht"
    197197
    198 #: waeup/kofa/accesscodes/browser.py:77
     198#: waeup/kofa/accesscodes/browser.py:78
    199199msgid "Create Access Code Batch"
    200200msgstr "Zugangscodeserie erzeugen"
    201201
    202 #: waeup/kofa/accesscodes/browser.py:83
     202#: waeup/kofa/accesscodes/browser.py:84
    203203msgid "Create batch"
    204204msgstr "Serie erzeugen"
    205205
    206206#. Default: ""
    207 #: waeup/kofa/accesscodes/browser.py:91
     207#: waeup/kofa/accesscodes/browser.py:92
    208208msgid "Batch created (${a} entries)"
    209209msgstr "Serie ${a} mit Einträgen erzeugt."
    210210
    211211#. Default: ""
    212 #: waeup/kofa/accesscodes/browser.py:93
     212#: waeup/kofa/accesscodes/browser.py:94
    213213msgid "Data written to ${a}"
    214214msgstr "Daten in ${a} gespeichert."
     
    369369msgstr "Unbenutzte PIN deaktivieren"
    370370
    371 #: waeup/kofa/applicants/browser.py:116
    372 #: waeup/kofa/applicants/browser.py:323
    373 #: waeup/kofa/applicants/browser.py:744
     371#: waeup/kofa/applicants/browser.py:118
     372#: waeup/kofa/applicants/browser.py:318
     373#: waeup/kofa/applicants/browser.py:714
    374374msgid "Could not delete:"
    375375msgstr "Konnte nicht gelöscht werden:"
    376376
    377377#. Default: ""
    378 #: waeup/kofa/applicants/browser.py:119
    379 #: waeup/kofa/applicants/browser.py:326
    380 #: waeup/kofa/applicants/browser.py:747
    381 #: waeup/kofa/browser/pages.py:137
    382 #: waeup/kofa/students/browser.py:241
    383 #: waeup/kofa/students/browser.py:647
    384 #: waeup/kofa/students/browser.py:801
    385 #: waeup/kofa/students/browser.py:979
    386 #: waeup/kofa/students/browser.py:1189
    387 #: waeup/kofa/students/browser.py:1776
     378#: waeup/kofa/applicants/browser.py:121
     379#: waeup/kofa/applicants/browser.py:321
     380#: waeup/kofa/applicants/browser.py:717
     381#: waeup/kofa/browser/pages.py:136
     382#: waeup/kofa/students/browser.py:253
     383#: waeup/kofa/students/browser.py:687
     384#: waeup/kofa/students/browser.py:857
     385#: waeup/kofa/students/browser.py:1036
     386#: waeup/kofa/students/browser.py:1251
     387#: waeup/kofa/students/browser.py:1841
    388388msgid "Successfully removed: ${a}"
    389389msgstr "Erfolgreich entfernt: ${a}"
     
    393393msgstr "Ein Ordner für diesen Antragstypen mit gleichem Eingangsjahr existiert bereits."
    394394
    395 #: waeup/kofa/applicants/browser.py:177
     395#: waeup/kofa/applicants/browser.py:176
    396396msgid "Added:"
    397397msgstr "Hinzugefügt:"
    398398
    399 #: waeup/kofa/applicants/browser.py:189
    400 #: waeup/kofa/applicants/export.py:78
     399#: waeup/kofa/applicants/browser.py:188
     400#: waeup/kofa/applicants/export.py:76
    401401#: waeup/kofa/applicants/viewlets.py:44
    402402#: waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt:12
     
    405405msgstr "Antragsteller"
    406406
    407 #: waeup/kofa/applicants/browser.py:252
    408 #: waeup/kofa/applicants/browser.py:299
    409 #: waeup/kofa/applicants/browser.py:653
    410 #: waeup/kofa/applicants/browser.py:687
    411 #: waeup/kofa/applicants/browser.py:790
    412 #: waeup/kofa/applicants/browser.py:793
    413 #: waeup/kofa/applicants/browser.py:837
     407#: waeup/kofa/applicants/browser.py:249
     408#: waeup/kofa/applicants/browser.py:294
     409#: waeup/kofa/applicants/browser.py:619
     410#: waeup/kofa/applicants/browser.py:657
     411#: waeup/kofa/applicants/browser.py:759
     412#: waeup/kofa/applicants/browser.py:762
     413#: waeup/kofa/applicants/browser.py:806
    414414#: waeup/kofa/browser/pages.py:480
    415415#: waeup/kofa/browser/pages.py:635
     
    427427#: waeup/kofa/hostels/browser.py:231
    428428#: waeup/kofa/hostels/browser.py:318
    429 #: waeup/kofa/students/browser.py:358
    430 #: waeup/kofa/students/browser.py:463
    431 #: waeup/kofa/students/browser.py:540
    432 #: waeup/kofa/students/browser.py:589
    433 #: waeup/kofa/students/browser.py:605
    434 #: waeup/kofa/students/browser.py:751
    435 #: waeup/kofa/students/browser.py:776
    436 #: waeup/kofa/students/browser.py:1450
    437 #: waeup/kofa/students/browser.py:1465
    438 #: waeup/kofa/students/browser.py:1580
     429#: waeup/kofa/students/browser.py:369
     430#: waeup/kofa/students/browser.py:497
     431#: waeup/kofa/students/browser.py:574
     432#: waeup/kofa/students/browser.py:623
     433#: waeup/kofa/students/browser.py:639
     434#: waeup/kofa/students/browser.py:807
     435#: waeup/kofa/students/browser.py:832
     436#: waeup/kofa/students/browser.py:1509
     437#: waeup/kofa/students/browser.py:1524
     438#: waeup/kofa/students/browser.py:1645
    439439msgid "Save"
    440440msgstr "Speichern"
    441441
    442 #: waeup/kofa/applicants/browser.py:253
    443 #: waeup/kofa/applicants/browser.py:331
    444 #: waeup/kofa/applicants/browser.py:360
     442#: waeup/kofa/applicants/browser.py:250
     443#: waeup/kofa/applicants/browser.py:326
     444#: waeup/kofa/applicants/browser.py:354
    445445msgid "Add applicant"
    446446msgstr "Antragsteller hinzufügen"
    447447
    448 #: waeup/kofa/applicants/browser.py:263
     448#: waeup/kofa/applicants/browser.py:258
    449449#: waeup/kofa/applicants/viewlets.py:95
    450450msgid "Manage applicants container"
    451451msgstr "Ordner für Antragsteller verwalten"
    452452
    453 #: waeup/kofa/applicants/browser.py:303
    454 #: waeup/kofa/applicants/browser.py:716
     453#: waeup/kofa/applicants/browser.py:298
     454#: waeup/kofa/applicants/browser.py:686
    455455#: waeup/kofa/browser/pages.py:1444
    456456#: waeup/kofa/browser/pages.py:1766
     
    458458#: waeup/kofa/browser/pages.py:1950
    459459#: waeup/kofa/hostels/browser.py:54
    460 #: waeup/kofa/students/browser.py:82
    461 #: waeup/kofa/students/browser.py:384
     460#: waeup/kofa/students/browser.py:84
     461#: waeup/kofa/students/browser.py:395
    462462msgid "Form has been saved."
    463463msgstr "Das Formular wurde gespeichert."
    464464
    465 #: waeup/kofa/applicants/browser.py:312
     465#: waeup/kofa/applicants/browser.py:307
    466466msgid "No applicant selected!"
    467467msgstr "Nichts ausgewählt!"
    468468
    469 #: waeup/kofa/applicants/browser.py:363
     469#: waeup/kofa/applicants/browser.py:357
    470470msgid "Create application record"
    471471msgstr "Antrag hinzufügen"
    472472
    473 #: waeup/kofa/applicants/browser.py:368
     473#: waeup/kofa/applicants/browser.py:362
    474474msgid "Applicant record created."
    475475msgstr "Antrag wurde erzeugt."
    476476
    477 #: waeup/kofa/applicants/browser.py:381
     477#: waeup/kofa/applicants/browser.py:376
    478478msgid "Applicant"
    479479msgstr "Antragsteller"
    480480
    481 #: waeup/kofa/applicants/browser.py:396
    482 #: waeup/kofa/students/browser.py:283
     481#: waeup/kofa/applicants/browser.py:395
     482#: waeup/kofa/students/browser.py:295
    483483msgid "set"
    484484msgstr "gesetzt"
    485485
    486 #: waeup/kofa/applicants/browser.py:397
    487 #: waeup/kofa/students/browser.py:284
     486#: waeup/kofa/applicants/browser.py:396
     487#: waeup/kofa/students/browser.py:296
    488488msgid "unset"
    489489msgstr "ungesetzt"
    490490
    491491#. Default: ""
    492 #: waeup/kofa/applicants/browser.py:402
    493 msgid "${a} Application Record ${b}"
    494 msgstr "${a} Antrag ${b}"
    495 
    496 #: waeup/kofa/applicants/browser.py:453
     492#: waeup/kofa/applicants/browser.py:401
     493msgid "${a} <br /> Application Record ${b}"
     494msgstr "${a} <br /> Antrag ${b}"
     495
     496#: waeup/kofa/applicants/browser.py:452
    497497msgid "Session configuration object is not available."
    498498msgstr "Session-Konfiguration ist nicht verfügbar."
    499499
    500 #: waeup/kofa/applicants/browser.py:460
    501 #: waeup/kofa/students/browser.py:1028
     500#: waeup/kofa/applicants/browser.py:459
     501#: waeup/kofa/students/browser.py:1091
    502502msgid "This type of payment has already been made."
    503503msgstr "Diese Bezahlung wurde bereits ausgeführt."
    504504
    505 #: waeup/kofa/applicants/browser.py:473
    506 #: waeup/kofa/students/browser.py:1042
     505#: waeup/kofa/applicants/browser.py:472
     506#: waeup/kofa/students/browser.py:1105
    507507msgid "Payment ticket created."
    508508msgstr "Bezahl-Ticket wurde erzeugt."
    509509
    510510#. Default: ""
    511 #: waeup/kofa/applicants/browser.py:500
    512 #: waeup/kofa/students/browser.py:1061
     511#: waeup/kofa/applicants/browser.py:499
     512#: waeup/kofa/students/browser.py:1124
    513513msgid "${a}: Online Payment Ticket ${b}"
    514514msgstr "${a}: Online-Bezahl-Ticket ${b}"
    515515
    516 #: waeup/kofa/applicants/browser.py:528
    517 #: waeup/kofa/students/browser.py:1110
     516#: waeup/kofa/applicants/browser.py:527
     517#: waeup/kofa/students/browser.py:1172
    518518msgid "Valid callback received."
    519519msgstr "Gültigen Rückruf erhalten."
    520520
    521 #: waeup/kofa/applicants/browser.py:549
     521#: waeup/kofa/applicants/browser.py:548
    522522msgid "Payment Data"
    523523msgstr "Zahlung"
    524524
    525 #: waeup/kofa/applicants/browser.py:555
     525#: waeup/kofa/applicants/browser.py:554
    526526msgid "Online Payment Receipt"
    527527msgstr "Quittung"
    528528
    529 #: waeup/kofa/applicants/browser.py:561
     529#: waeup/kofa/applicants/browser.py:560
    530530msgid "Ticket not yet paid."
    531531msgstr "Ticket wurde noch nicht bezahlt."
    532532
    533 #: waeup/kofa/applicants/browser.py:626
     533#: waeup/kofa/applicants/browser.py:594
    534534msgid "Uploaded image is too big!"
    535535msgstr "Das hochgeladene Bild ist zu groß!"
    536536
    537 #: waeup/kofa/applicants/browser.py:63
     537#: waeup/kofa/applicants/browser.py:599
     538msgid "jpg file extension expected."
     539msgstr "jpg-Dateiendung erwartet."
     540
     541#: waeup/kofa/applicants/browser.py:619
     542#: waeup/kofa/applicants/browser.py:762
     543#: waeup/kofa/applicants/browser.py:814
     544msgid "Final Submit"
     545msgstr "Endgültiges Einreichen"
     546
     547#: waeup/kofa/applicants/browser.py:620
     548#: waeup/kofa/applicants/browser.py:727
     549#: waeup/kofa/applicants/browser.py:760
     550#: waeup/kofa/applicants/browser.py:795
     551#: waeup/kofa/students/browser.py:1042
     552msgid "Add online payment ticket"
     553msgstr "Ticket für Online-Bezahlung hinzufügen"
     554
     555#: waeup/kofa/applicants/browser.py:620
     556#: waeup/kofa/applicants/browser.py:732
     557#: waeup/kofa/applicants/browser.py:760
     558#: waeup/kofa/applicants/browser.py:763
     559#: waeup/kofa/applicants/browser.py:800
     560#: waeup/kofa/students/browser.py:809
     561#: waeup/kofa/students/browser.py:841
     562#: waeup/kofa/students/browser.py:1018
     563#: waeup/kofa/students/browser.py:1823
     564msgid "Remove selected tickets"
     565msgstr "Ausgewählte Tickets löschen"
     566
     567#. Default: ""
     568#: waeup/kofa/applicants/browser.py:643
     569msgid "${a} <br /> Application Form ${b}"
     570msgstr "${a} <br /> Antragsformular ${b}"
     571
     572#: waeup/kofa/applicants/browser.py:65
    538573msgid "Application Section"
    539574msgstr "Antragstellung"
    540575
    541 #: waeup/kofa/applicants/browser.py:631
    542 msgid "jpg file extension expected."
    543 msgstr "jpg-Dateiendung erwartet."
    544 
    545 #: waeup/kofa/applicants/browser.py:653
    546 #: waeup/kofa/applicants/browser.py:793
    547 #: waeup/kofa/applicants/browser.py:845
    548 msgid "Final Submit"
    549 msgstr "Endgültiges Einreichen"
    550 
    551576#: waeup/kofa/applicants/browser.py:654
    552 #: waeup/kofa/applicants/browser.py:757
    553 #: waeup/kofa/applicants/browser.py:791
    554 #: waeup/kofa/applicants/browser.py:826
    555 #: waeup/kofa/students/browser.py:985
    556 msgid "Add online payment ticket"
    557 msgstr "Ticket für Online-Bezahlung hinzufügen"
    558 
    559 #: waeup/kofa/applicants/browser.py:654
    560 #: waeup/kofa/applicants/browser.py:762
    561 #: waeup/kofa/applicants/browser.py:791
    562 #: waeup/kofa/applicants/browser.py:794
    563 #: waeup/kofa/applicants/browser.py:831
    564 #: waeup/kofa/students/browser.py:753
    565 #: waeup/kofa/students/browser.py:785
    566 #: waeup/kofa/students/browser.py:961
    567 #: waeup/kofa/students/browser.py:1758
    568 msgid "Remove selected tickets"
    569 msgstr "Ausgewählte Tickets löschen"
    570 
    571 #. Default: ""
    572 #: waeup/kofa/applicants/browser.py:673
    573 msgid "${a} Application Form ${b}"
    574 msgstr "${a} Antragsformular ${b}"
    575 
    576 #: waeup/kofa/applicants/browser.py:684
    577 #: waeup/kofa/students/browser.py:355
     577#: waeup/kofa/students/browser.py:366
    578578msgid "No transition"
    579579msgstr "Keine Änderung"
    580580
    581 #: waeup/kofa/applicants/browser.py:731
    582 #: waeup/kofa/students/browser.py:967
     581#: waeup/kofa/applicants/browser.py:701
     582#: waeup/kofa/students/browser.py:1024
    583583msgid "No payment selected."
    584584msgstr "Nichts ausgewählt!"
    585585
    586 #: waeup/kofa/applicants/browser.py:75
     586#: waeup/kofa/applicants/browser.py:77
    587587#: waeup/kofa/applicants/viewlets.py:88
    588588msgid "Manage application section"
    589589msgstr "Antragstellungsverfahren verwalten"
    590590
    591 #: waeup/kofa/applicants/browser.py:78
    592 #: waeup/kofa/applicants/browser.py:104
    593 #: waeup/kofa/applicants/browser.py:253
    594 #: waeup/kofa/applicants/browser.py:306
     591#: waeup/kofa/applicants/browser.py:773
     592#: waeup/kofa/students/browser.py:92
     593msgid "The requested form is locked (read-only)."
     594msgstr "Dieses Formular ist gesperrt."
     595
     596#: waeup/kofa/applicants/browser.py:787
     597msgid "No passport picture uploaded."
     598msgstr "Es wurde noch kein Passbild hochgeladen."
     599
     600#: waeup/kofa/applicants/browser.py:789
     601msgid "Passport picture confirmation box not ticked."
     602msgstr "Bitte bestätigen Sie das Passbild."
     603
     604#: waeup/kofa/applicants/browser.py:80
     605#: waeup/kofa/applicants/browser.py:106
     606#: waeup/kofa/applicants/browser.py:250
     607#: waeup/kofa/applicants/browser.py:301
    595608#: waeup/kofa/browser/pages.py:638
    596609#: waeup/kofa/browser/pages.py:679
     
    600613#: waeup/kofa/browser/pages.py:1436
    601614#: waeup/kofa/hostels/browser.py:131
    602 #: waeup/kofa/students/browser.py:204
    603 #: waeup/kofa/students/browser.py:1156
    604 #: waeup/kofa/students/browser.py:1169
     615#: waeup/kofa/students/browser.py:210
     616#: waeup/kofa/students/browser.py:1218
     617#: waeup/kofa/students/browser.py:1231
    605618msgid "Remove selected"
    606619msgstr "Ausgewählte Objekte löschen"
    607620
    608 #: waeup/kofa/applicants/browser.py:78
    609 #: waeup/kofa/applicants/browser.py:124
    610 #: waeup/kofa/applicants/browser.py:147
     621#: waeup/kofa/applicants/browser.py:80
     622#: waeup/kofa/applicants/browser.py:126
     623#: waeup/kofa/applicants/browser.py:149
    611624#: waeup/kofa/applicants/browser.py:159
    612625msgid "Add applicants container"
    613626msgstr "Ordner für Antragsteller hinzufügen"
    614627
    615 #: waeup/kofa/applicants/browser.py:80
    616 #: waeup/kofa/applicants/browser.py:138
    617 #: waeup/kofa/applicants/browser.py:254
    618 #: waeup/kofa/applicants/browser.py:345
     628#: waeup/kofa/applicants/browser.py:82
     629#: waeup/kofa/applicants/browser.py:140
     630#: waeup/kofa/applicants/browser.py:251
     631#: waeup/kofa/applicants/browser.py:340
    619632#: waeup/kofa/browser/pages.py:1402
    620633#: waeup/kofa/browser/pages.py:1461
     
    626639msgstr "Ausgewählte lokale Rollen löschen"
    627640
    628 #: waeup/kofa/applicants/browser.py:804
    629 #: waeup/kofa/students/browser.py:90
    630 msgid "The requested form is locked (read-only)."
    631 msgstr "Dieses Formular ist gesperrt."
    632 
    633 #: waeup/kofa/applicants/browser.py:81
    634 #: waeup/kofa/applicants/browser.py:134
    635 #: waeup/kofa/applicants/browser.py:255
    636 #: waeup/kofa/applicants/browser.py:341
     641#: waeup/kofa/applicants/browser.py:826
     642#: waeup/kofa/students/browser.py:1690
     643msgid "This form cannot be submitted. Wrong state!"
     644msgstr "Dieses Formular kann nicht abgesendet werden, da Sie den falschen Antragsstatus haben."
     645
     646#: waeup/kofa/applicants/browser.py:83
     647#: waeup/kofa/applicants/browser.py:136
     648#: waeup/kofa/applicants/browser.py:252
     649#: waeup/kofa/applicants/browser.py:336
    637650#: waeup/kofa/browser/pages.py:1403
    638651#: waeup/kofa/browser/pages.py:1457
     
    644657msgstr "Lokale Rolle hinzufügen"
    645658
    646 #: waeup/kofa/applicants/browser.py:818
    647 msgid "No passport picture uploaded."
    648 msgstr "Es wurde noch kein Passbild hochgeladen."
    649 
    650 #: waeup/kofa/applicants/browser.py:82
     659#: waeup/kofa/applicants/browser.py:831
     660msgid "Form has been submitted."
     661msgstr "Das Formular wurde eingereicht."
     662
     663#: waeup/kofa/applicants/browser.py:84
    651664msgid "Applicants Containers"
    652665msgstr "Ordner für Antragsteller"
    653666
    654 #: waeup/kofa/applicants/browser.py:820
    655 msgid "Passport picture confirmation box not ticked."
    656 msgstr "Bitte bestätigen Sie das Passbild."
    657 
    658 #: waeup/kofa/applicants/browser.py:857
    659 #: waeup/kofa/students/browser.py:1625
    660 msgid "This form cannot be submitted. Wrong state!"
    661 msgstr "Dieses Formular kann nicht abgesendet werden, da Sie den falschen Antragsstatus haben."
    662 
    663 #: waeup/kofa/applicants/browser.py:862
    664 msgid "Form has been submitted."
    665 msgstr "Das Formular wurde eingereicht."
    666 
    667 #. Default: ""
    668 #: waeup/kofa/applicants/browser.py:897
    669 msgid "Register for ${a} Application"
    670 msgstr "Antragstellung für ${a}"
    671 
    672 #: waeup/kofa/applicants/browser.py:903
     667#. Default: ""
     668#: waeup/kofa/applicants/browser.py:874
     669msgid "Apply for ${a}"
     670msgstr "Registrierung für ${a}"
     671
     672#: waeup/kofa/applicants/browser.py:880
    673673msgid "Application has not yet started."
    674674msgstr "Antragszeitraum hat noch nicht begonnen."
    675675
    676 #: waeup/kofa/applicants/browser.py:908
     676#: waeup/kofa/applicants/browser.py:885
    677677msgid "Application has ended."
    678678msgstr "Antragszeitraum ist beendet."
    679679
    680 #: waeup/kofa/applicants/browser.py:917
     680#: waeup/kofa/applicants/browser.py:894
    681681msgid "Get login credentials"
    682682msgstr "Zugangsdaten zusenden"
    683683
    684 #: waeup/kofa/applicants/browser.py:932
     684#: waeup/kofa/applicants/browser.py:917
     685msgid "An error occurred."
     686msgstr "Es ein Fehler auf."
     687
     688#: waeup/kofa/applicants/browser.py:923
     689#: waeup/kofa/applicants/browser.py:934
     690msgid "No application record found."
     691msgstr "Es wurde kein passender Datensatz gefunden."
     692
     693#: waeup/kofa/applicants/browser.py:926
     694msgid "Your password has already been set. Please proceed to the login page."
     695msgstr "Das Passwort wurde bereits gesetzt. Bitte gehen Sie zu Login-Seite."
     696
     697#: waeup/kofa/applicants/browser.py:944
    685698msgid "You have successfully been registered for the"
    686699msgstr "Sie haben sich erfolgreich registriert für"
    687700
    688 #: waeup/kofa/applicants/browser.py:939
     701#: waeup/kofa/applicants/browser.py:951
    689702msgid "Email could not been sent. Please retry later."
    690703msgstr "Email konnte nicht versendet werden. Bitte versuchen Sie es später noch einmal."
    691704
    692 #: waeup/kofa/applicants/browser.py:948
     705#: waeup/kofa/applicants/browser.py:960
    693706msgid "Your registration was successful."
    694707msgstr "Ihre Registrierung war erfolgreich."
    695708
    696 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:18
    697 msgid "Photograph"
    698 msgstr "Fotografie"
    699 
    700 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:43
     709#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:17
     710msgid "Admitted Course of Study:"
     711msgstr "Zugelassen für Studienfach:"
     712
     713#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:19
     714msgid "Passport Photo:"
     715msgstr "Passbild:"
     716
     717#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:44
    701718msgid "Application Transition:"
    702719msgstr "Zustandsänderung der Antragstellung:"
    703720
    704 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:59
     721#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:60
    705722msgid "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    706723msgstr "Ich bestätige, dass die hochgeladene Fotografie ein naturgetreues Portrait von mir ist."
    707724
    708 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:74
    709 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     725#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:76
     726#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
    710727msgid "Acceptance Fee Payment Tickets"
    711728msgstr "Zullassungsgebühr-Tickets"
     
    726743msgid "An account will be created for you and an email with your login credentials will be sent to the address provided."
    727744msgstr "Ein Benutzerkonto wird für Sie eingerichtet. Anschließend werden die die Anmeldedaten an die von Ihnen zur Verfügung gestellte Emailadresse versendet."
     745
     746#: waeup/kofa/applicants/browser_templates/applicantregister.pt:22
     747msgid "Your application record will be looked up and an email with your login credentials will be sent to the address provided."
     748msgstr "Wenn Ihr Datensatz gefunden wurde, werden die Zugangsdaten an die zur Verfügung gestellte Emailadresse versendet."
    728749
    729750#: waeup/kofa/applicants/browser_templates/applicantregister.pt:8
     
    752773msgstr "Beantragungsszeitraum"
    753774
    754 #: waeup/kofa/applicants/container.py:52
    755 msgid "Basic"
    756 msgstr "Basisantragstellung"
    757 
    758 #: waeup/kofa/applicants/container.py:55
    759 msgid "handles basic applicants"
    760 msgstr "für Antragsteller aller Art"
    761 
    762775#: waeup/kofa/applicants/export.py:40
    763776msgid "Basic Applicants Containers"
    764777msgstr "Basisordner für Antragsteller"
    765778
    766 #: waeup/kofa/applicants/interfaces.py:198
    767 #: waeup/kofa/students/browser.py:718
     779#: waeup/kofa/applicants/interfaces.py:138
     780msgid "Create Application Records"
     781msgstr "Anträge hinzufügen"
     782
     783#: waeup/kofa/applicants/interfaces.py:139
     784msgid "Update Application Records"
     785msgstr "Anträge aktualisieren"
     786
     787#: waeup/kofa/applicants/interfaces.py:159
     788#: waeup/kofa/students/browser.py:773
    768789#: waeup/kofa/university/interfaces.py:38
    769790#: waeup/kofa/university/interfaces.py:66
     
    789810msgstr "Kürzel"
    790811
    791 #: waeup/kofa/applicants/interfaces.py:205
    792 #: waeup/kofa/students/browser.py:719
     812#: waeup/kofa/applicants/interfaces.py:165
     813#: waeup/kofa/students/browser.py:774
    793814#: waeup/kofa/university/interfaces.py:199
    794815#: waeup/kofa/browser/templates/departmentmanagepage.pt:41
     
    809830msgstr "Titel"
    810831
    811 #: waeup/kofa/applicants/interfaces.py:212
    812 #: waeup/kofa/applicants/interfaces.py:322
     832#: waeup/kofa/applicants/interfaces.py:171
     833#: waeup/kofa/applicants/interfaces.py:275
    813834msgid "Application Target"
    814835msgstr "Antragsobjekt (Programm)"
    815836
    816 #: waeup/kofa/applicants/interfaces.py:220
     837#: waeup/kofa/applicants/interfaces.py:178
     838#: waeup/kofa/applicants/interfaces.py:282
     839msgid "Year of Entrance"
     840msgstr "Eingangsjahr"
     841
     842#: waeup/kofa/applicants/interfaces.py:185
     843msgid "Application Mode"
     844msgstr "Modus der Antragstellung"
     845
     846#: waeup/kofa/applicants/interfaces.py:191
    817847msgid "Entry Level"
    818848msgstr "Einstiegslevel"
    819849
    820 #: waeup/kofa/applicants/interfaces.py:227
    821 #: waeup/kofa/applicants/interfaces.py:330
    822 msgid "Year of Entrance"
    823 msgstr "Eingangsjahr"
    824 
    825 #: waeup/kofa/applicants/interfaces.py:235
    826 #: waeup/kofa/applicants/interfaces.py:338
    827 msgid "Applicants Container Type"
    828 msgstr "Ordnertyp"
    829 
    830 #: waeup/kofa/applicants/interfaces.py:251
     850#: waeup/kofa/applicants/interfaces.py:205
    831851msgid "Category for the grouping of certificates"
    832852msgstr "Kategorie für die Gruppierung von Zertifikaten"
    833853
    834 #: waeup/kofa/applicants/interfaces.py:258
     854#: waeup/kofa/applicants/interfaces.py:211
    835855msgid "Human readable description in reST format"
    836856msgstr "Lesbare Beschreibung im reST-Format"
    837857
    838 #: waeup/kofa/applicants/interfaces.py:271
     858#: waeup/kofa/applicants/interfaces.py:224
    839859msgid "Application Start Date"
    840860msgstr "Beginn der Antragsperiode"
    841861
    842 #: waeup/kofa/applicants/interfaces.py:277
     862#: waeup/kofa/applicants/interfaces.py:230
    843863msgid "Application Closing Date"
    844864msgstr "Ende der Antragsperiode"
    845865
    846 #: waeup/kofa/applicants/interfaces.py:283
     866#: waeup/kofa/applicants/interfaces.py:236
    847867msgid "Forbid additions after deadline (enddate)"
    848868msgstr "Antragstellung nach Ablauf der Antragsfrist verbieten"
    849869
    850 #: waeup/kofa/applicants/interfaces.py:366
     870#: waeup/kofa/applicants/interfaces.py:315
    851871msgid "Applicant Id"
    852872msgstr "Antragsteller Id"
    853873
    854 #: waeup/kofa/applicants/interfaces.py:371
    855 msgid "JAMB Registration Number"
    856 msgstr "JAMB Regsistrierungsnummer"
    857 
    858 #: waeup/kofa/applicants/interfaces.py:383
    859 #: waeup/kofa/students/interfaces.py:162
     874#: waeup/kofa/applicants/interfaces.py:320
     875#: waeup/kofa/students/interfaces.py:184
     876#: waeup/kofa/students/interfaces.py:271
     877#: waeup/kofa/students/interfaces.py:518
     878msgid "Registration Number"
     879msgstr "Regsistrierungsnummer"
     880
     881#: waeup/kofa/applicants/interfaces.py:331
     882#: waeup/kofa/applicants/interfaces.py:499
     883#: waeup/kofa/students/interfaces.py:163
    860884msgid "First Name"
    861885msgstr "Vorname"
    862886
    863 #: waeup/kofa/applicants/interfaces.py:387
    864 #: waeup/kofa/students/interfaces.py:167
     887#: waeup/kofa/applicants/interfaces.py:335
     888#: waeup/kofa/students/interfaces.py:168
    865889msgid "Middle Name"
    866890msgstr "Zweiter Vorname"
    867891
    868 #: waeup/kofa/applicants/interfaces.py:391
    869 #: waeup/kofa/students/interfaces.py:172
     892#: waeup/kofa/applicants/interfaces.py:339
     893#: waeup/kofa/students/interfaces.py:173
    870894msgid "Last Name (Surname)"
    871895msgstr "Nachname"
    872896
    873 #: waeup/kofa/applicants/interfaces.py:395
    874 #: waeup/kofa/students/interfaces.py:218
     897#: waeup/kofa/applicants/interfaces.py:343
     898#: waeup/kofa/students/interfaces.py:219
    875899msgid "Date of Birth"
    876900msgstr "Geburtsdatum"
    877901
    878 #: waeup/kofa/applicants/interfaces.py:400
    879 msgid "State/LGA"
    880 msgstr "State/LGA"
    881 
    882 #: waeup/kofa/applicants/interfaces.py:405
    883 #: waeup/kofa/students/interfaces.py:177
     902#: waeup/kofa/applicants/interfaces.py:349
     903#: waeup/kofa/students/interfaces.py:178
    884904msgid "Sex"
    885905msgstr "Geschlecht"
    886906
    887 #: waeup/kofa/applicants/interfaces.py:411
    888 #: waeup/kofa/interfaces.py:392
    889 #: waeup/kofa/interfaces.py:418
    890 #: waeup/kofa/students/interfaces.py:504
     907#: waeup/kofa/applicants/interfaces.py:354
     908#: waeup/kofa/applicants/interfaces.py:437
     909#: waeup/kofa/applicants/interfaces.py:504
     910#: waeup/kofa/interfaces.py:393
     911#: waeup/kofa/interfaces.py:419
     912#: waeup/kofa/students/interfaces.py:524
    891913msgid "Email Address"
    892914msgstr "Emailadresse"
    893915
    894 #: waeup/kofa/applicants/interfaces.py:416
    895 #: waeup/kofa/interfaces.py:397
    896 #: waeup/kofa/interfaces.py:425
    897 #: waeup/kofa/students/interfaces.py:208
     916#: waeup/kofa/applicants/interfaces.py:359
     917#: waeup/kofa/interfaces.py:398
     918#: waeup/kofa/interfaces.py:426
     919#: waeup/kofa/students/interfaces.py:209
    898920msgid "Phone"
    899921msgstr "Telefon"
    900922
    901 #: waeup/kofa/applicants/interfaces.py:421
    902 #: waeup/kofa/applicants/interfaces.py:507
     923#: waeup/kofa/applicants/interfaces.py:364
     924#: waeup/kofa/applicants/interfaces.py:442
    903925msgid "1st Choice Course of Study"
    904926msgstr "Studienfach (1. Wahl)"
    905927
    906 #: waeup/kofa/applicants/interfaces.py:426
    907 #: waeup/kofa/applicants/interfaces.py:512
     928#: waeup/kofa/applicants/interfaces.py:369
     929#: waeup/kofa/applicants/interfaces.py:447
    908930msgid "2nd Choice Course of Study"
    909931msgstr "Studienfach (2. Wahl)"
    910932
    911 #: waeup/kofa/applicants/interfaces.py:431
    912 msgid "School Grades"
    913 msgstr "Schulnoten"
    914 
    915 #: waeup/kofa/applicants/interfaces.py:441
    916 #: waeup/kofa/applicants/interfaces.py:517
     933#: waeup/kofa/applicants/interfaces.py:381
     934#: waeup/kofa/applicants/interfaces.py:468
     935msgid "Notice"
     936msgstr "Bemerkung"
     937
     938#: waeup/kofa/applicants/interfaces.py:385
     939#: waeup/kofa/applicants/interfaces.py:457
     940msgid "Screening Venue"
     941msgstr "Screening-Ort"
     942
     943#: waeup/kofa/applicants/interfaces.py:389
     944#: waeup/kofa/applicants/interfaces.py:452
    917945msgid "Screening Score"
    918946msgstr "Screening-Score"
    919947
    920 #: waeup/kofa/applicants/interfaces.py:445
    921 #: waeup/kofa/applicants/interfaces.py:522
    922 msgid "Screening Venue"
    923 msgstr "Screening-Ort"
    924 
    925 #: waeup/kofa/applicants/interfaces.py:449
    926 #: waeup/kofa/applicants/interfaces.py:527
     948#: waeup/kofa/applicants/interfaces.py:393
     949#: waeup/kofa/applicants/interfaces.py:462
    927950msgid "Admitted Course of Study"
    928951msgstr "Zugelassenes Studienfach"
    929952
    930 #: waeup/kofa/applicants/interfaces.py:455
    931 #: waeup/kofa/applicants/interfaces.py:534
    932 msgid "Notice"
    933 msgstr "Bemerkung"
    934 
    935 #: waeup/kofa/applicants/interfaces.py:477
    936 #: waeup/kofa/students/interfaces.py:157
     953#: waeup/kofa/applicants/interfaces.py:398
     954#: waeup/kofa/students/interfaces.py:158
    937955#: waeup/kofa/browser/templates/showstudentspage.pt:4
    938956#: waeup/kofa/students/browser_templates/containerpage.pt:29
     
    941959msgstr "Studenten Id"
    942960
    943 #: waeup/kofa/applicants/interfaces.py:482
     961#: waeup/kofa/applicants/interfaces.py:403
    944962msgid "Form locked"
    945963msgstr "Formular gesperrt"
    946964
    947 #: waeup/kofa/applicants/interfaces.py:561
    948 #: waeup/kofa/students/interfaces.py:484
     965#: waeup/kofa/applicants/interfaces.py:514
     966#: waeup/kofa/students/interfaces.py:504
    949967msgid "Payment Session"
    950968msgstr "Session der Zahlung"
    951969
    952 #: waeup/kofa/applicants/pdf.py:110
    953 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
    954 #: waeup/kofa/students/browser_templates/studycoursepage.pt:28
    955 msgid "Department:"
    956 msgstr "Department:"
    957 
    958 #: waeup/kofa/applicants/pdf.py:121
    959 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
    960 #: waeup/kofa/students/browser_templates/studycoursepage.pt:39
    961 msgid "Faculty:"
    962 msgstr "Fakultät:"
    963 
    964 #: waeup/kofa/applicants/pdf.py:186
    965 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:26
    966 msgid "Admitted Course of Study:"
    967 msgstr "Zugelassen für Studienfach:"
    968 
    969 #. Default: ""
    970 #: waeup/kofa/applicants/pdf.py:204
    971 msgid "<font size=10>Proceed to the login page of the portal and enter your new credentials: user name= ${a}, password = ${b}.</font>"
    972 msgstr "<font size=10>Gehen Sie zur Login-Seite des Portals und geben Sie die neuen Zugansdaten ein: Benutzername= ${a}, Passwort = ${b}.</font>"
    973 
    974 #: waeup/kofa/applicants/pdf.py:210
    975 msgid "<font size=10>Change your password when you have  logged in.</font>"
    976 msgstr "<font size=10>Ändern Sie Ihr Passwort, sobald Sie sich eingeloggt haben.</font>"
    977 
    978 #: waeup/kofa/applicants/pdf.py:57
     970#: waeup/kofa/applicants/pdf.py:50
    979971msgid "Application Record"
    980972msgstr "Antrag"
     973
     974#. Default: ""
     975#: waeup/kofa/applicants/pdf.py:84
     976msgid "Proceed to the login page of the portal and enter your new credentials: user name= ${a}, password = ${b}."
     977msgstr "Gehen Sie zur Login-Seite des Portals und geben Sie die neuen Zugansdaten ein: Benutzername= ${a}, Passwort = ${b}."
     978
     979#: waeup/kofa/applicants/pdf.py:91
     980msgid "Change your password when you have logged in."
     981msgstr "Ändern Sie Ihr Passwort, sobald Sie sich eingeloggt haben."
     982
     983#: waeup/kofa/applicants/utils.py:35
     984msgid "Desired Study Courses"
     985msgstr "Gewünschter Studiengang"
     986
     987#: waeup/kofa/applicants/utils.py:36
     988msgid "Process Data"
     989msgstr "Prozessdaten"
    981990
    982991#: waeup/kofa/applicants/viewlets.py:103
     
    10021011#: waeup/kofa/applicants/viewlets.py:151
    10031012#: waeup/kofa/applicants/workflow.py:99
    1004 #: waeup/kofa/students/browser.py:256
     1013#: waeup/kofa/students/browser.py:268
    10051014msgid "Create student record"
    10061015msgstr "Studenten erzeugen"
    10071016
    10081017#: waeup/kofa/applicants/viewlets.py:168
    1009 #: waeup/kofa/students/viewlets.py:300
     1018#: waeup/kofa/students/viewlets.py:321
    10101019msgid "Download payment receipt"
    10111020msgstr "Quittung herunterladen"
    10121021
    10131022#: waeup/kofa/applicants/viewlets.py:183
    1014 #: waeup/kofa/students/viewlets.py:315
     1023#: waeup/kofa/students/viewlets.py:336
    10151024msgid "Request callback"
    10161025msgstr "Bitte um Rückruf"
     
    10211030
    10221031#: waeup/kofa/applicants/viewlets.py:73
    1023 #: waeup/kofa/students/viewlets.py:512
     1032#: waeup/kofa/students/viewlets.py:535
    10241033msgid "My Data"
    10251034msgstr "Meine Daten"
    10261035
    10271036#: waeup/kofa/applicants/workflow.py:100
    1028 #: waeup/kofa/students/batching.py:141
     1037#: waeup/kofa/students/batching.py:142
    10291038#: waeup/kofa/students/workflow.py:25
    10301039msgid "Student record created"
     
    10631072
    10641073#: waeup/kofa/applicants/workflow.py:41
    1065 #: waeup/kofa/interfaces.py:72
     1074#: waeup/kofa/interfaces.py:73
    10661075msgid "admitted"
    10671076msgstr "zugelassen"
     
    10721081
    10731082#: waeup/kofa/applicants/workflow.py:43
    1074 #: waeup/kofa/interfaces.py:71
     1083#: waeup/kofa/interfaces.py:72
    10751084msgid "created"
    10761085msgstr "neu"
     
    11361145
    11371146#: waeup/kofa/browser/breadcrumbs.py:123
    1138 #: waeup/kofa/browser/pages.py:312
     1147#: waeup/kofa/browser/pages.py:311
    11391148msgid "Administration"
    11401149msgstr "Verwaltung"
     
    11471156
    11481157#: waeup/kofa/browser/breadcrumbs.py:148
    1149 #: waeup/kofa/browser/pages.py:389
     1158#: waeup/kofa/browser/pages.py:388
    11501159#: waeup/kofa/browser/viewlets.py:375
    11511160#: waeup/kofa/browser/viewlets.py:685
     
    11701179
    11711180#. Default: ""
    1172 #: waeup/kofa/browser/pages.py:106
     1181#: waeup/kofa/browser/pages.py:105
    11731182msgid "Local role successfully removed: ${a}"
    11741183msgstr "Lokale Rolle erfolgreich entfernt: ${a}"
     
    12081217msgstr "Zurück"
    12091218
     1219#: waeup/kofa/browser/pages.py:115
     1220#: waeup/kofa/hostels/browser.py:256
     1221#: waeup/kofa/hostels/browser.py:286
     1222#: waeup/kofa/students/browser.py:240
     1223msgid "No item selected."
     1224msgstr "Nichts ausgewählt."
     1225
    12101226#: waeup/kofa/browser/pages.py:1155
    12111227msgid "Log files can only be searched on Unix-based operating systems."
    12121228msgstr "Logdateien können nur auf Unix-basierten Betriebsystem durchsucht werden."
    1213 
    1214 #: waeup/kofa/browser/pages.py:116
    1215 #: waeup/kofa/hostels/browser.py:256
    1216 #: waeup/kofa/hostels/browser.py:286
    1217 #: waeup/kofa/students/browser.py:228
    1218 msgid "No item selected."
    1219 msgstr "Nichts ausgewählt."
    12201229
    12211230#: waeup/kofa/browser/pages.py:1183
     
    13071316#: waeup/kofa/browser/pages.py:1532
    13081317#: waeup/kofa/browser/pages.py:1551
    1309 #: waeup/kofa/students/browser.py:98
    1310 #: waeup/kofa/students/export.py:22
    1311 #: waeup/kofa/students/viewlets.py:472
     1318#: waeup/kofa/students/browser.py:100
     1319#: waeup/kofa/students/export.py:40
     1320#: waeup/kofa/students/viewlets.py:495
    13121321msgid "Students"
    13131322msgstr "Studenten"
    13141323
    1315 #: waeup/kofa/browser/pages.py:155
     1324#: waeup/kofa/browser/pages.py:154
    13161325#: waeup/kofa/browser/viewlets.py:322
    1317 #: waeup/kofa/browser/templates/staffsitelayout.pt:28
    1318 #: waeup/kofa/browser/templates/studentsitelayout.pt:33
     1326#: waeup/kofa/browser/templates/staffsitelayout.pt:27
     1327#: waeup/kofa/browser/templates/studentsitelayout.pt:32
    13191328msgid "Login"
    13201329msgstr "Einloggen"
     
    13491358msgstr "Department verwalten"
    13501359
    1351 #: waeup/kofa/browser/pages.py:163
     1360#: waeup/kofa/browser/pages.py:162
    13521361msgid "You logged in."
    13531362msgstr "Sie sind jetzt eingeloggt."
     
    13761385msgstr "Kurs bearbeiten"
    13771386
     1387#: waeup/kofa/browser/pages.py:180
     1388msgid "You entered wrong credentials."
     1389msgstr "Sie haben falsche Zugangsdaten eingegeben."
     1390
    13781391#: waeup/kofa/browser/pages.py:1808
    13791392msgid "Edit certificate"
    13801393msgstr "Zertifikat bearbeiten"
    1381 
    1382 #: waeup/kofa/browser/pages.py:181
    1383 msgid "You entered wrong credentials."
    1384 msgstr "Sie haben falsche Zugangsdaten eingegeben."
    13851394
    13861395#: waeup/kofa/browser/pages.py:1815
     
    14191428msgstr "Speichen und zurück"
    14201429
    1421 #: waeup/kofa/browser/pages.py:195
     1430#: waeup/kofa/browser/pages.py:194
    14221431msgid "You have been logged out. Thanks for using WAeUP Kofa!"
    14231432msgstr "Sie wurden ausgeloggt. Danke dass Sie WAeUP Kofa benutzt haben."
    14241433
    14251434#. Default: ""
    1426 #: waeup/kofa/browser/pages.py:231
     1435#: waeup/kofa/browser/pages.py:230
    14271436msgid "Contact ${a}"
    14281437msgstr "Kontaktiere ${a}"
    14291438
    1430 #: waeup/kofa/browser/pages.py:237
     1439#: waeup/kofa/browser/pages.py:236
    14311440#: waeup/kofa/browser/pages.py:523
    14321441msgid "Send message now"
    14331442msgstr "Jetzt senden"
    14341443
    1435 #: waeup/kofa/browser/pages.py:256
    1436 #: waeup/kofa/browser/pages.py:275
     1444#: waeup/kofa/browser/pages.py:255
     1445#: waeup/kofa/browser/pages.py:274
    14371446#: waeup/kofa/browser/pages.py:540
    1438 #: waeup/kofa/students/browser.py:318
     1447#: waeup/kofa/students/browser.py:330
    14391448msgid "Your message has been sent."
    14401449msgstr "Ihre Nachricht wurde verschickt."
    14411450
    1442 #: waeup/kofa/browser/pages.py:266
     1451#: waeup/kofa/browser/pages.py:265
    14431452msgid "Send now"
    14441453msgstr "Sende jetzt"
    14451454
    1446 #: waeup/kofa/browser/pages.py:277
     1455#: waeup/kofa/browser/pages.py:276
    14471456msgid "A smtp server error occurred."
    14481457msgstr "Es trat ein smtp-Serverfehler auf."
    14491458
    1450 #: waeup/kofa/browser/pages.py:302
     1459#: waeup/kofa/browser/pages.py:301
    14511460msgid "<h1>Welcome to WAeUP.Kofa</h1>"
    14521461msgstr "<h1>Willkommen bei WAeUP.Kofa</h1>"
    14531462
    1454 #: waeup/kofa/browser/pages.py:390
     1463#: waeup/kofa/browser/pages.py:389
    14551464#: waeup/kofa/hostels/browser.py:195
    1456 #: waeup/kofa/students/viewlets.py:163
    1457 #: waeup/kofa/students/viewlets.py:171
    1458 #: waeup/kofa/students/viewlets.py:226
    1459 #: waeup/kofa/students/viewlets.py:243
    1460 #: waeup/kofa/students/viewlets.py:283
     1465#: waeup/kofa/students/viewlets.py:166
     1466#: waeup/kofa/students/viewlets.py:174
     1467#: waeup/kofa/students/viewlets.py:247
     1468#: waeup/kofa/students/viewlets.py:255
     1469#: waeup/kofa/students/viewlets.py:304
    14611470msgid "Manage"
    14621471msgstr "Verwalten"
    14631472
    1464 #: waeup/kofa/browser/pages.py:391
     1473#: waeup/kofa/browser/pages.py:390
    14651474#: waeup/kofa/browser/viewlets.py:180
    14661475msgid "Remove"
     
    14721481msgstr "Benutzerkonto ${a} erfolgreich gelöscht."
    14731482
    1474 #: waeup/kofa/browser/pages.py:430
    1475 #: waeup/kofa/browser/pages.py:432
     1483#: waeup/kofa/browser/pages.py:431
     1484#: waeup/kofa/browser/pages.py:433
    14761485#: waeup/kofa/browser/viewlets.py:515
    14771486msgid "Add user"
     
    14791488
    14801489#. Default: ""
    1481 #: waeup/kofa/browser/pages.py:454
     1490#: waeup/kofa/browser/pages.py:455
    14821491msgid "User account ${a} successfully added."
    14831492msgstr "Benutzerkonto ${a} erfolgreich hinzugefügt."
     
    14941503#. Default: ""
    14951504#: waeup/kofa/browser/pages.py:521
    1496 #: waeup/kofa/students/browser.py:299
     1505#: waeup/kofa/students/browser.py:311
    14971506msgid "Send message to ${a}"
    14981507msgstr "Sende Nachricht an ${a}"
     
    15871596msgstr "Gehe zu Schritt 3"
    15881597
    1589 #: waeup/kofa/browser/pages.py:86
     1598#: waeup/kofa/browser/pages.py:85
    15901599msgid "No local role selected."
    15911600msgstr "Keine lokalen Rollen ausgewählt."
     
    16191628msgid "Perform import"
    16201629msgstr "Import durchführen"
     1630
     1631#. Default: ""
     1632#: waeup/kofa/browser/pdf.py:127
     1633msgid "${footer_text} Page ${num1} of ${num2}"
     1634msgstr "${footer_text} Seite ${num1} of ${num2}"
     1635
     1636#. Default: ""
     1637#: waeup/kofa/browser/pdf.py:336
     1638msgid "Date: ${a}"
     1639msgstr "Datum: ${a}"
    16211640
    16221641#: waeup/kofa/browser/templates/certificatecoursepage.pt:10
     
    17931812msgid "Upload Date"
    17941813msgstr "Hochladedatum"
     1814
     1815#: waeup/kofa/browser/templates/default_waeup_display_form.pt:6
     1816msgid "Uploaded Files"
     1817msgstr "Hochgeladene Dateien"
    17951818
    17961819#: waeup/kofa/browser/templates/departmentmanagepage.pt:101
     
    18311854
    18321855#: waeup/kofa/browser/templates/facultypage.pt:1
    1833 #: waeup/kofa/hostels/browser_templates/containerpage.pt:1
    1834 msgid "There no subobjects registered yet."
     1856msgid "There are no subobjects registered yet."
    18351857msgstr "Es existieren bisher keine Unterobjekte."
    18361858
     1859#: waeup/kofa/browser/templates/fileupload.pt:26
     1860#: waeup/kofa/students/browser_templates/imageupload.pt:20
     1861#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:26
     1862msgid "Max. file size:"
     1863msgstr "Max. Dateigröße:"
     1864
    18371865#: waeup/kofa/browser/templates/loginpage.pt:13
    1838 #: waeup/kofa/browser/templates/usereditformpage.pt:8
     1866#: waeup/kofa/browser/templates/usereditformpage.pt:9
    18391867#: waeup/kofa/students/browser_templates/basepage.pt:14
    1840 #: waeup/kofa/students/browser_templates/basemanagepage.pt:17
     1868#: waeup/kofa/students/browser_templates/basemanagepage.pt:18
    18411869#: waeup/kofa/students/browser_templates/change_password.pt:10
    1842 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:31
    1843 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
     1870#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:32
     1871#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:25
    18441872msgid "Password:"
    18451873msgstr "Passwort:"
     
    18591887msgstr "Wenn Sie ein neuer Student sind und noch kein Benutzerkonto haben, oder Ihr Datensatz gerade frisch  erzeugt wurde, erwerben Sie bitte einen PWD-Zugangscode und initialisieren Sie Ihr Benutzerkonto <strong><a href=\"setpassword\"> hier</a></strong>."
    18601888
    1861 #. Default: "Or simply forgot your student id or password? Then request a new password <strong><a href=\"changepw\"> here</a></strong>."
     1889#. Default: "Or simply forgot your student id, application id or password? Then request a new password <strong><a href=\"sendpw\"> here</a></strong>."
    18621890#: waeup/kofa/browser/templates/loginpage.pt:44
    18631891msgid "login_trouble3"
     
    19101938msgstr "Status"
    19111939
    1912 #: waeup/kofa/browser/templates/staffsitelayout.pt:101
    1913 #: waeup/kofa/browser/templates/studentsitelayout.pt:86
     1940#: waeup/kofa/browser/templates/staffsitelayout.pt:102
     1941#: waeup/kofa/browser/templates/studentsitelayout.pt:87
    19141942msgid "Form Status:"
    19151943msgstr "Formularstatus:"
    19161944
    1917 #: waeup/kofa/browser/templates/staffsitelayout.pt:114
    1918 #: waeup/kofa/browser/templates/studentsitelayout.pt:100
     1945#: waeup/kofa/browser/templates/staffsitelayout.pt:115
     1946#: waeup/kofa/browser/templates/studentsitelayout.pt:101
    19191947msgid "Back to top"
    19201948msgstr "Zurück zum Anfang"
    19211949
    1922 #: waeup/kofa/browser/templates/staffsitelayout.pt:116
    1923 #: waeup/kofa/browser/templates/studentsitelayout.pt:102
     1950#: waeup/kofa/browser/templates/staffsitelayout.pt:117
     1951#: waeup/kofa/browser/templates/studentsitelayout.pt:103
    19241952msgid "Kofa - Student Management System"
    19251953msgstr "Kofa - Student Management System"
    19261954
    1927 #: waeup/kofa/browser/templates/staffsitelayout.pt:119
    1928 #: waeup/kofa/browser/templates/studentsitelayout.pt:105
     1955#: waeup/kofa/browser/templates/staffsitelayout.pt:120
     1956#: waeup/kofa/browser/templates/studentsitelayout.pt:106
    19291957msgid "Copyright &copy; WAeUP Group 2008-2012"
    19301958msgstr "Copyright &copy; WAeUP Group 2008-2012"
    19311959
    1932 #: waeup/kofa/browser/templates/staffsitelayout.pt:34
    1933 #: waeup/kofa/browser/templates/studentsitelayout.pt:39
     1960#: waeup/kofa/browser/templates/staffsitelayout.pt:33
     1961#: waeup/kofa/browser/templates/studentsitelayout.pt:38
    19341962msgid "Contact"
    19351963msgstr "Kontakt"
    19361964
    1937 #: waeup/kofa/browser/templates/staffsitelayout.pt:40
    1938 #: waeup/kofa/browser/templates/studentsitelayout.pt:45
     1965#: waeup/kofa/browser/templates/staffsitelayout.pt:39
     1966#: waeup/kofa/browser/templates/studentsitelayout.pt:44
    19391967msgid "Logout"
    19401968msgstr "Ausloggen"
    19411969
    1942 #: waeup/kofa/browser/templates/staffsitelayout.pt:60
     1970#: waeup/kofa/browser/templates/staffsitelayout.pt:61
    19431971msgid "Student Id:"
    19441972msgstr "Studenten Id:"
    19451973
    1946 #: waeup/kofa/browser/templates/staffsitelayout.pt:64
     1974#: waeup/kofa/browser/templates/staffsitelayout.pt:65
    19471975msgid "State:"
    19481976msgstr "Status:"
    19491977
    1950 #: waeup/kofa/browser/templates/usereditformpage.pt:14
    1951 #: waeup/kofa/students/browser_templates/basemanagepage.pt:23
     1978#: waeup/kofa/browser/templates/usereditformpage.pt:15
     1979#: waeup/kofa/students/browser_templates/basemanagepage.pt:24
    19521980#: waeup/kofa/students/browser_templates/change_password.pt:16
    1953 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:37
     1981#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:38
    19541982msgid "Retype password:"
    19551983msgstr "Wiederhole Passwort:"
     
    19641992
    19651993#: waeup/kofa/browser/viewlets.py:383
    1966 #: waeup/kofa/students/viewlets.py:155
     1994#: waeup/kofa/students/viewlets.py:158
    19671995msgid "Send email"
    19681996msgstr "Email versenden"
     
    19832011#: waeup/kofa/browser/viewlets.py:528
    19842012#: waeup/kofa/browser/viewlets.py:536
    1985 msgid "Show batch logs"
    1986 msgstr "Logdateien zeigen"
     2013msgid "Show logs"
     2014msgstr "Logdateien anzeigen"
    19872015
    19882016#: waeup/kofa/browser/viewlets.py:548
     
    20042032#: waeup/kofa/browser/viewlets.py:91
    20052033#: waeup/kofa/browser/viewlets.py:160
    2006 #: waeup/kofa/students/viewlets.py:218
    2007 #: waeup/kofa/students/viewlets.py:356
    2008 #: waeup/kofa/students/viewlets.py:403
     2034#: waeup/kofa/students/viewlets.py:239
     2035#: waeup/kofa/students/viewlets.py:379
     2036#: waeup/kofa/students/viewlets.py:426
    20092037msgid "Edit"
    20102038msgstr "Bearbeiten"
     
    20872115msgid "Block ${a}, Room ${b}, Bed ${c}"
    20882116msgstr "Block ${a}, Raum ${b}, Bett ${c}"
     2117
     2118#: waeup/kofa/hostels/browser_templates/containerpage.pt:1
     2119msgid "There no subobjects registered yet."
     2120msgstr "Es existieren bisher keine Unterobjekte."
    20892121
    20902122#: waeup/kofa/hostels/browser_templates/containerpage.pt:9
     
    21102142msgstr "Betten"
    21112143
    2112 #: waeup/kofa/hostels/hostel.py:180
     2144#: waeup/kofa/hostels/hostel.py:185
    21132145msgid "unreserved"
    21142146msgstr "nicht reserviert"
    21152147
    2116 #: waeup/kofa/hostels/hostel.py:187
     2148#: waeup/kofa/hostels/hostel.py:192
    21172149msgid "reserved"
    21182150msgstr "reserviert"
     
    21472179
    21482180#: waeup/kofa/hostels/interfaces.py:175
    2149 #: waeup/kofa/students/interfaces.py:445
     2181#: waeup/kofa/students/interfaces.py:465
    21502182msgid "Bed Type"
    21512183msgstr "Betttyp"
     
    23042336msgstr "Postgraduierten-Wohnheim"
    23052337
    2306 #: waeup/kofa/interfaces.py:185
     2338#: waeup/kofa/interfaces.py:186
    23072339msgid "Subject"
    23082340msgstr "Fach"
    23092341
    2310 #: waeup/kofa/interfaces.py:189
     2342#: waeup/kofa/interfaces.py:190
    23112343msgid "Grade"
    23122344msgstr "Note"
    23132345
    2314 #: waeup/kofa/interfaces.py:323
     2346#: waeup/kofa/interfaces.py:324
    23152347msgid "Processor name"
    23162348msgstr "Prozessorname"
    23172349
    2318 #: waeup/kofa/interfaces.py:327
    2319 msgid "Import mode"
     2350#: waeup/kofa/interfaces.py:328
     2351msgid "Import Mode"
    23202352msgstr "Importmodus"
    23212353
    2322 #: waeup/kofa/interfaces.py:352
     2354#: waeup/kofa/interfaces.py:353
    23232355msgid "Email Address:"
    23242356msgstr "Emailadresse:"
    23252357
    2326 #: waeup/kofa/interfaces.py:359
     2358#: waeup/kofa/interfaces.py:360
    23272359msgid "Email to:"
    23282360msgstr "Email an:"
    23292361
    2330 #: waeup/kofa/interfaces.py:366
     2362#: waeup/kofa/interfaces.py:367
    23312363msgid "Subject:"
    23322364msgstr "Betreff:"
    23332365
    2334 #: waeup/kofa/interfaces.py:370
     2366#: waeup/kofa/interfaces.py:371
    23352367msgid "Full Name:"
    23362368msgstr "Vollständiger Name:"
    23372369
    2338 #: waeup/kofa/interfaces.py:374
     2370#: waeup/kofa/interfaces.py:375
    23392371msgid "Text:"
    23402372msgstr "Text:"
    23412373
    2342 #: waeup/kofa/interfaces.py:405
     2374#: waeup/kofa/interfaces.py:406
    23432375#: waeup/kofa/browser/templates/departmentmanagepage.pt:97
    23442376#: waeup/kofa/browser/templates/userscontainerpage.pt:4
     
    23502382msgstr "Benutzer Id"
    23512383
    2352 #: waeup/kofa/interfaces.py:410
     2384#: waeup/kofa/interfaces.py:411
    23532385#: waeup/kofa/students/browser_templates/containerpage.pt:33
    23542386#: waeup/kofa/students/browser_templates/containermanagepage.pt:39
     
    23572389msgstr "Vollständiger Name"
    23582390
    2359 #: waeup/kofa/interfaces.py:414
     2391#: waeup/kofa/interfaces.py:415
    23602392msgid "Description/Notice"
    23612393msgstr "Beschreibung/Nachricht"
    23622394
    2363 #: waeup/kofa/interfaces.py:431
     2395#: waeup/kofa/interfaces.py:432
    23642396msgid "Portal roles"
    23652397msgstr "Portalweite Rollen"
    23662398
    2367 #: waeup/kofa/interfaces.py:474
     2399#: waeup/kofa/interfaces.py:477
    23682400msgid "Name of University"
    23692401msgstr "Name der Universität"
    23702402
    2371 #: waeup/kofa/interfaces.py:475
     2403#: waeup/kofa/interfaces.py:478
    23722404msgid "Sample University"
    23732405msgstr "Deomo-Universität"
    23742406
    2375 #: waeup/kofa/interfaces.py:480
     2407#: waeup/kofa/interfaces.py:483
    23762408msgid "Abbreviated Title of University"
    23772409msgstr "Abkürzung"
    23782410
    2379 #: waeup/kofa/interfaces.py:486
     2411#: waeup/kofa/interfaces.py:489
    23802412msgid "Skin"
    23812413msgstr "Skin"
    23822414
    2383 #: waeup/kofa/interfaces.py:493
     2415#: waeup/kofa/interfaces.py:496
    23842416msgid "Content in reST format"
    23852417msgstr "Inhalt in reST-Format"
    23862418
    2387 #: waeup/kofa/interfaces.py:505
     2419#: waeup/kofa/interfaces.py:508
    23882420msgid "Accommodation Booking Session"
    23892421msgstr "Buchungssession"
    23902422
    2391 #: waeup/kofa/interfaces.py:513
     2423#: waeup/kofa/interfaces.py:516
    23922424msgid "Allowed States for Accommodation Booking"
    23932425msgstr "Erlaubte Zustände für das Buchen einer Unterbringung"
    23942426
    2395 #: waeup/kofa/interfaces.py:521
     2427#: waeup/kofa/interfaces.py:524
    23962428msgid "Name of Administrator"
    23972429msgstr "Name des Administrators"
    23982430
    2399 #: waeup/kofa/interfaces.py:527
     2431#: waeup/kofa/interfaces.py:530
    24002432msgid "Email Address of Administrator"
    24012433msgstr "Emailadresse des Administrators"
    24022434
    2403 #: waeup/kofa/interfaces.py:534
     2435#: waeup/kofa/interfaces.py:537
    24042436msgid "Subject of Email to Administrator"
    24052437msgstr "Betreff der Email an Administrator"
    24062438
    2407 #: waeup/kofa/interfaces.py:535
     2439#: waeup/kofa/interfaces.py:538
    24082440msgid "Kofa Contact"
    24092441msgstr "Kofa-Kontakt"
    24102442
    2411 #: waeup/kofa/interfaces.py:540
     2443#: waeup/kofa/interfaces.py:543
    24122444msgid "SMTP mailer to use when sending mail"
    24132445msgstr "SMTP Dienst"
    24142446
    2415 #: waeup/kofa/interfaces.py:547
     2447#: waeup/kofa/interfaces.py:550
    24162448msgid "Captcha used for public registration pages"
    24172449msgstr "Captcha für öffentliche Registrierung"
    24182450
    2419 #: waeup/kofa/interfaces.py:554
     2451#: waeup/kofa/interfaces.py:557
    24202452msgid "Carry-over Course Registration"
    24212453msgstr "Carry-Over-Kursregistrierung"
    24222454
    2423 #: waeup/kofa/interfaces.py:563
    2424 #: waeup/kofa/interfaces.py:621
     2455#: waeup/kofa/interfaces.py:566
     2456#: waeup/kofa/interfaces.py:624
    24252457msgid "Academic Session"
    24262458msgstr "Akademische Session"
    24272459
    2428 #: waeup/kofa/interfaces.py:571
     2460#: waeup/kofa/interfaces.py:574
    24292461#: waeup/kofa/payments/interfaces.py:30
    24302462msgid "School Fee"
    24312463msgstr "Schulgebühr"
    24322464
    2433 #: waeup/kofa/interfaces.py:576
     2465#: waeup/kofa/interfaces.py:579
    24342466msgid "Surcharge Portal Provider"
    24352467msgstr "Gebürhr des Protal-Providers"
    24362468
    2437 #: waeup/kofa/interfaces.py:582
     2469#: waeup/kofa/interfaces.py:585
    24382470msgid "Surcharge Payment Gateway Provider"
    24392471msgstr "Gebühr des Bezahlsystem-Providers"
    24402472
    2441 #: waeup/kofa/interfaces.py:588
     2473#: waeup/kofa/interfaces.py:591
    24422474#: waeup/kofa/payments/interfaces.py:120
    24432475msgid "Surcharge 3"
    24442476msgstr "Zusatzgebühr 3"
    24452477
    2446 #: waeup/kofa/interfaces.py:594
     2478#: waeup/kofa/interfaces.py:597
    24472479msgid "Clearance Fee"
    24482480msgstr "Einschreibungsgebühr"
    24492481
    2450 #: waeup/kofa/interfaces.py:600
     2482#: waeup/kofa/interfaces.py:603
    24512483msgid "Booking Fee"
    24522484msgstr "Buchungsgebühr"
    24532485
    2454 #: waeup/kofa/interfaces.py:606
     2486#: waeup/kofa/interfaces.py:609
    24552487#: waeup/kofa/payments/interfaces.py:36
    24562488msgid "Acceptance Fee"
    24572489msgstr "Zulassungsgebühr"
    24582490
    2459 #: waeup/kofa/interfaces.py:73
     2491#: waeup/kofa/interfaces.py:74
    24602492msgid "clearance started"
    24612493msgstr "Einschreibung begonnen"
    24622494
    2463 #: waeup/kofa/interfaces.py:74
     2495#: waeup/kofa/interfaces.py:75
    24642496msgid "clearance requested"
    24652497msgstr "Einschreibung beantragt"
    24662498
    2467 #: waeup/kofa/interfaces.py:75
     2499#: waeup/kofa/interfaces.py:76
    24682500msgid "cleared"
    24692501msgstr "eingeschrieben"
    24702502
    2471 #: waeup/kofa/interfaces.py:76
     2503#: waeup/kofa/interfaces.py:77
    24722504msgid "school fee paid"
    24732505msgstr "Gebühren bezahlt"
    24742506
    2475 #: waeup/kofa/interfaces.py:77
     2507#: waeup/kofa/interfaces.py:78
    24762508msgid "returning"
    24772509msgstr "rückgemeldet"
    24782510
    2479 #: waeup/kofa/interfaces.py:78
     2511#: waeup/kofa/interfaces.py:79
    24802512msgid "courses registered"
    24812513msgstr "Kurse registriert"
    24822514
    2483 #: waeup/kofa/interfaces.py:79
     2515#: waeup/kofa/interfaces.py:80
    24842516msgid "courses validated"
    24852517msgstr "Kurse validiert"
    24862518
    2487 #: waeup/kofa/objecthistory.py:71
     2519#: waeup/kofa/objecthistory.py:72
    24882520msgid "by"
    24892521msgstr "von"
     
    25712603#: waeup/kofa/payments/interfaces.py:76
    25722604#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:10
    2573 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
    2574 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:51
     2605#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
     2606#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:42
    25752607msgid "Payment Date"
    25762608msgstr "Datum der Zahlung"
     
    25852617
    25862618#. Default: ""
    2587 #: waeup/kofa/students/batching.py:165
     2619#: waeup/kofa/students/batching.py:166
    25882620msgid "State '${a}' set"
    25892621msgstr "Zustand '${a}' gesetzt"
    25902622
    2591 #: waeup/kofa/students/browser.py:1000
     2623#. Default: ""
     2624#: waeup/kofa/students/browser.py:1009
     2625msgid "${a}: Payments"
     2626msgstr "${a}: Zahlungen"
     2627
     2628#: waeup/kofa/students/browser.py:1054
     2629msgid "Add online payment"
     2630msgstr "Ticket für Online-Bezahlung hinzufügen"
     2631
     2632#: waeup/kofa/students/browser.py:1057
    25922633msgid "Create ticket"
    25932634msgstr "Ticket erzeugen"
    25942635
    2595 #: waeup/kofa/students/browser.py:1008
    2596 #: waeup/kofa/students/browser.py:1230
     2636#: waeup/kofa/students/browser.py:1065
     2637#: waeup/kofa/students/browser.py:1292
    25972638msgid "Your current session does not match accommodation session."
    25982639msgstr "Sie sind noch nicht in der Session angekommen, für die aktuell die Bettenbuchung aktiviert ist."
    25992640
    2600 #: waeup/kofa/students/browser.py:1077
     2641#: waeup/kofa/students/browser.py:1075
     2642msgid "Study course data are incomplete."
     2643msgstr "Die Studiengangdaten sind unvollständig."
     2644
     2645#: waeup/kofa/students/browser.py:1139
    26012646msgid "This ticket has already been paid."
    26022647msgstr "Diese Bezahlung wurde bereits ausgeführt."
    26032648
    26042649#. Default: ""
    2605 #: waeup/kofa/students/browser.py:1090
    2606 #: waeup/kofa/students/browser.py:1098
    2607 #: waeup/kofa/students/browser.py:1106
     2650#: waeup/kofa/students/browser.py:1152
     2651#: waeup/kofa/students/browser.py:1160
     2652#: waeup/kofa/students/browser.py:1168
    26082653msgid "Valid callback received. ${a}"
    26092654msgstr "Gültigen Rückruf erhalten. ${a}"
    26102655
    2611 #. Default: ""
    2612 #: waeup/kofa/students/browser.py:1160
     2656#: waeup/kofa/students/browser.py:121
     2657#: waeup/kofa/students/viewlets.py:117
     2658#: waeup/kofa/students/viewlets.py:557
     2659msgid "Study Course"
     2660msgstr "Studiengang"
     2661
     2662#. Default: ""
     2663#: waeup/kofa/students/browser.py:1222
    26132664msgid "${a}: Accommodation"
    26142665msgstr " ${a}: Unterkunft"
    26152666
    2616 #: waeup/kofa/students/browser.py:1172
     2667#: waeup/kofa/students/browser.py:1234
    26172668msgid "You are not allowed to remove bed tickets."
    26182669msgstr "Ihnen ist nicht erlaubt, Betttickets zu entfernen."
    26192670
    2620 #: waeup/kofa/students/browser.py:1179
     2671#: waeup/kofa/students/browser.py:1241
    26212672msgid "No bed ticket selected."
    26222673msgstr "Kein Ticket ausgewählt."
    26232674
    2624 #: waeup/kofa/students/browser.py:119
    2625 #: waeup/kofa/students/viewlets.py:114
    2626 #: waeup/kofa/students/viewlets.py:534
    2627 msgid "Study Course"
    2628 msgstr "Studiengang"
    2629 
    2630 #: waeup/kofa/students/browser.py:1210
     2675#: waeup/kofa/students/browser.py:127
     2676#: waeup/kofa/students/viewlets.py:123
     2677#: waeup/kofa/students/viewlets.py:558
     2678msgid "Payments"
     2679msgstr "Zahlungen"
     2680
     2681#: waeup/kofa/students/browser.py:1272
    26312682msgid "Add bed ticket"
    26322683msgstr "Bettticket hinzufügen"
    26332684
    2634 #: waeup/kofa/students/browser.py:1212
     2685#: waeup/kofa/students/browser.py:1274
    26352686msgid "Create bed ticket"
    26362687msgstr "Bettticket erzeugen"
    26372688
    2638 #: waeup/kofa/students/browser.py:1220
     2689#: waeup/kofa/students/browser.py:1282
    26392690msgid "Your data are incomplete."
    26402691msgstr "Die Daten sind unvollständig."
    26412692
    2642 #: waeup/kofa/students/browser.py:1224
     2693#: waeup/kofa/students/browser.py:1286
    26432694msgid "You are in the wrong registration state."
    26442695msgstr "Sie haben den falschen Status."
    26452696
    2646 #: waeup/kofa/students/browser.py:1235
     2697#: waeup/kofa/students/browser.py:1297
    26472698msgid "You already booked a bed space in current accommodation session."
    26482699msgstr "Sie haben in der aktuellen Session bereits ein Bett gebucht."
    26492700
    2650 #: waeup/kofa/students/browser.py:1246
    2651 #: waeup/kofa/students/browser.py:1543
    2652 #: waeup/kofa/students/browser.py:1656
     2701#: waeup/kofa/students/browser.py:1308
     2702#: waeup/kofa/students/browser.py:1602
     2703#: waeup/kofa/students/browser.py:1721
    26532704msgid "Activation code is invalid."
    26542705msgstr "Aktivierungs-Code ist ungültig."
    26552706
    2656 #: waeup/kofa/students/browser.py:125
    2657 #: waeup/kofa/students/viewlets.py:120
    2658 #: waeup/kofa/students/viewlets.py:535
    2659 msgid "Payments"
    2660 msgstr "Zahlungen"
    2661 
    2662 #. Default: ""
    2663 #: waeup/kofa/students/browser.py:1266
    2664 #: waeup/kofa/students/browser.py:1394
     2707#. Default: ""
     2708#: waeup/kofa/students/browser.py:1328
     2709#: waeup/kofa/students/browser.py:1454
    26652710msgid "There is no free bed in your category ${a}."
    26662711msgstr "In der Kategorie ${a} ist kein Bett mehr frei."
    26672712
    2668 #: waeup/kofa/students/browser.py:1271
    2669 #: waeup/kofa/students/browser.py:1548
    2670 #: waeup/kofa/students/browser.py:1661
     2713#: waeup/kofa/students/browser.py:1333
     2714#: waeup/kofa/students/browser.py:1607
     2715#: waeup/kofa/students/browser.py:1726
    26712716msgid "Activation code has already been used."
    26722717msgstr "Der Aktivierungs-Code wurde bereits verwendet."
    26732718
    2674 #: waeup/kofa/students/browser.py:1274
    2675 #: waeup/kofa/students/browser.py:1551
    2676 #: waeup/kofa/students/browser.py:1664
    2677 #: waeup/kofa/students/browser.py:1923
     2719#: waeup/kofa/students/browser.py:1336
     2720#: waeup/kofa/students/browser.py:1610
     2721#: waeup/kofa/students/browser.py:1729
     2722#: waeup/kofa/students/browser.py:1997
    26782723msgid "invalidated"
    26792724msgstr "entwertet"
    26802725
    2681 #: waeup/kofa/students/browser.py:1279
    2682 #: waeup/kofa/students/browser.py:1555
    2683 #: waeup/kofa/students/browser.py:1669
     2726#: waeup/kofa/students/browser.py:1341
     2727#: waeup/kofa/students/browser.py:1614
     2728#: waeup/kofa/students/browser.py:1734
    26842729msgid "You are not the owner of this access code."
    26852730msgstr "Sie sind nicht der Eigentümer dieses Zugangscodes."
    26862731
    26872732#. Default: ""
    2688 #: waeup/kofa/students/browser.py:1290
    2689 #: waeup/kofa/students/browser.py:1408
     2733#: waeup/kofa/students/browser.py:1352
     2734#: waeup/kofa/students/browser.py:1468
    26902735msgid "${a}, Block ${b}, Room ${c}, Bed ${d} (${e})"
    26912736msgstr "${a}, Block ${b}, Raum ${c}, Bett ${d} (${e})"
    26922737
    26932738#. Default: ""
    2694 #: waeup/kofa/students/browser.py:1299
     2739#: waeup/kofa/students/browser.py:1361
    26952740msgid "Bed ticket created and bed booked: ${a}"
    26962741msgstr "Bettticket erzeugt und Bett gebucht: ${a}"
    26972742
    26982743#. Default: ""
    2699 #: waeup/kofa/students/browser.py:1317
     2744#: waeup/kofa/students/browser.py:1377
    27002745msgid "Bed Ticket for Session ${a}"
    27012746msgstr "Bett-Ticket für Session ${a}"
    27022747
    2703 #: waeup/kofa/students/browser.py:1333
     2748#: waeup/kofa/students/browser.py:1393
    27042749msgid "Bed Allocation Data"
    27052750msgstr "Bettenzuweisungsdaten"
    27062751
    2707 #: waeup/kofa/students/browser.py:1339
     2752#: waeup/kofa/students/browser.py:1399
    27082753msgid "Bed Allocation: "
    27092754msgstr "Bettenzuweisung"
    27102755
    2711 #: waeup/kofa/students/browser.py:1366
     2756#: waeup/kofa/students/browser.py:142
     2757#: waeup/kofa/students/viewlets.py:129
     2758msgid "Accommodation"
     2759msgstr "Unterkunft"
     2760
     2761#: waeup/kofa/students/browser.py:1426
    27122762msgid "Students in reserved beds can't be relocated."
    27132763msgstr "Studenten in reservierten Betten können nicht umgezogen werden."
    27142764
    2715 #: waeup/kofa/students/browser.py:1372
     2765#: waeup/kofa/students/browser.py:1432
    27162766msgid "Student can't be relocated."
    27172767msgstr "Studen konnte nicht umgezogen werden."
    27182768
    2719 #: waeup/kofa/students/browser.py:140
    2720 #: waeup/kofa/students/viewlets.py:126
    2721 msgid "Accommodation"
    2722 msgstr "Unterkunft"
    2723 
    2724 #. Default: ""
    2725 #: waeup/kofa/students/browser.py:1415
     2769#. Default: ""
     2770#: waeup/kofa/students/browser.py:1475
    27262771msgid "Student relocated: ${a}"
    27272772msgstr "Student umgezogen: ${a}"
    27282773
    27292774#. Default: ""
    2730 #: waeup/kofa/students/browser.py:1434
     2775#: waeup/kofa/students/browser.py:1494
    27312776msgid "${a}: History"
    27322777msgstr "${a}: Historie"
    27332778
    2734 #: waeup/kofa/students/browser.py:1447
     2779#: waeup/kofa/students/browser.py:1506
    27352780msgid "Edit base data"
    27362781msgstr "Basisdaten editieren"
    27372782
    2738 #: waeup/kofa/students/browser.py:1462
    2739 #: waeup/kofa/students/viewlets.py:365
     2783#. Default: ""
     2784#: waeup/kofa/students/browser.py:151
     2785msgid "Bed Ticket ${a}"
     2786msgstr "Bett-Ticket ${a}"
     2787
     2788#: waeup/kofa/students/browser.py:1521
     2789#: waeup/kofa/students/viewlets.py:388
    27402790msgid "Change password"
    27412791msgstr "Passwort ändern"
    27422792
    2743 #: waeup/kofa/students/browser.py:1476
     2793#: waeup/kofa/students/browser.py:1535
    27442794msgid "Password changed."
    27452795msgstr "Passwort geändert"
    27462796
    2747 #: waeup/kofa/students/browser.py:1488
     2797#: waeup/kofa/students/browser.py:1547
    27482798msgid "Upload portrait"
    27492799msgstr "Portrait hochladen"
    27502800
    2751 #. Default: ""
    2752 #: waeup/kofa/students/browser.py:149
    2753 msgid "Bed Ticket ${a}"
    2754 msgstr "Bett-Ticket ${a}"
    2755 
    2756 #: waeup/kofa/students/browser.py:1503
    2757 #: waeup/kofa/students/viewlets.py:389
     2801#: waeup/kofa/students/browser.py:1562
     2802#: waeup/kofa/students/viewlets.py:412
    27582803#: waeup/kofa/students/workflow.py:44
    27592804msgid "Start clearance"
    27602805msgstr "Einschreibung starten"
    27612806
    2762 #: waeup/kofa/students/browser.py:1507
     2807#: waeup/kofa/students/browser.py:1566
    27632808msgid "Start clearance now"
    27642809msgstr "Einschreibung jetzt starten"
    27652810
    2766 #: waeup/kofa/students/browser.py:1524
    2767 #: waeup/kofa/students/browser.py:1645
     2811#: waeup/kofa/students/browser.py:1583
     2812#: waeup/kofa/students/browser.py:1710
    27682813msgid "Wrong state"
    27692814msgstr "Falscher Status"
    27702815
    2771 #: waeup/kofa/students/browser.py:1528
     2816#: waeup/kofa/students/browser.py:1587
    27722817msgid "No portrait uploaded."
    27732818msgstr "Es wurde kein Passbild hochgeladen."
    27742819
    2775 #: waeup/kofa/students/browser.py:1532
     2820#: waeup/kofa/students/browser.py:1591
    27762821msgid "Not all required fields filled."
    27772822msgstr "Es wurden nicht alle Pflichtfelder ausgefüllt."
    27782823
    2779 #: waeup/kofa/students/browser.py:1559
     2824#: waeup/kofa/students/browser.py:1618
    27802825msgid "Clearance process has been started."
    27812826msgstr "Einschreibung wurde gestartet"
    27822827
    2783 #: waeup/kofa/students/browser.py:1571
     2828#: waeup/kofa/students/browser.py:1628
    27842829msgid "Edit clearance data"
    27852830msgstr "Bearbeite Einschreibungsdaten"
    27862831
    2787 #: waeup/kofa/students/browser.py:1583
    2788 #: waeup/kofa/students/browser.py:1597
     2832#: waeup/kofa/students/browser.py:1648
     2833#: waeup/kofa/students/browser.py:1662
    27892834msgid "Clearance form has been saved."
    27902835msgstr "Einschreibungsdaten wurden gespeichert."
    27912836
    2792 #: waeup/kofa/students/browser.py:1591
     2837#: waeup/kofa/students/browser.py:1656
    27932838msgid "Save and request clearance"
    27942839msgstr "Speichern und Einschreibung beantragen"
    27952840
    2796 #: waeup/kofa/students/browser.py:1606
     2841#: waeup/kofa/students/browser.py:1671
    27972842#: waeup/kofa/students/workflow.py:58
    27982843msgid "Request clearance"
    27992844msgstr "Einschreibung beantragen"
    28002845
    2801 #: waeup/kofa/students/browser.py:1607
     2846#: waeup/kofa/students/browser.py:1672
    28022847msgid "Enter the CLR access code used for starting clearance."
    28032848msgstr "Geben Sie den CLR-Zugangscode ein, den Sie zum Starten der Einschreibung verwendet haben."
    28042849
    2805 #: waeup/kofa/students/browser.py:1610
     2850#: waeup/kofa/students/browser.py:1675
    28062851msgid "Request clearance now"
    28072852msgstr "Einschreibung beantragen"
    28082853
    2809 #: waeup/kofa/students/browser.py:1619
     2854#: waeup/kofa/students/browser.py:1684
    28102855msgid "This isn't your CLR access code."
    28112856msgstr "Dies ist nicht Ihr CLR-Zugangscode"
    28122857
    2813 #: waeup/kofa/students/browser.py:1628
     2858#: waeup/kofa/students/browser.py:1693
    28142859msgid "Clearance has been requested."
    28152860msgstr "Einschreibung wurde beantragt."
    28162861
    2817 #: waeup/kofa/students/browser.py:1637
    2818 #: waeup/kofa/students/viewlets.py:418
     2862#: waeup/kofa/students/browser.py:170
     2863msgid "Student Section"
     2864msgstr "Studenten"
     2865
     2866#: waeup/kofa/students/browser.py:1702
     2867#: waeup/kofa/students/viewlets.py:441
    28192868msgid "Start course registration"
    28202869msgstr "Kurseregistrierung starten"
    28212870
    2822 #: waeup/kofa/students/browser.py:1641
     2871#: waeup/kofa/students/browser.py:1706
    28232872msgid "Start course registration now"
    28242873msgstr "Kursregistrierung jetzt starten"
    28252874
    2826 #: waeup/kofa/students/browser.py:1677
     2875#: waeup/kofa/students/browser.py:1742
    28272876msgid "Course registration has been started."
    28282877msgstr "Kursregistrierung wurde gestartet."
    28292878
    2830 #: waeup/kofa/students/browser.py:168
    2831 msgid "Student Section"
    2832 msgstr "Studenten"
    2833 
    2834 #. Default: ""
    2835 #: waeup/kofa/students/browser.py:1696
     2879#. Default: ""
     2880#: waeup/kofa/students/browser.py:1761
    28362881msgid "Add current level ${a}"
    28372882msgstr "Aktuelles Level ${a} hinzufügen"
    28382883
    2839 #: waeup/kofa/students/browser.py:1705
     2884#: waeup/kofa/students/browser.py:1770
    28402885msgid "Create course list now"
    28412886msgstr "Kursliste jetzt erzeugen"
    28422887
    28432888#. Default: ""
    2844 #: waeup/kofa/students/browser.py:1744
     2889#: waeup/kofa/students/browser.py:1809
    28452890msgid "Add and remove course tickets of study level ${a}"
    28462891msgstr "Kurstickets des Levels  ${a} hinzufügen oder löschen"
    28472892
    2848 #: waeup/kofa/students/browser.py:1781
     2893#: waeup/kofa/students/browser.py:1846
    28492894msgid "Register course list"
    28502895msgstr "Registriere Kursliste"
    28512896
    2852 #: waeup/kofa/students/browser.py:1785
     2897#: waeup/kofa/students/browser.py:1850
    28532898msgid "Course list has been registered."
    28542899msgstr "Kurseliste wurde registriert."
    28552900
    2856 #: waeup/kofa/students/browser.py:1831
    2857 msgid "Change my password"
    2858 msgstr "Passwort ändern"
    2859 
    2860 #: waeup/kofa/students/browser.py:184
    2861 #: waeup/kofa/students/browser.py:220
     2901#: waeup/kofa/students/browser.py:186
     2902#: waeup/kofa/students/browser.py:226
    28622903msgid "Empty search string"
    28632904msgstr "Leerer Suchtext"
    28642905
    2865 #: waeup/kofa/students/browser.py:1841
     2906#: waeup/kofa/students/browser.py:1896
     2907msgid "Send me a new password"
     2908msgstr "Neues Passwort zusenden"
     2909
     2910#: waeup/kofa/students/browser.py:1906
    28662911msgid "Get new login credentials"
    28672912msgstr "Zugangsdaten zusenden"
    28682913
    2869 #: waeup/kofa/students/browser.py:1855
    2870 msgid "No student record found."
    2871 msgstr "Keinen Studenten gefunden."
    2872 
    2873 #: waeup/kofa/students/browser.py:1863
     2914#: waeup/kofa/students/browser.py:1923
     2915msgid "Application package not installed."
     2916msgstr "Application package not installed."
     2917
     2918#: waeup/kofa/students/browser.py:1929
     2919msgid "No record found."
     2920msgstr "Keinen Datensatz gefunden."
     2921
     2922#: waeup/kofa/students/browser.py:1937
    28742923msgid "You have successfully changed your password for the"
    28752924msgstr "Sie haben erfolgreich Ihr Passwort geändert für das"
    28762925
    28772926#. Default: ""
    2878 #: waeup/kofa/students/browser.py:1868
     2927#: waeup/kofa/students/browser.py:1942
    28792928msgid "An email with your user name and password has been sent to ${a}."
    28802929msgstr "Eine Email mit Ihren Benutzernamen und Ihrem Passwort wurde versendet an ${a}."
    28812930
    2882 #: waeup/kofa/students/browser.py:1879
     2931#: waeup/kofa/students/browser.py:1953
    28832932msgid "Set password for first-time login"
    28842933msgstr "Passwort setzen"
    28852934
    2886 #: waeup/kofa/students/browser.py:1882
     2935#: waeup/kofa/students/browser.py:1956
    28872936msgid "Set"
    28882937msgstr "Setzen"
    28892938
    2890 #: waeup/kofa/students/browser.py:1897
     2939#: waeup/kofa/students/browser.py:1971
    28912940msgid "More than one student found."
    28922941msgstr "Mehr als einen Studenten gefunden."
    28932942
    2894 #: waeup/kofa/students/browser.py:1905
     2943#: waeup/kofa/students/browser.py:1979
    28952944msgid "Access code is invalid."
    28962945msgstr "Aktivierungs-Code ist ungültig."
    28972946
    28982947#. Default: ""
    2899 #: waeup/kofa/students/browser.py:1908
     2948#: waeup/kofa/students/browser.py:1982
    29002949msgid "Password has already been set. Your Student Id is ${a}"
    29012950msgstr "Passwort wurde bereits gesetzt. Ihre Studenten Id ist ${a}"
    29022951
    2903 #: waeup/kofa/students/browser.py:1914
     2952#: waeup/kofa/students/browser.py:1988
    29042953msgid "Password has already been set. You are using the wrong Access Code."
    29052954msgstr "Passwort wurde bereits gesetzt. Sie verwenden den falschen Aktiwierungs-Code."
    29062955
    2907 #: waeup/kofa/students/browser.py:1920
     2956#: waeup/kofa/students/browser.py:1994
    29082957msgid "Access code has already been used."
    29092958msgstr "Der Aktivierungs-Code wurde bereits verwendet."
    29102959
    29112960#. Default: ""
    2912 #: waeup/kofa/students/browser.py:1929
     2961#: waeup/kofa/students/browser.py:2003
    29132962msgid "Password has been set. Your Student Id is ${a}"
    29142963msgstr "Passwort wurde gesetzt. Ihre Studenten Id ist ${a}"
    29152964
    2916 #: waeup/kofa/students/browser.py:202
    2917 #: waeup/kofa/students/viewlets.py:139
     2965#: waeup/kofa/students/browser.py:208
     2966#: waeup/kofa/students/viewlets.py:142
    29182967msgid "Manage student section"
    29192968msgstr "Studenten verwalten"
    29202969
    2921 #: waeup/kofa/students/browser.py:226
    2922 #: waeup/kofa/students/browser.py:1894
     2970#: waeup/kofa/students/browser.py:238
     2971#: waeup/kofa/students/browser.py:1968
    29232972msgid "No student found."
    29242973msgstr "Keinen Studenten gefunden."
    29252974
    2926 #: waeup/kofa/students/browser.py:253
    2927 #: waeup/kofa/students/viewlets.py:146
     2975#: waeup/kofa/students/browser.py:265
     2976#: waeup/kofa/students/viewlets.py:149
    29282977msgid "Add student"
    29292978msgstr "Student hinzufügen"
    29302979
    2931 #: waeup/kofa/students/browser.py:261
     2980#: waeup/kofa/students/browser.py:273
    29322981msgid "Student record created."
    29332982msgstr "Student erzeugt."
    29342983
    29352984#. Default: ""
    2936 #: waeup/kofa/students/browser.py:277
     2985#: waeup/kofa/students/browser.py:289
    29372986msgid "${a}: Base Data"
    29382987msgstr "${a}: Basisdaten"
    29392988
    2940 #: waeup/kofa/students/browser.py:320
    2941 #: waeup/kofa/students/browser.py:1871
     2989#: waeup/kofa/students/browser.py:332
     2990#: waeup/kofa/students/browser.py:1945
    29422991msgid "An smtp server error occurred."
    29432992msgstr "Es trat ein smtp-Serverfehler auf."
    29442993
    2945 #: waeup/kofa/students/browser.py:332
     2994#: waeup/kofa/students/browser.py:343
    29462995msgid "Manage base data"
    29472996msgstr "Basisdaten verwalten"
    29482997
    29492998#. Default: ""
    2950 #: waeup/kofa/students/browser.py:407
     2999#: waeup/kofa/students/browser.py:423
    29513000msgid "${a}: Clearance Data"
    29523001msgstr "${a}: Einschreibungsdaten"
    29533002
    2954 #: waeup/kofa/students/browser.py:423
    2955 #: waeup/kofa/students/viewlets.py:104
    2956 #: waeup/kofa/students/viewlets.py:532
     3003#: waeup/kofa/students/browser.py:446
     3004#: waeup/kofa/students/viewlets.py:107
     3005#: waeup/kofa/students/viewlets.py:555
    29573006#: waeup/kofa/students/browser_templates/clearanceeditpage.pt:6
    29583007msgid "Clearance Data"
    29593008msgstr "Einschreibungsdaten"
    29603009
    2961 #: waeup/kofa/students/browser.py:429
     3010#: waeup/kofa/students/browser.py:452
    29623011msgid "Clearance Slip of "
    29633012msgstr "Einschreibungsbeleg für"
    29643013
    2965 #: waeup/kofa/students/browser.py:449
     3014#: waeup/kofa/students/browser.py:471
    29663015msgid "Manage clearance data"
    29673016msgstr "Verwalte Einschreibungsdaten"
    29683017
    2969 #: waeup/kofa/students/browser.py:478
     3018#: waeup/kofa/students/browser.py:512
    29703019msgid "Student has been cleared."
    29713020msgstr "Student wurde eingeschrieben."
    29723021
    2973 #: waeup/kofa/students/browser.py:480
    2974 #: waeup/kofa/students/browser.py:504
     3022#: waeup/kofa/students/browser.py:514
     3023#: waeup/kofa/students/browser.py:538
    29753024msgid "Student is in wrong state."
    29763025msgstr "Student hat den falschen Status."
    29773026
    2978 #: waeup/kofa/students/browser.py:497
     3027#: waeup/kofa/students/browser.py:531
    29793028msgid "Clearance has been annulled."
    29803029msgstr "Einschreibung wurde annulliert."
    29813030
    2982 #: waeup/kofa/students/browser.py:501
     3031#: waeup/kofa/students/browser.py:535
    29833032msgid "Clearance request has been rejected."
    29843033msgstr "Einschreibung wurde abgelehnt."
    29853034
    29863035#. Default: ""
    2987 #: waeup/kofa/students/browser.py:527
     3036#: waeup/kofa/students/browser.py:561
    29883037msgid "${a}: Personal Data"
    29893038msgstr "${a}: Persönliche Daten"
    29903039
    2991 #: waeup/kofa/students/browser.py:537
    2992 msgid "Manage personal data"
    2993 msgstr "Persönliche Daten verwalten"
    2994 
    2995 #. Default: ""
    2996 #: waeup/kofa/students/browser.py:557
     3040#: waeup/kofa/students/browser.py:571
     3041msgid "Edit personal data"
     3042msgstr "Persönliche Daten bearbeiten"
     3043
     3044#. Default: ""
     3045#: waeup/kofa/students/browser.py:591
    29973046msgid "${a}: Study Course"
    29983047msgstr "${a}: Studiengang"
    29993048
    3000 #: waeup/kofa/students/browser.py:587
     3049#: waeup/kofa/students/browser.py:621
    30013050msgid "Manage study course"
    30023051msgstr "Studiengang verwalten"
    30033052
    3004 #: waeup/kofa/students/browser.py:590
    3005 #: waeup/kofa/students/browser.py:631
     3053#: waeup/kofa/students/browser.py:624
     3054#: waeup/kofa/students/browser.py:671
    30063055msgid "Remove selected levels"
    30073056msgstr "Ausgewählte Levels  löschen"
    30083057
    3009 #: waeup/kofa/students/browser.py:591
    3010 #: waeup/kofa/students/browser.py:617
     3058#: waeup/kofa/students/browser.py:625
     3059#: waeup/kofa/students/browser.py:657
    30113060msgid "Add study level"
    30123061msgstr "Level  hinzufügen"
    30133062
    3014 #: waeup/kofa/students/browser.py:625
     3063#: waeup/kofa/students/browser.py:645
     3064msgid "Current level not available for certificate."
     3065msgstr "Das Studienjaht ist "
     3066
     3067#: waeup/kofa/students/browser.py:665
    30153068msgid "Study level has been added."
    30163069msgstr "Level wurde hinzugefügt."
    30173070
    3018 #: waeup/kofa/students/browser.py:627
    3019 #: waeup/kofa/students/browser.py:1714
     3071#: waeup/kofa/students/browser.py:667
     3072#: waeup/kofa/students/browser.py:1779
    30203073msgid "This level exists."
    30213074msgstr "Dieses Level existiert."
    30223075
    3023 #: waeup/kofa/students/browser.py:637
     3076#: waeup/kofa/students/browser.py:677
    30243077msgid "No study level selected."
    30253078msgstr "Kein Level ausgewählt."
    30263079
    30273080#. Default: ""
    3028 #: waeup/kofa/students/browser.py:673
     3081#: waeup/kofa/students/browser.py:728
    30293082msgid "${a}: Study Level ${b}"
    30303083msgstr "${a}: Level ${b}"
    30313084
    3032 #: waeup/kofa/students/browser.py:696
     3085#: waeup/kofa/students/browser.py:751
    30333086msgid "Level Data"
    30343087msgstr "Leveldaten"
    30353088
    3036 #: waeup/kofa/students/browser.py:702
     3089#: waeup/kofa/students/browser.py:757
    30373090msgid "Course List"
    30383091msgstr "Kursliste"
    30393092
    3040 #: waeup/kofa/students/browser.py:711
    3041 msgid "Course Registration Slip  "
     3093#: waeup/kofa/students/browser.py:766
     3094msgid "Course Registration Slip"
    30423095msgstr "Kursregistrierungsbeleg"
    30433096
    3044 #: waeup/kofa/students/browser.py:717
     3097#: waeup/kofa/students/browser.py:772
    30453098#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:35
    30463099#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:12
     
    30493102msgstr "Sem."
    30503103
    3051 #: waeup/kofa/students/browser.py:720
     3104#: waeup/kofa/students/browser.py:775
    30523105#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:38
    30533106#: waeup/kofa/students/browser_templates/studylevelpage.pt:36
     
    30553108msgstr "Dept."
    30563109
    3057 #: waeup/kofa/students/browser.py:721
     3110#: waeup/kofa/students/browser.py:776
    30583111#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:16
    30593112msgid "Faculty"
    30603113msgstr "Fakultät"
    30613114
    3062 #: waeup/kofa/students/browser.py:722
     3115#: waeup/kofa/students/browser.py:777
    30633116#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:40
    30643117#: waeup/kofa/students/browser_templates/studylevelpage.pt:38
     
    30663119msgstr "Cred."
    30673120
    3068 #: waeup/kofa/students/browser.py:723
     3121#: waeup/kofa/students/browser.py:778
    30693122#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:41
    30703123#: waeup/kofa/students/browser_templates/studylevelpage.pt:39
     
    30723125msgstr "Pflicht"
    30733126
    3074 #: waeup/kofa/students/browser.py:724
    3075 #: waeup/kofa/students/interfaces.py:389
     3127#: waeup/kofa/students/browser.py:779
     3128#: waeup/kofa/students/interfaces.py:409
    30763129#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:42
    30773130#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:18
     
    30803133msgstr "Score"
    30813134
    3082 #: waeup/kofa/students/browser.py:752
    3083 #: waeup/kofa/students/browser.py:781
    3084 #: waeup/kofa/students/browser.py:866
    3085 #: waeup/kofa/students/browser.py:871
    3086 #: waeup/kofa/students/browser.py:1754
    3087 #: waeup/kofa/students/browser.py:1804
     3135#: waeup/kofa/students/browser.py:808
     3136#: waeup/kofa/students/browser.py:837
     3137#: waeup/kofa/students/browser.py:922
     3138#: waeup/kofa/students/browser.py:927
     3139#: waeup/kofa/students/browser.py:1819
     3140#: waeup/kofa/students/browser.py:1869
    30883141msgid "Add course ticket"
    30893142msgstr "Kursticket hinzufügen"
    30903143
    30913144#. Default: ""
    3092 #: waeup/kofa/students/browser.py:773
     3145#: waeup/kofa/students/browser.py:829
    30933146msgid "Manage study level ${a}"
    30943147msgstr "Verwalte Level  ${a}"
    30953148
    3096 #: waeup/kofa/students/browser.py:791
    3097 #: waeup/kofa/students/browser.py:1764
     3149#: waeup/kofa/students/browser.py:847
     3150#: waeup/kofa/students/browser.py:1829
    30983151msgid "No ticket selected."
    30993152msgstr "Kein Ticket ausgewählt."
    31003153
    3101 #: waeup/kofa/students/browser.py:815
    3102 #: waeup/kofa/students/browser.py:837
     3154#: waeup/kofa/students/browser.py:871
     3155#: waeup/kofa/students/browser.py:893
    31033156msgid "This level does not correspond current level."
    31043157msgstr "Dieses Level stimmt nicht mit dem aktuellen Studienjahr des Studenten überein."
    31053158
    3106 #: waeup/kofa/students/browser.py:819
     3159#: waeup/kofa/students/browser.py:875
    31073160msgid "Course list has been validated."
    31083161msgstr "Kurseliste wurde validiert."
    31093162
    3110 #: waeup/kofa/students/browser.py:821
    3111 #: waeup/kofa/students/browser.py:849
     3163#: waeup/kofa/students/browser.py:877
     3164#: waeup/kofa/students/browser.py:905
    31123165msgid "Student is in the wrong state."
    31133166msgstr "Student hat den falschen Status."
    31143167
    3115 #: waeup/kofa/students/browser.py:842
     3168#: waeup/kofa/students/browser.py:898
    31163169msgid "Course list request has been annulled."
    31173170msgstr "Kursregistrierung wurde annulliert."
    31183171
    3119 #: waeup/kofa/students/browser.py:846
     3172#: waeup/kofa/students/browser.py:902
    31203173msgid "Course list request has been rejected:"
    31213174msgstr "Kursregistrierung wurde abgelehnt."
    31223175
    3123 #: waeup/kofa/students/browser.py:886
    3124 #: waeup/kofa/students/browser.py:1817
     3176#: waeup/kofa/students/browser.py:943
     3177#: waeup/kofa/students/browser.py:1882
    31253178msgid "The ticket exists."
    31263179msgstr "Das Ticket existiert."
    31273180
    31283181#. Default: ""
    3129 #: waeup/kofa/students/browser.py:888
    3130 #: waeup/kofa/students/browser.py:1819
     3182#: waeup/kofa/students/browser.py:945
     3183#: waeup/kofa/students/browser.py:1884
    31313184msgid "Successfully added ${a}."
    31323185msgstr "Erfolgreich hinzugefügt: ${a}"
    31333186
    31343187#. Default: ""
    3135 #: waeup/kofa/students/browser.py:909
     3188#: waeup/kofa/students/browser.py:966
    31363189msgid "${a}: Course Ticket ${b}"
    31373190msgstr "${a}: Kursticket ${b}"
    31383191
    31393192#. Default: ""
    3140 #: waeup/kofa/students/browser.py:925
     3193#: waeup/kofa/students/browser.py:982
    31413194msgid "Manage course ticket ${a}"
    31423195msgstr "Verwalte Kursticket ${a}"
    3143 
    3144 #. Default: ""
    3145 #: waeup/kofa/students/browser.py:952
    3146 msgid "${a}: Payments"
    3147 msgstr "${a}: Zahlungen"
    3148 
    3149 #: waeup/kofa/students/browser.py:997
    3150 msgid "Add online payment"
    3151 msgstr "Ticket für Online-Bezahlung hinzufügen"
    31523196
    31533197#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:11
     
    31553199msgstr "Betten-Kategorie"
    31563200
    3157 #: waeup/kofa/students/browser_templates/basemanagepage.pt:29
     3201#: waeup/kofa/students/browser_templates/basemanagepage.pt:30
    31583202msgid "Registration Transition:"
    31593203msgstr "Zustandsänderung der Registrierung:"
    3160 
    3161 #. Default: "Please solve the captcha<br />to prevent misuse of this service:"
    3162 #: waeup/kofa/students/browser_templates/changepw.pt:8
    3163 msgid "solve_captcha"
    3164 msgstr "Bitte helfen Sie uns, Missbrauch des Dienstes zu vermeiden, indem Sie das folgende Captcha lösen:"
    31653204
    31663205#: waeup/kofa/students/browser_templates/clearanceeditpage.pt:8
     
    32113250#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:14
    32123251#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:25
    3213 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
    3214 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:54
     3252#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:89
     3253#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:45
    32153254msgid "State"
    32163255msgstr "Status"
     
    32313270msgstr "mit Name"
    32323271
     3272#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
     3273#: waeup/kofa/students/browser_templates/studycoursepage.pt:39
     3274msgid "Faculty:"
     3275msgstr "Fakultät:"
     3276
     3277#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
     3278#: waeup/kofa/students/browser_templates/studycoursepage.pt:28
     3279msgid "Department:"
     3280msgstr "Department:"
     3281
    32333282#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:31
    32343283msgid "Semester:"
     
    32473296msgstr "Aktivierungs-Code:"
    32483297
    3249 #: waeup/kofa/students/browser_templates/imageupload.pt:20
    3250 #: waeup/kofa/students/browser_templates/fileupload.pt:26
    3251 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:25
    3252 msgid "Max. file size:"
    3253 msgstr "Max. Dateigröße:"
    3254 
    32553298#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:11
    3256 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:85
    3257 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:52
     3299#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
     3300#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
    32583301msgid "Category"
    32593302msgstr "Kategorie"
    32603303
    32613304#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
    3262 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
    3263 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:53
     3305#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:88
     3306#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:44
    32643307msgid "Item"
    32653308msgstr "Gegenstand"
    32663309
    32673310#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
    3268 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:82
    3269 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:49
     3311#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
     3312#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:40
    32703313msgid "Payment Id"
    32713314msgstr "Zahlungs-Id"
    32723315
    32733316#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    3274 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:83
    3275 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:50
     3317#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:85
     3318#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:41
    32763319msgid "Creation Date"
    32773320msgstr "Erstellungsdatum"
     3321
     3322#. Default: "Enter the email address stored on Kofa. You can't change your email address here. If you've forgotten your email address or the email address stored in Kofa is wrong or no longer valid, use the enquiries form to request a change of address."
     3323#: waeup/kofa/students/browser_templates/sendpassword.pt:19
     3324msgid "email_address_problem"
     3325msgstr "Geben Sie Ihre im System gespeicherte Emailadresse an. Sie können die Adresse auf diesem Wege nicht ändern. Wenn Sie die Adresse vergessen haben oder die Adresse nicht mehr gültig sein sollte, nutzen Sie das Kontaktformular und beantragen Sie einen Adresswechsel."
     3326
     3327#. Default: "Please solve the captcha<br />to prevent misuse of this service:"
     3328#: waeup/kofa/students/browser_templates/sendpassword.pt:8
     3329msgid "solve_captcha"
     3330msgstr "Bitte helfen Sie uns, Missbrauch des Dienstes zu vermeiden, indem Sie das folgende Captcha lösen:"
    32783331
    32793332#: waeup/kofa/students/browser_templates/setpassword.pt:14
     
    33703423msgstr "Bisher wurden keine Tickets hinzugefügt."
    33713424
    3372 #: waeup/kofa/students/interfaces.py:183
    3373 #: waeup/kofa/students/interfaces.py:259
    3374 #: waeup/kofa/students/interfaces.py:498
    3375 msgid "Registration Number"
    3376 msgstr "Regsistrierungsnummer"
    3377 
    3378 #: waeup/kofa/students/interfaces.py:190
    3379 #: waeup/kofa/students/interfaces.py:268
     3425#: waeup/kofa/students/export.py:139
     3426msgid "Student Study Levels"
     3427msgstr "Levels"
     3428
     3429#: waeup/kofa/students/export.py:87
     3430msgid "Student Study Courses"
     3431msgstr "Studiengangdaten"
     3432
     3433#: waeup/kofa/students/interfaces.py:191
     3434#: waeup/kofa/students/interfaces.py:280
    33803435msgid "Matriculation Number"
    33813436msgstr "Matrikelnummer"
    33823437
    3383 #: waeup/kofa/students/interfaces.py:197
     3438#: waeup/kofa/students/interfaces.py:198
    33843439msgid "PWD Activation Code"
    33853440msgstr "PWD-Aktivierungs-Code"
    33863441
    3387 #: waeup/kofa/students/interfaces.py:203
     3442#: waeup/kofa/students/interfaces.py:204
    33883443msgid "Email"
    33893444msgstr "Emailadresse"
    33903445
    3391 #: waeup/kofa/students/interfaces.py:223
     3446#: waeup/kofa/students/interfaces.py:225
    33923447msgid "Clearance form locked"
    33933448msgstr "Einschreibungsformular gesperrt"
    33943449
    3395 #: waeup/kofa/students/interfaces.py:228
     3450#: waeup/kofa/students/interfaces.py:230
    33963451msgid "CLR Activation Code"
    33973452msgstr "CLR-Aktivierungs-Code"
    33983453
    3399 #: waeup/kofa/students/interfaces.py:235
     3454#: waeup/kofa/students/interfaces.py:237
    34003455msgid "Nationality"
    34013456msgstr "Nationalität"
    34023457
    3403 #: waeup/kofa/students/interfaces.py:245
     3458#: waeup/kofa/students/interfaces.py:246
     3459msgid "Employer"
     3460msgstr "Arbeitgeber"
     3461
     3462#: waeup/kofa/students/interfaces.py:256
    34043463msgid "Permanent Address"
    34053464msgstr "Postanschrift"
    34063465
    3407 #: waeup/kofa/students/interfaces.py:277
     3466#: waeup/kofa/students/interfaces.py:289
    34083467#: waeup/kofa/browser/templates/showstudentspage.pt:7
    34093468msgid "Certificate"
    34103469msgstr "Zertifikat"
    34113470
    3412 #: waeup/kofa/students/interfaces.py:283
     3471#: waeup/kofa/students/interfaces.py:295
    34133472msgid "Entry Mode"
    34143473msgstr "Studienmodus bei Einschreibung"
    34153474
    3416 #: waeup/kofa/students/interfaces.py:290
     3475#: waeup/kofa/students/interfaces.py:302
    34173476msgid "Entry Session"
    34183477msgstr "Eingangssession"
    34193478
    3420 #: waeup/kofa/students/interfaces.py:298
    3421 #: waeup/kofa/students/interfaces.py:337
     3479#: waeup/kofa/students/interfaces.py:310
     3480#: waeup/kofa/students/interfaces.py:349
    34223481#: waeup/kofa/browser/templates/showstudentspage.pt:8
    34233482msgid "Current Session"
    34243483msgstr "Aktuelle Session"
    34253484
    3426 #: waeup/kofa/students/interfaces.py:305
    3427 #: waeup/kofa/students/interfaces.py:343
     3485#: waeup/kofa/students/interfaces.py:317
     3486#: waeup/kofa/students/interfaces.py:355
    34283487#: waeup/kofa/browser/templates/showstudentspage.pt:9
    34293488msgid "Current Level"
    34303489msgstr "Aktuelles Level"
    34313490
    3432 #: waeup/kofa/students/interfaces.py:312
    3433 #: waeup/kofa/students/interfaces.py:331
     3491#: waeup/kofa/students/interfaces.py:324
     3492#: waeup/kofa/students/interfaces.py:343
    34343493msgid "Current Verdict"
    34353494msgstr "Aktuelles Verdict"
    34363495
    3437 #: waeup/kofa/students/interfaces.py:319
     3496#: waeup/kofa/students/interfaces.py:331
    34383497msgid "Previous Verdict"
    34393498msgstr "Vorangegangenes Verdict"
    34403499
    3441 #: waeup/kofa/students/interfaces.py:357
    3442 #: waeup/kofa/students/interfaces.py:451
     3500#: waeup/kofa/students/interfaces.py:369
     3501#: waeup/kofa/students/interfaces.py:471
    34433502#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:8
    34443503#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:13
     
    34463505msgstr "Session"
    34473506
    3448 #: waeup/kofa/students/interfaces.py:363
     3507#: waeup/kofa/students/interfaces.py:375
    34493508msgid "Verdict"
    34503509msgstr "Verdict"
    34513510
    3452 #: waeup/kofa/students/interfaces.py:382
     3511#: waeup/kofa/students/interfaces.py:402
    34533512#: waeup/kofa/browser/templates/certificatepage.pt:30
    34543513#: waeup/kofa/browser/templates/certificatemanagepage.pt:33
     
    34563515msgstr "Pflicht"
    34573516
    3458 #: waeup/kofa/students/interfaces.py:396
     3517#: waeup/kofa/students/interfaces.py:416
    34593518msgid "Automatical Creation"
    34603519msgstr "Automatische Erzeugung"
    34613520
    3462 #: waeup/kofa/students/interfaces.py:403
     3521#: waeup/kofa/students/interfaces.py:423
    34633522msgid "Carry-over Course"
    34643523msgstr "Kurs aus vergangenem Studienjahr"
    34653524
    3466 #: waeup/kofa/students/interfaces.py:422
     3525#: waeup/kofa/students/interfaces.py:442
    34673526#: waeup/kofa/university/interfaces.py:299
    34683527#: waeup/kofa/browser/templates/certificatepage.pt:29
     
    34713530msgstr "Kurs"
    34723531
    3473 #: waeup/kofa/students/interfaces.py:439
     3532#: waeup/kofa/students/interfaces.py:459
    34743533#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:10
    34753534msgid "Bed Coordinates"
    34763535msgstr "Bettkoordinaten"
    34773536
    3478 #: waeup/kofa/students/interfaces.py:458
     3537#: waeup/kofa/students/interfaces.py:478
    34793538#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:9
    34803539msgid "Booking Date"
    34813540msgstr "Buchungsdatum"
    34823541
    3483 #: waeup/kofa/students/interfaces.py:464
     3542#: waeup/kofa/students/interfaces.py:484
    34843543msgid "Booking Activation Code"
    34853544msgstr "Aktivierungs-Code der Buchung"
    34863545
    3487 #. Default: ""
    3488 #: waeup/kofa/students/utils.py:167
     3546#: waeup/kofa/students/utils.py:182
     3547msgid "Scanned Documents"
     3548msgstr "Gescannte Dokumente"
     3549
     3550#: waeup/kofa/students/utils.py:190
     3551msgid "(not provided)"
     3552msgstr "(nicht hochgeladen)"
     3553
     3554#. Default: ""
     3555#: waeup/kofa/students/utils.py:218
    34893556msgid "<font size=10>${a} Page ${b} of ${c}</font>"
    34903557msgstr "<font size=10>${a}, Seite ${b} von ${c}</font>"
    34913558
    3492 #: waeup/kofa/students/utils.py:298
    3493 #: waeup/kofa/students/viewlets.py:71
    3494 #: waeup/kofa/students/viewlets.py:99
    3495 #: waeup/kofa/students/browser_templates/basemanagepage.pt:6
     3559#: waeup/kofa/students/utils.py:333
     3560#: waeup/kofa/students/viewlets.py:74
     3561#: waeup/kofa/students/viewlets.py:102
     3562#: waeup/kofa/students/browser_templates/basemanagepage.pt:7
    34963563msgid "Base Data"
    34973564msgstr "Basisdaten"
    34983565
    3499 #: waeup/kofa/students/utils.py:329
    3500 msgid "Scanned Documents"
    3501 msgstr "Gescannte Dokumente"
    3502 
    3503 #: waeup/kofa/students/utils.py:382
     3566#: waeup/kofa/students/utils.py:368
    35043567msgid "(not yet)"
    35053568msgstr "(noch nicht zugewiesen)"
    35063569
    3507 #: waeup/kofa/students/viewlets.py:109
    3508 #: waeup/kofa/students/viewlets.py:533
     3570#: waeup/kofa/students/viewlets.py:112
     3571#: waeup/kofa/students/viewlets.py:556
    35093572msgid "Personal Data"
    35103573msgstr "Persönliche Daten"
    35113574
    3512 #: waeup/kofa/students/viewlets.py:131
    3513 #: waeup/kofa/students/viewlets.py:537
     3575#: waeup/kofa/students/viewlets.py:134
     3576#: waeup/kofa/students/viewlets.py:560
    35143577#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:27
    35153578msgid "History"
    35163579msgstr "Historie"
    35173580
    3518 #: waeup/kofa/students/viewlets.py:179
     3581#: waeup/kofa/students/viewlets.py:182
    35193582#: waeup/kofa/students/workflow.py:72
    35203583msgid "Clear student"
    35213584msgstr "Student einschreiben"
    35223585
    3523 #: waeup/kofa/students/viewlets.py:194
     3586#: waeup/kofa/students/viewlets.py:197
    35243587msgid "Reject clearance"
    35253588msgstr "Einschreibung zurückweisen"
    35263589
    3527 #: waeup/kofa/students/viewlets.py:210
     3590#: waeup/kofa/students/viewlets.py:213
    35283591msgid "Download clearance slip"
    35293592msgstr "Einschreibungsbeleg herunterladen"
    35303593
    3531 #: waeup/kofa/students/viewlets.py:235
    3532 msgid "Download course registration slip"
    3533 msgstr "Kurseregistrierungsbeleg herunterladen"
    3534 
    3535 #: waeup/kofa/students/viewlets.py:251
     3594#: waeup/kofa/students/viewlets.py:222
     3595#: waeup/kofa/students/viewlets.py:231
     3596msgid "View"
     3597msgstr "Ansehen"
     3598
     3599#: waeup/kofa/students/viewlets.py:263
    35363600#: waeup/kofa/students/workflow.py:128
    35373601msgid "Validate courses"
    35383602msgstr "Kurse validieren"
    35393603
    3540 #: waeup/kofa/students/viewlets.py:267
     3604#: waeup/kofa/students/viewlets.py:279
    35413605msgid "Reject courses"
    35423606msgstr "Kurseregistrierung zurückweisen"
    35433607
    3544 #: waeup/kofa/students/viewlets.py:330
     3608#: waeup/kofa/students/viewlets.py:296
     3609msgid "Download course registration slip"
     3610msgstr "Kurseregistrierungsbeleg herunterladen"
     3611
     3612#: waeup/kofa/students/viewlets.py:353
    35453613msgid "Book accommodation"
    35463614msgstr "Unterkunft buchen"
    35473615
    3548 #: waeup/kofa/students/viewlets.py:339
     3616#: waeup/kofa/students/viewlets.py:362
    35493617msgid "Download bed allocation slip"
    35503618msgstr "Unterkunftbeleg herunterladen"
    35513619
    3552 #: waeup/kofa/students/viewlets.py:348
     3620#: waeup/kofa/students/viewlets.py:371
    35533621msgid "Relocate student"
    35543622msgstr "Student umziehen"
    35553623
    3556 #: waeup/kofa/students/viewlets.py:374
     3624#: waeup/kofa/students/viewlets.py:397
    35573625msgid "Change portrait"
    35583626msgstr "Porträt ändern"
    35593627
    3560 #: waeup/kofa/students/viewlets.py:432
     3628#: waeup/kofa/students/viewlets.py:455
    35613629msgid "Add course list"
    35623630msgstr "Kursliste hinzufügen"
    35633631
    3564 #: waeup/kofa/students/viewlets.py:450
     3632#: waeup/kofa/students/viewlets.py:473
    35653633msgid "Add and remove courses"
    35663634msgstr "Kurs hinzufügen oder löschen"
    35673635
    3568 #: waeup/kofa/students/viewlets.py:536
     3636#: waeup/kofa/students/viewlets.py:559
    35693637msgid "Accommodation Data"
    35703638msgstr "Unterkunft"
    35713639
    35723640#. Default: ""
    3573 #: waeup/kofa/students/viewlets.py:548
     3641#: waeup/kofa/students/viewlets.py:571
    35743642msgid "${a} deleted."
    35753643msgstr "${a} gelöscht."
    35763644
    3577 #: waeup/kofa/students/viewlets.py:561
     3645#: waeup/kofa/students/viewlets.py:584
    35783646msgid "File name has no extension."
    35793647msgstr "Dateiname hat keine Endung."
    35803648
    3581 #: waeup/kofa/students/viewlets.py:564
     3649#: waeup/kofa/students/viewlets.py:587
    35823650msgid "File name contains more than one dot."
    35833651msgstr "Dateiname enthält mehr als einen Punkt."
    35843652
    35853653#. Default: ""
    3586 #: waeup/kofa/students/viewlets.py:571
     3654#: waeup/kofa/students/viewlets.py:594
    35873655msgid "${a} file extension expected."
    35883656msgstr "${a} Dateiendung erwartet."
    35893657
    35903658#. Default: ""
    3591 #: waeup/kofa/students/viewlets.py:577
     3659#: waeup/kofa/students/viewlets.py:600
    35923660msgid "Only the following extension are allowed: ${a}"
    35933661msgstr "Nur die folgenden Erweiterungen sind erlaubt: ${a}."
    35943662
    3595 #: waeup/kofa/students/viewlets.py:583
     3663#: waeup/kofa/students/viewlets.py:606
    35963664msgid "Uploaded file is too big."
    35973665msgstr "Das hochgeladene Bild ist zu groß!"
    35983666
    35993667#. Default: ""
    3600 #: waeup/kofa/students/viewlets.py:590
     3668#: waeup/kofa/students/viewlets.py:613
    36013669msgid "File ${a} uploaded."
    36023670msgstr "Datei ${a} hochgeladen."
    36033671
    3604 #: waeup/kofa/students/viewlets.py:608
     3672#: waeup/kofa/students/viewlets.py:631
    36053673#: waeup/kofa/browser/templates/datacenterlogspage.pt:10
    36063674#: waeup/kofa/browser/templates/datacenterpage.pt:14
     
    36093677msgstr "Datei"
    36103678
    3611 #: waeup/kofa/students/viewlets.py:609
     3679#: waeup/kofa/students/viewlets.py:632
    36123680msgid "Scan"
    36133681msgstr "Scan"
    36143682
    3615 #: waeup/kofa/students/viewlets.py:632
     3683#: waeup/kofa/students/viewlets.py:655
    36163684msgid "Upload new file"
    36173685msgstr "Neue Datei hochladen"
    36183686
    3619 #: waeup/kofa/students/viewlets.py:633
     3687#: waeup/kofa/students/viewlets.py:656
    36203688msgid "Delete attachment"
    36213689msgstr "Anhang löschen"
    36223690
    3623 #: waeup/kofa/students/viewlets.py:663
     3691#: waeup/kofa/students/viewlets.py:687
    36243692msgid "No local file selected."
    36253693msgstr "Keine lokale Datei ausgewählt."
    36263694
    3627 #: waeup/kofa/students/viewlets.py:677
    3628 #: waeup/kofa/students/browser_templates/basemanagepage.pt:8
     3695#: waeup/kofa/students/viewlets.py:701
     3696#: waeup/kofa/students/browser_templates/basemanagepage.pt:9
    36293697msgid "Passport Picture"
    36303698msgstr "Passbild"
    36313699
    3632 #: waeup/kofa/students/viewlets.py:688
     3700#: waeup/kofa/students/viewlets.py:712
    36333701msgid "Passport Picture (jpg only)"
    36343702msgstr "Passbild (nur jpg)"
    36353703
    3636 #: waeup/kofa/students/viewlets.py:703
    3637 #: waeup/kofa/students/viewlets.py:714
     3704#: waeup/kofa/students/viewlets.py:727
     3705#: waeup/kofa/students/viewlets.py:738
    36383706msgid "Birth Certificate"
    36393707msgstr "Geburtsurkunde"
    36403708
    3641 #: waeup/kofa/students/viewlets.py:704
    3642 #: waeup/kofa/students/viewlets.py:715
     3709#: waeup/kofa/students/viewlets.py:728
     3710#: waeup/kofa/students/viewlets.py:739
    36433711msgid "Birth Certificate Scan"
    36443712msgstr "Geburtsurkunde-Scan"
    36453713
    3646 #: waeup/kofa/students/viewlets.py:724
    3647 #: waeup/kofa/students/viewlets.py:735
     3714#: waeup/kofa/students/viewlets.py:748
     3715#: waeup/kofa/students/viewlets.py:759
    36483716msgid "Acceptance Letter"
    36493717msgstr "Acceptance Letter"
    36503718
    3651 #: waeup/kofa/students/viewlets.py:725
    3652 #: waeup/kofa/students/viewlets.py:736
     3719#: waeup/kofa/students/viewlets.py:749
     3720#: waeup/kofa/students/viewlets.py:760
    36533721msgid "Acceptance Letter Scan"
    36543722msgstr "Acceptance Letter Scan"
    36553723
    3656 #: waeup/kofa/students/viewlets.py:85
     3724#: waeup/kofa/students/viewlets.py:88
    36573725msgid "Application Slip"
    36583726msgstr "Antrag"
    36593727
    3660 #: waeup/kofa/students/vocabularies.py:117
     3728#: waeup/kofa/students/vocabularies.py:116
    36613729msgid "male"
    36623730msgstr "männlich"
    36633731
    3664 #: waeup/kofa/students/vocabularies.py:119
     3732#: waeup/kofa/students/vocabularies.py:118
    36653733msgid "female"
    36663734msgstr "weiblich"
    36673735
    36683736#. Default: ""
    3669 #: waeup/kofa/students/vocabularies.py:77
     3737#: waeup/kofa/students/vocabularies.py:76
    36703738msgid "Error: level id ${value} out of range"
    36713739msgstr "Fehler: level_id ${value} nicht verfügbar"
    36723740
    36733741#. Default: ""
    3674 #: waeup/kofa/students/vocabularies.py:88
     3742#: waeup/kofa/students/vocabularies.py:87
    36753743msgid "${title} 2nd spillover"
    36763744msgstr "${title} / 2. Nachholen"
    36773745
    36783746#. Default: ""
    3679 #: waeup/kofa/students/vocabularies.py:91
     3747#: waeup/kofa/students/vocabularies.py:90
    36803748msgid "${title} 3rd spillover"
    36813749msgstr "${title} / 3. Nachholen"
    36823750
    36833751#. Default: ""
    3684 #: waeup/kofa/students/vocabularies.py:94
     3752#: waeup/kofa/students/vocabularies.py:93
    36853753msgid "${title} 1st spillover"
    36863754msgstr "${title} / 1. Nachholen"
    36873755
    36883756#. Default: ""
    3689 #: waeup/kofa/students/vocabularies.py:96
     3757#: waeup/kofa/students/vocabularies.py:95
    36903758msgid "${title} on 1st probation"
    36913759msgstr "${title} / 1. Wiederholung"
    36923760
    36933761#. Default: ""
    3694 #: waeup/kofa/students/vocabularies.py:98
     3762#: waeup/kofa/students/vocabularies.py:97
    36953763msgid "${title} on 2nd probation"
    36963764msgstr "${title} / 2. Wiederholung"
     
    37013769
    37023770#: waeup/kofa/students/workflow.py:108
    3703 msgid "Student record reset to 'returning'"
    3704 msgstr "Student zurückgesetzt auf 'rückgemeldet'"
     3771#: waeup/kofa/students/workflow.py:143
     3772msgid "Reset to 'returning'"
     3773msgstr "Auf 'rückgemeldet' zurücksetzen"
    37053774
    37063775#: waeup/kofa/students/workflow.py:114
     
    37193788#: waeup/kofa/students/workflow.py:122
    37203789#: waeup/kofa/students/workflow.py:136
    3721 msgid "Student record reset to 'paid'"
    3722 msgstr "Student zurückgesetzt auf 'Gebühren bezahlt'"
     3790msgid "Reset to 'paid'"
     3791msgstr "Auf 'Gebühren bezahlt' zurücksetzen"
    37233792
    37243793#: waeup/kofa/students/workflow.py:129
     
    37303799msgstr "Zurückmelden"
    37313800
    3732 #: waeup/kofa/students/workflow.py:143
    3733 msgid "Returned"
    3734 msgstr "zurückgemeldet"
    3735 
    37363801#: waeup/kofa/students/workflow.py:149
    37373802msgid "Reset to validated"
     
    37393804
    37403805#: waeup/kofa/students/workflow.py:150
    3741 msgid "Student record reset to 'validated'"
    3742 msgstr "Student zurückgesetzt auf 'Kurse validiert'"
     3806msgid "Reset to 'validated'"
     3807msgstr "Auf 'Kurse validiert' zurücksetzen"
    37433808
    37443809#: waeup/kofa/students/workflow.py:22
     
    37593824
    37603825#: waeup/kofa/students/workflow.py:38
    3761 msgid "Student record reset"
    3762 msgstr "Student zurückgesetzt"
     3826msgid "Reset to initial state"
     3827msgstr "Auf 'initialisiert' zurücksetzen"
    37633828
    37643829#: waeup/kofa/students/workflow.py:45
     
    37713836
    37723837#: waeup/kofa/students/workflow.py:52
    3773 msgid "Student record reset to 'admitted'"
    3774 msgstr "Student zurückgesetzt auf 'zugelassen'"
     3838msgid "Reset to 'admitted'"
     3839msgstr "Auf 'zugelassen' zurücksetzen"
    37753840
    37763841#: waeup/kofa/students/workflow.py:59
     
    37853850#: waeup/kofa/students/workflow.py:66
    37863851#: waeup/kofa/students/workflow.py:80
    3787 msgid "Student record reset to 'clearance'"
    3788 msgstr "Student zurückgesetzt auf 'Einschreibung begonnen'"
     3852msgid "Reset to 'clearance'"
     3853msgstr "Auf 'Einschreibung begonnen' zurücksetzen"
    37893854
    37903855#: waeup/kofa/students/workflow.py:73
     
    38073872
    38083873#: waeup/kofa/students/workflow.py:94
    3809 msgid "Student record reset to 'cleared'"
    3810 msgstr "Student zurückgesetzt auf 'eingeschrieben'"
     3874msgid "Reset to 'cleared'"
     3875msgstr "Auf 'eingeschrieben' zurücksetzen"
    38113876
    38123877#: waeup/kofa/university/export.py:102
     
    39424007msgstr "8. Studienjahr"
    39434008
     4009#: waeup/kofa/university/vocabularies.py:38
     4010msgid "900 (Year 9)"
     4011msgstr "9. Studienjahr"
     4012
    39444013#: waeup/kofa/utils/countries.py:10
    39454014msgid "Albania"
     
    42474316
    42484317#: waeup/kofa/utils/countries.py:169
    4249 #: waeup/kofa/utils/utils.py:47
     4318#: waeup/kofa/utils/utils.py:48
    42504319msgid "Nigeria"
    42514320msgstr "Nigeria"
     
    49004969
    49014970#: waeup/kofa/utils/countries.py:90
    4902 #: waeup/kofa/utils/utils.py:46
     4971#: waeup/kofa/utils/utils.py:47
    49034972msgid "Germany"
    49044973msgstr "Deutschland"
     
    49405009msgstr "Guernsey"
    49415010
    4942 #: waeup/kofa/utils/utils.py:149
     5011#: waeup/kofa/utils/utils.py:151
    49435012msgid ""
    49445013"Fullname: ${a}\n"
     
    49565025"${e}\n"
    49575026
    4958 #: waeup/kofa/utils/utils.py:194
     5027#: waeup/kofa/utils/utils.py:201
    49595028msgid ""
    49605029"Dear ${a},\n"
     
    49945063"${c}\n"
    49955064
    4996 #: waeup/kofa/utils/utils.py:48
     5065#: waeup/kofa/utils/utils.py:49
    49975066msgid "U.S."
    49985067msgstr "USA"
    49995068
    5000 #: waeup/kofa/widgets/phonewidget.py:117
     5069#: waeup/kofa/widgets/phonewidget.py:118
    50015070msgid "Empty phone field(s)."
    50025071msgstr "Leere Feld."
    50035072
    5004 #: waeup/kofa/widgets/phonewidget.py:121
     5073#: waeup/kofa/widgets/phonewidget.py:122
    50055074msgid "Int. prefix requires format '+NNN'"
    50065075msgstr "Internationale Vorwahl erwartet: '+NNN'"
    50075076
    5008 #: waeup/kofa/widgets/phonewidget.py:127
     5077#: waeup/kofa/widgets/phonewidget.py:130
    50095078msgid "Phone numbers may contain numbers only."
    50105079msgstr "Telefonnummern dürfen nur Nummern enthalten."
  • main/waeup.kofa/trunk/src/waeup/kofa/locales/en/LC_MESSAGES/waeup.kofa.po

    r7985 r8197  
    1515msgstr ""
    1616"Project-Id-Version: WAeUP.KOFA\n"
    17 "POT-Creation-Date: Mon Mar 26 11:33:10 2012\n"
     17"POT-Creation-Date: Tue Apr 17 16:18:24 2012\n"
    1818"PO-Revision-Date: 2012-03-09 07:17+0100\n"
    1919"Last-Translator: Henrik Bettermann <henrik@waeup.org>\n"
     
    2828"X-Poedit-SourceCharset: utf-8\n"
    2929
    30 #: waeup/kofa/accesscodes/browser.py:100 waeup/kofa/accesscodes/browser.py:113
    31 #: waeup/kofa/applicants/browser.py:79 waeup/kofa/applicants/browser.py:129
    32 #: waeup/kofa/applicants/browser.py:181 waeup/kofa/applicants/browser.py:252
    33 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:336
     30#: waeup/kofa/accesscodes/browser.py:101 waeup/kofa/accesscodes/browser.py:114
     31#: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:131
     32#: waeup/kofa/applicants/browser.py:180 waeup/kofa/applicants/browser.py:249
     33#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:331
    3434#: waeup/kofa/browser/pages.py:507 waeup/kofa/browser/pages.py:712
    3535#: waeup/kofa/browser/pages.py:739 waeup/kofa/browser/pages.py:762
     
    4545#: waeup/kofa/browser/pages.py:1814 waeup/kofa/browser/pages.py:1816
    4646#: waeup/kofa/browser/pages.py:1851 waeup/kofa/browser/pages.py:1902
    47 #: waeup/kofa/browser/pages.py:1954 waeup/kofa/students/browser.py:589
    48 #: waeup/kofa/students/browser.py:590 waeup/kofa/students/browser.py:751
    49 #: waeup/kofa/students/browser.py:753 waeup/kofa/students/browser.py:893
     47#: waeup/kofa/browser/pages.py:1954 waeup/kofa/students/browser.py:623
     48#: waeup/kofa/students/browser.py:624 waeup/kofa/students/browser.py:807
     49#: waeup/kofa/students/browser.py:809 waeup/kofa/students/browser.py:950
    5050msgid "Cancel"
    5151msgstr ""
    5252
    53 #: waeup/kofa/accesscodes/browser.py:102
     53#: waeup/kofa/accesscodes/browser.py:103
    5454msgid "Batch creation cancelled."
    5555msgstr ""
    5656
    57 #: waeup/kofa/accesscodes/browser.py:112
     57#: waeup/kofa/accesscodes/browser.py:113
    5858msgid "Reimport"
    5959msgstr ""
    6060
    61 #: waeup/kofa/accesscodes/browser.py:115
     61#: waeup/kofa/accesscodes/browser.py:116
    6262msgid "Reimport Access Code Batches"
    6363msgstr ""
    6464
    65 #: waeup/kofa/accesscodes/browser.py:120
     65#: waeup/kofa/accesscodes/browser.py:121
    6666msgid "Reimport cancelled."
    6767msgstr ""
    6868
    69 #: waeup/kofa/accesscodes/browser.py:126
     69#: waeup/kofa/accesscodes/browser.py:127
    7070msgid "No file chosen. Action cancelled."
    7171msgstr ""
    7272
    7373#. Default: ""
    74 #: waeup/kofa/accesscodes/browser.py:136
     74#: waeup/kofa/accesscodes/browser.py:137
    7575msgid "This batch already exists: ${a}"
    7676msgstr ""
    7777
    7878#. Default: ""
    79 #: waeup/kofa/accesscodes/browser.py:139
     79#: waeup/kofa/accesscodes/browser.py:140
    8080msgid "Successfully reimported: ${a}"
    8181msgstr ""
    8282
    83 #: waeup/kofa/accesscodes/browser.py:152
     83#: waeup/kofa/accesscodes/browser.py:153
    8484msgid "Search and Manage Access Codes"
    8585msgstr ""
    8686
    87 #: waeup/kofa/accesscodes/browser.py:153 waeup/kofa/browser/pages.py:596
     87#: waeup/kofa/accesscodes/browser.py:154 waeup/kofa/browser/pages.py:596
    8888#: waeup/kofa/browser/pages.py:1146 waeup/kofa/browser/viewlets.py:190
    89 #: waeup/kofa/students/browser.py:169 waeup/kofa/students/browser.py:203
     89#: waeup/kofa/students/browser.py:171 waeup/kofa/students/browser.py:209
    9090msgid "Search"
    9191msgstr ""
    9292
    93 #: waeup/kofa/accesscodes/browser.py:154
     93#: waeup/kofa/accesscodes/browser.py:155
    9494msgid "Disable ACs"
    9595msgstr ""
    9696
    97 #: waeup/kofa/accesscodes/browser.py:155
     97#: waeup/kofa/accesscodes/browser.py:156
    9898msgid "Enable ACs"
    9999msgstr ""
    100100
    101 #: waeup/kofa/accesscodes/browser.py:180 waeup/kofa/accesscodes/workflow.py:39
     101#: waeup/kofa/accesscodes/browser.py:181 waeup/kofa/accesscodes/workflow.py:39
    102102msgid "disabled"
    103103msgstr ""
    104104
    105105#. Default: ""
    106 #: waeup/kofa/accesscodes/browser.py:182
     106#: waeup/kofa/accesscodes/browser.py:183
    107107msgid "${a} disabled."
    108108msgstr ""
    109109
    110110#. Default: ""
    111 #: waeup/kofa/accesscodes/browser.py:186
     111#: waeup/kofa/accesscodes/browser.py:187
    112112msgid "${a}: Disable transition not allowed."
    113113msgstr ""
    114114
    115 #: waeup/kofa/accesscodes/browser.py:190
     115#: waeup/kofa/accesscodes/browser.py:191
    116116msgid "re-enabled"
    117117msgstr ""
    118118
    119119#. Default: ""
    120 #: waeup/kofa/accesscodes/browser.py:192
     120#: waeup/kofa/accesscodes/browser.py:193
    121121msgid "${a} (re-)enabled."
    122122msgstr ""
    123123
    124124#. Default: ""
    125 #: waeup/kofa/accesscodes/browser.py:196
     125#: waeup/kofa/accesscodes/browser.py:197
    126126msgid "${a}: Re-enable transition not allowed."
    127127msgstr ""
    128128
    129 #: waeup/kofa/accesscodes/browser.py:235
     129#: waeup/kofa/accesscodes/browser.py:236
    130130msgid "Add Access Code Batch"
    131131msgstr ""
    132132
    133 #: waeup/kofa/accesscodes/browser.py:244
     133#: waeup/kofa/accesscodes/browser.py:245
    134134msgid "Reimport Access Code Batch"
    135135msgstr ""
    136136
    137 #: waeup/kofa/accesscodes/browser.py:252
     137#: waeup/kofa/accesscodes/browser.py:253
    138138msgid "Search Access Codes"
    139139msgstr ""
    140140
    141 #: waeup/kofa/accesscodes/browser.py:261
     141#: waeup/kofa/accesscodes/browser.py:262
    142142msgid "Access Codes"
    143143msgstr ""
    144144
    145 #: waeup/kofa/accesscodes/browser.py:43
     145#: waeup/kofa/accesscodes/browser.py:44
    146146msgid "Archive"
    147147msgstr ""
    148148
    149 #: waeup/kofa/accesscodes/browser.py:44
     149#: waeup/kofa/accesscodes/browser.py:45
    150150msgid "Archive and delete"
    151151msgstr ""
    152152
    153 #: waeup/kofa/accesscodes/browser.py:46 waeup/kofa/accesscodes/browser.py:206
    154 #: waeup/kofa/accesscodes/browser.py:226
     153#: waeup/kofa/accesscodes/browser.py:47 waeup/kofa/accesscodes/browser.py:207
     154#: waeup/kofa/accesscodes/browser.py:227
    155155msgid "Access Code Batches"
    156156msgstr ""
    157157
    158 #: waeup/kofa/accesscodes/browser.py:53
     158#: waeup/kofa/accesscodes/browser.py:54
    159159msgid "No batch selected."
    160160msgstr ""
    161161
    162162#. Default: ""
    163 #: waeup/kofa/accesscodes/browser.py:61
     163#: waeup/kofa/accesscodes/browser.py:62
    164164msgid "Archived ${a} (${b})"
    165165msgstr ""
    166166
    167167#. Default: ""
    168 #: waeup/kofa/accesscodes/browser.py:68
     168#: waeup/kofa/accesscodes/browser.py:69
    169169msgid "Deleted batch ${a}"
    170170msgstr ""
    171171
    172 #: waeup/kofa/accesscodes/browser.py:77
     172#: waeup/kofa/accesscodes/browser.py:78
    173173msgid "Create Access Code Batch"
    174174msgstr ""
    175175
    176 #: waeup/kofa/accesscodes/browser.py:83
     176#: waeup/kofa/accesscodes/browser.py:84
    177177msgid "Create batch"
    178178msgstr ""
    179179
    180180#. Default: ""
    181 #: waeup/kofa/accesscodes/browser.py:91
     181#: waeup/kofa/accesscodes/browser.py:92
    182182msgid "Batch created (${a} entries)"
    183183msgstr ""
    184184
    185185#. Default: ""
    186 #: waeup/kofa/accesscodes/browser.py:93
     186#: waeup/kofa/accesscodes/browser.py:94
    187187msgid "Data written to ${a}"
    188188msgstr ""
     
    342342msgstr ""
    343343
    344 #: waeup/kofa/applicants/browser.py:116 waeup/kofa/applicants/browser.py:323
    345 #: waeup/kofa/applicants/browser.py:744
     344#: waeup/kofa/applicants/browser.py:118 waeup/kofa/applicants/browser.py:318
     345#: waeup/kofa/applicants/browser.py:714
    346346msgid "Could not delete:"
    347347msgstr ""
    348348
    349349#. Default: ""
    350 #: waeup/kofa/applicants/browser.py:119 waeup/kofa/applicants/browser.py:326
    351 #: waeup/kofa/applicants/browser.py:747 waeup/kofa/browser/pages.py:137
    352 #: waeup/kofa/students/browser.py:241 waeup/kofa/students/browser.py:647
    353 #: waeup/kofa/students/browser.py:801 waeup/kofa/students/browser.py:979
    354 #: waeup/kofa/students/browser.py:1189 waeup/kofa/students/browser.py:1776
     350#: waeup/kofa/applicants/browser.py:121 waeup/kofa/applicants/browser.py:321
     351#: waeup/kofa/applicants/browser.py:717 waeup/kofa/browser/pages.py:136
     352#: waeup/kofa/students/browser.py:253 waeup/kofa/students/browser.py:687
     353#: waeup/kofa/students/browser.py:857 waeup/kofa/students/browser.py:1036
     354#: waeup/kofa/students/browser.py:1251 waeup/kofa/students/browser.py:1841
    355355msgid "Successfully removed: ${a}"
    356356msgstr ""
     
    362362msgstr ""
    363363
    364 #: waeup/kofa/applicants/browser.py:177
     364#: waeup/kofa/applicants/browser.py:176
    365365msgid "Added:"
    366366msgstr ""
    367367
    368 #: waeup/kofa/applicants/browser.py:189 waeup/kofa/applicants/export.py:78
     368#: waeup/kofa/applicants/browser.py:188 waeup/kofa/applicants/export.py:76
    369369#: waeup/kofa/applicants/viewlets.py:44
    370370#: waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt:12
     
    373373msgstr ""
    374374
    375 #: waeup/kofa/applicants/browser.py:252 waeup/kofa/applicants/browser.py:299
    376 #: waeup/kofa/applicants/browser.py:653 waeup/kofa/applicants/browser.py:687
    377 #: waeup/kofa/applicants/browser.py:790 waeup/kofa/applicants/browser.py:793
    378 #: waeup/kofa/applicants/browser.py:837 waeup/kofa/browser/pages.py:480
     375#: waeup/kofa/applicants/browser.py:249 waeup/kofa/applicants/browser.py:294
     376#: waeup/kofa/applicants/browser.py:619 waeup/kofa/applicants/browser.py:657
     377#: waeup/kofa/applicants/browser.py:759 waeup/kofa/applicants/browser.py:762
     378#: waeup/kofa/applicants/browser.py:806 waeup/kofa/browser/pages.py:480
    379379#: waeup/kofa/browser/pages.py:635 waeup/kofa/browser/pages.py:658
    380380#: waeup/kofa/browser/pages.py:732 waeup/kofa/browser/pages.py:1185
     
    384384#: waeup/kofa/browser/pages.py:1835 waeup/kofa/hostels/browser.py:209
    385385#: waeup/kofa/hostels/browser.py:231 waeup/kofa/hostels/browser.py:318
    386 #: waeup/kofa/students/browser.py:358 waeup/kofa/students/browser.py:463
    387 #: waeup/kofa/students/browser.py:540 waeup/kofa/students/browser.py:589
    388 #: waeup/kofa/students/browser.py:605 waeup/kofa/students/browser.py:751
    389 #: waeup/kofa/students/browser.py:776 waeup/kofa/students/browser.py:1450
    390 #: waeup/kofa/students/browser.py:1465 waeup/kofa/students/browser.py:1580
     386#: waeup/kofa/students/browser.py:369 waeup/kofa/students/browser.py:497
     387#: waeup/kofa/students/browser.py:574 waeup/kofa/students/browser.py:623
     388#: waeup/kofa/students/browser.py:639 waeup/kofa/students/browser.py:807
     389#: waeup/kofa/students/browser.py:832 waeup/kofa/students/browser.py:1509
     390#: waeup/kofa/students/browser.py:1524 waeup/kofa/students/browser.py:1645
    391391msgid "Save"
    392392msgstr ""
    393393
    394 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:331
    395 #: waeup/kofa/applicants/browser.py:360
     394#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:326
     395#: waeup/kofa/applicants/browser.py:354
    396396msgid "Add applicant"
    397397msgstr ""
    398398
    399 #: waeup/kofa/applicants/browser.py:263 waeup/kofa/applicants/viewlets.py:95
     399#: waeup/kofa/applicants/browser.py:258 waeup/kofa/applicants/viewlets.py:95
    400400msgid "Manage applicants container"
    401401msgstr ""
    402402
    403 #: waeup/kofa/applicants/browser.py:303 waeup/kofa/applicants/browser.py:716
     403#: waeup/kofa/applicants/browser.py:298 waeup/kofa/applicants/browser.py:686
    404404#: waeup/kofa/browser/pages.py:1444 waeup/kofa/browser/pages.py:1766
    405405#: waeup/kofa/browser/pages.py:1838 waeup/kofa/browser/pages.py:1950
    406 #: waeup/kofa/hostels/browser.py:54 waeup/kofa/students/browser.py:82
    407 #: waeup/kofa/students/browser.py:384
     406#: waeup/kofa/hostels/browser.py:54 waeup/kofa/students/browser.py:84
     407#: waeup/kofa/students/browser.py:395
    408408msgid "Form has been saved."
    409409msgstr ""
    410410
    411 #: waeup/kofa/applicants/browser.py:312
     411#: waeup/kofa/applicants/browser.py:307
    412412msgid "No applicant selected!"
    413413msgstr ""
    414414
    415 #: waeup/kofa/applicants/browser.py:363
     415#: waeup/kofa/applicants/browser.py:357
    416416msgid "Create application record"
    417417msgstr ""
    418418
    419 #: waeup/kofa/applicants/browser.py:368
     419#: waeup/kofa/applicants/browser.py:362
    420420msgid "Applicant record created."
    421421msgstr ""
    422422
    423 #: waeup/kofa/applicants/browser.py:381
     423#: waeup/kofa/applicants/browser.py:376
    424424msgid "Applicant"
    425425msgstr ""
    426426
    427 #: waeup/kofa/applicants/browser.py:396 waeup/kofa/students/browser.py:283
     427#: waeup/kofa/applicants/browser.py:395 waeup/kofa/students/browser.py:295
    428428msgid "set"
    429429msgstr ""
    430430
    431 #: waeup/kofa/applicants/browser.py:397 waeup/kofa/students/browser.py:284
     431#: waeup/kofa/applicants/browser.py:396 waeup/kofa/students/browser.py:296
    432432msgid "unset"
    433433msgstr ""
    434434
    435435#. Default: ""
    436 #: waeup/kofa/applicants/browser.py:402
    437 msgid "${a} Application Record ${b}"
    438 msgstr ""
    439 
    440 #: waeup/kofa/applicants/browser.py:453
     436#: waeup/kofa/applicants/browser.py:401
     437msgid "${a} <br /> Application Record ${b}"
     438msgstr ""
     439
     440#: waeup/kofa/applicants/browser.py:452
    441441msgid "Session configuration object is not available."
    442442msgstr ""
    443443
    444 #: waeup/kofa/applicants/browser.py:460 waeup/kofa/students/browser.py:1028
     444#: waeup/kofa/applicants/browser.py:459 waeup/kofa/students/browser.py:1091
    445445msgid "This type of payment has already been made."
    446446msgstr ""
    447447
    448 #: waeup/kofa/applicants/browser.py:473 waeup/kofa/students/browser.py:1042
     448#: waeup/kofa/applicants/browser.py:472 waeup/kofa/students/browser.py:1105
    449449msgid "Payment ticket created."
    450450msgstr ""
    451451
    452452#. Default: ""
    453 #: waeup/kofa/applicants/browser.py:500 waeup/kofa/students/browser.py:1061
     453#: waeup/kofa/applicants/browser.py:499 waeup/kofa/students/browser.py:1124
    454454msgid "${a}: Online Payment Ticket ${b}"
    455455msgstr ""
    456456
    457 #: waeup/kofa/applicants/browser.py:528 waeup/kofa/students/browser.py:1110
     457#: waeup/kofa/applicants/browser.py:527 waeup/kofa/students/browser.py:1172
    458458msgid "Valid callback received."
    459459msgstr ""
    460460
    461 #: waeup/kofa/applicants/browser.py:549
     461#: waeup/kofa/applicants/browser.py:548
    462462msgid "Payment Data"
    463463msgstr ""
    464464
    465 #: waeup/kofa/applicants/browser.py:555
     465#: waeup/kofa/applicants/browser.py:554
    466466msgid "Online Payment Receipt"
    467467msgstr ""
    468468
    469 #: waeup/kofa/applicants/browser.py:561
     469#: waeup/kofa/applicants/browser.py:560
    470470msgid "Ticket not yet paid."
    471471msgstr ""
    472472
    473 #: waeup/kofa/applicants/browser.py:626
     473#: waeup/kofa/applicants/browser.py:594
    474474msgid "Uploaded image is too big!"
    475475msgstr ""
    476476
    477 #: waeup/kofa/applicants/browser.py:63
     477#: waeup/kofa/applicants/browser.py:599
     478msgid "jpg file extension expected."
     479msgstr ""
     480
     481#: waeup/kofa/applicants/browser.py:619 waeup/kofa/applicants/browser.py:762
     482#: waeup/kofa/applicants/browser.py:814
     483msgid "Final Submit"
     484msgstr ""
     485
     486#: waeup/kofa/applicants/browser.py:620 waeup/kofa/applicants/browser.py:727
     487#: waeup/kofa/applicants/browser.py:760 waeup/kofa/applicants/browser.py:795
     488#: waeup/kofa/students/browser.py:1042
     489msgid "Add online payment ticket"
     490msgstr ""
     491
     492#: waeup/kofa/applicants/browser.py:620 waeup/kofa/applicants/browser.py:732
     493#: waeup/kofa/applicants/browser.py:760 waeup/kofa/applicants/browser.py:763
     494#: waeup/kofa/applicants/browser.py:800 waeup/kofa/students/browser.py:809
     495#: waeup/kofa/students/browser.py:841 waeup/kofa/students/browser.py:1018
     496#: waeup/kofa/students/browser.py:1823
     497msgid "Remove selected tickets"
     498msgstr ""
     499
     500#. Default: ""
     501#: waeup/kofa/applicants/browser.py:643
     502msgid "${a} <br /> Application Form ${b}"
     503msgstr ""
     504
     505#: waeup/kofa/applicants/browser.py:65
    478506msgid "Application Section"
    479507msgstr ""
    480508
    481 #: waeup/kofa/applicants/browser.py:631
    482 msgid "jpg file extension expected."
    483 msgstr ""
    484 
    485 #: waeup/kofa/applicants/browser.py:653 waeup/kofa/applicants/browser.py:793
    486 #: waeup/kofa/applicants/browser.py:845
    487 msgid "Final Submit"
    488 msgstr ""
    489 
    490 #: waeup/kofa/applicants/browser.py:654 waeup/kofa/applicants/browser.py:757
    491 #: waeup/kofa/applicants/browser.py:791 waeup/kofa/applicants/browser.py:826
    492 #: waeup/kofa/students/browser.py:985
    493 msgid "Add online payment ticket"
    494 msgstr ""
    495 
    496 #: waeup/kofa/applicants/browser.py:654 waeup/kofa/applicants/browser.py:762
    497 #: waeup/kofa/applicants/browser.py:791 waeup/kofa/applicants/browser.py:794
    498 #: waeup/kofa/applicants/browser.py:831 waeup/kofa/students/browser.py:753
    499 #: waeup/kofa/students/browser.py:785 waeup/kofa/students/browser.py:961
    500 #: waeup/kofa/students/browser.py:1758
    501 msgid "Remove selected tickets"
    502 msgstr ""
    503 
    504 #. Default: ""
    505 #: waeup/kofa/applicants/browser.py:673
    506 msgid "${a} Application Form ${b}"
    507 msgstr ""
    508 
    509 #: waeup/kofa/applicants/browser.py:684 waeup/kofa/students/browser.py:355
     509#: waeup/kofa/applicants/browser.py:654 waeup/kofa/students/browser.py:366
    510510msgid "No transition"
    511511msgstr ""
    512512
    513 #: waeup/kofa/applicants/browser.py:731 waeup/kofa/students/browser.py:967
     513#: waeup/kofa/applicants/browser.py:701 waeup/kofa/students/browser.py:1024
    514514msgid "No payment selected."
    515515msgstr ""
    516516
    517 #: waeup/kofa/applicants/browser.py:75 waeup/kofa/applicants/viewlets.py:88
     517#: waeup/kofa/applicants/browser.py:77 waeup/kofa/applicants/viewlets.py:88
    518518msgid "Manage application section"
    519519msgstr ""
    520520
    521 #: waeup/kofa/applicants/browser.py:78 waeup/kofa/applicants/browser.py:104
    522 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:306
     521#: waeup/kofa/applicants/browser.py:773 waeup/kofa/students/browser.py:92
     522msgid "The requested form is locked (read-only)."
     523msgstr ""
     524
     525#: waeup/kofa/applicants/browser.py:787
     526msgid "No passport picture uploaded."
     527msgstr ""
     528
     529#: waeup/kofa/applicants/browser.py:789
     530msgid "Passport picture confirmation box not ticked."
     531msgstr ""
     532
     533#: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:106
     534#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:301
    523535#: waeup/kofa/browser/pages.py:638 waeup/kofa/browser/pages.py:679
    524536#: waeup/kofa/browser/pages.py:1324 waeup/kofa/browser/pages.py:1335
    525537#: waeup/kofa/browser/pages.py:1401 waeup/kofa/browser/pages.py:1436
    526 #: waeup/kofa/hostels/browser.py:131 waeup/kofa/students/browser.py:204
    527 #: waeup/kofa/students/browser.py:1156 waeup/kofa/students/browser.py:1169
     538#: waeup/kofa/hostels/browser.py:131 waeup/kofa/students/browser.py:210
     539#: waeup/kofa/students/browser.py:1218 waeup/kofa/students/browser.py:1231
    528540msgid "Remove selected"
    529541msgstr ""
    530542
    531 #: waeup/kofa/applicants/browser.py:78 waeup/kofa/applicants/browser.py:124
    532 #: waeup/kofa/applicants/browser.py:147 waeup/kofa/applicants/browser.py:159
     543#: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:126
     544#: waeup/kofa/applicants/browser.py:149 waeup/kofa/applicants/browser.py:159
    533545msgid "Add applicants container"
    534546msgstr ""
    535547
    536 #: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:138
    537 #: waeup/kofa/applicants/browser.py:254 waeup/kofa/applicants/browser.py:345
     548#: waeup/kofa/applicants/browser.py:82 waeup/kofa/applicants/browser.py:140
     549#: waeup/kofa/applicants/browser.py:251 waeup/kofa/applicants/browser.py:340
    538550#: waeup/kofa/browser/pages.py:1402 waeup/kofa/browser/pages.py:1461
    539551#: waeup/kofa/browser/pages.py:1571 waeup/kofa/browser/pages.py:1657
     
    542554msgstr ""
    543555
    544 #: waeup/kofa/applicants/browser.py:804 waeup/kofa/students/browser.py:90
    545 msgid "The requested form is locked (read-only)."
    546 msgstr ""
    547 
    548 #: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:134
    549 #: waeup/kofa/applicants/browser.py:255 waeup/kofa/applicants/browser.py:341
     556#: waeup/kofa/applicants/browser.py:826 waeup/kofa/students/browser.py:1690
     557msgid "This form cannot be submitted. Wrong state!"
     558msgstr ""
     559
     560#: waeup/kofa/applicants/browser.py:83 waeup/kofa/applicants/browser.py:136
     561#: waeup/kofa/applicants/browser.py:252 waeup/kofa/applicants/browser.py:336
    550562#: waeup/kofa/browser/pages.py:1403 waeup/kofa/browser/pages.py:1457
    551563#: waeup/kofa/browser/pages.py:1572 waeup/kofa/browser/pages.py:1653
     
    554566msgstr ""
    555567
    556 #: waeup/kofa/applicants/browser.py:818
    557 msgid "No passport picture uploaded."
    558 msgstr ""
    559 
    560 #: waeup/kofa/applicants/browser.py:82
     568#: waeup/kofa/applicants/browser.py:831
     569msgid "Form has been submitted."
     570msgstr ""
     571
     572#: waeup/kofa/applicants/browser.py:84
    561573msgid "Applicants Containers"
    562574msgstr ""
    563575
    564 #: waeup/kofa/applicants/browser.py:820
    565 msgid "Passport picture confirmation box not ticked."
    566 msgstr ""
    567 
    568 #: waeup/kofa/applicants/browser.py:857 waeup/kofa/students/browser.py:1625
    569 msgid "This form cannot be submitted. Wrong state!"
    570 msgstr ""
    571 
    572 #: waeup/kofa/applicants/browser.py:862
    573 msgid "Form has been submitted."
    574 msgstr ""
    575 
    576 #. Default: ""
    577 #: waeup/kofa/applicants/browser.py:897
    578 msgid "Register for ${a} Application"
    579 msgstr ""
    580 
    581 #: waeup/kofa/applicants/browser.py:903
     576#. Default: ""
     577#: waeup/kofa/applicants/browser.py:874
     578msgid "Apply for ${a}"
     579msgstr ""
     580
     581#: waeup/kofa/applicants/browser.py:880
    582582msgid "Application has not yet started."
    583583msgstr ""
    584584
    585 #: waeup/kofa/applicants/browser.py:908
     585#: waeup/kofa/applicants/browser.py:885
    586586msgid "Application has ended."
    587587msgstr ""
    588588
     589#: waeup/kofa/applicants/browser.py:894
     590msgid "Get login credentials"
     591msgstr ""
     592
    589593#: waeup/kofa/applicants/browser.py:917
    590 msgid "Get login credentials"
    591 msgstr ""
    592 
    593 #: waeup/kofa/applicants/browser.py:932
     594msgid "An error occurred."
     595msgstr ""
     596
     597#: waeup/kofa/applicants/browser.py:923 waeup/kofa/applicants/browser.py:934
     598msgid "No application record found."
     599msgstr ""
     600
     601#: waeup/kofa/applicants/browser.py:926
     602msgid "Your password has already been set. Please proceed to the login page."
     603msgstr ""
     604
     605#: waeup/kofa/applicants/browser.py:944
    594606msgid "You have successfully been registered for the"
    595607msgstr ""
    596608
    597 #: waeup/kofa/applicants/browser.py:939
     609#: waeup/kofa/applicants/browser.py:951
    598610msgid "Email could not been sent. Please retry later."
    599611msgstr ""
    600612
    601 #: waeup/kofa/applicants/browser.py:948
     613#: waeup/kofa/applicants/browser.py:960
    602614msgid "Your registration was successful."
    603615msgstr ""
    604616
    605 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:18
    606 msgid "Photograph"
    607 msgstr ""
    608 
    609 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:43
     617#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:17
     618msgid "Admitted Course of Study:"
     619msgstr ""
     620
     621#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:19
     622msgid "Passport Photo:"
     623msgstr ""
     624
     625#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:44
    610626msgid "Application Transition:"
    611627msgstr ""
    612628
    613 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:59
     629#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:60
    614630msgid ""
    615631"I confirm that the Passport Photograph uploaded on this form is a true "
     
    617633msgstr ""
    618634
    619 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:74
    620 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     635#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:76
     636#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
    621637msgid "Acceptance Fee Payment Tickets"
    622638msgstr ""
     
    640656msgstr ""
    641657
     658#: waeup/kofa/applicants/browser_templates/applicantregister.pt:22
     659msgid ""
     660"Your application record will be looked up and an email with your login "
     661"credentials will be sent to the address provided."
     662msgstr ""
     663
    642664#: waeup/kofa/applicants/browser_templates/applicantregister.pt:8
    643665msgid "Please solve the captcha<br />to prevent misuse of this service:"
     
    665687msgstr ""
    666688
    667 #: waeup/kofa/applicants/container.py:52
    668 msgid "Basic"
    669 msgstr ""
    670 
    671 #: waeup/kofa/applicants/container.py:55
    672 msgid "handles basic applicants"
    673 msgstr ""
    674 
    675689#: waeup/kofa/applicants/export.py:40
    676690msgid "Basic Applicants Containers"
    677691msgstr ""
    678692
    679 #: waeup/kofa/applicants/interfaces.py:198 waeup/kofa/students/browser.py:718
     693#: waeup/kofa/applicants/interfaces.py:138
     694msgid "Create Application Records"
     695msgstr ""
     696
     697#: waeup/kofa/applicants/interfaces.py:139
     698msgid "Update Application Records"
     699msgstr ""
     700
     701#: waeup/kofa/applicants/interfaces.py:159 waeup/kofa/students/browser.py:773
    680702#: waeup/kofa/university/interfaces.py:38
    681703#: waeup/kofa/university/interfaces.py:66
     
    701723msgstr ""
    702724
    703 #: waeup/kofa/applicants/interfaces.py:205 waeup/kofa/students/browser.py:719
     725#: waeup/kofa/applicants/interfaces.py:165 waeup/kofa/students/browser.py:774
    704726#: waeup/kofa/university/interfaces.py:199
    705727#: waeup/kofa/browser/templates/departmentmanagepage.pt:41
     
    720742msgstr ""
    721743
    722 #: waeup/kofa/applicants/interfaces.py:212
    723 #: waeup/kofa/applicants/interfaces.py:322
     744#: waeup/kofa/applicants/interfaces.py:171
     745#: waeup/kofa/applicants/interfaces.py:275
    724746msgid "Application Target"
    725747msgstr ""
    726748
    727 #: waeup/kofa/applicants/interfaces.py:220
     749#: waeup/kofa/applicants/interfaces.py:178
     750#: waeup/kofa/applicants/interfaces.py:282
     751msgid "Year of Entrance"
     752msgstr ""
     753
     754#: waeup/kofa/applicants/interfaces.py:185
     755msgid "Application Mode"
     756msgstr ""
     757
     758#: waeup/kofa/applicants/interfaces.py:191
    728759msgid "Entry Level"
    729760msgstr ""
    730761
    731 #: waeup/kofa/applicants/interfaces.py:227
    732 #: waeup/kofa/applicants/interfaces.py:330
    733 msgid "Year of Entrance"
    734 msgstr ""
    735 
    736 #: waeup/kofa/applicants/interfaces.py:235
    737 #: waeup/kofa/applicants/interfaces.py:338
    738 msgid "Applicants Container Type"
    739 msgstr ""
    740 
    741 #: waeup/kofa/applicants/interfaces.py:251
     762#: waeup/kofa/applicants/interfaces.py:205
    742763msgid "Category for the grouping of certificates"
    743764msgstr ""
    744765
    745 #: waeup/kofa/applicants/interfaces.py:258
     766#: waeup/kofa/applicants/interfaces.py:211
    746767msgid "Human readable description in reST format"
    747768msgstr ""
    748769
    749 #: waeup/kofa/applicants/interfaces.py:271
     770#: waeup/kofa/applicants/interfaces.py:224
    750771msgid "Application Start Date"
    751772msgstr ""
    752773
    753 #: waeup/kofa/applicants/interfaces.py:277
     774#: waeup/kofa/applicants/interfaces.py:230
    754775msgid "Application Closing Date"
    755776msgstr ""
    756777
    757 #: waeup/kofa/applicants/interfaces.py:283
     778#: waeup/kofa/applicants/interfaces.py:236
    758779msgid "Forbid additions after deadline (enddate)"
    759780msgstr ""
    760781
    761 #: waeup/kofa/applicants/interfaces.py:366
     782#: waeup/kofa/applicants/interfaces.py:315
    762783msgid "Applicant Id"
    763784msgstr ""
    764785
    765 #: waeup/kofa/applicants/interfaces.py:371
    766 msgid "JAMB Registration Number"
    767 msgstr ""
    768 
    769 #: waeup/kofa/applicants/interfaces.py:383
    770 #: waeup/kofa/students/interfaces.py:162
     786#: waeup/kofa/applicants/interfaces.py:320
     787#: waeup/kofa/students/interfaces.py:184 waeup/kofa/students/interfaces.py:271
     788#: waeup/kofa/students/interfaces.py:518
     789msgid "Registration Number"
     790msgstr ""
     791
     792#: waeup/kofa/applicants/interfaces.py:331
     793#: waeup/kofa/applicants/interfaces.py:499
     794#: waeup/kofa/students/interfaces.py:163
    771795msgid "First Name"
    772796msgstr ""
    773797
    774 #: waeup/kofa/applicants/interfaces.py:387
    775 #: waeup/kofa/students/interfaces.py:167
     798#: waeup/kofa/applicants/interfaces.py:335
     799#: waeup/kofa/students/interfaces.py:168
    776800msgid "Middle Name"
    777801msgstr ""
    778802
    779 #: waeup/kofa/applicants/interfaces.py:391
    780 #: waeup/kofa/students/interfaces.py:172
     803#: waeup/kofa/applicants/interfaces.py:339
     804#: waeup/kofa/students/interfaces.py:173
    781805msgid "Last Name (Surname)"
    782806msgstr ""
    783807
    784 #: waeup/kofa/applicants/interfaces.py:395
    785 #: waeup/kofa/students/interfaces.py:218
     808#: waeup/kofa/applicants/interfaces.py:343
     809#: waeup/kofa/students/interfaces.py:219
    786810msgid "Date of Birth"
    787811msgstr ""
    788812
    789 #: waeup/kofa/applicants/interfaces.py:400
    790 msgid "State/LGA"
    791 msgstr ""
    792 
    793 #: waeup/kofa/applicants/interfaces.py:405
    794 #: waeup/kofa/students/interfaces.py:177
     813#: waeup/kofa/applicants/interfaces.py:349
     814#: waeup/kofa/students/interfaces.py:178
    795815msgid "Sex"
    796816msgstr ""
    797817
    798 #: waeup/kofa/applicants/interfaces.py:411 waeup/kofa/interfaces.py:392
    799 #: waeup/kofa/interfaces.py:418 waeup/kofa/students/interfaces.py:504
     818#: waeup/kofa/applicants/interfaces.py:354
     819#: waeup/kofa/applicants/interfaces.py:437
     820#: waeup/kofa/applicants/interfaces.py:504 waeup/kofa/interfaces.py:393
     821#: waeup/kofa/interfaces.py:419 waeup/kofa/students/interfaces.py:524
    800822msgid "Email Address"
    801823msgstr ""
    802824
    803 #: waeup/kofa/applicants/interfaces.py:416 waeup/kofa/interfaces.py:397
    804 #: waeup/kofa/interfaces.py:425 waeup/kofa/students/interfaces.py:208
     825#: waeup/kofa/applicants/interfaces.py:359 waeup/kofa/interfaces.py:398
     826#: waeup/kofa/interfaces.py:426 waeup/kofa/students/interfaces.py:209
    805827msgid "Phone"
    806828msgstr ""
    807829
    808 #: waeup/kofa/applicants/interfaces.py:421
    809 #: waeup/kofa/applicants/interfaces.py:507
     830#: waeup/kofa/applicants/interfaces.py:364
     831#: waeup/kofa/applicants/interfaces.py:442
    810832msgid "1st Choice Course of Study"
    811833msgstr ""
    812834
    813 #: waeup/kofa/applicants/interfaces.py:426
    814 #: waeup/kofa/applicants/interfaces.py:512
     835#: waeup/kofa/applicants/interfaces.py:369
     836#: waeup/kofa/applicants/interfaces.py:447
    815837msgid "2nd Choice Course of Study"
    816838msgstr ""
    817839
    818 #: waeup/kofa/applicants/interfaces.py:431
    819 msgid "School Grades"
    820 msgstr ""
    821 
    822 #: waeup/kofa/applicants/interfaces.py:441
    823 #: waeup/kofa/applicants/interfaces.py:517
     840#: waeup/kofa/applicants/interfaces.py:381
     841#: waeup/kofa/applicants/interfaces.py:468
     842msgid "Notice"
     843msgstr ""
     844
     845#: waeup/kofa/applicants/interfaces.py:385
     846#: waeup/kofa/applicants/interfaces.py:457
     847msgid "Screening Venue"
     848msgstr ""
     849
     850#: waeup/kofa/applicants/interfaces.py:389
     851#: waeup/kofa/applicants/interfaces.py:452
    824852msgid "Screening Score"
    825853msgstr ""
    826854
    827 #: waeup/kofa/applicants/interfaces.py:445
    828 #: waeup/kofa/applicants/interfaces.py:522
    829 msgid "Screening Venue"
    830 msgstr ""
    831 
    832 #: waeup/kofa/applicants/interfaces.py:449
    833 #: waeup/kofa/applicants/interfaces.py:527
     855#: waeup/kofa/applicants/interfaces.py:393
     856#: waeup/kofa/applicants/interfaces.py:462
    834857msgid "Admitted Course of Study"
    835858msgstr ""
    836859
    837 #: waeup/kofa/applicants/interfaces.py:455
    838 #: waeup/kofa/applicants/interfaces.py:534
    839 msgid "Notice"
    840 msgstr ""
    841 
    842 #: waeup/kofa/applicants/interfaces.py:477
    843 #: waeup/kofa/students/interfaces.py:157
     860#: waeup/kofa/applicants/interfaces.py:398
     861#: waeup/kofa/students/interfaces.py:158
    844862#: waeup/kofa/browser/templates/showstudentspage.pt:4
    845863#: waeup/kofa/students/browser_templates/containerpage.pt:29
     
    848866msgstr ""
    849867
    850 #: waeup/kofa/applicants/interfaces.py:482
     868#: waeup/kofa/applicants/interfaces.py:403
    851869msgid "Form locked"
    852870msgstr ""
    853871
    854 #: waeup/kofa/applicants/interfaces.py:561
    855 #: waeup/kofa/students/interfaces.py:484
     872#: waeup/kofa/applicants/interfaces.py:514
     873#: waeup/kofa/students/interfaces.py:504
    856874msgid "Payment Session"
    857875msgstr ""
    858876
    859 #: waeup/kofa/applicants/pdf.py:110
    860 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
    861 #: waeup/kofa/students/browser_templates/studycoursepage.pt:28
    862 msgid "Department:"
    863 msgstr ""
    864 
    865 #: waeup/kofa/applicants/pdf.py:121
    866 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
    867 #: waeup/kofa/students/browser_templates/studycoursepage.pt:39
    868 msgid "Faculty:"
    869 msgstr ""
    870 
    871 #: waeup/kofa/applicants/pdf.py:186
    872 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:26
    873 msgid "Admitted Course of Study:"
    874 msgstr ""
    875 
    876 #. Default: ""
    877 #: waeup/kofa/applicants/pdf.py:204
     877#: waeup/kofa/applicants/pdf.py:50
     878msgid "Application Record"
     879msgstr ""
     880
     881#. Default: ""
     882#: waeup/kofa/applicants/pdf.py:84
    878883msgid ""
    879 "<font size=10>Proceed to the login page of the portal and enter your new "
    880 "credentials: user name= ${a}, password = ${b}.</font>"
    881 msgstr ""
    882 
    883 #: waeup/kofa/applicants/pdf.py:210
    884 msgid "<font size=10>Change your password when you have  logged in.</font>"
    885 msgstr ""
    886 
    887 #: waeup/kofa/applicants/pdf.py:57
    888 msgid "Application Record"
     884"Proceed to the login page of the portal and enter your new credentials: user "
     885"name= ${a}, password = ${b}."
     886msgstr ""
     887
     888#: waeup/kofa/applicants/pdf.py:91
     889msgid "Change your password when you have logged in."
     890msgstr ""
     891
     892#: waeup/kofa/applicants/utils.py:35
     893msgid "Desired Study Courses"
     894msgstr ""
     895
     896#: waeup/kofa/applicants/utils.py:36
     897msgid "Process Data"
    889898msgstr ""
    890899
     
    910919
    911920#: waeup/kofa/applicants/viewlets.py:151 waeup/kofa/applicants/workflow.py:99
    912 #: waeup/kofa/students/browser.py:256
     921#: waeup/kofa/students/browser.py:268
    913922msgid "Create student record"
    914923msgstr ""
    915924
    916 #: waeup/kofa/applicants/viewlets.py:168 waeup/kofa/students/viewlets.py:300
     925#: waeup/kofa/applicants/viewlets.py:168 waeup/kofa/students/viewlets.py:321
    917926msgid "Download payment receipt"
    918927msgstr ""
    919928
    920 #: waeup/kofa/applicants/viewlets.py:183 waeup/kofa/students/viewlets.py:315
     929#: waeup/kofa/applicants/viewlets.py:183 waeup/kofa/students/viewlets.py:336
    921930msgid "Request callback"
    922931msgstr ""
     
    926935msgstr ""
    927936
    928 #: waeup/kofa/applicants/viewlets.py:73 waeup/kofa/students/viewlets.py:512
     937#: waeup/kofa/applicants/viewlets.py:73 waeup/kofa/students/viewlets.py:535
    929938msgid "My Data"
    930939msgstr ""
    931940
    932 #: waeup/kofa/applicants/workflow.py:100 waeup/kofa/students/batching.py:141
     941#: waeup/kofa/applicants/workflow.py:100 waeup/kofa/students/batching.py:142
    933942#: waeup/kofa/students/workflow.py:25
    934943msgid "Student record created"
     
    962971msgstr ""
    963972
    964 #: waeup/kofa/applicants/workflow.py:41 waeup/kofa/interfaces.py:72
     973#: waeup/kofa/applicants/workflow.py:41 waeup/kofa/interfaces.py:73
    965974msgid "admitted"
    966975msgstr ""
     
    970979msgstr ""
    971980
    972 #: waeup/kofa/applicants/workflow.py:43 waeup/kofa/interfaces.py:71
     981#: waeup/kofa/applicants/workflow.py:43 waeup/kofa/interfaces.py:72
    973982msgid "created"
    974983msgstr ""
     
    10301039msgstr ""
    10311040
    1032 #: waeup/kofa/browser/breadcrumbs.py:123 waeup/kofa/browser/pages.py:312
     1041#: waeup/kofa/browser/breadcrumbs.py:123 waeup/kofa/browser/pages.py:311
    10331042msgid "Administration"
    10341043msgstr ""
     
    10391048msgstr ""
    10401049
    1041 #: waeup/kofa/browser/breadcrumbs.py:148 waeup/kofa/browser/pages.py:389
     1050#: waeup/kofa/browser/breadcrumbs.py:148 waeup/kofa/browser/pages.py:388
    10421051#: waeup/kofa/browser/viewlets.py:375 waeup/kofa/browser/viewlets.py:685
    10431052msgid "Portal Users"
     
    10591068
    10601069#. Default: ""
    1061 #: waeup/kofa/browser/pages.py:106
     1070#: waeup/kofa/browser/pages.py:105
    10621071msgid "Local role successfully removed: ${a}"
    10631072msgstr ""
     
    10971106msgstr ""
    10981107
     1108#: waeup/kofa/browser/pages.py:115 waeup/kofa/hostels/browser.py:256
     1109#: waeup/kofa/hostels/browser.py:286 waeup/kofa/students/browser.py:240
     1110msgid "No item selected."
     1111msgstr ""
     1112
    10991113#: waeup/kofa/browser/pages.py:1155
    11001114msgid "Log files can only be searched on Unix-based operating systems."
    1101 msgstr ""
    1102 
    1103 #: waeup/kofa/browser/pages.py:116 waeup/kofa/hostels/browser.py:256
    1104 #: waeup/kofa/hostels/browser.py:286 waeup/kofa/students/browser.py:228
    1105 msgid "No item selected."
    11061115msgstr ""
    11071116
     
    11851194
    11861195#: waeup/kofa/browser/pages.py:1532 waeup/kofa/browser/pages.py:1551
    1187 #: waeup/kofa/students/browser.py:98 waeup/kofa/students/export.py:22
    1188 #: waeup/kofa/students/viewlets.py:472
     1196#: waeup/kofa/students/browser.py:100 waeup/kofa/students/export.py:40
     1197#: waeup/kofa/students/viewlets.py:495
    11891198msgid "Students"
    11901199msgstr ""
    11911200
    1192 #: waeup/kofa/browser/pages.py:155 waeup/kofa/browser/viewlets.py:322
    1193 #: waeup/kofa/browser/templates/staffsitelayout.pt:28
    1194 #: waeup/kofa/browser/templates/studentsitelayout.pt:33
     1201#: waeup/kofa/browser/pages.py:154 waeup/kofa/browser/viewlets.py:322
     1202#: waeup/kofa/browser/templates/staffsitelayout.pt:27
     1203#: waeup/kofa/browser/templates/studentsitelayout.pt:32
    11951204msgid "Login"
    11961205msgstr ""
     
    12181227msgstr ""
    12191228
    1220 #: waeup/kofa/browser/pages.py:163
     1229#: waeup/kofa/browser/pages.py:162
    12211230msgid "You logged in."
    12221231msgstr ""
     
    12441253msgstr ""
    12451254
     1255#: waeup/kofa/browser/pages.py:180
     1256msgid "You entered wrong credentials."
     1257msgstr ""
     1258
    12461259#: waeup/kofa/browser/pages.py:1808
    12471260msgid "Edit certificate"
    1248 msgstr ""
    1249 
    1250 #: waeup/kofa/browser/pages.py:181
    1251 msgid "You entered wrong credentials."
    12521261msgstr ""
    12531262
     
    12821291msgstr ""
    12831292
    1284 #: waeup/kofa/browser/pages.py:195
     1293#: waeup/kofa/browser/pages.py:194
    12851294msgid "You have been logged out. Thanks for using WAeUP Kofa!"
    12861295msgstr ""
    12871296
    12881297#. Default: ""
    1289 #: waeup/kofa/browser/pages.py:231
     1298#: waeup/kofa/browser/pages.py:230
    12901299msgid "Contact ${a}"
    12911300msgstr ""
    12921301
    1293 #: waeup/kofa/browser/pages.py:237 waeup/kofa/browser/pages.py:523
     1302#: waeup/kofa/browser/pages.py:236 waeup/kofa/browser/pages.py:523
    12941303msgid "Send message now"
    12951304msgstr ""
    12961305
    1297 #: waeup/kofa/browser/pages.py:256 waeup/kofa/browser/pages.py:275
    1298 #: waeup/kofa/browser/pages.py:540 waeup/kofa/students/browser.py:318
     1306#: waeup/kofa/browser/pages.py:255 waeup/kofa/browser/pages.py:274
     1307#: waeup/kofa/browser/pages.py:540 waeup/kofa/students/browser.py:330
    12991308msgid "Your message has been sent."
    13001309msgstr ""
    13011310
    1302 #: waeup/kofa/browser/pages.py:266
     1311#: waeup/kofa/browser/pages.py:265
    13031312msgid "Send now"
    13041313msgstr ""
    13051314
    1306 #: waeup/kofa/browser/pages.py:277
     1315#: waeup/kofa/browser/pages.py:276
    13071316msgid "A smtp server error occurred."
    13081317msgstr ""
    13091318
    1310 #: waeup/kofa/browser/pages.py:302
     1319#: waeup/kofa/browser/pages.py:301
    13111320msgid "<h1>Welcome to WAeUP.Kofa</h1>"
    13121321msgstr ""
    13131322
    1314 #: waeup/kofa/browser/pages.py:390 waeup/kofa/hostels/browser.py:195
    1315 #: waeup/kofa/students/viewlets.py:163 waeup/kofa/students/viewlets.py:171
    1316 #: waeup/kofa/students/viewlets.py:226 waeup/kofa/students/viewlets.py:243
    1317 #: waeup/kofa/students/viewlets.py:283
     1323#: waeup/kofa/browser/pages.py:389 waeup/kofa/hostels/browser.py:195
     1324#: waeup/kofa/students/viewlets.py:166 waeup/kofa/students/viewlets.py:174
     1325#: waeup/kofa/students/viewlets.py:247 waeup/kofa/students/viewlets.py:255
     1326#: waeup/kofa/students/viewlets.py:304
    13181327msgid "Manage"
    13191328msgstr ""
    13201329
    1321 #: waeup/kofa/browser/pages.py:391 waeup/kofa/browser/viewlets.py:180
     1330#: waeup/kofa/browser/pages.py:390 waeup/kofa/browser/viewlets.py:180
    13221331msgid "Remove"
    13231332msgstr ""
     
    13281337msgstr ""
    13291338
    1330 #: waeup/kofa/browser/pages.py:430 waeup/kofa/browser/pages.py:432
     1339#: waeup/kofa/browser/pages.py:431 waeup/kofa/browser/pages.py:433
    13311340#: waeup/kofa/browser/viewlets.py:515
    13321341msgid "Add user"
     
    13341343
    13351344#. Default: ""
    1336 #: waeup/kofa/browser/pages.py:454
     1345#: waeup/kofa/browser/pages.py:455
    13371346msgid "User account ${a} successfully added."
    13381347msgstr ""
     
    13481357
    13491358#. Default: ""
    1350 #: waeup/kofa/browser/pages.py:521 waeup/kofa/students/browser.py:299
     1359#: waeup/kofa/browser/pages.py:521 waeup/kofa/students/browser.py:311
    13511360msgid "Send message to ${a}"
    13521361msgstr ""
     
    14331442msgstr ""
    14341443
    1435 #: waeup/kofa/browser/pages.py:86
     1444#: waeup/kofa/browser/pages.py:85
    14361445msgid "No local role selected."
    14371446msgstr ""
     
    14631472#: waeup/kofa/browser/pages.py:963
    14641473msgid "Perform import"
     1474msgstr ""
     1475
     1476#. Default: ""
     1477#: waeup/kofa/browser/pdf.py:127
     1478msgid "${footer_text} Page ${num1} of ${num2}"
     1479msgstr ""
     1480
     1481#. Default: ""
     1482#: waeup/kofa/browser/pdf.py:336
     1483msgid "Date: ${a}"
    14651484msgstr ""
    14661485
     
    16441663#: waeup/kofa/browser/templates/datacenterpage.pt:16
    16451664msgid "Upload Date"
     1665msgstr ""
     1666
     1667#: waeup/kofa/browser/templates/default_waeup_display_form.pt:6
     1668msgid "Uploaded Files"
    16461669msgstr ""
    16471670
     
    16831706
    16841707#: waeup/kofa/browser/templates/facultypage.pt:1
    1685 #: waeup/kofa/hostels/browser_templates/containerpage.pt:1
    1686 msgid "There no subobjects registered yet."
     1708msgid "There are no subobjects registered yet."
     1709msgstr ""
     1710
     1711#: waeup/kofa/browser/templates/fileupload.pt:26
     1712#: waeup/kofa/students/browser_templates/imageupload.pt:20
     1713#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:26
     1714msgid "Max. file size:"
    16871715msgstr ""
    16881716
    16891717#: waeup/kofa/browser/templates/loginpage.pt:13
    1690 #: waeup/kofa/browser/templates/usereditformpage.pt:8
     1718#: waeup/kofa/browser/templates/usereditformpage.pt:9
    16911719#: waeup/kofa/students/browser_templates/basepage.pt:14
    1692 #: waeup/kofa/students/browser_templates/basemanagepage.pt:17
     1720#: waeup/kofa/students/browser_templates/basemanagepage.pt:18
    16931721#: waeup/kofa/students/browser_templates/change_password.pt:10
    1694 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:31
    1695 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
     1722#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:32
     1723#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:25
    16961724msgid "Password:"
    16971725msgstr ""
     
    17111739msgstr ""
    17121740
    1713 #. Default: "Or simply forgot your student id or password? Then request a new password <strong><a href=\"changepw\"> here</a></strong>."
     1741#. Default: "Or simply forgot your student id, application id or password? Then request a new password <strong><a href=\"sendpw\"> here</a></strong>."
    17141742#: waeup/kofa/browser/templates/loginpage.pt:44
    17151743msgid "login_trouble3"
     
    17621790msgstr ""
    17631791
    1764 #: waeup/kofa/browser/templates/staffsitelayout.pt:101
    1765 #: waeup/kofa/browser/templates/studentsitelayout.pt:86
     1792#: waeup/kofa/browser/templates/staffsitelayout.pt:102
     1793#: waeup/kofa/browser/templates/studentsitelayout.pt:87
    17661794msgid "Form Status:"
    17671795msgstr ""
    17681796
    1769 #: waeup/kofa/browser/templates/staffsitelayout.pt:114
    1770 #: waeup/kofa/browser/templates/studentsitelayout.pt:100
     1797#: waeup/kofa/browser/templates/staffsitelayout.pt:115
     1798#: waeup/kofa/browser/templates/studentsitelayout.pt:101
    17711799msgid "Back to top"
    17721800msgstr ""
    17731801
    1774 #: waeup/kofa/browser/templates/staffsitelayout.pt:116
    1775 #: waeup/kofa/browser/templates/studentsitelayout.pt:102
     1802#: waeup/kofa/browser/templates/staffsitelayout.pt:117
     1803#: waeup/kofa/browser/templates/studentsitelayout.pt:103
    17761804msgid "Kofa - Student Management System"
    17771805msgstr ""
    17781806
    1779 #: waeup/kofa/browser/templates/staffsitelayout.pt:119
    1780 #: waeup/kofa/browser/templates/studentsitelayout.pt:105
     1807#: waeup/kofa/browser/templates/staffsitelayout.pt:120
     1808#: waeup/kofa/browser/templates/studentsitelayout.pt:106
    17811809msgid "Copyright &copy; WAeUP Group 2008-2012"
    17821810msgstr ""
    17831811
    1784 #: waeup/kofa/browser/templates/staffsitelayout.pt:34
    1785 #: waeup/kofa/browser/templates/studentsitelayout.pt:39
     1812#: waeup/kofa/browser/templates/staffsitelayout.pt:33
     1813#: waeup/kofa/browser/templates/studentsitelayout.pt:38
    17861814msgid "Contact"
    17871815msgstr ""
    17881816
    1789 #: waeup/kofa/browser/templates/staffsitelayout.pt:40
    1790 #: waeup/kofa/browser/templates/studentsitelayout.pt:45
     1817#: waeup/kofa/browser/templates/staffsitelayout.pt:39
     1818#: waeup/kofa/browser/templates/studentsitelayout.pt:44
    17911819msgid "Logout"
    17921820msgstr ""
    17931821
    1794 #: waeup/kofa/browser/templates/staffsitelayout.pt:60
     1822#: waeup/kofa/browser/templates/staffsitelayout.pt:61
    17951823msgid "Student Id:"
    17961824msgstr ""
    17971825
    1798 #: waeup/kofa/browser/templates/staffsitelayout.pt:64
     1826#: waeup/kofa/browser/templates/staffsitelayout.pt:65
    17991827msgid "State:"
    18001828msgstr ""
    18011829
    1802 #: waeup/kofa/browser/templates/usereditformpage.pt:14
    1803 #: waeup/kofa/students/browser_templates/basemanagepage.pt:23
     1830#: waeup/kofa/browser/templates/usereditformpage.pt:15
     1831#: waeup/kofa/students/browser_templates/basemanagepage.pt:24
    18041832#: waeup/kofa/students/browser_templates/change_password.pt:16
    1805 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:37
     1833#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:38
    18061834msgid "Retype password:"
    18071835msgstr ""
     
    18151843msgstr ""
    18161844
    1817 #: waeup/kofa/browser/viewlets.py:383 waeup/kofa/students/viewlets.py:155
     1845#: waeup/kofa/browser/viewlets.py:383 waeup/kofa/students/viewlets.py:158
    18181846msgid "Send email"
    18191847msgstr ""
     
    18321860
    18331861#: waeup/kofa/browser/viewlets.py:528 waeup/kofa/browser/viewlets.py:536
    1834 msgid "Show batch logs"
     1862msgid "Show logs"
    18351863msgstr ""
    18361864
     
    18521880
    18531881#: waeup/kofa/browser/viewlets.py:91 waeup/kofa/browser/viewlets.py:160
    1854 #: waeup/kofa/students/viewlets.py:218 waeup/kofa/students/viewlets.py:356
    1855 #: waeup/kofa/students/viewlets.py:403
     1882#: waeup/kofa/students/viewlets.py:239 waeup/kofa/students/viewlets.py:379
     1883#: waeup/kofa/students/viewlets.py:426
    18561884msgid "Edit"
    18571885msgstr ""
     
    19281956#: waeup/kofa/hostels/browser.py:95
    19291957msgid "Block ${a}, Room ${b}, Bed ${c}"
     1958msgstr ""
     1959
     1960#: waeup/kofa/hostels/browser_templates/containerpage.pt:1
     1961msgid "There no subobjects registered yet."
    19301962msgstr ""
    19311963
     
    19521984msgstr ""
    19531985
    1954 #: waeup/kofa/hostels/hostel.py:180
     1986#: waeup/kofa/hostels/hostel.py:185
    19551987msgid "unreserved"
    19561988msgstr ""
    19571989
    1958 #: waeup/kofa/hostels/hostel.py:187
     1990#: waeup/kofa/hostels/hostel.py:192
    19591991msgid "reserved"
    19601992msgstr ""
     
    19882020msgstr ""
    19892021
    1990 #: waeup/kofa/hostels/interfaces.py:175 waeup/kofa/students/interfaces.py:445
     2022#: waeup/kofa/hostels/interfaces.py:175 waeup/kofa/students/interfaces.py:465
    19912023msgid "Bed Type"
    19922024msgstr ""
     
    21442176msgstr ""
    21452177
    2146 #: waeup/kofa/interfaces.py:185
     2178#: waeup/kofa/interfaces.py:186
    21472179msgid "Subject"
    21482180msgstr ""
    21492181
    2150 #: waeup/kofa/interfaces.py:189
     2182#: waeup/kofa/interfaces.py:190
    21512183msgid "Grade"
    21522184msgstr ""
    21532185
    2154 #: waeup/kofa/interfaces.py:323
     2186#: waeup/kofa/interfaces.py:324
    21552187msgid "Processor name"
    21562188msgstr ""
    21572189
    2158 #: waeup/kofa/interfaces.py:327
    2159 msgid "Import mode"
    2160 msgstr ""
    2161 
    2162 #: waeup/kofa/interfaces.py:352
     2190#: waeup/kofa/interfaces.py:328
     2191msgid "Import Mode"
     2192msgstr ""
     2193
     2194#: waeup/kofa/interfaces.py:353
    21632195msgid "Email Address:"
    21642196msgstr ""
    21652197
    2166 #: waeup/kofa/interfaces.py:359
     2198#: waeup/kofa/interfaces.py:360
    21672199msgid "Email to:"
    21682200msgstr ""
    21692201
    2170 #: waeup/kofa/interfaces.py:366
     2202#: waeup/kofa/interfaces.py:367
    21712203msgid "Subject:"
    21722204msgstr ""
    21732205
    2174 #: waeup/kofa/interfaces.py:370
     2206#: waeup/kofa/interfaces.py:371
    21752207msgid "Full Name:"
    21762208msgstr ""
    21772209
    2178 #: waeup/kofa/interfaces.py:374
     2210#: waeup/kofa/interfaces.py:375
    21792211msgid "Text:"
    21802212msgstr ""
    21812213
    2182 #: waeup/kofa/interfaces.py:405
     2214#: waeup/kofa/interfaces.py:406
    21832215#: waeup/kofa/browser/templates/departmentmanagepage.pt:97
    21842216#: waeup/kofa/browser/templates/userscontainerpage.pt:4
     
    21902222msgstr ""
    21912223
    2192 #: waeup/kofa/interfaces.py:410
     2224#: waeup/kofa/interfaces.py:411
    21932225#: waeup/kofa/students/browser_templates/containerpage.pt:33
    21942226#: waeup/kofa/students/browser_templates/containermanagepage.pt:39
     
    21972229msgstr ""
    21982230
    2199 #: waeup/kofa/interfaces.py:414
     2231#: waeup/kofa/interfaces.py:415
    22002232msgid "Description/Notice"
    22012233msgstr ""
    22022234
    2203 #: waeup/kofa/interfaces.py:431
     2235#: waeup/kofa/interfaces.py:432
    22042236msgid "Portal roles"
    22052237msgstr ""
    22062238
    2207 #: waeup/kofa/interfaces.py:474
     2239#: waeup/kofa/interfaces.py:477
    22082240msgid "Name of University"
    22092241msgstr ""
    22102242
    2211 #: waeup/kofa/interfaces.py:475
     2243#: waeup/kofa/interfaces.py:478
    22122244msgid "Sample University"
    22132245msgstr ""
    22142246
    2215 #: waeup/kofa/interfaces.py:480
     2247#: waeup/kofa/interfaces.py:483
    22162248msgid "Abbreviated Title of University"
    22172249msgstr ""
    22182250
    2219 #: waeup/kofa/interfaces.py:486
     2251#: waeup/kofa/interfaces.py:489
    22202252msgid "Skin"
    22212253msgstr ""
    22222254
    2223 #: waeup/kofa/interfaces.py:493
     2255#: waeup/kofa/interfaces.py:496
    22242256msgid "Content in reST format"
    22252257msgstr ""
    22262258
    2227 #: waeup/kofa/interfaces.py:505
     2259#: waeup/kofa/interfaces.py:508
    22282260msgid "Accommodation Booking Session"
    22292261msgstr ""
    22302262
    2231 #: waeup/kofa/interfaces.py:513
     2263#: waeup/kofa/interfaces.py:516
    22322264msgid "Allowed States for Accommodation Booking"
    22332265msgstr ""
    22342266
    2235 #: waeup/kofa/interfaces.py:521
     2267#: waeup/kofa/interfaces.py:524
    22362268msgid "Name of Administrator"
    22372269msgstr ""
    22382270
    2239 #: waeup/kofa/interfaces.py:527
     2271#: waeup/kofa/interfaces.py:530
    22402272msgid "Email Address of Administrator"
    22412273msgstr ""
    22422274
    2243 #: waeup/kofa/interfaces.py:534
     2275#: waeup/kofa/interfaces.py:537
    22442276msgid "Subject of Email to Administrator"
    22452277msgstr ""
    22462278
    2247 #: waeup/kofa/interfaces.py:535
     2279#: waeup/kofa/interfaces.py:538
    22482280msgid "Kofa Contact"
    22492281msgstr ""
    22502282
    2251 #: waeup/kofa/interfaces.py:540
     2283#: waeup/kofa/interfaces.py:543
    22522284msgid "SMTP mailer to use when sending mail"
    22532285msgstr ""
    22542286
    2255 #: waeup/kofa/interfaces.py:547
     2287#: waeup/kofa/interfaces.py:550
    22562288msgid "Captcha used for public registration pages"
    22572289msgstr ""
    22582290
    2259 #: waeup/kofa/interfaces.py:554
     2291#: waeup/kofa/interfaces.py:557
    22602292msgid "Carry-over Course Registration"
    22612293msgstr ""
    22622294
    2263 #: waeup/kofa/interfaces.py:563 waeup/kofa/interfaces.py:621
     2295#: waeup/kofa/interfaces.py:566 waeup/kofa/interfaces.py:624
    22642296msgid "Academic Session"
    22652297msgstr ""
    22662298
    2267 #: waeup/kofa/interfaces.py:571 waeup/kofa/payments/interfaces.py:30
     2299#: waeup/kofa/interfaces.py:574 waeup/kofa/payments/interfaces.py:30
    22682300msgid "School Fee"
    22692301msgstr ""
    22702302
    2271 #: waeup/kofa/interfaces.py:576
     2303#: waeup/kofa/interfaces.py:579
    22722304msgid "Surcharge Portal Provider"
    22732305msgstr ""
    22742306
    2275 #: waeup/kofa/interfaces.py:582
     2307#: waeup/kofa/interfaces.py:585
    22762308msgid "Surcharge Payment Gateway Provider"
    22772309msgstr ""
    22782310
    2279 #: waeup/kofa/interfaces.py:588 waeup/kofa/payments/interfaces.py:120
     2311#: waeup/kofa/interfaces.py:591 waeup/kofa/payments/interfaces.py:120
    22802312msgid "Surcharge 3"
    22812313msgstr ""
    22822314
    2283 #: waeup/kofa/interfaces.py:594
     2315#: waeup/kofa/interfaces.py:597
    22842316msgid "Clearance Fee"
    22852317msgstr ""
    22862318
    2287 #: waeup/kofa/interfaces.py:600
     2319#: waeup/kofa/interfaces.py:603
    22882320msgid "Booking Fee"
    22892321msgstr ""
    22902322
    2291 #: waeup/kofa/interfaces.py:606 waeup/kofa/payments/interfaces.py:36
     2323#: waeup/kofa/interfaces.py:609 waeup/kofa/payments/interfaces.py:36
    22922324msgid "Acceptance Fee"
    22932325msgstr ""
    22942326
    2295 #: waeup/kofa/interfaces.py:73
     2327#: waeup/kofa/interfaces.py:74
    22962328msgid "clearance started"
    22972329msgstr ""
    22982330
    2299 #: waeup/kofa/interfaces.py:74
     2331#: waeup/kofa/interfaces.py:75
    23002332msgid "clearance requested"
    23012333msgstr ""
    23022334
    2303 #: waeup/kofa/interfaces.py:75
     2335#: waeup/kofa/interfaces.py:76
    23042336msgid "cleared"
    23052337msgstr ""
    23062338
    2307 #: waeup/kofa/interfaces.py:76
     2339#: waeup/kofa/interfaces.py:77
    23082340msgid "school fee paid"
    23092341msgstr ""
    23102342
    2311 #: waeup/kofa/interfaces.py:77
     2343#: waeup/kofa/interfaces.py:78
    23122344msgid "returning"
    23132345msgstr ""
    23142346
    2315 #: waeup/kofa/interfaces.py:78
     2347#: waeup/kofa/interfaces.py:79
    23162348msgid "courses registered"
    23172349msgstr ""
    23182350
    2319 #: waeup/kofa/interfaces.py:79
     2351#: waeup/kofa/interfaces.py:80
    23202352msgid "courses validated"
    23212353msgstr ""
    23222354
    2323 #: waeup/kofa/objecthistory.py:71
     2355#: waeup/kofa/objecthistory.py:72
    23242356msgid "by"
    23252357msgstr ""
     
    24072439#: waeup/kofa/payments/interfaces.py:76
    24082440#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:10
    2409 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
    2410 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:51
     2441#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
     2442#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:42
    24112443msgid "Payment Date"
    24122444msgstr ""
     
    24212453
    24222454#. Default: ""
    2423 #: waeup/kofa/students/batching.py:165
     2455#: waeup/kofa/students/batching.py:166
    24242456msgid "State '${a}' set"
    24252457msgstr ""
    24262458
    2427 #: waeup/kofa/students/browser.py:1000
     2459#. Default: ""
     2460#: waeup/kofa/students/browser.py:1009
     2461msgid "${a}: Payments"
     2462msgstr ""
     2463
     2464#: waeup/kofa/students/browser.py:1054
     2465msgid "Add online payment"
     2466msgstr ""
     2467
     2468#: waeup/kofa/students/browser.py:1057
    24282469msgid "Create ticket"
    24292470msgstr ""
    24302471
    2431 #: waeup/kofa/students/browser.py:1008 waeup/kofa/students/browser.py:1230
     2472#: waeup/kofa/students/browser.py:1065 waeup/kofa/students/browser.py:1292
    24322473msgid "Your current session does not match accommodation session."
    24332474msgstr ""
    24342475
    2435 #: waeup/kofa/students/browser.py:1077
     2476#: waeup/kofa/students/browser.py:1075
     2477msgid "Study course data are incomplete."
     2478msgstr ""
     2479
     2480#: waeup/kofa/students/browser.py:1139
    24362481msgid "This ticket has already been paid."
    24372482msgstr ""
    24382483
    24392484#. Default: ""
    2440 #: waeup/kofa/students/browser.py:1090 waeup/kofa/students/browser.py:1098
    2441 #: waeup/kofa/students/browser.py:1106
     2485#: waeup/kofa/students/browser.py:1152 waeup/kofa/students/browser.py:1160
     2486#: waeup/kofa/students/browser.py:1168
    24422487msgid "Valid callback received. ${a}"
    24432488msgstr ""
    24442489
    2445 #. Default: ""
    2446 #: waeup/kofa/students/browser.py:1160
     2490#: waeup/kofa/students/browser.py:121 waeup/kofa/students/viewlets.py:117
     2491#: waeup/kofa/students/viewlets.py:557
     2492msgid "Study Course"
     2493msgstr ""
     2494
     2495#. Default: ""
     2496#: waeup/kofa/students/browser.py:1222
    24472497msgid "${a}: Accommodation"
    24482498msgstr ""
    24492499
    2450 #: waeup/kofa/students/browser.py:1172
     2500#: waeup/kofa/students/browser.py:1234
    24512501msgid "You are not allowed to remove bed tickets."
    24522502msgstr ""
    24532503
    2454 #: waeup/kofa/students/browser.py:1179
     2504#: waeup/kofa/students/browser.py:1241
    24552505msgid "No bed ticket selected."
    24562506msgstr ""
    24572507
    2458 #: waeup/kofa/students/browser.py:119 waeup/kofa/students/viewlets.py:114
    2459 #: waeup/kofa/students/viewlets.py:534
    2460 msgid "Study Course"
    2461 msgstr ""
    2462 
    2463 #: waeup/kofa/students/browser.py:1210
     2508#: waeup/kofa/students/browser.py:127 waeup/kofa/students/viewlets.py:123
     2509#: waeup/kofa/students/viewlets.py:558
     2510msgid "Payments"
     2511msgstr ""
     2512
     2513#: waeup/kofa/students/browser.py:1272
    24642514msgid "Add bed ticket"
    24652515msgstr ""
    24662516
    2467 #: waeup/kofa/students/browser.py:1212
     2517#: waeup/kofa/students/browser.py:1274
    24682518msgid "Create bed ticket"
    24692519msgstr ""
    24702520
    2471 #: waeup/kofa/students/browser.py:1220
     2521#: waeup/kofa/students/browser.py:1282
    24722522msgid "Your data are incomplete."
    24732523msgstr ""
    24742524
    2475 #: waeup/kofa/students/browser.py:1224
     2525#: waeup/kofa/students/browser.py:1286
    24762526msgid "You are in the wrong registration state."
    24772527msgstr ""
    24782528
    2479 #: waeup/kofa/students/browser.py:1235
     2529#: waeup/kofa/students/browser.py:1297
    24802530msgid "You already booked a bed space in current accommodation session."
    24812531msgstr ""
    24822532
    2483 #: waeup/kofa/students/browser.py:1246 waeup/kofa/students/browser.py:1543
    2484 #: waeup/kofa/students/browser.py:1656
     2533#: waeup/kofa/students/browser.py:1308 waeup/kofa/students/browser.py:1602
     2534#: waeup/kofa/students/browser.py:1721
    24852535msgid "Activation code is invalid."
    24862536msgstr ""
    24872537
    2488 #: waeup/kofa/students/browser.py:125 waeup/kofa/students/viewlets.py:120
    2489 #: waeup/kofa/students/viewlets.py:535
    2490 msgid "Payments"
    2491 msgstr ""
    2492 
    2493 #. Default: ""
    2494 #: waeup/kofa/students/browser.py:1266 waeup/kofa/students/browser.py:1394
     2538#. Default: ""
     2539#: waeup/kofa/students/browser.py:1328 waeup/kofa/students/browser.py:1454
    24952540msgid "There is no free bed in your category ${a}."
    24962541msgstr ""
    24972542
    2498 #: waeup/kofa/students/browser.py:1271 waeup/kofa/students/browser.py:1548
    2499 #: waeup/kofa/students/browser.py:1661
     2543#: waeup/kofa/students/browser.py:1333 waeup/kofa/students/browser.py:1607
     2544#: waeup/kofa/students/browser.py:1726
    25002545msgid "Activation code has already been used."
    25012546msgstr ""
    25022547
    2503 #: waeup/kofa/students/browser.py:1274 waeup/kofa/students/browser.py:1551
    2504 #: waeup/kofa/students/browser.py:1664 waeup/kofa/students/browser.py:1923
     2548#: waeup/kofa/students/browser.py:1336 waeup/kofa/students/browser.py:1610
     2549#: waeup/kofa/students/browser.py:1729 waeup/kofa/students/browser.py:1997
    25052550msgid "invalidated"
    25062551msgstr ""
    25072552
    2508 #: waeup/kofa/students/browser.py:1279 waeup/kofa/students/browser.py:1555
    2509 #: waeup/kofa/students/browser.py:1669
     2553#: waeup/kofa/students/browser.py:1341 waeup/kofa/students/browser.py:1614
     2554#: waeup/kofa/students/browser.py:1734
    25102555msgid "You are not the owner of this access code."
    25112556msgstr ""
    25122557
    25132558#. Default: ""
    2514 #: waeup/kofa/students/browser.py:1290 waeup/kofa/students/browser.py:1408
     2559#: waeup/kofa/students/browser.py:1352 waeup/kofa/students/browser.py:1468
    25152560msgid "${a}, Block ${b}, Room ${c}, Bed ${d} (${e})"
    25162561msgstr ""
    25172562
    25182563#. Default: ""
    2519 #: waeup/kofa/students/browser.py:1299
     2564#: waeup/kofa/students/browser.py:1361
    25202565msgid "Bed ticket created and bed booked: ${a}"
    25212566msgstr ""
    25222567
    25232568#. Default: ""
    2524 #: waeup/kofa/students/browser.py:1317
     2569#: waeup/kofa/students/browser.py:1377
    25252570msgid "Bed Ticket for Session ${a}"
    25262571msgstr ""
    25272572
    2528 #: waeup/kofa/students/browser.py:1333
     2573#: waeup/kofa/students/browser.py:1393
    25292574msgid "Bed Allocation Data"
    25302575msgstr ""
    25312576
    2532 #: waeup/kofa/students/browser.py:1339
     2577#: waeup/kofa/students/browser.py:1399
    25332578msgid "Bed Allocation: "
    25342579msgstr ""
    25352580
    2536 #: waeup/kofa/students/browser.py:1366
     2581#: waeup/kofa/students/browser.py:142 waeup/kofa/students/viewlets.py:129
     2582msgid "Accommodation"
     2583msgstr ""
     2584
     2585#: waeup/kofa/students/browser.py:1426
    25372586msgid "Students in reserved beds can't be relocated."
    25382587msgstr ""
    25392588
    2540 #: waeup/kofa/students/browser.py:1372
     2589#: waeup/kofa/students/browser.py:1432
    25412590msgid "Student can't be relocated."
    25422591msgstr ""
    25432592
    2544 #: waeup/kofa/students/browser.py:140 waeup/kofa/students/viewlets.py:126
    2545 msgid "Accommodation"
    2546 msgstr ""
    2547 
    2548 #. Default: ""
    2549 #: waeup/kofa/students/browser.py:1415
     2593#. Default: ""
     2594#: waeup/kofa/students/browser.py:1475
    25502595msgid "Student relocated: ${a}"
    25512596msgstr ""
    25522597
    25532598#. Default: ""
    2554 #: waeup/kofa/students/browser.py:1434
     2599#: waeup/kofa/students/browser.py:1494
    25552600msgid "${a}: History"
    25562601msgstr ""
    25572602
    2558 #: waeup/kofa/students/browser.py:1447
     2603#: waeup/kofa/students/browser.py:1506
    25592604msgid "Edit base data"
    25602605msgstr ""
    25612606
    2562 #: waeup/kofa/students/browser.py:1462 waeup/kofa/students/viewlets.py:365
     2607#. Default: ""
     2608#: waeup/kofa/students/browser.py:151
     2609msgid "Bed Ticket ${a}"
     2610msgstr ""
     2611
     2612#: waeup/kofa/students/browser.py:1521 waeup/kofa/students/viewlets.py:388
    25632613msgid "Change password"
    25642614msgstr ""
    25652615
    2566 #: waeup/kofa/students/browser.py:1476
     2616#: waeup/kofa/students/browser.py:1535
    25672617msgid "Password changed."
    25682618msgstr ""
    25692619
    2570 #: waeup/kofa/students/browser.py:1488
     2620#: waeup/kofa/students/browser.py:1547
    25712621msgid "Upload portrait"
    25722622msgstr ""
    25732623
    2574 #. Default: ""
    2575 #: waeup/kofa/students/browser.py:149
    2576 msgid "Bed Ticket ${a}"
    2577 msgstr ""
    2578 
    2579 #: waeup/kofa/students/browser.py:1503 waeup/kofa/students/viewlets.py:389
     2624#: waeup/kofa/students/browser.py:1562 waeup/kofa/students/viewlets.py:412
    25802625#: waeup/kofa/students/workflow.py:44
    25812626msgid "Start clearance"
    25822627msgstr ""
    25832628
    2584 #: waeup/kofa/students/browser.py:1507
     2629#: waeup/kofa/students/browser.py:1566
    25852630msgid "Start clearance now"
    25862631msgstr ""
    25872632
    2588 #: waeup/kofa/students/browser.py:1524 waeup/kofa/students/browser.py:1645
     2633#: waeup/kofa/students/browser.py:1583 waeup/kofa/students/browser.py:1710
    25892634msgid "Wrong state"
    25902635msgstr ""
    25912636
    2592 #: waeup/kofa/students/browser.py:1528
     2637#: waeup/kofa/students/browser.py:1587
    25932638msgid "No portrait uploaded."
    25942639msgstr ""
    25952640
    2596 #: waeup/kofa/students/browser.py:1532
     2641#: waeup/kofa/students/browser.py:1591
    25972642msgid "Not all required fields filled."
    25982643msgstr ""
    25992644
    2600 #: waeup/kofa/students/browser.py:1559
     2645#: waeup/kofa/students/browser.py:1618
    26012646msgid "Clearance process has been started."
    26022647msgstr ""
    26032648
    2604 #: waeup/kofa/students/browser.py:1571
     2649#: waeup/kofa/students/browser.py:1628
    26052650msgid "Edit clearance data"
    26062651msgstr ""
    26072652
    2608 #: waeup/kofa/students/browser.py:1583 waeup/kofa/students/browser.py:1597
     2653#: waeup/kofa/students/browser.py:1648 waeup/kofa/students/browser.py:1662
    26092654msgid "Clearance form has been saved."
    26102655msgstr ""
    26112656
    2612 #: waeup/kofa/students/browser.py:1591
     2657#: waeup/kofa/students/browser.py:1656
    26132658msgid "Save and request clearance"
    26142659msgstr ""
    26152660
    2616 #: waeup/kofa/students/browser.py:1606 waeup/kofa/students/workflow.py:58
     2661#: waeup/kofa/students/browser.py:1671 waeup/kofa/students/workflow.py:58
    26172662msgid "Request clearance"
    26182663msgstr ""
    26192664
    2620 #: waeup/kofa/students/browser.py:1607
     2665#: waeup/kofa/students/browser.py:1672
    26212666msgid "Enter the CLR access code used for starting clearance."
    26222667msgstr ""
    26232668
    2624 #: waeup/kofa/students/browser.py:1610
     2669#: waeup/kofa/students/browser.py:1675
    26252670msgid "Request clearance now"
    26262671msgstr ""
    26272672
    2628 #: waeup/kofa/students/browser.py:1619
     2673#: waeup/kofa/students/browser.py:1684
    26292674msgid "This isn't your CLR access code."
    26302675msgstr ""
    26312676
    2632 #: waeup/kofa/students/browser.py:1628
     2677#: waeup/kofa/students/browser.py:1693
    26332678msgid "Clearance has been requested."
    26342679msgstr ""
    26352680
    2636 #: waeup/kofa/students/browser.py:1637 waeup/kofa/students/viewlets.py:418
     2681#: waeup/kofa/students/browser.py:170
     2682msgid "Student Section"
     2683msgstr ""
     2684
     2685#: waeup/kofa/students/browser.py:1702 waeup/kofa/students/viewlets.py:441
    26372686msgid "Start course registration"
    26382687msgstr ""
    26392688
    2640 #: waeup/kofa/students/browser.py:1641
     2689#: waeup/kofa/students/browser.py:1706
    26412690msgid "Start course registration now"
    26422691msgstr ""
    26432692
    2644 #: waeup/kofa/students/browser.py:1677
     2693#: waeup/kofa/students/browser.py:1742
    26452694msgid "Course registration has been started."
    26462695msgstr ""
    26472696
    2648 #: waeup/kofa/students/browser.py:168
    2649 msgid "Student Section"
    2650 msgstr ""
    2651 
    2652 #. Default: ""
    2653 #: waeup/kofa/students/browser.py:1696
     2697#. Default: ""
     2698#: waeup/kofa/students/browser.py:1761
    26542699msgid "Add current level ${a}"
    26552700msgstr ""
    26562701
    2657 #: waeup/kofa/students/browser.py:1705
     2702#: waeup/kofa/students/browser.py:1770
    26582703msgid "Create course list now"
    26592704msgstr ""
    26602705
    26612706#. Default: ""
    2662 #: waeup/kofa/students/browser.py:1744
     2707#: waeup/kofa/students/browser.py:1809
    26632708msgid "Add and remove course tickets of study level ${a}"
    26642709msgstr ""
    26652710
    2666 #: waeup/kofa/students/browser.py:1781
     2711#: waeup/kofa/students/browser.py:1846
    26672712msgid "Register course list"
    26682713msgstr ""
    26692714
    2670 #: waeup/kofa/students/browser.py:1785
     2715#: waeup/kofa/students/browser.py:1850
    26712716msgid "Course list has been registered."
    26722717msgstr ""
    26732718
    2674 #: waeup/kofa/students/browser.py:1831
    2675 msgid "Change my password"
    2676 msgstr ""
    2677 
    2678 #: waeup/kofa/students/browser.py:184 waeup/kofa/students/browser.py:220
     2719#: waeup/kofa/students/browser.py:186 waeup/kofa/students/browser.py:226
    26792720msgid "Empty search string"
    26802721msgstr ""
    26812722
    2682 #: waeup/kofa/students/browser.py:1841
     2723#: waeup/kofa/students/browser.py:1896
     2724msgid "Send me a new password"
     2725msgstr ""
     2726
     2727#: waeup/kofa/students/browser.py:1906
    26832728msgid "Get new login credentials"
    26842729msgstr ""
    26852730
    2686 #: waeup/kofa/students/browser.py:1855
    2687 msgid "No student record found."
    2688 msgstr ""
    2689 
    2690 #: waeup/kofa/students/browser.py:1863
     2731#: waeup/kofa/students/browser.py:1923
     2732msgid "Application package not installed."
     2733msgstr ""
     2734
     2735#: waeup/kofa/students/browser.py:1929
     2736msgid "No record found."
     2737msgstr ""
     2738
     2739#: waeup/kofa/students/browser.py:1937
    26912740msgid "You have successfully changed your password for the"
    26922741msgstr ""
    26932742
    26942743#. Default: ""
    2695 #: waeup/kofa/students/browser.py:1868
     2744#: waeup/kofa/students/browser.py:1942
    26962745msgid "An email with your user name and password has been sent to ${a}."
    26972746msgstr ""
    26982747
    2699 #: waeup/kofa/students/browser.py:1879
     2748#: waeup/kofa/students/browser.py:1953
    27002749msgid "Set password for first-time login"
    27012750msgstr ""
    27022751
    2703 #: waeup/kofa/students/browser.py:1882
     2752#: waeup/kofa/students/browser.py:1956
    27042753msgid "Set"
    27052754msgstr ""
    27062755
    2707 #: waeup/kofa/students/browser.py:1897
     2756#: waeup/kofa/students/browser.py:1971
    27082757msgid "More than one student found."
    27092758msgstr ""
    27102759
    2711 #: waeup/kofa/students/browser.py:1905
     2760#: waeup/kofa/students/browser.py:1979
    27122761msgid "Access code is invalid."
    27132762msgstr ""
    27142763
    27152764#. Default: ""
    2716 #: waeup/kofa/students/browser.py:1908
     2765#: waeup/kofa/students/browser.py:1982
    27172766msgid "Password has already been set. Your Student Id is ${a}"
    27182767msgstr ""
    27192768
    2720 #: waeup/kofa/students/browser.py:1914
     2769#: waeup/kofa/students/browser.py:1988
    27212770msgid "Password has already been set. You are using the wrong Access Code."
    27222771msgstr ""
    27232772
    2724 #: waeup/kofa/students/browser.py:1920
     2773#: waeup/kofa/students/browser.py:1994
    27252774msgid "Access code has already been used."
    27262775msgstr ""
    27272776
    27282777#. Default: ""
    2729 #: waeup/kofa/students/browser.py:1929
     2778#: waeup/kofa/students/browser.py:2003
    27302779msgid "Password has been set. Your Student Id is ${a}"
    27312780msgstr ""
    27322781
    2733 #: waeup/kofa/students/browser.py:202 waeup/kofa/students/viewlets.py:139
     2782#: waeup/kofa/students/browser.py:208 waeup/kofa/students/viewlets.py:142
    27342783msgid "Manage student section"
    27352784msgstr ""
    27362785
    2737 #: waeup/kofa/students/browser.py:226 waeup/kofa/students/browser.py:1894
     2786#: waeup/kofa/students/browser.py:238 waeup/kofa/students/browser.py:1968
    27382787msgid "No student found."
    27392788msgstr ""
    27402789
    2741 #: waeup/kofa/students/browser.py:253 waeup/kofa/students/viewlets.py:146
     2790#: waeup/kofa/students/browser.py:265 waeup/kofa/students/viewlets.py:149
    27422791msgid "Add student"
    27432792msgstr ""
    27442793
    2745 #: waeup/kofa/students/browser.py:261
     2794#: waeup/kofa/students/browser.py:273
    27462795msgid "Student record created."
    27472796msgstr ""
    27482797
    27492798#. Default: ""
    2750 #: waeup/kofa/students/browser.py:277
     2799#: waeup/kofa/students/browser.py:289
    27512800msgid "${a}: Base Data"
    27522801msgstr ""
    27532802
    2754 #: waeup/kofa/students/browser.py:320 waeup/kofa/students/browser.py:1871
     2803#: waeup/kofa/students/browser.py:332 waeup/kofa/students/browser.py:1945
    27552804msgid "An smtp server error occurred."
    27562805msgstr ""
    27572806
    2758 #: waeup/kofa/students/browser.py:332
     2807#: waeup/kofa/students/browser.py:343
    27592808msgid "Manage base data"
    27602809msgstr ""
    27612810
    27622811#. Default: ""
    2763 #: waeup/kofa/students/browser.py:407
     2812#: waeup/kofa/students/browser.py:423
    27642813msgid "${a}: Clearance Data"
    27652814msgstr ""
    27662815
    2767 #: waeup/kofa/students/browser.py:423 waeup/kofa/students/viewlets.py:104
    2768 #: waeup/kofa/students/viewlets.py:532
     2816#: waeup/kofa/students/browser.py:446 waeup/kofa/students/viewlets.py:107
     2817#: waeup/kofa/students/viewlets.py:555
    27692818#: waeup/kofa/students/browser_templates/clearanceeditpage.pt:6
    27702819msgid "Clearance Data"
    27712820msgstr ""
    27722821
    2773 #: waeup/kofa/students/browser.py:429
     2822#: waeup/kofa/students/browser.py:452
    27742823msgid "Clearance Slip of "
    27752824msgstr ""
    27762825
    2777 #: waeup/kofa/students/browser.py:449
     2826#: waeup/kofa/students/browser.py:471
    27782827msgid "Manage clearance data"
    27792828msgstr ""
    27802829
    2781 #: waeup/kofa/students/browser.py:478
     2830#: waeup/kofa/students/browser.py:512
    27822831msgid "Student has been cleared."
    27832832msgstr ""
    27842833
    2785 #: waeup/kofa/students/browser.py:480 waeup/kofa/students/browser.py:504
     2834#: waeup/kofa/students/browser.py:514 waeup/kofa/students/browser.py:538
    27862835msgid "Student is in wrong state."
    27872836msgstr ""
    27882837
    2789 #: waeup/kofa/students/browser.py:497
     2838#: waeup/kofa/students/browser.py:531
    27902839msgid "Clearance has been annulled."
    27912840msgstr ""
    27922841
    2793 #: waeup/kofa/students/browser.py:501
     2842#: waeup/kofa/students/browser.py:535
    27942843msgid "Clearance request has been rejected."
    27952844msgstr ""
    27962845
    27972846#. Default: ""
    2798 #: waeup/kofa/students/browser.py:527
     2847#: waeup/kofa/students/browser.py:561
    27992848msgid "${a}: Personal Data"
    28002849msgstr ""
    28012850
    2802 #: waeup/kofa/students/browser.py:537
    2803 msgid "Manage personal data"
    2804 msgstr ""
    2805 
    2806 #. Default: ""
    2807 #: waeup/kofa/students/browser.py:557
     2851#: waeup/kofa/students/browser.py:571
     2852msgid "Edit personal data"
     2853msgstr ""
     2854
     2855#. Default: ""
     2856#: waeup/kofa/students/browser.py:591
    28082857msgid "${a}: Study Course"
    28092858msgstr ""
    28102859
    2811 #: waeup/kofa/students/browser.py:587
     2860#: waeup/kofa/students/browser.py:621
    28122861msgid "Manage study course"
    28132862msgstr ""
    28142863
    2815 #: waeup/kofa/students/browser.py:590 waeup/kofa/students/browser.py:631
     2864#: waeup/kofa/students/browser.py:624 waeup/kofa/students/browser.py:671
    28162865msgid "Remove selected levels"
    28172866msgstr ""
    28182867
    2819 #: waeup/kofa/students/browser.py:591 waeup/kofa/students/browser.py:617
     2868#: waeup/kofa/students/browser.py:625 waeup/kofa/students/browser.py:657
    28202869msgid "Add study level"
    28212870msgstr ""
    28222871
    2823 #: waeup/kofa/students/browser.py:625
     2872#: waeup/kofa/students/browser.py:645
     2873msgid "Current level not available for certificate."
     2874msgstr ""
     2875
     2876#: waeup/kofa/students/browser.py:665
    28242877msgid "Study level has been added."
    28252878msgstr ""
    28262879
    2827 #: waeup/kofa/students/browser.py:627 waeup/kofa/students/browser.py:1714
     2880#: waeup/kofa/students/browser.py:667 waeup/kofa/students/browser.py:1779
    28282881msgid "This level exists."
    28292882msgstr ""
    28302883
    2831 #: waeup/kofa/students/browser.py:637
     2884#: waeup/kofa/students/browser.py:677
    28322885msgid "No study level selected."
    28332886msgstr ""
    28342887
    28352888#. Default: ""
    2836 #: waeup/kofa/students/browser.py:673
     2889#: waeup/kofa/students/browser.py:728
    28372890msgid "${a}: Study Level ${b}"
    28382891msgstr ""
    28392892
    2840 #: waeup/kofa/students/browser.py:696
     2893#: waeup/kofa/students/browser.py:751
    28412894msgid "Level Data"
    28422895msgstr ""
    28432896
    2844 #: waeup/kofa/students/browser.py:702
     2897#: waeup/kofa/students/browser.py:757
    28452898msgid "Course List"
    28462899msgstr ""
    28472900
    2848 #: waeup/kofa/students/browser.py:711
    2849 msgid "Course Registration Slip  "
    2850 msgstr ""
    2851 
    2852 #: waeup/kofa/students/browser.py:717
     2901#: waeup/kofa/students/browser.py:766
     2902msgid "Course Registration Slip"
     2903msgstr ""
     2904
     2905#: waeup/kofa/students/browser.py:772
    28532906#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:35
    28542907#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:12
     
    28572910msgstr ""
    28582911
    2859 #: waeup/kofa/students/browser.py:720
     2912#: waeup/kofa/students/browser.py:775
    28602913#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:38
    28612914#: waeup/kofa/students/browser_templates/studylevelpage.pt:36
     
    28632916msgstr ""
    28642917
    2865 #: waeup/kofa/students/browser.py:721
     2918#: waeup/kofa/students/browser.py:776
    28662919#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:16
    28672920msgid "Faculty"
    28682921msgstr ""
    28692922
    2870 #: waeup/kofa/students/browser.py:722
     2923#: waeup/kofa/students/browser.py:777
    28712924#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:40
    28722925#: waeup/kofa/students/browser_templates/studylevelpage.pt:38
     
    28742927msgstr ""
    28752928
    2876 #: waeup/kofa/students/browser.py:723
     2929#: waeup/kofa/students/browser.py:778
    28772930#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:41
    28782931#: waeup/kofa/students/browser_templates/studylevelpage.pt:39
     
    28802933msgstr ""
    28812934
    2882 #: waeup/kofa/students/browser.py:724 waeup/kofa/students/interfaces.py:389
     2935#: waeup/kofa/students/browser.py:779 waeup/kofa/students/interfaces.py:409
    28832936#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:42
    28842937#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:18
     
    28872940msgstr ""
    28882941
    2889 #: waeup/kofa/students/browser.py:752 waeup/kofa/students/browser.py:781
    2890 #: waeup/kofa/students/browser.py:866 waeup/kofa/students/browser.py:871
    2891 #: waeup/kofa/students/browser.py:1754 waeup/kofa/students/browser.py:1804
     2942#: waeup/kofa/students/browser.py:808 waeup/kofa/students/browser.py:837
     2943#: waeup/kofa/students/browser.py:922 waeup/kofa/students/browser.py:927
     2944#: waeup/kofa/students/browser.py:1819 waeup/kofa/students/browser.py:1869
    28922945msgid "Add course ticket"
    28932946msgstr ""
    28942947
    28952948#. Default: ""
    2896 #: waeup/kofa/students/browser.py:773
     2949#: waeup/kofa/students/browser.py:829
    28972950msgid "Manage study level ${a}"
    28982951msgstr ""
    28992952
    2900 #: waeup/kofa/students/browser.py:791 waeup/kofa/students/browser.py:1764
     2953#: waeup/kofa/students/browser.py:847 waeup/kofa/students/browser.py:1829
    29012954msgid "No ticket selected."
    29022955msgstr ""
    29032956
    2904 #: waeup/kofa/students/browser.py:815 waeup/kofa/students/browser.py:837
     2957#: waeup/kofa/students/browser.py:871 waeup/kofa/students/browser.py:893
    29052958msgid "This level does not correspond current level."
    29062959msgstr ""
    29072960
    2908 #: waeup/kofa/students/browser.py:819
     2961#: waeup/kofa/students/browser.py:875
    29092962msgid "Course list has been validated."
    29102963msgstr ""
    29112964
    2912 #: waeup/kofa/students/browser.py:821 waeup/kofa/students/browser.py:849
     2965#: waeup/kofa/students/browser.py:877 waeup/kofa/students/browser.py:905
    29132966msgid "Student is in the wrong state."
    29142967msgstr ""
    29152968
    2916 #: waeup/kofa/students/browser.py:842
     2969#: waeup/kofa/students/browser.py:898
    29172970msgid "Course list request has been annulled."
    29182971msgstr ""
    29192972
    2920 #: waeup/kofa/students/browser.py:846
     2973#: waeup/kofa/students/browser.py:902
    29212974msgid "Course list request has been rejected:"
    29222975msgstr ""
    29232976
    2924 #: waeup/kofa/students/browser.py:886 waeup/kofa/students/browser.py:1817
     2977#: waeup/kofa/students/browser.py:943 waeup/kofa/students/browser.py:1882
    29252978msgid "The ticket exists."
    29262979msgstr ""
    29272980
    29282981#. Default: ""
    2929 #: waeup/kofa/students/browser.py:888 waeup/kofa/students/browser.py:1819
     2982#: waeup/kofa/students/browser.py:945 waeup/kofa/students/browser.py:1884
    29302983msgid "Successfully added ${a}."
    29312984msgstr ""
    29322985
    29332986#. Default: ""
    2934 #: waeup/kofa/students/browser.py:909
     2987#: waeup/kofa/students/browser.py:966
    29352988msgid "${a}: Course Ticket ${b}"
    29362989msgstr ""
    29372990
    29382991#. Default: ""
    2939 #: waeup/kofa/students/browser.py:925
     2992#: waeup/kofa/students/browser.py:982
    29402993msgid "Manage course ticket ${a}"
    2941 msgstr ""
    2942 
    2943 #. Default: ""
    2944 #: waeup/kofa/students/browser.py:952
    2945 msgid "${a}: Payments"
    2946 msgstr ""
    2947 
    2948 #: waeup/kofa/students/browser.py:997
    2949 msgid "Add online payment"
    29502994msgstr ""
    29512995
     
    29542998msgstr ""
    29552999
    2956 #: waeup/kofa/students/browser_templates/basemanagepage.pt:29
     3000#: waeup/kofa/students/browser_templates/basemanagepage.pt:30
    29573001msgid "Registration Transition:"
    2958 msgstr ""
    2959 
    2960 #. Default: "Please solve the captcha<br />to prevent misuse of this service:"
    2961 #: waeup/kofa/students/browser_templates/changepw.pt:8
    2962 msgid "solve_captcha"
    29633002msgstr ""
    29643003
     
    30103049#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:14
    30113050#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:25
    3012 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
    3013 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:54
     3051#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:89
     3052#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:45
    30143053msgid "State"
    30153054msgstr ""
     
    30303069msgstr ""
    30313070
     3071#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
     3072#: waeup/kofa/students/browser_templates/studycoursepage.pt:39
     3073msgid "Faculty:"
     3074msgstr ""
     3075
     3076#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
     3077#: waeup/kofa/students/browser_templates/studycoursepage.pt:28
     3078msgid "Department:"
     3079msgstr ""
     3080
    30323081#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:31
    30333082msgid "Semester:"
     
    30463095msgstr ""
    30473096
    3048 #: waeup/kofa/students/browser_templates/imageupload.pt:20
    3049 #: waeup/kofa/students/browser_templates/fileupload.pt:26
    3050 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:25
    3051 msgid "Max. file size:"
    3052 msgstr ""
    3053 
    30543097#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:11
     3098#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
     3099#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     3100msgid "Category"
     3101msgstr ""
     3102
     3103#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
     3104#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:88
     3105#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:44
     3106msgid "Item"
     3107msgstr ""
     3108
     3109#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
     3110#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
     3111#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:40
     3112msgid "Payment Id"
     3113msgstr ""
     3114
     3115#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    30553116#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:85
    3056 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:52
    3057 msgid "Category"
    3058 msgstr ""
    3059 
    3060 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
    3061 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
    3062 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:53
    3063 msgid "Item"
    3064 msgstr ""
    3065 
    3066 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
    3067 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:82
    3068 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:49
    3069 msgid "Payment Id"
    3070 msgstr ""
    3071 
    3072 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    3073 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:83
    3074 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:50
     3117#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:41
    30753118msgid "Creation Date"
     3119msgstr ""
     3120
     3121#. Default: "Enter the email address stored on Kofa. You can't change your email address here. If you've forgotten your email address or the email address stored in Kofa is wrong or no longer valid, use the enquiries form to request a change of address."
     3122#: waeup/kofa/students/browser_templates/sendpassword.pt:19
     3123msgid "email_address_problem"
     3124msgstr ""
     3125
     3126#. Default: "Please solve the captcha<br />to prevent misuse of this service:"
     3127#: waeup/kofa/students/browser_templates/sendpassword.pt:8
     3128msgid "solve_captcha"
    30763129msgstr ""
    30773130
     
    31753228msgstr ""
    31763229
    3177 #: waeup/kofa/students/interfaces.py:183 waeup/kofa/students/interfaces.py:259
    3178 #: waeup/kofa/students/interfaces.py:498
    3179 msgid "Registration Number"
    3180 msgstr ""
    3181 
    3182 #: waeup/kofa/students/interfaces.py:190 waeup/kofa/students/interfaces.py:268
     3230#: waeup/kofa/students/export.py:139
     3231msgid "Student Study Levels"
     3232msgstr ""
     3233
     3234#: waeup/kofa/students/export.py:87
     3235msgid "Student Study Courses"
     3236msgstr ""
     3237
     3238#: waeup/kofa/students/interfaces.py:191 waeup/kofa/students/interfaces.py:280
    31833239msgid "Matriculation Number"
    31843240msgstr ""
    31853241
    3186 #: waeup/kofa/students/interfaces.py:197
     3242#: waeup/kofa/students/interfaces.py:198
    31873243msgid "PWD Activation Code"
    31883244msgstr ""
    31893245
    3190 #: waeup/kofa/students/interfaces.py:203
     3246#: waeup/kofa/students/interfaces.py:204
    31913247msgid "Email"
    31923248msgstr ""
    31933249
    3194 #: waeup/kofa/students/interfaces.py:223
     3250#: waeup/kofa/students/interfaces.py:225
    31953251msgid "Clearance form locked"
    31963252msgstr ""
    31973253
    3198 #: waeup/kofa/students/interfaces.py:228
     3254#: waeup/kofa/students/interfaces.py:230
    31993255msgid "CLR Activation Code"
    32003256msgstr ""
    32013257
    3202 #: waeup/kofa/students/interfaces.py:235
     3258#: waeup/kofa/students/interfaces.py:237
    32033259msgid "Nationality"
    32043260msgstr ""
    32053261
    3206 #: waeup/kofa/students/interfaces.py:245
     3262#: waeup/kofa/students/interfaces.py:246
     3263msgid "Employer"
     3264msgstr ""
     3265
     3266#: waeup/kofa/students/interfaces.py:256
    32073267msgid "Permanent Address"
    32083268msgstr ""
    32093269
    3210 #: waeup/kofa/students/interfaces.py:277
     3270#: waeup/kofa/students/interfaces.py:289
    32113271#: waeup/kofa/browser/templates/showstudentspage.pt:7
    32123272msgid "Certificate"
    32133273msgstr ""
    32143274
    3215 #: waeup/kofa/students/interfaces.py:283
     3275#: waeup/kofa/students/interfaces.py:295
    32163276msgid "Entry Mode"
    32173277msgstr ""
    32183278
    3219 #: waeup/kofa/students/interfaces.py:290
     3279#: waeup/kofa/students/interfaces.py:302
    32203280msgid "Entry Session"
    32213281msgstr ""
    32223282
    3223 #: waeup/kofa/students/interfaces.py:298 waeup/kofa/students/interfaces.py:337
     3283#: waeup/kofa/students/interfaces.py:310 waeup/kofa/students/interfaces.py:349
    32243284#: waeup/kofa/browser/templates/showstudentspage.pt:8
    32253285msgid "Current Session"
    32263286msgstr ""
    32273287
    3228 #: waeup/kofa/students/interfaces.py:305 waeup/kofa/students/interfaces.py:343
     3288#: waeup/kofa/students/interfaces.py:317 waeup/kofa/students/interfaces.py:355
    32293289#: waeup/kofa/browser/templates/showstudentspage.pt:9
    32303290msgid "Current Level"
    32313291msgstr ""
    32323292
    3233 #: waeup/kofa/students/interfaces.py:312 waeup/kofa/students/interfaces.py:331
     3293#: waeup/kofa/students/interfaces.py:324 waeup/kofa/students/interfaces.py:343
    32343294msgid "Current Verdict"
    32353295msgstr ""
    32363296
    3237 #: waeup/kofa/students/interfaces.py:319
     3297#: waeup/kofa/students/interfaces.py:331
    32383298msgid "Previous Verdict"
    32393299msgstr ""
    32403300
    3241 #: waeup/kofa/students/interfaces.py:357 waeup/kofa/students/interfaces.py:451
     3301#: waeup/kofa/students/interfaces.py:369 waeup/kofa/students/interfaces.py:471
    32423302#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:8
    32433303#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:13
     
    32453305msgstr ""
    32463306
    3247 #: waeup/kofa/students/interfaces.py:363
     3307#: waeup/kofa/students/interfaces.py:375
    32483308msgid "Verdict"
    32493309msgstr ""
    32503310
    3251 #: waeup/kofa/students/interfaces.py:382
     3311#: waeup/kofa/students/interfaces.py:402
    32523312#: waeup/kofa/browser/templates/certificatepage.pt:30
    32533313#: waeup/kofa/browser/templates/certificatemanagepage.pt:33
     
    32553315msgstr ""
    32563316
    3257 #: waeup/kofa/students/interfaces.py:396
     3317#: waeup/kofa/students/interfaces.py:416
    32583318msgid "Automatical Creation"
    32593319msgstr ""
    32603320
    3261 #: waeup/kofa/students/interfaces.py:403
     3321#: waeup/kofa/students/interfaces.py:423
    32623322msgid "Carry-over Course"
    32633323msgstr ""
    32643324
    3265 #: waeup/kofa/students/interfaces.py:422
     3325#: waeup/kofa/students/interfaces.py:442
    32663326#: waeup/kofa/university/interfaces.py:299
    32673327#: waeup/kofa/browser/templates/certificatepage.pt:29
     
    32703330msgstr ""
    32713331
    3272 #: waeup/kofa/students/interfaces.py:439
     3332#: waeup/kofa/students/interfaces.py:459
    32733333#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:10
    32743334msgid "Bed Coordinates"
    32753335msgstr ""
    32763336
    3277 #: waeup/kofa/students/interfaces.py:458
     3337#: waeup/kofa/students/interfaces.py:478
    32783338#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:9
    32793339msgid "Booking Date"
    32803340msgstr ""
    32813341
    3282 #: waeup/kofa/students/interfaces.py:464
     3342#: waeup/kofa/students/interfaces.py:484
    32833343msgid "Booking Activation Code"
    32843344msgstr ""
    32853345
    3286 #. Default: ""
    3287 #: waeup/kofa/students/utils.py:167
     3346#: waeup/kofa/students/utils.py:182
     3347msgid "Scanned Documents"
     3348msgstr ""
     3349
     3350#: waeup/kofa/students/utils.py:190
     3351msgid "(not provided)"
     3352msgstr ""
     3353
     3354#. Default: ""
     3355#: waeup/kofa/students/utils.py:218
    32883356msgid "<font size=10>${a} Page ${b} of ${c}</font>"
    32893357msgstr ""
    32903358
    3291 #: waeup/kofa/students/utils.py:298 waeup/kofa/students/viewlets.py:71
    3292 #: waeup/kofa/students/viewlets.py:99
    3293 #: waeup/kofa/students/browser_templates/basemanagepage.pt:6
     3359#: waeup/kofa/students/utils.py:333 waeup/kofa/students/viewlets.py:74
     3360#: waeup/kofa/students/viewlets.py:102
     3361#: waeup/kofa/students/browser_templates/basemanagepage.pt:7
    32943362msgid "Base Data"
    32953363msgstr ""
    32963364
    3297 #: waeup/kofa/students/utils.py:329
    3298 msgid "Scanned Documents"
    3299 msgstr ""
    3300 
    3301 #: waeup/kofa/students/utils.py:382
     3365#: waeup/kofa/students/utils.py:368
    33023366msgid "(not yet)"
    33033367msgstr ""
    33043368
    3305 #: waeup/kofa/students/viewlets.py:109 waeup/kofa/students/viewlets.py:533
     3369#: waeup/kofa/students/viewlets.py:112 waeup/kofa/students/viewlets.py:556
    33063370msgid "Personal Data"
    33073371msgstr ""
    33083372
    3309 #: waeup/kofa/students/viewlets.py:131 waeup/kofa/students/viewlets.py:537
     3373#: waeup/kofa/students/viewlets.py:134 waeup/kofa/students/viewlets.py:560
    33103374#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:27
    33113375msgid "History"
    33123376msgstr ""
    33133377
    3314 #: waeup/kofa/students/viewlets.py:179 waeup/kofa/students/workflow.py:72
     3378#: waeup/kofa/students/viewlets.py:182 waeup/kofa/students/workflow.py:72
    33153379msgid "Clear student"
    33163380msgstr ""
    33173381
    3318 #: waeup/kofa/students/viewlets.py:194
     3382#: waeup/kofa/students/viewlets.py:197
    33193383msgid "Reject clearance"
    33203384msgstr ""
    33213385
    3322 #: waeup/kofa/students/viewlets.py:210
     3386#: waeup/kofa/students/viewlets.py:213
    33233387msgid "Download clearance slip"
    33243388msgstr ""
    33253389
    3326 #: waeup/kofa/students/viewlets.py:235
     3390#: waeup/kofa/students/viewlets.py:222 waeup/kofa/students/viewlets.py:231
     3391msgid "View"
     3392msgstr ""
     3393
     3394#: waeup/kofa/students/viewlets.py:263 waeup/kofa/students/workflow.py:128
     3395msgid "Validate courses"
     3396msgstr ""
     3397
     3398#: waeup/kofa/students/viewlets.py:279
     3399msgid "Reject courses"
     3400msgstr ""
     3401
     3402#: waeup/kofa/students/viewlets.py:296
    33273403msgid "Download course registration slip"
    33283404msgstr ""
    33293405
    3330 #: waeup/kofa/students/viewlets.py:251 waeup/kofa/students/workflow.py:128
    3331 msgid "Validate courses"
    3332 msgstr ""
    3333 
    3334 #: waeup/kofa/students/viewlets.py:267
    3335 msgid "Reject courses"
    3336 msgstr ""
    3337 
    3338 #: waeup/kofa/students/viewlets.py:330
     3406#: waeup/kofa/students/viewlets.py:353
    33393407msgid "Book accommodation"
    33403408msgstr ""
    33413409
    3342 #: waeup/kofa/students/viewlets.py:339
     3410#: waeup/kofa/students/viewlets.py:362
    33433411msgid "Download bed allocation slip"
    33443412msgstr ""
    33453413
    3346 #: waeup/kofa/students/viewlets.py:348
     3414#: waeup/kofa/students/viewlets.py:371
    33473415msgid "Relocate student"
    33483416msgstr ""
    33493417
    3350 #: waeup/kofa/students/viewlets.py:374
     3418#: waeup/kofa/students/viewlets.py:397
    33513419msgid "Change portrait"
    33523420msgstr ""
    33533421
    3354 #: waeup/kofa/students/viewlets.py:432
     3422#: waeup/kofa/students/viewlets.py:455
    33553423msgid "Add course list"
    33563424msgstr ""
    33573425
    3358 #: waeup/kofa/students/viewlets.py:450
     3426#: waeup/kofa/students/viewlets.py:473
    33593427msgid "Add and remove courses"
    33603428msgstr ""
    33613429
    3362 #: waeup/kofa/students/viewlets.py:536
     3430#: waeup/kofa/students/viewlets.py:559
    33633431msgid "Accommodation Data"
    33643432msgstr ""
    33653433
    33663434#. Default: ""
    3367 #: waeup/kofa/students/viewlets.py:548
     3435#: waeup/kofa/students/viewlets.py:571
    33683436msgid "${a} deleted."
    33693437msgstr ""
    33703438
    3371 #: waeup/kofa/students/viewlets.py:561
     3439#: waeup/kofa/students/viewlets.py:584
    33723440msgid "File name has no extension."
    33733441msgstr ""
    33743442
    3375 #: waeup/kofa/students/viewlets.py:564
     3443#: waeup/kofa/students/viewlets.py:587
    33763444msgid "File name contains more than one dot."
    33773445msgstr ""
    33783446
    33793447#. Default: ""
    3380 #: waeup/kofa/students/viewlets.py:571
     3448#: waeup/kofa/students/viewlets.py:594
    33813449msgid "${a} file extension expected."
    33823450msgstr ""
    33833451
    33843452#. Default: ""
    3385 #: waeup/kofa/students/viewlets.py:577
     3453#: waeup/kofa/students/viewlets.py:600
    33863454msgid "Only the following extension are allowed: ${a}"
    33873455msgstr ""
    33883456
    3389 #: waeup/kofa/students/viewlets.py:583
     3457#: waeup/kofa/students/viewlets.py:606
    33903458msgid "Uploaded file is too big."
    33913459msgstr ""
    33923460
    33933461#. Default: ""
    3394 #: waeup/kofa/students/viewlets.py:590
     3462#: waeup/kofa/students/viewlets.py:613
    33953463msgid "File ${a} uploaded."
    33963464msgstr ""
    33973465
    3398 #: waeup/kofa/students/viewlets.py:608
     3466#: waeup/kofa/students/viewlets.py:631
    33993467#: waeup/kofa/browser/templates/datacenterlogspage.pt:10
    34003468#: waeup/kofa/browser/templates/datacenterpage.pt:14
     
    34033471msgstr ""
    34043472
    3405 #: waeup/kofa/students/viewlets.py:609
     3473#: waeup/kofa/students/viewlets.py:632
    34063474msgid "Scan"
    34073475msgstr ""
    34083476
    3409 #: waeup/kofa/students/viewlets.py:632
     3477#: waeup/kofa/students/viewlets.py:655
    34103478msgid "Upload new file"
    34113479msgstr ""
    34123480
    3413 #: waeup/kofa/students/viewlets.py:633
     3481#: waeup/kofa/students/viewlets.py:656
    34143482msgid "Delete attachment"
    34153483msgstr ""
    34163484
    3417 #: waeup/kofa/students/viewlets.py:663
     3485#: waeup/kofa/students/viewlets.py:687
    34183486msgid "No local file selected."
    34193487msgstr ""
    34203488
    3421 #: waeup/kofa/students/viewlets.py:677
    3422 #: waeup/kofa/students/browser_templates/basemanagepage.pt:8
     3489#: waeup/kofa/students/viewlets.py:701
     3490#: waeup/kofa/students/browser_templates/basemanagepage.pt:9
    34233491msgid "Passport Picture"
    34243492msgstr ""
    34253493
    3426 #: waeup/kofa/students/viewlets.py:688
     3494#: waeup/kofa/students/viewlets.py:712
    34273495msgid "Passport Picture (jpg only)"
    34283496msgstr ""
    34293497
    3430 #: waeup/kofa/students/viewlets.py:703 waeup/kofa/students/viewlets.py:714
     3498#: waeup/kofa/students/viewlets.py:727 waeup/kofa/students/viewlets.py:738
    34313499msgid "Birth Certificate"
    34323500msgstr ""
    34333501
    3434 #: waeup/kofa/students/viewlets.py:704 waeup/kofa/students/viewlets.py:715
     3502#: waeup/kofa/students/viewlets.py:728 waeup/kofa/students/viewlets.py:739
    34353503msgid "Birth Certificate Scan"
    34363504msgstr ""
    34373505
    3438 #: waeup/kofa/students/viewlets.py:724 waeup/kofa/students/viewlets.py:735
     3506#: waeup/kofa/students/viewlets.py:748 waeup/kofa/students/viewlets.py:759
    34393507msgid "Acceptance Letter"
    34403508msgstr ""
    34413509
    3442 #: waeup/kofa/students/viewlets.py:725 waeup/kofa/students/viewlets.py:736
     3510#: waeup/kofa/students/viewlets.py:749 waeup/kofa/students/viewlets.py:760
    34433511msgid "Acceptance Letter Scan"
    34443512msgstr ""
    34453513
    3446 #: waeup/kofa/students/viewlets.py:85
     3514#: waeup/kofa/students/viewlets.py:88
    34473515msgid "Application Slip"
    34483516msgstr ""
    34493517
    3450 #: waeup/kofa/students/vocabularies.py:117
     3518#: waeup/kofa/students/vocabularies.py:116
    34513519msgid "male"
    34523520msgstr ""
    34533521
    3454 #: waeup/kofa/students/vocabularies.py:119
     3522#: waeup/kofa/students/vocabularies.py:118
    34553523msgid "female"
    34563524msgstr ""
    34573525
    34583526#. Default: ""
    3459 #: waeup/kofa/students/vocabularies.py:77
     3527#: waeup/kofa/students/vocabularies.py:76
    34603528msgid "Error: level id ${value} out of range"
    34613529msgstr ""
    34623530
    34633531#. Default: ""
    3464 #: waeup/kofa/students/vocabularies.py:88
     3532#: waeup/kofa/students/vocabularies.py:87
    34653533msgid "${title} 2nd spillover"
    34663534msgstr ""
    34673535
    34683536#. Default: ""
    3469 #: waeup/kofa/students/vocabularies.py:91
     3537#: waeup/kofa/students/vocabularies.py:90
    34703538msgid "${title} 3rd spillover"
    34713539msgstr ""
    34723540
    34733541#. Default: ""
    3474 #: waeup/kofa/students/vocabularies.py:94
     3542#: waeup/kofa/students/vocabularies.py:93
    34753543msgid "${title} 1st spillover"
    34763544msgstr ""
    34773545
    34783546#. Default: ""
    3479 #: waeup/kofa/students/vocabularies.py:96
     3547#: waeup/kofa/students/vocabularies.py:95
    34803548msgid "${title} on 1st probation"
    34813549msgstr ""
    34823550
    34833551#. Default: ""
    3484 #: waeup/kofa/students/vocabularies.py:98
     3552#: waeup/kofa/students/vocabularies.py:97
    34853553msgid "${title} on 2nd probation"
    34863554msgstr ""
     
    34903558msgstr ""
    34913559
    3492 #: waeup/kofa/students/workflow.py:108
    3493 msgid "Student record reset to 'returning'"
     3560#: waeup/kofa/students/workflow.py:108 waeup/kofa/students/workflow.py:143
     3561msgid "Reset to 'returning'"
    34943562msgstr ""
    34953563
     
    35073575
    35083576#: waeup/kofa/students/workflow.py:122 waeup/kofa/students/workflow.py:136
    3509 msgid "Student record reset to 'paid'"
     3577msgid "Reset to 'paid'"
    35103578msgstr ""
    35113579
     
    35183586msgstr ""
    35193587
    3520 #: waeup/kofa/students/workflow.py:143
    3521 msgid "Returned"
    3522 msgstr ""
    3523 
    35243588#: waeup/kofa/students/workflow.py:149
    35253589msgid "Reset to validated"
     
    35273591
    35283592#: waeup/kofa/students/workflow.py:150
    3529 msgid "Student record reset to 'validated'"
     3593msgid "Reset to 'validated'"
    35303594msgstr ""
    35313595
     
    35473611
    35483612#: waeup/kofa/students/workflow.py:38
    3549 msgid "Student record reset"
     3613msgid "Reset to initial state"
    35503614msgstr ""
    35513615
     
    35593623
    35603624#: waeup/kofa/students/workflow.py:52
    3561 msgid "Student record reset to 'admitted'"
     3625msgid "Reset to 'admitted'"
    35623626msgstr ""
    35633627
     
    35713635
    35723636#: waeup/kofa/students/workflow.py:66 waeup/kofa/students/workflow.py:80
    3573 msgid "Student record reset to 'clearance'"
     3637msgid "Reset to 'clearance'"
    35743638msgstr ""
    35753639
     
    35913655
    35923656#: waeup/kofa/students/workflow.py:94
    3593 msgid "Student record reset to 'cleared'"
     3657msgid "Reset to 'cleared'"
    35943658msgstr ""
    35953659
     
    37263790msgstr ""
    37273791
     3792#: waeup/kofa/university/vocabularies.py:38
     3793msgid "900 (Year 9)"
     3794msgstr ""
     3795
    37283796#: waeup/kofa/utils/countries.py:10
    37293797msgid "Albania"
     
    40304098msgstr ""
    40314099
    4032 #: waeup/kofa/utils/countries.py:169 waeup/kofa/utils/utils.py:47
     4100#: waeup/kofa/utils/countries.py:169 waeup/kofa/utils/utils.py:48
    40334101msgid "Nigeria"
    40344102msgstr ""
     
    46824750msgstr ""
    46834751
    4684 #: waeup/kofa/utils/countries.py:90 waeup/kofa/utils/utils.py:46
     4752#: waeup/kofa/utils/countries.py:90 waeup/kofa/utils/utils.py:47
    46854753msgid "Germany"
    46864754msgstr ""
     
    47224790msgstr ""
    47234791
    4724 #: waeup/kofa/utils/utils.py:149
     4792#: waeup/kofa/utils/utils.py:151
    47254793msgid ""
    47264794"Fullname: ${a}\n"
     
    47324800msgstr ""
    47334801
    4734 #: waeup/kofa/utils/utils.py:194
     4802#: waeup/kofa/utils/utils.py:201
    47354803msgid ""
    47364804"Dear ${a},\n"
     
    47524820msgstr ""
    47534821
    4754 #: waeup/kofa/utils/utils.py:48
     4822#: waeup/kofa/utils/utils.py:49
    47554823msgid "U.S."
    47564824msgstr ""
    47574825
    4758 #: waeup/kofa/widgets/phonewidget.py:117
     4826#: waeup/kofa/widgets/phonewidget.py:118
    47594827msgid "Empty phone field(s)."
    47604828msgstr ""
    47614829
    4762 #: waeup/kofa/widgets/phonewidget.py:121
     4830#: waeup/kofa/widgets/phonewidget.py:122
    47634831msgid "Int. prefix requires format '+NNN'"
    47644832msgstr ""
    47654833
    4766 #: waeup/kofa/widgets/phonewidget.py:127
     4834#: waeup/kofa/widgets/phonewidget.py:130
    47674835msgid "Phone numbers may contain numbers only."
    47684836msgstr ""
  • main/waeup.kofa/trunk/src/waeup/kofa/locales/fr/LC_MESSAGES/waeup.kofa.po

    r7985 r8197  
    1515msgstr ""
    1616"Project-Id-Version: WAeUP.KOFA\n"
    17 "POT-Creation-Date: Mon Mar 26 11:33:10 2012\n"
     17"POT-Creation-Date: Tue Apr 17 16:18:24 2012\n"
    1818"PO-Revision-Date: 2012-03-09 07:17+0100\n"
    1919"Last-Translator: Henrik Bettermann <henrik@waeup.org>\n"
     
    2828"X-Poedit-SourceCharset: utf-8\n"
    2929
    30 #: waeup/kofa/accesscodes/browser.py:100 waeup/kofa/accesscodes/browser.py:113
    31 #: waeup/kofa/applicants/browser.py:79 waeup/kofa/applicants/browser.py:129
    32 #: waeup/kofa/applicants/browser.py:181 waeup/kofa/applicants/browser.py:252
    33 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:336
     30#: waeup/kofa/accesscodes/browser.py:101 waeup/kofa/accesscodes/browser.py:114
     31#: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:131
     32#: waeup/kofa/applicants/browser.py:180 waeup/kofa/applicants/browser.py:249
     33#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:331
    3434#: waeup/kofa/browser/pages.py:507 waeup/kofa/browser/pages.py:712
    3535#: waeup/kofa/browser/pages.py:739 waeup/kofa/browser/pages.py:762
     
    4545#: waeup/kofa/browser/pages.py:1814 waeup/kofa/browser/pages.py:1816
    4646#: waeup/kofa/browser/pages.py:1851 waeup/kofa/browser/pages.py:1902
    47 #: waeup/kofa/browser/pages.py:1954 waeup/kofa/students/browser.py:589
    48 #: waeup/kofa/students/browser.py:590 waeup/kofa/students/browser.py:751
    49 #: waeup/kofa/students/browser.py:753 waeup/kofa/students/browser.py:893
     47#: waeup/kofa/browser/pages.py:1954 waeup/kofa/students/browser.py:623
     48#: waeup/kofa/students/browser.py:624 waeup/kofa/students/browser.py:807
     49#: waeup/kofa/students/browser.py:809 waeup/kofa/students/browser.py:950
    5050msgid "Cancel"
    5151msgstr ""
    5252
    53 #: waeup/kofa/accesscodes/browser.py:102
     53#: waeup/kofa/accesscodes/browser.py:103
    5454msgid "Batch creation cancelled."
    5555msgstr ""
    5656
    57 #: waeup/kofa/accesscodes/browser.py:112
     57#: waeup/kofa/accesscodes/browser.py:113
    5858msgid "Reimport"
    5959msgstr ""
    6060
    61 #: waeup/kofa/accesscodes/browser.py:115
     61#: waeup/kofa/accesscodes/browser.py:116
    6262msgid "Reimport Access Code Batches"
    6363msgstr ""
    6464
    65 #: waeup/kofa/accesscodes/browser.py:120
     65#: waeup/kofa/accesscodes/browser.py:121
    6666msgid "Reimport cancelled."
    6767msgstr ""
    6868
    69 #: waeup/kofa/accesscodes/browser.py:126
     69#: waeup/kofa/accesscodes/browser.py:127
    7070msgid "No file chosen. Action cancelled."
    7171msgstr ""
    7272
    7373#. Default: ""
    74 #: waeup/kofa/accesscodes/browser.py:136
     74#: waeup/kofa/accesscodes/browser.py:137
    7575msgid "This batch already exists: ${a}"
    7676msgstr ""
    7777
    7878#. Default: ""
    79 #: waeup/kofa/accesscodes/browser.py:139
     79#: waeup/kofa/accesscodes/browser.py:140
    8080msgid "Successfully reimported: ${a}"
    8181msgstr ""
    8282
    83 #: waeup/kofa/accesscodes/browser.py:152
     83#: waeup/kofa/accesscodes/browser.py:153
    8484msgid "Search and Manage Access Codes"
    8585msgstr ""
    8686
    87 #: waeup/kofa/accesscodes/browser.py:153 waeup/kofa/browser/pages.py:596
     87#: waeup/kofa/accesscodes/browser.py:154 waeup/kofa/browser/pages.py:596
    8888#: waeup/kofa/browser/pages.py:1146 waeup/kofa/browser/viewlets.py:190
    89 #: waeup/kofa/students/browser.py:169 waeup/kofa/students/browser.py:203
     89#: waeup/kofa/students/browser.py:171 waeup/kofa/students/browser.py:209
    9090msgid "Search"
    9191msgstr ""
    9292
    93 #: waeup/kofa/accesscodes/browser.py:154
     93#: waeup/kofa/accesscodes/browser.py:155
    9494msgid "Disable ACs"
    9595msgstr ""
    9696
    97 #: waeup/kofa/accesscodes/browser.py:155
     97#: waeup/kofa/accesscodes/browser.py:156
    9898msgid "Enable ACs"
    9999msgstr ""
    100100
    101 #: waeup/kofa/accesscodes/browser.py:180 waeup/kofa/accesscodes/workflow.py:39
     101#: waeup/kofa/accesscodes/browser.py:181 waeup/kofa/accesscodes/workflow.py:39
    102102msgid "disabled"
    103103msgstr ""
    104104
    105105#. Default: ""
    106 #: waeup/kofa/accesscodes/browser.py:182
     106#: waeup/kofa/accesscodes/browser.py:183
    107107msgid "${a} disabled."
    108108msgstr ""
    109109
    110110#. Default: ""
    111 #: waeup/kofa/accesscodes/browser.py:186
     111#: waeup/kofa/accesscodes/browser.py:187
    112112msgid "${a}: Disable transition not allowed."
    113113msgstr ""
    114114
    115 #: waeup/kofa/accesscodes/browser.py:190
     115#: waeup/kofa/accesscodes/browser.py:191
    116116msgid "re-enabled"
    117117msgstr ""
    118118
    119119#. Default: ""
    120 #: waeup/kofa/accesscodes/browser.py:192
     120#: waeup/kofa/accesscodes/browser.py:193
    121121msgid "${a} (re-)enabled."
    122122msgstr ""
    123123
    124124#. Default: ""
    125 #: waeup/kofa/accesscodes/browser.py:196
     125#: waeup/kofa/accesscodes/browser.py:197
    126126msgid "${a}: Re-enable transition not allowed."
    127127msgstr ""
    128128
    129 #: waeup/kofa/accesscodes/browser.py:235
     129#: waeup/kofa/accesscodes/browser.py:236
    130130msgid "Add Access Code Batch"
    131131msgstr ""
    132132
    133 #: waeup/kofa/accesscodes/browser.py:244
     133#: waeup/kofa/accesscodes/browser.py:245
    134134msgid "Reimport Access Code Batch"
    135135msgstr ""
    136136
    137 #: waeup/kofa/accesscodes/browser.py:252
     137#: waeup/kofa/accesscodes/browser.py:253
    138138msgid "Search Access Codes"
    139139msgstr ""
    140140
    141 #: waeup/kofa/accesscodes/browser.py:261
     141#: waeup/kofa/accesscodes/browser.py:262
    142142msgid "Access Codes"
    143143msgstr ""
    144144
    145 #: waeup/kofa/accesscodes/browser.py:43
     145#: waeup/kofa/accesscodes/browser.py:44
    146146msgid "Archive"
    147147msgstr ""
    148148
    149 #: waeup/kofa/accesscodes/browser.py:44
     149#: waeup/kofa/accesscodes/browser.py:45
    150150msgid "Archive and delete"
    151151msgstr ""
    152152
    153 #: waeup/kofa/accesscodes/browser.py:46 waeup/kofa/accesscodes/browser.py:206
    154 #: waeup/kofa/accesscodes/browser.py:226
     153#: waeup/kofa/accesscodes/browser.py:47 waeup/kofa/accesscodes/browser.py:207
     154#: waeup/kofa/accesscodes/browser.py:227
    155155msgid "Access Code Batches"
    156156msgstr ""
    157157
    158 #: waeup/kofa/accesscodes/browser.py:53
     158#: waeup/kofa/accesscodes/browser.py:54
    159159msgid "No batch selected."
    160160msgstr ""
    161161
    162162#. Default: ""
    163 #: waeup/kofa/accesscodes/browser.py:61
     163#: waeup/kofa/accesscodes/browser.py:62
    164164msgid "Archived ${a} (${b})"
    165165msgstr ""
    166166
    167167#. Default: ""
    168 #: waeup/kofa/accesscodes/browser.py:68
     168#: waeup/kofa/accesscodes/browser.py:69
    169169msgid "Deleted batch ${a}"
    170170msgstr ""
    171171
    172 #: waeup/kofa/accesscodes/browser.py:77
     172#: waeup/kofa/accesscodes/browser.py:78
    173173msgid "Create Access Code Batch"
    174174msgstr ""
    175175
    176 #: waeup/kofa/accesscodes/browser.py:83
     176#: waeup/kofa/accesscodes/browser.py:84
    177177msgid "Create batch"
    178178msgstr ""
    179179
    180180#. Default: ""
    181 #: waeup/kofa/accesscodes/browser.py:91
     181#: waeup/kofa/accesscodes/browser.py:92
    182182msgid "Batch created (${a} entries)"
    183183msgstr ""
    184184
    185185#. Default: ""
    186 #: waeup/kofa/accesscodes/browser.py:93
     186#: waeup/kofa/accesscodes/browser.py:94
    187187msgid "Data written to ${a}"
    188188msgstr ""
     
    342342msgstr ""
    343343
    344 #: waeup/kofa/applicants/browser.py:116 waeup/kofa/applicants/browser.py:323
    345 #: waeup/kofa/applicants/browser.py:744
     344#: waeup/kofa/applicants/browser.py:118 waeup/kofa/applicants/browser.py:318
     345#: waeup/kofa/applicants/browser.py:714
    346346msgid "Could not delete:"
    347347msgstr ""
    348348
    349349#. Default: ""
    350 #: waeup/kofa/applicants/browser.py:119 waeup/kofa/applicants/browser.py:326
    351 #: waeup/kofa/applicants/browser.py:747 waeup/kofa/browser/pages.py:137
    352 #: waeup/kofa/students/browser.py:241 waeup/kofa/students/browser.py:647
    353 #: waeup/kofa/students/browser.py:801 waeup/kofa/students/browser.py:979
    354 #: waeup/kofa/students/browser.py:1189 waeup/kofa/students/browser.py:1776
     350#: waeup/kofa/applicants/browser.py:121 waeup/kofa/applicants/browser.py:321
     351#: waeup/kofa/applicants/browser.py:717 waeup/kofa/browser/pages.py:136
     352#: waeup/kofa/students/browser.py:253 waeup/kofa/students/browser.py:687
     353#: waeup/kofa/students/browser.py:857 waeup/kofa/students/browser.py:1036
     354#: waeup/kofa/students/browser.py:1251 waeup/kofa/students/browser.py:1841
    355355msgid "Successfully removed: ${a}"
    356356msgstr ""
     
    362362msgstr ""
    363363
    364 #: waeup/kofa/applicants/browser.py:177
     364#: waeup/kofa/applicants/browser.py:176
    365365msgid "Added:"
    366366msgstr ""
    367367
    368 #: waeup/kofa/applicants/browser.py:189 waeup/kofa/applicants/export.py:78
     368#: waeup/kofa/applicants/browser.py:188 waeup/kofa/applicants/export.py:76
    369369#: waeup/kofa/applicants/viewlets.py:44
    370370#: waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt:12
     
    373373msgstr ""
    374374
    375 #: waeup/kofa/applicants/browser.py:252 waeup/kofa/applicants/browser.py:299
    376 #: waeup/kofa/applicants/browser.py:653 waeup/kofa/applicants/browser.py:687
    377 #: waeup/kofa/applicants/browser.py:790 waeup/kofa/applicants/browser.py:793
    378 #: waeup/kofa/applicants/browser.py:837 waeup/kofa/browser/pages.py:480
     375#: waeup/kofa/applicants/browser.py:249 waeup/kofa/applicants/browser.py:294
     376#: waeup/kofa/applicants/browser.py:619 waeup/kofa/applicants/browser.py:657
     377#: waeup/kofa/applicants/browser.py:759 waeup/kofa/applicants/browser.py:762
     378#: waeup/kofa/applicants/browser.py:806 waeup/kofa/browser/pages.py:480
    379379#: waeup/kofa/browser/pages.py:635 waeup/kofa/browser/pages.py:658
    380380#: waeup/kofa/browser/pages.py:732 waeup/kofa/browser/pages.py:1185
     
    384384#: waeup/kofa/browser/pages.py:1835 waeup/kofa/hostels/browser.py:209
    385385#: waeup/kofa/hostels/browser.py:231 waeup/kofa/hostels/browser.py:318
    386 #: waeup/kofa/students/browser.py:358 waeup/kofa/students/browser.py:463
    387 #: waeup/kofa/students/browser.py:540 waeup/kofa/students/browser.py:589
    388 #: waeup/kofa/students/browser.py:605 waeup/kofa/students/browser.py:751
    389 #: waeup/kofa/students/browser.py:776 waeup/kofa/students/browser.py:1450
    390 #: waeup/kofa/students/browser.py:1465 waeup/kofa/students/browser.py:1580
     386#: waeup/kofa/students/browser.py:369 waeup/kofa/students/browser.py:497
     387#: waeup/kofa/students/browser.py:574 waeup/kofa/students/browser.py:623
     388#: waeup/kofa/students/browser.py:639 waeup/kofa/students/browser.py:807
     389#: waeup/kofa/students/browser.py:832 waeup/kofa/students/browser.py:1509
     390#: waeup/kofa/students/browser.py:1524 waeup/kofa/students/browser.py:1645
    391391msgid "Save"
    392392msgstr ""
    393393
    394 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:331
    395 #: waeup/kofa/applicants/browser.py:360
     394#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:326
     395#: waeup/kofa/applicants/browser.py:354
    396396msgid "Add applicant"
    397397msgstr ""
    398398
    399 #: waeup/kofa/applicants/browser.py:263 waeup/kofa/applicants/viewlets.py:95
     399#: waeup/kofa/applicants/browser.py:258 waeup/kofa/applicants/viewlets.py:95
    400400msgid "Manage applicants container"
    401401msgstr ""
    402402
    403 #: waeup/kofa/applicants/browser.py:303 waeup/kofa/applicants/browser.py:716
     403#: waeup/kofa/applicants/browser.py:298 waeup/kofa/applicants/browser.py:686
    404404#: waeup/kofa/browser/pages.py:1444 waeup/kofa/browser/pages.py:1766
    405405#: waeup/kofa/browser/pages.py:1838 waeup/kofa/browser/pages.py:1950
    406 #: waeup/kofa/hostels/browser.py:54 waeup/kofa/students/browser.py:82
    407 #: waeup/kofa/students/browser.py:384
     406#: waeup/kofa/hostels/browser.py:54 waeup/kofa/students/browser.py:84
     407#: waeup/kofa/students/browser.py:395
    408408msgid "Form has been saved."
    409409msgstr ""
    410410
    411 #: waeup/kofa/applicants/browser.py:312
     411#: waeup/kofa/applicants/browser.py:307
    412412msgid "No applicant selected!"
    413413msgstr ""
    414414
    415 #: waeup/kofa/applicants/browser.py:363
     415#: waeup/kofa/applicants/browser.py:357
    416416msgid "Create application record"
    417417msgstr ""
    418418
    419 #: waeup/kofa/applicants/browser.py:368
     419#: waeup/kofa/applicants/browser.py:362
    420420msgid "Applicant record created."
    421421msgstr ""
    422422
    423 #: waeup/kofa/applicants/browser.py:381
     423#: waeup/kofa/applicants/browser.py:376
    424424msgid "Applicant"
    425425msgstr ""
    426426
    427 #: waeup/kofa/applicants/browser.py:396 waeup/kofa/students/browser.py:283
     427#: waeup/kofa/applicants/browser.py:395 waeup/kofa/students/browser.py:295
    428428msgid "set"
    429429msgstr ""
    430430
    431 #: waeup/kofa/applicants/browser.py:397 waeup/kofa/students/browser.py:284
     431#: waeup/kofa/applicants/browser.py:396 waeup/kofa/students/browser.py:296
    432432msgid "unset"
    433433msgstr ""
    434434
    435435#. Default: ""
    436 #: waeup/kofa/applicants/browser.py:402
    437 msgid "${a} Application Record ${b}"
    438 msgstr ""
    439 
    440 #: waeup/kofa/applicants/browser.py:453
     436#: waeup/kofa/applicants/browser.py:401
     437msgid "${a} <br /> Application Record ${b}"
     438msgstr ""
     439
     440#: waeup/kofa/applicants/browser.py:452
    441441msgid "Session configuration object is not available."
    442442msgstr ""
    443443
    444 #: waeup/kofa/applicants/browser.py:460 waeup/kofa/students/browser.py:1028
     444#: waeup/kofa/applicants/browser.py:459 waeup/kofa/students/browser.py:1091
    445445msgid "This type of payment has already been made."
    446446msgstr ""
    447447
    448 #: waeup/kofa/applicants/browser.py:473 waeup/kofa/students/browser.py:1042
     448#: waeup/kofa/applicants/browser.py:472 waeup/kofa/students/browser.py:1105
    449449msgid "Payment ticket created."
    450450msgstr ""
    451451
    452452#. Default: ""
    453 #: waeup/kofa/applicants/browser.py:500 waeup/kofa/students/browser.py:1061
     453#: waeup/kofa/applicants/browser.py:499 waeup/kofa/students/browser.py:1124
    454454msgid "${a}: Online Payment Ticket ${b}"
    455455msgstr ""
    456456
    457 #: waeup/kofa/applicants/browser.py:528 waeup/kofa/students/browser.py:1110
     457#: waeup/kofa/applicants/browser.py:527 waeup/kofa/students/browser.py:1172
    458458msgid "Valid callback received."
    459459msgstr ""
    460460
    461 #: waeup/kofa/applicants/browser.py:549
     461#: waeup/kofa/applicants/browser.py:548
    462462msgid "Payment Data"
    463463msgstr ""
    464464
    465 #: waeup/kofa/applicants/browser.py:555
     465#: waeup/kofa/applicants/browser.py:554
    466466msgid "Online Payment Receipt"
    467467msgstr ""
    468468
    469 #: waeup/kofa/applicants/browser.py:561
     469#: waeup/kofa/applicants/browser.py:560
    470470msgid "Ticket not yet paid."
    471471msgstr ""
    472472
    473 #: waeup/kofa/applicants/browser.py:626
     473#: waeup/kofa/applicants/browser.py:594
    474474msgid "Uploaded image is too big!"
    475475msgstr ""
    476476
    477 #: waeup/kofa/applicants/browser.py:63
     477#: waeup/kofa/applicants/browser.py:599
     478msgid "jpg file extension expected."
     479msgstr ""
     480
     481#: waeup/kofa/applicants/browser.py:619 waeup/kofa/applicants/browser.py:762
     482#: waeup/kofa/applicants/browser.py:814
     483msgid "Final Submit"
     484msgstr ""
     485
     486#: waeup/kofa/applicants/browser.py:620 waeup/kofa/applicants/browser.py:727
     487#: waeup/kofa/applicants/browser.py:760 waeup/kofa/applicants/browser.py:795
     488#: waeup/kofa/students/browser.py:1042
     489msgid "Add online payment ticket"
     490msgstr ""
     491
     492#: waeup/kofa/applicants/browser.py:620 waeup/kofa/applicants/browser.py:732
     493#: waeup/kofa/applicants/browser.py:760 waeup/kofa/applicants/browser.py:763
     494#: waeup/kofa/applicants/browser.py:800 waeup/kofa/students/browser.py:809
     495#: waeup/kofa/students/browser.py:841 waeup/kofa/students/browser.py:1018
     496#: waeup/kofa/students/browser.py:1823
     497msgid "Remove selected tickets"
     498msgstr ""
     499
     500#. Default: ""
     501#: waeup/kofa/applicants/browser.py:643
     502msgid "${a} <br /> Application Form ${b}"
     503msgstr ""
     504
     505#: waeup/kofa/applicants/browser.py:65
    478506msgid "Application Section"
    479507msgstr ""
    480508
    481 #: waeup/kofa/applicants/browser.py:631
    482 msgid "jpg file extension expected."
    483 msgstr ""
    484 
    485 #: waeup/kofa/applicants/browser.py:653 waeup/kofa/applicants/browser.py:793
    486 #: waeup/kofa/applicants/browser.py:845
    487 msgid "Final Submit"
    488 msgstr ""
    489 
    490 #: waeup/kofa/applicants/browser.py:654 waeup/kofa/applicants/browser.py:757
    491 #: waeup/kofa/applicants/browser.py:791 waeup/kofa/applicants/browser.py:826
    492 #: waeup/kofa/students/browser.py:985
    493 msgid "Add online payment ticket"
    494 msgstr ""
    495 
    496 #: waeup/kofa/applicants/browser.py:654 waeup/kofa/applicants/browser.py:762
    497 #: waeup/kofa/applicants/browser.py:791 waeup/kofa/applicants/browser.py:794
    498 #: waeup/kofa/applicants/browser.py:831 waeup/kofa/students/browser.py:753
    499 #: waeup/kofa/students/browser.py:785 waeup/kofa/students/browser.py:961
    500 #: waeup/kofa/students/browser.py:1758
    501 msgid "Remove selected tickets"
    502 msgstr ""
    503 
    504 #. Default: ""
    505 #: waeup/kofa/applicants/browser.py:673
    506 msgid "${a} Application Form ${b}"
    507 msgstr ""
    508 
    509 #: waeup/kofa/applicants/browser.py:684 waeup/kofa/students/browser.py:355
     509#: waeup/kofa/applicants/browser.py:654 waeup/kofa/students/browser.py:366
    510510msgid "No transition"
    511511msgstr ""
    512512
    513 #: waeup/kofa/applicants/browser.py:731 waeup/kofa/students/browser.py:967
     513#: waeup/kofa/applicants/browser.py:701 waeup/kofa/students/browser.py:1024
    514514msgid "No payment selected."
    515515msgstr ""
    516516
    517 #: waeup/kofa/applicants/browser.py:75 waeup/kofa/applicants/viewlets.py:88
     517#: waeup/kofa/applicants/browser.py:77 waeup/kofa/applicants/viewlets.py:88
    518518msgid "Manage application section"
    519519msgstr ""
    520520
    521 #: waeup/kofa/applicants/browser.py:78 waeup/kofa/applicants/browser.py:104
    522 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:306
     521#: waeup/kofa/applicants/browser.py:773 waeup/kofa/students/browser.py:92
     522msgid "The requested form is locked (read-only)."
     523msgstr ""
     524
     525#: waeup/kofa/applicants/browser.py:787
     526msgid "No passport picture uploaded."
     527msgstr ""
     528
     529#: waeup/kofa/applicants/browser.py:789
     530msgid "Passport picture confirmation box not ticked."
     531msgstr ""
     532
     533#: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:106
     534#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:301
    523535#: waeup/kofa/browser/pages.py:638 waeup/kofa/browser/pages.py:679
    524536#: waeup/kofa/browser/pages.py:1324 waeup/kofa/browser/pages.py:1335
    525537#: waeup/kofa/browser/pages.py:1401 waeup/kofa/browser/pages.py:1436
    526 #: waeup/kofa/hostels/browser.py:131 waeup/kofa/students/browser.py:204
    527 #: waeup/kofa/students/browser.py:1156 waeup/kofa/students/browser.py:1169
     538#: waeup/kofa/hostels/browser.py:131 waeup/kofa/students/browser.py:210
     539#: waeup/kofa/students/browser.py:1218 waeup/kofa/students/browser.py:1231
    528540msgid "Remove selected"
    529541msgstr ""
    530542
    531 #: waeup/kofa/applicants/browser.py:78 waeup/kofa/applicants/browser.py:124
    532 #: waeup/kofa/applicants/browser.py:147 waeup/kofa/applicants/browser.py:159
     543#: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:126
     544#: waeup/kofa/applicants/browser.py:149 waeup/kofa/applicants/browser.py:159
    533545msgid "Add applicants container"
    534546msgstr ""
    535547
    536 #: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:138
    537 #: waeup/kofa/applicants/browser.py:254 waeup/kofa/applicants/browser.py:345
     548#: waeup/kofa/applicants/browser.py:82 waeup/kofa/applicants/browser.py:140
     549#: waeup/kofa/applicants/browser.py:251 waeup/kofa/applicants/browser.py:340
    538550#: waeup/kofa/browser/pages.py:1402 waeup/kofa/browser/pages.py:1461
    539551#: waeup/kofa/browser/pages.py:1571 waeup/kofa/browser/pages.py:1657
     
    542554msgstr ""
    543555
    544 #: waeup/kofa/applicants/browser.py:804 waeup/kofa/students/browser.py:90
    545 msgid "The requested form is locked (read-only)."
    546 msgstr ""
    547 
    548 #: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:134
    549 #: waeup/kofa/applicants/browser.py:255 waeup/kofa/applicants/browser.py:341
     556#: waeup/kofa/applicants/browser.py:826 waeup/kofa/students/browser.py:1690
     557msgid "This form cannot be submitted. Wrong state!"
     558msgstr ""
     559
     560#: waeup/kofa/applicants/browser.py:83 waeup/kofa/applicants/browser.py:136
     561#: waeup/kofa/applicants/browser.py:252 waeup/kofa/applicants/browser.py:336
    550562#: waeup/kofa/browser/pages.py:1403 waeup/kofa/browser/pages.py:1457
    551563#: waeup/kofa/browser/pages.py:1572 waeup/kofa/browser/pages.py:1653
     
    554566msgstr ""
    555567
    556 #: waeup/kofa/applicants/browser.py:818
    557 msgid "No passport picture uploaded."
    558 msgstr ""
    559 
    560 #: waeup/kofa/applicants/browser.py:82
     568#: waeup/kofa/applicants/browser.py:831
     569msgid "Form has been submitted."
     570msgstr ""
     571
     572#: waeup/kofa/applicants/browser.py:84
    561573msgid "Applicants Containers"
    562574msgstr ""
    563575
    564 #: waeup/kofa/applicants/browser.py:820
    565 msgid "Passport picture confirmation box not ticked."
    566 msgstr ""
    567 
    568 #: waeup/kofa/applicants/browser.py:857 waeup/kofa/students/browser.py:1625
    569 msgid "This form cannot be submitted. Wrong state!"
    570 msgstr ""
    571 
    572 #: waeup/kofa/applicants/browser.py:862
    573 msgid "Form has been submitted."
    574 msgstr ""
    575 
    576 #. Default: ""
    577 #: waeup/kofa/applicants/browser.py:897
    578 msgid "Register for ${a} Application"
    579 msgstr ""
    580 
    581 #: waeup/kofa/applicants/browser.py:903
     576#. Default: ""
     577#: waeup/kofa/applicants/browser.py:874
     578msgid "Apply for ${a}"
     579msgstr ""
     580
     581#: waeup/kofa/applicants/browser.py:880
    582582msgid "Application has not yet started."
    583583msgstr ""
    584584
    585 #: waeup/kofa/applicants/browser.py:908
     585#: waeup/kofa/applicants/browser.py:885
    586586msgid "Application has ended."
    587587msgstr ""
    588588
     589#: waeup/kofa/applicants/browser.py:894
     590msgid "Get login credentials"
     591msgstr ""
     592
    589593#: waeup/kofa/applicants/browser.py:917
    590 msgid "Get login credentials"
    591 msgstr ""
    592 
    593 #: waeup/kofa/applicants/browser.py:932
     594msgid "An error occurred."
     595msgstr ""
     596
     597#: waeup/kofa/applicants/browser.py:923 waeup/kofa/applicants/browser.py:934
     598msgid "No application record found."
     599msgstr ""
     600
     601#: waeup/kofa/applicants/browser.py:926
     602msgid "Your password has already been set. Please proceed to the login page."
     603msgstr ""
     604
     605#: waeup/kofa/applicants/browser.py:944
    594606msgid "You have successfully been registered for the"
    595607msgstr ""
    596608
    597 #: waeup/kofa/applicants/browser.py:939
     609#: waeup/kofa/applicants/browser.py:951
    598610msgid "Email could not been sent. Please retry later."
    599611msgstr ""
    600612
    601 #: waeup/kofa/applicants/browser.py:948
     613#: waeup/kofa/applicants/browser.py:960
    602614msgid "Your registration was successful."
    603615msgstr ""
    604616
    605 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:18
    606 msgid "Photograph"
    607 msgstr ""
    608 
    609 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:43
     617#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:17
     618msgid "Admitted Course of Study:"
     619msgstr ""
     620
     621#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:19
     622msgid "Passport Photo:"
     623msgstr ""
     624
     625#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:44
    610626msgid "Application Transition:"
    611627msgstr ""
    612628
    613 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:59
     629#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:60
    614630msgid ""
    615631"I confirm that the Passport Photograph uploaded on this form is a true "
     
    617633msgstr ""
    618634
    619 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:74
    620 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     635#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:76
     636#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
    621637msgid "Acceptance Fee Payment Tickets"
    622638msgstr ""
     
    640656msgstr ""
    641657
     658#: waeup/kofa/applicants/browser_templates/applicantregister.pt:22
     659msgid ""
     660"Your application record will be looked up and an email with your login "
     661"credentials will be sent to the address provided."
     662msgstr ""
     663
    642664#: waeup/kofa/applicants/browser_templates/applicantregister.pt:8
    643665msgid "Please solve the captcha<br />to prevent misuse of this service:"
     
    665687msgstr ""
    666688
    667 #: waeup/kofa/applicants/container.py:52
    668 msgid "Basic"
    669 msgstr ""
    670 
    671 #: waeup/kofa/applicants/container.py:55
    672 msgid "handles basic applicants"
    673 msgstr ""
    674 
    675689#: waeup/kofa/applicants/export.py:40
    676690msgid "Basic Applicants Containers"
    677691msgstr ""
    678692
    679 #: waeup/kofa/applicants/interfaces.py:198 waeup/kofa/students/browser.py:718
     693#: waeup/kofa/applicants/interfaces.py:138
     694msgid "Create Application Records"
     695msgstr ""
     696
     697#: waeup/kofa/applicants/interfaces.py:139
     698msgid "Update Application Records"
     699msgstr ""
     700
     701#: waeup/kofa/applicants/interfaces.py:159 waeup/kofa/students/browser.py:773
    680702#: waeup/kofa/university/interfaces.py:38
    681703#: waeup/kofa/university/interfaces.py:66
     
    701723msgstr ""
    702724
    703 #: waeup/kofa/applicants/interfaces.py:205 waeup/kofa/students/browser.py:719
     725#: waeup/kofa/applicants/interfaces.py:165 waeup/kofa/students/browser.py:774
    704726#: waeup/kofa/university/interfaces.py:199
    705727#: waeup/kofa/browser/templates/departmentmanagepage.pt:41
     
    720742msgstr ""
    721743
    722 #: waeup/kofa/applicants/interfaces.py:212
    723 #: waeup/kofa/applicants/interfaces.py:322
     744#: waeup/kofa/applicants/interfaces.py:171
     745#: waeup/kofa/applicants/interfaces.py:275
    724746msgid "Application Target"
    725747msgstr ""
    726748
    727 #: waeup/kofa/applicants/interfaces.py:220
     749#: waeup/kofa/applicants/interfaces.py:178
     750#: waeup/kofa/applicants/interfaces.py:282
     751msgid "Year of Entrance"
     752msgstr ""
     753
     754#: waeup/kofa/applicants/interfaces.py:185
     755msgid "Application Mode"
     756msgstr ""
     757
     758#: waeup/kofa/applicants/interfaces.py:191
    728759msgid "Entry Level"
    729760msgstr ""
    730761
    731 #: waeup/kofa/applicants/interfaces.py:227
    732 #: waeup/kofa/applicants/interfaces.py:330
    733 msgid "Year of Entrance"
    734 msgstr ""
    735 
    736 #: waeup/kofa/applicants/interfaces.py:235
    737 #: waeup/kofa/applicants/interfaces.py:338
    738 msgid "Applicants Container Type"
    739 msgstr ""
    740 
    741 #: waeup/kofa/applicants/interfaces.py:251
     762#: waeup/kofa/applicants/interfaces.py:205
    742763msgid "Category for the grouping of certificates"
    743764msgstr ""
    744765
    745 #: waeup/kofa/applicants/interfaces.py:258
     766#: waeup/kofa/applicants/interfaces.py:211
    746767msgid "Human readable description in reST format"
    747768msgstr ""
    748769
    749 #: waeup/kofa/applicants/interfaces.py:271
     770#: waeup/kofa/applicants/interfaces.py:224
    750771msgid "Application Start Date"
    751772msgstr ""
    752773
    753 #: waeup/kofa/applicants/interfaces.py:277
     774#: waeup/kofa/applicants/interfaces.py:230
    754775msgid "Application Closing Date"
    755776msgstr ""
    756777
    757 #: waeup/kofa/applicants/interfaces.py:283
     778#: waeup/kofa/applicants/interfaces.py:236
    758779msgid "Forbid additions after deadline (enddate)"
    759780msgstr ""
    760781
    761 #: waeup/kofa/applicants/interfaces.py:366
     782#: waeup/kofa/applicants/interfaces.py:315
    762783msgid "Applicant Id"
    763784msgstr ""
    764785
    765 #: waeup/kofa/applicants/interfaces.py:371
    766 msgid "JAMB Registration Number"
    767 msgstr ""
    768 
    769 #: waeup/kofa/applicants/interfaces.py:383
    770 #: waeup/kofa/students/interfaces.py:162
     786#: waeup/kofa/applicants/interfaces.py:320
     787#: waeup/kofa/students/interfaces.py:184 waeup/kofa/students/interfaces.py:271
     788#: waeup/kofa/students/interfaces.py:518
     789msgid "Registration Number"
     790msgstr ""
     791
     792#: waeup/kofa/applicants/interfaces.py:331
     793#: waeup/kofa/applicants/interfaces.py:499
     794#: waeup/kofa/students/interfaces.py:163
    771795msgid "First Name"
    772796msgstr ""
    773797
    774 #: waeup/kofa/applicants/interfaces.py:387
    775 #: waeup/kofa/students/interfaces.py:167
     798#: waeup/kofa/applicants/interfaces.py:335
     799#: waeup/kofa/students/interfaces.py:168
    776800msgid "Middle Name"
    777801msgstr ""
    778802
    779 #: waeup/kofa/applicants/interfaces.py:391
    780 #: waeup/kofa/students/interfaces.py:172
     803#: waeup/kofa/applicants/interfaces.py:339
     804#: waeup/kofa/students/interfaces.py:173
    781805msgid "Last Name (Surname)"
    782806msgstr ""
    783807
    784 #: waeup/kofa/applicants/interfaces.py:395
    785 #: waeup/kofa/students/interfaces.py:218
     808#: waeup/kofa/applicants/interfaces.py:343
     809#: waeup/kofa/students/interfaces.py:219
    786810msgid "Date of Birth"
    787811msgstr ""
    788812
    789 #: waeup/kofa/applicants/interfaces.py:400
    790 msgid "State/LGA"
    791 msgstr ""
    792 
    793 #: waeup/kofa/applicants/interfaces.py:405
    794 #: waeup/kofa/students/interfaces.py:177
     813#: waeup/kofa/applicants/interfaces.py:349
     814#: waeup/kofa/students/interfaces.py:178
    795815msgid "Sex"
    796816msgstr ""
    797817
    798 #: waeup/kofa/applicants/interfaces.py:411 waeup/kofa/interfaces.py:392
    799 #: waeup/kofa/interfaces.py:418 waeup/kofa/students/interfaces.py:504
     818#: waeup/kofa/applicants/interfaces.py:354
     819#: waeup/kofa/applicants/interfaces.py:437
     820#: waeup/kofa/applicants/interfaces.py:504 waeup/kofa/interfaces.py:393
     821#: waeup/kofa/interfaces.py:419 waeup/kofa/students/interfaces.py:524
    800822msgid "Email Address"
    801823msgstr ""
    802824
    803 #: waeup/kofa/applicants/interfaces.py:416 waeup/kofa/interfaces.py:397
    804 #: waeup/kofa/interfaces.py:425 waeup/kofa/students/interfaces.py:208
     825#: waeup/kofa/applicants/interfaces.py:359 waeup/kofa/interfaces.py:398
     826#: waeup/kofa/interfaces.py:426 waeup/kofa/students/interfaces.py:209
    805827msgid "Phone"
    806828msgstr ""
    807829
    808 #: waeup/kofa/applicants/interfaces.py:421
    809 #: waeup/kofa/applicants/interfaces.py:507
     830#: waeup/kofa/applicants/interfaces.py:364
     831#: waeup/kofa/applicants/interfaces.py:442
    810832msgid "1st Choice Course of Study"
    811833msgstr ""
    812834
    813 #: waeup/kofa/applicants/interfaces.py:426
    814 #: waeup/kofa/applicants/interfaces.py:512
     835#: waeup/kofa/applicants/interfaces.py:369
     836#: waeup/kofa/applicants/interfaces.py:447
    815837msgid "2nd Choice Course of Study"
    816838msgstr ""
    817839
    818 #: waeup/kofa/applicants/interfaces.py:431
    819 msgid "School Grades"
    820 msgstr ""
    821 
    822 #: waeup/kofa/applicants/interfaces.py:441
    823 #: waeup/kofa/applicants/interfaces.py:517
     840#: waeup/kofa/applicants/interfaces.py:381
     841#: waeup/kofa/applicants/interfaces.py:468
     842msgid "Notice"
     843msgstr ""
     844
     845#: waeup/kofa/applicants/interfaces.py:385
     846#: waeup/kofa/applicants/interfaces.py:457
     847msgid "Screening Venue"
     848msgstr ""
     849
     850#: waeup/kofa/applicants/interfaces.py:389
     851#: waeup/kofa/applicants/interfaces.py:452
    824852msgid "Screening Score"
    825853msgstr ""
    826854
    827 #: waeup/kofa/applicants/interfaces.py:445
    828 #: waeup/kofa/applicants/interfaces.py:522
    829 msgid "Screening Venue"
    830 msgstr ""
    831 
    832 #: waeup/kofa/applicants/interfaces.py:449
    833 #: waeup/kofa/applicants/interfaces.py:527
     855#: waeup/kofa/applicants/interfaces.py:393
     856#: waeup/kofa/applicants/interfaces.py:462
    834857msgid "Admitted Course of Study"
    835858msgstr ""
    836859
    837 #: waeup/kofa/applicants/interfaces.py:455
    838 #: waeup/kofa/applicants/interfaces.py:534
    839 msgid "Notice"
    840 msgstr ""
    841 
    842 #: waeup/kofa/applicants/interfaces.py:477
    843 #: waeup/kofa/students/interfaces.py:157
     860#: waeup/kofa/applicants/interfaces.py:398
     861#: waeup/kofa/students/interfaces.py:158
    844862#: waeup/kofa/browser/templates/showstudentspage.pt:4
    845863#: waeup/kofa/students/browser_templates/containerpage.pt:29
     
    848866msgstr ""
    849867
    850 #: waeup/kofa/applicants/interfaces.py:482
     868#: waeup/kofa/applicants/interfaces.py:403
    851869msgid "Form locked"
    852870msgstr ""
    853871
    854 #: waeup/kofa/applicants/interfaces.py:561
    855 #: waeup/kofa/students/interfaces.py:484
     872#: waeup/kofa/applicants/interfaces.py:514
     873#: waeup/kofa/students/interfaces.py:504
    856874msgid "Payment Session"
    857875msgstr ""
    858876
    859 #: waeup/kofa/applicants/pdf.py:110
    860 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
    861 #: waeup/kofa/students/browser_templates/studycoursepage.pt:28
    862 msgid "Department:"
    863 msgstr ""
    864 
    865 #: waeup/kofa/applicants/pdf.py:121
    866 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
    867 #: waeup/kofa/students/browser_templates/studycoursepage.pt:39
    868 msgid "Faculty:"
    869 msgstr ""
    870 
    871 #: waeup/kofa/applicants/pdf.py:186
    872 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:26
    873 msgid "Admitted Course of Study:"
    874 msgstr ""
    875 
    876 #. Default: ""
    877 #: waeup/kofa/applicants/pdf.py:204
     877#: waeup/kofa/applicants/pdf.py:50
     878msgid "Application Record"
     879msgstr ""
     880
     881#. Default: ""
     882#: waeup/kofa/applicants/pdf.py:84
    878883msgid ""
    879 "<font size=10>Proceed to the login page of the portal and enter your new "
    880 "credentials: user name= ${a}, password = ${b}.</font>"
    881 msgstr ""
    882 
    883 #: waeup/kofa/applicants/pdf.py:210
    884 msgid "<font size=10>Change your password when you have  logged in.</font>"
    885 msgstr ""
    886 
    887 #: waeup/kofa/applicants/pdf.py:57
    888 msgid "Application Record"
     884"Proceed to the login page of the portal and enter your new credentials: user "
     885"name= ${a}, password = ${b}."
     886msgstr ""
     887
     888#: waeup/kofa/applicants/pdf.py:91
     889msgid "Change your password when you have logged in."
     890msgstr ""
     891
     892#: waeup/kofa/applicants/utils.py:35
     893msgid "Desired Study Courses"
     894msgstr ""
     895
     896#: waeup/kofa/applicants/utils.py:36
     897msgid "Process Data"
    889898msgstr ""
    890899
     
    910919
    911920#: waeup/kofa/applicants/viewlets.py:151 waeup/kofa/applicants/workflow.py:99
    912 #: waeup/kofa/students/browser.py:256
     921#: waeup/kofa/students/browser.py:268
    913922msgid "Create student record"
    914923msgstr ""
    915924
    916 #: waeup/kofa/applicants/viewlets.py:168 waeup/kofa/students/viewlets.py:300
     925#: waeup/kofa/applicants/viewlets.py:168 waeup/kofa/students/viewlets.py:321
    917926msgid "Download payment receipt"
    918927msgstr ""
    919928
    920 #: waeup/kofa/applicants/viewlets.py:183 waeup/kofa/students/viewlets.py:315
     929#: waeup/kofa/applicants/viewlets.py:183 waeup/kofa/students/viewlets.py:336
    921930msgid "Request callback"
    922931msgstr ""
     
    926935msgstr ""
    927936
    928 #: waeup/kofa/applicants/viewlets.py:73 waeup/kofa/students/viewlets.py:512
     937#: waeup/kofa/applicants/viewlets.py:73 waeup/kofa/students/viewlets.py:535
    929938msgid "My Data"
    930939msgstr ""
    931940
    932 #: waeup/kofa/applicants/workflow.py:100 waeup/kofa/students/batching.py:141
     941#: waeup/kofa/applicants/workflow.py:100 waeup/kofa/students/batching.py:142
    933942#: waeup/kofa/students/workflow.py:25
    934943msgid "Student record created"
     
    962971msgstr ""
    963972
    964 #: waeup/kofa/applicants/workflow.py:41 waeup/kofa/interfaces.py:72
     973#: waeup/kofa/applicants/workflow.py:41 waeup/kofa/interfaces.py:73
    965974msgid "admitted"
    966975msgstr ""
     
    970979msgstr ""
    971980
    972 #: waeup/kofa/applicants/workflow.py:43 waeup/kofa/interfaces.py:71
     981#: waeup/kofa/applicants/workflow.py:43 waeup/kofa/interfaces.py:72
    973982msgid "created"
    974983msgstr ""
     
    10301039msgstr ""
    10311040
    1032 #: waeup/kofa/browser/breadcrumbs.py:123 waeup/kofa/browser/pages.py:312
     1041#: waeup/kofa/browser/breadcrumbs.py:123 waeup/kofa/browser/pages.py:311
    10331042msgid "Administration"
    10341043msgstr ""
     
    10391048msgstr ""
    10401049
    1041 #: waeup/kofa/browser/breadcrumbs.py:148 waeup/kofa/browser/pages.py:389
     1050#: waeup/kofa/browser/breadcrumbs.py:148 waeup/kofa/browser/pages.py:388
    10421051#: waeup/kofa/browser/viewlets.py:375 waeup/kofa/browser/viewlets.py:685
    10431052msgid "Portal Users"
     
    10591068
    10601069#. Default: ""
    1061 #: waeup/kofa/browser/pages.py:106
     1070#: waeup/kofa/browser/pages.py:105
    10621071msgid "Local role successfully removed: ${a}"
    10631072msgstr ""
     
    10971106msgstr ""
    10981107
     1108#: waeup/kofa/browser/pages.py:115 waeup/kofa/hostels/browser.py:256
     1109#: waeup/kofa/hostels/browser.py:286 waeup/kofa/students/browser.py:240
     1110msgid "No item selected."
     1111msgstr ""
     1112
    10991113#: waeup/kofa/browser/pages.py:1155
    11001114msgid "Log files can only be searched on Unix-based operating systems."
    1101 msgstr ""
    1102 
    1103 #: waeup/kofa/browser/pages.py:116 waeup/kofa/hostels/browser.py:256
    1104 #: waeup/kofa/hostels/browser.py:286 waeup/kofa/students/browser.py:228
    1105 msgid "No item selected."
    11061115msgstr ""
    11071116
     
    11851194
    11861195#: waeup/kofa/browser/pages.py:1532 waeup/kofa/browser/pages.py:1551
    1187 #: waeup/kofa/students/browser.py:98 waeup/kofa/students/export.py:22
    1188 #: waeup/kofa/students/viewlets.py:472
     1196#: waeup/kofa/students/browser.py:100 waeup/kofa/students/export.py:40
     1197#: waeup/kofa/students/viewlets.py:495
    11891198msgid "Students"
    11901199msgstr ""
    11911200
    1192 #: waeup/kofa/browser/pages.py:155 waeup/kofa/browser/viewlets.py:322
    1193 #: waeup/kofa/browser/templates/staffsitelayout.pt:28
    1194 #: waeup/kofa/browser/templates/studentsitelayout.pt:33
     1201#: waeup/kofa/browser/pages.py:154 waeup/kofa/browser/viewlets.py:322
     1202#: waeup/kofa/browser/templates/staffsitelayout.pt:27
     1203#: waeup/kofa/browser/templates/studentsitelayout.pt:32
    11951204msgid "Login"
    11961205msgstr ""
     
    12181227msgstr ""
    12191228
    1220 #: waeup/kofa/browser/pages.py:163
     1229#: waeup/kofa/browser/pages.py:162
    12211230msgid "You logged in."
    12221231msgstr ""
     
    12441253msgstr ""
    12451254
     1255#: waeup/kofa/browser/pages.py:180
     1256msgid "You entered wrong credentials."
     1257msgstr ""
     1258
    12461259#: waeup/kofa/browser/pages.py:1808
    12471260msgid "Edit certificate"
    1248 msgstr ""
    1249 
    1250 #: waeup/kofa/browser/pages.py:181
    1251 msgid "You entered wrong credentials."
    12521261msgstr ""
    12531262
     
    12821291msgstr ""
    12831292
    1284 #: waeup/kofa/browser/pages.py:195
     1293#: waeup/kofa/browser/pages.py:194
    12851294msgid "You have been logged out. Thanks for using WAeUP Kofa!"
    12861295msgstr ""
    12871296
    12881297#. Default: ""
    1289 #: waeup/kofa/browser/pages.py:231
     1298#: waeup/kofa/browser/pages.py:230
    12901299msgid "Contact ${a}"
    12911300msgstr ""
    12921301
    1293 #: waeup/kofa/browser/pages.py:237 waeup/kofa/browser/pages.py:523
     1302#: waeup/kofa/browser/pages.py:236 waeup/kofa/browser/pages.py:523
    12941303msgid "Send message now"
    12951304msgstr ""
    12961305
    1297 #: waeup/kofa/browser/pages.py:256 waeup/kofa/browser/pages.py:275
    1298 #: waeup/kofa/browser/pages.py:540 waeup/kofa/students/browser.py:318
     1306#: waeup/kofa/browser/pages.py:255 waeup/kofa/browser/pages.py:274
     1307#: waeup/kofa/browser/pages.py:540 waeup/kofa/students/browser.py:330
    12991308msgid "Your message has been sent."
    13001309msgstr ""
    13011310
    1302 #: waeup/kofa/browser/pages.py:266
     1311#: waeup/kofa/browser/pages.py:265
    13031312msgid "Send now"
    13041313msgstr ""
    13051314
    1306 #: waeup/kofa/browser/pages.py:277
     1315#: waeup/kofa/browser/pages.py:276
    13071316msgid "A smtp server error occurred."
    13081317msgstr ""
    13091318
    1310 #: waeup/kofa/browser/pages.py:302
     1319#: waeup/kofa/browser/pages.py:301
    13111320msgid "<h1>Welcome to WAeUP.Kofa</h1>"
    13121321msgstr ""
    13131322
    1314 #: waeup/kofa/browser/pages.py:390 waeup/kofa/hostels/browser.py:195
    1315 #: waeup/kofa/students/viewlets.py:163 waeup/kofa/students/viewlets.py:171
    1316 #: waeup/kofa/students/viewlets.py:226 waeup/kofa/students/viewlets.py:243
    1317 #: waeup/kofa/students/viewlets.py:283
     1323#: waeup/kofa/browser/pages.py:389 waeup/kofa/hostels/browser.py:195
     1324#: waeup/kofa/students/viewlets.py:166 waeup/kofa/students/viewlets.py:174
     1325#: waeup/kofa/students/viewlets.py:247 waeup/kofa/students/viewlets.py:255
     1326#: waeup/kofa/students/viewlets.py:304
    13181327msgid "Manage"
    13191328msgstr ""
    13201329
    1321 #: waeup/kofa/browser/pages.py:391 waeup/kofa/browser/viewlets.py:180
     1330#: waeup/kofa/browser/pages.py:390 waeup/kofa/browser/viewlets.py:180
    13221331msgid "Remove"
    13231332msgstr ""
     
    13281337msgstr ""
    13291338
    1330 #: waeup/kofa/browser/pages.py:430 waeup/kofa/browser/pages.py:432
     1339#: waeup/kofa/browser/pages.py:431 waeup/kofa/browser/pages.py:433
    13311340#: waeup/kofa/browser/viewlets.py:515
    13321341msgid "Add user"
     
    13341343
    13351344#. Default: ""
    1336 #: waeup/kofa/browser/pages.py:454
     1345#: waeup/kofa/browser/pages.py:455
    13371346msgid "User account ${a} successfully added."
    13381347msgstr ""
     
    13481357
    13491358#. Default: ""
    1350 #: waeup/kofa/browser/pages.py:521 waeup/kofa/students/browser.py:299
     1359#: waeup/kofa/browser/pages.py:521 waeup/kofa/students/browser.py:311
    13511360msgid "Send message to ${a}"
    13521361msgstr ""
     
    14331442msgstr ""
    14341443
    1435 #: waeup/kofa/browser/pages.py:86
     1444#: waeup/kofa/browser/pages.py:85
    14361445msgid "No local role selected."
    14371446msgstr ""
     
    14631472#: waeup/kofa/browser/pages.py:963
    14641473msgid "Perform import"
     1474msgstr ""
     1475
     1476#. Default: ""
     1477#: waeup/kofa/browser/pdf.py:127
     1478msgid "${footer_text} Page ${num1} of ${num2}"
     1479msgstr ""
     1480
     1481#. Default: ""
     1482#: waeup/kofa/browser/pdf.py:336
     1483msgid "Date: ${a}"
    14651484msgstr ""
    14661485
     
    16441663#: waeup/kofa/browser/templates/datacenterpage.pt:16
    16451664msgid "Upload Date"
     1665msgstr ""
     1666
     1667#: waeup/kofa/browser/templates/default_waeup_display_form.pt:6
     1668msgid "Uploaded Files"
    16461669msgstr ""
    16471670
     
    16831706
    16841707#: waeup/kofa/browser/templates/facultypage.pt:1
    1685 #: waeup/kofa/hostels/browser_templates/containerpage.pt:1
    1686 msgid "There no subobjects registered yet."
     1708msgid "There are no subobjects registered yet."
     1709msgstr ""
     1710
     1711#: waeup/kofa/browser/templates/fileupload.pt:26
     1712#: waeup/kofa/students/browser_templates/imageupload.pt:20
     1713#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:26
     1714msgid "Max. file size:"
    16871715msgstr ""
    16881716
    16891717#: waeup/kofa/browser/templates/loginpage.pt:13
    1690 #: waeup/kofa/browser/templates/usereditformpage.pt:8
     1718#: waeup/kofa/browser/templates/usereditformpage.pt:9
    16911719#: waeup/kofa/students/browser_templates/basepage.pt:14
    1692 #: waeup/kofa/students/browser_templates/basemanagepage.pt:17
     1720#: waeup/kofa/students/browser_templates/basemanagepage.pt:18
    16931721#: waeup/kofa/students/browser_templates/change_password.pt:10
    1694 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:31
    1695 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
     1722#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:32
     1723#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:25
    16961724msgid "Password:"
    16971725msgstr ""
     
    17111739msgstr ""
    17121740
    1713 #. Default: "Or simply forgot your student id or password? Then request a new password <strong><a href=\"changepw\"> here</a></strong>."
     1741#. Default: "Or simply forgot your student id, application id or password? Then request a new password <strong><a href=\"sendpw\"> here</a></strong>."
    17141742#: waeup/kofa/browser/templates/loginpage.pt:44
    17151743msgid "login_trouble3"
     
    17621790msgstr ""
    17631791
    1764 #: waeup/kofa/browser/templates/staffsitelayout.pt:101
    1765 #: waeup/kofa/browser/templates/studentsitelayout.pt:86
     1792#: waeup/kofa/browser/templates/staffsitelayout.pt:102
     1793#: waeup/kofa/browser/templates/studentsitelayout.pt:87
    17661794msgid "Form Status:"
    17671795msgstr ""
    17681796
    1769 #: waeup/kofa/browser/templates/staffsitelayout.pt:114
    1770 #: waeup/kofa/browser/templates/studentsitelayout.pt:100
     1797#: waeup/kofa/browser/templates/staffsitelayout.pt:115
     1798#: waeup/kofa/browser/templates/studentsitelayout.pt:101
    17711799msgid "Back to top"
    17721800msgstr ""
    17731801
    1774 #: waeup/kofa/browser/templates/staffsitelayout.pt:116
    1775 #: waeup/kofa/browser/templates/studentsitelayout.pt:102
     1802#: waeup/kofa/browser/templates/staffsitelayout.pt:117
     1803#: waeup/kofa/browser/templates/studentsitelayout.pt:103
    17761804msgid "Kofa - Student Management System"
    17771805msgstr ""
    17781806
    1779 #: waeup/kofa/browser/templates/staffsitelayout.pt:119
    1780 #: waeup/kofa/browser/templates/studentsitelayout.pt:105
     1807#: waeup/kofa/browser/templates/staffsitelayout.pt:120
     1808#: waeup/kofa/browser/templates/studentsitelayout.pt:106
    17811809msgid "Copyright &copy; WAeUP Group 2008-2012"
    17821810msgstr ""
    17831811
    1784 #: waeup/kofa/browser/templates/staffsitelayout.pt:34
    1785 #: waeup/kofa/browser/templates/studentsitelayout.pt:39
     1812#: waeup/kofa/browser/templates/staffsitelayout.pt:33
     1813#: waeup/kofa/browser/templates/studentsitelayout.pt:38
    17861814msgid "Contact"
    17871815msgstr ""
    17881816
    1789 #: waeup/kofa/browser/templates/staffsitelayout.pt:40
    1790 #: waeup/kofa/browser/templates/studentsitelayout.pt:45
     1817#: waeup/kofa/browser/templates/staffsitelayout.pt:39
     1818#: waeup/kofa/browser/templates/studentsitelayout.pt:44
    17911819msgid "Logout"
    17921820msgstr ""
    17931821
    1794 #: waeup/kofa/browser/templates/staffsitelayout.pt:60
     1822#: waeup/kofa/browser/templates/staffsitelayout.pt:61
    17951823msgid "Student Id:"
    17961824msgstr ""
    17971825
    1798 #: waeup/kofa/browser/templates/staffsitelayout.pt:64
     1826#: waeup/kofa/browser/templates/staffsitelayout.pt:65
    17991827msgid "State:"
    18001828msgstr ""
    18011829
    1802 #: waeup/kofa/browser/templates/usereditformpage.pt:14
    1803 #: waeup/kofa/students/browser_templates/basemanagepage.pt:23
     1830#: waeup/kofa/browser/templates/usereditformpage.pt:15
     1831#: waeup/kofa/students/browser_templates/basemanagepage.pt:24
    18041832#: waeup/kofa/students/browser_templates/change_password.pt:16
    1805 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:37
     1833#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:38
    18061834msgid "Retype password:"
    18071835msgstr ""
     
    18151843msgstr ""
    18161844
    1817 #: waeup/kofa/browser/viewlets.py:383 waeup/kofa/students/viewlets.py:155
     1845#: waeup/kofa/browser/viewlets.py:383 waeup/kofa/students/viewlets.py:158
    18181846msgid "Send email"
    18191847msgstr ""
     
    18321860
    18331861#: waeup/kofa/browser/viewlets.py:528 waeup/kofa/browser/viewlets.py:536
    1834 msgid "Show batch logs"
     1862msgid "Show logs"
    18351863msgstr ""
    18361864
     
    18521880
    18531881#: waeup/kofa/browser/viewlets.py:91 waeup/kofa/browser/viewlets.py:160
    1854 #: waeup/kofa/students/viewlets.py:218 waeup/kofa/students/viewlets.py:356
    1855 #: waeup/kofa/students/viewlets.py:403
     1882#: waeup/kofa/students/viewlets.py:239 waeup/kofa/students/viewlets.py:379
     1883#: waeup/kofa/students/viewlets.py:426
    18561884msgid "Edit"
    18571885msgstr ""
     
    19281956#: waeup/kofa/hostels/browser.py:95
    19291957msgid "Block ${a}, Room ${b}, Bed ${c}"
     1958msgstr ""
     1959
     1960#: waeup/kofa/hostels/browser_templates/containerpage.pt:1
     1961msgid "There no subobjects registered yet."
    19301962msgstr ""
    19311963
     
    19521984msgstr ""
    19531985
    1954 #: waeup/kofa/hostels/hostel.py:180
     1986#: waeup/kofa/hostels/hostel.py:185
    19551987msgid "unreserved"
    19561988msgstr ""
    19571989
    1958 #: waeup/kofa/hostels/hostel.py:187
     1990#: waeup/kofa/hostels/hostel.py:192
    19591991msgid "reserved"
    19601992msgstr ""
     
    19882020msgstr ""
    19892021
    1990 #: waeup/kofa/hostels/interfaces.py:175 waeup/kofa/students/interfaces.py:445
     2022#: waeup/kofa/hostels/interfaces.py:175 waeup/kofa/students/interfaces.py:465
    19912023msgid "Bed Type"
    19922024msgstr ""
     
    21442176msgstr ""
    21452177
    2146 #: waeup/kofa/interfaces.py:185
     2178#: waeup/kofa/interfaces.py:186
    21472179msgid "Subject"
    21482180msgstr ""
    21492181
    2150 #: waeup/kofa/interfaces.py:189
     2182#: waeup/kofa/interfaces.py:190
    21512183msgid "Grade"
    21522184msgstr ""
    21532185
    2154 #: waeup/kofa/interfaces.py:323
     2186#: waeup/kofa/interfaces.py:324
    21552187msgid "Processor name"
    21562188msgstr ""
    21572189
    2158 #: waeup/kofa/interfaces.py:327
    2159 msgid "Import mode"
    2160 msgstr ""
    2161 
    2162 #: waeup/kofa/interfaces.py:352
     2190#: waeup/kofa/interfaces.py:328
     2191msgid "Import Mode"
     2192msgstr ""
     2193
     2194#: waeup/kofa/interfaces.py:353
    21632195msgid "Email Address:"
    21642196msgstr ""
    21652197
    2166 #: waeup/kofa/interfaces.py:359
     2198#: waeup/kofa/interfaces.py:360
    21672199msgid "Email to:"
    21682200msgstr ""
    21692201
    2170 #: waeup/kofa/interfaces.py:366
     2202#: waeup/kofa/interfaces.py:367
    21712203msgid "Subject:"
    21722204msgstr ""
    21732205
    2174 #: waeup/kofa/interfaces.py:370
     2206#: waeup/kofa/interfaces.py:371
    21752207msgid "Full Name:"
    21762208msgstr ""
    21772209
    2178 #: waeup/kofa/interfaces.py:374
     2210#: waeup/kofa/interfaces.py:375
    21792211msgid "Text:"
    21802212msgstr ""
    21812213
    2182 #: waeup/kofa/interfaces.py:405
     2214#: waeup/kofa/interfaces.py:406
    21832215#: waeup/kofa/browser/templates/departmentmanagepage.pt:97
    21842216#: waeup/kofa/browser/templates/userscontainerpage.pt:4
     
    21902222msgstr ""
    21912223
    2192 #: waeup/kofa/interfaces.py:410
     2224#: waeup/kofa/interfaces.py:411
    21932225#: waeup/kofa/students/browser_templates/containerpage.pt:33
    21942226#: waeup/kofa/students/browser_templates/containermanagepage.pt:39
     
    21972229msgstr ""
    21982230
    2199 #: waeup/kofa/interfaces.py:414
     2231#: waeup/kofa/interfaces.py:415
    22002232msgid "Description/Notice"
    22012233msgstr ""
    22022234
    2203 #: waeup/kofa/interfaces.py:431
     2235#: waeup/kofa/interfaces.py:432
    22042236msgid "Portal roles"
    22052237msgstr ""
    22062238
    2207 #: waeup/kofa/interfaces.py:474
     2239#: waeup/kofa/interfaces.py:477
    22082240msgid "Name of University"
    22092241msgstr ""
    22102242
    2211 #: waeup/kofa/interfaces.py:475
     2243#: waeup/kofa/interfaces.py:478
    22122244msgid "Sample University"
    22132245msgstr ""
    22142246
    2215 #: waeup/kofa/interfaces.py:480
     2247#: waeup/kofa/interfaces.py:483
    22162248msgid "Abbreviated Title of University"
    22172249msgstr ""
    22182250
    2219 #: waeup/kofa/interfaces.py:486
     2251#: waeup/kofa/interfaces.py:489
    22202252msgid "Skin"
    22212253msgstr ""
    22222254
    2223 #: waeup/kofa/interfaces.py:493
     2255#: waeup/kofa/interfaces.py:496
    22242256msgid "Content in reST format"
    22252257msgstr ""
    22262258
    2227 #: waeup/kofa/interfaces.py:505
     2259#: waeup/kofa/interfaces.py:508
    22282260msgid "Accommodation Booking Session"
    22292261msgstr ""
    22302262
    2231 #: waeup/kofa/interfaces.py:513
     2263#: waeup/kofa/interfaces.py:516
    22322264msgid "Allowed States for Accommodation Booking"
    22332265msgstr ""
    22342266
    2235 #: waeup/kofa/interfaces.py:521
     2267#: waeup/kofa/interfaces.py:524
    22362268msgid "Name of Administrator"
    22372269msgstr ""
    22382270
    2239 #: waeup/kofa/interfaces.py:527
     2271#: waeup/kofa/interfaces.py:530
    22402272msgid "Email Address of Administrator"
    22412273msgstr ""
    22422274
    2243 #: waeup/kofa/interfaces.py:534
     2275#: waeup/kofa/interfaces.py:537
    22442276msgid "Subject of Email to Administrator"
    22452277msgstr ""
    22462278
    2247 #: waeup/kofa/interfaces.py:535
     2279#: waeup/kofa/interfaces.py:538
    22482280msgid "Kofa Contact"
    22492281msgstr ""
    22502282
    2251 #: waeup/kofa/interfaces.py:540
     2283#: waeup/kofa/interfaces.py:543
    22522284msgid "SMTP mailer to use when sending mail"
    22532285msgstr ""
    22542286
    2255 #: waeup/kofa/interfaces.py:547
     2287#: waeup/kofa/interfaces.py:550
    22562288msgid "Captcha used for public registration pages"
    22572289msgstr ""
    22582290
    2259 #: waeup/kofa/interfaces.py:554
     2291#: waeup/kofa/interfaces.py:557
    22602292msgid "Carry-over Course Registration"
    22612293msgstr ""
    22622294
    2263 #: waeup/kofa/interfaces.py:563 waeup/kofa/interfaces.py:621
     2295#: waeup/kofa/interfaces.py:566 waeup/kofa/interfaces.py:624
    22642296msgid "Academic Session"
    22652297msgstr ""
    22662298
    2267 #: waeup/kofa/interfaces.py:571 waeup/kofa/payments/interfaces.py:30
     2299#: waeup/kofa/interfaces.py:574 waeup/kofa/payments/interfaces.py:30
    22682300msgid "School Fee"
    22692301msgstr ""
    22702302
    2271 #: waeup/kofa/interfaces.py:576
     2303#: waeup/kofa/interfaces.py:579
    22722304msgid "Surcharge Portal Provider"
    22732305msgstr ""
    22742306
    2275 #: waeup/kofa/interfaces.py:582
     2307#: waeup/kofa/interfaces.py:585
    22762308msgid "Surcharge Payment Gateway Provider"
    22772309msgstr ""
    22782310
    2279 #: waeup/kofa/interfaces.py:588 waeup/kofa/payments/interfaces.py:120
     2311#: waeup/kofa/interfaces.py:591 waeup/kofa/payments/interfaces.py:120
    22802312msgid "Surcharge 3"
    22812313msgstr ""
    22822314
    2283 #: waeup/kofa/interfaces.py:594
     2315#: waeup/kofa/interfaces.py:597
    22842316msgid "Clearance Fee"
    22852317msgstr ""
    22862318
    2287 #: waeup/kofa/interfaces.py:600
     2319#: waeup/kofa/interfaces.py:603
    22882320msgid "Booking Fee"
    22892321msgstr ""
    22902322
    2291 #: waeup/kofa/interfaces.py:606 waeup/kofa/payments/interfaces.py:36
     2323#: waeup/kofa/interfaces.py:609 waeup/kofa/payments/interfaces.py:36
    22922324msgid "Acceptance Fee"
    22932325msgstr ""
    22942326
    2295 #: waeup/kofa/interfaces.py:73
     2327#: waeup/kofa/interfaces.py:74
    22962328msgid "clearance started"
    22972329msgstr ""
    22982330
    2299 #: waeup/kofa/interfaces.py:74
     2331#: waeup/kofa/interfaces.py:75
    23002332msgid "clearance requested"
    23012333msgstr ""
    23022334
    2303 #: waeup/kofa/interfaces.py:75
     2335#: waeup/kofa/interfaces.py:76
    23042336msgid "cleared"
    23052337msgstr ""
    23062338
    2307 #: waeup/kofa/interfaces.py:76
     2339#: waeup/kofa/interfaces.py:77
    23082340msgid "school fee paid"
    23092341msgstr ""
    23102342
    2311 #: waeup/kofa/interfaces.py:77
     2343#: waeup/kofa/interfaces.py:78
    23122344msgid "returning"
    23132345msgstr ""
    23142346
    2315 #: waeup/kofa/interfaces.py:78
     2347#: waeup/kofa/interfaces.py:79
    23162348msgid "courses registered"
    23172349msgstr ""
    23182350
    2319 #: waeup/kofa/interfaces.py:79
     2351#: waeup/kofa/interfaces.py:80
    23202352msgid "courses validated"
    23212353msgstr ""
    23222354
    2323 #: waeup/kofa/objecthistory.py:71
     2355#: waeup/kofa/objecthistory.py:72
    23242356msgid "by"
    23252357msgstr ""
     
    24072439#: waeup/kofa/payments/interfaces.py:76
    24082440#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:10
    2409 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
    2410 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:51
     2441#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
     2442#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:42
    24112443msgid "Payment Date"
    24122444msgstr ""
     
    24212453
    24222454#. Default: ""
    2423 #: waeup/kofa/students/batching.py:165
     2455#: waeup/kofa/students/batching.py:166
    24242456msgid "State '${a}' set"
    24252457msgstr ""
    24262458
    2427 #: waeup/kofa/students/browser.py:1000
     2459#. Default: ""
     2460#: waeup/kofa/students/browser.py:1009
     2461msgid "${a}: Payments"
     2462msgstr ""
     2463
     2464#: waeup/kofa/students/browser.py:1054
     2465msgid "Add online payment"
     2466msgstr ""
     2467
     2468#: waeup/kofa/students/browser.py:1057
    24282469msgid "Create ticket"
    24292470msgstr ""
    24302471
    2431 #: waeup/kofa/students/browser.py:1008 waeup/kofa/students/browser.py:1230
     2472#: waeup/kofa/students/browser.py:1065 waeup/kofa/students/browser.py:1292
    24322473msgid "Your current session does not match accommodation session."
    24332474msgstr ""
    24342475
    2435 #: waeup/kofa/students/browser.py:1077
     2476#: waeup/kofa/students/browser.py:1075
     2477msgid "Study course data are incomplete."
     2478msgstr ""
     2479
     2480#: waeup/kofa/students/browser.py:1139
    24362481msgid "This ticket has already been paid."
    24372482msgstr ""
    24382483
    24392484#. Default: ""
    2440 #: waeup/kofa/students/browser.py:1090 waeup/kofa/students/browser.py:1098
    2441 #: waeup/kofa/students/browser.py:1106
     2485#: waeup/kofa/students/browser.py:1152 waeup/kofa/students/browser.py:1160
     2486#: waeup/kofa/students/browser.py:1168
    24422487msgid "Valid callback received. ${a}"
    24432488msgstr ""
    24442489
    2445 #. Default: ""
    2446 #: waeup/kofa/students/browser.py:1160
     2490#: waeup/kofa/students/browser.py:121 waeup/kofa/students/viewlets.py:117
     2491#: waeup/kofa/students/viewlets.py:557
     2492msgid "Study Course"
     2493msgstr ""
     2494
     2495#. Default: ""
     2496#: waeup/kofa/students/browser.py:1222
    24472497msgid "${a}: Accommodation"
    24482498msgstr ""
    24492499
    2450 #: waeup/kofa/students/browser.py:1172
     2500#: waeup/kofa/students/browser.py:1234
    24512501msgid "You are not allowed to remove bed tickets."
    24522502msgstr ""
    24532503
    2454 #: waeup/kofa/students/browser.py:1179
     2504#: waeup/kofa/students/browser.py:1241
    24552505msgid "No bed ticket selected."
    24562506msgstr ""
    24572507
    2458 #: waeup/kofa/students/browser.py:119 waeup/kofa/students/viewlets.py:114
    2459 #: waeup/kofa/students/viewlets.py:534
    2460 msgid "Study Course"
    2461 msgstr ""
    2462 
    2463 #: waeup/kofa/students/browser.py:1210
     2508#: waeup/kofa/students/browser.py:127 waeup/kofa/students/viewlets.py:123
     2509#: waeup/kofa/students/viewlets.py:558
     2510msgid "Payments"
     2511msgstr ""
     2512
     2513#: waeup/kofa/students/browser.py:1272
    24642514msgid "Add bed ticket"
    24652515msgstr ""
    24662516
    2467 #: waeup/kofa/students/browser.py:1212
     2517#: waeup/kofa/students/browser.py:1274
    24682518msgid "Create bed ticket"
    24692519msgstr ""
    24702520
    2471 #: waeup/kofa/students/browser.py:1220
     2521#: waeup/kofa/students/browser.py:1282
    24722522msgid "Your data are incomplete."
    24732523msgstr ""
    24742524
    2475 #: waeup/kofa/students/browser.py:1224
     2525#: waeup/kofa/students/browser.py:1286
    24762526msgid "You are in the wrong registration state."
    24772527msgstr ""
    24782528
    2479 #: waeup/kofa/students/browser.py:1235
     2529#: waeup/kofa/students/browser.py:1297
    24802530msgid "You already booked a bed space in current accommodation session."
    24812531msgstr ""
    24822532
    2483 #: waeup/kofa/students/browser.py:1246 waeup/kofa/students/browser.py:1543
    2484 #: waeup/kofa/students/browser.py:1656
     2533#: waeup/kofa/students/browser.py:1308 waeup/kofa/students/browser.py:1602
     2534#: waeup/kofa/students/browser.py:1721
    24852535msgid "Activation code is invalid."
    24862536msgstr ""
    24872537
    2488 #: waeup/kofa/students/browser.py:125 waeup/kofa/students/viewlets.py:120
    2489 #: waeup/kofa/students/viewlets.py:535
    2490 msgid "Payments"
    2491 msgstr ""
    2492 
    2493 #. Default: ""
    2494 #: waeup/kofa/students/browser.py:1266 waeup/kofa/students/browser.py:1394
     2538#. Default: ""
     2539#: waeup/kofa/students/browser.py:1328 waeup/kofa/students/browser.py:1454
    24952540msgid "There is no free bed in your category ${a}."
    24962541msgstr ""
    24972542
    2498 #: waeup/kofa/students/browser.py:1271 waeup/kofa/students/browser.py:1548
    2499 #: waeup/kofa/students/browser.py:1661
     2543#: waeup/kofa/students/browser.py:1333 waeup/kofa/students/browser.py:1607
     2544#: waeup/kofa/students/browser.py:1726
    25002545msgid "Activation code has already been used."
    25012546msgstr ""
    25022547
    2503 #: waeup/kofa/students/browser.py:1274 waeup/kofa/students/browser.py:1551
    2504 #: waeup/kofa/students/browser.py:1664 waeup/kofa/students/browser.py:1923
     2548#: waeup/kofa/students/browser.py:1336 waeup/kofa/students/browser.py:1610
     2549#: waeup/kofa/students/browser.py:1729 waeup/kofa/students/browser.py:1997
    25052550msgid "invalidated"
    25062551msgstr ""
    25072552
    2508 #: waeup/kofa/students/browser.py:1279 waeup/kofa/students/browser.py:1555
    2509 #: waeup/kofa/students/browser.py:1669
     2553#: waeup/kofa/students/browser.py:1341 waeup/kofa/students/browser.py:1614
     2554#: waeup/kofa/students/browser.py:1734
    25102555msgid "You are not the owner of this access code."
    25112556msgstr ""
    25122557
    25132558#. Default: ""
    2514 #: waeup/kofa/students/browser.py:1290 waeup/kofa/students/browser.py:1408
     2559#: waeup/kofa/students/browser.py:1352 waeup/kofa/students/browser.py:1468
    25152560msgid "${a}, Block ${b}, Room ${c}, Bed ${d} (${e})"
    25162561msgstr ""
    25172562
    25182563#. Default: ""
    2519 #: waeup/kofa/students/browser.py:1299
     2564#: waeup/kofa/students/browser.py:1361
    25202565msgid "Bed ticket created and bed booked: ${a}"
    25212566msgstr ""
    25222567
    25232568#. Default: ""
    2524 #: waeup/kofa/students/browser.py:1317
     2569#: waeup/kofa/students/browser.py:1377
    25252570msgid "Bed Ticket for Session ${a}"
    25262571msgstr ""
    25272572
    2528 #: waeup/kofa/students/browser.py:1333
     2573#: waeup/kofa/students/browser.py:1393
    25292574msgid "Bed Allocation Data"
    25302575msgstr ""
    25312576
    2532 #: waeup/kofa/students/browser.py:1339
     2577#: waeup/kofa/students/browser.py:1399
    25332578msgid "Bed Allocation: "
    25342579msgstr ""
    25352580
    2536 #: waeup/kofa/students/browser.py:1366
     2581#: waeup/kofa/students/browser.py:142 waeup/kofa/students/viewlets.py:129
     2582msgid "Accommodation"
     2583msgstr ""
     2584
     2585#: waeup/kofa/students/browser.py:1426
    25372586msgid "Students in reserved beds can't be relocated."
    25382587msgstr ""
    25392588
    2540 #: waeup/kofa/students/browser.py:1372
     2589#: waeup/kofa/students/browser.py:1432
    25412590msgid "Student can't be relocated."
    25422591msgstr ""
    25432592
    2544 #: waeup/kofa/students/browser.py:140 waeup/kofa/students/viewlets.py:126
    2545 msgid "Accommodation"
    2546 msgstr ""
    2547 
    2548 #. Default: ""
    2549 #: waeup/kofa/students/browser.py:1415
     2593#. Default: ""
     2594#: waeup/kofa/students/browser.py:1475
    25502595msgid "Student relocated: ${a}"
    25512596msgstr ""
    25522597
    25532598#. Default: ""
    2554 #: waeup/kofa/students/browser.py:1434
     2599#: waeup/kofa/students/browser.py:1494
    25552600msgid "${a}: History"
    25562601msgstr ""
    25572602
    2558 #: waeup/kofa/students/browser.py:1447
     2603#: waeup/kofa/students/browser.py:1506
    25592604msgid "Edit base data"
    25602605msgstr ""
    25612606
    2562 #: waeup/kofa/students/browser.py:1462 waeup/kofa/students/viewlets.py:365
     2607#. Default: ""
     2608#: waeup/kofa/students/browser.py:151
     2609msgid "Bed Ticket ${a}"
     2610msgstr ""
     2611
     2612#: waeup/kofa/students/browser.py:1521 waeup/kofa/students/viewlets.py:388
    25632613msgid "Change password"
    25642614msgstr ""
    25652615
    2566 #: waeup/kofa/students/browser.py:1476
     2616#: waeup/kofa/students/browser.py:1535
    25672617msgid "Password changed."
    25682618msgstr ""
    25692619
    2570 #: waeup/kofa/students/browser.py:1488
     2620#: waeup/kofa/students/browser.py:1547
    25712621msgid "Upload portrait"
    25722622msgstr ""
    25732623
    2574 #. Default: ""
    2575 #: waeup/kofa/students/browser.py:149
    2576 msgid "Bed Ticket ${a}"
    2577 msgstr ""
    2578 
    2579 #: waeup/kofa/students/browser.py:1503 waeup/kofa/students/viewlets.py:389
     2624#: waeup/kofa/students/browser.py:1562 waeup/kofa/students/viewlets.py:412
    25802625#: waeup/kofa/students/workflow.py:44
    25812626msgid "Start clearance"
    25822627msgstr ""
    25832628
    2584 #: waeup/kofa/students/browser.py:1507
     2629#: waeup/kofa/students/browser.py:1566
    25852630msgid "Start clearance now"
    25862631msgstr ""
    25872632
    2588 #: waeup/kofa/students/browser.py:1524 waeup/kofa/students/browser.py:1645
     2633#: waeup/kofa/students/browser.py:1583 waeup/kofa/students/browser.py:1710
    25892634msgid "Wrong state"
    25902635msgstr ""
    25912636
    2592 #: waeup/kofa/students/browser.py:1528
     2637#: waeup/kofa/students/browser.py:1587
    25932638msgid "No portrait uploaded."
    25942639msgstr ""
    25952640
    2596 #: waeup/kofa/students/browser.py:1532
     2641#: waeup/kofa/students/browser.py:1591
    25972642msgid "Not all required fields filled."
    25982643msgstr ""
    25992644
    2600 #: waeup/kofa/students/browser.py:1559
     2645#: waeup/kofa/students/browser.py:1618
    26012646msgid "Clearance process has been started."
    26022647msgstr ""
    26032648
    2604 #: waeup/kofa/students/browser.py:1571
     2649#: waeup/kofa/students/browser.py:1628
    26052650msgid "Edit clearance data"
    26062651msgstr ""
    26072652
    2608 #: waeup/kofa/students/browser.py:1583 waeup/kofa/students/browser.py:1597
     2653#: waeup/kofa/students/browser.py:1648 waeup/kofa/students/browser.py:1662
    26092654msgid "Clearance form has been saved."
    26102655msgstr ""
    26112656
    2612 #: waeup/kofa/students/browser.py:1591
     2657#: waeup/kofa/students/browser.py:1656
    26132658msgid "Save and request clearance"
    26142659msgstr ""
    26152660
    2616 #: waeup/kofa/students/browser.py:1606 waeup/kofa/students/workflow.py:58
     2661#: waeup/kofa/students/browser.py:1671 waeup/kofa/students/workflow.py:58
    26172662msgid "Request clearance"
    26182663msgstr ""
    26192664
    2620 #: waeup/kofa/students/browser.py:1607
     2665#: waeup/kofa/students/browser.py:1672
    26212666msgid "Enter the CLR access code used for starting clearance."
    26222667msgstr ""
    26232668
    2624 #: waeup/kofa/students/browser.py:1610
     2669#: waeup/kofa/students/browser.py:1675
    26252670msgid "Request clearance now"
    26262671msgstr ""
    26272672
    2628 #: waeup/kofa/students/browser.py:1619
     2673#: waeup/kofa/students/browser.py:1684
    26292674msgid "This isn't your CLR access code."
    26302675msgstr ""
    26312676
    2632 #: waeup/kofa/students/browser.py:1628
     2677#: waeup/kofa/students/browser.py:1693
    26332678msgid "Clearance has been requested."
    26342679msgstr ""
    26352680
    2636 #: waeup/kofa/students/browser.py:1637 waeup/kofa/students/viewlets.py:418
     2681#: waeup/kofa/students/browser.py:170
     2682msgid "Student Section"
     2683msgstr ""
     2684
     2685#: waeup/kofa/students/browser.py:1702 waeup/kofa/students/viewlets.py:441
    26372686msgid "Start course registration"
    26382687msgstr ""
    26392688
    2640 #: waeup/kofa/students/browser.py:1641
     2689#: waeup/kofa/students/browser.py:1706
    26412690msgid "Start course registration now"
    26422691msgstr ""
    26432692
    2644 #: waeup/kofa/students/browser.py:1677
     2693#: waeup/kofa/students/browser.py:1742
    26452694msgid "Course registration has been started."
    26462695msgstr ""
    26472696
    2648 #: waeup/kofa/students/browser.py:168
    2649 msgid "Student Section"
    2650 msgstr ""
    2651 
    2652 #. Default: ""
    2653 #: waeup/kofa/students/browser.py:1696
     2697#. Default: ""
     2698#: waeup/kofa/students/browser.py:1761
    26542699msgid "Add current level ${a}"
    26552700msgstr ""
    26562701
    2657 #: waeup/kofa/students/browser.py:1705
     2702#: waeup/kofa/students/browser.py:1770
    26582703msgid "Create course list now"
    26592704msgstr ""
    26602705
    26612706#. Default: ""
    2662 #: waeup/kofa/students/browser.py:1744
     2707#: waeup/kofa/students/browser.py:1809
    26632708msgid "Add and remove course tickets of study level ${a}"
    26642709msgstr ""
    26652710
    2666 #: waeup/kofa/students/browser.py:1781
     2711#: waeup/kofa/students/browser.py:1846
    26672712msgid "Register course list"
    26682713msgstr ""
    26692714
    2670 #: waeup/kofa/students/browser.py:1785
     2715#: waeup/kofa/students/browser.py:1850
    26712716msgid "Course list has been registered."
    26722717msgstr ""
    26732718
    2674 #: waeup/kofa/students/browser.py:1831
    2675 msgid "Change my password"
    2676 msgstr ""
    2677 
    2678 #: waeup/kofa/students/browser.py:184 waeup/kofa/students/browser.py:220
     2719#: waeup/kofa/students/browser.py:186 waeup/kofa/students/browser.py:226
    26792720msgid "Empty search string"
    26802721msgstr ""
    26812722
    2682 #: waeup/kofa/students/browser.py:1841
     2723#: waeup/kofa/students/browser.py:1896
     2724msgid "Send me a new password"
     2725msgstr ""
     2726
     2727#: waeup/kofa/students/browser.py:1906
    26832728msgid "Get new login credentials"
    26842729msgstr ""
    26852730
    2686 #: waeup/kofa/students/browser.py:1855
    2687 msgid "No student record found."
    2688 msgstr ""
    2689 
    2690 #: waeup/kofa/students/browser.py:1863
     2731#: waeup/kofa/students/browser.py:1923
     2732msgid "Application package not installed."
     2733msgstr ""
     2734
     2735#: waeup/kofa/students/browser.py:1929
     2736msgid "No record found."
     2737msgstr ""
     2738
     2739#: waeup/kofa/students/browser.py:1937
    26912740msgid "You have successfully changed your password for the"
    26922741msgstr ""
    26932742
    26942743#. Default: ""
    2695 #: waeup/kofa/students/browser.py:1868
     2744#: waeup/kofa/students/browser.py:1942
    26962745msgid "An email with your user name and password has been sent to ${a}."
    26972746msgstr ""
    26982747
    2699 #: waeup/kofa/students/browser.py:1879
     2748#: waeup/kofa/students/browser.py:1953
    27002749msgid "Set password for first-time login"
    27012750msgstr ""
    27022751
    2703 #: waeup/kofa/students/browser.py:1882
     2752#: waeup/kofa/students/browser.py:1956
    27042753msgid "Set"
    27052754msgstr ""
    27062755
    2707 #: waeup/kofa/students/browser.py:1897
     2756#: waeup/kofa/students/browser.py:1971
    27082757msgid "More than one student found."
    27092758msgstr ""
    27102759
    2711 #: waeup/kofa/students/browser.py:1905
     2760#: waeup/kofa/students/browser.py:1979
    27122761msgid "Access code is invalid."
    27132762msgstr ""
    27142763
    27152764#. Default: ""
    2716 #: waeup/kofa/students/browser.py:1908
     2765#: waeup/kofa/students/browser.py:1982
    27172766msgid "Password has already been set. Your Student Id is ${a}"
    27182767msgstr ""
    27192768
    2720 #: waeup/kofa/students/browser.py:1914
     2769#: waeup/kofa/students/browser.py:1988
    27212770msgid "Password has already been set. You are using the wrong Access Code."
    27222771msgstr ""
    27232772
    2724 #: waeup/kofa/students/browser.py:1920
     2773#: waeup/kofa/students/browser.py:1994
    27252774msgid "Access code has already been used."
    27262775msgstr ""
    27272776
    27282777#. Default: ""
    2729 #: waeup/kofa/students/browser.py:1929
     2778#: waeup/kofa/students/browser.py:2003
    27302779msgid "Password has been set. Your Student Id is ${a}"
    27312780msgstr ""
    27322781
    2733 #: waeup/kofa/students/browser.py:202 waeup/kofa/students/viewlets.py:139
     2782#: waeup/kofa/students/browser.py:208 waeup/kofa/students/viewlets.py:142
    27342783msgid "Manage student section"
    27352784msgstr ""
    27362785
    2737 #: waeup/kofa/students/browser.py:226 waeup/kofa/students/browser.py:1894
     2786#: waeup/kofa/students/browser.py:238 waeup/kofa/students/browser.py:1968
    27382787msgid "No student found."
    27392788msgstr ""
    27402789
    2741 #: waeup/kofa/students/browser.py:253 waeup/kofa/students/viewlets.py:146
     2790#: waeup/kofa/students/browser.py:265 waeup/kofa/students/viewlets.py:149
    27422791msgid "Add student"
    27432792msgstr ""
    27442793
    2745 #: waeup/kofa/students/browser.py:261
     2794#: waeup/kofa/students/browser.py:273
    27462795msgid "Student record created."
    27472796msgstr ""
    27482797
    27492798#. Default: ""
    2750 #: waeup/kofa/students/browser.py:277
     2799#: waeup/kofa/students/browser.py:289
    27512800msgid "${a}: Base Data"
    27522801msgstr ""
    27532802
    2754 #: waeup/kofa/students/browser.py:320 waeup/kofa/students/browser.py:1871
     2803#: waeup/kofa/students/browser.py:332 waeup/kofa/students/browser.py:1945
    27552804msgid "An smtp server error occurred."
    27562805msgstr ""
    27572806
    2758 #: waeup/kofa/students/browser.py:332
     2807#: waeup/kofa/students/browser.py:343
    27592808msgid "Manage base data"
    27602809msgstr ""
    27612810
    27622811#. Default: ""
    2763 #: waeup/kofa/students/browser.py:407
     2812#: waeup/kofa/students/browser.py:423
    27642813msgid "${a}: Clearance Data"
    27652814msgstr ""
    27662815
    2767 #: waeup/kofa/students/browser.py:423 waeup/kofa/students/viewlets.py:104
    2768 #: waeup/kofa/students/viewlets.py:532
     2816#: waeup/kofa/students/browser.py:446 waeup/kofa/students/viewlets.py:107
     2817#: waeup/kofa/students/viewlets.py:555
    27692818#: waeup/kofa/students/browser_templates/clearanceeditpage.pt:6
    27702819msgid "Clearance Data"
    27712820msgstr ""
    27722821
    2773 #: waeup/kofa/students/browser.py:429
     2822#: waeup/kofa/students/browser.py:452
    27742823msgid "Clearance Slip of "
    27752824msgstr ""
    27762825
    2777 #: waeup/kofa/students/browser.py:449
     2826#: waeup/kofa/students/browser.py:471
    27782827msgid "Manage clearance data"
    27792828msgstr ""
    27802829
    2781 #: waeup/kofa/students/browser.py:478
     2830#: waeup/kofa/students/browser.py:512
    27822831msgid "Student has been cleared."
    27832832msgstr ""
    27842833
    2785 #: waeup/kofa/students/browser.py:480 waeup/kofa/students/browser.py:504
     2834#: waeup/kofa/students/browser.py:514 waeup/kofa/students/browser.py:538
    27862835msgid "Student is in wrong state."
    27872836msgstr ""
    27882837
    2789 #: waeup/kofa/students/browser.py:497
     2838#: waeup/kofa/students/browser.py:531
    27902839msgid "Clearance has been annulled."
    27912840msgstr ""
    27922841
    2793 #: waeup/kofa/students/browser.py:501
     2842#: waeup/kofa/students/browser.py:535
    27942843msgid "Clearance request has been rejected."
    27952844msgstr ""
    27962845
    27972846#. Default: ""
    2798 #: waeup/kofa/students/browser.py:527
     2847#: waeup/kofa/students/browser.py:561
    27992848msgid "${a}: Personal Data"
    28002849msgstr ""
    28012850
    2802 #: waeup/kofa/students/browser.py:537
    2803 msgid "Manage personal data"
    2804 msgstr ""
    2805 
    2806 #. Default: ""
    2807 #: waeup/kofa/students/browser.py:557
     2851#: waeup/kofa/students/browser.py:571
     2852msgid "Edit personal data"
     2853msgstr ""
     2854
     2855#. Default: ""
     2856#: waeup/kofa/students/browser.py:591
    28082857msgid "${a}: Study Course"
    28092858msgstr ""
    28102859
    2811 #: waeup/kofa/students/browser.py:587
     2860#: waeup/kofa/students/browser.py:621
    28122861msgid "Manage study course"
    28132862msgstr ""
    28142863
    2815 #: waeup/kofa/students/browser.py:590 waeup/kofa/students/browser.py:631
     2864#: waeup/kofa/students/browser.py:624 waeup/kofa/students/browser.py:671
    28162865msgid "Remove selected levels"
    28172866msgstr ""
    28182867
    2819 #: waeup/kofa/students/browser.py:591 waeup/kofa/students/browser.py:617
     2868#: waeup/kofa/students/browser.py:625 waeup/kofa/students/browser.py:657
    28202869msgid "Add study level"
    28212870msgstr ""
    28222871
    2823 #: waeup/kofa/students/browser.py:625
     2872#: waeup/kofa/students/browser.py:645
     2873msgid "Current level not available for certificate."
     2874msgstr ""
     2875
     2876#: waeup/kofa/students/browser.py:665
    28242877msgid "Study level has been added."
    28252878msgstr ""
    28262879
    2827 #: waeup/kofa/students/browser.py:627 waeup/kofa/students/browser.py:1714
     2880#: waeup/kofa/students/browser.py:667 waeup/kofa/students/browser.py:1779
    28282881msgid "This level exists."
    28292882msgstr ""
    28302883
    2831 #: waeup/kofa/students/browser.py:637
     2884#: waeup/kofa/students/browser.py:677
    28322885msgid "No study level selected."
    28332886msgstr ""
    28342887
    28352888#. Default: ""
    2836 #: waeup/kofa/students/browser.py:673
     2889#: waeup/kofa/students/browser.py:728
    28372890msgid "${a}: Study Level ${b}"
    28382891msgstr ""
    28392892
    2840 #: waeup/kofa/students/browser.py:696
     2893#: waeup/kofa/students/browser.py:751
    28412894msgid "Level Data"
    28422895msgstr ""
    28432896
    2844 #: waeup/kofa/students/browser.py:702
     2897#: waeup/kofa/students/browser.py:757
    28452898msgid "Course List"
    28462899msgstr ""
    28472900
    2848 #: waeup/kofa/students/browser.py:711
    2849 msgid "Course Registration Slip  "
    2850 msgstr ""
    2851 
    2852 #: waeup/kofa/students/browser.py:717
     2901#: waeup/kofa/students/browser.py:766
     2902msgid "Course Registration Slip"
     2903msgstr ""
     2904
     2905#: waeup/kofa/students/browser.py:772
    28532906#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:35
    28542907#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:12
     
    28572910msgstr ""
    28582911
    2859 #: waeup/kofa/students/browser.py:720
     2912#: waeup/kofa/students/browser.py:775
    28602913#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:38
    28612914#: waeup/kofa/students/browser_templates/studylevelpage.pt:36
     
    28632916msgstr ""
    28642917
    2865 #: waeup/kofa/students/browser.py:721
     2918#: waeup/kofa/students/browser.py:776
    28662919#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:16
    28672920msgid "Faculty"
    28682921msgstr ""
    28692922
    2870 #: waeup/kofa/students/browser.py:722
     2923#: waeup/kofa/students/browser.py:777
    28712924#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:40
    28722925#: waeup/kofa/students/browser_templates/studylevelpage.pt:38
     
    28742927msgstr ""
    28752928
    2876 #: waeup/kofa/students/browser.py:723
     2929#: waeup/kofa/students/browser.py:778
    28772930#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:41
    28782931#: waeup/kofa/students/browser_templates/studylevelpage.pt:39
     
    28802933msgstr ""
    28812934
    2882 #: waeup/kofa/students/browser.py:724 waeup/kofa/students/interfaces.py:389
     2935#: waeup/kofa/students/browser.py:779 waeup/kofa/students/interfaces.py:409
    28832936#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:42
    28842937#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:18
     
    28872940msgstr ""
    28882941
    2889 #: waeup/kofa/students/browser.py:752 waeup/kofa/students/browser.py:781
    2890 #: waeup/kofa/students/browser.py:866 waeup/kofa/students/browser.py:871
    2891 #: waeup/kofa/students/browser.py:1754 waeup/kofa/students/browser.py:1804
     2942#: waeup/kofa/students/browser.py:808 waeup/kofa/students/browser.py:837
     2943#: waeup/kofa/students/browser.py:922 waeup/kofa/students/browser.py:927
     2944#: waeup/kofa/students/browser.py:1819 waeup/kofa/students/browser.py:1869
    28922945msgid "Add course ticket"
    28932946msgstr ""
    28942947
    28952948#. Default: ""
    2896 #: waeup/kofa/students/browser.py:773
     2949#: waeup/kofa/students/browser.py:829
    28972950msgid "Manage study level ${a}"
    28982951msgstr ""
    28992952
    2900 #: waeup/kofa/students/browser.py:791 waeup/kofa/students/browser.py:1764
     2953#: waeup/kofa/students/browser.py:847 waeup/kofa/students/browser.py:1829
    29012954msgid "No ticket selected."
    29022955msgstr ""
    29032956
    2904 #: waeup/kofa/students/browser.py:815 waeup/kofa/students/browser.py:837
     2957#: waeup/kofa/students/browser.py:871 waeup/kofa/students/browser.py:893
    29052958msgid "This level does not correspond current level."
    29062959msgstr ""
    29072960
    2908 #: waeup/kofa/students/browser.py:819
     2961#: waeup/kofa/students/browser.py:875
    29092962msgid "Course list has been validated."
    29102963msgstr ""
    29112964
    2912 #: waeup/kofa/students/browser.py:821 waeup/kofa/students/browser.py:849
     2965#: waeup/kofa/students/browser.py:877 waeup/kofa/students/browser.py:905
    29132966msgid "Student is in the wrong state."
    29142967msgstr ""
    29152968
    2916 #: waeup/kofa/students/browser.py:842
     2969#: waeup/kofa/students/browser.py:898
    29172970msgid "Course list request has been annulled."
    29182971msgstr ""
    29192972
    2920 #: waeup/kofa/students/browser.py:846
     2973#: waeup/kofa/students/browser.py:902
    29212974msgid "Course list request has been rejected:"
    29222975msgstr ""
    29232976
    2924 #: waeup/kofa/students/browser.py:886 waeup/kofa/students/browser.py:1817
     2977#: waeup/kofa/students/browser.py:943 waeup/kofa/students/browser.py:1882
    29252978msgid "The ticket exists."
    29262979msgstr ""
    29272980
    29282981#. Default: ""
    2929 #: waeup/kofa/students/browser.py:888 waeup/kofa/students/browser.py:1819
     2982#: waeup/kofa/students/browser.py:945 waeup/kofa/students/browser.py:1884
    29302983msgid "Successfully added ${a}."
    29312984msgstr ""
    29322985
    29332986#. Default: ""
    2934 #: waeup/kofa/students/browser.py:909
     2987#: waeup/kofa/students/browser.py:966
    29352988msgid "${a}: Course Ticket ${b}"
    29362989msgstr ""
    29372990
    29382991#. Default: ""
    2939 #: waeup/kofa/students/browser.py:925
     2992#: waeup/kofa/students/browser.py:982
    29402993msgid "Manage course ticket ${a}"
    2941 msgstr ""
    2942 
    2943 #. Default: ""
    2944 #: waeup/kofa/students/browser.py:952
    2945 msgid "${a}: Payments"
    2946 msgstr ""
    2947 
    2948 #: waeup/kofa/students/browser.py:997
    2949 msgid "Add online payment"
    29502994msgstr ""
    29512995
     
    29542998msgstr ""
    29552999
    2956 #: waeup/kofa/students/browser_templates/basemanagepage.pt:29
     3000#: waeup/kofa/students/browser_templates/basemanagepage.pt:30
    29573001msgid "Registration Transition:"
    2958 msgstr ""
    2959 
    2960 #. Default: "Please solve the captcha<br />to prevent misuse of this service:"
    2961 #: waeup/kofa/students/browser_templates/changepw.pt:8
    2962 msgid "solve_captcha"
    29633002msgstr ""
    29643003
     
    30103049#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:14
    30113050#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:25
    3012 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
    3013 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:54
     3051#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:89
     3052#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:45
    30143053msgid "State"
    30153054msgstr ""
     
    30303069msgstr ""
    30313070
     3071#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
     3072#: waeup/kofa/students/browser_templates/studycoursepage.pt:39
     3073msgid "Faculty:"
     3074msgstr ""
     3075
     3076#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
     3077#: waeup/kofa/students/browser_templates/studycoursepage.pt:28
     3078msgid "Department:"
     3079msgstr ""
     3080
    30323081#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:31
    30333082msgid "Semester:"
     
    30463095msgstr ""
    30473096
    3048 #: waeup/kofa/students/browser_templates/imageupload.pt:20
    3049 #: waeup/kofa/students/browser_templates/fileupload.pt:26
    3050 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:25
    3051 msgid "Max. file size:"
    3052 msgstr ""
    3053 
    30543097#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:11
     3098#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
     3099#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     3100msgid "Category"
     3101msgstr ""
     3102
     3103#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
     3104#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:88
     3105#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:44
     3106msgid "Item"
     3107msgstr ""
     3108
     3109#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
     3110#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
     3111#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:40
     3112msgid "Payment Id"
     3113msgstr ""
     3114
     3115#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    30553116#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:85
    3056 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:52
    3057 msgid "Category"
    3058 msgstr ""
    3059 
    3060 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
    3061 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
    3062 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:53
    3063 msgid "Item"
    3064 msgstr ""
    3065 
    3066 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
    3067 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:82
    3068 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:49
    3069 msgid "Payment Id"
    3070 msgstr ""
    3071 
    3072 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    3073 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:83
    3074 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:50
     3117#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:41
    30753118msgid "Creation Date"
     3119msgstr ""
     3120
     3121#. Default: "Enter the email address stored on Kofa. You can't change your email address here. If you've forgotten your email address or the email address stored in Kofa is wrong or no longer valid, use the enquiries form to request a change of address."
     3122#: waeup/kofa/students/browser_templates/sendpassword.pt:19
     3123msgid "email_address_problem"
     3124msgstr ""
     3125
     3126#. Default: "Please solve the captcha<br />to prevent misuse of this service:"
     3127#: waeup/kofa/students/browser_templates/sendpassword.pt:8
     3128msgid "solve_captcha"
    30763129msgstr ""
    30773130
     
    31753228msgstr ""
    31763229
    3177 #: waeup/kofa/students/interfaces.py:183 waeup/kofa/students/interfaces.py:259
    3178 #: waeup/kofa/students/interfaces.py:498
    3179 msgid "Registration Number"
    3180 msgstr ""
    3181 
    3182 #: waeup/kofa/students/interfaces.py:190 waeup/kofa/students/interfaces.py:268
     3230#: waeup/kofa/students/export.py:139
     3231msgid "Student Study Levels"
     3232msgstr ""
     3233
     3234#: waeup/kofa/students/export.py:87
     3235msgid "Student Study Courses"
     3236msgstr ""
     3237
     3238#: waeup/kofa/students/interfaces.py:191 waeup/kofa/students/interfaces.py:280
    31833239msgid "Matriculation Number"
    31843240msgstr ""
    31853241
    3186 #: waeup/kofa/students/interfaces.py:197
     3242#: waeup/kofa/students/interfaces.py:198
    31873243msgid "PWD Activation Code"
    31883244msgstr ""
    31893245
    3190 #: waeup/kofa/students/interfaces.py:203
     3246#: waeup/kofa/students/interfaces.py:204
    31913247msgid "Email"
    31923248msgstr ""
    31933249
    3194 #: waeup/kofa/students/interfaces.py:223
     3250#: waeup/kofa/students/interfaces.py:225
    31953251msgid "Clearance form locked"
    31963252msgstr ""
    31973253
    3198 #: waeup/kofa/students/interfaces.py:228
     3254#: waeup/kofa/students/interfaces.py:230
    31993255msgid "CLR Activation Code"
    32003256msgstr ""
    32013257
    3202 #: waeup/kofa/students/interfaces.py:235
     3258#: waeup/kofa/students/interfaces.py:237
    32033259msgid "Nationality"
    32043260msgstr ""
    32053261
    3206 #: waeup/kofa/students/interfaces.py:245
     3262#: waeup/kofa/students/interfaces.py:246
     3263msgid "Employer"
     3264msgstr ""
     3265
     3266#: waeup/kofa/students/interfaces.py:256
    32073267msgid "Permanent Address"
    32083268msgstr ""
    32093269
    3210 #: waeup/kofa/students/interfaces.py:277
     3270#: waeup/kofa/students/interfaces.py:289
    32113271#: waeup/kofa/browser/templates/showstudentspage.pt:7
    32123272msgid "Certificate"
    32133273msgstr ""
    32143274
    3215 #: waeup/kofa/students/interfaces.py:283
     3275#: waeup/kofa/students/interfaces.py:295
    32163276msgid "Entry Mode"
    32173277msgstr ""
    32183278
    3219 #: waeup/kofa/students/interfaces.py:290
     3279#: waeup/kofa/students/interfaces.py:302
    32203280msgid "Entry Session"
    32213281msgstr ""
    32223282
    3223 #: waeup/kofa/students/interfaces.py:298 waeup/kofa/students/interfaces.py:337
     3283#: waeup/kofa/students/interfaces.py:310 waeup/kofa/students/interfaces.py:349
    32243284#: waeup/kofa/browser/templates/showstudentspage.pt:8
    32253285msgid "Current Session"
    32263286msgstr ""
    32273287
    3228 #: waeup/kofa/students/interfaces.py:305 waeup/kofa/students/interfaces.py:343
     3288#: waeup/kofa/students/interfaces.py:317 waeup/kofa/students/interfaces.py:355
    32293289#: waeup/kofa/browser/templates/showstudentspage.pt:9
    32303290msgid "Current Level"
    32313291msgstr ""
    32323292
    3233 #: waeup/kofa/students/interfaces.py:312 waeup/kofa/students/interfaces.py:331
     3293#: waeup/kofa/students/interfaces.py:324 waeup/kofa/students/interfaces.py:343
    32343294msgid "Current Verdict"
    32353295msgstr ""
    32363296
    3237 #: waeup/kofa/students/interfaces.py:319
     3297#: waeup/kofa/students/interfaces.py:331
    32383298msgid "Previous Verdict"
    32393299msgstr ""
    32403300
    3241 #: waeup/kofa/students/interfaces.py:357 waeup/kofa/students/interfaces.py:451
     3301#: waeup/kofa/students/interfaces.py:369 waeup/kofa/students/interfaces.py:471
    32423302#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:8
    32433303#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:13
     
    32453305msgstr ""
    32463306
    3247 #: waeup/kofa/students/interfaces.py:363
     3307#: waeup/kofa/students/interfaces.py:375
    32483308msgid "Verdict"
    32493309msgstr ""
    32503310
    3251 #: waeup/kofa/students/interfaces.py:382
     3311#: waeup/kofa/students/interfaces.py:402
    32523312#: waeup/kofa/browser/templates/certificatepage.pt:30
    32533313#: waeup/kofa/browser/templates/certificatemanagepage.pt:33
     
    32553315msgstr ""
    32563316
    3257 #: waeup/kofa/students/interfaces.py:396
     3317#: waeup/kofa/students/interfaces.py:416
    32583318msgid "Automatical Creation"
    32593319msgstr ""
    32603320
    3261 #: waeup/kofa/students/interfaces.py:403
     3321#: waeup/kofa/students/interfaces.py:423
    32623322msgid "Carry-over Course"
    32633323msgstr ""
    32643324
    3265 #: waeup/kofa/students/interfaces.py:422
     3325#: waeup/kofa/students/interfaces.py:442
    32663326#: waeup/kofa/university/interfaces.py:299
    32673327#: waeup/kofa/browser/templates/certificatepage.pt:29
     
    32703330msgstr ""
    32713331
    3272 #: waeup/kofa/students/interfaces.py:439
     3332#: waeup/kofa/students/interfaces.py:459
    32733333#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:10
    32743334msgid "Bed Coordinates"
    32753335msgstr ""
    32763336
    3277 #: waeup/kofa/students/interfaces.py:458
     3337#: waeup/kofa/students/interfaces.py:478
    32783338#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:9
    32793339msgid "Booking Date"
    32803340msgstr ""
    32813341
    3282 #: waeup/kofa/students/interfaces.py:464
     3342#: waeup/kofa/students/interfaces.py:484
    32833343msgid "Booking Activation Code"
    32843344msgstr ""
    32853345
    3286 #. Default: ""
    3287 #: waeup/kofa/students/utils.py:167
     3346#: waeup/kofa/students/utils.py:182
     3347msgid "Scanned Documents"
     3348msgstr ""
     3349
     3350#: waeup/kofa/students/utils.py:190
     3351msgid "(not provided)"
     3352msgstr ""
     3353
     3354#. Default: ""
     3355#: waeup/kofa/students/utils.py:218
    32883356msgid "<font size=10>${a} Page ${b} of ${c}</font>"
    32893357msgstr ""
    32903358
    3291 #: waeup/kofa/students/utils.py:298 waeup/kofa/students/viewlets.py:71
    3292 #: waeup/kofa/students/viewlets.py:99
    3293 #: waeup/kofa/students/browser_templates/basemanagepage.pt:6
     3359#: waeup/kofa/students/utils.py:333 waeup/kofa/students/viewlets.py:74
     3360#: waeup/kofa/students/viewlets.py:102
     3361#: waeup/kofa/students/browser_templates/basemanagepage.pt:7
    32943362msgid "Base Data"
    32953363msgstr ""
    32963364
    3297 #: waeup/kofa/students/utils.py:329
    3298 msgid "Scanned Documents"
    3299 msgstr ""
    3300 
    3301 #: waeup/kofa/students/utils.py:382
     3365#: waeup/kofa/students/utils.py:368
    33023366msgid "(not yet)"
    33033367msgstr ""
    33043368
    3305 #: waeup/kofa/students/viewlets.py:109 waeup/kofa/students/viewlets.py:533
     3369#: waeup/kofa/students/viewlets.py:112 waeup/kofa/students/viewlets.py:556
    33063370msgid "Personal Data"
    33073371msgstr ""
    33083372
    3309 #: waeup/kofa/students/viewlets.py:131 waeup/kofa/students/viewlets.py:537
     3373#: waeup/kofa/students/viewlets.py:134 waeup/kofa/students/viewlets.py:560
    33103374#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:27
    33113375msgid "History"
    33123376msgstr ""
    33133377
    3314 #: waeup/kofa/students/viewlets.py:179 waeup/kofa/students/workflow.py:72
     3378#: waeup/kofa/students/viewlets.py:182 waeup/kofa/students/workflow.py:72
    33153379msgid "Clear student"
    33163380msgstr ""
    33173381
    3318 #: waeup/kofa/students/viewlets.py:194
     3382#: waeup/kofa/students/viewlets.py:197
    33193383msgid "Reject clearance"
    33203384msgstr ""
    33213385
    3322 #: waeup/kofa/students/viewlets.py:210
     3386#: waeup/kofa/students/viewlets.py:213
    33233387msgid "Download clearance slip"
    33243388msgstr ""
    33253389
    3326 #: waeup/kofa/students/viewlets.py:235
     3390#: waeup/kofa/students/viewlets.py:222 waeup/kofa/students/viewlets.py:231
     3391msgid "View"
     3392msgstr ""
     3393
     3394#: waeup/kofa/students/viewlets.py:263 waeup/kofa/students/workflow.py:128
     3395msgid "Validate courses"
     3396msgstr ""
     3397
     3398#: waeup/kofa/students/viewlets.py:279
     3399msgid "Reject courses"
     3400msgstr ""
     3401
     3402#: waeup/kofa/students/viewlets.py:296
    33273403msgid "Download course registration slip"
    33283404msgstr ""
    33293405
    3330 #: waeup/kofa/students/viewlets.py:251 waeup/kofa/students/workflow.py:128
    3331 msgid "Validate courses"
    3332 msgstr ""
    3333 
    3334 #: waeup/kofa/students/viewlets.py:267
    3335 msgid "Reject courses"
    3336 msgstr ""
    3337 
    3338 #: waeup/kofa/students/viewlets.py:330
     3406#: waeup/kofa/students/viewlets.py:353
    33393407msgid "Book accommodation"
    33403408msgstr ""
    33413409
    3342 #: waeup/kofa/students/viewlets.py:339
     3410#: waeup/kofa/students/viewlets.py:362
    33433411msgid "Download bed allocation slip"
    33443412msgstr ""
    33453413
    3346 #: waeup/kofa/students/viewlets.py:348
     3414#: waeup/kofa/students/viewlets.py:371
    33473415msgid "Relocate student"
    33483416msgstr ""
    33493417
    3350 #: waeup/kofa/students/viewlets.py:374
     3418#: waeup/kofa/students/viewlets.py:397
    33513419msgid "Change portrait"
    33523420msgstr ""
    33533421
    3354 #: waeup/kofa/students/viewlets.py:432
     3422#: waeup/kofa/students/viewlets.py:455
    33553423msgid "Add course list"
    33563424msgstr ""
    33573425
    3358 #: waeup/kofa/students/viewlets.py:450
     3426#: waeup/kofa/students/viewlets.py:473
    33593427msgid "Add and remove courses"
    33603428msgstr ""
    33613429
    3362 #: waeup/kofa/students/viewlets.py:536
     3430#: waeup/kofa/students/viewlets.py:559
    33633431msgid "Accommodation Data"
    33643432msgstr ""
    33653433
    33663434#. Default: ""
    3367 #: waeup/kofa/students/viewlets.py:548
     3435#: waeup/kofa/students/viewlets.py:571
    33683436msgid "${a} deleted."
    33693437msgstr ""
    33703438
    3371 #: waeup/kofa/students/viewlets.py:561
     3439#: waeup/kofa/students/viewlets.py:584
    33723440msgid "File name has no extension."
    33733441msgstr ""
    33743442
    3375 #: waeup/kofa/students/viewlets.py:564
     3443#: waeup/kofa/students/viewlets.py:587
    33763444msgid "File name contains more than one dot."
    33773445msgstr ""
    33783446
    33793447#. Default: ""
    3380 #: waeup/kofa/students/viewlets.py:571
     3448#: waeup/kofa/students/viewlets.py:594
    33813449msgid "${a} file extension expected."
    33823450msgstr ""
    33833451
    33843452#. Default: ""
    3385 #: waeup/kofa/students/viewlets.py:577
     3453#: waeup/kofa/students/viewlets.py:600
    33863454msgid "Only the following extension are allowed: ${a}"
    33873455msgstr ""
    33883456
    3389 #: waeup/kofa/students/viewlets.py:583
     3457#: waeup/kofa/students/viewlets.py:606
    33903458msgid "Uploaded file is too big."
    33913459msgstr ""
    33923460
    33933461#. Default: ""
    3394 #: waeup/kofa/students/viewlets.py:590
     3462#: waeup/kofa/students/viewlets.py:613
    33953463msgid "File ${a} uploaded."
    33963464msgstr ""
    33973465
    3398 #: waeup/kofa/students/viewlets.py:608
     3466#: waeup/kofa/students/viewlets.py:631
    33993467#: waeup/kofa/browser/templates/datacenterlogspage.pt:10
    34003468#: waeup/kofa/browser/templates/datacenterpage.pt:14
     
    34033471msgstr ""
    34043472
    3405 #: waeup/kofa/students/viewlets.py:609
     3473#: waeup/kofa/students/viewlets.py:632
    34063474msgid "Scan"
    34073475msgstr ""
    34083476
    3409 #: waeup/kofa/students/viewlets.py:632
     3477#: waeup/kofa/students/viewlets.py:655
    34103478msgid "Upload new file"
    34113479msgstr ""
    34123480
    3413 #: waeup/kofa/students/viewlets.py:633
     3481#: waeup/kofa/students/viewlets.py:656
    34143482msgid "Delete attachment"
    34153483msgstr ""
    34163484
    3417 #: waeup/kofa/students/viewlets.py:663
     3485#: waeup/kofa/students/viewlets.py:687
    34183486msgid "No local file selected."
    34193487msgstr ""
    34203488
    3421 #: waeup/kofa/students/viewlets.py:677
    3422 #: waeup/kofa/students/browser_templates/basemanagepage.pt:8
     3489#: waeup/kofa/students/viewlets.py:701
     3490#: waeup/kofa/students/browser_templates/basemanagepage.pt:9
    34233491msgid "Passport Picture"
    34243492msgstr ""
    34253493
    3426 #: waeup/kofa/students/viewlets.py:688
     3494#: waeup/kofa/students/viewlets.py:712
    34273495msgid "Passport Picture (jpg only)"
    34283496msgstr ""
    34293497
    3430 #: waeup/kofa/students/viewlets.py:703 waeup/kofa/students/viewlets.py:714
     3498#: waeup/kofa/students/viewlets.py:727 waeup/kofa/students/viewlets.py:738
    34313499msgid "Birth Certificate"
    34323500msgstr ""
    34333501
    3434 #: waeup/kofa/students/viewlets.py:704 waeup/kofa/students/viewlets.py:715
     3502#: waeup/kofa/students/viewlets.py:728 waeup/kofa/students/viewlets.py:739
    34353503msgid "Birth Certificate Scan"
    34363504msgstr ""
    34373505
    3438 #: waeup/kofa/students/viewlets.py:724 waeup/kofa/students/viewlets.py:735
     3506#: waeup/kofa/students/viewlets.py:748 waeup/kofa/students/viewlets.py:759
    34393507msgid "Acceptance Letter"
    34403508msgstr ""
    34413509
    3442 #: waeup/kofa/students/viewlets.py:725 waeup/kofa/students/viewlets.py:736
     3510#: waeup/kofa/students/viewlets.py:749 waeup/kofa/students/viewlets.py:760
    34433511msgid "Acceptance Letter Scan"
    34443512msgstr ""
    34453513
    3446 #: waeup/kofa/students/viewlets.py:85
     3514#: waeup/kofa/students/viewlets.py:88
    34473515msgid "Application Slip"
    34483516msgstr ""
    34493517
    3450 #: waeup/kofa/students/vocabularies.py:117
     3518#: waeup/kofa/students/vocabularies.py:116
    34513519msgid "male"
    34523520msgstr ""
    34533521
    3454 #: waeup/kofa/students/vocabularies.py:119
     3522#: waeup/kofa/students/vocabularies.py:118
    34553523msgid "female"
    34563524msgstr ""
    34573525
    34583526#. Default: ""
    3459 #: waeup/kofa/students/vocabularies.py:77
     3527#: waeup/kofa/students/vocabularies.py:76
    34603528msgid "Error: level id ${value} out of range"
    34613529msgstr ""
    34623530
    34633531#. Default: ""
    3464 #: waeup/kofa/students/vocabularies.py:88
     3532#: waeup/kofa/students/vocabularies.py:87
    34653533msgid "${title} 2nd spillover"
    34663534msgstr ""
    34673535
    34683536#. Default: ""
    3469 #: waeup/kofa/students/vocabularies.py:91
     3537#: waeup/kofa/students/vocabularies.py:90
    34703538msgid "${title} 3rd spillover"
    34713539msgstr ""
    34723540
    34733541#. Default: ""
    3474 #: waeup/kofa/students/vocabularies.py:94
     3542#: waeup/kofa/students/vocabularies.py:93
    34753543msgid "${title} 1st spillover"
    34763544msgstr ""
    34773545
    34783546#. Default: ""
    3479 #: waeup/kofa/students/vocabularies.py:96
     3547#: waeup/kofa/students/vocabularies.py:95
    34803548msgid "${title} on 1st probation"
    34813549msgstr ""
    34823550
    34833551#. Default: ""
    3484 #: waeup/kofa/students/vocabularies.py:98
     3552#: waeup/kofa/students/vocabularies.py:97
    34853553msgid "${title} on 2nd probation"
    34863554msgstr ""
     
    34903558msgstr ""
    34913559
    3492 #: waeup/kofa/students/workflow.py:108
    3493 msgid "Student record reset to 'returning'"
     3560#: waeup/kofa/students/workflow.py:108 waeup/kofa/students/workflow.py:143
     3561msgid "Reset to 'returning'"
    34943562msgstr ""
    34953563
     
    35073575
    35083576#: waeup/kofa/students/workflow.py:122 waeup/kofa/students/workflow.py:136
    3509 msgid "Student record reset to 'paid'"
     3577msgid "Reset to 'paid'"
    35103578msgstr ""
    35113579
     
    35183586msgstr ""
    35193587
    3520 #: waeup/kofa/students/workflow.py:143
    3521 msgid "Returned"
    3522 msgstr ""
    3523 
    35243588#: waeup/kofa/students/workflow.py:149
    35253589msgid "Reset to validated"
     
    35273591
    35283592#: waeup/kofa/students/workflow.py:150
    3529 msgid "Student record reset to 'validated'"
     3593msgid "Reset to 'validated'"
    35303594msgstr ""
    35313595
     
    35473611
    35483612#: waeup/kofa/students/workflow.py:38
    3549 msgid "Student record reset"
     3613msgid "Reset to initial state"
    35503614msgstr ""
    35513615
     
    35593623
    35603624#: waeup/kofa/students/workflow.py:52
    3561 msgid "Student record reset to 'admitted'"
     3625msgid "Reset to 'admitted'"
    35623626msgstr ""
    35633627
     
    35713635
    35723636#: waeup/kofa/students/workflow.py:66 waeup/kofa/students/workflow.py:80
    3573 msgid "Student record reset to 'clearance'"
     3637msgid "Reset to 'clearance'"
    35743638msgstr ""
    35753639
     
    35913655
    35923656#: waeup/kofa/students/workflow.py:94
    3593 msgid "Student record reset to 'cleared'"
     3657msgid "Reset to 'cleared'"
    35943658msgstr ""
    35953659
     
    37263790msgstr ""
    37273791
     3792#: waeup/kofa/university/vocabularies.py:38
     3793msgid "900 (Year 9)"
     3794msgstr ""
     3795
    37283796#: waeup/kofa/utils/countries.py:10
    37293797msgid "Albania"
     
    40304098msgstr ""
    40314099
    4032 #: waeup/kofa/utils/countries.py:169 waeup/kofa/utils/utils.py:47
     4100#: waeup/kofa/utils/countries.py:169 waeup/kofa/utils/utils.py:48
    40334101msgid "Nigeria"
    40344102msgstr ""
     
    46824750msgstr ""
    46834751
    4684 #: waeup/kofa/utils/countries.py:90 waeup/kofa/utils/utils.py:46
     4752#: waeup/kofa/utils/countries.py:90 waeup/kofa/utils/utils.py:47
    46854753msgid "Germany"
    46864754msgstr ""
     
    47224790msgstr ""
    47234791
    4724 #: waeup/kofa/utils/utils.py:149
     4792#: waeup/kofa/utils/utils.py:151
    47254793msgid ""
    47264794"Fullname: ${a}\n"
     
    47324800msgstr ""
    47334801
    4734 #: waeup/kofa/utils/utils.py:194
     4802#: waeup/kofa/utils/utils.py:201
    47354803msgid ""
    47364804"Dear ${a},\n"
     
    47524820msgstr ""
    47534821
    4754 #: waeup/kofa/utils/utils.py:48
     4822#: waeup/kofa/utils/utils.py:49
    47554823msgid "U.S."
    47564824msgstr ""
    47574825
    4758 #: waeup/kofa/widgets/phonewidget.py:117
     4826#: waeup/kofa/widgets/phonewidget.py:118
    47594827msgid "Empty phone field(s)."
    47604828msgstr ""
    47614829
    4762 #: waeup/kofa/widgets/phonewidget.py:121
     4830#: waeup/kofa/widgets/phonewidget.py:122
    47634831msgid "Int. prefix requires format '+NNN'"
    47644832msgstr ""
    47654833
    4766 #: waeup/kofa/widgets/phonewidget.py:127
     4834#: waeup/kofa/widgets/phonewidget.py:130
    47674835msgid "Phone numbers may contain numbers only."
    47684836msgstr ""
  • main/waeup.kofa/trunk/src/waeup/kofa/locales/ha/LC_MESSAGES/waeup.kofa.po

    r7985 r8197  
    1515msgstr ""
    1616"Project-Id-Version: WAeUP.KOFA\n"
    17 "POT-Creation-Date: Mon Mar 26 11:33:10 2012\n"
     17"POT-Creation-Date: Tue Apr 17 16:18:24 2012\n"
    1818"PO-Revision-Date: 2012-03-09 07:17+0100\n"
    1919"Last-Translator: Henrik Bettermann <henrik@waeup.org>\n"
     
    2828"X-Poedit-SourceCharset: utf-8\n"
    2929
    30 #: waeup/kofa/accesscodes/browser.py:100 waeup/kofa/accesscodes/browser.py:113
    31 #: waeup/kofa/applicants/browser.py:79 waeup/kofa/applicants/browser.py:129
    32 #: waeup/kofa/applicants/browser.py:181 waeup/kofa/applicants/browser.py:252
    33 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:336
     30#: waeup/kofa/accesscodes/browser.py:101 waeup/kofa/accesscodes/browser.py:114
     31#: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:131
     32#: waeup/kofa/applicants/browser.py:180 waeup/kofa/applicants/browser.py:249
     33#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:331
    3434#: waeup/kofa/browser/pages.py:507 waeup/kofa/browser/pages.py:712
    3535#: waeup/kofa/browser/pages.py:739 waeup/kofa/browser/pages.py:762
     
    4545#: waeup/kofa/browser/pages.py:1814 waeup/kofa/browser/pages.py:1816
    4646#: waeup/kofa/browser/pages.py:1851 waeup/kofa/browser/pages.py:1902
    47 #: waeup/kofa/browser/pages.py:1954 waeup/kofa/students/browser.py:589
    48 #: waeup/kofa/students/browser.py:590 waeup/kofa/students/browser.py:751
    49 #: waeup/kofa/students/browser.py:753 waeup/kofa/students/browser.py:893
     47#: waeup/kofa/browser/pages.py:1954 waeup/kofa/students/browser.py:623
     48#: waeup/kofa/students/browser.py:624 waeup/kofa/students/browser.py:807
     49#: waeup/kofa/students/browser.py:809 waeup/kofa/students/browser.py:950
    5050msgid "Cancel"
    5151msgstr ""
    5252
    53 #: waeup/kofa/accesscodes/browser.py:102
     53#: waeup/kofa/accesscodes/browser.py:103
    5454msgid "Batch creation cancelled."
    5555msgstr ""
    5656
    57 #: waeup/kofa/accesscodes/browser.py:112
     57#: waeup/kofa/accesscodes/browser.py:113
    5858msgid "Reimport"
    5959msgstr ""
    6060
    61 #: waeup/kofa/accesscodes/browser.py:115
     61#: waeup/kofa/accesscodes/browser.py:116
    6262msgid "Reimport Access Code Batches"
    6363msgstr ""
    6464
    65 #: waeup/kofa/accesscodes/browser.py:120
     65#: waeup/kofa/accesscodes/browser.py:121
    6666msgid "Reimport cancelled."
    6767msgstr ""
    6868
    69 #: waeup/kofa/accesscodes/browser.py:126
     69#: waeup/kofa/accesscodes/browser.py:127
    7070msgid "No file chosen. Action cancelled."
    7171msgstr ""
    7272
    7373#. Default: ""
    74 #: waeup/kofa/accesscodes/browser.py:136
     74#: waeup/kofa/accesscodes/browser.py:137
    7575msgid "This batch already exists: ${a}"
    7676msgstr ""
    7777
    7878#. Default: ""
    79 #: waeup/kofa/accesscodes/browser.py:139
     79#: waeup/kofa/accesscodes/browser.py:140
    8080msgid "Successfully reimported: ${a}"
    8181msgstr ""
    8282
    83 #: waeup/kofa/accesscodes/browser.py:152
     83#: waeup/kofa/accesscodes/browser.py:153
    8484msgid "Search and Manage Access Codes"
    8585msgstr ""
    8686
    87 #: waeup/kofa/accesscodes/browser.py:153 waeup/kofa/browser/pages.py:596
     87#: waeup/kofa/accesscodes/browser.py:154 waeup/kofa/browser/pages.py:596
    8888#: waeup/kofa/browser/pages.py:1146 waeup/kofa/browser/viewlets.py:190
    89 #: waeup/kofa/students/browser.py:169 waeup/kofa/students/browser.py:203
     89#: waeup/kofa/students/browser.py:171 waeup/kofa/students/browser.py:209
    9090msgid "Search"
    9191msgstr ""
    9292
    93 #: waeup/kofa/accesscodes/browser.py:154
     93#: waeup/kofa/accesscodes/browser.py:155
    9494msgid "Disable ACs"
    9595msgstr ""
    9696
    97 #: waeup/kofa/accesscodes/browser.py:155
     97#: waeup/kofa/accesscodes/browser.py:156
    9898msgid "Enable ACs"
    9999msgstr ""
    100100
    101 #: waeup/kofa/accesscodes/browser.py:180 waeup/kofa/accesscodes/workflow.py:39
     101#: waeup/kofa/accesscodes/browser.py:181 waeup/kofa/accesscodes/workflow.py:39
    102102msgid "disabled"
    103103msgstr ""
    104104
    105105#. Default: ""
    106 #: waeup/kofa/accesscodes/browser.py:182
     106#: waeup/kofa/accesscodes/browser.py:183
    107107msgid "${a} disabled."
    108108msgstr ""
    109109
    110110#. Default: ""
    111 #: waeup/kofa/accesscodes/browser.py:186
     111#: waeup/kofa/accesscodes/browser.py:187
    112112msgid "${a}: Disable transition not allowed."
    113113msgstr ""
    114114
    115 #: waeup/kofa/accesscodes/browser.py:190
     115#: waeup/kofa/accesscodes/browser.py:191
    116116msgid "re-enabled"
    117117msgstr ""
    118118
    119119#. Default: ""
    120 #: waeup/kofa/accesscodes/browser.py:192
     120#: waeup/kofa/accesscodes/browser.py:193
    121121msgid "${a} (re-)enabled."
    122122msgstr ""
    123123
    124124#. Default: ""
    125 #: waeup/kofa/accesscodes/browser.py:196
     125#: waeup/kofa/accesscodes/browser.py:197
    126126msgid "${a}: Re-enable transition not allowed."
    127127msgstr ""
    128128
    129 #: waeup/kofa/accesscodes/browser.py:235
     129#: waeup/kofa/accesscodes/browser.py:236
    130130msgid "Add Access Code Batch"
    131131msgstr ""
    132132
    133 #: waeup/kofa/accesscodes/browser.py:244
     133#: waeup/kofa/accesscodes/browser.py:245
    134134msgid "Reimport Access Code Batch"
    135135msgstr ""
    136136
    137 #: waeup/kofa/accesscodes/browser.py:252
     137#: waeup/kofa/accesscodes/browser.py:253
    138138msgid "Search Access Codes"
    139139msgstr ""
    140140
    141 #: waeup/kofa/accesscodes/browser.py:261
     141#: waeup/kofa/accesscodes/browser.py:262
    142142msgid "Access Codes"
    143143msgstr ""
    144144
    145 #: waeup/kofa/accesscodes/browser.py:43
     145#: waeup/kofa/accesscodes/browser.py:44
    146146msgid "Archive"
    147147msgstr ""
    148148
    149 #: waeup/kofa/accesscodes/browser.py:44
     149#: waeup/kofa/accesscodes/browser.py:45
    150150msgid "Archive and delete"
    151151msgstr ""
    152152
    153 #: waeup/kofa/accesscodes/browser.py:46 waeup/kofa/accesscodes/browser.py:206
    154 #: waeup/kofa/accesscodes/browser.py:226
     153#: waeup/kofa/accesscodes/browser.py:47 waeup/kofa/accesscodes/browser.py:207
     154#: waeup/kofa/accesscodes/browser.py:227
    155155msgid "Access Code Batches"
    156156msgstr ""
    157157
    158 #: waeup/kofa/accesscodes/browser.py:53
     158#: waeup/kofa/accesscodes/browser.py:54
    159159msgid "No batch selected."
    160160msgstr ""
    161161
    162162#. Default: ""
    163 #: waeup/kofa/accesscodes/browser.py:61
     163#: waeup/kofa/accesscodes/browser.py:62
    164164msgid "Archived ${a} (${b})"
    165165msgstr ""
    166166
    167167#. Default: ""
    168 #: waeup/kofa/accesscodes/browser.py:68
     168#: waeup/kofa/accesscodes/browser.py:69
    169169msgid "Deleted batch ${a}"
    170170msgstr ""
    171171
    172 #: waeup/kofa/accesscodes/browser.py:77
     172#: waeup/kofa/accesscodes/browser.py:78
    173173msgid "Create Access Code Batch"
    174174msgstr ""
    175175
    176 #: waeup/kofa/accesscodes/browser.py:83
     176#: waeup/kofa/accesscodes/browser.py:84
    177177msgid "Create batch"
    178178msgstr ""
    179179
    180180#. Default: ""
    181 #: waeup/kofa/accesscodes/browser.py:91
     181#: waeup/kofa/accesscodes/browser.py:92
    182182msgid "Batch created (${a} entries)"
    183183msgstr ""
    184184
    185185#. Default: ""
    186 #: waeup/kofa/accesscodes/browser.py:93
     186#: waeup/kofa/accesscodes/browser.py:94
    187187msgid "Data written to ${a}"
    188188msgstr ""
     
    342342msgstr ""
    343343
    344 #: waeup/kofa/applicants/browser.py:116 waeup/kofa/applicants/browser.py:323
    345 #: waeup/kofa/applicants/browser.py:744
     344#: waeup/kofa/applicants/browser.py:118 waeup/kofa/applicants/browser.py:318
     345#: waeup/kofa/applicants/browser.py:714
    346346msgid "Could not delete:"
    347347msgstr ""
    348348
    349349#. Default: ""
    350 #: waeup/kofa/applicants/browser.py:119 waeup/kofa/applicants/browser.py:326
    351 #: waeup/kofa/applicants/browser.py:747 waeup/kofa/browser/pages.py:137
    352 #: waeup/kofa/students/browser.py:241 waeup/kofa/students/browser.py:647
    353 #: waeup/kofa/students/browser.py:801 waeup/kofa/students/browser.py:979
    354 #: waeup/kofa/students/browser.py:1189 waeup/kofa/students/browser.py:1776
     350#: waeup/kofa/applicants/browser.py:121 waeup/kofa/applicants/browser.py:321
     351#: waeup/kofa/applicants/browser.py:717 waeup/kofa/browser/pages.py:136
     352#: waeup/kofa/students/browser.py:253 waeup/kofa/students/browser.py:687
     353#: waeup/kofa/students/browser.py:857 waeup/kofa/students/browser.py:1036
     354#: waeup/kofa/students/browser.py:1251 waeup/kofa/students/browser.py:1841
    355355msgid "Successfully removed: ${a}"
    356356msgstr ""
     
    362362msgstr ""
    363363
    364 #: waeup/kofa/applicants/browser.py:177
     364#: waeup/kofa/applicants/browser.py:176
    365365msgid "Added:"
    366366msgstr ""
    367367
    368 #: waeup/kofa/applicants/browser.py:189 waeup/kofa/applicants/export.py:78
     368#: waeup/kofa/applicants/browser.py:188 waeup/kofa/applicants/export.py:76
    369369#: waeup/kofa/applicants/viewlets.py:44
    370370#: waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt:12
     
    373373msgstr ""
    374374
    375 #: waeup/kofa/applicants/browser.py:252 waeup/kofa/applicants/browser.py:299
    376 #: waeup/kofa/applicants/browser.py:653 waeup/kofa/applicants/browser.py:687
    377 #: waeup/kofa/applicants/browser.py:790 waeup/kofa/applicants/browser.py:793
    378 #: waeup/kofa/applicants/browser.py:837 waeup/kofa/browser/pages.py:480
     375#: waeup/kofa/applicants/browser.py:249 waeup/kofa/applicants/browser.py:294
     376#: waeup/kofa/applicants/browser.py:619 waeup/kofa/applicants/browser.py:657
     377#: waeup/kofa/applicants/browser.py:759 waeup/kofa/applicants/browser.py:762
     378#: waeup/kofa/applicants/browser.py:806 waeup/kofa/browser/pages.py:480
    379379#: waeup/kofa/browser/pages.py:635 waeup/kofa/browser/pages.py:658
    380380#: waeup/kofa/browser/pages.py:732 waeup/kofa/browser/pages.py:1185
     
    384384#: waeup/kofa/browser/pages.py:1835 waeup/kofa/hostels/browser.py:209
    385385#: waeup/kofa/hostels/browser.py:231 waeup/kofa/hostels/browser.py:318
    386 #: waeup/kofa/students/browser.py:358 waeup/kofa/students/browser.py:463
    387 #: waeup/kofa/students/browser.py:540 waeup/kofa/students/browser.py:589
    388 #: waeup/kofa/students/browser.py:605 waeup/kofa/students/browser.py:751
    389 #: waeup/kofa/students/browser.py:776 waeup/kofa/students/browser.py:1450
    390 #: waeup/kofa/students/browser.py:1465 waeup/kofa/students/browser.py:1580
     386#: waeup/kofa/students/browser.py:369 waeup/kofa/students/browser.py:497
     387#: waeup/kofa/students/browser.py:574 waeup/kofa/students/browser.py:623
     388#: waeup/kofa/students/browser.py:639 waeup/kofa/students/browser.py:807
     389#: waeup/kofa/students/browser.py:832 waeup/kofa/students/browser.py:1509
     390#: waeup/kofa/students/browser.py:1524 waeup/kofa/students/browser.py:1645
    391391msgid "Save"
    392392msgstr ""
    393393
    394 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:331
    395 #: waeup/kofa/applicants/browser.py:360
     394#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:326
     395#: waeup/kofa/applicants/browser.py:354
    396396msgid "Add applicant"
    397397msgstr ""
    398398
    399 #: waeup/kofa/applicants/browser.py:263 waeup/kofa/applicants/viewlets.py:95
     399#: waeup/kofa/applicants/browser.py:258 waeup/kofa/applicants/viewlets.py:95
    400400msgid "Manage applicants container"
    401401msgstr ""
    402402
    403 #: waeup/kofa/applicants/browser.py:303 waeup/kofa/applicants/browser.py:716
     403#: waeup/kofa/applicants/browser.py:298 waeup/kofa/applicants/browser.py:686
    404404#: waeup/kofa/browser/pages.py:1444 waeup/kofa/browser/pages.py:1766
    405405#: waeup/kofa/browser/pages.py:1838 waeup/kofa/browser/pages.py:1950
    406 #: waeup/kofa/hostels/browser.py:54 waeup/kofa/students/browser.py:82
    407 #: waeup/kofa/students/browser.py:384
     406#: waeup/kofa/hostels/browser.py:54 waeup/kofa/students/browser.py:84
     407#: waeup/kofa/students/browser.py:395
    408408msgid "Form has been saved."
    409409msgstr ""
    410410
    411 #: waeup/kofa/applicants/browser.py:312
     411#: waeup/kofa/applicants/browser.py:307
    412412msgid "No applicant selected!"
    413413msgstr ""
    414414
    415 #: waeup/kofa/applicants/browser.py:363
     415#: waeup/kofa/applicants/browser.py:357
    416416msgid "Create application record"
    417417msgstr ""
    418418
    419 #: waeup/kofa/applicants/browser.py:368
     419#: waeup/kofa/applicants/browser.py:362
    420420msgid "Applicant record created."
    421421msgstr ""
    422422
    423 #: waeup/kofa/applicants/browser.py:381
     423#: waeup/kofa/applicants/browser.py:376
    424424msgid "Applicant"
    425425msgstr ""
    426426
    427 #: waeup/kofa/applicants/browser.py:396 waeup/kofa/students/browser.py:283
     427#: waeup/kofa/applicants/browser.py:395 waeup/kofa/students/browser.py:295
    428428msgid "set"
    429429msgstr ""
    430430
    431 #: waeup/kofa/applicants/browser.py:397 waeup/kofa/students/browser.py:284
     431#: waeup/kofa/applicants/browser.py:396 waeup/kofa/students/browser.py:296
    432432msgid "unset"
    433433msgstr ""
    434434
    435435#. Default: ""
    436 #: waeup/kofa/applicants/browser.py:402
    437 msgid "${a} Application Record ${b}"
    438 msgstr ""
    439 
    440 #: waeup/kofa/applicants/browser.py:453
     436#: waeup/kofa/applicants/browser.py:401
     437msgid "${a} <br /> Application Record ${b}"
     438msgstr ""
     439
     440#: waeup/kofa/applicants/browser.py:452
    441441msgid "Session configuration object is not available."
    442442msgstr ""
    443443
    444 #: waeup/kofa/applicants/browser.py:460 waeup/kofa/students/browser.py:1028
     444#: waeup/kofa/applicants/browser.py:459 waeup/kofa/students/browser.py:1091
    445445msgid "This type of payment has already been made."
    446446msgstr ""
    447447
    448 #: waeup/kofa/applicants/browser.py:473 waeup/kofa/students/browser.py:1042
     448#: waeup/kofa/applicants/browser.py:472 waeup/kofa/students/browser.py:1105
    449449msgid "Payment ticket created."
    450450msgstr ""
    451451
    452452#. Default: ""
    453 #: waeup/kofa/applicants/browser.py:500 waeup/kofa/students/browser.py:1061
     453#: waeup/kofa/applicants/browser.py:499 waeup/kofa/students/browser.py:1124
    454454msgid "${a}: Online Payment Ticket ${b}"
    455455msgstr ""
    456456
    457 #: waeup/kofa/applicants/browser.py:528 waeup/kofa/students/browser.py:1110
     457#: waeup/kofa/applicants/browser.py:527 waeup/kofa/students/browser.py:1172
    458458msgid "Valid callback received."
    459459msgstr ""
    460460
    461 #: waeup/kofa/applicants/browser.py:549
     461#: waeup/kofa/applicants/browser.py:548
    462462msgid "Payment Data"
    463463msgstr ""
    464464
    465 #: waeup/kofa/applicants/browser.py:555
     465#: waeup/kofa/applicants/browser.py:554
    466466msgid "Online Payment Receipt"
    467467msgstr ""
    468468
    469 #: waeup/kofa/applicants/browser.py:561
     469#: waeup/kofa/applicants/browser.py:560
    470470msgid "Ticket not yet paid."
    471471msgstr ""
    472472
    473 #: waeup/kofa/applicants/browser.py:626
     473#: waeup/kofa/applicants/browser.py:594
    474474msgid "Uploaded image is too big!"
    475475msgstr ""
    476476
    477 #: waeup/kofa/applicants/browser.py:63
     477#: waeup/kofa/applicants/browser.py:599
     478msgid "jpg file extension expected."
     479msgstr ""
     480
     481#: waeup/kofa/applicants/browser.py:619 waeup/kofa/applicants/browser.py:762
     482#: waeup/kofa/applicants/browser.py:814
     483msgid "Final Submit"
     484msgstr ""
     485
     486#: waeup/kofa/applicants/browser.py:620 waeup/kofa/applicants/browser.py:727
     487#: waeup/kofa/applicants/browser.py:760 waeup/kofa/applicants/browser.py:795
     488#: waeup/kofa/students/browser.py:1042
     489msgid "Add online payment ticket"
     490msgstr ""
     491
     492#: waeup/kofa/applicants/browser.py:620 waeup/kofa/applicants/browser.py:732
     493#: waeup/kofa/applicants/browser.py:760 waeup/kofa/applicants/browser.py:763
     494#: waeup/kofa/applicants/browser.py:800 waeup/kofa/students/browser.py:809
     495#: waeup/kofa/students/browser.py:841 waeup/kofa/students/browser.py:1018
     496#: waeup/kofa/students/browser.py:1823
     497msgid "Remove selected tickets"
     498msgstr ""
     499
     500#. Default: ""
     501#: waeup/kofa/applicants/browser.py:643
     502msgid "${a} <br /> Application Form ${b}"
     503msgstr ""
     504
     505#: waeup/kofa/applicants/browser.py:65
    478506msgid "Application Section"
    479507msgstr ""
    480508
    481 #: waeup/kofa/applicants/browser.py:631
    482 msgid "jpg file extension expected."
    483 msgstr ""
    484 
    485 #: waeup/kofa/applicants/browser.py:653 waeup/kofa/applicants/browser.py:793
    486 #: waeup/kofa/applicants/browser.py:845
    487 msgid "Final Submit"
    488 msgstr ""
    489 
    490 #: waeup/kofa/applicants/browser.py:654 waeup/kofa/applicants/browser.py:757
    491 #: waeup/kofa/applicants/browser.py:791 waeup/kofa/applicants/browser.py:826
    492 #: waeup/kofa/students/browser.py:985
    493 msgid "Add online payment ticket"
    494 msgstr ""
    495 
    496 #: waeup/kofa/applicants/browser.py:654 waeup/kofa/applicants/browser.py:762
    497 #: waeup/kofa/applicants/browser.py:791 waeup/kofa/applicants/browser.py:794
    498 #: waeup/kofa/applicants/browser.py:831 waeup/kofa/students/browser.py:753
    499 #: waeup/kofa/students/browser.py:785 waeup/kofa/students/browser.py:961
    500 #: waeup/kofa/students/browser.py:1758
    501 msgid "Remove selected tickets"
    502 msgstr ""
    503 
    504 #. Default: ""
    505 #: waeup/kofa/applicants/browser.py:673
    506 msgid "${a} Application Form ${b}"
    507 msgstr ""
    508 
    509 #: waeup/kofa/applicants/browser.py:684 waeup/kofa/students/browser.py:355
     509#: waeup/kofa/applicants/browser.py:654 waeup/kofa/students/browser.py:366
    510510msgid "No transition"
    511511msgstr ""
    512512
    513 #: waeup/kofa/applicants/browser.py:731 waeup/kofa/students/browser.py:967
     513#: waeup/kofa/applicants/browser.py:701 waeup/kofa/students/browser.py:1024
    514514msgid "No payment selected."
    515515msgstr ""
    516516
    517 #: waeup/kofa/applicants/browser.py:75 waeup/kofa/applicants/viewlets.py:88
     517#: waeup/kofa/applicants/browser.py:77 waeup/kofa/applicants/viewlets.py:88
    518518msgid "Manage application section"
    519519msgstr ""
    520520
    521 #: waeup/kofa/applicants/browser.py:78 waeup/kofa/applicants/browser.py:104
    522 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:306
     521#: waeup/kofa/applicants/browser.py:773 waeup/kofa/students/browser.py:92
     522msgid "The requested form is locked (read-only)."
     523msgstr ""
     524
     525#: waeup/kofa/applicants/browser.py:787
     526msgid "No passport picture uploaded."
     527msgstr ""
     528
     529#: waeup/kofa/applicants/browser.py:789
     530msgid "Passport picture confirmation box not ticked."
     531msgstr ""
     532
     533#: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:106
     534#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:301
    523535#: waeup/kofa/browser/pages.py:638 waeup/kofa/browser/pages.py:679
    524536#: waeup/kofa/browser/pages.py:1324 waeup/kofa/browser/pages.py:1335
    525537#: waeup/kofa/browser/pages.py:1401 waeup/kofa/browser/pages.py:1436
    526 #: waeup/kofa/hostels/browser.py:131 waeup/kofa/students/browser.py:204
    527 #: waeup/kofa/students/browser.py:1156 waeup/kofa/students/browser.py:1169
     538#: waeup/kofa/hostels/browser.py:131 waeup/kofa/students/browser.py:210
     539#: waeup/kofa/students/browser.py:1218 waeup/kofa/students/browser.py:1231
    528540msgid "Remove selected"
    529541msgstr ""
    530542
    531 #: waeup/kofa/applicants/browser.py:78 waeup/kofa/applicants/browser.py:124
    532 #: waeup/kofa/applicants/browser.py:147 waeup/kofa/applicants/browser.py:159
     543#: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:126
     544#: waeup/kofa/applicants/browser.py:149 waeup/kofa/applicants/browser.py:159
    533545msgid "Add applicants container"
    534546msgstr ""
    535547
    536 #: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:138
    537 #: waeup/kofa/applicants/browser.py:254 waeup/kofa/applicants/browser.py:345
     548#: waeup/kofa/applicants/browser.py:82 waeup/kofa/applicants/browser.py:140
     549#: waeup/kofa/applicants/browser.py:251 waeup/kofa/applicants/browser.py:340
    538550#: waeup/kofa/browser/pages.py:1402 waeup/kofa/browser/pages.py:1461
    539551#: waeup/kofa/browser/pages.py:1571 waeup/kofa/browser/pages.py:1657
     
    542554msgstr ""
    543555
    544 #: waeup/kofa/applicants/browser.py:804 waeup/kofa/students/browser.py:90
    545 msgid "The requested form is locked (read-only)."
    546 msgstr ""
    547 
    548 #: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:134
    549 #: waeup/kofa/applicants/browser.py:255 waeup/kofa/applicants/browser.py:341
     556#: waeup/kofa/applicants/browser.py:826 waeup/kofa/students/browser.py:1690
     557msgid "This form cannot be submitted. Wrong state!"
     558msgstr ""
     559
     560#: waeup/kofa/applicants/browser.py:83 waeup/kofa/applicants/browser.py:136
     561#: waeup/kofa/applicants/browser.py:252 waeup/kofa/applicants/browser.py:336
    550562#: waeup/kofa/browser/pages.py:1403 waeup/kofa/browser/pages.py:1457
    551563#: waeup/kofa/browser/pages.py:1572 waeup/kofa/browser/pages.py:1653
     
    554566msgstr ""
    555567
    556 #: waeup/kofa/applicants/browser.py:818
    557 msgid "No passport picture uploaded."
    558 msgstr ""
    559 
    560 #: waeup/kofa/applicants/browser.py:82
     568#: waeup/kofa/applicants/browser.py:831
     569msgid "Form has been submitted."
     570msgstr ""
     571
     572#: waeup/kofa/applicants/browser.py:84
    561573msgid "Applicants Containers"
    562574msgstr ""
    563575
    564 #: waeup/kofa/applicants/browser.py:820
    565 msgid "Passport picture confirmation box not ticked."
    566 msgstr ""
    567 
    568 #: waeup/kofa/applicants/browser.py:857 waeup/kofa/students/browser.py:1625
    569 msgid "This form cannot be submitted. Wrong state!"
    570 msgstr ""
    571 
    572 #: waeup/kofa/applicants/browser.py:862
    573 msgid "Form has been submitted."
    574 msgstr ""
    575 
    576 #. Default: ""
    577 #: waeup/kofa/applicants/browser.py:897
    578 msgid "Register for ${a} Application"
    579 msgstr ""
    580 
    581 #: waeup/kofa/applicants/browser.py:903
     576#. Default: ""
     577#: waeup/kofa/applicants/browser.py:874
     578msgid "Apply for ${a}"
     579msgstr ""
     580
     581#: waeup/kofa/applicants/browser.py:880
    582582msgid "Application has not yet started."
    583583msgstr ""
    584584
    585 #: waeup/kofa/applicants/browser.py:908
     585#: waeup/kofa/applicants/browser.py:885
    586586msgid "Application has ended."
    587587msgstr ""
    588588
     589#: waeup/kofa/applicants/browser.py:894
     590msgid "Get login credentials"
     591msgstr ""
     592
    589593#: waeup/kofa/applicants/browser.py:917
    590 msgid "Get login credentials"
    591 msgstr ""
    592 
    593 #: waeup/kofa/applicants/browser.py:932
     594msgid "An error occurred."
     595msgstr ""
     596
     597#: waeup/kofa/applicants/browser.py:923 waeup/kofa/applicants/browser.py:934
     598msgid "No application record found."
     599msgstr ""
     600
     601#: waeup/kofa/applicants/browser.py:926
     602msgid "Your password has already been set. Please proceed to the login page."
     603msgstr ""
     604
     605#: waeup/kofa/applicants/browser.py:944
    594606msgid "You have successfully been registered for the"
    595607msgstr ""
    596608
    597 #: waeup/kofa/applicants/browser.py:939
     609#: waeup/kofa/applicants/browser.py:951
    598610msgid "Email could not been sent. Please retry later."
    599611msgstr ""
    600612
    601 #: waeup/kofa/applicants/browser.py:948
     613#: waeup/kofa/applicants/browser.py:960
    602614msgid "Your registration was successful."
    603615msgstr ""
    604616
    605 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:18
    606 msgid "Photograph"
    607 msgstr ""
    608 
    609 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:43
     617#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:17
     618msgid "Admitted Course of Study:"
     619msgstr ""
     620
     621#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:19
     622msgid "Passport Photo:"
     623msgstr ""
     624
     625#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:44
    610626msgid "Application Transition:"
    611627msgstr ""
    612628
    613 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:59
     629#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:60
    614630msgid ""
    615631"I confirm that the Passport Photograph uploaded on this form is a true "
     
    617633msgstr ""
    618634
    619 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:74
    620 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     635#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:76
     636#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
    621637msgid "Acceptance Fee Payment Tickets"
    622638msgstr ""
     
    640656msgstr ""
    641657
     658#: waeup/kofa/applicants/browser_templates/applicantregister.pt:22
     659msgid ""
     660"Your application record will be looked up and an email with your login "
     661"credentials will be sent to the address provided."
     662msgstr ""
     663
    642664#: waeup/kofa/applicants/browser_templates/applicantregister.pt:8
    643665msgid "Please solve the captcha<br />to prevent misuse of this service:"
     
    665687msgstr ""
    666688
    667 #: waeup/kofa/applicants/container.py:52
    668 msgid "Basic"
    669 msgstr ""
    670 
    671 #: waeup/kofa/applicants/container.py:55
    672 msgid "handles basic applicants"
    673 msgstr ""
    674 
    675689#: waeup/kofa/applicants/export.py:40
    676690msgid "Basic Applicants Containers"
    677691msgstr ""
    678692
    679 #: waeup/kofa/applicants/interfaces.py:198 waeup/kofa/students/browser.py:718
     693#: waeup/kofa/applicants/interfaces.py:138
     694msgid "Create Application Records"
     695msgstr ""
     696
     697#: waeup/kofa/applicants/interfaces.py:139
     698msgid "Update Application Records"
     699msgstr ""
     700
     701#: waeup/kofa/applicants/interfaces.py:159 waeup/kofa/students/browser.py:773
    680702#: waeup/kofa/university/interfaces.py:38
    681703#: waeup/kofa/university/interfaces.py:66
     
    701723msgstr ""
    702724
    703 #: waeup/kofa/applicants/interfaces.py:205 waeup/kofa/students/browser.py:719
     725#: waeup/kofa/applicants/interfaces.py:165 waeup/kofa/students/browser.py:774
    704726#: waeup/kofa/university/interfaces.py:199
    705727#: waeup/kofa/browser/templates/departmentmanagepage.pt:41
     
    720742msgstr ""
    721743
    722 #: waeup/kofa/applicants/interfaces.py:212
    723 #: waeup/kofa/applicants/interfaces.py:322
     744#: waeup/kofa/applicants/interfaces.py:171
     745#: waeup/kofa/applicants/interfaces.py:275
    724746msgid "Application Target"
    725747msgstr ""
    726748
    727 #: waeup/kofa/applicants/interfaces.py:220
     749#: waeup/kofa/applicants/interfaces.py:178
     750#: waeup/kofa/applicants/interfaces.py:282
     751msgid "Year of Entrance"
     752msgstr ""
     753
     754#: waeup/kofa/applicants/interfaces.py:185
     755msgid "Application Mode"
     756msgstr ""
     757
     758#: waeup/kofa/applicants/interfaces.py:191
    728759msgid "Entry Level"
    729760msgstr ""
    730761
    731 #: waeup/kofa/applicants/interfaces.py:227
    732 #: waeup/kofa/applicants/interfaces.py:330
    733 msgid "Year of Entrance"
    734 msgstr ""
    735 
    736 #: waeup/kofa/applicants/interfaces.py:235
    737 #: waeup/kofa/applicants/interfaces.py:338
    738 msgid "Applicants Container Type"
    739 msgstr ""
    740 
    741 #: waeup/kofa/applicants/interfaces.py:251
     762#: waeup/kofa/applicants/interfaces.py:205
    742763msgid "Category for the grouping of certificates"
    743764msgstr ""
    744765
    745 #: waeup/kofa/applicants/interfaces.py:258
     766#: waeup/kofa/applicants/interfaces.py:211
    746767msgid "Human readable description in reST format"
    747768msgstr ""
    748769
    749 #: waeup/kofa/applicants/interfaces.py:271
     770#: waeup/kofa/applicants/interfaces.py:224
    750771msgid "Application Start Date"
    751772msgstr ""
    752773
    753 #: waeup/kofa/applicants/interfaces.py:277
     774#: waeup/kofa/applicants/interfaces.py:230
    754775msgid "Application Closing Date"
    755776msgstr ""
    756777
    757 #: waeup/kofa/applicants/interfaces.py:283
     778#: waeup/kofa/applicants/interfaces.py:236
    758779msgid "Forbid additions after deadline (enddate)"
    759780msgstr ""
    760781
    761 #: waeup/kofa/applicants/interfaces.py:366
     782#: waeup/kofa/applicants/interfaces.py:315
    762783msgid "Applicant Id"
    763784msgstr ""
    764785
    765 #: waeup/kofa/applicants/interfaces.py:371
    766 msgid "JAMB Registration Number"
    767 msgstr ""
    768 
    769 #: waeup/kofa/applicants/interfaces.py:383
    770 #: waeup/kofa/students/interfaces.py:162
     786#: waeup/kofa/applicants/interfaces.py:320
     787#: waeup/kofa/students/interfaces.py:184 waeup/kofa/students/interfaces.py:271
     788#: waeup/kofa/students/interfaces.py:518
     789msgid "Registration Number"
     790msgstr ""
     791
     792#: waeup/kofa/applicants/interfaces.py:331
     793#: waeup/kofa/applicants/interfaces.py:499
     794#: waeup/kofa/students/interfaces.py:163
    771795msgid "First Name"
    772796msgstr ""
    773797
    774 #: waeup/kofa/applicants/interfaces.py:387
    775 #: waeup/kofa/students/interfaces.py:167
     798#: waeup/kofa/applicants/interfaces.py:335
     799#: waeup/kofa/students/interfaces.py:168
    776800msgid "Middle Name"
    777801msgstr ""
    778802
    779 #: waeup/kofa/applicants/interfaces.py:391
    780 #: waeup/kofa/students/interfaces.py:172
     803#: waeup/kofa/applicants/interfaces.py:339
     804#: waeup/kofa/students/interfaces.py:173
    781805msgid "Last Name (Surname)"
    782806msgstr ""
    783807
    784 #: waeup/kofa/applicants/interfaces.py:395
    785 #: waeup/kofa/students/interfaces.py:218
     808#: waeup/kofa/applicants/interfaces.py:343
     809#: waeup/kofa/students/interfaces.py:219
    786810msgid "Date of Birth"
    787811msgstr ""
    788812
    789 #: waeup/kofa/applicants/interfaces.py:400
    790 msgid "State/LGA"
    791 msgstr ""
    792 
    793 #: waeup/kofa/applicants/interfaces.py:405
    794 #: waeup/kofa/students/interfaces.py:177
     813#: waeup/kofa/applicants/interfaces.py:349
     814#: waeup/kofa/students/interfaces.py:178
    795815msgid "Sex"
    796816msgstr ""
    797817
    798 #: waeup/kofa/applicants/interfaces.py:411 waeup/kofa/interfaces.py:392
    799 #: waeup/kofa/interfaces.py:418 waeup/kofa/students/interfaces.py:504
     818#: waeup/kofa/applicants/interfaces.py:354
     819#: waeup/kofa/applicants/interfaces.py:437
     820#: waeup/kofa/applicants/interfaces.py:504 waeup/kofa/interfaces.py:393
     821#: waeup/kofa/interfaces.py:419 waeup/kofa/students/interfaces.py:524
    800822msgid "Email Address"
    801823msgstr ""
    802824
    803 #: waeup/kofa/applicants/interfaces.py:416 waeup/kofa/interfaces.py:397
    804 #: waeup/kofa/interfaces.py:425 waeup/kofa/students/interfaces.py:208
     825#: waeup/kofa/applicants/interfaces.py:359 waeup/kofa/interfaces.py:398
     826#: waeup/kofa/interfaces.py:426 waeup/kofa/students/interfaces.py:209
    805827msgid "Phone"
    806828msgstr ""
    807829
    808 #: waeup/kofa/applicants/interfaces.py:421
    809 #: waeup/kofa/applicants/interfaces.py:507
     830#: waeup/kofa/applicants/interfaces.py:364
     831#: waeup/kofa/applicants/interfaces.py:442
    810832msgid "1st Choice Course of Study"
    811833msgstr ""
    812834
    813 #: waeup/kofa/applicants/interfaces.py:426
    814 #: waeup/kofa/applicants/interfaces.py:512
     835#: waeup/kofa/applicants/interfaces.py:369
     836#: waeup/kofa/applicants/interfaces.py:447
    815837msgid "2nd Choice Course of Study"
    816838msgstr ""
    817839
    818 #: waeup/kofa/applicants/interfaces.py:431
    819 msgid "School Grades"
    820 msgstr ""
    821 
    822 #: waeup/kofa/applicants/interfaces.py:441
    823 #: waeup/kofa/applicants/interfaces.py:517
     840#: waeup/kofa/applicants/interfaces.py:381
     841#: waeup/kofa/applicants/interfaces.py:468
     842msgid "Notice"
     843msgstr ""
     844
     845#: waeup/kofa/applicants/interfaces.py:385
     846#: waeup/kofa/applicants/interfaces.py:457
     847msgid "Screening Venue"
     848msgstr ""
     849
     850#: waeup/kofa/applicants/interfaces.py:389
     851#: waeup/kofa/applicants/interfaces.py:452
    824852msgid "Screening Score"
    825853msgstr ""
    826854
    827 #: waeup/kofa/applicants/interfaces.py:445
    828 #: waeup/kofa/applicants/interfaces.py:522
    829 msgid "Screening Venue"
    830 msgstr ""
    831 
    832 #: waeup/kofa/applicants/interfaces.py:449
    833 #: waeup/kofa/applicants/interfaces.py:527
     855#: waeup/kofa/applicants/interfaces.py:393
     856#: waeup/kofa/applicants/interfaces.py:462
    834857msgid "Admitted Course of Study"
    835858msgstr ""
    836859
    837 #: waeup/kofa/applicants/interfaces.py:455
    838 #: waeup/kofa/applicants/interfaces.py:534
    839 msgid "Notice"
    840 msgstr ""
    841 
    842 #: waeup/kofa/applicants/interfaces.py:477
    843 #: waeup/kofa/students/interfaces.py:157
     860#: waeup/kofa/applicants/interfaces.py:398
     861#: waeup/kofa/students/interfaces.py:158
    844862#: waeup/kofa/browser/templates/showstudentspage.pt:4
    845863#: waeup/kofa/students/browser_templates/containerpage.pt:29
     
    848866msgstr ""
    849867
    850 #: waeup/kofa/applicants/interfaces.py:482
     868#: waeup/kofa/applicants/interfaces.py:403
    851869msgid "Form locked"
    852870msgstr ""
    853871
    854 #: waeup/kofa/applicants/interfaces.py:561
    855 #: waeup/kofa/students/interfaces.py:484
     872#: waeup/kofa/applicants/interfaces.py:514
     873#: waeup/kofa/students/interfaces.py:504
    856874msgid "Payment Session"
    857875msgstr ""
    858876
    859 #: waeup/kofa/applicants/pdf.py:110
    860 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
    861 #: waeup/kofa/students/browser_templates/studycoursepage.pt:28
    862 msgid "Department:"
    863 msgstr ""
    864 
    865 #: waeup/kofa/applicants/pdf.py:121
    866 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
    867 #: waeup/kofa/students/browser_templates/studycoursepage.pt:39
    868 msgid "Faculty:"
    869 msgstr ""
    870 
    871 #: waeup/kofa/applicants/pdf.py:186
    872 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:26
    873 msgid "Admitted Course of Study:"
    874 msgstr ""
    875 
    876 #. Default: ""
    877 #: waeup/kofa/applicants/pdf.py:204
     877#: waeup/kofa/applicants/pdf.py:50
     878msgid "Application Record"
     879msgstr ""
     880
     881#. Default: ""
     882#: waeup/kofa/applicants/pdf.py:84
    878883msgid ""
    879 "<font size=10>Proceed to the login page of the portal and enter your new "
    880 "credentials: user name= ${a}, password = ${b}.</font>"
    881 msgstr ""
    882 
    883 #: waeup/kofa/applicants/pdf.py:210
    884 msgid "<font size=10>Change your password when you have  logged in.</font>"
    885 msgstr ""
    886 
    887 #: waeup/kofa/applicants/pdf.py:57
    888 msgid "Application Record"
     884"Proceed to the login page of the portal and enter your new credentials: user "
     885"name= ${a}, password = ${b}."
     886msgstr ""
     887
     888#: waeup/kofa/applicants/pdf.py:91
     889msgid "Change your password when you have logged in."
     890msgstr ""
     891
     892#: waeup/kofa/applicants/utils.py:35
     893msgid "Desired Study Courses"
     894msgstr ""
     895
     896#: waeup/kofa/applicants/utils.py:36
     897msgid "Process Data"
    889898msgstr ""
    890899
     
    910919
    911920#: waeup/kofa/applicants/viewlets.py:151 waeup/kofa/applicants/workflow.py:99
    912 #: waeup/kofa/students/browser.py:256
     921#: waeup/kofa/students/browser.py:268
    913922msgid "Create student record"
    914923msgstr ""
    915924
    916 #: waeup/kofa/applicants/viewlets.py:168 waeup/kofa/students/viewlets.py:300
     925#: waeup/kofa/applicants/viewlets.py:168 waeup/kofa/students/viewlets.py:321
    917926msgid "Download payment receipt"
    918927msgstr ""
    919928
    920 #: waeup/kofa/applicants/viewlets.py:183 waeup/kofa/students/viewlets.py:315
     929#: waeup/kofa/applicants/viewlets.py:183 waeup/kofa/students/viewlets.py:336
    921930msgid "Request callback"
    922931msgstr ""
     
    926935msgstr ""
    927936
    928 #: waeup/kofa/applicants/viewlets.py:73 waeup/kofa/students/viewlets.py:512
     937#: waeup/kofa/applicants/viewlets.py:73 waeup/kofa/students/viewlets.py:535
    929938msgid "My Data"
    930939msgstr ""
    931940
    932 #: waeup/kofa/applicants/workflow.py:100 waeup/kofa/students/batching.py:141
     941#: waeup/kofa/applicants/workflow.py:100 waeup/kofa/students/batching.py:142
    933942#: waeup/kofa/students/workflow.py:25
    934943msgid "Student record created"
     
    962971msgstr ""
    963972
    964 #: waeup/kofa/applicants/workflow.py:41 waeup/kofa/interfaces.py:72
     973#: waeup/kofa/applicants/workflow.py:41 waeup/kofa/interfaces.py:73
    965974msgid "admitted"
    966975msgstr ""
     
    970979msgstr ""
    971980
    972 #: waeup/kofa/applicants/workflow.py:43 waeup/kofa/interfaces.py:71
     981#: waeup/kofa/applicants/workflow.py:43 waeup/kofa/interfaces.py:72
    973982msgid "created"
    974983msgstr ""
     
    10301039msgstr ""
    10311040
    1032 #: waeup/kofa/browser/breadcrumbs.py:123 waeup/kofa/browser/pages.py:312
     1041#: waeup/kofa/browser/breadcrumbs.py:123 waeup/kofa/browser/pages.py:311
    10331042msgid "Administration"
    10341043msgstr ""
     
    10391048msgstr ""
    10401049
    1041 #: waeup/kofa/browser/breadcrumbs.py:148 waeup/kofa/browser/pages.py:389
     1050#: waeup/kofa/browser/breadcrumbs.py:148 waeup/kofa/browser/pages.py:388
    10421051#: waeup/kofa/browser/viewlets.py:375 waeup/kofa/browser/viewlets.py:685
    10431052msgid "Portal Users"
     
    10591068
    10601069#. Default: ""
    1061 #: waeup/kofa/browser/pages.py:106
     1070#: waeup/kofa/browser/pages.py:105
    10621071msgid "Local role successfully removed: ${a}"
    10631072msgstr ""
     
    10971106msgstr ""
    10981107
     1108#: waeup/kofa/browser/pages.py:115 waeup/kofa/hostels/browser.py:256
     1109#: waeup/kofa/hostels/browser.py:286 waeup/kofa/students/browser.py:240
     1110msgid "No item selected."
     1111msgstr ""
     1112
    10991113#: waeup/kofa/browser/pages.py:1155
    11001114msgid "Log files can only be searched on Unix-based operating systems."
    1101 msgstr ""
    1102 
    1103 #: waeup/kofa/browser/pages.py:116 waeup/kofa/hostels/browser.py:256
    1104 #: waeup/kofa/hostels/browser.py:286 waeup/kofa/students/browser.py:228
    1105 msgid "No item selected."
    11061115msgstr ""
    11071116
     
    11851194
    11861195#: waeup/kofa/browser/pages.py:1532 waeup/kofa/browser/pages.py:1551
    1187 #: waeup/kofa/students/browser.py:98 waeup/kofa/students/export.py:22
    1188 #: waeup/kofa/students/viewlets.py:472
     1196#: waeup/kofa/students/browser.py:100 waeup/kofa/students/export.py:40
     1197#: waeup/kofa/students/viewlets.py:495
    11891198msgid "Students"
    11901199msgstr ""
    11911200
    1192 #: waeup/kofa/browser/pages.py:155 waeup/kofa/browser/viewlets.py:322
    1193 #: waeup/kofa/browser/templates/staffsitelayout.pt:28
    1194 #: waeup/kofa/browser/templates/studentsitelayout.pt:33
     1201#: waeup/kofa/browser/pages.py:154 waeup/kofa/browser/viewlets.py:322
     1202#: waeup/kofa/browser/templates/staffsitelayout.pt:27
     1203#: waeup/kofa/browser/templates/studentsitelayout.pt:32
    11951204msgid "Login"
    11961205msgstr ""
     
    12181227msgstr ""
    12191228
    1220 #: waeup/kofa/browser/pages.py:163
     1229#: waeup/kofa/browser/pages.py:162
    12211230msgid "You logged in."
    12221231msgstr ""
     
    12441253msgstr ""
    12451254
     1255#: waeup/kofa/browser/pages.py:180
     1256msgid "You entered wrong credentials."
     1257msgstr ""
     1258
    12461259#: waeup/kofa/browser/pages.py:1808
    12471260msgid "Edit certificate"
    1248 msgstr ""
    1249 
    1250 #: waeup/kofa/browser/pages.py:181
    1251 msgid "You entered wrong credentials."
    12521261msgstr ""
    12531262
     
    12821291msgstr ""
    12831292
    1284 #: waeup/kofa/browser/pages.py:195
     1293#: waeup/kofa/browser/pages.py:194
    12851294msgid "You have been logged out. Thanks for using WAeUP Kofa!"
    12861295msgstr ""
    12871296
    12881297#. Default: ""
    1289 #: waeup/kofa/browser/pages.py:231
     1298#: waeup/kofa/browser/pages.py:230
    12901299msgid "Contact ${a}"
    12911300msgstr ""
    12921301
    1293 #: waeup/kofa/browser/pages.py:237 waeup/kofa/browser/pages.py:523
     1302#: waeup/kofa/browser/pages.py:236 waeup/kofa/browser/pages.py:523
    12941303msgid "Send message now"
    12951304msgstr ""
    12961305
    1297 #: waeup/kofa/browser/pages.py:256 waeup/kofa/browser/pages.py:275
    1298 #: waeup/kofa/browser/pages.py:540 waeup/kofa/students/browser.py:318
     1306#: waeup/kofa/browser/pages.py:255 waeup/kofa/browser/pages.py:274
     1307#: waeup/kofa/browser/pages.py:540 waeup/kofa/students/browser.py:330
    12991308msgid "Your message has been sent."
    13001309msgstr ""
    13011310
    1302 #: waeup/kofa/browser/pages.py:266
     1311#: waeup/kofa/browser/pages.py:265
    13031312msgid "Send now"
    13041313msgstr ""
    13051314
    1306 #: waeup/kofa/browser/pages.py:277
     1315#: waeup/kofa/browser/pages.py:276
    13071316msgid "A smtp server error occurred."
    13081317msgstr ""
    13091318
    1310 #: waeup/kofa/browser/pages.py:302
     1319#: waeup/kofa/browser/pages.py:301
    13111320msgid "<h1>Welcome to WAeUP.Kofa</h1>"
    13121321msgstr ""
    13131322
    1314 #: waeup/kofa/browser/pages.py:390 waeup/kofa/hostels/browser.py:195
    1315 #: waeup/kofa/students/viewlets.py:163 waeup/kofa/students/viewlets.py:171
    1316 #: waeup/kofa/students/viewlets.py:226 waeup/kofa/students/viewlets.py:243
    1317 #: waeup/kofa/students/viewlets.py:283
     1323#: waeup/kofa/browser/pages.py:389 waeup/kofa/hostels/browser.py:195
     1324#: waeup/kofa/students/viewlets.py:166 waeup/kofa/students/viewlets.py:174
     1325#: waeup/kofa/students/viewlets.py:247 waeup/kofa/students/viewlets.py:255
     1326#: waeup/kofa/students/viewlets.py:304
    13181327msgid "Manage"
    13191328msgstr ""
    13201329
    1321 #: waeup/kofa/browser/pages.py:391 waeup/kofa/browser/viewlets.py:180
     1330#: waeup/kofa/browser/pages.py:390 waeup/kofa/browser/viewlets.py:180
    13221331msgid "Remove"
    13231332msgstr ""
     
    13281337msgstr ""
    13291338
    1330 #: waeup/kofa/browser/pages.py:430 waeup/kofa/browser/pages.py:432
     1339#: waeup/kofa/browser/pages.py:431 waeup/kofa/browser/pages.py:433
    13311340#: waeup/kofa/browser/viewlets.py:515
    13321341msgid "Add user"
     
    13341343
    13351344#. Default: ""
    1336 #: waeup/kofa/browser/pages.py:454
     1345#: waeup/kofa/browser/pages.py:455
    13371346msgid "User account ${a} successfully added."
    13381347msgstr ""
     
    13481357
    13491358#. Default: ""
    1350 #: waeup/kofa/browser/pages.py:521 waeup/kofa/students/browser.py:299
     1359#: waeup/kofa/browser/pages.py:521 waeup/kofa/students/browser.py:311
    13511360msgid "Send message to ${a}"
    13521361msgstr ""
     
    14331442msgstr ""
    14341443
    1435 #: waeup/kofa/browser/pages.py:86
     1444#: waeup/kofa/browser/pages.py:85
    14361445msgid "No local role selected."
    14371446msgstr ""
     
    14631472#: waeup/kofa/browser/pages.py:963
    14641473msgid "Perform import"
     1474msgstr ""
     1475
     1476#. Default: ""
     1477#: waeup/kofa/browser/pdf.py:127
     1478msgid "${footer_text} Page ${num1} of ${num2}"
     1479msgstr ""
     1480
     1481#. Default: ""
     1482#: waeup/kofa/browser/pdf.py:336
     1483msgid "Date: ${a}"
    14651484msgstr ""
    14661485
     
    16441663#: waeup/kofa/browser/templates/datacenterpage.pt:16
    16451664msgid "Upload Date"
     1665msgstr ""
     1666
     1667#: waeup/kofa/browser/templates/default_waeup_display_form.pt:6
     1668msgid "Uploaded Files"
    16461669msgstr ""
    16471670
     
    16831706
    16841707#: waeup/kofa/browser/templates/facultypage.pt:1
    1685 #: waeup/kofa/hostels/browser_templates/containerpage.pt:1
    1686 msgid "There no subobjects registered yet."
     1708msgid "There are no subobjects registered yet."
     1709msgstr ""
     1710
     1711#: waeup/kofa/browser/templates/fileupload.pt:26
     1712#: waeup/kofa/students/browser_templates/imageupload.pt:20
     1713#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:26
     1714msgid "Max. file size:"
    16871715msgstr ""
    16881716
    16891717#: waeup/kofa/browser/templates/loginpage.pt:13
    1690 #: waeup/kofa/browser/templates/usereditformpage.pt:8
     1718#: waeup/kofa/browser/templates/usereditformpage.pt:9
    16911719#: waeup/kofa/students/browser_templates/basepage.pt:14
    1692 #: waeup/kofa/students/browser_templates/basemanagepage.pt:17
     1720#: waeup/kofa/students/browser_templates/basemanagepage.pt:18
    16931721#: waeup/kofa/students/browser_templates/change_password.pt:10
    1694 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:31
    1695 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
     1722#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:32
     1723#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:25
    16961724msgid "Password:"
    16971725msgstr ""
     
    17111739msgstr ""
    17121740
    1713 #. Default: "Or simply forgot your student id or password? Then request a new password <strong><a href=\"changepw\"> here</a></strong>."
     1741#. Default: "Or simply forgot your student id, application id or password? Then request a new password <strong><a href=\"sendpw\"> here</a></strong>."
    17141742#: waeup/kofa/browser/templates/loginpage.pt:44
    17151743msgid "login_trouble3"
     
    17621790msgstr ""
    17631791
    1764 #: waeup/kofa/browser/templates/staffsitelayout.pt:101
    1765 #: waeup/kofa/browser/templates/studentsitelayout.pt:86
     1792#: waeup/kofa/browser/templates/staffsitelayout.pt:102
     1793#: waeup/kofa/browser/templates/studentsitelayout.pt:87
    17661794msgid "Form Status:"
    17671795msgstr ""
    17681796
    1769 #: waeup/kofa/browser/templates/staffsitelayout.pt:114
    1770 #: waeup/kofa/browser/templates/studentsitelayout.pt:100
     1797#: waeup/kofa/browser/templates/staffsitelayout.pt:115
     1798#: waeup/kofa/browser/templates/studentsitelayout.pt:101
    17711799msgid "Back to top"
    17721800msgstr ""
    17731801
    1774 #: waeup/kofa/browser/templates/staffsitelayout.pt:116
    1775 #: waeup/kofa/browser/templates/studentsitelayout.pt:102
     1802#: waeup/kofa/browser/templates/staffsitelayout.pt:117
     1803#: waeup/kofa/browser/templates/studentsitelayout.pt:103
    17761804msgid "Kofa - Student Management System"
    17771805msgstr ""
    17781806
    1779 #: waeup/kofa/browser/templates/staffsitelayout.pt:119
    1780 #: waeup/kofa/browser/templates/studentsitelayout.pt:105
     1807#: waeup/kofa/browser/templates/staffsitelayout.pt:120
     1808#: waeup/kofa/browser/templates/studentsitelayout.pt:106
    17811809msgid "Copyright &copy; WAeUP Group 2008-2012"
    17821810msgstr ""
    17831811
    1784 #: waeup/kofa/browser/templates/staffsitelayout.pt:34
    1785 #: waeup/kofa/browser/templates/studentsitelayout.pt:39
     1812#: waeup/kofa/browser/templates/staffsitelayout.pt:33
     1813#: waeup/kofa/browser/templates/studentsitelayout.pt:38
    17861814msgid "Contact"
    17871815msgstr ""
    17881816
    1789 #: waeup/kofa/browser/templates/staffsitelayout.pt:40
    1790 #: waeup/kofa/browser/templates/studentsitelayout.pt:45
     1817#: waeup/kofa/browser/templates/staffsitelayout.pt:39
     1818#: waeup/kofa/browser/templates/studentsitelayout.pt:44
    17911819msgid "Logout"
    17921820msgstr ""
    17931821
    1794 #: waeup/kofa/browser/templates/staffsitelayout.pt:60
     1822#: waeup/kofa/browser/templates/staffsitelayout.pt:61
    17951823msgid "Student Id:"
    17961824msgstr ""
    17971825
    1798 #: waeup/kofa/browser/templates/staffsitelayout.pt:64
     1826#: waeup/kofa/browser/templates/staffsitelayout.pt:65
    17991827msgid "State:"
    18001828msgstr ""
    18011829
    1802 #: waeup/kofa/browser/templates/usereditformpage.pt:14
    1803 #: waeup/kofa/students/browser_templates/basemanagepage.pt:23
     1830#: waeup/kofa/browser/templates/usereditformpage.pt:15
     1831#: waeup/kofa/students/browser_templates/basemanagepage.pt:24
    18041832#: waeup/kofa/students/browser_templates/change_password.pt:16
    1805 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:37
     1833#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:38
    18061834msgid "Retype password:"
    18071835msgstr ""
     
    18151843msgstr ""
    18161844
    1817 #: waeup/kofa/browser/viewlets.py:383 waeup/kofa/students/viewlets.py:155
     1845#: waeup/kofa/browser/viewlets.py:383 waeup/kofa/students/viewlets.py:158
    18181846msgid "Send email"
    18191847msgstr ""
     
    18321860
    18331861#: waeup/kofa/browser/viewlets.py:528 waeup/kofa/browser/viewlets.py:536
    1834 msgid "Show batch logs"
     1862msgid "Show logs"
    18351863msgstr ""
    18361864
     
    18521880
    18531881#: waeup/kofa/browser/viewlets.py:91 waeup/kofa/browser/viewlets.py:160
    1854 #: waeup/kofa/students/viewlets.py:218 waeup/kofa/students/viewlets.py:356
    1855 #: waeup/kofa/students/viewlets.py:403
     1882#: waeup/kofa/students/viewlets.py:239 waeup/kofa/students/viewlets.py:379
     1883#: waeup/kofa/students/viewlets.py:426
    18561884msgid "Edit"
    18571885msgstr ""
     
    19281956#: waeup/kofa/hostels/browser.py:95
    19291957msgid "Block ${a}, Room ${b}, Bed ${c}"
     1958msgstr ""
     1959
     1960#: waeup/kofa/hostels/browser_templates/containerpage.pt:1
     1961msgid "There no subobjects registered yet."
    19301962msgstr ""
    19311963
     
    19521984msgstr ""
    19531985
    1954 #: waeup/kofa/hostels/hostel.py:180
     1986#: waeup/kofa/hostels/hostel.py:185
    19551987msgid "unreserved"
    19561988msgstr ""
    19571989
    1958 #: waeup/kofa/hostels/hostel.py:187
     1990#: waeup/kofa/hostels/hostel.py:192
    19591991msgid "reserved"
    19601992msgstr ""
     
    19882020msgstr ""
    19892021
    1990 #: waeup/kofa/hostels/interfaces.py:175 waeup/kofa/students/interfaces.py:445
     2022#: waeup/kofa/hostels/interfaces.py:175 waeup/kofa/students/interfaces.py:465
    19912023msgid "Bed Type"
    19922024msgstr ""
     
    21442176msgstr ""
    21452177
    2146 #: waeup/kofa/interfaces.py:185
     2178#: waeup/kofa/interfaces.py:186
    21472179msgid "Subject"
    21482180msgstr ""
    21492181
    2150 #: waeup/kofa/interfaces.py:189
     2182#: waeup/kofa/interfaces.py:190
    21512183msgid "Grade"
    21522184msgstr ""
    21532185
    2154 #: waeup/kofa/interfaces.py:323
     2186#: waeup/kofa/interfaces.py:324
    21552187msgid "Processor name"
    21562188msgstr ""
    21572189
    2158 #: waeup/kofa/interfaces.py:327
    2159 msgid "Import mode"
    2160 msgstr ""
    2161 
    2162 #: waeup/kofa/interfaces.py:352
     2190#: waeup/kofa/interfaces.py:328
     2191msgid "Import Mode"
     2192msgstr ""
     2193
     2194#: waeup/kofa/interfaces.py:353
    21632195msgid "Email Address:"
    21642196msgstr ""
    21652197
    2166 #: waeup/kofa/interfaces.py:359
     2198#: waeup/kofa/interfaces.py:360
    21672199msgid "Email to:"
    21682200msgstr ""
    21692201
    2170 #: waeup/kofa/interfaces.py:366
     2202#: waeup/kofa/interfaces.py:367
    21712203msgid "Subject:"
    21722204msgstr ""
    21732205
    2174 #: waeup/kofa/interfaces.py:370
     2206#: waeup/kofa/interfaces.py:371
    21752207msgid "Full Name:"
    21762208msgstr ""
    21772209
    2178 #: waeup/kofa/interfaces.py:374
     2210#: waeup/kofa/interfaces.py:375
    21792211msgid "Text:"
    21802212msgstr ""
    21812213
    2182 #: waeup/kofa/interfaces.py:405
     2214#: waeup/kofa/interfaces.py:406
    21832215#: waeup/kofa/browser/templates/departmentmanagepage.pt:97
    21842216#: waeup/kofa/browser/templates/userscontainerpage.pt:4
     
    21902222msgstr ""
    21912223
    2192 #: waeup/kofa/interfaces.py:410
     2224#: waeup/kofa/interfaces.py:411
    21932225#: waeup/kofa/students/browser_templates/containerpage.pt:33
    21942226#: waeup/kofa/students/browser_templates/containermanagepage.pt:39
     
    21972229msgstr ""
    21982230
    2199 #: waeup/kofa/interfaces.py:414
     2231#: waeup/kofa/interfaces.py:415
    22002232msgid "Description/Notice"
    22012233msgstr ""
    22022234
    2203 #: waeup/kofa/interfaces.py:431
     2235#: waeup/kofa/interfaces.py:432
    22042236msgid "Portal roles"
    22052237msgstr ""
    22062238
    2207 #: waeup/kofa/interfaces.py:474
     2239#: waeup/kofa/interfaces.py:477
    22082240msgid "Name of University"
    22092241msgstr ""
    22102242
    2211 #: waeup/kofa/interfaces.py:475
     2243#: waeup/kofa/interfaces.py:478
    22122244msgid "Sample University"
    22132245msgstr ""
    22142246
    2215 #: waeup/kofa/interfaces.py:480
     2247#: waeup/kofa/interfaces.py:483
    22162248msgid "Abbreviated Title of University"
    22172249msgstr ""
    22182250
    2219 #: waeup/kofa/interfaces.py:486
     2251#: waeup/kofa/interfaces.py:489
    22202252msgid "Skin"
    22212253msgstr ""
    22222254
    2223 #: waeup/kofa/interfaces.py:493
     2255#: waeup/kofa/interfaces.py:496
    22242256msgid "Content in reST format"
    22252257msgstr ""
    22262258
    2227 #: waeup/kofa/interfaces.py:505
     2259#: waeup/kofa/interfaces.py:508
    22282260msgid "Accommodation Booking Session"
    22292261msgstr ""
    22302262
    2231 #: waeup/kofa/interfaces.py:513
     2263#: waeup/kofa/interfaces.py:516
    22322264msgid "Allowed States for Accommodation Booking"
    22332265msgstr ""
    22342266
    2235 #: waeup/kofa/interfaces.py:521
     2267#: waeup/kofa/interfaces.py:524
    22362268msgid "Name of Administrator"
    22372269msgstr ""
    22382270
    2239 #: waeup/kofa/interfaces.py:527
     2271#: waeup/kofa/interfaces.py:530
    22402272msgid "Email Address of Administrator"
    22412273msgstr ""
    22422274
    2243 #: waeup/kofa/interfaces.py:534
     2275#: waeup/kofa/interfaces.py:537
    22442276msgid "Subject of Email to Administrator"
    22452277msgstr ""
    22462278
    2247 #: waeup/kofa/interfaces.py:535
     2279#: waeup/kofa/interfaces.py:538
    22482280msgid "Kofa Contact"
    22492281msgstr ""
    22502282
    2251 #: waeup/kofa/interfaces.py:540
     2283#: waeup/kofa/interfaces.py:543
    22522284msgid "SMTP mailer to use when sending mail"
    22532285msgstr ""
    22542286
    2255 #: waeup/kofa/interfaces.py:547
     2287#: waeup/kofa/interfaces.py:550
    22562288msgid "Captcha used for public registration pages"
    22572289msgstr ""
    22582290
    2259 #: waeup/kofa/interfaces.py:554
     2291#: waeup/kofa/interfaces.py:557
    22602292msgid "Carry-over Course Registration"
    22612293msgstr ""
    22622294
    2263 #: waeup/kofa/interfaces.py:563 waeup/kofa/interfaces.py:621
     2295#: waeup/kofa/interfaces.py:566 waeup/kofa/interfaces.py:624
    22642296msgid "Academic Session"
    22652297msgstr ""
    22662298
    2267 #: waeup/kofa/interfaces.py:571 waeup/kofa/payments/interfaces.py:30
     2299#: waeup/kofa/interfaces.py:574 waeup/kofa/payments/interfaces.py:30
    22682300msgid "School Fee"
    22692301msgstr ""
    22702302
    2271 #: waeup/kofa/interfaces.py:576
     2303#: waeup/kofa/interfaces.py:579
    22722304msgid "Surcharge Portal Provider"
    22732305msgstr ""
    22742306
    2275 #: waeup/kofa/interfaces.py:582
     2307#: waeup/kofa/interfaces.py:585
    22762308msgid "Surcharge Payment Gateway Provider"
    22772309msgstr ""
    22782310
    2279 #: waeup/kofa/interfaces.py:588 waeup/kofa/payments/interfaces.py:120
     2311#: waeup/kofa/interfaces.py:591 waeup/kofa/payments/interfaces.py:120
    22802312msgid "Surcharge 3"
    22812313msgstr ""
    22822314
    2283 #: waeup/kofa/interfaces.py:594
     2315#: waeup/kofa/interfaces.py:597
    22842316msgid "Clearance Fee"
    22852317msgstr ""
    22862318
    2287 #: waeup/kofa/interfaces.py:600
     2319#: waeup/kofa/interfaces.py:603
    22882320msgid "Booking Fee"
    22892321msgstr ""
    22902322
    2291 #: waeup/kofa/interfaces.py:606 waeup/kofa/payments/interfaces.py:36
     2323#: waeup/kofa/interfaces.py:609 waeup/kofa/payments/interfaces.py:36
    22922324msgid "Acceptance Fee"
    22932325msgstr ""
    22942326
    2295 #: waeup/kofa/interfaces.py:73
     2327#: waeup/kofa/interfaces.py:74
    22962328msgid "clearance started"
    22972329msgstr ""
    22982330
    2299 #: waeup/kofa/interfaces.py:74
     2331#: waeup/kofa/interfaces.py:75
    23002332msgid "clearance requested"
    23012333msgstr ""
    23022334
    2303 #: waeup/kofa/interfaces.py:75
     2335#: waeup/kofa/interfaces.py:76
    23042336msgid "cleared"
    23052337msgstr ""
    23062338
    2307 #: waeup/kofa/interfaces.py:76
     2339#: waeup/kofa/interfaces.py:77
    23082340msgid "school fee paid"
    23092341msgstr ""
    23102342
    2311 #: waeup/kofa/interfaces.py:77
     2343#: waeup/kofa/interfaces.py:78
    23122344msgid "returning"
    23132345msgstr ""
    23142346
    2315 #: waeup/kofa/interfaces.py:78
     2347#: waeup/kofa/interfaces.py:79
    23162348msgid "courses registered"
    23172349msgstr ""
    23182350
    2319 #: waeup/kofa/interfaces.py:79
     2351#: waeup/kofa/interfaces.py:80
    23202352msgid "courses validated"
    23212353msgstr ""
    23222354
    2323 #: waeup/kofa/objecthistory.py:71
     2355#: waeup/kofa/objecthistory.py:72
    23242356msgid "by"
    23252357msgstr ""
     
    24072439#: waeup/kofa/payments/interfaces.py:76
    24082440#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:10
    2409 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
    2410 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:51
     2441#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
     2442#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:42
    24112443msgid "Payment Date"
    24122444msgstr ""
     
    24212453
    24222454#. Default: ""
    2423 #: waeup/kofa/students/batching.py:165
     2455#: waeup/kofa/students/batching.py:166
    24242456msgid "State '${a}' set"
    24252457msgstr ""
    24262458
    2427 #: waeup/kofa/students/browser.py:1000
     2459#. Default: ""
     2460#: waeup/kofa/students/browser.py:1009
     2461msgid "${a}: Payments"
     2462msgstr ""
     2463
     2464#: waeup/kofa/students/browser.py:1054
     2465msgid "Add online payment"
     2466msgstr ""
     2467
     2468#: waeup/kofa/students/browser.py:1057
    24282469msgid "Create ticket"
    24292470msgstr ""
    24302471
    2431 #: waeup/kofa/students/browser.py:1008 waeup/kofa/students/browser.py:1230
     2472#: waeup/kofa/students/browser.py:1065 waeup/kofa/students/browser.py:1292
    24322473msgid "Your current session does not match accommodation session."
    24332474msgstr ""
    24342475
    2435 #: waeup/kofa/students/browser.py:1077
     2476#: waeup/kofa/students/browser.py:1075
     2477msgid "Study course data are incomplete."
     2478msgstr ""
     2479
     2480#: waeup/kofa/students/browser.py:1139
    24362481msgid "This ticket has already been paid."
    24372482msgstr ""
    24382483
    24392484#. Default: ""
    2440 #: waeup/kofa/students/browser.py:1090 waeup/kofa/students/browser.py:1098
    2441 #: waeup/kofa/students/browser.py:1106
     2485#: waeup/kofa/students/browser.py:1152 waeup/kofa/students/browser.py:1160
     2486#: waeup/kofa/students/browser.py:1168
    24422487msgid "Valid callback received. ${a}"
    24432488msgstr ""
    24442489
    2445 #. Default: ""
    2446 #: waeup/kofa/students/browser.py:1160
     2490#: waeup/kofa/students/browser.py:121 waeup/kofa/students/viewlets.py:117
     2491#: waeup/kofa/students/viewlets.py:557
     2492msgid "Study Course"
     2493msgstr ""
     2494
     2495#. Default: ""
     2496#: waeup/kofa/students/browser.py:1222
    24472497msgid "${a}: Accommodation"
    24482498msgstr ""
    24492499
    2450 #: waeup/kofa/students/browser.py:1172
     2500#: waeup/kofa/students/browser.py:1234
    24512501msgid "You are not allowed to remove bed tickets."
    24522502msgstr ""
    24532503
    2454 #: waeup/kofa/students/browser.py:1179
     2504#: waeup/kofa/students/browser.py:1241
    24552505msgid "No bed ticket selected."
    24562506msgstr ""
    24572507
    2458 #: waeup/kofa/students/browser.py:119 waeup/kofa/students/viewlets.py:114
    2459 #: waeup/kofa/students/viewlets.py:534
    2460 msgid "Study Course"
    2461 msgstr ""
    2462 
    2463 #: waeup/kofa/students/browser.py:1210
     2508#: waeup/kofa/students/browser.py:127 waeup/kofa/students/viewlets.py:123
     2509#: waeup/kofa/students/viewlets.py:558
     2510msgid "Payments"
     2511msgstr ""
     2512
     2513#: waeup/kofa/students/browser.py:1272
    24642514msgid "Add bed ticket"
    24652515msgstr ""
    24662516
    2467 #: waeup/kofa/students/browser.py:1212
     2517#: waeup/kofa/students/browser.py:1274
    24682518msgid "Create bed ticket"
    24692519msgstr ""
    24702520
    2471 #: waeup/kofa/students/browser.py:1220
     2521#: waeup/kofa/students/browser.py:1282
    24722522msgid "Your data are incomplete."
    24732523msgstr ""
    24742524
    2475 #: waeup/kofa/students/browser.py:1224
     2525#: waeup/kofa/students/browser.py:1286
    24762526msgid "You are in the wrong registration state."
    24772527msgstr ""
    24782528
    2479 #: waeup/kofa/students/browser.py:1235
     2529#: waeup/kofa/students/browser.py:1297
    24802530msgid "You already booked a bed space in current accommodation session."
    24812531msgstr ""
    24822532
    2483 #: waeup/kofa/students/browser.py:1246 waeup/kofa/students/browser.py:1543
    2484 #: waeup/kofa/students/browser.py:1656
     2533#: waeup/kofa/students/browser.py:1308 waeup/kofa/students/browser.py:1602
     2534#: waeup/kofa/students/browser.py:1721
    24852535msgid "Activation code is invalid."
    24862536msgstr ""
    24872537
    2488 #: waeup/kofa/students/browser.py:125 waeup/kofa/students/viewlets.py:120
    2489 #: waeup/kofa/students/viewlets.py:535
    2490 msgid "Payments"
    2491 msgstr ""
    2492 
    2493 #. Default: ""
    2494 #: waeup/kofa/students/browser.py:1266 waeup/kofa/students/browser.py:1394
     2538#. Default: ""
     2539#: waeup/kofa/students/browser.py:1328 waeup/kofa/students/browser.py:1454
    24952540msgid "There is no free bed in your category ${a}."
    24962541msgstr ""
    24972542
    2498 #: waeup/kofa/students/browser.py:1271 waeup/kofa/students/browser.py:1548
    2499 #: waeup/kofa/students/browser.py:1661
     2543#: waeup/kofa/students/browser.py:1333 waeup/kofa/students/browser.py:1607
     2544#: waeup/kofa/students/browser.py:1726
    25002545msgid "Activation code has already been used."
    25012546msgstr ""
    25022547
    2503 #: waeup/kofa/students/browser.py:1274 waeup/kofa/students/browser.py:1551
    2504 #: waeup/kofa/students/browser.py:1664 waeup/kofa/students/browser.py:1923
     2548#: waeup/kofa/students/browser.py:1336 waeup/kofa/students/browser.py:1610
     2549#: waeup/kofa/students/browser.py:1729 waeup/kofa/students/browser.py:1997
    25052550msgid "invalidated"
    25062551msgstr ""
    25072552
    2508 #: waeup/kofa/students/browser.py:1279 waeup/kofa/students/browser.py:1555
    2509 #: waeup/kofa/students/browser.py:1669
     2553#: waeup/kofa/students/browser.py:1341 waeup/kofa/students/browser.py:1614
     2554#: waeup/kofa/students/browser.py:1734
    25102555msgid "You are not the owner of this access code."
    25112556msgstr ""
    25122557
    25132558#. Default: ""
    2514 #: waeup/kofa/students/browser.py:1290 waeup/kofa/students/browser.py:1408
     2559#: waeup/kofa/students/browser.py:1352 waeup/kofa/students/browser.py:1468
    25152560msgid "${a}, Block ${b}, Room ${c}, Bed ${d} (${e})"
    25162561msgstr ""
    25172562
    25182563#. Default: ""
    2519 #: waeup/kofa/students/browser.py:1299
     2564#: waeup/kofa/students/browser.py:1361
    25202565msgid "Bed ticket created and bed booked: ${a}"
    25212566msgstr ""
    25222567
    25232568#. Default: ""
    2524 #: waeup/kofa/students/browser.py:1317
     2569#: waeup/kofa/students/browser.py:1377
    25252570msgid "Bed Ticket for Session ${a}"
    25262571msgstr ""
    25272572
    2528 #: waeup/kofa/students/browser.py:1333
     2573#: waeup/kofa/students/browser.py:1393
    25292574msgid "Bed Allocation Data"
    25302575msgstr ""
    25312576
    2532 #: waeup/kofa/students/browser.py:1339
     2577#: waeup/kofa/students/browser.py:1399
    25332578msgid "Bed Allocation: "
    25342579msgstr ""
    25352580
    2536 #: waeup/kofa/students/browser.py:1366
     2581#: waeup/kofa/students/browser.py:142 waeup/kofa/students/viewlets.py:129
     2582msgid "Accommodation"
     2583msgstr ""
     2584
     2585#: waeup/kofa/students/browser.py:1426
    25372586msgid "Students in reserved beds can't be relocated."
    25382587msgstr ""
    25392588
    2540 #: waeup/kofa/students/browser.py:1372
     2589#: waeup/kofa/students/browser.py:1432
    25412590msgid "Student can't be relocated."
    25422591msgstr ""
    25432592
    2544 #: waeup/kofa/students/browser.py:140 waeup/kofa/students/viewlets.py:126
    2545 msgid "Accommodation"
    2546 msgstr ""
    2547 
    2548 #. Default: ""
    2549 #: waeup/kofa/students/browser.py:1415
     2593#. Default: ""
     2594#: waeup/kofa/students/browser.py:1475
    25502595msgid "Student relocated: ${a}"
    25512596msgstr ""
    25522597
    25532598#. Default: ""
    2554 #: waeup/kofa/students/browser.py:1434
     2599#: waeup/kofa/students/browser.py:1494
    25552600msgid "${a}: History"
    25562601msgstr ""
    25572602
    2558 #: waeup/kofa/students/browser.py:1447
     2603#: waeup/kofa/students/browser.py:1506
    25592604msgid "Edit base data"
    25602605msgstr ""
    25612606
    2562 #: waeup/kofa/students/browser.py:1462 waeup/kofa/students/viewlets.py:365
     2607#. Default: ""
     2608#: waeup/kofa/students/browser.py:151
     2609msgid "Bed Ticket ${a}"
     2610msgstr ""
     2611
     2612#: waeup/kofa/students/browser.py:1521 waeup/kofa/students/viewlets.py:388
    25632613msgid "Change password"
    25642614msgstr ""
    25652615
    2566 #: waeup/kofa/students/browser.py:1476
     2616#: waeup/kofa/students/browser.py:1535
    25672617msgid "Password changed."
    25682618msgstr ""
    25692619
    2570 #: waeup/kofa/students/browser.py:1488
     2620#: waeup/kofa/students/browser.py:1547
    25712621msgid "Upload portrait"
    25722622msgstr ""
    25732623
    2574 #. Default: ""
    2575 #: waeup/kofa/students/browser.py:149
    2576 msgid "Bed Ticket ${a}"
    2577 msgstr ""
    2578 
    2579 #: waeup/kofa/students/browser.py:1503 waeup/kofa/students/viewlets.py:389
     2624#: waeup/kofa/students/browser.py:1562 waeup/kofa/students/viewlets.py:412
    25802625#: waeup/kofa/students/workflow.py:44
    25812626msgid "Start clearance"
    25822627msgstr ""
    25832628
    2584 #: waeup/kofa/students/browser.py:1507
     2629#: waeup/kofa/students/browser.py:1566
    25852630msgid "Start clearance now"
    25862631msgstr ""
    25872632
    2588 #: waeup/kofa/students/browser.py:1524 waeup/kofa/students/browser.py:1645
     2633#: waeup/kofa/students/browser.py:1583 waeup/kofa/students/browser.py:1710
    25892634msgid "Wrong state"
    25902635msgstr ""
    25912636
    2592 #: waeup/kofa/students/browser.py:1528
     2637#: waeup/kofa/students/browser.py:1587
    25932638msgid "No portrait uploaded."
    25942639msgstr ""
    25952640
    2596 #: waeup/kofa/students/browser.py:1532
     2641#: waeup/kofa/students/browser.py:1591
    25972642msgid "Not all required fields filled."
    25982643msgstr ""
    25992644
    2600 #: waeup/kofa/students/browser.py:1559
     2645#: waeup/kofa/students/browser.py:1618
    26012646msgid "Clearance process has been started."
    26022647msgstr ""
    26032648
    2604 #: waeup/kofa/students/browser.py:1571
     2649#: waeup/kofa/students/browser.py:1628
    26052650msgid "Edit clearance data"
    26062651msgstr ""
    26072652
    2608 #: waeup/kofa/students/browser.py:1583 waeup/kofa/students/browser.py:1597
     2653#: waeup/kofa/students/browser.py:1648 waeup/kofa/students/browser.py:1662
    26092654msgid "Clearance form has been saved."
    26102655msgstr ""
    26112656
    2612 #: waeup/kofa/students/browser.py:1591
     2657#: waeup/kofa/students/browser.py:1656
    26132658msgid "Save and request clearance"
    26142659msgstr ""
    26152660
    2616 #: waeup/kofa/students/browser.py:1606 waeup/kofa/students/workflow.py:58
     2661#: waeup/kofa/students/browser.py:1671 waeup/kofa/students/workflow.py:58
    26172662msgid "Request clearance"
    26182663msgstr ""
    26192664
    2620 #: waeup/kofa/students/browser.py:1607
     2665#: waeup/kofa/students/browser.py:1672
    26212666msgid "Enter the CLR access code used for starting clearance."
    26222667msgstr ""
    26232668
    2624 #: waeup/kofa/students/browser.py:1610
     2669#: waeup/kofa/students/browser.py:1675
    26252670msgid "Request clearance now"
    26262671msgstr ""
    26272672
    2628 #: waeup/kofa/students/browser.py:1619
     2673#: waeup/kofa/students/browser.py:1684
    26292674msgid "This isn't your CLR access code."
    26302675msgstr ""
    26312676
    2632 #: waeup/kofa/students/browser.py:1628
     2677#: waeup/kofa/students/browser.py:1693
    26332678msgid "Clearance has been requested."
    26342679msgstr ""
    26352680
    2636 #: waeup/kofa/students/browser.py:1637 waeup/kofa/students/viewlets.py:418
     2681#: waeup/kofa/students/browser.py:170
     2682msgid "Student Section"
     2683msgstr ""
     2684
     2685#: waeup/kofa/students/browser.py:1702 waeup/kofa/students/viewlets.py:441
    26372686msgid "Start course registration"
    26382687msgstr ""
    26392688
    2640 #: waeup/kofa/students/browser.py:1641
     2689#: waeup/kofa/students/browser.py:1706
    26412690msgid "Start course registration now"
    26422691msgstr ""
    26432692
    2644 #: waeup/kofa/students/browser.py:1677
     2693#: waeup/kofa/students/browser.py:1742
    26452694msgid "Course registration has been started."
    26462695msgstr ""
    26472696
    2648 #: waeup/kofa/students/browser.py:168
    2649 msgid "Student Section"
    2650 msgstr ""
    2651 
    2652 #. Default: ""
    2653 #: waeup/kofa/students/browser.py:1696
     2697#. Default: ""
     2698#: waeup/kofa/students/browser.py:1761
    26542699msgid "Add current level ${a}"
    26552700msgstr ""
    26562701
    2657 #: waeup/kofa/students/browser.py:1705
     2702#: waeup/kofa/students/browser.py:1770
    26582703msgid "Create course list now"
    26592704msgstr ""
    26602705
    26612706#. Default: ""
    2662 #: waeup/kofa/students/browser.py:1744
     2707#: waeup/kofa/students/browser.py:1809
    26632708msgid "Add and remove course tickets of study level ${a}"
    26642709msgstr ""
    26652710
    2666 #: waeup/kofa/students/browser.py:1781
     2711#: waeup/kofa/students/browser.py:1846
    26672712msgid "Register course list"
    26682713msgstr ""
    26692714
    2670 #: waeup/kofa/students/browser.py:1785
     2715#: waeup/kofa/students/browser.py:1850
    26712716msgid "Course list has been registered."
    26722717msgstr ""
    26732718
    2674 #: waeup/kofa/students/browser.py:1831
    2675 msgid "Change my password"
    2676 msgstr ""
    2677 
    2678 #: waeup/kofa/students/browser.py:184 waeup/kofa/students/browser.py:220
     2719#: waeup/kofa/students/browser.py:186 waeup/kofa/students/browser.py:226
    26792720msgid "Empty search string"
    26802721msgstr ""
    26812722
    2682 #: waeup/kofa/students/browser.py:1841
     2723#: waeup/kofa/students/browser.py:1896
     2724msgid "Send me a new password"
     2725msgstr ""
     2726
     2727#: waeup/kofa/students/browser.py:1906
    26832728msgid "Get new login credentials"
    26842729msgstr ""
    26852730
    2686 #: waeup/kofa/students/browser.py:1855
    2687 msgid "No student record found."
    2688 msgstr ""
    2689 
    2690 #: waeup/kofa/students/browser.py:1863
     2731#: waeup/kofa/students/browser.py:1923
     2732msgid "Application package not installed."
     2733msgstr ""
     2734
     2735#: waeup/kofa/students/browser.py:1929
     2736msgid "No record found."
     2737msgstr ""
     2738
     2739#: waeup/kofa/students/browser.py:1937
    26912740msgid "You have successfully changed your password for the"
    26922741msgstr ""
    26932742
    26942743#. Default: ""
    2695 #: waeup/kofa/students/browser.py:1868
     2744#: waeup/kofa/students/browser.py:1942
    26962745msgid "An email with your user name and password has been sent to ${a}."
    26972746msgstr ""
    26982747
    2699 #: waeup/kofa/students/browser.py:1879
     2748#: waeup/kofa/students/browser.py:1953
    27002749msgid "Set password for first-time login"
    27012750msgstr ""
    27022751
    2703 #: waeup/kofa/students/browser.py:1882
     2752#: waeup/kofa/students/browser.py:1956
    27042753msgid "Set"
    27052754msgstr ""
    27062755
    2707 #: waeup/kofa/students/browser.py:1897
     2756#: waeup/kofa/students/browser.py:1971
    27082757msgid "More than one student found."
    27092758msgstr ""
    27102759
    2711 #: waeup/kofa/students/browser.py:1905
     2760#: waeup/kofa/students/browser.py:1979
    27122761msgid "Access code is invalid."
    27132762msgstr ""
    27142763
    27152764#. Default: ""
    2716 #: waeup/kofa/students/browser.py:1908
     2765#: waeup/kofa/students/browser.py:1982
    27172766msgid "Password has already been set. Your Student Id is ${a}"
    27182767msgstr ""
    27192768
    2720 #: waeup/kofa/students/browser.py:1914
     2769#: waeup/kofa/students/browser.py:1988
    27212770msgid "Password has already been set. You are using the wrong Access Code."
    27222771msgstr ""
    27232772
    2724 #: waeup/kofa/students/browser.py:1920
     2773#: waeup/kofa/students/browser.py:1994
    27252774msgid "Access code has already been used."
    27262775msgstr ""
    27272776
    27282777#. Default: ""
    2729 #: waeup/kofa/students/browser.py:1929
     2778#: waeup/kofa/students/browser.py:2003
    27302779msgid "Password has been set. Your Student Id is ${a}"
    27312780msgstr ""
    27322781
    2733 #: waeup/kofa/students/browser.py:202 waeup/kofa/students/viewlets.py:139
     2782#: waeup/kofa/students/browser.py:208 waeup/kofa/students/viewlets.py:142
    27342783msgid "Manage student section"
    27352784msgstr ""
    27362785
    2737 #: waeup/kofa/students/browser.py:226 waeup/kofa/students/browser.py:1894
     2786#: waeup/kofa/students/browser.py:238 waeup/kofa/students/browser.py:1968
    27382787msgid "No student found."
    27392788msgstr ""
    27402789
    2741 #: waeup/kofa/students/browser.py:253 waeup/kofa/students/viewlets.py:146
     2790#: waeup/kofa/students/browser.py:265 waeup/kofa/students/viewlets.py:149
    27422791msgid "Add student"
    27432792msgstr ""
    27442793
    2745 #: waeup/kofa/students/browser.py:261
     2794#: waeup/kofa/students/browser.py:273
    27462795msgid "Student record created."
    27472796msgstr ""
    27482797
    27492798#. Default: ""
    2750 #: waeup/kofa/students/browser.py:277
     2799#: waeup/kofa/students/browser.py:289
    27512800msgid "${a}: Base Data"
    27522801msgstr ""
    27532802
    2754 #: waeup/kofa/students/browser.py:320 waeup/kofa/students/browser.py:1871
     2803#: waeup/kofa/students/browser.py:332 waeup/kofa/students/browser.py:1945
    27552804msgid "An smtp server error occurred."
    27562805msgstr ""
    27572806
    2758 #: waeup/kofa/students/browser.py:332
     2807#: waeup/kofa/students/browser.py:343
    27592808msgid "Manage base data"
    27602809msgstr ""
    27612810
    27622811#. Default: ""
    2763 #: waeup/kofa/students/browser.py:407
     2812#: waeup/kofa/students/browser.py:423
    27642813msgid "${a}: Clearance Data"
    27652814msgstr ""
    27662815
    2767 #: waeup/kofa/students/browser.py:423 waeup/kofa/students/viewlets.py:104
    2768 #: waeup/kofa/students/viewlets.py:532
     2816#: waeup/kofa/students/browser.py:446 waeup/kofa/students/viewlets.py:107
     2817#: waeup/kofa/students/viewlets.py:555
    27692818#: waeup/kofa/students/browser_templates/clearanceeditpage.pt:6
    27702819msgid "Clearance Data"
    27712820msgstr ""
    27722821
    2773 #: waeup/kofa/students/browser.py:429
     2822#: waeup/kofa/students/browser.py:452
    27742823msgid "Clearance Slip of "
    27752824msgstr ""
    27762825
    2777 #: waeup/kofa/students/browser.py:449
     2826#: waeup/kofa/students/browser.py:471
    27782827msgid "Manage clearance data"
    27792828msgstr ""
    27802829
    2781 #: waeup/kofa/students/browser.py:478
     2830#: waeup/kofa/students/browser.py:512
    27822831msgid "Student has been cleared."
    27832832msgstr ""
    27842833
    2785 #: waeup/kofa/students/browser.py:480 waeup/kofa/students/browser.py:504
     2834#: waeup/kofa/students/browser.py:514 waeup/kofa/students/browser.py:538
    27862835msgid "Student is in wrong state."
    27872836msgstr ""
    27882837
    2789 #: waeup/kofa/students/browser.py:497
     2838#: waeup/kofa/students/browser.py:531
    27902839msgid "Clearance has been annulled."
    27912840msgstr ""
    27922841
    2793 #: waeup/kofa/students/browser.py:501
     2842#: waeup/kofa/students/browser.py:535
    27942843msgid "Clearance request has been rejected."
    27952844msgstr ""
    27962845
    27972846#. Default: ""
    2798 #: waeup/kofa/students/browser.py:527
     2847#: waeup/kofa/students/browser.py:561
    27992848msgid "${a}: Personal Data"
    28002849msgstr ""
    28012850
    2802 #: waeup/kofa/students/browser.py:537
    2803 msgid "Manage personal data"
    2804 msgstr ""
    2805 
    2806 #. Default: ""
    2807 #: waeup/kofa/students/browser.py:557
     2851#: waeup/kofa/students/browser.py:571
     2852msgid "Edit personal data"
     2853msgstr ""
     2854
     2855#. Default: ""
     2856#: waeup/kofa/students/browser.py:591
    28082857msgid "${a}: Study Course"
    28092858msgstr ""
    28102859
    2811 #: waeup/kofa/students/browser.py:587
     2860#: waeup/kofa/students/browser.py:621
    28122861msgid "Manage study course"
    28132862msgstr ""
    28142863
    2815 #: waeup/kofa/students/browser.py:590 waeup/kofa/students/browser.py:631
     2864#: waeup/kofa/students/browser.py:624 waeup/kofa/students/browser.py:671
    28162865msgid "Remove selected levels"
    28172866msgstr ""
    28182867
    2819 #: waeup/kofa/students/browser.py:591 waeup/kofa/students/browser.py:617
     2868#: waeup/kofa/students/browser.py:625 waeup/kofa/students/browser.py:657
    28202869msgid "Add study level"
    28212870msgstr ""
    28222871
    2823 #: waeup/kofa/students/browser.py:625
     2872#: waeup/kofa/students/browser.py:645
     2873msgid "Current level not available for certificate."
     2874msgstr ""
     2875
     2876#: waeup/kofa/students/browser.py:665
    28242877msgid "Study level has been added."
    28252878msgstr ""
    28262879
    2827 #: waeup/kofa/students/browser.py:627 waeup/kofa/students/browser.py:1714
     2880#: waeup/kofa/students/browser.py:667 waeup/kofa/students/browser.py:1779
    28282881msgid "This level exists."
    28292882msgstr ""
    28302883
    2831 #: waeup/kofa/students/browser.py:637
     2884#: waeup/kofa/students/browser.py:677
    28322885msgid "No study level selected."
    28332886msgstr ""
    28342887
    28352888#. Default: ""
    2836 #: waeup/kofa/students/browser.py:673
     2889#: waeup/kofa/students/browser.py:728
    28372890msgid "${a}: Study Level ${b}"
    28382891msgstr ""
    28392892
    2840 #: waeup/kofa/students/browser.py:696
     2893#: waeup/kofa/students/browser.py:751
    28412894msgid "Level Data"
    28422895msgstr ""
    28432896
    2844 #: waeup/kofa/students/browser.py:702
     2897#: waeup/kofa/students/browser.py:757
    28452898msgid "Course List"
    28462899msgstr ""
    28472900
    2848 #: waeup/kofa/students/browser.py:711
    2849 msgid "Course Registration Slip  "
    2850 msgstr ""
    2851 
    2852 #: waeup/kofa/students/browser.py:717
     2901#: waeup/kofa/students/browser.py:766
     2902msgid "Course Registration Slip"
     2903msgstr ""
     2904
     2905#: waeup/kofa/students/browser.py:772
    28532906#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:35
    28542907#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:12
     
    28572910msgstr ""
    28582911
    2859 #: waeup/kofa/students/browser.py:720
     2912#: waeup/kofa/students/browser.py:775
    28602913#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:38
    28612914#: waeup/kofa/students/browser_templates/studylevelpage.pt:36
     
    28632916msgstr ""
    28642917
    2865 #: waeup/kofa/students/browser.py:721
     2918#: waeup/kofa/students/browser.py:776
    28662919#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:16
    28672920msgid "Faculty"
    28682921msgstr ""
    28692922
    2870 #: waeup/kofa/students/browser.py:722
     2923#: waeup/kofa/students/browser.py:777
    28712924#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:40
    28722925#: waeup/kofa/students/browser_templates/studylevelpage.pt:38
     
    28742927msgstr ""
    28752928
    2876 #: waeup/kofa/students/browser.py:723
     2929#: waeup/kofa/students/browser.py:778
    28772930#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:41
    28782931#: waeup/kofa/students/browser_templates/studylevelpage.pt:39
     
    28802933msgstr ""
    28812934
    2882 #: waeup/kofa/students/browser.py:724 waeup/kofa/students/interfaces.py:389
     2935#: waeup/kofa/students/browser.py:779 waeup/kofa/students/interfaces.py:409
    28832936#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:42
    28842937#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:18
     
    28872940msgstr ""
    28882941
    2889 #: waeup/kofa/students/browser.py:752 waeup/kofa/students/browser.py:781
    2890 #: waeup/kofa/students/browser.py:866 waeup/kofa/students/browser.py:871
    2891 #: waeup/kofa/students/browser.py:1754 waeup/kofa/students/browser.py:1804
     2942#: waeup/kofa/students/browser.py:808 waeup/kofa/students/browser.py:837
     2943#: waeup/kofa/students/browser.py:922 waeup/kofa/students/browser.py:927
     2944#: waeup/kofa/students/browser.py:1819 waeup/kofa/students/browser.py:1869
    28922945msgid "Add course ticket"
    28932946msgstr ""
    28942947
    28952948#. Default: ""
    2896 #: waeup/kofa/students/browser.py:773
     2949#: waeup/kofa/students/browser.py:829
    28972950msgid "Manage study level ${a}"
    28982951msgstr ""
    28992952
    2900 #: waeup/kofa/students/browser.py:791 waeup/kofa/students/browser.py:1764
     2953#: waeup/kofa/students/browser.py:847 waeup/kofa/students/browser.py:1829
    29012954msgid "No ticket selected."
    29022955msgstr ""
    29032956
    2904 #: waeup/kofa/students/browser.py:815 waeup/kofa/students/browser.py:837
     2957#: waeup/kofa/students/browser.py:871 waeup/kofa/students/browser.py:893
    29052958msgid "This level does not correspond current level."
    29062959msgstr ""
    29072960
    2908 #: waeup/kofa/students/browser.py:819
     2961#: waeup/kofa/students/browser.py:875
    29092962msgid "Course list has been validated."
    29102963msgstr ""
    29112964
    2912 #: waeup/kofa/students/browser.py:821 waeup/kofa/students/browser.py:849
     2965#: waeup/kofa/students/browser.py:877 waeup/kofa/students/browser.py:905
    29132966msgid "Student is in the wrong state."
    29142967msgstr ""
    29152968
    2916 #: waeup/kofa/students/browser.py:842
     2969#: waeup/kofa/students/browser.py:898
    29172970msgid "Course list request has been annulled."
    29182971msgstr ""
    29192972
    2920 #: waeup/kofa/students/browser.py:846
     2973#: waeup/kofa/students/browser.py:902
    29212974msgid "Course list request has been rejected:"
    29222975msgstr ""
    29232976
    2924 #: waeup/kofa/students/browser.py:886 waeup/kofa/students/browser.py:1817
     2977#: waeup/kofa/students/browser.py:943 waeup/kofa/students/browser.py:1882
    29252978msgid "The ticket exists."
    29262979msgstr ""
    29272980
    29282981#. Default: ""
    2929 #: waeup/kofa/students/browser.py:888 waeup/kofa/students/browser.py:1819
     2982#: waeup/kofa/students/browser.py:945 waeup/kofa/students/browser.py:1884
    29302983msgid "Successfully added ${a}."
    29312984msgstr ""
    29322985
    29332986#. Default: ""
    2934 #: waeup/kofa/students/browser.py:909
     2987#: waeup/kofa/students/browser.py:966
    29352988msgid "${a}: Course Ticket ${b}"
    29362989msgstr ""
    29372990
    29382991#. Default: ""
    2939 #: waeup/kofa/students/browser.py:925
     2992#: waeup/kofa/students/browser.py:982
    29402993msgid "Manage course ticket ${a}"
    2941 msgstr ""
    2942 
    2943 #. Default: ""
    2944 #: waeup/kofa/students/browser.py:952
    2945 msgid "${a}: Payments"
    2946 msgstr ""
    2947 
    2948 #: waeup/kofa/students/browser.py:997
    2949 msgid "Add online payment"
    29502994msgstr ""
    29512995
     
    29542998msgstr ""
    29552999
    2956 #: waeup/kofa/students/browser_templates/basemanagepage.pt:29
     3000#: waeup/kofa/students/browser_templates/basemanagepage.pt:30
    29573001msgid "Registration Transition:"
    2958 msgstr ""
    2959 
    2960 #. Default: "Please solve the captcha<br />to prevent misuse of this service:"
    2961 #: waeup/kofa/students/browser_templates/changepw.pt:8
    2962 msgid "solve_captcha"
    29633002msgstr ""
    29643003
     
    30103049#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:14
    30113050#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:25
    3012 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
    3013 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:54
     3051#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:89
     3052#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:45
    30143053msgid "State"
    30153054msgstr ""
     
    30303069msgstr ""
    30313070
     3071#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
     3072#: waeup/kofa/students/browser_templates/studycoursepage.pt:39
     3073msgid "Faculty:"
     3074msgstr ""
     3075
     3076#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
     3077#: waeup/kofa/students/browser_templates/studycoursepage.pt:28
     3078msgid "Department:"
     3079msgstr ""
     3080
    30323081#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:31
    30333082msgid "Semester:"
     
    30463095msgstr ""
    30473096
    3048 #: waeup/kofa/students/browser_templates/imageupload.pt:20
    3049 #: waeup/kofa/students/browser_templates/fileupload.pt:26
    3050 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:25
    3051 msgid "Max. file size:"
    3052 msgstr ""
    3053 
    30543097#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:11
     3098#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
     3099#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     3100msgid "Category"
     3101msgstr ""
     3102
     3103#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
     3104#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:88
     3105#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:44
     3106msgid "Item"
     3107msgstr ""
     3108
     3109#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
     3110#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
     3111#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:40
     3112msgid "Payment Id"
     3113msgstr ""
     3114
     3115#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    30553116#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:85
    3056 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:52
    3057 msgid "Category"
    3058 msgstr ""
    3059 
    3060 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
    3061 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
    3062 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:53
    3063 msgid "Item"
    3064 msgstr ""
    3065 
    3066 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
    3067 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:82
    3068 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:49
    3069 msgid "Payment Id"
    3070 msgstr ""
    3071 
    3072 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    3073 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:83
    3074 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:50
     3117#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:41
    30753118msgid "Creation Date"
     3119msgstr ""
     3120
     3121#. Default: "Enter the email address stored on Kofa. You can't change your email address here. If you've forgotten your email address or the email address stored in Kofa is wrong or no longer valid, use the enquiries form to request a change of address."
     3122#: waeup/kofa/students/browser_templates/sendpassword.pt:19
     3123msgid "email_address_problem"
     3124msgstr ""
     3125
     3126#. Default: "Please solve the captcha<br />to prevent misuse of this service:"
     3127#: waeup/kofa/students/browser_templates/sendpassword.pt:8
     3128msgid "solve_captcha"
    30763129msgstr ""
    30773130
     
    31753228msgstr ""
    31763229
    3177 #: waeup/kofa/students/interfaces.py:183 waeup/kofa/students/interfaces.py:259
    3178 #: waeup/kofa/students/interfaces.py:498
    3179 msgid "Registration Number"
    3180 msgstr ""
    3181 
    3182 #: waeup/kofa/students/interfaces.py:190 waeup/kofa/students/interfaces.py:268
     3230#: waeup/kofa/students/export.py:139
     3231msgid "Student Study Levels"
     3232msgstr ""
     3233
     3234#: waeup/kofa/students/export.py:87
     3235msgid "Student Study Courses"
     3236msgstr ""
     3237
     3238#: waeup/kofa/students/interfaces.py:191 waeup/kofa/students/interfaces.py:280
    31833239msgid "Matriculation Number"
    31843240msgstr ""
    31853241
    3186 #: waeup/kofa/students/interfaces.py:197
     3242#: waeup/kofa/students/interfaces.py:198
    31873243msgid "PWD Activation Code"
    31883244msgstr ""
    31893245
    3190 #: waeup/kofa/students/interfaces.py:203
     3246#: waeup/kofa/students/interfaces.py:204
    31913247msgid "Email"
    31923248msgstr ""
    31933249
    3194 #: waeup/kofa/students/interfaces.py:223
     3250#: waeup/kofa/students/interfaces.py:225
    31953251msgid "Clearance form locked"
    31963252msgstr ""
    31973253
    3198 #: waeup/kofa/students/interfaces.py:228
     3254#: waeup/kofa/students/interfaces.py:230
    31993255msgid "CLR Activation Code"
    32003256msgstr ""
    32013257
    3202 #: waeup/kofa/students/interfaces.py:235
     3258#: waeup/kofa/students/interfaces.py:237
    32033259msgid "Nationality"
    32043260msgstr ""
    32053261
    3206 #: waeup/kofa/students/interfaces.py:245
     3262#: waeup/kofa/students/interfaces.py:246
     3263msgid "Employer"
     3264msgstr ""
     3265
     3266#: waeup/kofa/students/interfaces.py:256
    32073267msgid "Permanent Address"
    32083268msgstr ""
    32093269
    3210 #: waeup/kofa/students/interfaces.py:277
     3270#: waeup/kofa/students/interfaces.py:289
    32113271#: waeup/kofa/browser/templates/showstudentspage.pt:7
    32123272msgid "Certificate"
    32133273msgstr ""
    32143274
    3215 #: waeup/kofa/students/interfaces.py:283
     3275#: waeup/kofa/students/interfaces.py:295
    32163276msgid "Entry Mode"
    32173277msgstr ""
    32183278
    3219 #: waeup/kofa/students/interfaces.py:290
     3279#: waeup/kofa/students/interfaces.py:302
    32203280msgid "Entry Session"
    32213281msgstr ""
    32223282
    3223 #: waeup/kofa/students/interfaces.py:298 waeup/kofa/students/interfaces.py:337
     3283#: waeup/kofa/students/interfaces.py:310 waeup/kofa/students/interfaces.py:349
    32243284#: waeup/kofa/browser/templates/showstudentspage.pt:8
    32253285msgid "Current Session"
    32263286msgstr ""
    32273287
    3228 #: waeup/kofa/students/interfaces.py:305 waeup/kofa/students/interfaces.py:343
     3288#: waeup/kofa/students/interfaces.py:317 waeup/kofa/students/interfaces.py:355
    32293289#: waeup/kofa/browser/templates/showstudentspage.pt:9
    32303290msgid "Current Level"
    32313291msgstr ""
    32323292
    3233 #: waeup/kofa/students/interfaces.py:312 waeup/kofa/students/interfaces.py:331
     3293#: waeup/kofa/students/interfaces.py:324 waeup/kofa/students/interfaces.py:343
    32343294msgid "Current Verdict"
    32353295msgstr ""
    32363296
    3237 #: waeup/kofa/students/interfaces.py:319
     3297#: waeup/kofa/students/interfaces.py:331
    32383298msgid "Previous Verdict"
    32393299msgstr ""
    32403300
    3241 #: waeup/kofa/students/interfaces.py:357 waeup/kofa/students/interfaces.py:451
     3301#: waeup/kofa/students/interfaces.py:369 waeup/kofa/students/interfaces.py:471
    32423302#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:8
    32433303#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:13
     
    32453305msgstr ""
    32463306
    3247 #: waeup/kofa/students/interfaces.py:363
     3307#: waeup/kofa/students/interfaces.py:375
    32483308msgid "Verdict"
    32493309msgstr ""
    32503310
    3251 #: waeup/kofa/students/interfaces.py:382
     3311#: waeup/kofa/students/interfaces.py:402
    32523312#: waeup/kofa/browser/templates/certificatepage.pt:30
    32533313#: waeup/kofa/browser/templates/certificatemanagepage.pt:33
     
    32553315msgstr ""
    32563316
    3257 #: waeup/kofa/students/interfaces.py:396
     3317#: waeup/kofa/students/interfaces.py:416
    32583318msgid "Automatical Creation"
    32593319msgstr ""
    32603320
    3261 #: waeup/kofa/students/interfaces.py:403
     3321#: waeup/kofa/students/interfaces.py:423
    32623322msgid "Carry-over Course"
    32633323msgstr ""
    32643324
    3265 #: waeup/kofa/students/interfaces.py:422
     3325#: waeup/kofa/students/interfaces.py:442
    32663326#: waeup/kofa/university/interfaces.py:299
    32673327#: waeup/kofa/browser/templates/certificatepage.pt:29
     
    32703330msgstr ""
    32713331
    3272 #: waeup/kofa/students/interfaces.py:439
     3332#: waeup/kofa/students/interfaces.py:459
    32733333#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:10
    32743334msgid "Bed Coordinates"
    32753335msgstr ""
    32763336
    3277 #: waeup/kofa/students/interfaces.py:458
     3337#: waeup/kofa/students/interfaces.py:478
    32783338#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:9
    32793339msgid "Booking Date"
    32803340msgstr ""
    32813341
    3282 #: waeup/kofa/students/interfaces.py:464
     3342#: waeup/kofa/students/interfaces.py:484
    32833343msgid "Booking Activation Code"
    32843344msgstr ""
    32853345
    3286 #. Default: ""
    3287 #: waeup/kofa/students/utils.py:167
     3346#: waeup/kofa/students/utils.py:182
     3347msgid "Scanned Documents"
     3348msgstr ""
     3349
     3350#: waeup/kofa/students/utils.py:190
     3351msgid "(not provided)"
     3352msgstr ""
     3353
     3354#. Default: ""
     3355#: waeup/kofa/students/utils.py:218
    32883356msgid "<font size=10>${a} Page ${b} of ${c}</font>"
    32893357msgstr ""
    32903358
    3291 #: waeup/kofa/students/utils.py:298 waeup/kofa/students/viewlets.py:71
    3292 #: waeup/kofa/students/viewlets.py:99
    3293 #: waeup/kofa/students/browser_templates/basemanagepage.pt:6
     3359#: waeup/kofa/students/utils.py:333 waeup/kofa/students/viewlets.py:74
     3360#: waeup/kofa/students/viewlets.py:102
     3361#: waeup/kofa/students/browser_templates/basemanagepage.pt:7
    32943362msgid "Base Data"
    32953363msgstr ""
    32963364
    3297 #: waeup/kofa/students/utils.py:329
    3298 msgid "Scanned Documents"
    3299 msgstr ""
    3300 
    3301 #: waeup/kofa/students/utils.py:382
     3365#: waeup/kofa/students/utils.py:368
    33023366msgid "(not yet)"
    33033367msgstr ""
    33043368
    3305 #: waeup/kofa/students/viewlets.py:109 waeup/kofa/students/viewlets.py:533
     3369#: waeup/kofa/students/viewlets.py:112 waeup/kofa/students/viewlets.py:556
    33063370msgid "Personal Data"
    33073371msgstr ""
    33083372
    3309 #: waeup/kofa/students/viewlets.py:131 waeup/kofa/students/viewlets.py:537
     3373#: waeup/kofa/students/viewlets.py:134 waeup/kofa/students/viewlets.py:560
    33103374#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:27
    33113375msgid "History"
    33123376msgstr ""
    33133377
    3314 #: waeup/kofa/students/viewlets.py:179 waeup/kofa/students/workflow.py:72
     3378#: waeup/kofa/students/viewlets.py:182 waeup/kofa/students/workflow.py:72
    33153379msgid "Clear student"
    33163380msgstr ""
    33173381
    3318 #: waeup/kofa/students/viewlets.py:194
     3382#: waeup/kofa/students/viewlets.py:197
    33193383msgid "Reject clearance"
    33203384msgstr ""
    33213385
    3322 #: waeup/kofa/students/viewlets.py:210
     3386#: waeup/kofa/students/viewlets.py:213
    33233387msgid "Download clearance slip"
    33243388msgstr ""
    33253389
    3326 #: waeup/kofa/students/viewlets.py:235
     3390#: waeup/kofa/students/viewlets.py:222 waeup/kofa/students/viewlets.py:231
     3391msgid "View"
     3392msgstr ""
     3393
     3394#: waeup/kofa/students/viewlets.py:263 waeup/kofa/students/workflow.py:128
     3395msgid "Validate courses"
     3396msgstr ""
     3397
     3398#: waeup/kofa/students/viewlets.py:279
     3399msgid "Reject courses"
     3400msgstr ""
     3401
     3402#: waeup/kofa/students/viewlets.py:296
    33273403msgid "Download course registration slip"
    33283404msgstr ""
    33293405
    3330 #: waeup/kofa/students/viewlets.py:251 waeup/kofa/students/workflow.py:128
    3331 msgid "Validate courses"
    3332 msgstr ""
    3333 
    3334 #: waeup/kofa/students/viewlets.py:267
    3335 msgid "Reject courses"
    3336 msgstr ""
    3337 
    3338 #: waeup/kofa/students/viewlets.py:330
     3406#: waeup/kofa/students/viewlets.py:353
    33393407msgid "Book accommodation"
    33403408msgstr ""
    33413409
    3342 #: waeup/kofa/students/viewlets.py:339
     3410#: waeup/kofa/students/viewlets.py:362
    33433411msgid "Download bed allocation slip"
    33443412msgstr ""
    33453413
    3346 #: waeup/kofa/students/viewlets.py:348
     3414#: waeup/kofa/students/viewlets.py:371
    33473415msgid "Relocate student"
    33483416msgstr ""
    33493417
    3350 #: waeup/kofa/students/viewlets.py:374
     3418#: waeup/kofa/students/viewlets.py:397
    33513419msgid "Change portrait"
    33523420msgstr ""
    33533421
    3354 #: waeup/kofa/students/viewlets.py:432
     3422#: waeup/kofa/students/viewlets.py:455
    33553423msgid "Add course list"
    33563424msgstr ""
    33573425
    3358 #: waeup/kofa/students/viewlets.py:450
     3426#: waeup/kofa/students/viewlets.py:473
    33593427msgid "Add and remove courses"
    33603428msgstr ""
    33613429
    3362 #: waeup/kofa/students/viewlets.py:536
     3430#: waeup/kofa/students/viewlets.py:559
    33633431msgid "Accommodation Data"
    33643432msgstr ""
    33653433
    33663434#. Default: ""
    3367 #: waeup/kofa/students/viewlets.py:548
     3435#: waeup/kofa/students/viewlets.py:571
    33683436msgid "${a} deleted."
    33693437msgstr ""
    33703438
    3371 #: waeup/kofa/students/viewlets.py:561
     3439#: waeup/kofa/students/viewlets.py:584
    33723440msgid "File name has no extension."
    33733441msgstr ""
    33743442
    3375 #: waeup/kofa/students/viewlets.py:564
     3443#: waeup/kofa/students/viewlets.py:587
    33763444msgid "File name contains more than one dot."
    33773445msgstr ""
    33783446
    33793447#. Default: ""
    3380 #: waeup/kofa/students/viewlets.py:571
     3448#: waeup/kofa/students/viewlets.py:594
    33813449msgid "${a} file extension expected."
    33823450msgstr ""
    33833451
    33843452#. Default: ""
    3385 #: waeup/kofa/students/viewlets.py:577
     3453#: waeup/kofa/students/viewlets.py:600
    33863454msgid "Only the following extension are allowed: ${a}"
    33873455msgstr ""
    33883456
    3389 #: waeup/kofa/students/viewlets.py:583
     3457#: waeup/kofa/students/viewlets.py:606
    33903458msgid "Uploaded file is too big."
    33913459msgstr ""
    33923460
    33933461#. Default: ""
    3394 #: waeup/kofa/students/viewlets.py:590
     3462#: waeup/kofa/students/viewlets.py:613
    33953463msgid "File ${a} uploaded."
    33963464msgstr ""
    33973465
    3398 #: waeup/kofa/students/viewlets.py:608
     3466#: waeup/kofa/students/viewlets.py:631
    33993467#: waeup/kofa/browser/templates/datacenterlogspage.pt:10
    34003468#: waeup/kofa/browser/templates/datacenterpage.pt:14
     
    34033471msgstr ""
    34043472
    3405 #: waeup/kofa/students/viewlets.py:609
     3473#: waeup/kofa/students/viewlets.py:632
    34063474msgid "Scan"
    34073475msgstr ""
    34083476
    3409 #: waeup/kofa/students/viewlets.py:632
     3477#: waeup/kofa/students/viewlets.py:655
    34103478msgid "Upload new file"
    34113479msgstr ""
    34123480
    3413 #: waeup/kofa/students/viewlets.py:633
     3481#: waeup/kofa/students/viewlets.py:656
    34143482msgid "Delete attachment"
    34153483msgstr ""
    34163484
    3417 #: waeup/kofa/students/viewlets.py:663
     3485#: waeup/kofa/students/viewlets.py:687
    34183486msgid "No local file selected."
    34193487msgstr ""
    34203488
    3421 #: waeup/kofa/students/viewlets.py:677
    3422 #: waeup/kofa/students/browser_templates/basemanagepage.pt:8
     3489#: waeup/kofa/students/viewlets.py:701
     3490#: waeup/kofa/students/browser_templates/basemanagepage.pt:9
    34233491msgid "Passport Picture"
    34243492msgstr ""
    34253493
    3426 #: waeup/kofa/students/viewlets.py:688
     3494#: waeup/kofa/students/viewlets.py:712
    34273495msgid "Passport Picture (jpg only)"
    34283496msgstr ""
    34293497
    3430 #: waeup/kofa/students/viewlets.py:703 waeup/kofa/students/viewlets.py:714
     3498#: waeup/kofa/students/viewlets.py:727 waeup/kofa/students/viewlets.py:738
    34313499msgid "Birth Certificate"
    34323500msgstr ""
    34333501
    3434 #: waeup/kofa/students/viewlets.py:704 waeup/kofa/students/viewlets.py:715
     3502#: waeup/kofa/students/viewlets.py:728 waeup/kofa/students/viewlets.py:739
    34353503msgid "Birth Certificate Scan"
    34363504msgstr ""
    34373505
    3438 #: waeup/kofa/students/viewlets.py:724 waeup/kofa/students/viewlets.py:735
     3506#: waeup/kofa/students/viewlets.py:748 waeup/kofa/students/viewlets.py:759
    34393507msgid "Acceptance Letter"
    34403508msgstr ""
    34413509
    3442 #: waeup/kofa/students/viewlets.py:725 waeup/kofa/students/viewlets.py:736
     3510#: waeup/kofa/students/viewlets.py:749 waeup/kofa/students/viewlets.py:760
    34433511msgid "Acceptance Letter Scan"
    34443512msgstr ""
    34453513
    3446 #: waeup/kofa/students/viewlets.py:85
     3514#: waeup/kofa/students/viewlets.py:88
    34473515msgid "Application Slip"
    34483516msgstr ""
    34493517
    3450 #: waeup/kofa/students/vocabularies.py:117
     3518#: waeup/kofa/students/vocabularies.py:116
    34513519msgid "male"
    34523520msgstr ""
    34533521
    3454 #: waeup/kofa/students/vocabularies.py:119
     3522#: waeup/kofa/students/vocabularies.py:118
    34553523msgid "female"
    34563524msgstr ""
    34573525
    34583526#. Default: ""
    3459 #: waeup/kofa/students/vocabularies.py:77
     3527#: waeup/kofa/students/vocabularies.py:76
    34603528msgid "Error: level id ${value} out of range"
    34613529msgstr ""
    34623530
    34633531#. Default: ""
    3464 #: waeup/kofa/students/vocabularies.py:88
     3532#: waeup/kofa/students/vocabularies.py:87
    34653533msgid "${title} 2nd spillover"
    34663534msgstr ""
    34673535
    34683536#. Default: ""
    3469 #: waeup/kofa/students/vocabularies.py:91
     3537#: waeup/kofa/students/vocabularies.py:90
    34703538msgid "${title} 3rd spillover"
    34713539msgstr ""
    34723540
    34733541#. Default: ""
    3474 #: waeup/kofa/students/vocabularies.py:94
     3542#: waeup/kofa/students/vocabularies.py:93
    34753543msgid "${title} 1st spillover"
    34763544msgstr ""
    34773545
    34783546#. Default: ""
    3479 #: waeup/kofa/students/vocabularies.py:96
     3547#: waeup/kofa/students/vocabularies.py:95
    34803548msgid "${title} on 1st probation"
    34813549msgstr ""
    34823550
    34833551#. Default: ""
    3484 #: waeup/kofa/students/vocabularies.py:98
     3552#: waeup/kofa/students/vocabularies.py:97
    34853553msgid "${title} on 2nd probation"
    34863554msgstr ""
     
    34903558msgstr ""
    34913559
    3492 #: waeup/kofa/students/workflow.py:108
    3493 msgid "Student record reset to 'returning'"
     3560#: waeup/kofa/students/workflow.py:108 waeup/kofa/students/workflow.py:143
     3561msgid "Reset to 'returning'"
    34943562msgstr ""
    34953563
     
    35073575
    35083576#: waeup/kofa/students/workflow.py:122 waeup/kofa/students/workflow.py:136
    3509 msgid "Student record reset to 'paid'"
     3577msgid "Reset to 'paid'"
    35103578msgstr ""
    35113579
     
    35183586msgstr ""
    35193587
    3520 #: waeup/kofa/students/workflow.py:143
    3521 msgid "Returned"
    3522 msgstr ""
    3523 
    35243588#: waeup/kofa/students/workflow.py:149
    35253589msgid "Reset to validated"
     
    35273591
    35283592#: waeup/kofa/students/workflow.py:150
    3529 msgid "Student record reset to 'validated'"
     3593msgid "Reset to 'validated'"
    35303594msgstr ""
    35313595
     
    35473611
    35483612#: waeup/kofa/students/workflow.py:38
    3549 msgid "Student record reset"
     3613msgid "Reset to initial state"
    35503614msgstr ""
    35513615
     
    35593623
    35603624#: waeup/kofa/students/workflow.py:52
    3561 msgid "Student record reset to 'admitted'"
     3625msgid "Reset to 'admitted'"
    35623626msgstr ""
    35633627
     
    35713635
    35723636#: waeup/kofa/students/workflow.py:66 waeup/kofa/students/workflow.py:80
    3573 msgid "Student record reset to 'clearance'"
     3637msgid "Reset to 'clearance'"
    35743638msgstr ""
    35753639
     
    35913655
    35923656#: waeup/kofa/students/workflow.py:94
    3593 msgid "Student record reset to 'cleared'"
     3657msgid "Reset to 'cleared'"
    35943658msgstr ""
    35953659
     
    37263790msgstr ""
    37273791
     3792#: waeup/kofa/university/vocabularies.py:38
     3793msgid "900 (Year 9)"
     3794msgstr ""
     3795
    37283796#: waeup/kofa/utils/countries.py:10
    37293797msgid "Albania"
     
    40304098msgstr ""
    40314099
    4032 #: waeup/kofa/utils/countries.py:169 waeup/kofa/utils/utils.py:47
     4100#: waeup/kofa/utils/countries.py:169 waeup/kofa/utils/utils.py:48
    40334101msgid "Nigeria"
    40344102msgstr ""
     
    46824750msgstr ""
    46834751
    4684 #: waeup/kofa/utils/countries.py:90 waeup/kofa/utils/utils.py:46
     4752#: waeup/kofa/utils/countries.py:90 waeup/kofa/utils/utils.py:47
    46854753msgid "Germany"
    46864754msgstr ""
     
    47224790msgstr ""
    47234791
    4724 #: waeup/kofa/utils/utils.py:149
     4792#: waeup/kofa/utils/utils.py:151
    47254793msgid ""
    47264794"Fullname: ${a}\n"
     
    47324800msgstr ""
    47334801
    4734 #: waeup/kofa/utils/utils.py:194
     4802#: waeup/kofa/utils/utils.py:201
    47354803msgid ""
    47364804"Dear ${a},\n"
     
    47524820msgstr ""
    47534821
    4754 #: waeup/kofa/utils/utils.py:48
     4822#: waeup/kofa/utils/utils.py:49
    47554823msgid "U.S."
    47564824msgstr ""
    47574825
    4758 #: waeup/kofa/widgets/phonewidget.py:117
     4826#: waeup/kofa/widgets/phonewidget.py:118
    47594827msgid "Empty phone field(s)."
    47604828msgstr ""
    47614829
    4762 #: waeup/kofa/widgets/phonewidget.py:121
     4830#: waeup/kofa/widgets/phonewidget.py:122
    47634831msgid "Int. prefix requires format '+NNN'"
    47644832msgstr ""
    47654833
    4766 #: waeup/kofa/widgets/phonewidget.py:127
     4834#: waeup/kofa/widgets/phonewidget.py:130
    47674835msgid "Phone numbers may contain numbers only."
    47684836msgstr ""
  • main/waeup.kofa/trunk/src/waeup/kofa/locales/ig/LC_MESSAGES/waeup.kofa.po

    r7985 r8197  
    1515msgstr ""
    1616"Project-Id-Version: WAeUP.KOFA\n"
    17 "POT-Creation-Date: Mon Mar 26 11:33:10 2012\n"
     17"POT-Creation-Date: Tue Apr 17 16:18:24 2012\n"
    1818"PO-Revision-Date: 2012-03-09 07:17+0100\n"
    1919"Last-Translator: Henrik Bettermann <henrik@waeup.org>\n"
     
    2828"X-Poedit-SourceCharset: utf-8\n"
    2929
    30 #: waeup/kofa/accesscodes/browser.py:100 waeup/kofa/accesscodes/browser.py:113
    31 #: waeup/kofa/applicants/browser.py:79 waeup/kofa/applicants/browser.py:129
    32 #: waeup/kofa/applicants/browser.py:181 waeup/kofa/applicants/browser.py:252
    33 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:336
     30#: waeup/kofa/accesscodes/browser.py:101 waeup/kofa/accesscodes/browser.py:114
     31#: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:131
     32#: waeup/kofa/applicants/browser.py:180 waeup/kofa/applicants/browser.py:249
     33#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:331
    3434#: waeup/kofa/browser/pages.py:507 waeup/kofa/browser/pages.py:712
    3535#: waeup/kofa/browser/pages.py:739 waeup/kofa/browser/pages.py:762
     
    4545#: waeup/kofa/browser/pages.py:1814 waeup/kofa/browser/pages.py:1816
    4646#: waeup/kofa/browser/pages.py:1851 waeup/kofa/browser/pages.py:1902
    47 #: waeup/kofa/browser/pages.py:1954 waeup/kofa/students/browser.py:589
    48 #: waeup/kofa/students/browser.py:590 waeup/kofa/students/browser.py:751
    49 #: waeup/kofa/students/browser.py:753 waeup/kofa/students/browser.py:893
     47#: waeup/kofa/browser/pages.py:1954 waeup/kofa/students/browser.py:623
     48#: waeup/kofa/students/browser.py:624 waeup/kofa/students/browser.py:807
     49#: waeup/kofa/students/browser.py:809 waeup/kofa/students/browser.py:950
    5050msgid "Cancel"
    5151msgstr ""
    5252
    53 #: waeup/kofa/accesscodes/browser.py:102
     53#: waeup/kofa/accesscodes/browser.py:103
    5454msgid "Batch creation cancelled."
    5555msgstr ""
    5656
    57 #: waeup/kofa/accesscodes/browser.py:112
     57#: waeup/kofa/accesscodes/browser.py:113
    5858msgid "Reimport"
    5959msgstr ""
    6060
    61 #: waeup/kofa/accesscodes/browser.py:115
     61#: waeup/kofa/accesscodes/browser.py:116
    6262msgid "Reimport Access Code Batches"
    6363msgstr ""
    6464
    65 #: waeup/kofa/accesscodes/browser.py:120
     65#: waeup/kofa/accesscodes/browser.py:121
    6666msgid "Reimport cancelled."
    6767msgstr ""
    6868
    69 #: waeup/kofa/accesscodes/browser.py:126
     69#: waeup/kofa/accesscodes/browser.py:127
    7070msgid "No file chosen. Action cancelled."
    7171msgstr ""
    7272
    7373#. Default: ""
    74 #: waeup/kofa/accesscodes/browser.py:136
     74#: waeup/kofa/accesscodes/browser.py:137
    7575msgid "This batch already exists: ${a}"
    7676msgstr ""
    7777
    7878#. Default: ""
    79 #: waeup/kofa/accesscodes/browser.py:139
     79#: waeup/kofa/accesscodes/browser.py:140
    8080msgid "Successfully reimported: ${a}"
    8181msgstr ""
    8282
    83 #: waeup/kofa/accesscodes/browser.py:152
     83#: waeup/kofa/accesscodes/browser.py:153
    8484msgid "Search and Manage Access Codes"
    8585msgstr ""
    8686
    87 #: waeup/kofa/accesscodes/browser.py:153 waeup/kofa/browser/pages.py:596
     87#: waeup/kofa/accesscodes/browser.py:154 waeup/kofa/browser/pages.py:596
    8888#: waeup/kofa/browser/pages.py:1146 waeup/kofa/browser/viewlets.py:190
    89 #: waeup/kofa/students/browser.py:169 waeup/kofa/students/browser.py:203
     89#: waeup/kofa/students/browser.py:171 waeup/kofa/students/browser.py:209
    9090msgid "Search"
    9191msgstr ""
    9292
    93 #: waeup/kofa/accesscodes/browser.py:154
     93#: waeup/kofa/accesscodes/browser.py:155
    9494msgid "Disable ACs"
    9595msgstr ""
    9696
    97 #: waeup/kofa/accesscodes/browser.py:155
     97#: waeup/kofa/accesscodes/browser.py:156
    9898msgid "Enable ACs"
    9999msgstr ""
    100100
    101 #: waeup/kofa/accesscodes/browser.py:180 waeup/kofa/accesscodes/workflow.py:39
     101#: waeup/kofa/accesscodes/browser.py:181 waeup/kofa/accesscodes/workflow.py:39
    102102msgid "disabled"
    103103msgstr ""
    104104
    105105#. Default: ""
    106 #: waeup/kofa/accesscodes/browser.py:182
     106#: waeup/kofa/accesscodes/browser.py:183
    107107msgid "${a} disabled."
    108108msgstr ""
    109109
    110110#. Default: ""
    111 #: waeup/kofa/accesscodes/browser.py:186
     111#: waeup/kofa/accesscodes/browser.py:187
    112112msgid "${a}: Disable transition not allowed."
    113113msgstr ""
    114114
    115 #: waeup/kofa/accesscodes/browser.py:190
     115#: waeup/kofa/accesscodes/browser.py:191
    116116msgid "re-enabled"
    117117msgstr ""
    118118
    119119#. Default: ""
    120 #: waeup/kofa/accesscodes/browser.py:192
     120#: waeup/kofa/accesscodes/browser.py:193
    121121msgid "${a} (re-)enabled."
    122122msgstr ""
    123123
    124124#. Default: ""
    125 #: waeup/kofa/accesscodes/browser.py:196
     125#: waeup/kofa/accesscodes/browser.py:197
    126126msgid "${a}: Re-enable transition not allowed."
    127127msgstr ""
    128128
    129 #: waeup/kofa/accesscodes/browser.py:235
     129#: waeup/kofa/accesscodes/browser.py:236
    130130msgid "Add Access Code Batch"
    131131msgstr ""
    132132
    133 #: waeup/kofa/accesscodes/browser.py:244
     133#: waeup/kofa/accesscodes/browser.py:245
    134134msgid "Reimport Access Code Batch"
    135135msgstr ""
    136136
    137 #: waeup/kofa/accesscodes/browser.py:252
     137#: waeup/kofa/accesscodes/browser.py:253
    138138msgid "Search Access Codes"
    139139msgstr ""
    140140
    141 #: waeup/kofa/accesscodes/browser.py:261
     141#: waeup/kofa/accesscodes/browser.py:262
    142142msgid "Access Codes"
    143143msgstr ""
    144144
    145 #: waeup/kofa/accesscodes/browser.py:43
     145#: waeup/kofa/accesscodes/browser.py:44
    146146msgid "Archive"
    147147msgstr ""
    148148
    149 #: waeup/kofa/accesscodes/browser.py:44
     149#: waeup/kofa/accesscodes/browser.py:45
    150150msgid "Archive and delete"
    151151msgstr ""
    152152
    153 #: waeup/kofa/accesscodes/browser.py:46 waeup/kofa/accesscodes/browser.py:206
    154 #: waeup/kofa/accesscodes/browser.py:226
     153#: waeup/kofa/accesscodes/browser.py:47 waeup/kofa/accesscodes/browser.py:207
     154#: waeup/kofa/accesscodes/browser.py:227
    155155msgid "Access Code Batches"
    156156msgstr ""
    157157
    158 #: waeup/kofa/accesscodes/browser.py:53
     158#: waeup/kofa/accesscodes/browser.py:54
    159159msgid "No batch selected."
    160160msgstr ""
    161161
    162162#. Default: ""
    163 #: waeup/kofa/accesscodes/browser.py:61
     163#: waeup/kofa/accesscodes/browser.py:62
    164164msgid "Archived ${a} (${b})"
    165165msgstr ""
    166166
    167167#. Default: ""
    168 #: waeup/kofa/accesscodes/browser.py:68
     168#: waeup/kofa/accesscodes/browser.py:69
    169169msgid "Deleted batch ${a}"
    170170msgstr ""
    171171
    172 #: waeup/kofa/accesscodes/browser.py:77
     172#: waeup/kofa/accesscodes/browser.py:78
    173173msgid "Create Access Code Batch"
    174174msgstr ""
    175175
    176 #: waeup/kofa/accesscodes/browser.py:83
     176#: waeup/kofa/accesscodes/browser.py:84
    177177msgid "Create batch"
    178178msgstr ""
    179179
    180180#. Default: ""
    181 #: waeup/kofa/accesscodes/browser.py:91
     181#: waeup/kofa/accesscodes/browser.py:92
    182182msgid "Batch created (${a} entries)"
    183183msgstr ""
    184184
    185185#. Default: ""
    186 #: waeup/kofa/accesscodes/browser.py:93
     186#: waeup/kofa/accesscodes/browser.py:94
    187187msgid "Data written to ${a}"
    188188msgstr ""
     
    342342msgstr ""
    343343
    344 #: waeup/kofa/applicants/browser.py:116 waeup/kofa/applicants/browser.py:323
    345 #: waeup/kofa/applicants/browser.py:744
     344#: waeup/kofa/applicants/browser.py:118 waeup/kofa/applicants/browser.py:318
     345#: waeup/kofa/applicants/browser.py:714
    346346msgid "Could not delete:"
    347347msgstr ""
    348348
    349349#. Default: ""
    350 #: waeup/kofa/applicants/browser.py:119 waeup/kofa/applicants/browser.py:326
    351 #: waeup/kofa/applicants/browser.py:747 waeup/kofa/browser/pages.py:137
    352 #: waeup/kofa/students/browser.py:241 waeup/kofa/students/browser.py:647
    353 #: waeup/kofa/students/browser.py:801 waeup/kofa/students/browser.py:979
    354 #: waeup/kofa/students/browser.py:1189 waeup/kofa/students/browser.py:1776
     350#: waeup/kofa/applicants/browser.py:121 waeup/kofa/applicants/browser.py:321
     351#: waeup/kofa/applicants/browser.py:717 waeup/kofa/browser/pages.py:136
     352#: waeup/kofa/students/browser.py:253 waeup/kofa/students/browser.py:687
     353#: waeup/kofa/students/browser.py:857 waeup/kofa/students/browser.py:1036
     354#: waeup/kofa/students/browser.py:1251 waeup/kofa/students/browser.py:1841
    355355msgid "Successfully removed: ${a}"
    356356msgstr ""
     
    362362msgstr ""
    363363
    364 #: waeup/kofa/applicants/browser.py:177
     364#: waeup/kofa/applicants/browser.py:176
    365365msgid "Added:"
    366366msgstr ""
    367367
    368 #: waeup/kofa/applicants/browser.py:189 waeup/kofa/applicants/export.py:78
     368#: waeup/kofa/applicants/browser.py:188 waeup/kofa/applicants/export.py:76
    369369#: waeup/kofa/applicants/viewlets.py:44
    370370#: waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt:12
     
    373373msgstr ""
    374374
    375 #: waeup/kofa/applicants/browser.py:252 waeup/kofa/applicants/browser.py:299
    376 #: waeup/kofa/applicants/browser.py:653 waeup/kofa/applicants/browser.py:687
    377 #: waeup/kofa/applicants/browser.py:790 waeup/kofa/applicants/browser.py:793
    378 #: waeup/kofa/applicants/browser.py:837 waeup/kofa/browser/pages.py:480
     375#: waeup/kofa/applicants/browser.py:249 waeup/kofa/applicants/browser.py:294
     376#: waeup/kofa/applicants/browser.py:619 waeup/kofa/applicants/browser.py:657
     377#: waeup/kofa/applicants/browser.py:759 waeup/kofa/applicants/browser.py:762
     378#: waeup/kofa/applicants/browser.py:806 waeup/kofa/browser/pages.py:480
    379379#: waeup/kofa/browser/pages.py:635 waeup/kofa/browser/pages.py:658
    380380#: waeup/kofa/browser/pages.py:732 waeup/kofa/browser/pages.py:1185
     
    384384#: waeup/kofa/browser/pages.py:1835 waeup/kofa/hostels/browser.py:209
    385385#: waeup/kofa/hostels/browser.py:231 waeup/kofa/hostels/browser.py:318
    386 #: waeup/kofa/students/browser.py:358 waeup/kofa/students/browser.py:463
    387 #: waeup/kofa/students/browser.py:540 waeup/kofa/students/browser.py:589
    388 #: waeup/kofa/students/browser.py:605 waeup/kofa/students/browser.py:751
    389 #: waeup/kofa/students/browser.py:776 waeup/kofa/students/browser.py:1450
    390 #: waeup/kofa/students/browser.py:1465 waeup/kofa/students/browser.py:1580
     386#: waeup/kofa/students/browser.py:369 waeup/kofa/students/browser.py:497
     387#: waeup/kofa/students/browser.py:574 waeup/kofa/students/browser.py:623
     388#: waeup/kofa/students/browser.py:639 waeup/kofa/students/browser.py:807
     389#: waeup/kofa/students/browser.py:832 waeup/kofa/students/browser.py:1509
     390#: waeup/kofa/students/browser.py:1524 waeup/kofa/students/browser.py:1645
    391391msgid "Save"
    392392msgstr ""
    393393
    394 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:331
    395 #: waeup/kofa/applicants/browser.py:360
     394#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:326
     395#: waeup/kofa/applicants/browser.py:354
    396396msgid "Add applicant"
    397397msgstr ""
    398398
    399 #: waeup/kofa/applicants/browser.py:263 waeup/kofa/applicants/viewlets.py:95
     399#: waeup/kofa/applicants/browser.py:258 waeup/kofa/applicants/viewlets.py:95
    400400msgid "Manage applicants container"
    401401msgstr ""
    402402
    403 #: waeup/kofa/applicants/browser.py:303 waeup/kofa/applicants/browser.py:716
     403#: waeup/kofa/applicants/browser.py:298 waeup/kofa/applicants/browser.py:686
    404404#: waeup/kofa/browser/pages.py:1444 waeup/kofa/browser/pages.py:1766
    405405#: waeup/kofa/browser/pages.py:1838 waeup/kofa/browser/pages.py:1950
    406 #: waeup/kofa/hostels/browser.py:54 waeup/kofa/students/browser.py:82
    407 #: waeup/kofa/students/browser.py:384
     406#: waeup/kofa/hostels/browser.py:54 waeup/kofa/students/browser.py:84
     407#: waeup/kofa/students/browser.py:395
    408408msgid "Form has been saved."
    409409msgstr ""
    410410
    411 #: waeup/kofa/applicants/browser.py:312
     411#: waeup/kofa/applicants/browser.py:307
    412412msgid "No applicant selected!"
    413413msgstr ""
    414414
    415 #: waeup/kofa/applicants/browser.py:363
     415#: waeup/kofa/applicants/browser.py:357
    416416msgid "Create application record"
    417417msgstr ""
    418418
    419 #: waeup/kofa/applicants/browser.py:368
     419#: waeup/kofa/applicants/browser.py:362
    420420msgid "Applicant record created."
    421421msgstr ""
    422422
    423 #: waeup/kofa/applicants/browser.py:381
     423#: waeup/kofa/applicants/browser.py:376
    424424msgid "Applicant"
    425425msgstr ""
    426426
    427 #: waeup/kofa/applicants/browser.py:396 waeup/kofa/students/browser.py:283
     427#: waeup/kofa/applicants/browser.py:395 waeup/kofa/students/browser.py:295
    428428msgid "set"
    429429msgstr ""
    430430
    431 #: waeup/kofa/applicants/browser.py:397 waeup/kofa/students/browser.py:284
     431#: waeup/kofa/applicants/browser.py:396 waeup/kofa/students/browser.py:296
    432432msgid "unset"
    433433msgstr ""
    434434
    435435#. Default: ""
    436 #: waeup/kofa/applicants/browser.py:402
    437 msgid "${a} Application Record ${b}"
    438 msgstr ""
    439 
    440 #: waeup/kofa/applicants/browser.py:453
     436#: waeup/kofa/applicants/browser.py:401
     437msgid "${a} <br /> Application Record ${b}"
     438msgstr ""
     439
     440#: waeup/kofa/applicants/browser.py:452
    441441msgid "Session configuration object is not available."
    442442msgstr ""
    443443
    444 #: waeup/kofa/applicants/browser.py:460 waeup/kofa/students/browser.py:1028
     444#: waeup/kofa/applicants/browser.py:459 waeup/kofa/students/browser.py:1091
    445445msgid "This type of payment has already been made."
    446446msgstr ""
    447447
    448 #: waeup/kofa/applicants/browser.py:473 waeup/kofa/students/browser.py:1042
     448#: waeup/kofa/applicants/browser.py:472 waeup/kofa/students/browser.py:1105
    449449msgid "Payment ticket created."
    450450msgstr ""
    451451
    452452#. Default: ""
    453 #: waeup/kofa/applicants/browser.py:500 waeup/kofa/students/browser.py:1061
     453#: waeup/kofa/applicants/browser.py:499 waeup/kofa/students/browser.py:1124
    454454msgid "${a}: Online Payment Ticket ${b}"
    455455msgstr ""
    456456
    457 #: waeup/kofa/applicants/browser.py:528 waeup/kofa/students/browser.py:1110
     457#: waeup/kofa/applicants/browser.py:527 waeup/kofa/students/browser.py:1172
    458458msgid "Valid callback received."
    459459msgstr ""
    460460
    461 #: waeup/kofa/applicants/browser.py:549
     461#: waeup/kofa/applicants/browser.py:548
    462462msgid "Payment Data"
    463463msgstr ""
    464464
    465 #: waeup/kofa/applicants/browser.py:555
     465#: waeup/kofa/applicants/browser.py:554
    466466msgid "Online Payment Receipt"
    467467msgstr ""
    468468
    469 #: waeup/kofa/applicants/browser.py:561
     469#: waeup/kofa/applicants/browser.py:560
    470470msgid "Ticket not yet paid."
    471471msgstr ""
    472472
    473 #: waeup/kofa/applicants/browser.py:626
     473#: waeup/kofa/applicants/browser.py:594
    474474msgid "Uploaded image is too big!"
    475475msgstr ""
    476476
    477 #: waeup/kofa/applicants/browser.py:63
     477#: waeup/kofa/applicants/browser.py:599
     478msgid "jpg file extension expected."
     479msgstr ""
     480
     481#: waeup/kofa/applicants/browser.py:619 waeup/kofa/applicants/browser.py:762
     482#: waeup/kofa/applicants/browser.py:814
     483msgid "Final Submit"
     484msgstr ""
     485
     486#: waeup/kofa/applicants/browser.py:620 waeup/kofa/applicants/browser.py:727
     487#: waeup/kofa/applicants/browser.py:760 waeup/kofa/applicants/browser.py:795
     488#: waeup/kofa/students/browser.py:1042
     489msgid "Add online payment ticket"
     490msgstr ""
     491
     492#: waeup/kofa/applicants/browser.py:620 waeup/kofa/applicants/browser.py:732
     493#: waeup/kofa/applicants/browser.py:760 waeup/kofa/applicants/browser.py:763
     494#: waeup/kofa/applicants/browser.py:800 waeup/kofa/students/browser.py:809
     495#: waeup/kofa/students/browser.py:841 waeup/kofa/students/browser.py:1018
     496#: waeup/kofa/students/browser.py:1823
     497msgid "Remove selected tickets"
     498msgstr ""
     499
     500#. Default: ""
     501#: waeup/kofa/applicants/browser.py:643
     502msgid "${a} <br /> Application Form ${b}"
     503msgstr ""
     504
     505#: waeup/kofa/applicants/browser.py:65
    478506msgid "Application Section"
    479507msgstr ""
    480508
    481 #: waeup/kofa/applicants/browser.py:631
    482 msgid "jpg file extension expected."
    483 msgstr ""
    484 
    485 #: waeup/kofa/applicants/browser.py:653 waeup/kofa/applicants/browser.py:793
    486 #: waeup/kofa/applicants/browser.py:845
    487 msgid "Final Submit"
    488 msgstr ""
    489 
    490 #: waeup/kofa/applicants/browser.py:654 waeup/kofa/applicants/browser.py:757
    491 #: waeup/kofa/applicants/browser.py:791 waeup/kofa/applicants/browser.py:826
    492 #: waeup/kofa/students/browser.py:985
    493 msgid "Add online payment ticket"
    494 msgstr ""
    495 
    496 #: waeup/kofa/applicants/browser.py:654 waeup/kofa/applicants/browser.py:762
    497 #: waeup/kofa/applicants/browser.py:791 waeup/kofa/applicants/browser.py:794
    498 #: waeup/kofa/applicants/browser.py:831 waeup/kofa/students/browser.py:753
    499 #: waeup/kofa/students/browser.py:785 waeup/kofa/students/browser.py:961
    500 #: waeup/kofa/students/browser.py:1758
    501 msgid "Remove selected tickets"
    502 msgstr ""
    503 
    504 #. Default: ""
    505 #: waeup/kofa/applicants/browser.py:673
    506 msgid "${a} Application Form ${b}"
    507 msgstr ""
    508 
    509 #: waeup/kofa/applicants/browser.py:684 waeup/kofa/students/browser.py:355
     509#: waeup/kofa/applicants/browser.py:654 waeup/kofa/students/browser.py:366
    510510msgid "No transition"
    511511msgstr ""
    512512
    513 #: waeup/kofa/applicants/browser.py:731 waeup/kofa/students/browser.py:967
     513#: waeup/kofa/applicants/browser.py:701 waeup/kofa/students/browser.py:1024
    514514msgid "No payment selected."
    515515msgstr ""
    516516
    517 #: waeup/kofa/applicants/browser.py:75 waeup/kofa/applicants/viewlets.py:88
     517#: waeup/kofa/applicants/browser.py:77 waeup/kofa/applicants/viewlets.py:88
    518518msgid "Manage application section"
    519519msgstr ""
    520520
    521 #: waeup/kofa/applicants/browser.py:78 waeup/kofa/applicants/browser.py:104
    522 #: waeup/kofa/applicants/browser.py:253 waeup/kofa/applicants/browser.py:306
     521#: waeup/kofa/applicants/browser.py:773 waeup/kofa/students/browser.py:92
     522msgid "The requested form is locked (read-only)."
     523msgstr ""
     524
     525#: waeup/kofa/applicants/browser.py:787
     526msgid "No passport picture uploaded."
     527msgstr ""
     528
     529#: waeup/kofa/applicants/browser.py:789
     530msgid "Passport picture confirmation box not ticked."
     531msgstr ""
     532
     533#: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:106
     534#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:301
    523535#: waeup/kofa/browser/pages.py:638 waeup/kofa/browser/pages.py:679
    524536#: waeup/kofa/browser/pages.py:1324 waeup/kofa/browser/pages.py:1335
    525537#: waeup/kofa/browser/pages.py:1401 waeup/kofa/browser/pages.py:1436
    526 #: waeup/kofa/hostels/browser.py:131 waeup/kofa/students/browser.py:204
    527 #: waeup/kofa/students/browser.py:1156 waeup/kofa/students/browser.py:1169
     538#: waeup/kofa/hostels/browser.py:131 waeup/kofa/students/browser.py:210
     539#: waeup/kofa/students/browser.py:1218 waeup/kofa/students/browser.py:1231
    528540msgid "Remove selected"
    529541msgstr ""
    530542
    531 #: waeup/kofa/applicants/browser.py:78 waeup/kofa/applicants/browser.py:124
    532 #: waeup/kofa/applicants/browser.py:147 waeup/kofa/applicants/browser.py:159
     543#: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:126
     544#: waeup/kofa/applicants/browser.py:149 waeup/kofa/applicants/browser.py:159
    533545msgid "Add applicants container"
    534546msgstr ""
    535547
    536 #: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:138
    537 #: waeup/kofa/applicants/browser.py:254 waeup/kofa/applicants/browser.py:345
     548#: waeup/kofa/applicants/browser.py:82 waeup/kofa/applicants/browser.py:140
     549#: waeup/kofa/applicants/browser.py:251 waeup/kofa/applicants/browser.py:340
    538550#: waeup/kofa/browser/pages.py:1402 waeup/kofa/browser/pages.py:1461
    539551#: waeup/kofa/browser/pages.py:1571 waeup/kofa/browser/pages.py:1657
     
    542554msgstr ""
    543555
    544 #: waeup/kofa/applicants/browser.py:804 waeup/kofa/students/browser.py:90
    545 msgid "The requested form is locked (read-only)."
    546 msgstr ""
    547 
    548 #: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:134
    549 #: waeup/kofa/applicants/browser.py:255 waeup/kofa/applicants/browser.py:341
     556#: waeup/kofa/applicants/browser.py:826 waeup/kofa/students/browser.py:1690
     557msgid "This form cannot be submitted. Wrong state!"
     558msgstr ""
     559
     560#: waeup/kofa/applicants/browser.py:83 waeup/kofa/applicants/browser.py:136
     561#: waeup/kofa/applicants/browser.py:252 waeup/kofa/applicants/browser.py:336
    550562#: waeup/kofa/browser/pages.py:1403 waeup/kofa/browser/pages.py:1457
    551563#: waeup/kofa/browser/pages.py:1572 waeup/kofa/browser/pages.py:1653
     
    554566msgstr ""
    555567
    556 #: waeup/kofa/applicants/browser.py:818
    557 msgid "No passport picture uploaded."
    558 msgstr ""
    559 
    560 #: waeup/kofa/applicants/browser.py:82
     568#: waeup/kofa/applicants/browser.py:831
     569msgid "Form has been submitted."
     570msgstr ""
     571
     572#: waeup/kofa/applicants/browser.py:84
    561573msgid "Applicants Containers"
    562574msgstr ""
    563575
    564 #: waeup/kofa/applicants/browser.py:820
    565 msgid "Passport picture confirmation box not ticked."
    566 msgstr ""
    567 
    568 #: waeup/kofa/applicants/browser.py:857 waeup/kofa/students/browser.py:1625
    569 msgid "This form cannot be submitted. Wrong state!"
    570 msgstr ""
    571 
    572 #: waeup/kofa/applicants/browser.py:862
    573 msgid "Form has been submitted."
    574 msgstr ""
    575 
    576 #. Default: ""
    577 #: waeup/kofa/applicants/browser.py:897
    578 msgid "Register for ${a} Application"
    579 msgstr ""
    580 
    581 #: waeup/kofa/applicants/browser.py:903
     576#. Default: ""
     577#: waeup/kofa/applicants/browser.py:874
     578msgid "Apply for ${a}"
     579msgstr ""
     580
     581#: waeup/kofa/applicants/browser.py:880
    582582msgid "Application has not yet started."
    583583msgstr ""
    584584
    585 #: waeup/kofa/applicants/browser.py:908
     585#: waeup/kofa/applicants/browser.py:885
    586586msgid "Application has ended."
    587587msgstr ""
    588588
     589#: waeup/kofa/applicants/browser.py:894
     590msgid "Get login credentials"
     591msgstr ""
     592
    589593#: waeup/kofa/applicants/browser.py:917
    590 msgid "Get login credentials"
    591 msgstr ""
    592 
    593 #: waeup/kofa/applicants/browser.py:932
     594msgid "An error occurred."
     595msgstr ""
     596
     597#: waeup/kofa/applicants/browser.py:923 waeup/kofa/applicants/browser.py:934
     598msgid "No application record found."
     599msgstr ""
     600
     601#: waeup/kofa/applicants/browser.py:926
     602msgid "Your password has already been set. Please proceed to the login page."
     603msgstr ""
     604
     605#: waeup/kofa/applicants/browser.py:944
    594606msgid "You have successfully been registered for the"
    595607msgstr ""
    596608
    597 #: waeup/kofa/applicants/browser.py:939
     609#: waeup/kofa/applicants/browser.py:951
    598610msgid "Email could not been sent. Please retry later."
    599611msgstr ""
    600612
    601 #: waeup/kofa/applicants/browser.py:948
     613#: waeup/kofa/applicants/browser.py:960
    602614msgid "Your registration was successful."
    603615msgstr ""
    604616
    605 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:18
    606 msgid "Photograph"
    607 msgstr ""
    608 
    609 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:43
     617#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:17
     618msgid "Admitted Course of Study:"
     619msgstr ""
     620
     621#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:19
     622msgid "Passport Photo:"
     623msgstr ""
     624
     625#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:44
    610626msgid "Application Transition:"
    611627msgstr ""
    612628
    613 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:59
     629#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:60
    614630msgid ""
    615631"I confirm that the Passport Photograph uploaded on this form is a true "
     
    617633msgstr ""
    618634
    619 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:74
    620 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     635#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:76
     636#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
    621637msgid "Acceptance Fee Payment Tickets"
    622638msgstr ""
     
    640656msgstr ""
    641657
     658#: waeup/kofa/applicants/browser_templates/applicantregister.pt:22
     659msgid ""
     660"Your application record will be looked up and an email with your login "
     661"credentials will be sent to the address provided."
     662msgstr ""
     663
    642664#: waeup/kofa/applicants/browser_templates/applicantregister.pt:8
    643665msgid "Please solve the captcha<br />to prevent misuse of this service:"
     
    665687msgstr ""
    666688
    667 #: waeup/kofa/applicants/container.py:52
    668 msgid "Basic"
    669 msgstr ""
    670 
    671 #: waeup/kofa/applicants/container.py:55
    672 msgid "handles basic applicants"
    673 msgstr ""
    674 
    675689#: waeup/kofa/applicants/export.py:40
    676690msgid "Basic Applicants Containers"
    677691msgstr ""
    678692
    679 #: waeup/kofa/applicants/interfaces.py:198 waeup/kofa/students/browser.py:718
     693#: waeup/kofa/applicants/interfaces.py:138
     694msgid "Create Application Records"
     695msgstr ""
     696
     697#: waeup/kofa/applicants/interfaces.py:139
     698msgid "Update Application Records"
     699msgstr ""
     700
     701#: waeup/kofa/applicants/interfaces.py:159 waeup/kofa/students/browser.py:773
    680702#: waeup/kofa/university/interfaces.py:38
    681703#: waeup/kofa/university/interfaces.py:66
     
    701723msgstr ""
    702724
    703 #: waeup/kofa/applicants/interfaces.py:205 waeup/kofa/students/browser.py:719
     725#: waeup/kofa/applicants/interfaces.py:165 waeup/kofa/students/browser.py:774
    704726#: waeup/kofa/university/interfaces.py:199
    705727#: waeup/kofa/browser/templates/departmentmanagepage.pt:41
     
    720742msgstr ""
    721743
    722 #: waeup/kofa/applicants/interfaces.py:212
    723 #: waeup/kofa/applicants/interfaces.py:322
     744#: waeup/kofa/applicants/interfaces.py:171
     745#: waeup/kofa/applicants/interfaces.py:275
    724746msgid "Application Target"
    725747msgstr ""
    726748
    727 #: waeup/kofa/applicants/interfaces.py:220
     749#: waeup/kofa/applicants/interfaces.py:178
     750#: waeup/kofa/applicants/interfaces.py:282
     751msgid "Year of Entrance"
     752msgstr ""
     753
     754#: waeup/kofa/applicants/interfaces.py:185
     755msgid "Application Mode"
     756msgstr ""
     757
     758#: waeup/kofa/applicants/interfaces.py:191
    728759msgid "Entry Level"
    729760msgstr ""
    730761
    731 #: waeup/kofa/applicants/interfaces.py:227
    732 #: waeup/kofa/applicants/interfaces.py:330
    733 msgid "Year of Entrance"
    734 msgstr ""
    735 
    736 #: waeup/kofa/applicants/interfaces.py:235
    737 #: waeup/kofa/applicants/interfaces.py:338
    738 msgid "Applicants Container Type"
    739 msgstr ""
    740 
    741 #: waeup/kofa/applicants/interfaces.py:251
     762#: waeup/kofa/applicants/interfaces.py:205
    742763msgid "Category for the grouping of certificates"
    743764msgstr ""
    744765
    745 #: waeup/kofa/applicants/interfaces.py:258
     766#: waeup/kofa/applicants/interfaces.py:211
    746767msgid "Human readable description in reST format"
    747768msgstr ""
    748769
    749 #: waeup/kofa/applicants/interfaces.py:271
     770#: waeup/kofa/applicants/interfaces.py:224
    750771msgid "Application Start Date"
    751772msgstr ""
    752773
    753 #: waeup/kofa/applicants/interfaces.py:277
     774#: waeup/kofa/applicants/interfaces.py:230
    754775msgid "Application Closing Date"
    755776msgstr ""
    756777
    757 #: waeup/kofa/applicants/interfaces.py:283
     778#: waeup/kofa/applicants/interfaces.py:236
    758779msgid "Forbid additions after deadline (enddate)"
    759780msgstr ""
    760781
    761 #: waeup/kofa/applicants/interfaces.py:366
     782#: waeup/kofa/applicants/interfaces.py:315
    762783msgid "Applicant Id"
    763784msgstr ""
    764785
    765 #: waeup/kofa/applicants/interfaces.py:371
    766 msgid "JAMB Registration Number"
    767 msgstr ""
    768 
    769 #: waeup/kofa/applicants/interfaces.py:383
    770 #: waeup/kofa/students/interfaces.py:162
     786#: waeup/kofa/applicants/interfaces.py:320
     787#: waeup/kofa/students/interfaces.py:184 waeup/kofa/students/interfaces.py:271
     788#: waeup/kofa/students/interfaces.py:518
     789msgid "Registration Number"
     790msgstr ""
     791
     792#: waeup/kofa/applicants/interfaces.py:331
     793#: waeup/kofa/applicants/interfaces.py:499
     794#: waeup/kofa/students/interfaces.py:163
    771795msgid "First Name"
    772796msgstr ""
    773797
    774 #: waeup/kofa/applicants/interfaces.py:387
    775 #: waeup/kofa/students/interfaces.py:167
     798#: waeup/kofa/applicants/interfaces.py:335
     799#: waeup/kofa/students/interfaces.py:168
    776800msgid "Middle Name"
    777801msgstr ""
    778802
    779 #: waeup/kofa/applicants/interfaces.py:391
    780 #: waeup/kofa/students/interfaces.py:172
     803#: waeup/kofa/applicants/interfaces.py:339
     804#: waeup/kofa/students/interfaces.py:173
    781805msgid "Last Name (Surname)"
    782806msgstr ""
    783807
    784 #: waeup/kofa/applicants/interfaces.py:395
    785 #: waeup/kofa/students/interfaces.py:218
     808#: waeup/kofa/applicants/interfaces.py:343
     809#: waeup/kofa/students/interfaces.py:219
    786810msgid "Date of Birth"
    787811msgstr ""
    788812
    789 #: waeup/kofa/applicants/interfaces.py:400
    790 msgid "State/LGA"
    791 msgstr ""
    792 
    793 #: waeup/kofa/applicants/interfaces.py:405
    794 #: waeup/kofa/students/interfaces.py:177
     813#: waeup/kofa/applicants/interfaces.py:349
     814#: waeup/kofa/students/interfaces.py:178
    795815msgid "Sex"
    796816msgstr ""
    797817
    798 #: waeup/kofa/applicants/interfaces.py:411 waeup/kofa/interfaces.py:392
    799 #: waeup/kofa/interfaces.py:418 waeup/kofa/students/interfaces.py:504
     818#: waeup/kofa/applicants/interfaces.py:354
     819#: waeup/kofa/applicants/interfaces.py:437
     820#: waeup/kofa/applicants/interfaces.py:504 waeup/kofa/interfaces.py:393
     821#: waeup/kofa/interfaces.py:419 waeup/kofa/students/interfaces.py:524
    800822msgid "Email Address"
    801823msgstr ""
    802824
    803 #: waeup/kofa/applicants/interfaces.py:416 waeup/kofa/interfaces.py:397
    804 #: waeup/kofa/interfaces.py:425 waeup/kofa/students/interfaces.py:208
     825#: waeup/kofa/applicants/interfaces.py:359 waeup/kofa/interfaces.py:398
     826#: waeup/kofa/interfaces.py:426 waeup/kofa/students/interfaces.py:209
    805827msgid "Phone"
    806828msgstr ""
    807829
    808 #: waeup/kofa/applicants/interfaces.py:421
    809 #: waeup/kofa/applicants/interfaces.py:507
     830#: waeup/kofa/applicants/interfaces.py:364
     831#: waeup/kofa/applicants/interfaces.py:442
    810832msgid "1st Choice Course of Study"
    811833msgstr ""
    812834
    813 #: waeup/kofa/applicants/interfaces.py:426
    814 #: waeup/kofa/applicants/interfaces.py:512
     835#: waeup/kofa/applicants/interfaces.py:369
     836#: waeup/kofa/applicants/interfaces.py:447
    815837msgid "2nd Choice Course of Study"
    816838msgstr ""
    817839
    818 #: waeup/kofa/applicants/interfaces.py:431
    819 msgid "School Grades"
    820 msgstr ""
    821 
    822 #: waeup/kofa/applicants/interfaces.py:441
    823 #: waeup/kofa/applicants/interfaces.py:517
     840#: waeup/kofa/applicants/interfaces.py:381
     841#: waeup/kofa/applicants/interfaces.py:468
     842msgid "Notice"
     843msgstr ""
     844
     845#: waeup/kofa/applicants/interfaces.py:385
     846#: waeup/kofa/applicants/interfaces.py:457
     847msgid "Screening Venue"
     848msgstr ""
     849
     850#: waeup/kofa/applicants/interfaces.py:389
     851#: waeup/kofa/applicants/interfaces.py:452
    824852msgid "Screening Score"
    825853msgstr ""
    826854
    827 #: waeup/kofa/applicants/interfaces.py:445
    828 #: waeup/kofa/applicants/interfaces.py:522
    829 msgid "Screening Venue"
    830 msgstr ""
    831 
    832 #: waeup/kofa/applicants/interfaces.py:449
    833 #: waeup/kofa/applicants/interfaces.py:527
     855#: waeup/kofa/applicants/interfaces.py:393
     856#: waeup/kofa/applicants/interfaces.py:462
    834857msgid "Admitted Course of Study"
    835858msgstr ""
    836859
    837 #: waeup/kofa/applicants/interfaces.py:455
    838 #: waeup/kofa/applicants/interfaces.py:534
    839 msgid "Notice"
    840 msgstr ""
    841 
    842 #: waeup/kofa/applicants/interfaces.py:477
    843 #: waeup/kofa/students/interfaces.py:157
     860#: waeup/kofa/applicants/interfaces.py:398
     861#: waeup/kofa/students/interfaces.py:158
    844862#: waeup/kofa/browser/templates/showstudentspage.pt:4
    845863#: waeup/kofa/students/browser_templates/containerpage.pt:29
     
    848866msgstr ""
    849867
    850 #: waeup/kofa/applicants/interfaces.py:482
     868#: waeup/kofa/applicants/interfaces.py:403
    851869msgid "Form locked"
    852870msgstr ""
    853871
    854 #: waeup/kofa/applicants/interfaces.py:561
    855 #: waeup/kofa/students/interfaces.py:484
     872#: waeup/kofa/applicants/interfaces.py:514
     873#: waeup/kofa/students/interfaces.py:504
    856874msgid "Payment Session"
    857875msgstr ""
    858876
    859 #: waeup/kofa/applicants/pdf.py:110
    860 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
    861 #: waeup/kofa/students/browser_templates/studycoursepage.pt:28
    862 msgid "Department:"
    863 msgstr ""
    864 
    865 #: waeup/kofa/applicants/pdf.py:121
    866 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
    867 #: waeup/kofa/students/browser_templates/studycoursepage.pt:39
    868 msgid "Faculty:"
    869 msgstr ""
    870 
    871 #: waeup/kofa/applicants/pdf.py:186
    872 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:26
    873 msgid "Admitted Course of Study:"
    874 msgstr ""
    875 
    876 #. Default: ""
    877 #: waeup/kofa/applicants/pdf.py:204
     877#: waeup/kofa/applicants/pdf.py:50
     878msgid "Application Record"
     879msgstr ""
     880
     881#. Default: ""
     882#: waeup/kofa/applicants/pdf.py:84
    878883msgid ""
    879 "<font size=10>Proceed to the login page of the portal and enter your new "
    880 "credentials: user name= ${a}, password = ${b}.</font>"
    881 msgstr ""
    882 
    883 #: waeup/kofa/applicants/pdf.py:210
    884 msgid "<font size=10>Change your password when you have  logged in.</font>"
    885 msgstr ""
    886 
    887 #: waeup/kofa/applicants/pdf.py:57
    888 msgid "Application Record"
     884"Proceed to the login page of the portal and enter your new credentials: user "
     885"name= ${a}, password = ${b}."
     886msgstr ""
     887
     888#: waeup/kofa/applicants/pdf.py:91
     889msgid "Change your password when you have logged in."
     890msgstr ""
     891
     892#: waeup/kofa/applicants/utils.py:35
     893msgid "Desired Study Courses"
     894msgstr ""
     895
     896#: waeup/kofa/applicants/utils.py:36
     897msgid "Process Data"
    889898msgstr ""
    890899
     
    910919
    911920#: waeup/kofa/applicants/viewlets.py:151 waeup/kofa/applicants/workflow.py:99
    912 #: waeup/kofa/students/browser.py:256
     921#: waeup/kofa/students/browser.py:268
    913922msgid "Create student record"
    914923msgstr ""
    915924
    916 #: waeup/kofa/applicants/viewlets.py:168 waeup/kofa/students/viewlets.py:300
     925#: waeup/kofa/applicants/viewlets.py:168 waeup/kofa/students/viewlets.py:321
    917926msgid "Download payment receipt"
    918927msgstr ""
    919928
    920 #: waeup/kofa/applicants/viewlets.py:183 waeup/kofa/students/viewlets.py:315
     929#: waeup/kofa/applicants/viewlets.py:183 waeup/kofa/students/viewlets.py:336
    921930msgid "Request callback"
    922931msgstr ""
     
    926935msgstr ""
    927936
    928 #: waeup/kofa/applicants/viewlets.py:73 waeup/kofa/students/viewlets.py:512
     937#: waeup/kofa/applicants/viewlets.py:73 waeup/kofa/students/viewlets.py:535
    929938msgid "My Data"
    930939msgstr ""
    931940
    932 #: waeup/kofa/applicants/workflow.py:100 waeup/kofa/students/batching.py:141
     941#: waeup/kofa/applicants/workflow.py:100 waeup/kofa/students/batching.py:142
    933942#: waeup/kofa/students/workflow.py:25
    934943msgid "Student record created"
     
    962971msgstr ""
    963972
    964 #: waeup/kofa/applicants/workflow.py:41 waeup/kofa/interfaces.py:72
     973#: waeup/kofa/applicants/workflow.py:41 waeup/kofa/interfaces.py:73
    965974msgid "admitted"
    966975msgstr ""
     
    970979msgstr ""
    971980
    972 #: waeup/kofa/applicants/workflow.py:43 waeup/kofa/interfaces.py:71
     981#: waeup/kofa/applicants/workflow.py:43 waeup/kofa/interfaces.py:72
    973982msgid "created"
    974983msgstr ""
     
    10301039msgstr ""
    10311040
    1032 #: waeup/kofa/browser/breadcrumbs.py:123 waeup/kofa/browser/pages.py:312
     1041#: waeup/kofa/browser/breadcrumbs.py:123 waeup/kofa/browser/pages.py:311
    10331042msgid "Administration"
    10341043msgstr ""
     
    10391048msgstr ""
    10401049
    1041 #: waeup/kofa/browser/breadcrumbs.py:148 waeup/kofa/browser/pages.py:389
     1050#: waeup/kofa/browser/breadcrumbs.py:148 waeup/kofa/browser/pages.py:388
    10421051#: waeup/kofa/browser/viewlets.py:375 waeup/kofa/browser/viewlets.py:685
    10431052msgid "Portal Users"
     
    10591068
    10601069#. Default: ""
    1061 #: waeup/kofa/browser/pages.py:106
     1070#: waeup/kofa/browser/pages.py:105
    10621071msgid "Local role successfully removed: ${a}"
    10631072msgstr ""
     
    10971106msgstr ""
    10981107
     1108#: waeup/kofa/browser/pages.py:115 waeup/kofa/hostels/browser.py:256
     1109#: waeup/kofa/hostels/browser.py:286 waeup/kofa/students/browser.py:240
     1110msgid "No item selected."
     1111msgstr ""
     1112
    10991113#: waeup/kofa/browser/pages.py:1155
    11001114msgid "Log files can only be searched on Unix-based operating systems."
    1101 msgstr ""
    1102 
    1103 #: waeup/kofa/browser/pages.py:116 waeup/kofa/hostels/browser.py:256
    1104 #: waeup/kofa/hostels/browser.py:286 waeup/kofa/students/browser.py:228
    1105 msgid "No item selected."
    11061115msgstr ""
    11071116
     
    11851194
    11861195#: waeup/kofa/browser/pages.py:1532 waeup/kofa/browser/pages.py:1551
    1187 #: waeup/kofa/students/browser.py:98 waeup/kofa/students/export.py:22
    1188 #: waeup/kofa/students/viewlets.py:472
     1196#: waeup/kofa/students/browser.py:100 waeup/kofa/students/export.py:40
     1197#: waeup/kofa/students/viewlets.py:495
    11891198msgid "Students"
    11901199msgstr ""
    11911200
    1192 #: waeup/kofa/browser/pages.py:155 waeup/kofa/browser/viewlets.py:322
    1193 #: waeup/kofa/browser/templates/staffsitelayout.pt:28
    1194 #: waeup/kofa/browser/templates/studentsitelayout.pt:33
     1201#: waeup/kofa/browser/pages.py:154 waeup/kofa/browser/viewlets.py:322
     1202#: waeup/kofa/browser/templates/staffsitelayout.pt:27
     1203#: waeup/kofa/browser/templates/studentsitelayout.pt:32
    11951204msgid "Login"
    11961205msgstr ""
     
    12181227msgstr ""
    12191228
    1220 #: waeup/kofa/browser/pages.py:163
     1229#: waeup/kofa/browser/pages.py:162
    12211230msgid "You logged in."
    12221231msgstr ""
     
    12441253msgstr ""
    12451254
     1255#: waeup/kofa/browser/pages.py:180
     1256msgid "You entered wrong credentials."
     1257msgstr ""
     1258
    12461259#: waeup/kofa/browser/pages.py:1808
    12471260msgid "Edit certificate"
    1248 msgstr ""
    1249 
    1250 #: waeup/kofa/browser/pages.py:181
    1251 msgid "You entered wrong credentials."
    12521261msgstr ""
    12531262
     
    12821291msgstr ""
    12831292
    1284 #: waeup/kofa/browser/pages.py:195
     1293#: waeup/kofa/browser/pages.py:194
    12851294msgid "You have been logged out. Thanks for using WAeUP Kofa!"
    12861295msgstr ""
    12871296
    12881297#. Default: ""
    1289 #: waeup/kofa/browser/pages.py:231
     1298#: waeup/kofa/browser/pages.py:230
    12901299msgid "Contact ${a}"
    12911300msgstr ""
    12921301
    1293 #: waeup/kofa/browser/pages.py:237 waeup/kofa/browser/pages.py:523
     1302#: waeup/kofa/browser/pages.py:236 waeup/kofa/browser/pages.py:523
    12941303msgid "Send message now"
    12951304msgstr ""
    12961305
    1297 #: waeup/kofa/browser/pages.py:256 waeup/kofa/browser/pages.py:275
    1298 #: waeup/kofa/browser/pages.py:540 waeup/kofa/students/browser.py:318
     1306#: waeup/kofa/browser/pages.py:255 waeup/kofa/browser/pages.py:274
     1307#: waeup/kofa/browser/pages.py:540 waeup/kofa/students/browser.py:330
    12991308msgid "Your message has been sent."
    13001309msgstr ""
    13011310
    1302 #: waeup/kofa/browser/pages.py:266
     1311#: waeup/kofa/browser/pages.py:265
    13031312msgid "Send now"
    13041313msgstr ""
    13051314
    1306 #: waeup/kofa/browser/pages.py:277
     1315#: waeup/kofa/browser/pages.py:276
    13071316msgid "A smtp server error occurred."
    13081317msgstr ""
    13091318
    1310 #: waeup/kofa/browser/pages.py:302
     1319#: waeup/kofa/browser/pages.py:301
    13111320msgid "<h1>Welcome to WAeUP.Kofa</h1>"
    13121321msgstr ""
    13131322
    1314 #: waeup/kofa/browser/pages.py:390 waeup/kofa/hostels/browser.py:195
    1315 #: waeup/kofa/students/viewlets.py:163 waeup/kofa/students/viewlets.py:171
    1316 #: waeup/kofa/students/viewlets.py:226 waeup/kofa/students/viewlets.py:243
    1317 #: waeup/kofa/students/viewlets.py:283
     1323#: waeup/kofa/browser/pages.py:389 waeup/kofa/hostels/browser.py:195
     1324#: waeup/kofa/students/viewlets.py:166 waeup/kofa/students/viewlets.py:174
     1325#: waeup/kofa/students/viewlets.py:247 waeup/kofa/students/viewlets.py:255
     1326#: waeup/kofa/students/viewlets.py:304
    13181327msgid "Manage"
    13191328msgstr ""
    13201329
    1321 #: waeup/kofa/browser/pages.py:391 waeup/kofa/browser/viewlets.py:180
     1330#: waeup/kofa/browser/pages.py:390 waeup/kofa/browser/viewlets.py:180
    13221331msgid "Remove"
    13231332msgstr ""
     
    13281337msgstr ""
    13291338
    1330 #: waeup/kofa/browser/pages.py:430 waeup/kofa/browser/pages.py:432
     1339#: waeup/kofa/browser/pages.py:431 waeup/kofa/browser/pages.py:433
    13311340#: waeup/kofa/browser/viewlets.py:515
    13321341msgid "Add user"
     
    13341343
    13351344#. Default: ""
    1336 #: waeup/kofa/browser/pages.py:454
     1345#: waeup/kofa/browser/pages.py:455
    13371346msgid "User account ${a} successfully added."
    13381347msgstr ""
     
    13481357
    13491358#. Default: ""
    1350 #: waeup/kofa/browser/pages.py:521 waeup/kofa/students/browser.py:299
     1359#: waeup/kofa/browser/pages.py:521 waeup/kofa/students/browser.py:311
    13511360msgid "Send message to ${a}"
    13521361msgstr ""
     
    14331442msgstr ""
    14341443
    1435 #: waeup/kofa/browser/pages.py:86
     1444#: waeup/kofa/browser/pages.py:85
    14361445msgid "No local role selected."
    14371446msgstr ""
     
    14631472#: waeup/kofa/browser/pages.py:963
    14641473msgid "Perform import"
     1474msgstr ""
     1475
     1476#. Default: ""
     1477#: waeup/kofa/browser/pdf.py:127
     1478msgid "${footer_text} Page ${num1} of ${num2}"
     1479msgstr ""
     1480
     1481#. Default: ""
     1482#: waeup/kofa/browser/pdf.py:336
     1483msgid "Date: ${a}"
    14651484msgstr ""
    14661485
     
    16441663#: waeup/kofa/browser/templates/datacenterpage.pt:16
    16451664msgid "Upload Date"
     1665msgstr ""
     1666
     1667#: waeup/kofa/browser/templates/default_waeup_display_form.pt:6
     1668msgid "Uploaded Files"
    16461669msgstr ""
    16471670
     
    16831706
    16841707#: waeup/kofa/browser/templates/facultypage.pt:1
    1685 #: waeup/kofa/hostels/browser_templates/containerpage.pt:1
    1686 msgid "There no subobjects registered yet."
     1708msgid "There are no subobjects registered yet."
     1709msgstr ""
     1710
     1711#: waeup/kofa/browser/templates/fileupload.pt:26
     1712#: waeup/kofa/students/browser_templates/imageupload.pt:20
     1713#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:26
     1714msgid "Max. file size:"
    16871715msgstr ""
    16881716
    16891717#: waeup/kofa/browser/templates/loginpage.pt:13
    1690 #: waeup/kofa/browser/templates/usereditformpage.pt:8
     1718#: waeup/kofa/browser/templates/usereditformpage.pt:9
    16911719#: waeup/kofa/students/browser_templates/basepage.pt:14
    1692 #: waeup/kofa/students/browser_templates/basemanagepage.pt:17
     1720#: waeup/kofa/students/browser_templates/basemanagepage.pt:18
    16931721#: waeup/kofa/students/browser_templates/change_password.pt:10
    1694 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:31
    1695 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
     1722#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:32
     1723#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:25
    16961724msgid "Password:"
    16971725msgstr ""
     
    17111739msgstr ""
    17121740
    1713 #. Default: "Or simply forgot your student id or password? Then request a new password <strong><a href=\"changepw\"> here</a></strong>."
     1741#. Default: "Or simply forgot your student id, application id or password? Then request a new password <strong><a href=\"sendpw\"> here</a></strong>."
    17141742#: waeup/kofa/browser/templates/loginpage.pt:44
    17151743msgid "login_trouble3"
     
    17621790msgstr ""
    17631791
    1764 #: waeup/kofa/browser/templates/staffsitelayout.pt:101
    1765 #: waeup/kofa/browser/templates/studentsitelayout.pt:86
     1792#: waeup/kofa/browser/templates/staffsitelayout.pt:102
     1793#: waeup/kofa/browser/templates/studentsitelayout.pt:87
    17661794msgid "Form Status:"
    17671795msgstr ""
    17681796
    1769 #: waeup/kofa/browser/templates/staffsitelayout.pt:114
    1770 #: waeup/kofa/browser/templates/studentsitelayout.pt:100
     1797#: waeup/kofa/browser/templates/staffsitelayout.pt:115
     1798#: waeup/kofa/browser/templates/studentsitelayout.pt:101
    17711799msgid "Back to top"
    17721800msgstr ""
    17731801
    1774 #: waeup/kofa/browser/templates/staffsitelayout.pt:116
    1775 #: waeup/kofa/browser/templates/studentsitelayout.pt:102
     1802#: waeup/kofa/browser/templates/staffsitelayout.pt:117
     1803#: waeup/kofa/browser/templates/studentsitelayout.pt:103
    17761804msgid "Kofa - Student Management System"
    17771805msgstr ""
    17781806
    1779 #: waeup/kofa/browser/templates/staffsitelayout.pt:119
    1780 #: waeup/kofa/browser/templates/studentsitelayout.pt:105
     1807#: waeup/kofa/browser/templates/staffsitelayout.pt:120
     1808#: waeup/kofa/browser/templates/studentsitelayout.pt:106
    17811809msgid "Copyright &copy; WAeUP Group 2008-2012"
    17821810msgstr ""
    17831811
    1784 #: waeup/kofa/browser/templates/staffsitelayout.pt:34
    1785 #: waeup/kofa/browser/templates/studentsitelayout.pt:39
     1812#: waeup/kofa/browser/templates/staffsitelayout.pt:33
     1813#: waeup/kofa/browser/templates/studentsitelayout.pt:38
    17861814msgid "Contact"
    17871815msgstr ""
    17881816
    1789 #: waeup/kofa/browser/templates/staffsitelayout.pt:40
    1790 #: waeup/kofa/browser/templates/studentsitelayout.pt:45
     1817#: waeup/kofa/browser/templates/staffsitelayout.pt:39
     1818#: waeup/kofa/browser/templates/studentsitelayout.pt:44
    17911819msgid "Logout"
    17921820msgstr ""
    17931821
    1794 #: waeup/kofa/browser/templates/staffsitelayout.pt:60
     1822#: waeup/kofa/browser/templates/staffsitelayout.pt:61
    17951823msgid "Student Id:"
    17961824msgstr ""
    17971825
    1798 #: waeup/kofa/browser/templates/staffsitelayout.pt:64
     1826#: waeup/kofa/browser/templates/staffsitelayout.pt:65
    17991827msgid "State:"
    18001828msgstr ""
    18011829
    1802 #: waeup/kofa/browser/templates/usereditformpage.pt:14
    1803 #: waeup/kofa/students/browser_templates/basemanagepage.pt:23
     1830#: waeup/kofa/browser/templates/usereditformpage.pt:15
     1831#: waeup/kofa/students/browser_templates/basemanagepage.pt:24
    18041832#: waeup/kofa/students/browser_templates/change_password.pt:16
    1805 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:37
     1833#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:38
    18061834msgid "Retype password:"
    18071835msgstr ""
     
    18151843msgstr ""
    18161844
    1817 #: waeup/kofa/browser/viewlets.py:383 waeup/kofa/students/viewlets.py:155
     1845#: waeup/kofa/browser/viewlets.py:383 waeup/kofa/students/viewlets.py:158
    18181846msgid "Send email"
    18191847msgstr ""
     
    18321860
    18331861#: waeup/kofa/browser/viewlets.py:528 waeup/kofa/browser/viewlets.py:536
    1834 msgid "Show batch logs"
     1862msgid "Show logs"
    18351863msgstr ""
    18361864
     
    18521880
    18531881#: waeup/kofa/browser/viewlets.py:91 waeup/kofa/browser/viewlets.py:160
    1854 #: waeup/kofa/students/viewlets.py:218 waeup/kofa/students/viewlets.py:356
    1855 #: waeup/kofa/students/viewlets.py:403
     1882#: waeup/kofa/students/viewlets.py:239 waeup/kofa/students/viewlets.py:379
     1883#: waeup/kofa/students/viewlets.py:426
    18561884msgid "Edit"
    18571885msgstr ""
     
    19281956#: waeup/kofa/hostels/browser.py:95
    19291957msgid "Block ${a}, Room ${b}, Bed ${c}"
     1958msgstr ""
     1959
     1960#: waeup/kofa/hostels/browser_templates/containerpage.pt:1
     1961msgid "There no subobjects registered yet."
    19301962msgstr ""
    19311963
     
    19521984msgstr ""
    19531985
    1954 #: waeup/kofa/hostels/hostel.py:180
     1986#: waeup/kofa/hostels/hostel.py:185
    19551987msgid "unreserved"
    19561988msgstr ""
    19571989
    1958 #: waeup/kofa/hostels/hostel.py:187
     1990#: waeup/kofa/hostels/hostel.py:192
    19591991msgid "reserved"
    19601992msgstr ""
     
    19882020msgstr ""
    19892021
    1990 #: waeup/kofa/hostels/interfaces.py:175 waeup/kofa/students/interfaces.py:445
     2022#: waeup/kofa/hostels/interfaces.py:175 waeup/kofa/students/interfaces.py:465
    19912023msgid "Bed Type"
    19922024msgstr ""
     
    21442176msgstr ""
    21452177
    2146 #: waeup/kofa/interfaces.py:185
     2178#: waeup/kofa/interfaces.py:186
    21472179msgid "Subject"
    21482180msgstr ""
    21492181
    2150 #: waeup/kofa/interfaces.py:189
     2182#: waeup/kofa/interfaces.py:190
    21512183msgid "Grade"
    21522184msgstr ""
    21532185
    2154 #: waeup/kofa/interfaces.py:323
     2186#: waeup/kofa/interfaces.py:324
    21552187msgid "Processor name"
    21562188msgstr ""
    21572189
    2158 #: waeup/kofa/interfaces.py:327
    2159 msgid "Import mode"
    2160 msgstr ""
    2161 
    2162 #: waeup/kofa/interfaces.py:352
     2190#: waeup/kofa/interfaces.py:328
     2191msgid "Import Mode"
     2192msgstr ""
     2193
     2194#: waeup/kofa/interfaces.py:353
    21632195msgid "Email Address:"
    21642196msgstr ""
    21652197
    2166 #: waeup/kofa/interfaces.py:359
     2198#: waeup/kofa/interfaces.py:360
    21672199msgid "Email to:"
    21682200msgstr ""
    21692201
    2170 #: waeup/kofa/interfaces.py:366
     2202#: waeup/kofa/interfaces.py:367
    21712203msgid "Subject:"
    21722204msgstr ""
    21732205
    2174 #: waeup/kofa/interfaces.py:370
     2206#: waeup/kofa/interfaces.py:371
    21752207msgid "Full Name:"
    21762208msgstr ""
    21772209
    2178 #: waeup/kofa/interfaces.py:374
     2210#: waeup/kofa/interfaces.py:375
    21792211msgid "Text:"
    21802212msgstr ""
    21812213
    2182 #: waeup/kofa/interfaces.py:405
     2214#: waeup/kofa/interfaces.py:406
    21832215#: waeup/kofa/browser/templates/departmentmanagepage.pt:97
    21842216#: waeup/kofa/browser/templates/userscontainerpage.pt:4
     
    21902222msgstr ""
    21912223
    2192 #: waeup/kofa/interfaces.py:410
     2224#: waeup/kofa/interfaces.py:411
    21932225#: waeup/kofa/students/browser_templates/containerpage.pt:33
    21942226#: waeup/kofa/students/browser_templates/containermanagepage.pt:39
     
    21972229msgstr ""
    21982230
    2199 #: waeup/kofa/interfaces.py:414
     2231#: waeup/kofa/interfaces.py:415
    22002232msgid "Description/Notice"
    22012233msgstr ""
    22022234
    2203 #: waeup/kofa/interfaces.py:431
     2235#: waeup/kofa/interfaces.py:432
    22042236msgid "Portal roles"
    22052237msgstr ""
    22062238
    2207 #: waeup/kofa/interfaces.py:474
     2239#: waeup/kofa/interfaces.py:477
    22082240msgid "Name of University"
    22092241msgstr ""
    22102242
    2211 #: waeup/kofa/interfaces.py:475
     2243#: waeup/kofa/interfaces.py:478
    22122244msgid "Sample University"
    22132245msgstr ""
    22142246
    2215 #: waeup/kofa/interfaces.py:480
     2247#: waeup/kofa/interfaces.py:483
    22162248msgid "Abbreviated Title of University"
    22172249msgstr ""
    22182250
    2219 #: waeup/kofa/interfaces.py:486
     2251#: waeup/kofa/interfaces.py:489
    22202252msgid "Skin"
    22212253msgstr ""
    22222254
    2223 #: waeup/kofa/interfaces.py:493
     2255#: waeup/kofa/interfaces.py:496
    22242256msgid "Content in reST format"
    22252257msgstr ""
    22262258
    2227 #: waeup/kofa/interfaces.py:505
     2259#: waeup/kofa/interfaces.py:508
    22282260msgid "Accommodation Booking Session"
    22292261msgstr ""
    22302262
    2231 #: waeup/kofa/interfaces.py:513
     2263#: waeup/kofa/interfaces.py:516
    22322264msgid "Allowed States for Accommodation Booking"
    22332265msgstr ""
    22342266
    2235 #: waeup/kofa/interfaces.py:521
     2267#: waeup/kofa/interfaces.py:524
    22362268msgid "Name of Administrator"
    22372269msgstr ""
    22382270
    2239 #: waeup/kofa/interfaces.py:527
     2271#: waeup/kofa/interfaces.py:530
    22402272msgid "Email Address of Administrator"
    22412273msgstr ""
    22422274
    2243 #: waeup/kofa/interfaces.py:534
     2275#: waeup/kofa/interfaces.py:537
    22442276msgid "Subject of Email to Administrator"
    22452277msgstr ""
    22462278
    2247 #: waeup/kofa/interfaces.py:535
     2279#: waeup/kofa/interfaces.py:538
    22482280msgid "Kofa Contact"
    22492281msgstr ""
    22502282
    2251 #: waeup/kofa/interfaces.py:540
     2283#: waeup/kofa/interfaces.py:543
    22522284msgid "SMTP mailer to use when sending mail"
    22532285msgstr ""
    22542286
    2255 #: waeup/kofa/interfaces.py:547
     2287#: waeup/kofa/interfaces.py:550
    22562288msgid "Captcha used for public registration pages"
    22572289msgstr ""
    22582290
    2259 #: waeup/kofa/interfaces.py:554
     2291#: waeup/kofa/interfaces.py:557
    22602292msgid "Carry-over Course Registration"
    22612293msgstr ""
    22622294
    2263 #: waeup/kofa/interfaces.py:563 waeup/kofa/interfaces.py:621
     2295#: waeup/kofa/interfaces.py:566 waeup/kofa/interfaces.py:624
    22642296msgid "Academic Session"
    22652297msgstr ""
    22662298
    2267 #: waeup/kofa/interfaces.py:571 waeup/kofa/payments/interfaces.py:30
     2299#: waeup/kofa/interfaces.py:574 waeup/kofa/payments/interfaces.py:30
    22682300msgid "School Fee"
    22692301msgstr ""
    22702302
    2271 #: waeup/kofa/interfaces.py:576
     2303#: waeup/kofa/interfaces.py:579
    22722304msgid "Surcharge Portal Provider"
    22732305msgstr ""
    22742306
    2275 #: waeup/kofa/interfaces.py:582
     2307#: waeup/kofa/interfaces.py:585
    22762308msgid "Surcharge Payment Gateway Provider"
    22772309msgstr ""
    22782310
    2279 #: waeup/kofa/interfaces.py:588 waeup/kofa/payments/interfaces.py:120
     2311#: waeup/kofa/interfaces.py:591 waeup/kofa/payments/interfaces.py:120
    22802312msgid "Surcharge 3"
    22812313msgstr ""
    22822314
    2283 #: waeup/kofa/interfaces.py:594
     2315#: waeup/kofa/interfaces.py:597
    22842316msgid "Clearance Fee"
    22852317msgstr ""
    22862318
    2287 #: waeup/kofa/interfaces.py:600
     2319#: waeup/kofa/interfaces.py:603
    22882320msgid "Booking Fee"
    22892321msgstr ""
    22902322
    2291 #: waeup/kofa/interfaces.py:606 waeup/kofa/payments/interfaces.py:36
     2323#: waeup/kofa/interfaces.py:609 waeup/kofa/payments/interfaces.py:36
    22922324msgid "Acceptance Fee"
    22932325msgstr ""
    22942326
    2295 #: waeup/kofa/interfaces.py:73
     2327#: waeup/kofa/interfaces.py:74
    22962328msgid "clearance started"
    22972329msgstr ""
    22982330
    2299 #: waeup/kofa/interfaces.py:74
     2331#: waeup/kofa/interfaces.py:75
    23002332msgid "clearance requested"
    23012333msgstr ""
    23022334
    2303 #: waeup/kofa/interfaces.py:75
     2335#: waeup/kofa/interfaces.py:76
    23042336msgid "cleared"
    23052337msgstr ""
    23062338
    2307 #: waeup/kofa/interfaces.py:76
     2339#: waeup/kofa/interfaces.py:77
    23082340msgid "school fee paid"
    23092341msgstr ""
    23102342
    2311 #: waeup/kofa/interfaces.py:77
     2343#: waeup/kofa/interfaces.py:78
    23122344msgid "returning"
    23132345msgstr ""
    23142346
    2315 #: waeup/kofa/interfaces.py:78
     2347#: waeup/kofa/interfaces.py:79
    23162348msgid "courses registered"
    23172349msgstr ""
    23182350
    2319 #: waeup/kofa/interfaces.py:79
     2351#: waeup/kofa/interfaces.py:80
    23202352msgid "courses validated"
    23212353msgstr ""
    23222354
    2323 #: waeup/kofa/objecthistory.py:71
     2355#: waeup/kofa/objecthistory.py:72
    23242356msgid "by"
    23252357msgstr ""
     
    24072439#: waeup/kofa/payments/interfaces.py:76
    24082440#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:10
    2409 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
    2410 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:51
     2441#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
     2442#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:42
    24112443msgid "Payment Date"
    24122444msgstr ""
     
    24212453
    24222454#. Default: ""
    2423 #: waeup/kofa/students/batching.py:165
     2455#: waeup/kofa/students/batching.py:166
    24242456msgid "State '${a}' set"
    24252457msgstr ""
    24262458
    2427 #: waeup/kofa/students/browser.py:1000
     2459#. Default: ""
     2460#: waeup/kofa/students/browser.py:1009
     2461msgid "${a}: Payments"
     2462msgstr ""
     2463
     2464#: waeup/kofa/students/browser.py:1054
     2465msgid "Add online payment"
     2466msgstr ""
     2467
     2468#: waeup/kofa/students/browser.py:1057
    24282469msgid "Create ticket"
    24292470msgstr ""
    24302471
    2431 #: waeup/kofa/students/browser.py:1008 waeup/kofa/students/browser.py:1230
     2472#: waeup/kofa/students/browser.py:1065 waeup/kofa/students/browser.py:1292
    24322473msgid "Your current session does not match accommodation session."
    24332474msgstr ""
    24342475
    2435 #: waeup/kofa/students/browser.py:1077
     2476#: waeup/kofa/students/browser.py:1075
     2477msgid "Study course data are incomplete."
     2478msgstr ""
     2479
     2480#: waeup/kofa/students/browser.py:1139
    24362481msgid "This ticket has already been paid."
    24372482msgstr ""
    24382483
    24392484#. Default: ""
    2440 #: waeup/kofa/students/browser.py:1090 waeup/kofa/students/browser.py:1098
    2441 #: waeup/kofa/students/browser.py:1106
     2485#: waeup/kofa/students/browser.py:1152 waeup/kofa/students/browser.py:1160
     2486#: waeup/kofa/students/browser.py:1168
    24422487msgid "Valid callback received. ${a}"
    24432488msgstr ""
    24442489
    2445 #. Default: ""
    2446 #: waeup/kofa/students/browser.py:1160
     2490#: waeup/kofa/students/browser.py:121 waeup/kofa/students/viewlets.py:117
     2491#: waeup/kofa/students/viewlets.py:557
     2492msgid "Study Course"
     2493msgstr ""
     2494
     2495#. Default: ""
     2496#: waeup/kofa/students/browser.py:1222
    24472497msgid "${a}: Accommodation"
    24482498msgstr ""
    24492499
    2450 #: waeup/kofa/students/browser.py:1172
     2500#: waeup/kofa/students/browser.py:1234
    24512501msgid "You are not allowed to remove bed tickets."
    24522502msgstr ""
    24532503
    2454 #: waeup/kofa/students/browser.py:1179
     2504#: waeup/kofa/students/browser.py:1241
    24552505msgid "No bed ticket selected."
    24562506msgstr ""
    24572507
    2458 #: waeup/kofa/students/browser.py:119 waeup/kofa/students/viewlets.py:114
    2459 #: waeup/kofa/students/viewlets.py:534
    2460 msgid "Study Course"
    2461 msgstr ""
    2462 
    2463 #: waeup/kofa/students/browser.py:1210
     2508#: waeup/kofa/students/browser.py:127 waeup/kofa/students/viewlets.py:123
     2509#: waeup/kofa/students/viewlets.py:558
     2510msgid "Payments"
     2511msgstr ""
     2512
     2513#: waeup/kofa/students/browser.py:1272
    24642514msgid "Add bed ticket"
    24652515msgstr ""
    24662516
    2467 #: waeup/kofa/students/browser.py:1212
     2517#: waeup/kofa/students/browser.py:1274
    24682518msgid "Create bed ticket"
    24692519msgstr ""
    24702520
    2471 #: waeup/kofa/students/browser.py:1220
     2521#: waeup/kofa/students/browser.py:1282
    24722522msgid "Your data are incomplete."
    24732523msgstr ""
    24742524
    2475 #: waeup/kofa/students/browser.py:1224
     2525#: waeup/kofa/students/browser.py:1286
    24762526msgid "You are in the wrong registration state."
    24772527msgstr ""
    24782528
    2479 #: waeup/kofa/students/browser.py:1235
     2529#: waeup/kofa/students/browser.py:1297
    24802530msgid "You already booked a bed space in current accommodation session."
    24812531msgstr ""
    24822532
    2483 #: waeup/kofa/students/browser.py:1246 waeup/kofa/students/browser.py:1543
    2484 #: waeup/kofa/students/browser.py:1656
     2533#: waeup/kofa/students/browser.py:1308 waeup/kofa/students/browser.py:1602
     2534#: waeup/kofa/students/browser.py:1721
    24852535msgid "Activation code is invalid."
    24862536msgstr ""
    24872537
    2488 #: waeup/kofa/students/browser.py:125 waeup/kofa/students/viewlets.py:120
    2489 #: waeup/kofa/students/viewlets.py:535
    2490 msgid "Payments"
    2491 msgstr ""
    2492 
    2493 #. Default: ""
    2494 #: waeup/kofa/students/browser.py:1266 waeup/kofa/students/browser.py:1394
     2538#. Default: ""
     2539#: waeup/kofa/students/browser.py:1328 waeup/kofa/students/browser.py:1454
    24952540msgid "There is no free bed in your category ${a}."
    24962541msgstr ""
    24972542
    2498 #: waeup/kofa/students/browser.py:1271 waeup/kofa/students/browser.py:1548
    2499 #: waeup/kofa/students/browser.py:1661
     2543#: waeup/kofa/students/browser.py:1333 waeup/kofa/students/browser.py:1607
     2544#: waeup/kofa/students/browser.py:1726
    25002545msgid "Activation code has already been used."
    25012546msgstr ""
    25022547
    2503 #: waeup/kofa/students/browser.py:1274 waeup/kofa/students/browser.py:1551
    2504 #: waeup/kofa/students/browser.py:1664 waeup/kofa/students/browser.py:1923
     2548#: waeup/kofa/students/browser.py:1336 waeup/kofa/students/browser.py:1610
     2549#: waeup/kofa/students/browser.py:1729 waeup/kofa/students/browser.py:1997
    25052550msgid "invalidated"
    25062551msgstr ""
    25072552
    2508 #: waeup/kofa/students/browser.py:1279 waeup/kofa/students/browser.py:1555
    2509 #: waeup/kofa/students/browser.py:1669
     2553#: waeup/kofa/students/browser.py:1341 waeup/kofa/students/browser.py:1614
     2554#: waeup/kofa/students/browser.py:1734
    25102555msgid "You are not the owner of this access code."
    25112556msgstr ""
    25122557
    25132558#. Default: ""
    2514 #: waeup/kofa/students/browser.py:1290 waeup/kofa/students/browser.py:1408
     2559#: waeup/kofa/students/browser.py:1352 waeup/kofa/students/browser.py:1468
    25152560msgid "${a}, Block ${b}, Room ${c}, Bed ${d} (${e})"
    25162561msgstr ""
    25172562
    25182563#. Default: ""
    2519 #: waeup/kofa/students/browser.py:1299
     2564#: waeup/kofa/students/browser.py:1361
    25202565msgid "Bed ticket created and bed booked: ${a}"
    25212566msgstr ""
    25222567
    25232568#. Default: ""
    2524 #: waeup/kofa/students/browser.py:1317
     2569#: waeup/kofa/students/browser.py:1377
    25252570msgid "Bed Ticket for Session ${a}"
    25262571msgstr ""
    25272572
    2528 #: waeup/kofa/students/browser.py:1333
     2573#: waeup/kofa/students/browser.py:1393
    25292574msgid "Bed Allocation Data"
    25302575msgstr ""
    25312576
    2532 #: waeup/kofa/students/browser.py:1339
     2577#: waeup/kofa/students/browser.py:1399
    25332578msgid "Bed Allocation: "
    25342579msgstr ""
    25352580
    2536 #: waeup/kofa/students/browser.py:1366
     2581#: waeup/kofa/students/browser.py:142 waeup/kofa/students/viewlets.py:129
     2582msgid "Accommodation"
     2583msgstr ""
     2584
     2585#: waeup/kofa/students/browser.py:1426
    25372586msgid "Students in reserved beds can't be relocated."
    25382587msgstr ""
    25392588
    2540 #: waeup/kofa/students/browser.py:1372
     2589#: waeup/kofa/students/browser.py:1432
    25412590msgid "Student can't be relocated."
    25422591msgstr ""
    25432592
    2544 #: waeup/kofa/students/browser.py:140 waeup/kofa/students/viewlets.py:126
    2545 msgid "Accommodation"
    2546 msgstr ""
    2547 
    2548 #. Default: ""
    2549 #: waeup/kofa/students/browser.py:1415
     2593#. Default: ""
     2594#: waeup/kofa/students/browser.py:1475
    25502595msgid "Student relocated: ${a}"
    25512596msgstr ""
    25522597
    25532598#. Default: ""
    2554 #: waeup/kofa/students/browser.py:1434
     2599#: waeup/kofa/students/browser.py:1494
    25552600msgid "${a}: History"
    25562601msgstr ""
    25572602
    2558 #: waeup/kofa/students/browser.py:1447
     2603#: waeup/kofa/students/browser.py:1506
    25592604msgid "Edit base data"
    25602605msgstr ""
    25612606
    2562 #: waeup/kofa/students/browser.py:1462 waeup/kofa/students/viewlets.py:365
     2607#. Default: ""
     2608#: waeup/kofa/students/browser.py:151
     2609msgid "Bed Ticket ${a}"
     2610msgstr ""
     2611
     2612#: waeup/kofa/students/browser.py:1521 waeup/kofa/students/viewlets.py:388
    25632613msgid "Change password"
    25642614msgstr ""
    25652615
    2566 #: waeup/kofa/students/browser.py:1476
     2616#: waeup/kofa/students/browser.py:1535
    25672617msgid "Password changed."
    25682618msgstr ""
    25692619
    2570 #: waeup/kofa/students/browser.py:1488
     2620#: waeup/kofa/students/browser.py:1547
    25712621msgid "Upload portrait"
    25722622msgstr ""
    25732623
    2574 #. Default: ""
    2575 #: waeup/kofa/students/browser.py:149
    2576 msgid "Bed Ticket ${a}"
    2577 msgstr ""
    2578 
    2579 #: waeup/kofa/students/browser.py:1503 waeup/kofa/students/viewlets.py:389
     2624#: waeup/kofa/students/browser.py:1562 waeup/kofa/students/viewlets.py:412
    25802625#: waeup/kofa/students/workflow.py:44
    25812626msgid "Start clearance"
    25822627msgstr ""
    25832628
    2584 #: waeup/kofa/students/browser.py:1507
     2629#: waeup/kofa/students/browser.py:1566
    25852630msgid "Start clearance now"
    25862631msgstr ""
    25872632
    2588 #: waeup/kofa/students/browser.py:1524 waeup/kofa/students/browser.py:1645
     2633#: waeup/kofa/students/browser.py:1583 waeup/kofa/students/browser.py:1710
    25892634msgid "Wrong state"
    25902635msgstr ""
    25912636
    2592 #: waeup/kofa/students/browser.py:1528
     2637#: waeup/kofa/students/browser.py:1587
    25932638msgid "No portrait uploaded."
    25942639msgstr ""
    25952640
    2596 #: waeup/kofa/students/browser.py:1532
     2641#: waeup/kofa/students/browser.py:1591
    25972642msgid "Not all required fields filled."
    25982643msgstr ""
    25992644
    2600 #: waeup/kofa/students/browser.py:1559
     2645#: waeup/kofa/students/browser.py:1618
    26012646msgid "Clearance process has been started."
    26022647msgstr ""
    26032648
    2604 #: waeup/kofa/students/browser.py:1571
     2649#: waeup/kofa/students/browser.py:1628
    26052650msgid "Edit clearance data"
    26062651msgstr ""
    26072652
    2608 #: waeup/kofa/students/browser.py:1583 waeup/kofa/students/browser.py:1597
     2653#: waeup/kofa/students/browser.py:1648 waeup/kofa/students/browser.py:1662
    26092654msgid "Clearance form has been saved."
    26102655msgstr ""
    26112656
    2612 #: waeup/kofa/students/browser.py:1591
     2657#: waeup/kofa/students/browser.py:1656
    26132658msgid "Save and request clearance"
    26142659msgstr ""
    26152660
    2616 #: waeup/kofa/students/browser.py:1606 waeup/kofa/students/workflow.py:58
     2661#: waeup/kofa/students/browser.py:1671 waeup/kofa/students/workflow.py:58
    26172662msgid "Request clearance"
    26182663msgstr ""
    26192664
    2620 #: waeup/kofa/students/browser.py:1607
     2665#: waeup/kofa/students/browser.py:1672
    26212666msgid "Enter the CLR access code used for starting clearance."
    26222667msgstr ""
    26232668
    2624 #: waeup/kofa/students/browser.py:1610
     2669#: waeup/kofa/students/browser.py:1675
    26252670msgid "Request clearance now"
    26262671msgstr ""
    26272672
    2628 #: waeup/kofa/students/browser.py:1619
     2673#: waeup/kofa/students/browser.py:1684
    26292674msgid "This isn't your CLR access code."
    26302675msgstr ""
    26312676
    2632 #: waeup/kofa/students/browser.py:1628
     2677#: waeup/kofa/students/browser.py:1693
    26332678msgid "Clearance has been requested."
    26342679msgstr ""
    26352680
    2636 #: waeup/kofa/students/browser.py:1637 waeup/kofa/students/viewlets.py:418
     2681#: waeup/kofa/students/browser.py:170
     2682msgid "Student Section"
     2683msgstr ""
     2684
     2685#: waeup/kofa/students/browser.py:1702 waeup/kofa/students/viewlets.py:441
    26372686msgid "Start course registration"
    26382687msgstr ""
    26392688
    2640 #: waeup/kofa/students/browser.py:1641
     2689#: waeup/kofa/students/browser.py:1706
    26412690msgid "Start course registration now"
    26422691msgstr ""
    26432692
    2644 #: waeup/kofa/students/browser.py:1677
     2693#: waeup/kofa/students/browser.py:1742
    26452694msgid "Course registration has been started."
    26462695msgstr ""
    26472696
    2648 #: waeup/kofa/students/browser.py:168
    2649 msgid "Student Section"
    2650 msgstr ""
    2651 
    2652 #. Default: ""
    2653 #: waeup/kofa/students/browser.py:1696
     2697#. Default: ""
     2698#: waeup/kofa/students/browser.py:1761
    26542699msgid "Add current level ${a}"
    26552700msgstr ""
    26562701
    2657 #: waeup/kofa/students/browser.py:1705
     2702#: waeup/kofa/students/browser.py:1770
    26582703msgid "Create course list now"
    26592704msgstr ""
    26602705
    26612706#. Default: ""
    2662 #: waeup/kofa/students/browser.py:1744
     2707#: waeup/kofa/students/browser.py:1809
    26632708msgid "Add and remove course tickets of study level ${a}"
    26642709msgstr ""
    26652710
    2666 #: waeup/kofa/students/browser.py:1781
     2711#: waeup/kofa/students/browser.py:1846
    26672712msgid "Register course list"
    26682713msgstr ""
    26692714
    2670 #: waeup/kofa/students/browser.py:1785
     2715#: waeup/kofa/students/browser.py:1850
    26712716msgid "Course list has been registered."
    26722717msgstr ""
    26732718
    2674 #: waeup/kofa/students/browser.py:1831
    2675 msgid "Change my password"
    2676 msgstr ""
    2677 
    2678 #: waeup/kofa/students/browser.py:184 waeup/kofa/students/browser.py:220
     2719#: waeup/kofa/students/browser.py:186 waeup/kofa/students/browser.py:226
    26792720msgid "Empty search string"
    26802721msgstr ""
    26812722
    2682 #: waeup/kofa/students/browser.py:1841
     2723#: waeup/kofa/students/browser.py:1896
     2724msgid "Send me a new password"
     2725msgstr ""
     2726
     2727#: waeup/kofa/students/browser.py:1906
    26832728msgid "Get new login credentials"
    26842729msgstr ""
    26852730
    2686 #: waeup/kofa/students/browser.py:1855
    2687 msgid "No student record found."
    2688 msgstr ""
    2689 
    2690 #: waeup/kofa/students/browser.py:1863
     2731#: waeup/kofa/students/browser.py:1923
     2732msgid "Application package not installed."
     2733msgstr ""
     2734
     2735#: waeup/kofa/students/browser.py:1929
     2736msgid "No record found."
     2737msgstr ""
     2738
     2739#: waeup/kofa/students/browser.py:1937
    26912740msgid "You have successfully changed your password for the"
    26922741msgstr ""
    26932742
    26942743#. Default: ""
    2695 #: waeup/kofa/students/browser.py:1868
     2744#: waeup/kofa/students/browser.py:1942
    26962745msgid "An email with your user name and password has been sent to ${a}."
    26972746msgstr ""
    26982747
    2699 #: waeup/kofa/students/browser.py:1879
     2748#: waeup/kofa/students/browser.py:1953
    27002749msgid "Set password for first-time login"
    27012750msgstr ""
    27022751
    2703 #: waeup/kofa/students/browser.py:1882
     2752#: waeup/kofa/students/browser.py:1956
    27042753msgid "Set"
    27052754msgstr ""
    27062755
    2707 #: waeup/kofa/students/browser.py:1897
     2756#: waeup/kofa/students/browser.py:1971
    27082757msgid "More than one student found."
    27092758msgstr ""
    27102759
    2711 #: waeup/kofa/students/browser.py:1905
     2760#: waeup/kofa/students/browser.py:1979
    27122761msgid "Access code is invalid."
    27132762msgstr ""
    27142763
    27152764#. Default: ""
    2716 #: waeup/kofa/students/browser.py:1908
     2765#: waeup/kofa/students/browser.py:1982
    27172766msgid "Password has already been set. Your Student Id is ${a}"
    27182767msgstr ""
    27192768
    2720 #: waeup/kofa/students/browser.py:1914
     2769#: waeup/kofa/students/browser.py:1988
    27212770msgid "Password has already been set. You are using the wrong Access Code."
    27222771msgstr ""
    27232772
    2724 #: waeup/kofa/students/browser.py:1920
     2773#: waeup/kofa/students/browser.py:1994
    27252774msgid "Access code has already been used."
    27262775msgstr ""
    27272776
    27282777#. Default: ""
    2729 #: waeup/kofa/students/browser.py:1929
     2778#: waeup/kofa/students/browser.py:2003
    27302779msgid "Password has been set. Your Student Id is ${a}"
    27312780msgstr ""
    27322781
    2733 #: waeup/kofa/students/browser.py:202 waeup/kofa/students/viewlets.py:139
     2782#: waeup/kofa/students/browser.py:208 waeup/kofa/students/viewlets.py:142
    27342783msgid "Manage student section"
    27352784msgstr ""
    27362785
    2737 #: waeup/kofa/students/browser.py:226 waeup/kofa/students/browser.py:1894
     2786#: waeup/kofa/students/browser.py:238 waeup/kofa/students/browser.py:1968
    27382787msgid "No student found."
    27392788msgstr ""
    27402789
    2741 #: waeup/kofa/students/browser.py:253 waeup/kofa/students/viewlets.py:146
     2790#: waeup/kofa/students/browser.py:265 waeup/kofa/students/viewlets.py:149
    27422791msgid "Add student"
    27432792msgstr ""
    27442793
    2745 #: waeup/kofa/students/browser.py:261
     2794#: waeup/kofa/students/browser.py:273
    27462795msgid "Student record created."
    27472796msgstr ""
    27482797
    27492798#. Default: ""
    2750 #: waeup/kofa/students/browser.py:277
     2799#: waeup/kofa/students/browser.py:289
    27512800msgid "${a}: Base Data"
    27522801msgstr ""
    27532802
    2754 #: waeup/kofa/students/browser.py:320 waeup/kofa/students/browser.py:1871
     2803#: waeup/kofa/students/browser.py:332 waeup/kofa/students/browser.py:1945
    27552804msgid "An smtp server error occurred."
    27562805msgstr ""
    27572806
    2758 #: waeup/kofa/students/browser.py:332
     2807#: waeup/kofa/students/browser.py:343
    27592808msgid "Manage base data"
    27602809msgstr ""
    27612810
    27622811#. Default: ""
    2763 #: waeup/kofa/students/browser.py:407
     2812#: waeup/kofa/students/browser.py:423
    27642813msgid "${a}: Clearance Data"
    27652814msgstr ""
    27662815
    2767 #: waeup/kofa/students/browser.py:423 waeup/kofa/students/viewlets.py:104
    2768 #: waeup/kofa/students/viewlets.py:532
     2816#: waeup/kofa/students/browser.py:446 waeup/kofa/students/viewlets.py:107
     2817#: waeup/kofa/students/viewlets.py:555
    27692818#: waeup/kofa/students/browser_templates/clearanceeditpage.pt:6
    27702819msgid "Clearance Data"
    27712820msgstr ""
    27722821
    2773 #: waeup/kofa/students/browser.py:429
     2822#: waeup/kofa/students/browser.py:452
    27742823msgid "Clearance Slip of "
    27752824msgstr ""
    27762825
    2777 #: waeup/kofa/students/browser.py:449
     2826#: waeup/kofa/students/browser.py:471
    27782827msgid "Manage clearance data"
    27792828msgstr ""
    27802829
    2781 #: waeup/kofa/students/browser.py:478
     2830#: waeup/kofa/students/browser.py:512
    27822831msgid "Student has been cleared."
    27832832msgstr ""
    27842833
    2785 #: waeup/kofa/students/browser.py:480 waeup/kofa/students/browser.py:504
     2834#: waeup/kofa/students/browser.py:514 waeup/kofa/students/browser.py:538
    27862835msgid "Student is in wrong state."
    27872836msgstr ""
    27882837
    2789 #: waeup/kofa/students/browser.py:497
     2838#: waeup/kofa/students/browser.py:531
    27902839msgid "Clearance has been annulled."
    27912840msgstr ""
    27922841
    2793 #: waeup/kofa/students/browser.py:501
     2842#: waeup/kofa/students/browser.py:535
    27942843msgid "Clearance request has been rejected."
    27952844msgstr ""
    27962845
    27972846#. Default: ""
    2798 #: waeup/kofa/students/browser.py:527
     2847#: waeup/kofa/students/browser.py:561
    27992848msgid "${a}: Personal Data"
    28002849msgstr ""
    28012850
    2802 #: waeup/kofa/students/browser.py:537
    2803 msgid "Manage personal data"
    2804 msgstr ""
    2805 
    2806 #. Default: ""
    2807 #: waeup/kofa/students/browser.py:557
     2851#: waeup/kofa/students/browser.py:571
     2852msgid "Edit personal data"
     2853msgstr ""
     2854
     2855#. Default: ""
     2856#: waeup/kofa/students/browser.py:591
    28082857msgid "${a}: Study Course"
    28092858msgstr ""
    28102859
    2811 #: waeup/kofa/students/browser.py:587
     2860#: waeup/kofa/students/browser.py:621
    28122861msgid "Manage study course"
    28132862msgstr ""
    28142863
    2815 #: waeup/kofa/students/browser.py:590 waeup/kofa/students/browser.py:631
     2864#: waeup/kofa/students/browser.py:624 waeup/kofa/students/browser.py:671
    28162865msgid "Remove selected levels"
    28172866msgstr ""
    28182867
    2819 #: waeup/kofa/students/browser.py:591 waeup/kofa/students/browser.py:617
     2868#: waeup/kofa/students/browser.py:625 waeup/kofa/students/browser.py:657
    28202869msgid "Add study level"
    28212870msgstr ""
    28222871
    2823 #: waeup/kofa/students/browser.py:625
     2872#: waeup/kofa/students/browser.py:645
     2873msgid "Current level not available for certificate."
     2874msgstr ""
     2875
     2876#: waeup/kofa/students/browser.py:665
    28242877msgid "Study level has been added."
    28252878msgstr ""
    28262879
    2827 #: waeup/kofa/students/browser.py:627 waeup/kofa/students/browser.py:1714
     2880#: waeup/kofa/students/browser.py:667 waeup/kofa/students/browser.py:1779
    28282881msgid "This level exists."
    28292882msgstr ""
    28302883
    2831 #: waeup/kofa/students/browser.py:637
     2884#: waeup/kofa/students/browser.py:677
    28322885msgid "No study level selected."
    28332886msgstr ""
    28342887
    28352888#. Default: ""
    2836 #: waeup/kofa/students/browser.py:673
     2889#: waeup/kofa/students/browser.py:728
    28372890msgid "${a}: Study Level ${b}"
    28382891msgstr ""
    28392892
    2840 #: waeup/kofa/students/browser.py:696
     2893#: waeup/kofa/students/browser.py:751
    28412894msgid "Level Data"
    28422895msgstr ""
    28432896
    2844 #: waeup/kofa/students/browser.py:702
     2897#: waeup/kofa/students/browser.py:757
    28452898msgid "Course List"
    28462899msgstr ""
    28472900
    2848 #: waeup/kofa/students/browser.py:711
    2849 msgid "Course Registration Slip  "
    2850 msgstr ""
    2851 
    2852 #: waeup/kofa/students/browser.py:717
     2901#: waeup/kofa/students/browser.py:766
     2902msgid "Course Registration Slip"
     2903msgstr ""
     2904
     2905#: waeup/kofa/students/browser.py:772
    28532906#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:35
    28542907#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:12
     
    28572910msgstr ""
    28582911
    2859 #: waeup/kofa/students/browser.py:720
     2912#: waeup/kofa/students/browser.py:775
    28602913#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:38
    28612914#: waeup/kofa/students/browser_templates/studylevelpage.pt:36
     
    28632916msgstr ""
    28642917
    2865 #: waeup/kofa/students/browser.py:721
     2918#: waeup/kofa/students/browser.py:776
    28662919#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:16
    28672920msgid "Faculty"
    28682921msgstr ""
    28692922
    2870 #: waeup/kofa/students/browser.py:722
     2923#: waeup/kofa/students/browser.py:777
    28712924#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:40
    28722925#: waeup/kofa/students/browser_templates/studylevelpage.pt:38
     
    28742927msgstr ""
    28752928
    2876 #: waeup/kofa/students/browser.py:723
     2929#: waeup/kofa/students/browser.py:778
    28772930#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:41
    28782931#: waeup/kofa/students/browser_templates/studylevelpage.pt:39
     
    28802933msgstr ""
    28812934
    2882 #: waeup/kofa/students/browser.py:724 waeup/kofa/students/interfaces.py:389
     2935#: waeup/kofa/students/browser.py:779 waeup/kofa/students/interfaces.py:409
    28832936#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:42
    28842937#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:18
     
    28872940msgstr ""
    28882941
    2889 #: waeup/kofa/students/browser.py:752 waeup/kofa/students/browser.py:781
    2890 #: waeup/kofa/students/browser.py:866 waeup/kofa/students/browser.py:871
    2891 #: waeup/kofa/students/browser.py:1754 waeup/kofa/students/browser.py:1804
     2942#: waeup/kofa/students/browser.py:808 waeup/kofa/students/browser.py:837
     2943#: waeup/kofa/students/browser.py:922 waeup/kofa/students/browser.py:927
     2944#: waeup/kofa/students/browser.py:1819 waeup/kofa/students/browser.py:1869
    28922945msgid "Add course ticket"
    28932946msgstr ""
    28942947
    28952948#. Default: ""
    2896 #: waeup/kofa/students/browser.py:773
     2949#: waeup/kofa/students/browser.py:829
    28972950msgid "Manage study level ${a}"
    28982951msgstr ""
    28992952
    2900 #: waeup/kofa/students/browser.py:791 waeup/kofa/students/browser.py:1764
     2953#: waeup/kofa/students/browser.py:847 waeup/kofa/students/browser.py:1829
    29012954msgid "No ticket selected."
    29022955msgstr ""
    29032956
    2904 #: waeup/kofa/students/browser.py:815 waeup/kofa/students/browser.py:837
     2957#: waeup/kofa/students/browser.py:871 waeup/kofa/students/browser.py:893
    29052958msgid "This level does not correspond current level."
    29062959msgstr ""
    29072960
    2908 #: waeup/kofa/students/browser.py:819
     2961#: waeup/kofa/students/browser.py:875
    29092962msgid "Course list has been validated."
    29102963msgstr ""
    29112964
    2912 #: waeup/kofa/students/browser.py:821 waeup/kofa/students/browser.py:849
     2965#: waeup/kofa/students/browser.py:877 waeup/kofa/students/browser.py:905
    29132966msgid "Student is in the wrong state."
    29142967msgstr ""
    29152968
    2916 #: waeup/kofa/students/browser.py:842
     2969#: waeup/kofa/students/browser.py:898
    29172970msgid "Course list request has been annulled."
    29182971msgstr ""
    29192972
    2920 #: waeup/kofa/students/browser.py:846
     2973#: waeup/kofa/students/browser.py:902
    29212974msgid "Course list request has been rejected:"
    29222975msgstr ""
    29232976
    2924 #: waeup/kofa/students/browser.py:886 waeup/kofa/students/browser.py:1817
     2977#: waeup/kofa/students/browser.py:943 waeup/kofa/students/browser.py:1882
    29252978msgid "The ticket exists."
    29262979msgstr ""
    29272980
    29282981#. Default: ""
    2929 #: waeup/kofa/students/browser.py:888 waeup/kofa/students/browser.py:1819
     2982#: waeup/kofa/students/browser.py:945 waeup/kofa/students/browser.py:1884
    29302983msgid "Successfully added ${a}."
    29312984msgstr ""
    29322985
    29332986#. Default: ""
    2934 #: waeup/kofa/students/browser.py:909
     2987#: waeup/kofa/students/browser.py:966
    29352988msgid "${a}: Course Ticket ${b}"
    29362989msgstr ""
    29372990
    29382991#. Default: ""
    2939 #: waeup/kofa/students/browser.py:925
     2992#: waeup/kofa/students/browser.py:982
    29402993msgid "Manage course ticket ${a}"
    2941 msgstr ""
    2942 
    2943 #. Default: ""
    2944 #: waeup/kofa/students/browser.py:952
    2945 msgid "${a}: Payments"
    2946 msgstr ""
    2947 
    2948 #: waeup/kofa/students/browser.py:997
    2949 msgid "Add online payment"
    29502994msgstr ""
    29512995
     
    29542998msgstr ""
    29552999
    2956 #: waeup/kofa/students/browser_templates/basemanagepage.pt:29
     3000#: waeup/kofa/students/browser_templates/basemanagepage.pt:30
    29573001msgid "Registration Transition:"
    2958 msgstr ""
    2959 
    2960 #. Default: "Please solve the captcha<br />to prevent misuse of this service:"
    2961 #: waeup/kofa/students/browser_templates/changepw.pt:8
    2962 msgid "solve_captcha"
    29633002msgstr ""
    29643003
     
    30103049#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:14
    30113050#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:25
    3012 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
    3013 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:54
     3051#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:89
     3052#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:45
    30143053msgid "State"
    30153054msgstr ""
     
    30303069msgstr ""
    30313070
     3071#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
     3072#: waeup/kofa/students/browser_templates/studycoursepage.pt:39
     3073msgid "Faculty:"
     3074msgstr ""
     3075
     3076#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
     3077#: waeup/kofa/students/browser_templates/studycoursepage.pt:28
     3078msgid "Department:"
     3079msgstr ""
     3080
    30323081#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:31
    30333082msgid "Semester:"
     
    30463095msgstr ""
    30473096
    3048 #: waeup/kofa/students/browser_templates/imageupload.pt:20
    3049 #: waeup/kofa/students/browser_templates/fileupload.pt:26
    3050 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:25
    3051 msgid "Max. file size:"
    3052 msgstr ""
    3053 
    30543097#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:11
     3098#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
     3099#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     3100msgid "Category"
     3101msgstr ""
     3102
     3103#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
     3104#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:88
     3105#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:44
     3106msgid "Item"
     3107msgstr ""
     3108
     3109#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
     3110#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
     3111#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:40
     3112msgid "Payment Id"
     3113msgstr ""
     3114
     3115#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    30553116#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:85
    3056 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:52
    3057 msgid "Category"
    3058 msgstr ""
    3059 
    3060 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
    3061 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
    3062 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:53
    3063 msgid "Item"
    3064 msgstr ""
    3065 
    3066 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
    3067 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:82
    3068 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:49
    3069 msgid "Payment Id"
    3070 msgstr ""
    3071 
    3072 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    3073 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:83
    3074 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:50
     3117#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:41
    30753118msgid "Creation Date"
     3119msgstr ""
     3120
     3121#. Default: "Enter the email address stored on Kofa. You can't change your email address here. If you've forgotten your email address or the email address stored in Kofa is wrong or no longer valid, use the enquiries form to request a change of address."
     3122#: waeup/kofa/students/browser_templates/sendpassword.pt:19
     3123msgid "email_address_problem"
     3124msgstr ""
     3125
     3126#. Default: "Please solve the captcha<br />to prevent misuse of this service:"
     3127#: waeup/kofa/students/browser_templates/sendpassword.pt:8
     3128msgid "solve_captcha"
    30763129msgstr ""
    30773130
     
    31753228msgstr ""
    31763229
    3177 #: waeup/kofa/students/interfaces.py:183 waeup/kofa/students/interfaces.py:259
    3178 #: waeup/kofa/students/interfaces.py:498
    3179 msgid "Registration Number"
    3180 msgstr ""
    3181 
    3182 #: waeup/kofa/students/interfaces.py:190 waeup/kofa/students/interfaces.py:268
     3230#: waeup/kofa/students/export.py:139
     3231msgid "Student Study Levels"
     3232msgstr ""
     3233
     3234#: waeup/kofa/students/export.py:87
     3235msgid "Student Study Courses"
     3236msgstr ""
     3237
     3238#: waeup/kofa/students/interfaces.py:191 waeup/kofa/students/interfaces.py:280
    31833239msgid "Matriculation Number"
    31843240msgstr ""
    31853241
    3186 #: waeup/kofa/students/interfaces.py:197
     3242#: waeup/kofa/students/interfaces.py:198
    31873243msgid "PWD Activation Code"
    31883244msgstr ""
    31893245
    3190 #: waeup/kofa/students/interfaces.py:203
     3246#: waeup/kofa/students/interfaces.py:204
    31913247msgid "Email"
    31923248msgstr ""
    31933249
    3194 #: waeup/kofa/students/interfaces.py:223
     3250#: waeup/kofa/students/interfaces.py:225
    31953251msgid "Clearance form locked"
    31963252msgstr ""
    31973253
    3198 #: waeup/kofa/students/interfaces.py:228
     3254#: waeup/kofa/students/interfaces.py:230
    31993255msgid "CLR Activation Code"
    32003256msgstr ""
    32013257
    3202 #: waeup/kofa/students/interfaces.py:235
     3258#: waeup/kofa/students/interfaces.py:237
    32033259msgid "Nationality"
    32043260msgstr ""
    32053261
    3206 #: waeup/kofa/students/interfaces.py:245
     3262#: waeup/kofa/students/interfaces.py:246
     3263msgid "Employer"
     3264msgstr ""
     3265
     3266#: waeup/kofa/students/interfaces.py:256
    32073267msgid "Permanent Address"
    32083268msgstr ""
    32093269
    3210 #: waeup/kofa/students/interfaces.py:277
     3270#: waeup/kofa/students/interfaces.py:289
    32113271#: waeup/kofa/browser/templates/showstudentspage.pt:7
    32123272msgid "Certificate"
    32133273msgstr ""
    32143274
    3215 #: waeup/kofa/students/interfaces.py:283
     3275#: waeup/kofa/students/interfaces.py:295
    32163276msgid "Entry Mode"
    32173277msgstr ""
    32183278
    3219 #: waeup/kofa/students/interfaces.py:290
     3279#: waeup/kofa/students/interfaces.py:302
    32203280msgid "Entry Session"
    32213281msgstr ""
    32223282
    3223 #: waeup/kofa/students/interfaces.py:298 waeup/kofa/students/interfaces.py:337
     3283#: waeup/kofa/students/interfaces.py:310 waeup/kofa/students/interfaces.py:349
    32243284#: waeup/kofa/browser/templates/showstudentspage.pt:8
    32253285msgid "Current Session"
    32263286msgstr ""
    32273287
    3228 #: waeup/kofa/students/interfaces.py:305 waeup/kofa/students/interfaces.py:343
     3288#: waeup/kofa/students/interfaces.py:317 waeup/kofa/students/interfaces.py:355
    32293289#: waeup/kofa/browser/templates/showstudentspage.pt:9
    32303290msgid "Current Level"
    32313291msgstr ""
    32323292
    3233 #: waeup/kofa/students/interfaces.py:312 waeup/kofa/students/interfaces.py:331
     3293#: waeup/kofa/students/interfaces.py:324 waeup/kofa/students/interfaces.py:343
    32343294msgid "Current Verdict"
    32353295msgstr ""
    32363296
    3237 #: waeup/kofa/students/interfaces.py:319
     3297#: waeup/kofa/students/interfaces.py:331
    32383298msgid "Previous Verdict"
    32393299msgstr ""
    32403300
    3241 #: waeup/kofa/students/interfaces.py:357 waeup/kofa/students/interfaces.py:451
     3301#: waeup/kofa/students/interfaces.py:369 waeup/kofa/students/interfaces.py:471
    32423302#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:8
    32433303#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:13
     
    32453305msgstr ""
    32463306
    3247 #: waeup/kofa/students/interfaces.py:363
     3307#: waeup/kofa/students/interfaces.py:375
    32483308msgid "Verdict"
    32493309msgstr ""
    32503310
    3251 #: waeup/kofa/students/interfaces.py:382
     3311#: waeup/kofa/students/interfaces.py:402
    32523312#: waeup/kofa/browser/templates/certificatepage.pt:30
    32533313#: waeup/kofa/browser/templates/certificatemanagepage.pt:33
     
    32553315msgstr ""
    32563316
    3257 #: waeup/kofa/students/interfaces.py:396
     3317#: waeup/kofa/students/interfaces.py:416
    32583318msgid "Automatical Creation"
    32593319msgstr ""
    32603320
    3261 #: waeup/kofa/students/interfaces.py:403
     3321#: waeup/kofa/students/interfaces.py:423
    32623322msgid "Carry-over Course"
    32633323msgstr ""
    32643324
    3265 #: waeup/kofa/students/interfaces.py:422
     3325#: waeup/kofa/students/interfaces.py:442
    32663326#: waeup/kofa/university/interfaces.py:299
    32673327#: waeup/kofa/browser/templates/certificatepage.pt:29
     
    32703330msgstr ""
    32713331
    3272 #: waeup/kofa/students/interfaces.py:439
     3332#: waeup/kofa/students/interfaces.py:459
    32733333#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:10
    32743334msgid "Bed Coordinates"
    32753335msgstr ""
    32763336
    3277 #: waeup/kofa/students/interfaces.py:458
     3337#: waeup/kofa/students/interfaces.py:478
    32783338#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:9
    32793339msgid "Booking Date"
    32803340msgstr ""
    32813341
    3282 #: waeup/kofa/students/interfaces.py:464
     3342#: waeup/kofa/students/interfaces.py:484
    32833343msgid "Booking Activation Code"
    32843344msgstr ""
    32853345
    3286 #. Default: ""
    3287 #: waeup/kofa/students/utils.py:167
     3346#: waeup/kofa/students/utils.py:182
     3347msgid "Scanned Documents"
     3348msgstr ""
     3349
     3350#: waeup/kofa/students/utils.py:190
     3351msgid "(not provided)"
     3352msgstr ""
     3353
     3354#. Default: ""
     3355#: waeup/kofa/students/utils.py:218
    32883356msgid "<font size=10>${a} Page ${b} of ${c}</font>"
    32893357msgstr ""
    32903358
    3291 #: waeup/kofa/students/utils.py:298 waeup/kofa/students/viewlets.py:71
    3292 #: waeup/kofa/students/viewlets.py:99
    3293 #: waeup/kofa/students/browser_templates/basemanagepage.pt:6
     3359#: waeup/kofa/students/utils.py:333 waeup/kofa/students/viewlets.py:74
     3360#: waeup/kofa/students/viewlets.py:102
     3361#: waeup/kofa/students/browser_templates/basemanagepage.pt:7
    32943362msgid "Base Data"
    32953363msgstr ""
    32963364
    3297 #: waeup/kofa/students/utils.py:329
    3298 msgid "Scanned Documents"
    3299 msgstr ""
    3300 
    3301 #: waeup/kofa/students/utils.py:382
     3365#: waeup/kofa/students/utils.py:368
    33023366msgid "(not yet)"
    33033367msgstr ""
    33043368
    3305 #: waeup/kofa/students/viewlets.py:109 waeup/kofa/students/viewlets.py:533
     3369#: waeup/kofa/students/viewlets.py:112 waeup/kofa/students/viewlets.py:556
    33063370msgid "Personal Data"
    33073371msgstr ""
    33083372
    3309 #: waeup/kofa/students/viewlets.py:131 waeup/kofa/students/viewlets.py:537
     3373#: waeup/kofa/students/viewlets.py:134 waeup/kofa/students/viewlets.py:560
    33103374#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:27
    33113375msgid "History"
    33123376msgstr ""
    33133377
    3314 #: waeup/kofa/students/viewlets.py:179 waeup/kofa/students/workflow.py:72
     3378#: waeup/kofa/students/viewlets.py:182 waeup/kofa/students/workflow.py:72
    33153379msgid "Clear student"
    33163380msgstr ""
    33173381
    3318 #: waeup/kofa/students/viewlets.py:194
     3382#: waeup/kofa/students/viewlets.py:197
    33193383msgid "Reject clearance"
    33203384msgstr ""
    33213385
    3322 #: waeup/kofa/students/viewlets.py:210
     3386#: waeup/kofa/students/viewlets.py:213
    33233387msgid "Download clearance slip"
    33243388msgstr ""
    33253389
    3326 #: waeup/kofa/students/viewlets.py:235
     3390#: waeup/kofa/students/viewlets.py:222 waeup/kofa/students/viewlets.py:231
     3391msgid "View"
     3392msgstr ""
     3393
     3394#: waeup/kofa/students/viewlets.py:263 waeup/kofa/students/workflow.py:128
     3395msgid "Validate courses"
     3396msgstr ""
     3397
     3398#: waeup/kofa/students/viewlets.py:279
     3399msgid "Reject courses"
     3400msgstr ""
     3401
     3402#: waeup/kofa/students/viewlets.py:296
    33273403msgid "Download course registration slip"
    33283404msgstr ""
    33293405
    3330 #: waeup/kofa/students/viewlets.py:251 waeup/kofa/students/workflow.py:128
    3331 msgid "Validate courses"
    3332 msgstr ""
    3333 
    3334 #: waeup/kofa/students/viewlets.py:267
    3335 msgid "Reject courses"
    3336 msgstr ""
    3337 
    3338 #: waeup/kofa/students/viewlets.py:330
     3406#: waeup/kofa/students/viewlets.py:353
    33393407msgid "Book accommodation"
    33403408msgstr ""
    33413409
    3342 #: waeup/kofa/students/viewlets.py:339
     3410#: waeup/kofa/students/viewlets.py:362
    33433411msgid "Download bed allocation slip"
    33443412msgstr ""
    33453413
    3346 #: waeup/kofa/students/viewlets.py:348
     3414#: waeup/kofa/students/viewlets.py:371
    33473415msgid "Relocate student"
    33483416msgstr ""
    33493417
    3350 #: waeup/kofa/students/viewlets.py:374
     3418#: waeup/kofa/students/viewlets.py:397
    33513419msgid "Change portrait"
    33523420msgstr ""
    33533421
    3354 #: waeup/kofa/students/viewlets.py:432
     3422#: waeup/kofa/students/viewlets.py:455
    33553423msgid "Add course list"
    33563424msgstr ""
    33573425
    3358 #: waeup/kofa/students/viewlets.py:450
     3426#: waeup/kofa/students/viewlets.py:473
    33593427msgid "Add and remove courses"
    33603428msgstr ""
    33613429
    3362 #: waeup/kofa/students/viewlets.py:536
     3430#: waeup/kofa/students/viewlets.py:559
    33633431msgid "Accommodation Data"
    33643432msgstr ""
    33653433
    33663434#. Default: ""
    3367 #: waeup/kofa/students/viewlets.py:548
     3435#: waeup/kofa/students/viewlets.py:571
    33683436msgid "${a} deleted."
    33693437msgstr ""
    33703438
    3371 #: waeup/kofa/students/viewlets.py:561
     3439#: waeup/kofa/students/viewlets.py:584
    33723440msgid "File name has no extension."
    33733441msgstr ""
    33743442
    3375 #: waeup/kofa/students/viewlets.py:564
     3443#: waeup/kofa/students/viewlets.py:587
    33763444msgid "File name contains more than one dot."
    33773445msgstr ""
    33783446
    33793447#. Default: ""
    3380 #: waeup/kofa/students/viewlets.py:571
     3448#: waeup/kofa/students/viewlets.py:594
    33813449msgid "${a} file extension expected."
    33823450msgstr ""
    33833451
    33843452#. Default: ""
    3385 #: waeup/kofa/students/viewlets.py:577
     3453#: waeup/kofa/students/viewlets.py:600
    33863454msgid "Only the following extension are allowed: ${a}"
    33873455msgstr ""
    33883456
    3389 #: waeup/kofa/students/viewlets.py:583
     3457#: waeup/kofa/students/viewlets.py:606
    33903458msgid "Uploaded file is too big."
    33913459msgstr ""
    33923460
    33933461#. Default: ""
    3394 #: waeup/kofa/students/viewlets.py:590
     3462#: waeup/kofa/students/viewlets.py:613
    33953463msgid "File ${a} uploaded."
    33963464msgstr ""
    33973465
    3398 #: waeup/kofa/students/viewlets.py:608
     3466#: waeup/kofa/students/viewlets.py:631
    33993467#: waeup/kofa/browser/templates/datacenterlogspage.pt:10
    34003468#: waeup/kofa/browser/templates/datacenterpage.pt:14
     
    34033471msgstr ""
    34043472
    3405 #: waeup/kofa/students/viewlets.py:609
     3473#: waeup/kofa/students/viewlets.py:632
    34063474msgid "Scan"
    34073475msgstr ""
    34083476
    3409 #: waeup/kofa/students/viewlets.py:632
     3477#: waeup/kofa/students/viewlets.py:655
    34103478msgid "Upload new file"
    34113479msgstr ""
    34123480
    3413 #: waeup/kofa/students/viewlets.py:633
     3481#: waeup/kofa/students/viewlets.py:656
    34143482msgid "Delete attachment"
    34153483msgstr ""
    34163484
    3417 #: waeup/kofa/students/viewlets.py:663
     3485#: waeup/kofa/students/viewlets.py:687
    34183486msgid "No local file selected."
    34193487msgstr ""
    34203488
    3421 #: waeup/kofa/students/viewlets.py:677
    3422 #: waeup/kofa/students/browser_templates/basemanagepage.pt:8
     3489#: waeup/kofa/students/viewlets.py:701
     3490#: waeup/kofa/students/browser_templates/basemanagepage.pt:9
    34233491msgid "Passport Picture"
    34243492msgstr ""
    34253493
    3426 #: waeup/kofa/students/viewlets.py:688
     3494#: waeup/kofa/students/viewlets.py:712
    34273495msgid "Passport Picture (jpg only)"
    34283496msgstr ""
    34293497
    3430 #: waeup/kofa/students/viewlets.py:703 waeup/kofa/students/viewlets.py:714
     3498#: waeup/kofa/students/viewlets.py:727 waeup/kofa/students/viewlets.py:738
    34313499msgid "Birth Certificate"
    34323500msgstr ""
    34333501
    3434 #: waeup/kofa/students/viewlets.py:704 waeup/kofa/students/viewlets.py:715
     3502#: waeup/kofa/students/viewlets.py:728 waeup/kofa/students/viewlets.py:739
    34353503msgid "Birth Certificate Scan"
    34363504msgstr ""
    34373505
    3438 #: waeup/kofa/students/viewlets.py:724 waeup/kofa/students/viewlets.py:735
     3506#: waeup/kofa/students/viewlets.py:748 waeup/kofa/students/viewlets.py:759
    34393507msgid "Acceptance Letter"
    34403508msgstr ""
    34413509
    3442 #: waeup/kofa/students/viewlets.py:725 waeup/kofa/students/viewlets.py:736
     3510#: waeup/kofa/students/viewlets.py:749 waeup/kofa/students/viewlets.py:760
    34433511msgid "Acceptance Letter Scan"
    34443512msgstr ""
    34453513
    3446 #: waeup/kofa/students/viewlets.py:85
     3514#: waeup/kofa/students/viewlets.py:88
    34473515msgid "Application Slip"
    34483516msgstr ""
    34493517
    3450 #: waeup/kofa/students/vocabularies.py:117
     3518#: waeup/kofa/students/vocabularies.py:116
    34513519msgid "male"
    34523520msgstr ""
    34533521
    3454 #: waeup/kofa/students/vocabularies.py:119
     3522#: waeup/kofa/students/vocabularies.py:118
    34553523msgid "female"
    34563524msgstr ""
    34573525
    34583526#. Default: ""
    3459 #: waeup/kofa/students/vocabularies.py:77
     3527#: waeup/kofa/students/vocabularies.py:76
    34603528msgid "Error: level id ${value} out of range"
    34613529msgstr ""
    34623530
    34633531#. Default: ""
    3464 #: waeup/kofa/students/vocabularies.py:88
     3532#: waeup/kofa/students/vocabularies.py:87
    34653533msgid "${title} 2nd spillover"
    34663534msgstr ""
    34673535
    34683536#. Default: ""
    3469 #: waeup/kofa/students/vocabularies.py:91
     3537#: waeup/kofa/students/vocabularies.py:90
    34703538msgid "${title} 3rd spillover"
    34713539msgstr ""
    34723540
    34733541#. Default: ""
    3474 #: waeup/kofa/students/vocabularies.py:94
     3542#: waeup/kofa/students/vocabularies.py:93
    34753543msgid "${title} 1st spillover"
    34763544msgstr ""
    34773545
    34783546#. Default: ""
    3479 #: waeup/kofa/students/vocabularies.py:96
     3547#: waeup/kofa/students/vocabularies.py:95
    34803548msgid "${title} on 1st probation"
    34813549msgstr ""
    34823550
    34833551#. Default: ""
    3484 #: waeup/kofa/students/vocabularies.py:98
     3552#: waeup/kofa/students/vocabularies.py:97
    34853553msgid "${title} on 2nd probation"
    34863554msgstr ""
     
    34903558msgstr ""
    34913559
    3492 #: waeup/kofa/students/workflow.py:108
    3493 msgid "Student record reset to 'returning'"
     3560#: waeup/kofa/students/workflow.py:108 waeup/kofa/students/workflow.py:143
     3561msgid "Reset to 'returning'"
    34943562msgstr ""
    34953563
     
    35073575
    35083576#: waeup/kofa/students/workflow.py:122 waeup/kofa/students/workflow.py:136
    3509 msgid "Student record reset to 'paid'"
     3577msgid "Reset to 'paid'"
    35103578msgstr ""
    35113579
     
    35183586msgstr ""
    35193587
    3520 #: waeup/kofa/students/workflow.py:143
    3521 msgid "Returned"
    3522 msgstr ""
    3523 
    35243588#: waeup/kofa/students/workflow.py:149
    35253589msgid "Reset to validated"
     
    35273591
    35283592#: waeup/kofa/students/workflow.py:150
    3529 msgid "Student record reset to 'validated'"
     3593msgid "Reset to 'validated'"
    35303594msgstr ""
    35313595
     
    35473611
    35483612#: waeup/kofa/students/workflow.py:38
    3549 msgid "Student record reset"
     3613msgid "Reset to initial state"
    35503614msgstr ""
    35513615
     
    35593623
    35603624#: waeup/kofa/students/workflow.py:52
    3561 msgid "Student record reset to 'admitted'"
     3625msgid "Reset to 'admitted'"
    35623626msgstr ""
    35633627
     
    35713635
    35723636#: waeup/kofa/students/workflow.py:66 waeup/kofa/students/workflow.py:80
    3573 msgid "Student record reset to 'clearance'"
     3637msgid "Reset to 'clearance'"
    35743638msgstr ""
    35753639
     
    35913655
    35923656#: waeup/kofa/students/workflow.py:94
    3593 msgid "Student record reset to 'cleared'"
     3657msgid "Reset to 'cleared'"
    35943658msgstr ""
    35953659
     
    37263790msgstr ""
    37273791
     3792#: waeup/kofa/university/vocabularies.py:38
     3793msgid "900 (Year 9)"
     3794msgstr ""
     3795
    37283796#: waeup/kofa/utils/countries.py:10
    37293797msgid "Albania"
     
    40304098msgstr ""
    40314099
    4032 #: waeup/kofa/utils/countries.py:169 waeup/kofa/utils/utils.py:47
     4100#: waeup/kofa/utils/countries.py:169 waeup/kofa/utils/utils.py:48
    40334101msgid "Nigeria"
    40344102msgstr ""
     
    46824750msgstr ""
    46834751
    4684 #: waeup/kofa/utils/countries.py:90 waeup/kofa/utils/utils.py:46
     4752#: waeup/kofa/utils/countries.py:90 waeup/kofa/utils/utils.py:47
    46854753msgid "Germany"
    46864754msgstr ""
     
    47224790msgstr ""
    47234791
    4724 #: waeup/kofa/utils/utils.py:149
     4792#: waeup/kofa/utils/utils.py:151
    47254793msgid ""
    47264794"Fullname: ${a}\n"
     
    47324800msgstr ""
    47334801
    4734 #: waeup/kofa/utils/utils.py:194
     4802#: waeup/kofa/utils/utils.py:201
    47354803msgid ""
    47364804"Dear ${a},\n"
     
    47524820msgstr ""
    47534821
    4754 #: waeup/kofa/utils/utils.py:48
     4822#: waeup/kofa/utils/utils.py:49
    47554823msgid "U.S."
    47564824msgstr ""
    47574825
    4758 #: waeup/kofa/widgets/phonewidget.py:117
     4826#: waeup/kofa/widgets/phonewidget.py:118
    47594827msgid "Empty phone field(s)."
    47604828msgstr ""
    47614829
    4762 #: waeup/kofa/widgets/phonewidget.py:121
     4830#: waeup/kofa/widgets/phonewidget.py:122
    47634831msgid "Int. prefix requires format '+NNN'"
    47644832msgstr ""
    47654833
    4766 #: waeup/kofa/widgets/phonewidget.py:127
     4834#: waeup/kofa/widgets/phonewidget.py:130
    47674835msgid "Phone numbers may contain numbers only."
    47684836msgstr ""
  • main/waeup.kofa/trunk/src/waeup/kofa/locales/waeup.kofa.pot

    r7985 r8197  
    1515msgstr ""
    1616"Project-Id-Version: Development/Unknown\n"
    17 "POT-Creation-Date: Mon Mar 26 11:33:10 2012\n"
     17"POT-Creation-Date: Tue Apr 17 16:18:24 2012\n"
    1818"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1919"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    2424"Generated-By: zope/app/locales/extract.py\n"
    2525
    26 #: waeup/kofa/accesscodes/browser.py:100
    27 #: waeup/kofa/accesscodes/browser.py:113
    28 #: waeup/kofa/applicants/browser.py:79
    29 #: waeup/kofa/applicants/browser.py:129
    30 #: waeup/kofa/applicants/browser.py:181
    31 #: waeup/kofa/applicants/browser.py:252
    32 #: waeup/kofa/applicants/browser.py:253
    33 #: waeup/kofa/applicants/browser.py:336
     26#: waeup/kofa/accesscodes/browser.py:101
     27#: waeup/kofa/accesscodes/browser.py:114
     28#: waeup/kofa/applicants/browser.py:81
     29#: waeup/kofa/applicants/browser.py:131
     30#: waeup/kofa/applicants/browser.py:180
     31#: waeup/kofa/applicants/browser.py:249
     32#: waeup/kofa/applicants/browser.py:250
     33#: waeup/kofa/applicants/browser.py:331
    3434#: waeup/kofa/browser/pages.py:507
    3535#: waeup/kofa/browser/pages.py:712
     
    5959#: waeup/kofa/browser/pages.py:1902
    6060#: waeup/kofa/browser/pages.py:1954
    61 #: waeup/kofa/students/browser.py:589
    62 #: waeup/kofa/students/browser.py:590
    63 #: waeup/kofa/students/browser.py:751
    64 #: waeup/kofa/students/browser.py:753
    65 #: waeup/kofa/students/browser.py:893
     61#: waeup/kofa/students/browser.py:623
     62#: waeup/kofa/students/browser.py:624
     63#: waeup/kofa/students/browser.py:807
     64#: waeup/kofa/students/browser.py:809
     65#: waeup/kofa/students/browser.py:950
    6666msgid "Cancel"
    6767msgstr ""
    6868
    69 #: waeup/kofa/accesscodes/browser.py:102
     69#: waeup/kofa/accesscodes/browser.py:103
    7070msgid "Batch creation cancelled."
    7171msgstr ""
    7272
    73 #: waeup/kofa/accesscodes/browser.py:112
     73#: waeup/kofa/accesscodes/browser.py:113
    7474msgid "Reimport"
    7575msgstr ""
    7676
    77 #: waeup/kofa/accesscodes/browser.py:115
     77#: waeup/kofa/accesscodes/browser.py:116
    7878msgid "Reimport Access Code Batches"
    7979msgstr ""
    8080
    81 #: waeup/kofa/accesscodes/browser.py:120
     81#: waeup/kofa/accesscodes/browser.py:121
    8282msgid "Reimport cancelled."
    8383msgstr ""
    8484
    85 #: waeup/kofa/accesscodes/browser.py:126
     85#: waeup/kofa/accesscodes/browser.py:127
    8686msgid "No file chosen. Action cancelled."
    8787msgstr ""
    8888
    89 #: waeup/kofa/accesscodes/browser.py:136
     89#: waeup/kofa/accesscodes/browser.py:137
    9090#. Default: ""
    9191msgid "This batch already exists: ${a}"
    9292msgstr ""
    9393
    94 #: waeup/kofa/accesscodes/browser.py:139
     94#: waeup/kofa/accesscodes/browser.py:140
    9595#. Default: ""
    9696msgid "Successfully reimported: ${a}"
    9797msgstr ""
    9898
    99 #: waeup/kofa/accesscodes/browser.py:152
     99#: waeup/kofa/accesscodes/browser.py:153
    100100msgid "Search and Manage Access Codes"
    101101msgstr ""
    102102
    103 #: waeup/kofa/accesscodes/browser.py:153
     103#: waeup/kofa/accesscodes/browser.py:154
    104104#: waeup/kofa/browser/pages.py:596
    105105#: waeup/kofa/browser/pages.py:1146
    106106#: waeup/kofa/browser/viewlets.py:190
    107 #: waeup/kofa/students/browser.py:169
    108 #: waeup/kofa/students/browser.py:203
     107#: waeup/kofa/students/browser.py:171
     108#: waeup/kofa/students/browser.py:209
    109109msgid "Search"
    110110msgstr ""
    111111
    112 #: waeup/kofa/accesscodes/browser.py:154
     112#: waeup/kofa/accesscodes/browser.py:155
    113113msgid "Disable ACs"
    114114msgstr ""
    115115
    116 #: waeup/kofa/accesscodes/browser.py:155
     116#: waeup/kofa/accesscodes/browser.py:156
    117117msgid "Enable ACs"
    118118msgstr ""
    119119
    120 #: waeup/kofa/accesscodes/browser.py:180
     120#: waeup/kofa/accesscodes/browser.py:181
    121121#: waeup/kofa/accesscodes/workflow.py:39
    122122msgid "disabled"
    123123msgstr ""
    124124
    125 #: waeup/kofa/accesscodes/browser.py:182
     125#: waeup/kofa/accesscodes/browser.py:183
    126126#. Default: ""
    127127msgid "${a} disabled."
    128128msgstr ""
    129129
    130 #: waeup/kofa/accesscodes/browser.py:186
     130#: waeup/kofa/accesscodes/browser.py:187
    131131#. Default: ""
    132132msgid "${a}: Disable transition not allowed."
    133133msgstr ""
    134134
    135 #: waeup/kofa/accesscodes/browser.py:190
     135#: waeup/kofa/accesscodes/browser.py:191
    136136msgid "re-enabled"
    137137msgstr ""
    138138
    139 #: waeup/kofa/accesscodes/browser.py:192
     139#: waeup/kofa/accesscodes/browser.py:193
    140140#. Default: ""
    141141msgid "${a} (re-)enabled."
    142142msgstr ""
    143143
    144 #: waeup/kofa/accesscodes/browser.py:196
     144#: waeup/kofa/accesscodes/browser.py:197
    145145#. Default: ""
    146146msgid "${a}: Re-enable transition not allowed."
    147147msgstr ""
    148148
    149 #: waeup/kofa/accesscodes/browser.py:235
     149#: waeup/kofa/accesscodes/browser.py:236
    150150msgid "Add Access Code Batch"
    151151msgstr ""
    152152
    153 #: waeup/kofa/accesscodes/browser.py:244
     153#: waeup/kofa/accesscodes/browser.py:245
    154154msgid "Reimport Access Code Batch"
    155155msgstr ""
    156156
    157 #: waeup/kofa/accesscodes/browser.py:252
     157#: waeup/kofa/accesscodes/browser.py:253
    158158msgid "Search Access Codes"
    159159msgstr ""
    160160
    161 #: waeup/kofa/accesscodes/browser.py:261
     161#: waeup/kofa/accesscodes/browser.py:262
    162162msgid "Access Codes"
    163163msgstr ""
    164164
    165 #: waeup/kofa/accesscodes/browser.py:43
     165#: waeup/kofa/accesscodes/browser.py:44
    166166msgid "Archive"
    167167msgstr ""
    168168
    169 #: waeup/kofa/accesscodes/browser.py:44
     169#: waeup/kofa/accesscodes/browser.py:45
    170170msgid "Archive and delete"
    171171msgstr ""
    172172
    173 #: waeup/kofa/accesscodes/browser.py:46
    174 #: waeup/kofa/accesscodes/browser.py:206
    175 #: waeup/kofa/accesscodes/browser.py:226
     173#: waeup/kofa/accesscodes/browser.py:47
     174#: waeup/kofa/accesscodes/browser.py:207
     175#: waeup/kofa/accesscodes/browser.py:227
    176176msgid "Access Code Batches"
    177177msgstr ""
    178178
    179 #: waeup/kofa/accesscodes/browser.py:53
     179#: waeup/kofa/accesscodes/browser.py:54
    180180msgid "No batch selected."
    181181msgstr ""
    182182
    183 #: waeup/kofa/accesscodes/browser.py:61
     183#: waeup/kofa/accesscodes/browser.py:62
    184184#. Default: ""
    185185msgid "Archived ${a} (${b})"
    186186msgstr ""
    187187
    188 #: waeup/kofa/accesscodes/browser.py:68
     188#: waeup/kofa/accesscodes/browser.py:69
    189189#. Default: ""
    190190msgid "Deleted batch ${a}"
    191191msgstr ""
    192192
    193 #: waeup/kofa/accesscodes/browser.py:77
     193#: waeup/kofa/accesscodes/browser.py:78
    194194msgid "Create Access Code Batch"
    195195msgstr ""
    196196
    197 #: waeup/kofa/accesscodes/browser.py:83
     197#: waeup/kofa/accesscodes/browser.py:84
    198198msgid "Create batch"
    199199msgstr ""
    200200
    201 #: waeup/kofa/accesscodes/browser.py:91
     201#: waeup/kofa/accesscodes/browser.py:92
    202202#. Default: ""
    203203msgid "Batch created (${a} entries)"
    204204msgstr ""
    205205
    206 #: waeup/kofa/accesscodes/browser.py:93
     206#: waeup/kofa/accesscodes/browser.py:94
    207207#. Default: ""
    208208msgid "Data written to ${a}"
     
    364364msgstr ""
    365365
    366 #: waeup/kofa/applicants/browser.py:116
    367 #: waeup/kofa/applicants/browser.py:323
    368 #: waeup/kofa/applicants/browser.py:744
     366#: waeup/kofa/applicants/browser.py:118
     367#: waeup/kofa/applicants/browser.py:318
     368#: waeup/kofa/applicants/browser.py:714
    369369msgid "Could not delete:"
    370370msgstr ""
    371371
    372 #: waeup/kofa/applicants/browser.py:119
    373 #: waeup/kofa/applicants/browser.py:326
    374 #: waeup/kofa/applicants/browser.py:747
    375 #: waeup/kofa/browser/pages.py:137
    376 #: waeup/kofa/students/browser.py:241
    377 #: waeup/kofa/students/browser.py:647
    378 #: waeup/kofa/students/browser.py:801
    379 #: waeup/kofa/students/browser.py:979
    380 #: waeup/kofa/students/browser.py:1189
    381 #: waeup/kofa/students/browser.py:1776
     372#: waeup/kofa/applicants/browser.py:121
     373#: waeup/kofa/applicants/browser.py:321
     374#: waeup/kofa/applicants/browser.py:717
     375#: waeup/kofa/browser/pages.py:136
     376#: waeup/kofa/students/browser.py:253
     377#: waeup/kofa/students/browser.py:687
     378#: waeup/kofa/students/browser.py:857
     379#: waeup/kofa/students/browser.py:1036
     380#: waeup/kofa/students/browser.py:1251
     381#: waeup/kofa/students/browser.py:1841
    382382#. Default: ""
    383383msgid "Successfully removed: ${a}"
     
    388388msgstr ""
    389389
    390 #: waeup/kofa/applicants/browser.py:177
     390#: waeup/kofa/applicants/browser.py:176
    391391msgid "Added:"
    392392msgstr ""
    393393
    394 #: waeup/kofa/applicants/browser.py:189
    395 #: waeup/kofa/applicants/export.py:78
     394#: waeup/kofa/applicants/browser.py:188
     395#: waeup/kofa/applicants/export.py:76
    396396#: waeup/kofa/applicants/viewlets.py:44
    397397#: waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt:12
     
    400400msgstr ""
    401401
    402 #: waeup/kofa/applicants/browser.py:252
    403 #: waeup/kofa/applicants/browser.py:299
    404 #: waeup/kofa/applicants/browser.py:653
    405 #: waeup/kofa/applicants/browser.py:687
    406 #: waeup/kofa/applicants/browser.py:790
    407 #: waeup/kofa/applicants/browser.py:793
    408 #: waeup/kofa/applicants/browser.py:837
     402#: waeup/kofa/applicants/browser.py:249
     403#: waeup/kofa/applicants/browser.py:294
     404#: waeup/kofa/applicants/browser.py:619
     405#: waeup/kofa/applicants/browser.py:657
     406#: waeup/kofa/applicants/browser.py:759
     407#: waeup/kofa/applicants/browser.py:762
     408#: waeup/kofa/applicants/browser.py:806
    409409#: waeup/kofa/browser/pages.py:480
    410410#: waeup/kofa/browser/pages.py:635
     
    422422#: waeup/kofa/hostels/browser.py:231
    423423#: waeup/kofa/hostels/browser.py:318
    424 #: waeup/kofa/students/browser.py:358
    425 #: waeup/kofa/students/browser.py:463
    426 #: waeup/kofa/students/browser.py:540
    427 #: waeup/kofa/students/browser.py:589
    428 #: waeup/kofa/students/browser.py:605
    429 #: waeup/kofa/students/browser.py:751
    430 #: waeup/kofa/students/browser.py:776
    431 #: waeup/kofa/students/browser.py:1450
    432 #: waeup/kofa/students/browser.py:1465
    433 #: waeup/kofa/students/browser.py:1580
     424#: waeup/kofa/students/browser.py:369
     425#: waeup/kofa/students/browser.py:497
     426#: waeup/kofa/students/browser.py:574
     427#: waeup/kofa/students/browser.py:623
     428#: waeup/kofa/students/browser.py:639
     429#: waeup/kofa/students/browser.py:807
     430#: waeup/kofa/students/browser.py:832
     431#: waeup/kofa/students/browser.py:1509
     432#: waeup/kofa/students/browser.py:1524
     433#: waeup/kofa/students/browser.py:1645
    434434msgid "Save"
    435435msgstr ""
    436436
    437 #: waeup/kofa/applicants/browser.py:253
    438 #: waeup/kofa/applicants/browser.py:331
    439 #: waeup/kofa/applicants/browser.py:360
     437#: waeup/kofa/applicants/browser.py:250
     438#: waeup/kofa/applicants/browser.py:326
     439#: waeup/kofa/applicants/browser.py:354
    440440msgid "Add applicant"
    441441msgstr ""
    442442
    443 #: waeup/kofa/applicants/browser.py:263
     443#: waeup/kofa/applicants/browser.py:258
    444444#: waeup/kofa/applicants/viewlets.py:95
    445445msgid "Manage applicants container"
    446446msgstr ""
    447447
    448 #: waeup/kofa/applicants/browser.py:303
    449 #: waeup/kofa/applicants/browser.py:716
     448#: waeup/kofa/applicants/browser.py:298
     449#: waeup/kofa/applicants/browser.py:686
    450450#: waeup/kofa/browser/pages.py:1444
    451451#: waeup/kofa/browser/pages.py:1766
     
    453453#: waeup/kofa/browser/pages.py:1950
    454454#: waeup/kofa/hostels/browser.py:54
    455 #: waeup/kofa/students/browser.py:82
    456 #: waeup/kofa/students/browser.py:384
     455#: waeup/kofa/students/browser.py:84
     456#: waeup/kofa/students/browser.py:395
    457457msgid "Form has been saved."
    458458msgstr ""
    459459
    460 #: waeup/kofa/applicants/browser.py:312
     460#: waeup/kofa/applicants/browser.py:307
    461461msgid "No applicant selected!"
    462462msgstr ""
    463463
    464 #: waeup/kofa/applicants/browser.py:363
     464#: waeup/kofa/applicants/browser.py:357
    465465msgid "Create application record"
    466466msgstr ""
    467467
    468 #: waeup/kofa/applicants/browser.py:368
     468#: waeup/kofa/applicants/browser.py:362
    469469msgid "Applicant record created."
    470470msgstr ""
    471471
    472 #: waeup/kofa/applicants/browser.py:381
     472#: waeup/kofa/applicants/browser.py:376
    473473msgid "Applicant"
    474474msgstr ""
    475475
     476#: waeup/kofa/applicants/browser.py:395
     477#: waeup/kofa/students/browser.py:295
     478msgid "set"
     479msgstr ""
     480
    476481#: waeup/kofa/applicants/browser.py:396
    477 #: waeup/kofa/students/browser.py:283
    478 msgid "set"
    479 msgstr ""
    480 
    481 #: waeup/kofa/applicants/browser.py:397
    482 #: waeup/kofa/students/browser.py:284
     482#: waeup/kofa/students/browser.py:296
    483483msgid "unset"
    484484msgstr ""
    485485
    486 #: waeup/kofa/applicants/browser.py:402
    487 #. Default: ""
    488 msgid "${a} Application Record ${b}"
    489 msgstr ""
    490 
    491 #: waeup/kofa/applicants/browser.py:453
     486#: waeup/kofa/applicants/browser.py:401
     487#. Default: ""
     488msgid "${a} <br /> Application Record ${b}"
     489msgstr ""
     490
     491#: waeup/kofa/applicants/browser.py:452
    492492msgid "Session configuration object is not available."
    493493msgstr ""
    494494
    495 #: waeup/kofa/applicants/browser.py:460
    496 #: waeup/kofa/students/browser.py:1028
     495#: waeup/kofa/applicants/browser.py:459
     496#: waeup/kofa/students/browser.py:1091
    497497msgid "This type of payment has already been made."
    498498msgstr ""
    499499
    500 #: waeup/kofa/applicants/browser.py:473
     500#: waeup/kofa/applicants/browser.py:472
     501#: waeup/kofa/students/browser.py:1105
     502msgid "Payment ticket created."
     503msgstr ""
     504
     505#: waeup/kofa/applicants/browser.py:499
     506#: waeup/kofa/students/browser.py:1124
     507#. Default: ""
     508msgid "${a}: Online Payment Ticket ${b}"
     509msgstr ""
     510
     511#: waeup/kofa/applicants/browser.py:527
     512#: waeup/kofa/students/browser.py:1172
     513msgid "Valid callback received."
     514msgstr ""
     515
     516#: waeup/kofa/applicants/browser.py:548
     517msgid "Payment Data"
     518msgstr ""
     519
     520#: waeup/kofa/applicants/browser.py:554
     521msgid "Online Payment Receipt"
     522msgstr ""
     523
     524#: waeup/kofa/applicants/browser.py:560
     525msgid "Ticket not yet paid."
     526msgstr ""
     527
     528#: waeup/kofa/applicants/browser.py:594
     529msgid "Uploaded image is too big!"
     530msgstr ""
     531
     532#: waeup/kofa/applicants/browser.py:599
     533msgid "jpg file extension expected."
     534msgstr ""
     535
     536#: waeup/kofa/applicants/browser.py:619
     537#: waeup/kofa/applicants/browser.py:762
     538#: waeup/kofa/applicants/browser.py:814
     539msgid "Final Submit"
     540msgstr ""
     541
     542#: waeup/kofa/applicants/browser.py:620
     543#: waeup/kofa/applicants/browser.py:727
     544#: waeup/kofa/applicants/browser.py:760
     545#: waeup/kofa/applicants/browser.py:795
    501546#: waeup/kofa/students/browser.py:1042
    502 msgid "Payment ticket created."
    503 msgstr ""
    504 
    505 #: waeup/kofa/applicants/browser.py:500
    506 #: waeup/kofa/students/browser.py:1061
    507 #. Default: ""
    508 msgid "${a}: Online Payment Ticket ${b}"
    509 msgstr ""
    510 
    511 #: waeup/kofa/applicants/browser.py:528
    512 #: waeup/kofa/students/browser.py:1110
    513 msgid "Valid callback received."
    514 msgstr ""
    515 
    516 #: waeup/kofa/applicants/browser.py:549
    517 msgid "Payment Data"
    518 msgstr ""
    519 
    520 #: waeup/kofa/applicants/browser.py:555
    521 msgid "Online Payment Receipt"
    522 msgstr ""
    523 
    524 #: waeup/kofa/applicants/browser.py:561
    525 msgid "Ticket not yet paid."
    526 msgstr ""
    527 
    528 #: waeup/kofa/applicants/browser.py:626
    529 msgid "Uploaded image is too big!"
    530 msgstr ""
    531 
    532 #: waeup/kofa/applicants/browser.py:63
     547msgid "Add online payment ticket"
     548msgstr ""
     549
     550#: waeup/kofa/applicants/browser.py:620
     551#: waeup/kofa/applicants/browser.py:732
     552#: waeup/kofa/applicants/browser.py:760
     553#: waeup/kofa/applicants/browser.py:763
     554#: waeup/kofa/applicants/browser.py:800
     555#: waeup/kofa/students/browser.py:809
     556#: waeup/kofa/students/browser.py:841
     557#: waeup/kofa/students/browser.py:1018
     558#: waeup/kofa/students/browser.py:1823
     559msgid "Remove selected tickets"
     560msgstr ""
     561
     562#: waeup/kofa/applicants/browser.py:643
     563#. Default: ""
     564msgid "${a} <br /> Application Form ${b}"
     565msgstr ""
     566
     567#: waeup/kofa/applicants/browser.py:65
    533568msgid "Application Section"
    534569msgstr ""
    535570
    536 #: waeup/kofa/applicants/browser.py:631
    537 msgid "jpg file extension expected."
    538 msgstr ""
    539 
    540 #: waeup/kofa/applicants/browser.py:653
    541 #: waeup/kofa/applicants/browser.py:793
    542 #: waeup/kofa/applicants/browser.py:845
    543 msgid "Final Submit"
    544 msgstr ""
    545 
    546571#: waeup/kofa/applicants/browser.py:654
    547 #: waeup/kofa/applicants/browser.py:757
    548 #: waeup/kofa/applicants/browser.py:791
    549 #: waeup/kofa/applicants/browser.py:826
    550 #: waeup/kofa/students/browser.py:985
    551 msgid "Add online payment ticket"
    552 msgstr ""
    553 
    554 #: waeup/kofa/applicants/browser.py:654
    555 #: waeup/kofa/applicants/browser.py:762
    556 #: waeup/kofa/applicants/browser.py:791
    557 #: waeup/kofa/applicants/browser.py:794
    558 #: waeup/kofa/applicants/browser.py:831
    559 #: waeup/kofa/students/browser.py:753
    560 #: waeup/kofa/students/browser.py:785
    561 #: waeup/kofa/students/browser.py:961
    562 #: waeup/kofa/students/browser.py:1758
    563 msgid "Remove selected tickets"
    564 msgstr ""
    565 
    566 #: waeup/kofa/applicants/browser.py:673
    567 #. Default: ""
    568 msgid "${a} Application Form ${b}"
    569 msgstr ""
    570 
    571 #: waeup/kofa/applicants/browser.py:684
    572 #: waeup/kofa/students/browser.py:355
     572#: waeup/kofa/students/browser.py:366
    573573msgid "No transition"
    574574msgstr ""
    575575
    576 #: waeup/kofa/applicants/browser.py:731
    577 #: waeup/kofa/students/browser.py:967
     576#: waeup/kofa/applicants/browser.py:701
     577#: waeup/kofa/students/browser.py:1024
    578578msgid "No payment selected."
    579579msgstr ""
    580580
    581 #: waeup/kofa/applicants/browser.py:75
     581#: waeup/kofa/applicants/browser.py:77
    582582#: waeup/kofa/applicants/viewlets.py:88
    583583msgid "Manage application section"
    584584msgstr ""
    585585
    586 #: waeup/kofa/applicants/browser.py:78
    587 #: waeup/kofa/applicants/browser.py:104
    588 #: waeup/kofa/applicants/browser.py:253
    589 #: waeup/kofa/applicants/browser.py:306
     586#: waeup/kofa/applicants/browser.py:773
     587#: waeup/kofa/students/browser.py:92
     588msgid "The requested form is locked (read-only)."
     589msgstr ""
     590
     591#: waeup/kofa/applicants/browser.py:787
     592msgid "No passport picture uploaded."
     593msgstr ""
     594
     595#: waeup/kofa/applicants/browser.py:789
     596msgid "Passport picture confirmation box not ticked."
     597msgstr ""
     598
     599#: waeup/kofa/applicants/browser.py:80
     600#: waeup/kofa/applicants/browser.py:106
     601#: waeup/kofa/applicants/browser.py:250
     602#: waeup/kofa/applicants/browser.py:301
    590603#: waeup/kofa/browser/pages.py:638
    591604#: waeup/kofa/browser/pages.py:679
     
    595608#: waeup/kofa/browser/pages.py:1436
    596609#: waeup/kofa/hostels/browser.py:131
    597 #: waeup/kofa/students/browser.py:204
    598 #: waeup/kofa/students/browser.py:1156
    599 #: waeup/kofa/students/browser.py:1169
     610#: waeup/kofa/students/browser.py:210
     611#: waeup/kofa/students/browser.py:1218
     612#: waeup/kofa/students/browser.py:1231
    600613msgid "Remove selected"
    601614msgstr ""
    602615
    603 #: waeup/kofa/applicants/browser.py:78
    604 #: waeup/kofa/applicants/browser.py:124
    605 #: waeup/kofa/applicants/browser.py:147
     616#: waeup/kofa/applicants/browser.py:80
     617#: waeup/kofa/applicants/browser.py:126
     618#: waeup/kofa/applicants/browser.py:149
    606619#: waeup/kofa/applicants/browser.py:159
    607620msgid "Add applicants container"
    608621msgstr ""
    609622
    610 #: waeup/kofa/applicants/browser.py:80
    611 #: waeup/kofa/applicants/browser.py:138
    612 #: waeup/kofa/applicants/browser.py:254
    613 #: waeup/kofa/applicants/browser.py:345
     623#: waeup/kofa/applicants/browser.py:82
     624#: waeup/kofa/applicants/browser.py:140
     625#: waeup/kofa/applicants/browser.py:251
     626#: waeup/kofa/applicants/browser.py:340
    614627#: waeup/kofa/browser/pages.py:1402
    615628#: waeup/kofa/browser/pages.py:1461
     
    621634msgstr ""
    622635
    623 #: waeup/kofa/applicants/browser.py:804
    624 #: waeup/kofa/students/browser.py:90
    625 msgid "The requested form is locked (read-only)."
    626 msgstr ""
    627 
    628 #: waeup/kofa/applicants/browser.py:81
    629 #: waeup/kofa/applicants/browser.py:134
    630 #: waeup/kofa/applicants/browser.py:255
    631 #: waeup/kofa/applicants/browser.py:341
     636#: waeup/kofa/applicants/browser.py:826
     637#: waeup/kofa/students/browser.py:1690
     638msgid "This form cannot be submitted. Wrong state!"
     639msgstr ""
     640
     641#: waeup/kofa/applicants/browser.py:83
     642#: waeup/kofa/applicants/browser.py:136
     643#: waeup/kofa/applicants/browser.py:252
     644#: waeup/kofa/applicants/browser.py:336
    632645#: waeup/kofa/browser/pages.py:1403
    633646#: waeup/kofa/browser/pages.py:1457
     
    639652msgstr ""
    640653
    641 #: waeup/kofa/applicants/browser.py:818
    642 msgid "No passport picture uploaded."
    643 msgstr ""
    644 
    645 #: waeup/kofa/applicants/browser.py:82
     654#: waeup/kofa/applicants/browser.py:831
     655msgid "Form has been submitted."
     656msgstr ""
     657
     658#: waeup/kofa/applicants/browser.py:84
    646659msgid "Applicants Containers"
    647660msgstr ""
    648661
    649 #: waeup/kofa/applicants/browser.py:820
    650 msgid "Passport picture confirmation box not ticked."
    651 msgstr ""
    652 
    653 #: waeup/kofa/applicants/browser.py:857
    654 #: waeup/kofa/students/browser.py:1625
    655 msgid "This form cannot be submitted. Wrong state!"
    656 msgstr ""
    657 
    658 #: waeup/kofa/applicants/browser.py:862
    659 msgid "Form has been submitted."
    660 msgstr ""
    661 
    662 #: waeup/kofa/applicants/browser.py:897
    663 #. Default: ""
    664 msgid "Register for ${a} Application"
    665 msgstr ""
    666 
    667 #: waeup/kofa/applicants/browser.py:903
     662#: waeup/kofa/applicants/browser.py:874
     663#. Default: ""
     664msgid "Apply for ${a}"
     665msgstr ""
     666
     667#: waeup/kofa/applicants/browser.py:880
    668668msgid "Application has not yet started."
    669669msgstr ""
    670670
    671 #: waeup/kofa/applicants/browser.py:908
     671#: waeup/kofa/applicants/browser.py:885
    672672msgid "Application has ended."
    673673msgstr ""
    674674
     675#: waeup/kofa/applicants/browser.py:894
     676msgid "Get login credentials"
     677msgstr ""
     678
    675679#: waeup/kofa/applicants/browser.py:917
    676 msgid "Get login credentials"
    677 msgstr ""
    678 
    679 #: waeup/kofa/applicants/browser.py:932
     680msgid "An error occurred."
     681msgstr ""
     682
     683#: waeup/kofa/applicants/browser.py:923
     684#: waeup/kofa/applicants/browser.py:934
     685msgid "No application record found."
     686msgstr ""
     687
     688#: waeup/kofa/applicants/browser.py:926
     689msgid "Your password has already been set. Please proceed to the login page."
     690msgstr ""
     691
     692#: waeup/kofa/applicants/browser.py:944
    680693msgid "You have successfully been registered for the"
    681694msgstr ""
    682695
    683 #: waeup/kofa/applicants/browser.py:939
     696#: waeup/kofa/applicants/browser.py:951
    684697msgid "Email could not been sent. Please retry later."
    685698msgstr ""
    686699
    687 #: waeup/kofa/applicants/browser.py:948
     700#: waeup/kofa/applicants/browser.py:960
    688701msgid "Your registration was successful."
    689702msgstr ""
    690703
    691 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:18
    692 msgid "Photograph"
    693 msgstr ""
    694 
    695 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:43
     704#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:17
     705msgid "Admitted Course of Study:"
     706msgstr ""
     707
     708#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:19
     709msgid "Passport Photo:"
     710msgstr ""
     711
     712#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:44
    696713msgid "Application Transition:"
    697714msgstr ""
    698715
    699 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:59
     716#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:60
    700717msgid "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    701718msgstr ""
    702719
    703 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:74
    704 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     720#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:76
     721#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
    705722msgid "Acceptance Fee Payment Tickets"
    706723msgstr ""
     
    720737#: waeup/kofa/applicants/browser_templates/applicantregister.pt:18
    721738msgid "An account will be created for you and an email with your login credentials will be sent to the address provided."
     739msgstr ""
     740
     741#: waeup/kofa/applicants/browser_templates/applicantregister.pt:22
     742msgid "Your application record will be looked up and an email with your login credentials will be sent to the address provided."
    722743msgstr ""
    723744
     
    747768msgstr ""
    748769
    749 #: waeup/kofa/applicants/container.py:52
    750 msgid "Basic"
    751 msgstr ""
    752 
    753 #: waeup/kofa/applicants/container.py:55
    754 msgid "handles basic applicants"
    755 msgstr ""
    756 
    757770#: waeup/kofa/applicants/export.py:40
    758771msgid "Basic Applicants Containers"
    759772msgstr ""
    760773
    761 #: waeup/kofa/applicants/interfaces.py:198
    762 #: waeup/kofa/students/browser.py:718
     774#: waeup/kofa/applicants/interfaces.py:138
     775msgid "Create Application Records"
     776msgstr ""
     777
     778#: waeup/kofa/applicants/interfaces.py:139
     779msgid "Update Application Records"
     780msgstr ""
     781
     782#: waeup/kofa/applicants/interfaces.py:159
     783#: waeup/kofa/students/browser.py:773
    763784#: waeup/kofa/university/interfaces.py:38
    764785#: waeup/kofa/university/interfaces.py:66
     
    784805msgstr ""
    785806
    786 #: waeup/kofa/applicants/interfaces.py:205
    787 #: waeup/kofa/students/browser.py:719
     807#: waeup/kofa/applicants/interfaces.py:165
     808#: waeup/kofa/students/browser.py:774
    788809#: waeup/kofa/university/interfaces.py:199
    789810#: waeup/kofa/browser/templates/departmentmanagepage.pt:41
     
    804825msgstr ""
    805826
    806 #: waeup/kofa/applicants/interfaces.py:212
    807 #: waeup/kofa/applicants/interfaces.py:322
     827#: waeup/kofa/applicants/interfaces.py:171
     828#: waeup/kofa/applicants/interfaces.py:275
    808829msgid "Application Target"
    809830msgstr ""
    810831
    811 #: waeup/kofa/applicants/interfaces.py:220
     832#: waeup/kofa/applicants/interfaces.py:178
     833#: waeup/kofa/applicants/interfaces.py:282
     834msgid "Year of Entrance"
     835msgstr ""
     836
     837#: waeup/kofa/applicants/interfaces.py:185
     838msgid "Application Mode"
     839msgstr ""
     840
     841#: waeup/kofa/applicants/interfaces.py:191
    812842msgid "Entry Level"
    813843msgstr ""
    814844
    815 #: waeup/kofa/applicants/interfaces.py:227
    816 #: waeup/kofa/applicants/interfaces.py:330
    817 msgid "Year of Entrance"
    818 msgstr ""
    819 
    820 #: waeup/kofa/applicants/interfaces.py:235
    821 #: waeup/kofa/applicants/interfaces.py:338
    822 msgid "Applicants Container Type"
    823 msgstr ""
    824 
    825 #: waeup/kofa/applicants/interfaces.py:251
     845#: waeup/kofa/applicants/interfaces.py:205
    826846msgid "Category for the grouping of certificates"
    827847msgstr ""
    828848
    829 #: waeup/kofa/applicants/interfaces.py:258
     849#: waeup/kofa/applicants/interfaces.py:211
    830850msgid "Human readable description in reST format"
    831851msgstr ""
    832852
    833 #: waeup/kofa/applicants/interfaces.py:271
     853#: waeup/kofa/applicants/interfaces.py:224
    834854msgid "Application Start Date"
    835855msgstr ""
    836856
    837 #: waeup/kofa/applicants/interfaces.py:277
     857#: waeup/kofa/applicants/interfaces.py:230
    838858msgid "Application Closing Date"
    839859msgstr ""
    840860
    841 #: waeup/kofa/applicants/interfaces.py:283
     861#: waeup/kofa/applicants/interfaces.py:236
    842862msgid "Forbid additions after deadline (enddate)"
    843863msgstr ""
    844864
    845 #: waeup/kofa/applicants/interfaces.py:366
     865#: waeup/kofa/applicants/interfaces.py:315
    846866msgid "Applicant Id"
    847867msgstr ""
    848868
    849 #: waeup/kofa/applicants/interfaces.py:371
    850 msgid "JAMB Registration Number"
    851 msgstr ""
    852 
    853 #: waeup/kofa/applicants/interfaces.py:383
    854 #: waeup/kofa/students/interfaces.py:162
     869#: waeup/kofa/applicants/interfaces.py:320
     870#: waeup/kofa/students/interfaces.py:184
     871#: waeup/kofa/students/interfaces.py:271
     872#: waeup/kofa/students/interfaces.py:518
     873msgid "Registration Number"
     874msgstr ""
     875
     876#: waeup/kofa/applicants/interfaces.py:331
     877#: waeup/kofa/applicants/interfaces.py:499
     878#: waeup/kofa/students/interfaces.py:163
    855879msgid "First Name"
    856880msgstr ""
    857881
    858 #: waeup/kofa/applicants/interfaces.py:387
    859 #: waeup/kofa/students/interfaces.py:167
     882#: waeup/kofa/applicants/interfaces.py:335
     883#: waeup/kofa/students/interfaces.py:168
    860884msgid "Middle Name"
    861885msgstr ""
    862886
    863 #: waeup/kofa/applicants/interfaces.py:391
    864 #: waeup/kofa/students/interfaces.py:172
     887#: waeup/kofa/applicants/interfaces.py:339
     888#: waeup/kofa/students/interfaces.py:173
    865889msgid "Last Name (Surname)"
    866890msgstr ""
    867891
    868 #: waeup/kofa/applicants/interfaces.py:395
    869 #: waeup/kofa/students/interfaces.py:218
     892#: waeup/kofa/applicants/interfaces.py:343
     893#: waeup/kofa/students/interfaces.py:219
    870894msgid "Date of Birth"
    871895msgstr ""
    872896
    873 #: waeup/kofa/applicants/interfaces.py:400
    874 msgid "State/LGA"
    875 msgstr ""
    876 
    877 #: waeup/kofa/applicants/interfaces.py:405
    878 #: waeup/kofa/students/interfaces.py:177
     897#: waeup/kofa/applicants/interfaces.py:349
     898#: waeup/kofa/students/interfaces.py:178
    879899msgid "Sex"
    880900msgstr ""
    881901
    882 #: waeup/kofa/applicants/interfaces.py:411
    883 #: waeup/kofa/interfaces.py:392
    884 #: waeup/kofa/interfaces.py:418
    885 #: waeup/kofa/students/interfaces.py:504
     902#: waeup/kofa/applicants/interfaces.py:354
     903#: waeup/kofa/applicants/interfaces.py:437
     904#: waeup/kofa/applicants/interfaces.py:504
     905#: waeup/kofa/interfaces.py:393
     906#: waeup/kofa/interfaces.py:419
     907#: waeup/kofa/students/interfaces.py:524
    886908msgid "Email Address"
    887909msgstr ""
    888910
    889 #: waeup/kofa/applicants/interfaces.py:416
    890 #: waeup/kofa/interfaces.py:397
    891 #: waeup/kofa/interfaces.py:425
    892 #: waeup/kofa/students/interfaces.py:208
     911#: waeup/kofa/applicants/interfaces.py:359
     912#: waeup/kofa/interfaces.py:398
     913#: waeup/kofa/interfaces.py:426
     914#: waeup/kofa/students/interfaces.py:209
    893915msgid "Phone"
    894916msgstr ""
    895917
    896 #: waeup/kofa/applicants/interfaces.py:421
    897 #: waeup/kofa/applicants/interfaces.py:507
     918#: waeup/kofa/applicants/interfaces.py:364
     919#: waeup/kofa/applicants/interfaces.py:442
    898920msgid "1st Choice Course of Study"
    899921msgstr ""
    900922
    901 #: waeup/kofa/applicants/interfaces.py:426
    902 #: waeup/kofa/applicants/interfaces.py:512
     923#: waeup/kofa/applicants/interfaces.py:369
     924#: waeup/kofa/applicants/interfaces.py:447
    903925msgid "2nd Choice Course of Study"
    904926msgstr ""
    905927
    906 #: waeup/kofa/applicants/interfaces.py:431
    907 msgid "School Grades"
    908 msgstr ""
    909 
    910 #: waeup/kofa/applicants/interfaces.py:441
    911 #: waeup/kofa/applicants/interfaces.py:517
     928#: waeup/kofa/applicants/interfaces.py:381
     929#: waeup/kofa/applicants/interfaces.py:468
     930msgid "Notice"
     931msgstr ""
     932
     933#: waeup/kofa/applicants/interfaces.py:385
     934#: waeup/kofa/applicants/interfaces.py:457
     935msgid "Screening Venue"
     936msgstr ""
     937
     938#: waeup/kofa/applicants/interfaces.py:389
     939#: waeup/kofa/applicants/interfaces.py:452
    912940msgid "Screening Score"
    913941msgstr ""
    914942
    915 #: waeup/kofa/applicants/interfaces.py:445
    916 #: waeup/kofa/applicants/interfaces.py:522
    917 msgid "Screening Venue"
    918 msgstr ""
    919 
    920 #: waeup/kofa/applicants/interfaces.py:449
    921 #: waeup/kofa/applicants/interfaces.py:527
     943#: waeup/kofa/applicants/interfaces.py:393
     944#: waeup/kofa/applicants/interfaces.py:462
    922945msgid "Admitted Course of Study"
    923946msgstr ""
    924947
    925 #: waeup/kofa/applicants/interfaces.py:455
    926 #: waeup/kofa/applicants/interfaces.py:534
    927 msgid "Notice"
    928 msgstr ""
    929 
    930 #: waeup/kofa/applicants/interfaces.py:477
    931 #: waeup/kofa/students/interfaces.py:157
     948#: waeup/kofa/applicants/interfaces.py:398
     949#: waeup/kofa/students/interfaces.py:158
    932950#: waeup/kofa/browser/templates/showstudentspage.pt:4
    933951#: waeup/kofa/students/browser_templates/containerpage.pt:29
     
    936954msgstr ""
    937955
    938 #: waeup/kofa/applicants/interfaces.py:482
     956#: waeup/kofa/applicants/interfaces.py:403
    939957msgid "Form locked"
    940958msgstr ""
    941959
    942 #: waeup/kofa/applicants/interfaces.py:561
    943 #: waeup/kofa/students/interfaces.py:484
     960#: waeup/kofa/applicants/interfaces.py:514
     961#: waeup/kofa/students/interfaces.py:504
    944962msgid "Payment Session"
    945963msgstr ""
    946964
    947 #: waeup/kofa/applicants/pdf.py:110
    948 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
    949 #: waeup/kofa/students/browser_templates/studycoursepage.pt:28
    950 msgid "Department:"
    951 msgstr ""
    952 
    953 #: waeup/kofa/applicants/pdf.py:121
    954 #: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
    955 #: waeup/kofa/students/browser_templates/studycoursepage.pt:39
    956 msgid "Faculty:"
    957 msgstr ""
    958 
    959 #: waeup/kofa/applicants/pdf.py:186
    960 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:26
    961 msgid "Admitted Course of Study:"
    962 msgstr ""
    963 
    964 #: waeup/kofa/applicants/pdf.py:204
    965 #. Default: ""
    966 msgid "<font size=10>Proceed to the login page of the portal and enter your new credentials: user name= ${a}, password = ${b}.</font>"
    967 msgstr ""
    968 
    969 #: waeup/kofa/applicants/pdf.py:210
    970 msgid "<font size=10>Change your password when you have  logged in.</font>"
    971 msgstr ""
    972 
    973 #: waeup/kofa/applicants/pdf.py:57
     965#: waeup/kofa/applicants/pdf.py:50
    974966msgid "Application Record"
     967msgstr ""
     968
     969#: waeup/kofa/applicants/pdf.py:84
     970#. Default: ""
     971msgid "Proceed to the login page of the portal and enter your new credentials: user name= ${a}, password = ${b}."
     972msgstr ""
     973
     974#: waeup/kofa/applicants/pdf.py:91
     975msgid "Change your password when you have logged in."
     976msgstr ""
     977
     978#: waeup/kofa/applicants/utils.py:35
     979msgid "Desired Study Courses"
     980msgstr ""
     981
     982#: waeup/kofa/applicants/utils.py:36
     983msgid "Process Data"
    975984msgstr ""
    976985
     
    9971006#: waeup/kofa/applicants/viewlets.py:151
    9981007#: waeup/kofa/applicants/workflow.py:99
    999 #: waeup/kofa/students/browser.py:256
     1008#: waeup/kofa/students/browser.py:268
    10001009msgid "Create student record"
    10011010msgstr ""
    10021011
    10031012#: waeup/kofa/applicants/viewlets.py:168
    1004 #: waeup/kofa/students/viewlets.py:300
     1013#: waeup/kofa/students/viewlets.py:321
    10051014msgid "Download payment receipt"
    10061015msgstr ""
    10071016
    10081017#: waeup/kofa/applicants/viewlets.py:183
    1009 #: waeup/kofa/students/viewlets.py:315
     1018#: waeup/kofa/students/viewlets.py:336
    10101019msgid "Request callback"
    10111020msgstr ""
     
    10161025
    10171026#: waeup/kofa/applicants/viewlets.py:73
    1018 #: waeup/kofa/students/viewlets.py:512
     1027#: waeup/kofa/students/viewlets.py:535
    10191028msgid "My Data"
    10201029msgstr ""
    10211030
    10221031#: waeup/kofa/applicants/workflow.py:100
    1023 #: waeup/kofa/students/batching.py:141
     1032#: waeup/kofa/students/batching.py:142
    10241033#: waeup/kofa/students/workflow.py:25
    10251034msgid "Student record created"
     
    10581067
    10591068#: waeup/kofa/applicants/workflow.py:41
    1060 #: waeup/kofa/interfaces.py:72
     1069#: waeup/kofa/interfaces.py:73
    10611070msgid "admitted"
    10621071msgstr ""
     
    10671076
    10681077#: waeup/kofa/applicants/workflow.py:43
    1069 #: waeup/kofa/interfaces.py:71
     1078#: waeup/kofa/interfaces.py:72
    10701079msgid "created"
    10711080msgstr ""
     
    11311140
    11321141#: waeup/kofa/browser/breadcrumbs.py:123
    1133 #: waeup/kofa/browser/pages.py:312
     1142#: waeup/kofa/browser/pages.py:311
    11341143msgid "Administration"
    11351144msgstr ""
     
    11421151
    11431152#: waeup/kofa/browser/breadcrumbs.py:148
    1144 #: waeup/kofa/browser/pages.py:389
     1153#: waeup/kofa/browser/pages.py:388
    11451154#: waeup/kofa/browser/viewlets.py:375
    11461155#: waeup/kofa/browser/viewlets.py:685
     
    11641173msgstr ""
    11651174
    1166 #: waeup/kofa/browser/pages.py:106
     1175#: waeup/kofa/browser/pages.py:105
    11671176#. Default: ""
    11681177msgid "Local role successfully removed: ${a}"
     
    12031212msgstr ""
    12041213
     1214#: waeup/kofa/browser/pages.py:115
     1215#: waeup/kofa/hostels/browser.py:256
     1216#: waeup/kofa/hostels/browser.py:286
     1217#: waeup/kofa/students/browser.py:240
     1218msgid "No item selected."
     1219msgstr ""
     1220
    12051221#: waeup/kofa/browser/pages.py:1155
    12061222msgid "Log files can only be searched on Unix-based operating systems."
    1207 msgstr ""
    1208 
    1209 #: waeup/kofa/browser/pages.py:116
    1210 #: waeup/kofa/hostels/browser.py:256
    1211 #: waeup/kofa/hostels/browser.py:286
    1212 #: waeup/kofa/students/browser.py:228
    1213 msgid "No item selected."
    12141223msgstr ""
    12151224
     
    13021311#: waeup/kofa/browser/pages.py:1532
    13031312#: waeup/kofa/browser/pages.py:1551
    1304 #: waeup/kofa/students/browser.py:98
    1305 #: waeup/kofa/students/export.py:22
    1306 #: waeup/kofa/students/viewlets.py:472
     1313#: waeup/kofa/students/browser.py:100
     1314#: waeup/kofa/students/export.py:40
     1315#: waeup/kofa/students/viewlets.py:495
    13071316msgid "Students"
    13081317msgstr ""
    13091318
    1310 #: waeup/kofa/browser/pages.py:155
     1319#: waeup/kofa/browser/pages.py:154
    13111320#: waeup/kofa/browser/viewlets.py:322
    1312 #: waeup/kofa/browser/templates/staffsitelayout.pt:28
    1313 #: waeup/kofa/browser/templates/studentsitelayout.pt:33
     1321#: waeup/kofa/browser/templates/staffsitelayout.pt:27
     1322#: waeup/kofa/browser/templates/studentsitelayout.pt:32
    13141323msgid "Login"
    13151324msgstr ""
     
    13441353msgstr ""
    13451354
    1346 #: waeup/kofa/browser/pages.py:163
     1355#: waeup/kofa/browser/pages.py:162
    13471356msgid "You logged in."
    13481357msgstr ""
     
    13711380msgstr ""
    13721381
     1382#: waeup/kofa/browser/pages.py:180
     1383msgid "You entered wrong credentials."
     1384msgstr ""
     1385
    13731386#: waeup/kofa/browser/pages.py:1808
    13741387msgid "Edit certificate"
    1375 msgstr ""
    1376 
    1377 #: waeup/kofa/browser/pages.py:181
    1378 msgid "You entered wrong credentials."
    13791388msgstr ""
    13801389
     
    14141423msgstr ""
    14151424
    1416 #: waeup/kofa/browser/pages.py:195
     1425#: waeup/kofa/browser/pages.py:194
    14171426msgid "You have been logged out. Thanks for using WAeUP Kofa!"
    14181427msgstr ""
    14191428
    1420 #: waeup/kofa/browser/pages.py:231
     1429#: waeup/kofa/browser/pages.py:230
    14211430#. Default: ""
    14221431msgid "Contact ${a}"
    14231432msgstr ""
    14241433
    1425 #: waeup/kofa/browser/pages.py:237
     1434#: waeup/kofa/browser/pages.py:236
    14261435#: waeup/kofa/browser/pages.py:523
    14271436msgid "Send message now"
    14281437msgstr ""
    14291438
    1430 #: waeup/kofa/browser/pages.py:256
    1431 #: waeup/kofa/browser/pages.py:275
     1439#: waeup/kofa/browser/pages.py:255
     1440#: waeup/kofa/browser/pages.py:274
    14321441#: waeup/kofa/browser/pages.py:540
    1433 #: waeup/kofa/students/browser.py:318
     1442#: waeup/kofa/students/browser.py:330
    14341443msgid "Your message has been sent."
    14351444msgstr ""
    14361445
    1437 #: waeup/kofa/browser/pages.py:266
     1446#: waeup/kofa/browser/pages.py:265
    14381447msgid "Send now"
    14391448msgstr ""
    14401449
    1441 #: waeup/kofa/browser/pages.py:277
     1450#: waeup/kofa/browser/pages.py:276
    14421451msgid "A smtp server error occurred."
    14431452msgstr ""
    14441453
    1445 #: waeup/kofa/browser/pages.py:302
     1454#: waeup/kofa/browser/pages.py:301
    14461455msgid "<h1>Welcome to WAeUP.Kofa</h1>"
    14471456msgstr ""
    14481457
     1458#: waeup/kofa/browser/pages.py:389
     1459#: waeup/kofa/hostels/browser.py:195
     1460#: waeup/kofa/students/viewlets.py:166
     1461#: waeup/kofa/students/viewlets.py:174
     1462#: waeup/kofa/students/viewlets.py:247
     1463#: waeup/kofa/students/viewlets.py:255
     1464#: waeup/kofa/students/viewlets.py:304
     1465msgid "Manage"
     1466msgstr ""
     1467
    14491468#: waeup/kofa/browser/pages.py:390
    1450 #: waeup/kofa/hostels/browser.py:195
    1451 #: waeup/kofa/students/viewlets.py:163
    1452 #: waeup/kofa/students/viewlets.py:171
    1453 #: waeup/kofa/students/viewlets.py:226
    1454 #: waeup/kofa/students/viewlets.py:243
    1455 #: waeup/kofa/students/viewlets.py:283
    1456 msgid "Manage"
    1457 msgstr ""
    1458 
    1459 #: waeup/kofa/browser/pages.py:391
    14601469#: waeup/kofa/browser/viewlets.py:180
    14611470msgid "Remove"
     
    14671476msgstr ""
    14681477
    1469 #: waeup/kofa/browser/pages.py:430
    1470 #: waeup/kofa/browser/pages.py:432
     1478#: waeup/kofa/browser/pages.py:431
     1479#: waeup/kofa/browser/pages.py:433
    14711480#: waeup/kofa/browser/viewlets.py:515
    14721481msgid "Add user"
    14731482msgstr ""
    14741483
    1475 #: waeup/kofa/browser/pages.py:454
     1484#: waeup/kofa/browser/pages.py:455
    14761485#. Default: ""
    14771486msgid "User account ${a} successfully added."
     
    14881497
    14891498#: waeup/kofa/browser/pages.py:521
    1490 #: waeup/kofa/students/browser.py:299
     1499#: waeup/kofa/students/browser.py:311
    14911500#. Default: ""
    14921501msgid "Send message to ${a}"
     
    15821591msgstr ""
    15831592
    1584 #: waeup/kofa/browser/pages.py:86
     1593#: waeup/kofa/browser/pages.py:85
    15851594msgid "No local role selected."
    15861595msgstr ""
     
    16131622#: waeup/kofa/browser/pages.py:963
    16141623msgid "Perform import"
     1624msgstr ""
     1625
     1626#: waeup/kofa/browser/pdf.py:127
     1627#. Default: ""
     1628msgid "${footer_text} Page ${num1} of ${num2}"
     1629msgstr ""
     1630
     1631#: waeup/kofa/browser/pdf.py:336
     1632#. Default: ""
     1633msgid "Date: ${a}"
    16151634msgstr ""
    16161635
     
    17871806#: waeup/kofa/browser/templates/datacenterpage.pt:16
    17881807msgid "Upload Date"
     1808msgstr ""
     1809
     1810#: waeup/kofa/browser/templates/default_waeup_display_form.pt:6
     1811msgid "Uploaded Files"
    17891812msgstr ""
    17901813
     
    18261849
    18271850#: waeup/kofa/browser/templates/facultypage.pt:1
    1828 #: waeup/kofa/hostels/browser_templates/containerpage.pt:1
    1829 msgid "There no subobjects registered yet."
     1851msgid "There are no subobjects registered yet."
     1852msgstr ""
     1853
     1854#: waeup/kofa/browser/templates/fileupload.pt:26
     1855#: waeup/kofa/students/browser_templates/imageupload.pt:20
     1856#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:26
     1857msgid "Max. file size:"
    18301858msgstr ""
    18311859
    18321860#: waeup/kofa/browser/templates/loginpage.pt:13
    1833 #: waeup/kofa/browser/templates/usereditformpage.pt:8
     1861#: waeup/kofa/browser/templates/usereditformpage.pt:9
    18341862#: waeup/kofa/students/browser_templates/basepage.pt:14
    1835 #: waeup/kofa/students/browser_templates/basemanagepage.pt:17
     1863#: waeup/kofa/students/browser_templates/basemanagepage.pt:18
    18361864#: waeup/kofa/students/browser_templates/change_password.pt:10
    1837 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:31
    1838 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:34
     1865#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:32
     1866#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:25
    18391867msgid "Password:"
    18401868msgstr ""
     
    18551883
    18561884#: waeup/kofa/browser/templates/loginpage.pt:44
    1857 #. Default: "Or simply forgot your student id or password? Then request a new password <strong><a href=\"changepw\"> here</a></strong>."
     1885#. Default: "Or simply forgot your student id, application id or password? Then request a new password <strong><a href=\"sendpw\"> here</a></strong>."
    18581886msgid "login_trouble3"
    18591887msgstr ""
     
    19051933msgstr ""
    19061934
    1907 #: waeup/kofa/browser/templates/staffsitelayout.pt:101
    1908 #: waeup/kofa/browser/templates/studentsitelayout.pt:86
     1935#: waeup/kofa/browser/templates/staffsitelayout.pt:102
     1936#: waeup/kofa/browser/templates/studentsitelayout.pt:87
    19091937msgid "Form Status:"
    19101938msgstr ""
    19111939
    1912 #: waeup/kofa/browser/templates/staffsitelayout.pt:114
    1913 #: waeup/kofa/browser/templates/studentsitelayout.pt:100
     1940#: waeup/kofa/browser/templates/staffsitelayout.pt:115
     1941#: waeup/kofa/browser/templates/studentsitelayout.pt:101
    19141942msgid "Back to top"
    19151943msgstr ""
    19161944
    1917 #: waeup/kofa/browser/templates/staffsitelayout.pt:116
    1918 #: waeup/kofa/browser/templates/studentsitelayout.pt:102
     1945#: waeup/kofa/browser/templates/staffsitelayout.pt:117
     1946#: waeup/kofa/browser/templates/studentsitelayout.pt:103
    19191947msgid "Kofa - Student Management System"
    19201948msgstr ""
    19211949
    1922 #: waeup/kofa/browser/templates/staffsitelayout.pt:119
    1923 #: waeup/kofa/browser/templates/studentsitelayout.pt:105
     1950#: waeup/kofa/browser/templates/staffsitelayout.pt:120
     1951#: waeup/kofa/browser/templates/studentsitelayout.pt:106
    19241952msgid "Copyright &copy; WAeUP Group 2008-2012"
    19251953msgstr ""
    19261954
    1927 #: waeup/kofa/browser/templates/staffsitelayout.pt:34
    1928 #: waeup/kofa/browser/templates/studentsitelayout.pt:39
     1955#: waeup/kofa/browser/templates/staffsitelayout.pt:33
     1956#: waeup/kofa/browser/templates/studentsitelayout.pt:38
    19291957msgid "Contact"
    19301958msgstr ""
    19311959
    1932 #: waeup/kofa/browser/templates/staffsitelayout.pt:40
    1933 #: waeup/kofa/browser/templates/studentsitelayout.pt:45
     1960#: waeup/kofa/browser/templates/staffsitelayout.pt:39
     1961#: waeup/kofa/browser/templates/studentsitelayout.pt:44
    19341962msgid "Logout"
    19351963msgstr ""
    19361964
    1937 #: waeup/kofa/browser/templates/staffsitelayout.pt:60
     1965#: waeup/kofa/browser/templates/staffsitelayout.pt:61
    19381966msgid "Student Id:"
    19391967msgstr ""
    19401968
    1941 #: waeup/kofa/browser/templates/staffsitelayout.pt:64
     1969#: waeup/kofa/browser/templates/staffsitelayout.pt:65
    19421970msgid "State:"
    19431971msgstr ""
    19441972
    1945 #: waeup/kofa/browser/templates/usereditformpage.pt:14
    1946 #: waeup/kofa/students/browser_templates/basemanagepage.pt:23
     1973#: waeup/kofa/browser/templates/usereditformpage.pt:15
     1974#: waeup/kofa/students/browser_templates/basemanagepage.pt:24
    19471975#: waeup/kofa/students/browser_templates/change_password.pt:16
    1948 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:37
     1976#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:38
    19491977msgid "Retype password:"
    19501978msgstr ""
     
    19591987
    19601988#: waeup/kofa/browser/viewlets.py:383
    1961 #: waeup/kofa/students/viewlets.py:155
     1989#: waeup/kofa/students/viewlets.py:158
    19621990msgid "Send email"
    19631991msgstr ""
     
    19782006#: waeup/kofa/browser/viewlets.py:528
    19792007#: waeup/kofa/browser/viewlets.py:536
    1980 msgid "Show batch logs"
     2008msgid "Show logs"
    19812009msgstr ""
    19822010
     
    19992027#: waeup/kofa/browser/viewlets.py:91
    20002028#: waeup/kofa/browser/viewlets.py:160
    2001 #: waeup/kofa/students/viewlets.py:218
    2002 #: waeup/kofa/students/viewlets.py:356
    2003 #: waeup/kofa/students/viewlets.py:403
     2029#: waeup/kofa/students/viewlets.py:239
     2030#: waeup/kofa/students/viewlets.py:379
     2031#: waeup/kofa/students/viewlets.py:426
    20042032msgid "Edit"
    20052033msgstr ""
     
    20812109#. Default: ""
    20822110msgid "Block ${a}, Room ${b}, Bed ${c}"
     2111msgstr ""
     2112
     2113#: waeup/kofa/hostels/browser_templates/containerpage.pt:1
     2114msgid "There no subobjects registered yet."
    20832115msgstr ""
    20842116
     
    21052137msgstr ""
    21062138
    2107 #: waeup/kofa/hostels/hostel.py:180
     2139#: waeup/kofa/hostels/hostel.py:185
    21082140msgid "unreserved"
    21092141msgstr ""
    21102142
    2111 #: waeup/kofa/hostels/hostel.py:187
     2143#: waeup/kofa/hostels/hostel.py:192
    21122144msgid "reserved"
    21132145msgstr ""
     
    21422174
    21432175#: waeup/kofa/hostels/interfaces.py:175
    2144 #: waeup/kofa/students/interfaces.py:445
     2176#: waeup/kofa/students/interfaces.py:465
    21452177msgid "Bed Type"
    21462178msgstr ""
     
    22992331msgstr ""
    23002332
    2301 #: waeup/kofa/interfaces.py:185
     2333#: waeup/kofa/interfaces.py:186
    23022334msgid "Subject"
    23032335msgstr ""
    23042336
    2305 #: waeup/kofa/interfaces.py:189
     2337#: waeup/kofa/interfaces.py:190
    23062338msgid "Grade"
    23072339msgstr ""
    23082340
    2309 #: waeup/kofa/interfaces.py:323
     2341#: waeup/kofa/interfaces.py:324
    23102342msgid "Processor name"
    23112343msgstr ""
    23122344
    2313 #: waeup/kofa/interfaces.py:327
    2314 msgid "Import mode"
    2315 msgstr ""
    2316 
    2317 #: waeup/kofa/interfaces.py:352
     2345#: waeup/kofa/interfaces.py:328
     2346msgid "Import Mode"
     2347msgstr ""
     2348
     2349#: waeup/kofa/interfaces.py:353
    23182350msgid "Email Address:"
    23192351msgstr ""
    23202352
    2321 #: waeup/kofa/interfaces.py:359
     2353#: waeup/kofa/interfaces.py:360
    23222354msgid "Email to:"
    23232355msgstr ""
    23242356
    2325 #: waeup/kofa/interfaces.py:366
     2357#: waeup/kofa/interfaces.py:367
    23262358msgid "Subject:"
    23272359msgstr ""
    23282360
    2329 #: waeup/kofa/interfaces.py:370
     2361#: waeup/kofa/interfaces.py:371
    23302362msgid "Full Name:"
    23312363msgstr ""
    23322364
    2333 #: waeup/kofa/interfaces.py:374
     2365#: waeup/kofa/interfaces.py:375
    23342366msgid "Text:"
    23352367msgstr ""
    23362368
    2337 #: waeup/kofa/interfaces.py:405
     2369#: waeup/kofa/interfaces.py:406
    23382370#: waeup/kofa/browser/templates/departmentmanagepage.pt:97
    23392371#: waeup/kofa/browser/templates/userscontainerpage.pt:4
     
    23452377msgstr ""
    23462378
    2347 #: waeup/kofa/interfaces.py:410
     2379#: waeup/kofa/interfaces.py:411
    23482380#: waeup/kofa/students/browser_templates/containerpage.pt:33
    23492381#: waeup/kofa/students/browser_templates/containermanagepage.pt:39
     
    23522384msgstr ""
    23532385
    2354 #: waeup/kofa/interfaces.py:414
     2386#: waeup/kofa/interfaces.py:415
    23552387msgid "Description/Notice"
    23562388msgstr ""
    23572389
    2358 #: waeup/kofa/interfaces.py:431
     2390#: waeup/kofa/interfaces.py:432
    23592391msgid "Portal roles"
    23602392msgstr ""
    23612393
    2362 #: waeup/kofa/interfaces.py:474
     2394#: waeup/kofa/interfaces.py:477
    23632395msgid "Name of University"
    23642396msgstr ""
    23652397
    2366 #: waeup/kofa/interfaces.py:475
     2398#: waeup/kofa/interfaces.py:478
    23672399msgid "Sample University"
    23682400msgstr ""
    23692401
    2370 #: waeup/kofa/interfaces.py:480
     2402#: waeup/kofa/interfaces.py:483
    23712403msgid "Abbreviated Title of University"
    23722404msgstr ""
    23732405
    2374 #: waeup/kofa/interfaces.py:486
     2406#: waeup/kofa/interfaces.py:489
    23752407msgid "Skin"
    23762408msgstr ""
    23772409
    2378 #: waeup/kofa/interfaces.py:493
     2410#: waeup/kofa/interfaces.py:496
    23792411msgid "Content in reST format"
    23802412msgstr ""
    23812413
    2382 #: waeup/kofa/interfaces.py:505
     2414#: waeup/kofa/interfaces.py:508
    23832415msgid "Accommodation Booking Session"
    23842416msgstr ""
    23852417
    2386 #: waeup/kofa/interfaces.py:513
     2418#: waeup/kofa/interfaces.py:516
    23872419msgid "Allowed States for Accommodation Booking"
    23882420msgstr ""
    23892421
    2390 #: waeup/kofa/interfaces.py:521
     2422#: waeup/kofa/interfaces.py:524
    23912423msgid "Name of Administrator"
    23922424msgstr ""
    23932425
    2394 #: waeup/kofa/interfaces.py:527
     2426#: waeup/kofa/interfaces.py:530
    23952427msgid "Email Address of Administrator"
    23962428msgstr ""
    23972429
    2398 #: waeup/kofa/interfaces.py:534
     2430#: waeup/kofa/interfaces.py:537
    23992431msgid "Subject of Email to Administrator"
    24002432msgstr ""
    24012433
    2402 #: waeup/kofa/interfaces.py:535
     2434#: waeup/kofa/interfaces.py:538
    24032435msgid "Kofa Contact"
    24042436msgstr ""
    24052437
    2406 #: waeup/kofa/interfaces.py:540
     2438#: waeup/kofa/interfaces.py:543
    24072439msgid "SMTP mailer to use when sending mail"
    24082440msgstr ""
    24092441
    2410 #: waeup/kofa/interfaces.py:547
     2442#: waeup/kofa/interfaces.py:550
    24112443msgid "Captcha used for public registration pages"
    24122444msgstr ""
    24132445
    2414 #: waeup/kofa/interfaces.py:554
     2446#: waeup/kofa/interfaces.py:557
    24152447msgid "Carry-over Course Registration"
    24162448msgstr ""
    24172449
    2418 #: waeup/kofa/interfaces.py:563
    2419 #: waeup/kofa/interfaces.py:621
     2450#: waeup/kofa/interfaces.py:566
     2451#: waeup/kofa/interfaces.py:624
    24202452msgid "Academic Session"
    24212453msgstr ""
    24222454
    2423 #: waeup/kofa/interfaces.py:571
     2455#: waeup/kofa/interfaces.py:574
    24242456#: waeup/kofa/payments/interfaces.py:30
    24252457msgid "School Fee"
    24262458msgstr ""
    24272459
    2428 #: waeup/kofa/interfaces.py:576
     2460#: waeup/kofa/interfaces.py:579
    24292461msgid "Surcharge Portal Provider"
    24302462msgstr ""
    24312463
    2432 #: waeup/kofa/interfaces.py:582
     2464#: waeup/kofa/interfaces.py:585
    24332465msgid "Surcharge Payment Gateway Provider"
    24342466msgstr ""
    24352467
    2436 #: waeup/kofa/interfaces.py:588
     2468#: waeup/kofa/interfaces.py:591
    24372469#: waeup/kofa/payments/interfaces.py:120
    24382470msgid "Surcharge 3"
    24392471msgstr ""
    24402472
    2441 #: waeup/kofa/interfaces.py:594
     2473#: waeup/kofa/interfaces.py:597
    24422474msgid "Clearance Fee"
    24432475msgstr ""
    24442476
    2445 #: waeup/kofa/interfaces.py:600
     2477#: waeup/kofa/interfaces.py:603
    24462478msgid "Booking Fee"
    24472479msgstr ""
    24482480
    2449 #: waeup/kofa/interfaces.py:606
     2481#: waeup/kofa/interfaces.py:609
    24502482#: waeup/kofa/payments/interfaces.py:36
    24512483msgid "Acceptance Fee"
    24522484msgstr ""
    24532485
    2454 #: waeup/kofa/interfaces.py:73
     2486#: waeup/kofa/interfaces.py:74
    24552487msgid "clearance started"
    24562488msgstr ""
    24572489
    2458 #: waeup/kofa/interfaces.py:74
     2490#: waeup/kofa/interfaces.py:75
    24592491msgid "clearance requested"
    24602492msgstr ""
    24612493
    2462 #: waeup/kofa/interfaces.py:75
     2494#: waeup/kofa/interfaces.py:76
    24632495msgid "cleared"
    24642496msgstr ""
    24652497
    2466 #: waeup/kofa/interfaces.py:76
     2498#: waeup/kofa/interfaces.py:77
    24672499msgid "school fee paid"
    24682500msgstr ""
    24692501
    2470 #: waeup/kofa/interfaces.py:77
     2502#: waeup/kofa/interfaces.py:78
    24712503msgid "returning"
    24722504msgstr ""
    24732505
    2474 #: waeup/kofa/interfaces.py:78
     2506#: waeup/kofa/interfaces.py:79
    24752507msgid "courses registered"
    24762508msgstr ""
    24772509
    2478 #: waeup/kofa/interfaces.py:79
     2510#: waeup/kofa/interfaces.py:80
    24792511msgid "courses validated"
    24802512msgstr ""
    24812513
    2482 #: waeup/kofa/objecthistory.py:71
     2514#: waeup/kofa/objecthistory.py:72
    24832515msgid "by"
    24842516msgstr ""
     
    25662598#: waeup/kofa/payments/interfaces.py:76
    25672599#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:10
    2568 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
    2569 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:51
     2600#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
     2601#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:42
    25702602msgid "Payment Date"
    25712603msgstr ""
     
    25792611msgstr ""
    25802612
    2581 #: waeup/kofa/students/batching.py:165
     2613#: waeup/kofa/students/batching.py:166
    25822614#. Default: ""
    25832615msgid "State '${a}' set"
    25842616msgstr ""
    25852617
    2586 #: waeup/kofa/students/browser.py:1000
     2618#: waeup/kofa/students/browser.py:1009
     2619#. Default: ""
     2620msgid "${a}: Payments"
     2621msgstr ""
     2622
     2623#: waeup/kofa/students/browser.py:1054
     2624msgid "Add online payment"
     2625msgstr ""
     2626
     2627#: waeup/kofa/students/browser.py:1057
    25872628msgid "Create ticket"
    25882629msgstr ""
    25892630
    2590 #: waeup/kofa/students/browser.py:1008
    2591 #: waeup/kofa/students/browser.py:1230
     2631#: waeup/kofa/students/browser.py:1065
     2632#: waeup/kofa/students/browser.py:1292
    25922633msgid "Your current session does not match accommodation session."
    25932634msgstr ""
    25942635
    2595 #: waeup/kofa/students/browser.py:1077
     2636#: waeup/kofa/students/browser.py:1075
     2637msgid "Study course data are incomplete."
     2638msgstr ""
     2639
     2640#: waeup/kofa/students/browser.py:1139
    25962641msgid "This ticket has already been paid."
    25972642msgstr ""
    25982643
    2599 #: waeup/kofa/students/browser.py:1090
    2600 #: waeup/kofa/students/browser.py:1098
    2601 #: waeup/kofa/students/browser.py:1106
     2644#: waeup/kofa/students/browser.py:1152
     2645#: waeup/kofa/students/browser.py:1160
     2646#: waeup/kofa/students/browser.py:1168
    26022647#. Default: ""
    26032648msgid "Valid callback received. ${a}"
    26042649msgstr ""
    26052650
    2606 #: waeup/kofa/students/browser.py:1160
     2651#: waeup/kofa/students/browser.py:121
     2652#: waeup/kofa/students/viewlets.py:117
     2653#: waeup/kofa/students/viewlets.py:557
     2654msgid "Study Course"
     2655msgstr ""
     2656
     2657#: waeup/kofa/students/browser.py:1222
    26072658#. Default: ""
    26082659msgid "${a}: Accommodation"
    26092660msgstr ""
    26102661
    2611 #: waeup/kofa/students/browser.py:1172
     2662#: waeup/kofa/students/browser.py:1234
    26122663msgid "You are not allowed to remove bed tickets."
    26132664msgstr ""
    26142665
    2615 #: waeup/kofa/students/browser.py:1179
     2666#: waeup/kofa/students/browser.py:1241
    26162667msgid "No bed ticket selected."
    26172668msgstr ""
    26182669
    2619 #: waeup/kofa/students/browser.py:119
    2620 #: waeup/kofa/students/viewlets.py:114
    2621 #: waeup/kofa/students/viewlets.py:534
    2622 msgid "Study Course"
    2623 msgstr ""
    2624 
    2625 #: waeup/kofa/students/browser.py:1210
     2670#: waeup/kofa/students/browser.py:127
     2671#: waeup/kofa/students/viewlets.py:123
     2672#: waeup/kofa/students/viewlets.py:558
     2673msgid "Payments"
     2674msgstr ""
     2675
     2676#: waeup/kofa/students/browser.py:1272
    26262677msgid "Add bed ticket"
    26272678msgstr ""
    26282679
    2629 #: waeup/kofa/students/browser.py:1212
     2680#: waeup/kofa/students/browser.py:1274
    26302681msgid "Create bed ticket"
    26312682msgstr ""
    26322683
    2633 #: waeup/kofa/students/browser.py:1220
     2684#: waeup/kofa/students/browser.py:1282
    26342685msgid "Your data are incomplete."
    26352686msgstr ""
    26362687
    2637 #: waeup/kofa/students/browser.py:1224
     2688#: waeup/kofa/students/browser.py:1286
    26382689msgid "You are in the wrong registration state."
    26392690msgstr ""
    26402691
    2641 #: waeup/kofa/students/browser.py:1235
     2692#: waeup/kofa/students/browser.py:1297
    26422693msgid "You already booked a bed space in current accommodation session."
    26432694msgstr ""
    26442695
    2645 #: waeup/kofa/students/browser.py:1246
    2646 #: waeup/kofa/students/browser.py:1543
    2647 #: waeup/kofa/students/browser.py:1656
     2696#: waeup/kofa/students/browser.py:1308
     2697#: waeup/kofa/students/browser.py:1602
     2698#: waeup/kofa/students/browser.py:1721
    26482699msgid "Activation code is invalid."
    26492700msgstr ""
    26502701
    2651 #: waeup/kofa/students/browser.py:125
    2652 #: waeup/kofa/students/viewlets.py:120
    2653 #: waeup/kofa/students/viewlets.py:535
    2654 msgid "Payments"
    2655 msgstr ""
    2656 
    2657 #: waeup/kofa/students/browser.py:1266
    2658 #: waeup/kofa/students/browser.py:1394
     2702#: waeup/kofa/students/browser.py:1328
     2703#: waeup/kofa/students/browser.py:1454
    26592704#. Default: ""
    26602705msgid "There is no free bed in your category ${a}."
    26612706msgstr ""
    26622707
    2663 #: waeup/kofa/students/browser.py:1271
    2664 #: waeup/kofa/students/browser.py:1548
    2665 #: waeup/kofa/students/browser.py:1661
     2708#: waeup/kofa/students/browser.py:1333
     2709#: waeup/kofa/students/browser.py:1607
     2710#: waeup/kofa/students/browser.py:1726
    26662711msgid "Activation code has already been used."
    26672712msgstr ""
    26682713
    2669 #: waeup/kofa/students/browser.py:1274
    2670 #: waeup/kofa/students/browser.py:1551
    2671 #: waeup/kofa/students/browser.py:1664
    2672 #: waeup/kofa/students/browser.py:1923
     2714#: waeup/kofa/students/browser.py:1336
     2715#: waeup/kofa/students/browser.py:1610
     2716#: waeup/kofa/students/browser.py:1729
     2717#: waeup/kofa/students/browser.py:1997
    26732718msgid "invalidated"
    26742719msgstr ""
    26752720
    2676 #: waeup/kofa/students/browser.py:1279
    2677 #: waeup/kofa/students/browser.py:1555
    2678 #: waeup/kofa/students/browser.py:1669
     2721#: waeup/kofa/students/browser.py:1341
     2722#: waeup/kofa/students/browser.py:1614
     2723#: waeup/kofa/students/browser.py:1734
    26792724msgid "You are not the owner of this access code."
    26802725msgstr ""
    26812726
    2682 #: waeup/kofa/students/browser.py:1290
    2683 #: waeup/kofa/students/browser.py:1408
     2727#: waeup/kofa/students/browser.py:1352
     2728#: waeup/kofa/students/browser.py:1468
    26842729#. Default: ""
    26852730msgid "${a}, Block ${b}, Room ${c}, Bed ${d} (${e})"
    26862731msgstr ""
    26872732
    2688 #: waeup/kofa/students/browser.py:1299
     2733#: waeup/kofa/students/browser.py:1361
    26892734#. Default: ""
    26902735msgid "Bed ticket created and bed booked: ${a}"
    26912736msgstr ""
    26922737
    2693 #: waeup/kofa/students/browser.py:1317
     2738#: waeup/kofa/students/browser.py:1377
    26942739#. Default: ""
    26952740msgid "Bed Ticket for Session ${a}"
    26962741msgstr ""
    26972742
    2698 #: waeup/kofa/students/browser.py:1333
     2743#: waeup/kofa/students/browser.py:1393
    26992744msgid "Bed Allocation Data"
    27002745msgstr ""
    27012746
    2702 #: waeup/kofa/students/browser.py:1339
     2747#: waeup/kofa/students/browser.py:1399
    27032748msgid "Bed Allocation: "
    27042749msgstr ""
    27052750
    2706 #: waeup/kofa/students/browser.py:1366
     2751#: waeup/kofa/students/browser.py:142
     2752#: waeup/kofa/students/viewlets.py:129
     2753msgid "Accommodation"
     2754msgstr ""
     2755
     2756#: waeup/kofa/students/browser.py:1426
    27072757msgid "Students in reserved beds can't be relocated."
    27082758msgstr ""
    27092759
    2710 #: waeup/kofa/students/browser.py:1372
     2760#: waeup/kofa/students/browser.py:1432
    27112761msgid "Student can't be relocated."
    27122762msgstr ""
    27132763
    2714 #: waeup/kofa/students/browser.py:140
    2715 #: waeup/kofa/students/viewlets.py:126
    2716 msgid "Accommodation"
    2717 msgstr ""
    2718 
    2719 #: waeup/kofa/students/browser.py:1415
     2764#: waeup/kofa/students/browser.py:1475
    27202765#. Default: ""
    27212766msgid "Student relocated: ${a}"
    27222767msgstr ""
    27232768
    2724 #: waeup/kofa/students/browser.py:1434
     2769#: waeup/kofa/students/browser.py:1494
    27252770#. Default: ""
    27262771msgid "${a}: History"
    27272772msgstr ""
    27282773
    2729 #: waeup/kofa/students/browser.py:1447
     2774#: waeup/kofa/students/browser.py:1506
    27302775msgid "Edit base data"
    27312776msgstr ""
    27322777
    2733 #: waeup/kofa/students/browser.py:1462
    2734 #: waeup/kofa/students/viewlets.py:365
     2778#: waeup/kofa/students/browser.py:151
     2779#. Default: ""
     2780msgid "Bed Ticket ${a}"
     2781msgstr ""
     2782
     2783#: waeup/kofa/students/browser.py:1521
     2784#: waeup/kofa/students/viewlets.py:388
    27352785msgid "Change password"
    27362786msgstr ""
    27372787
    2738 #: waeup/kofa/students/browser.py:1476
     2788#: waeup/kofa/students/browser.py:1535
    27392789msgid "Password changed."
    27402790msgstr ""
    27412791
    2742 #: waeup/kofa/students/browser.py:1488
     2792#: waeup/kofa/students/browser.py:1547
    27432793msgid "Upload portrait"
    27442794msgstr ""
    27452795
    2746 #: waeup/kofa/students/browser.py:149
    2747 #. Default: ""
    2748 msgid "Bed Ticket ${a}"
    2749 msgstr ""
    2750 
    2751 #: waeup/kofa/students/browser.py:1503
    2752 #: waeup/kofa/students/viewlets.py:389
     2796#: waeup/kofa/students/browser.py:1562
     2797#: waeup/kofa/students/viewlets.py:412
    27532798#: waeup/kofa/students/workflow.py:44
    27542799msgid "Start clearance"
    27552800msgstr ""
    27562801
    2757 #: waeup/kofa/students/browser.py:1507
     2802#: waeup/kofa/students/browser.py:1566
    27582803msgid "Start clearance now"
    27592804msgstr ""
    27602805
    2761 #: waeup/kofa/students/browser.py:1524
    2762 #: waeup/kofa/students/browser.py:1645
     2806#: waeup/kofa/students/browser.py:1583
     2807#: waeup/kofa/students/browser.py:1710
    27632808msgid "Wrong state"
    27642809msgstr ""
    27652810
    2766 #: waeup/kofa/students/browser.py:1528
     2811#: waeup/kofa/students/browser.py:1587
    27672812msgid "No portrait uploaded."
    27682813msgstr ""
    27692814
    2770 #: waeup/kofa/students/browser.py:1532
     2815#: waeup/kofa/students/browser.py:1591
    27712816msgid "Not all required fields filled."
    27722817msgstr ""
    27732818
    2774 #: waeup/kofa/students/browser.py:1559
     2819#: waeup/kofa/students/browser.py:1618
    27752820msgid "Clearance process has been started."
    27762821msgstr ""
    27772822
    2778 #: waeup/kofa/students/browser.py:1571
     2823#: waeup/kofa/students/browser.py:1628
    27792824msgid "Edit clearance data"
    27802825msgstr ""
    27812826
    2782 #: waeup/kofa/students/browser.py:1583
    2783 #: waeup/kofa/students/browser.py:1597
     2827#: waeup/kofa/students/browser.py:1648
     2828#: waeup/kofa/students/browser.py:1662
    27842829msgid "Clearance form has been saved."
    27852830msgstr ""
    27862831
    2787 #: waeup/kofa/students/browser.py:1591
     2832#: waeup/kofa/students/browser.py:1656
    27882833msgid "Save and request clearance"
    27892834msgstr ""
    27902835
    2791 #: waeup/kofa/students/browser.py:1606
     2836#: waeup/kofa/students/browser.py:1671
    27922837#: waeup/kofa/students/workflow.py:58
    27932838msgid "Request clearance"
    27942839msgstr ""
    27952840
    2796 #: waeup/kofa/students/browser.py:1607
     2841#: waeup/kofa/students/browser.py:1672
    27972842msgid "Enter the CLR access code used for starting clearance."
    27982843msgstr ""
    27992844
    2800 #: waeup/kofa/students/browser.py:1610
     2845#: waeup/kofa/students/browser.py:1675
    28012846msgid "Request clearance now"
    28022847msgstr ""
    28032848
    2804 #: waeup/kofa/students/browser.py:1619
     2849#: waeup/kofa/students/browser.py:1684
    28052850msgid "This isn't your CLR access code."
    28062851msgstr ""
    28072852
    2808 #: waeup/kofa/students/browser.py:1628
     2853#: waeup/kofa/students/browser.py:1693
    28092854msgid "Clearance has been requested."
    28102855msgstr ""
    28112856
    2812 #: waeup/kofa/students/browser.py:1637
    2813 #: waeup/kofa/students/viewlets.py:418
     2857#: waeup/kofa/students/browser.py:170
     2858msgid "Student Section"
     2859msgstr ""
     2860
     2861#: waeup/kofa/students/browser.py:1702
     2862#: waeup/kofa/students/viewlets.py:441
    28142863msgid "Start course registration"
    28152864msgstr ""
    28162865
    2817 #: waeup/kofa/students/browser.py:1641
     2866#: waeup/kofa/students/browser.py:1706
    28182867msgid "Start course registration now"
    28192868msgstr ""
    28202869
    2821 #: waeup/kofa/students/browser.py:1677
     2870#: waeup/kofa/students/browser.py:1742
    28222871msgid "Course registration has been started."
    28232872msgstr ""
    28242873
    2825 #: waeup/kofa/students/browser.py:168
    2826 msgid "Student Section"
    2827 msgstr ""
    2828 
    2829 #: waeup/kofa/students/browser.py:1696
     2874#: waeup/kofa/students/browser.py:1761
    28302875#. Default: ""
    28312876msgid "Add current level ${a}"
    28322877msgstr ""
    28332878
    2834 #: waeup/kofa/students/browser.py:1705
     2879#: waeup/kofa/students/browser.py:1770
    28352880msgid "Create course list now"
    28362881msgstr ""
    28372882
    2838 #: waeup/kofa/students/browser.py:1744
     2883#: waeup/kofa/students/browser.py:1809
    28392884#. Default: ""
    28402885msgid "Add and remove course tickets of study level ${a}"
    28412886msgstr ""
    28422887
    2843 #: waeup/kofa/students/browser.py:1781
     2888#: waeup/kofa/students/browser.py:1846
    28442889msgid "Register course list"
    28452890msgstr ""
    28462891
    2847 #: waeup/kofa/students/browser.py:1785
     2892#: waeup/kofa/students/browser.py:1850
    28482893msgid "Course list has been registered."
    28492894msgstr ""
    28502895
    2851 #: waeup/kofa/students/browser.py:1831
    2852 msgid "Change my password"
    2853 msgstr ""
    2854 
    2855 #: waeup/kofa/students/browser.py:184
    2856 #: waeup/kofa/students/browser.py:220
     2896#: waeup/kofa/students/browser.py:186
     2897#: waeup/kofa/students/browser.py:226
    28572898msgid "Empty search string"
    28582899msgstr ""
    28592900
    2860 #: waeup/kofa/students/browser.py:1841
     2901#: waeup/kofa/students/browser.py:1896
     2902msgid "Send me a new password"
     2903msgstr ""
     2904
     2905#: waeup/kofa/students/browser.py:1906
    28612906msgid "Get new login credentials"
    28622907msgstr ""
    28632908
    2864 #: waeup/kofa/students/browser.py:1855
    2865 msgid "No student record found."
    2866 msgstr ""
    2867 
    2868 #: waeup/kofa/students/browser.py:1863
     2909#: waeup/kofa/students/browser.py:1923
     2910msgid "Application package not installed."
     2911msgstr ""
     2912
     2913#: waeup/kofa/students/browser.py:1929
     2914msgid "No record found."
     2915msgstr ""
     2916
     2917#: waeup/kofa/students/browser.py:1937
    28692918msgid "You have successfully changed your password for the"
    28702919msgstr ""
    28712920
    2872 #: waeup/kofa/students/browser.py:1868
     2921#: waeup/kofa/students/browser.py:1942
    28732922#. Default: ""
    28742923msgid "An email with your user name and password has been sent to ${a}."
    28752924msgstr ""
    28762925
    2877 #: waeup/kofa/students/browser.py:1879
     2926#: waeup/kofa/students/browser.py:1953
    28782927msgid "Set password for first-time login"
    28792928msgstr ""
    28802929
    2881 #: waeup/kofa/students/browser.py:1882
     2930#: waeup/kofa/students/browser.py:1956
    28822931msgid "Set"
    28832932msgstr ""
    28842933
    2885 #: waeup/kofa/students/browser.py:1897
     2934#: waeup/kofa/students/browser.py:1971
    28862935msgid "More than one student found."
    28872936msgstr ""
    28882937
    2889 #: waeup/kofa/students/browser.py:1905
     2938#: waeup/kofa/students/browser.py:1979
    28902939msgid "Access code is invalid."
    28912940msgstr ""
    28922941
    2893 #: waeup/kofa/students/browser.py:1908
     2942#: waeup/kofa/students/browser.py:1982
    28942943#. Default: ""
    28952944msgid "Password has already been set. Your Student Id is ${a}"
    28962945msgstr ""
    28972946
    2898 #: waeup/kofa/students/browser.py:1914
     2947#: waeup/kofa/students/browser.py:1988
    28992948msgid "Password has already been set. You are using the wrong Access Code."
    29002949msgstr ""
    29012950
    2902 #: waeup/kofa/students/browser.py:1920
     2951#: waeup/kofa/students/browser.py:1994
    29032952msgid "Access code has already been used."
    29042953msgstr ""
    29052954
    2906 #: waeup/kofa/students/browser.py:1929
     2955#: waeup/kofa/students/browser.py:2003
    29072956#. Default: ""
    29082957msgid "Password has been set. Your Student Id is ${a}"
    29092958msgstr ""
    29102959
    2911 #: waeup/kofa/students/browser.py:202
    2912 #: waeup/kofa/students/viewlets.py:139
     2960#: waeup/kofa/students/browser.py:208
     2961#: waeup/kofa/students/viewlets.py:142
    29132962msgid "Manage student section"
    29142963msgstr ""
    29152964
    2916 #: waeup/kofa/students/browser.py:226
    2917 #: waeup/kofa/students/browser.py:1894
     2965#: waeup/kofa/students/browser.py:238
     2966#: waeup/kofa/students/browser.py:1968
    29182967msgid "No student found."
    29192968msgstr ""
    29202969
    2921 #: waeup/kofa/students/browser.py:253
    2922 #: waeup/kofa/students/viewlets.py:146
     2970#: waeup/kofa/students/browser.py:265
     2971#: waeup/kofa/students/viewlets.py:149
    29232972msgid "Add student"
    29242973msgstr ""
    29252974
    2926 #: waeup/kofa/students/browser.py:261
     2975#: waeup/kofa/students/browser.py:273
    29272976msgid "Student record created."
    29282977msgstr ""
    29292978
    2930 #: waeup/kofa/students/browser.py:277
     2979#: waeup/kofa/students/browser.py:289
    29312980#. Default: ""
    29322981msgid "${a}: Base Data"
    29332982msgstr ""
    29342983
    2935 #: waeup/kofa/students/browser.py:320
    2936 #: waeup/kofa/students/browser.py:1871
     2984#: waeup/kofa/students/browser.py:332
     2985#: waeup/kofa/students/browser.py:1945
    29372986msgid "An smtp server error occurred."
    29382987msgstr ""
    29392988
    2940 #: waeup/kofa/students/browser.py:332
     2989#: waeup/kofa/students/browser.py:343
    29412990msgid "Manage base data"
    29422991msgstr ""
    29432992
    2944 #: waeup/kofa/students/browser.py:407
     2993#: waeup/kofa/students/browser.py:423
    29452994#. Default: ""
    29462995msgid "${a}: Clearance Data"
    29472996msgstr ""
    29482997
    2949 #: waeup/kofa/students/browser.py:423
    2950 #: waeup/kofa/students/viewlets.py:104
    2951 #: waeup/kofa/students/viewlets.py:532
     2998#: waeup/kofa/students/browser.py:446
     2999#: waeup/kofa/students/viewlets.py:107
     3000#: waeup/kofa/students/viewlets.py:555
    29523001#: waeup/kofa/students/browser_templates/clearanceeditpage.pt:6
    29533002msgid "Clearance Data"
    29543003msgstr ""
    29553004
    2956 #: waeup/kofa/students/browser.py:429
     3005#: waeup/kofa/students/browser.py:452
    29573006msgid "Clearance Slip of "
    29583007msgstr ""
    29593008
    2960 #: waeup/kofa/students/browser.py:449
     3009#: waeup/kofa/students/browser.py:471
    29613010msgid "Manage clearance data"
    29623011msgstr ""
    29633012
    2964 #: waeup/kofa/students/browser.py:478
     3013#: waeup/kofa/students/browser.py:512
    29653014msgid "Student has been cleared."
    29663015msgstr ""
    29673016
    2968 #: waeup/kofa/students/browser.py:480
    2969 #: waeup/kofa/students/browser.py:504
     3017#: waeup/kofa/students/browser.py:514
     3018#: waeup/kofa/students/browser.py:538
    29703019msgid "Student is in wrong state."
    29713020msgstr ""
    29723021
    2973 #: waeup/kofa/students/browser.py:497
     3022#: waeup/kofa/students/browser.py:531
    29743023msgid "Clearance has been annulled."
    29753024msgstr ""
    29763025
    2977 #: waeup/kofa/students/browser.py:501
     3026#: waeup/kofa/students/browser.py:535
    29783027msgid "Clearance request has been rejected."
    29793028msgstr ""
    29803029
    2981 #: waeup/kofa/students/browser.py:527
     3030#: waeup/kofa/students/browser.py:561
    29823031#. Default: ""
    29833032msgid "${a}: Personal Data"
    29843033msgstr ""
    29853034
    2986 #: waeup/kofa/students/browser.py:537
    2987 msgid "Manage personal data"
    2988 msgstr ""
    2989 
    2990 #: waeup/kofa/students/browser.py:557
     3035#: waeup/kofa/students/browser.py:571
     3036msgid "Edit personal data"
     3037msgstr ""
     3038
     3039#: waeup/kofa/students/browser.py:591
    29913040#. Default: ""
    29923041msgid "${a}: Study Course"
    29933042msgstr ""
    29943043
    2995 #: waeup/kofa/students/browser.py:587
     3044#: waeup/kofa/students/browser.py:621
    29963045msgid "Manage study course"
    29973046msgstr ""
    29983047
    2999 #: waeup/kofa/students/browser.py:590
    3000 #: waeup/kofa/students/browser.py:631
     3048#: waeup/kofa/students/browser.py:624
     3049#: waeup/kofa/students/browser.py:671
    30013050msgid "Remove selected levels"
    30023051msgstr ""
    30033052
    3004 #: waeup/kofa/students/browser.py:591
    3005 #: waeup/kofa/students/browser.py:617
     3053#: waeup/kofa/students/browser.py:625
     3054#: waeup/kofa/students/browser.py:657
    30063055msgid "Add study level"
    30073056msgstr ""
    30083057
    3009 #: waeup/kofa/students/browser.py:625
     3058#: waeup/kofa/students/browser.py:645
     3059msgid "Current level not available for certificate."
     3060msgstr ""
     3061
     3062#: waeup/kofa/students/browser.py:665
    30103063msgid "Study level has been added."
    30113064msgstr ""
    30123065
    3013 #: waeup/kofa/students/browser.py:627
    3014 #: waeup/kofa/students/browser.py:1714
     3066#: waeup/kofa/students/browser.py:667
     3067#: waeup/kofa/students/browser.py:1779
    30153068msgid "This level exists."
    30163069msgstr ""
    30173070
    3018 #: waeup/kofa/students/browser.py:637
     3071#: waeup/kofa/students/browser.py:677
    30193072msgid "No study level selected."
    30203073msgstr ""
    30213074
    3022 #: waeup/kofa/students/browser.py:673
     3075#: waeup/kofa/students/browser.py:728
    30233076#. Default: ""
    30243077msgid "${a}: Study Level ${b}"
    30253078msgstr ""
    30263079
    3027 #: waeup/kofa/students/browser.py:696
     3080#: waeup/kofa/students/browser.py:751
    30283081msgid "Level Data"
    30293082msgstr ""
    30303083
    3031 #: waeup/kofa/students/browser.py:702
     3084#: waeup/kofa/students/browser.py:757
    30323085msgid "Course List"
    30333086msgstr ""
    30343087
    3035 #: waeup/kofa/students/browser.py:711
    3036 msgid "Course Registration Slip  "
    3037 msgstr ""
    3038 
    3039 #: waeup/kofa/students/browser.py:717
     3088#: waeup/kofa/students/browser.py:766
     3089msgid "Course Registration Slip"
     3090msgstr ""
     3091
     3092#: waeup/kofa/students/browser.py:772
    30403093#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:35
    30413094#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:12
     
    30443097msgstr ""
    30453098
    3046 #: waeup/kofa/students/browser.py:720
     3099#: waeup/kofa/students/browser.py:775
    30473100#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:38
    30483101#: waeup/kofa/students/browser_templates/studylevelpage.pt:36
     
    30503103msgstr ""
    30513104
    3052 #: waeup/kofa/students/browser.py:721
     3105#: waeup/kofa/students/browser.py:776
    30533106#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:16
    30543107msgid "Faculty"
    30553108msgstr ""
    30563109
    3057 #: waeup/kofa/students/browser.py:722
     3110#: waeup/kofa/students/browser.py:777
    30583111#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:40
    30593112#: waeup/kofa/students/browser_templates/studylevelpage.pt:38
     
    30613114msgstr ""
    30623115
    3063 #: waeup/kofa/students/browser.py:723
     3116#: waeup/kofa/students/browser.py:778
    30643117#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:41
    30653118#: waeup/kofa/students/browser_templates/studylevelpage.pt:39
     
    30673120msgstr ""
    30683121
    3069 #: waeup/kofa/students/browser.py:724
    3070 #: waeup/kofa/students/interfaces.py:389
     3122#: waeup/kofa/students/browser.py:779
     3123#: waeup/kofa/students/interfaces.py:409
    30713124#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:42
    30723125#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:18
     
    30753128msgstr ""
    30763129
    3077 #: waeup/kofa/students/browser.py:752
    3078 #: waeup/kofa/students/browser.py:781
    3079 #: waeup/kofa/students/browser.py:866
     3130#: waeup/kofa/students/browser.py:808
     3131#: waeup/kofa/students/browser.py:837
     3132#: waeup/kofa/students/browser.py:922
     3133#: waeup/kofa/students/browser.py:927
     3134#: waeup/kofa/students/browser.py:1819
     3135#: waeup/kofa/students/browser.py:1869
     3136msgid "Add course ticket"
     3137msgstr ""
     3138
     3139#: waeup/kofa/students/browser.py:829
     3140#. Default: ""
     3141msgid "Manage study level ${a}"
     3142msgstr ""
     3143
     3144#: waeup/kofa/students/browser.py:847
     3145#: waeup/kofa/students/browser.py:1829
     3146msgid "No ticket selected."
     3147msgstr ""
     3148
    30803149#: waeup/kofa/students/browser.py:871
    3081 #: waeup/kofa/students/browser.py:1754
    3082 #: waeup/kofa/students/browser.py:1804
    3083 msgid "Add course ticket"
    3084 msgstr ""
    3085 
    3086 #: waeup/kofa/students/browser.py:773
    3087 #. Default: ""
    3088 msgid "Manage study level ${a}"
    3089 msgstr ""
    3090 
    3091 #: waeup/kofa/students/browser.py:791
    3092 #: waeup/kofa/students/browser.py:1764
    3093 msgid "No ticket selected."
    3094 msgstr ""
    3095 
    3096 #: waeup/kofa/students/browser.py:815
    3097 #: waeup/kofa/students/browser.py:837
     3150#: waeup/kofa/students/browser.py:893
    30983151msgid "This level does not correspond current level."
    30993152msgstr ""
    31003153
    3101 #: waeup/kofa/students/browser.py:819
     3154#: waeup/kofa/students/browser.py:875
    31023155msgid "Course list has been validated."
    31033156msgstr ""
    31043157
    3105 #: waeup/kofa/students/browser.py:821
    3106 #: waeup/kofa/students/browser.py:849
     3158#: waeup/kofa/students/browser.py:877
     3159#: waeup/kofa/students/browser.py:905
    31073160msgid "Student is in the wrong state."
    31083161msgstr ""
    31093162
    3110 #: waeup/kofa/students/browser.py:842
     3163#: waeup/kofa/students/browser.py:898
    31113164msgid "Course list request has been annulled."
    31123165msgstr ""
    31133166
    3114 #: waeup/kofa/students/browser.py:846
     3167#: waeup/kofa/students/browser.py:902
    31153168msgid "Course list request has been rejected:"
    31163169msgstr ""
    31173170
    3118 #: waeup/kofa/students/browser.py:886
    3119 #: waeup/kofa/students/browser.py:1817
     3171#: waeup/kofa/students/browser.py:943
     3172#: waeup/kofa/students/browser.py:1882
    31203173msgid "The ticket exists."
    31213174msgstr ""
    31223175
    3123 #: waeup/kofa/students/browser.py:888
    3124 #: waeup/kofa/students/browser.py:1819
     3176#: waeup/kofa/students/browser.py:945
     3177#: waeup/kofa/students/browser.py:1884
    31253178#. Default: ""
    31263179msgid "Successfully added ${a}."
    31273180msgstr ""
    31283181
    3129 #: waeup/kofa/students/browser.py:909
     3182#: waeup/kofa/students/browser.py:966
    31303183#. Default: ""
    31313184msgid "${a}: Course Ticket ${b}"
    31323185msgstr ""
    31333186
    3134 #: waeup/kofa/students/browser.py:925
     3187#: waeup/kofa/students/browser.py:982
    31353188#. Default: ""
    31363189msgid "Manage course ticket ${a}"
    3137 msgstr ""
    3138 
    3139 #: waeup/kofa/students/browser.py:952
    3140 #. Default: ""
    3141 msgid "${a}: Payments"
    3142 msgstr ""
    3143 
    3144 #: waeup/kofa/students/browser.py:997
    3145 msgid "Add online payment"
    31463190msgstr ""
    31473191
     
    31503194msgstr ""
    31513195
    3152 #: waeup/kofa/students/browser_templates/basemanagepage.pt:29
     3196#: waeup/kofa/students/browser_templates/basemanagepage.pt:30
    31533197msgid "Registration Transition:"
    3154 msgstr ""
    3155 
    3156 #: waeup/kofa/students/browser_templates/changepw.pt:8
    3157 #. Default: "Please solve the captcha<br />to prevent misuse of this service:"
    3158 msgid "solve_captcha"
    31593198msgstr ""
    31603199
     
    32063245#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:14
    32073246#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:25
    3208 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
    3209 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:54
     3247#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:89
     3248#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:45
    32103249msgid "State"
    32113250msgstr ""
     
    32263265msgstr ""
    32273266
     3267#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:15
     3268#: waeup/kofa/students/browser_templates/studycoursepage.pt:39
     3269msgid "Faculty:"
     3270msgstr ""
     3271
     3272#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:23
     3273#: waeup/kofa/students/browser_templates/studycoursepage.pt:28
     3274msgid "Department:"
     3275msgstr ""
     3276
    32283277#: waeup/kofa/students/browser_templates/courseticketmanagepage.pt:31
    32293278msgid "Semester:"
     
    32423291msgstr ""
    32433292
    3244 #: waeup/kofa/students/browser_templates/imageupload.pt:20
    3245 #: waeup/kofa/students/browser_templates/fileupload.pt:26
    3246 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:25
    3247 msgid "Max. file size:"
    3248 msgstr ""
    3249 
    32503293#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:11
     3294#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:87
     3295#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:43
     3296msgid "Category"
     3297msgstr ""
     3298
     3299#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
     3300#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:88
     3301#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:44
     3302msgid "Item"
     3303msgstr ""
     3304
     3305#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
     3306#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:84
     3307#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:40
     3308msgid "Payment Id"
     3309msgstr ""
     3310
     3311#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    32513312#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:85
    3252 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:52
    3253 msgid "Category"
    3254 msgstr ""
    3255 
    3256 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:12
    3257 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:86
    3258 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:53
    3259 msgid "Item"
    3260 msgstr ""
    3261 
    3262 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:8
    3263 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:82
    3264 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:49
    3265 msgid "Payment Id"
    3266 msgstr ""
    3267 
    3268 #: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:9
    3269 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:83
    3270 #: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:50
     3313#: waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt:41
    32713314msgid "Creation Date"
     3315msgstr ""
     3316
     3317#: waeup/kofa/students/browser_templates/sendpassword.pt:19
     3318#. Default: "Enter the email address stored on Kofa. You can't change your email address here. If you've forgotten your email address or the email address stored in Kofa is wrong or no longer valid, use the enquiries form to request a change of address."
     3319msgid "email_address_problem"
     3320msgstr ""
     3321
     3322#: waeup/kofa/students/browser_templates/sendpassword.pt:8
     3323#. Default: "Please solve the captcha<br />to prevent misuse of this service:"
     3324msgid "solve_captcha"
    32723325msgstr ""
    32733326
     
    33653418msgstr ""
    33663419
    3367 #: waeup/kofa/students/interfaces.py:183
    3368 #: waeup/kofa/students/interfaces.py:259
    3369 #: waeup/kofa/students/interfaces.py:498
    3370 msgid "Registration Number"
    3371 msgstr ""
    3372 
    3373 #: waeup/kofa/students/interfaces.py:190
    3374 #: waeup/kofa/students/interfaces.py:268
     3420#: waeup/kofa/students/export.py:139
     3421msgid "Student Study Levels"
     3422msgstr ""
     3423
     3424#: waeup/kofa/students/export.py:87
     3425msgid "Student Study Courses"
     3426msgstr ""
     3427
     3428#: waeup/kofa/students/interfaces.py:191
     3429#: waeup/kofa/students/interfaces.py:280
    33753430msgid "Matriculation Number"
    33763431msgstr ""
    33773432
    3378 #: waeup/kofa/students/interfaces.py:197
     3433#: waeup/kofa/students/interfaces.py:198
    33793434msgid "PWD Activation Code"
    33803435msgstr ""
    33813436
    3382 #: waeup/kofa/students/interfaces.py:203
     3437#: waeup/kofa/students/interfaces.py:204
    33833438msgid "Email"
    33843439msgstr ""
    33853440
    3386 #: waeup/kofa/students/interfaces.py:223
     3441#: waeup/kofa/students/interfaces.py:225
    33873442msgid "Clearance form locked"
    33883443msgstr ""
    33893444
    3390 #: waeup/kofa/students/interfaces.py:228
     3445#: waeup/kofa/students/interfaces.py:230
    33913446msgid "CLR Activation Code"
    33923447msgstr ""
    33933448
    3394 #: waeup/kofa/students/interfaces.py:235
     3449#: waeup/kofa/students/interfaces.py:237
    33953450msgid "Nationality"
    33963451msgstr ""
    33973452
    3398 #: waeup/kofa/students/interfaces.py:245
     3453#: waeup/kofa/students/interfaces.py:246
     3454msgid "Employer"
     3455msgstr ""
     3456
     3457#: waeup/kofa/students/interfaces.py:256
    33993458msgid "Permanent Address"
    34003459msgstr ""
    34013460
    3402 #: waeup/kofa/students/interfaces.py:277
     3461#: waeup/kofa/students/interfaces.py:289
    34033462#: waeup/kofa/browser/templates/showstudentspage.pt:7
    34043463msgid "Certificate"
    34053464msgstr ""
    34063465
    3407 #: waeup/kofa/students/interfaces.py:283
     3466#: waeup/kofa/students/interfaces.py:295
    34083467msgid "Entry Mode"
    34093468msgstr ""
    34103469
    3411 #: waeup/kofa/students/interfaces.py:290
     3470#: waeup/kofa/students/interfaces.py:302
    34123471msgid "Entry Session"
    34133472msgstr ""
    34143473
    3415 #: waeup/kofa/students/interfaces.py:298
    3416 #: waeup/kofa/students/interfaces.py:337
     3474#: waeup/kofa/students/interfaces.py:310
     3475#: waeup/kofa/students/interfaces.py:349
    34173476#: waeup/kofa/browser/templates/showstudentspage.pt:8
    34183477msgid "Current Session"
    34193478msgstr ""
    34203479
    3421 #: waeup/kofa/students/interfaces.py:305
    3422 #: waeup/kofa/students/interfaces.py:343
     3480#: waeup/kofa/students/interfaces.py:317
     3481#: waeup/kofa/students/interfaces.py:355
    34233482#: waeup/kofa/browser/templates/showstudentspage.pt:9
    34243483msgid "Current Level"
    34253484msgstr ""
    34263485
    3427 #: waeup/kofa/students/interfaces.py:312
     3486#: waeup/kofa/students/interfaces.py:324
     3487#: waeup/kofa/students/interfaces.py:343
     3488msgid "Current Verdict"
     3489msgstr ""
     3490
    34283491#: waeup/kofa/students/interfaces.py:331
    3429 msgid "Current Verdict"
    3430 msgstr ""
    3431 
    3432 #: waeup/kofa/students/interfaces.py:319
    34333492msgid "Previous Verdict"
    34343493msgstr ""
    34353494
    3436 #: waeup/kofa/students/interfaces.py:357
    3437 #: waeup/kofa/students/interfaces.py:451
     3495#: waeup/kofa/students/interfaces.py:369
     3496#: waeup/kofa/students/interfaces.py:471
    34383497#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:8
    34393498#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:13
     
    34413500msgstr ""
    34423501
    3443 #: waeup/kofa/students/interfaces.py:363
     3502#: waeup/kofa/students/interfaces.py:375
    34443503msgid "Verdict"
    34453504msgstr ""
    34463505
    3447 #: waeup/kofa/students/interfaces.py:382
     3506#: waeup/kofa/students/interfaces.py:402
    34483507#: waeup/kofa/browser/templates/certificatepage.pt:30
    34493508#: waeup/kofa/browser/templates/certificatemanagepage.pt:33
     
    34513510msgstr ""
    34523511
    3453 #: waeup/kofa/students/interfaces.py:396
     3512#: waeup/kofa/students/interfaces.py:416
    34543513msgid "Automatical Creation"
    34553514msgstr ""
    34563515
    3457 #: waeup/kofa/students/interfaces.py:403
     3516#: waeup/kofa/students/interfaces.py:423
    34583517msgid "Carry-over Course"
    34593518msgstr ""
    34603519
    3461 #: waeup/kofa/students/interfaces.py:422
     3520#: waeup/kofa/students/interfaces.py:442
    34623521#: waeup/kofa/university/interfaces.py:299
    34633522#: waeup/kofa/browser/templates/certificatepage.pt:29
     
    34663525msgstr ""
    34673526
    3468 #: waeup/kofa/students/interfaces.py:439
     3527#: waeup/kofa/students/interfaces.py:459
    34693528#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:10
    34703529msgid "Bed Coordinates"
    34713530msgstr ""
    34723531
    3473 #: waeup/kofa/students/interfaces.py:458
     3532#: waeup/kofa/students/interfaces.py:478
    34743533#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:9
    34753534msgid "Booking Date"
    34763535msgstr ""
    34773536
    3478 #: waeup/kofa/students/interfaces.py:464
     3537#: waeup/kofa/students/interfaces.py:484
    34793538msgid "Booking Activation Code"
    34803539msgstr ""
    34813540
    3482 #: waeup/kofa/students/utils.py:167
     3541#: waeup/kofa/students/utils.py:182
     3542msgid "Scanned Documents"
     3543msgstr ""
     3544
     3545#: waeup/kofa/students/utils.py:190
     3546msgid "(not provided)"
     3547msgstr ""
     3548
     3549#: waeup/kofa/students/utils.py:218
    34833550#. Default: ""
    34843551msgid "<font size=10>${a} Page ${b} of ${c}</font>"
    34853552msgstr ""
    34863553
    3487 #: waeup/kofa/students/utils.py:298
    3488 #: waeup/kofa/students/viewlets.py:71
    3489 #: waeup/kofa/students/viewlets.py:99
    3490 #: waeup/kofa/students/browser_templates/basemanagepage.pt:6
     3554#: waeup/kofa/students/utils.py:333
     3555#: waeup/kofa/students/viewlets.py:74
     3556#: waeup/kofa/students/viewlets.py:102
     3557#: waeup/kofa/students/browser_templates/basemanagepage.pt:7
    34913558msgid "Base Data"
    34923559msgstr ""
    34933560
    3494 #: waeup/kofa/students/utils.py:329
    3495 msgid "Scanned Documents"
    3496 msgstr ""
    3497 
    3498 #: waeup/kofa/students/utils.py:382
     3561#: waeup/kofa/students/utils.py:368
    34993562msgid "(not yet)"
    35003563msgstr ""
    35013564
    3502 #: waeup/kofa/students/viewlets.py:109
    3503 #: waeup/kofa/students/viewlets.py:533
     3565#: waeup/kofa/students/viewlets.py:112
     3566#: waeup/kofa/students/viewlets.py:556
    35043567msgid "Personal Data"
    35053568msgstr ""
    35063569
    3507 #: waeup/kofa/students/viewlets.py:131
    3508 #: waeup/kofa/students/viewlets.py:537
     3570#: waeup/kofa/students/viewlets.py:134
     3571#: waeup/kofa/students/viewlets.py:560
    35093572#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:27
    35103573msgid "History"
    35113574msgstr ""
    35123575
    3513 #: waeup/kofa/students/viewlets.py:179
     3576#: waeup/kofa/students/viewlets.py:182
    35143577#: waeup/kofa/students/workflow.py:72
    35153578msgid "Clear student"
    35163579msgstr ""
    35173580
    3518 #: waeup/kofa/students/viewlets.py:194
     3581#: waeup/kofa/students/viewlets.py:197
    35193582msgid "Reject clearance"
    35203583msgstr ""
    35213584
    3522 #: waeup/kofa/students/viewlets.py:210
     3585#: waeup/kofa/students/viewlets.py:213
    35233586msgid "Download clearance slip"
    35243587msgstr ""
    35253588
    3526 #: waeup/kofa/students/viewlets.py:235
    3527 msgid "Download course registration slip"
    3528 msgstr ""
    3529 
    3530 #: waeup/kofa/students/viewlets.py:251
     3589#: waeup/kofa/students/viewlets.py:222
     3590#: waeup/kofa/students/viewlets.py:231
     3591msgid "View"
     3592msgstr ""
     3593
     3594#: waeup/kofa/students/viewlets.py:263
    35313595#: waeup/kofa/students/workflow.py:128
    35323596msgid "Validate courses"
    35333597msgstr ""
    35343598
    3535 #: waeup/kofa/students/viewlets.py:267
     3599#: waeup/kofa/students/viewlets.py:279
    35363600msgid "Reject courses"
    35373601msgstr ""
    35383602
    3539 #: waeup/kofa/students/viewlets.py:330
     3603#: waeup/kofa/students/viewlets.py:296
     3604msgid "Download course registration slip"
     3605msgstr ""
     3606
     3607#: waeup/kofa/students/viewlets.py:353
    35403608msgid "Book accommodation"
    35413609msgstr ""
    35423610
    3543 #: waeup/kofa/students/viewlets.py:339
     3611#: waeup/kofa/students/viewlets.py:362
    35443612msgid "Download bed allocation slip"
    35453613msgstr ""
    35463614
    3547 #: waeup/kofa/students/viewlets.py:348
     3615#: waeup/kofa/students/viewlets.py:371
    35483616msgid "Relocate student"
    35493617msgstr ""
    35503618
    3551 #: waeup/kofa/students/viewlets.py:374
     3619#: waeup/kofa/students/viewlets.py:397
    35523620msgid "Change portrait"
    35533621msgstr ""
    35543622
    3555 #: waeup/kofa/students/viewlets.py:432
     3623#: waeup/kofa/students/viewlets.py:455
    35563624msgid "Add course list"
    35573625msgstr ""
    35583626
    3559 #: waeup/kofa/students/viewlets.py:450
     3627#: waeup/kofa/students/viewlets.py:473
    35603628msgid "Add and remove courses"
    35613629msgstr ""
    35623630
    3563 #: waeup/kofa/students/viewlets.py:536
     3631#: waeup/kofa/students/viewlets.py:559
    35643632msgid "Accommodation Data"
    35653633msgstr ""
    35663634
    3567 #: waeup/kofa/students/viewlets.py:548
     3635#: waeup/kofa/students/viewlets.py:571
    35683636#. Default: ""
    35693637msgid "${a} deleted."
    35703638msgstr ""
    35713639
    3572 #: waeup/kofa/students/viewlets.py:561
     3640#: waeup/kofa/students/viewlets.py:584
    35733641msgid "File name has no extension."
    35743642msgstr ""
    35753643
    3576 #: waeup/kofa/students/viewlets.py:564
     3644#: waeup/kofa/students/viewlets.py:587
    35773645msgid "File name contains more than one dot."
    35783646msgstr ""
    35793647
    3580 #: waeup/kofa/students/viewlets.py:571
     3648#: waeup/kofa/students/viewlets.py:594
    35813649#. Default: ""
    35823650msgid "${a} file extension expected."
    35833651msgstr ""
    35843652
    3585 #: waeup/kofa/students/viewlets.py:577
     3653#: waeup/kofa/students/viewlets.py:600
    35863654#. Default: ""
    35873655msgid "Only the following extension are allowed: ${a}"
    35883656msgstr ""
    35893657
    3590 #: waeup/kofa/students/viewlets.py:583
     3658#: waeup/kofa/students/viewlets.py:606
    35913659msgid "Uploaded file is too big."
    35923660msgstr ""
    35933661
    3594 #: waeup/kofa/students/viewlets.py:590
     3662#: waeup/kofa/students/viewlets.py:613
    35953663#. Default: ""
    35963664msgid "File ${a} uploaded."
    35973665msgstr ""
    35983666
    3599 #: waeup/kofa/students/viewlets.py:608
     3667#: waeup/kofa/students/viewlets.py:631
    36003668#: waeup/kofa/browser/templates/datacenterlogspage.pt:10
    36013669#: waeup/kofa/browser/templates/datacenterpage.pt:14
     
    36043672msgstr ""
    36053673
    3606 #: waeup/kofa/students/viewlets.py:609
     3674#: waeup/kofa/students/viewlets.py:632
    36073675msgid "Scan"
    36083676msgstr ""
    36093677
    3610 #: waeup/kofa/students/viewlets.py:632
     3678#: waeup/kofa/students/viewlets.py:655
    36113679msgid "Upload new file"
    36123680msgstr ""
    36133681
    3614 #: waeup/kofa/students/viewlets.py:633
     3682#: waeup/kofa/students/viewlets.py:656
    36153683msgid "Delete attachment"
    36163684msgstr ""
    36173685
    3618 #: waeup/kofa/students/viewlets.py:663
     3686#: waeup/kofa/students/viewlets.py:687
    36193687msgid "No local file selected."
    36203688msgstr ""
    36213689
    3622 #: waeup/kofa/students/viewlets.py:677
    3623 #: waeup/kofa/students/browser_templates/basemanagepage.pt:8
     3690#: waeup/kofa/students/viewlets.py:701
     3691#: waeup/kofa/students/browser_templates/basemanagepage.pt:9
    36243692msgid "Passport Picture"
    36253693msgstr ""
    36263694
    3627 #: waeup/kofa/students/viewlets.py:688
     3695#: waeup/kofa/students/viewlets.py:712
    36283696msgid "Passport Picture (jpg only)"
    36293697msgstr ""
    36303698
    3631 #: waeup/kofa/students/viewlets.py:703
    3632 #: waeup/kofa/students/viewlets.py:714
     3699#: waeup/kofa/students/viewlets.py:727
     3700#: waeup/kofa/students/viewlets.py:738
    36333701msgid "Birth Certificate"
    36343702msgstr ""
    36353703
    3636 #: waeup/kofa/students/viewlets.py:704
    3637 #: waeup/kofa/students/viewlets.py:715
     3704#: waeup/kofa/students/viewlets.py:728
     3705#: waeup/kofa/students/viewlets.py:739
    36383706msgid "Birth Certificate Scan"
    36393707msgstr ""
    36403708
    3641 #: waeup/kofa/students/viewlets.py:724
    3642 #: waeup/kofa/students/viewlets.py:735
     3709#: waeup/kofa/students/viewlets.py:748
     3710#: waeup/kofa/students/viewlets.py:759
    36433711msgid "Acceptance Letter"
    36443712msgstr ""
    36453713
    3646 #: waeup/kofa/students/viewlets.py:725
    3647 #: waeup/kofa/students/viewlets.py:736
     3714#: waeup/kofa/students/viewlets.py:749
     3715#: waeup/kofa/students/viewlets.py:760
    36483716msgid "Acceptance Letter Scan"
    36493717msgstr ""
    36503718
    3651 #: waeup/kofa/students/viewlets.py:85
     3719#: waeup/kofa/students/viewlets.py:88
    36523720msgid "Application Slip"
    36533721msgstr ""
    36543722
    3655 #: waeup/kofa/students/vocabularies.py:117
     3723#: waeup/kofa/students/vocabularies.py:116
    36563724msgid "male"
    36573725msgstr ""
    36583726
    3659 #: waeup/kofa/students/vocabularies.py:119
     3727#: waeup/kofa/students/vocabularies.py:118
    36603728msgid "female"
    36613729msgstr ""
    36623730
    3663 #: waeup/kofa/students/vocabularies.py:77
     3731#: waeup/kofa/students/vocabularies.py:76
    36643732#. Default: ""
    36653733msgid "Error: level id ${value} out of range"
    36663734msgstr ""
    36673735
    3668 #: waeup/kofa/students/vocabularies.py:88
     3736#: waeup/kofa/students/vocabularies.py:87
    36693737#. Default: ""
    36703738msgid "${title} 2nd spillover"
    36713739msgstr ""
    36723740
    3673 #: waeup/kofa/students/vocabularies.py:91
     3741#: waeup/kofa/students/vocabularies.py:90
    36743742#. Default: ""
    36753743msgid "${title} 3rd spillover"
    36763744msgstr ""
    36773745
    3678 #: waeup/kofa/students/vocabularies.py:94
     3746#: waeup/kofa/students/vocabularies.py:93
    36793747#. Default: ""
    36803748msgid "${title} 1st spillover"
    36813749msgstr ""
    36823750
    3683 #: waeup/kofa/students/vocabularies.py:96
     3751#: waeup/kofa/students/vocabularies.py:95
    36843752#. Default: ""
    36853753msgid "${title} on 1st probation"
    36863754msgstr ""
    36873755
    3688 #: waeup/kofa/students/vocabularies.py:98
     3756#: waeup/kofa/students/vocabularies.py:97
    36893757#. Default: ""
    36903758msgid "${title} on 2nd probation"
     
    36963764
    36973765#: waeup/kofa/students/workflow.py:108
    3698 msgid "Student record reset to 'returning'"
     3766#: waeup/kofa/students/workflow.py:143
     3767msgid "Reset to 'returning'"
    36993768msgstr ""
    37003769
     
    37143783#: waeup/kofa/students/workflow.py:122
    37153784#: waeup/kofa/students/workflow.py:136
    3716 msgid "Student record reset to 'paid'"
     3785msgid "Reset to 'paid'"
    37173786msgstr ""
    37183787
     
    37253794msgstr ""
    37263795
    3727 #: waeup/kofa/students/workflow.py:143
    3728 msgid "Returned"
    3729 msgstr ""
    3730 
    37313796#: waeup/kofa/students/workflow.py:149
    37323797msgid "Reset to validated"
     
    37343799
    37353800#: waeup/kofa/students/workflow.py:150
    3736 msgid "Student record reset to 'validated'"
     3801msgid "Reset to 'validated'"
    37373802msgstr ""
    37383803
     
    37543819
    37553820#: waeup/kofa/students/workflow.py:38
    3756 msgid "Student record reset"
     3821msgid "Reset to initial state"
    37573822msgstr ""
    37583823
     
    37663831
    37673832#: waeup/kofa/students/workflow.py:52
    3768 msgid "Student record reset to 'admitted'"
     3833msgid "Reset to 'admitted'"
    37693834msgstr ""
    37703835
     
    37803845#: waeup/kofa/students/workflow.py:66
    37813846#: waeup/kofa/students/workflow.py:80
    3782 msgid "Student record reset to 'clearance'"
     3847msgid "Reset to 'clearance'"
    37833848msgstr ""
    37843849
     
    38023867
    38033868#: waeup/kofa/students/workflow.py:94
    3804 msgid "Student record reset to 'cleared'"
     3869msgid "Reset to 'cleared'"
    38053870msgstr ""
    38063871
     
    39374002msgstr ""
    39384003
     4004#: waeup/kofa/university/vocabularies.py:38
     4005msgid "900 (Year 9)"
     4006msgstr ""
     4007
    39394008#: waeup/kofa/utils/countries.py:10
    39404009msgid "Albania"
     
    42424311
    42434312#: waeup/kofa/utils/countries.py:169
    4244 #: waeup/kofa/utils/utils.py:47
     4313#: waeup/kofa/utils/utils.py:48
    42454314msgid "Nigeria"
    42464315msgstr ""
     
    48954964
    48964965#: waeup/kofa/utils/countries.py:90
    4897 #: waeup/kofa/utils/utils.py:46
     4966#: waeup/kofa/utils/utils.py:47
    48984967msgid "Germany"
    48994968msgstr ""
     
    49355004msgstr ""
    49365005
    4937 #: waeup/kofa/utils/utils.py:149
     5006#: waeup/kofa/utils/utils.py:151
    49385007msgid ""
    49395008"Fullname: ${a}\n"
     
    49455014msgstr ""
    49465015
    4947 #: waeup/kofa/utils/utils.py:194
     5016#: waeup/kofa/utils/utils.py:201
    49485017msgid ""
    49495018"Dear ${a},\n"
     
    49655034msgstr ""
    49665035
    4967 #: waeup/kofa/utils/utils.py:48
     5036#: waeup/kofa/utils/utils.py:49
    49685037msgid "U.S."
    49695038msgstr ""
    49705039
    4971 #: waeup/kofa/widgets/phonewidget.py:117
     5040#: waeup/kofa/widgets/phonewidget.py:118
    49725041msgid "Empty phone field(s)."
    49735042msgstr ""
    49745043
    4975 #: waeup/kofa/widgets/phonewidget.py:121
     5044#: waeup/kofa/widgets/phonewidget.py:122
    49765045msgid "Int. prefix requires format '+NNN'"
    49775046msgstr ""
    49785047
    4979 #: waeup/kofa/widgets/phonewidget.py:127
     5048#: waeup/kofa/widgets/phonewidget.py:130
    49805049msgid "Phone numbers may contain numbers only."
    49815050msgstr ""
  • main/waeup.kofa/trunk/src/waeup/kofa/locales/yo/LC_MESSAGES/waeup.kofa.po

    r8194 r8197  
    1515msgstr ""
    1616"Project-Id-Version: WAeUP.Kofa\n"
    17 "POT-Creation-Date: Thu Apr 12 09:07:38 2012\n"
     17"POT-Creation-Date: Tue Apr 17 16:18:24 2012\n"
    1818"PO-Revision-Date: 2012-03-09 07:17+0100\n"
    1919"Last-Translator: Henrik Bettermann <henrik@waeup.org>\n"
     
    2828"X-Poedit-SourceCharset: utf-8\n"
    2929
    30 #: waeup/kofa/accesscodes/browser.py:100 waeup/kofa/accesscodes/browser.py:113
    31 #: waeup/kofa/applicants/browser.py:82 waeup/kofa/applicants/browser.py:132
    32 #: waeup/kofa/applicants/browser.py:183 waeup/kofa/applicants/browser.py:254
    33 #: waeup/kofa/applicants/browser.py:255 waeup/kofa/applicants/browser.py:338
    34 #: waeup/kofa/browser/pages.py:510 waeup/kofa/browser/pages.py:716
    35 #: waeup/kofa/browser/pages.py:743 waeup/kofa/browser/pages.py:766
    36 #: waeup/kofa/browser/pages.py:813 waeup/kofa/browser/pages.py:843
    37 #: waeup/kofa/browser/pages.py:963 waeup/kofa/browser/pages.py:1191
    38 #: waeup/kofa/browser/pages.py:1328 waeup/kofa/browser/pages.py:1349
    39 #: waeup/kofa/browser/pages.py:1376 waeup/kofa/browser/pages.py:1404
    40 #: waeup/kofa/browser/pages.py:1405 waeup/kofa/browser/pages.py:1451
    41 #: waeup/kofa/browser/pages.py:1492 waeup/kofa/browser/pages.py:1571
    42 #: waeup/kofa/browser/pages.py:1572 waeup/kofa/browser/pages.py:1574
    43 #: waeup/kofa/browser/pages.py:1652 waeup/kofa/browser/pages.py:1697
    44 #: waeup/kofa/browser/pages.py:1735 waeup/kofa/browser/pages.py:1779
    45 #: waeup/kofa/browser/pages.py:1818 waeup/kofa/browser/pages.py:1820
    46 #: waeup/kofa/browser/pages.py:1855 waeup/kofa/browser/pages.py:1906
    47 #: waeup/kofa/browser/pages.py:1958 waeup/kofa/students/browser.py:627
    48 #: waeup/kofa/students/browser.py:628 waeup/kofa/students/browser.py:795
    49 #: waeup/kofa/students/browser.py:797 waeup/kofa/students/browser.py:937
     30#: waeup/kofa/accesscodes/browser.py:101 waeup/kofa/accesscodes/browser.py:114
     31#: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:131
     32#: waeup/kofa/applicants/browser.py:180 waeup/kofa/applicants/browser.py:249
     33#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:331
     34#: waeup/kofa/browser/pages.py:507 waeup/kofa/browser/pages.py:712
     35#: waeup/kofa/browser/pages.py:739 waeup/kofa/browser/pages.py:762
     36#: waeup/kofa/browser/pages.py:809 waeup/kofa/browser/pages.py:839
     37#: waeup/kofa/browser/pages.py:959 waeup/kofa/browser/pages.py:1187
     38#: waeup/kofa/browser/pages.py:1324 waeup/kofa/browser/pages.py:1345
     39#: waeup/kofa/browser/pages.py:1372 waeup/kofa/browser/pages.py:1400
     40#: waeup/kofa/browser/pages.py:1401 waeup/kofa/browser/pages.py:1447
     41#: waeup/kofa/browser/pages.py:1488 waeup/kofa/browser/pages.py:1567
     42#: waeup/kofa/browser/pages.py:1568 waeup/kofa/browser/pages.py:1570
     43#: waeup/kofa/browser/pages.py:1648 waeup/kofa/browser/pages.py:1693
     44#: waeup/kofa/browser/pages.py:1731 waeup/kofa/browser/pages.py:1775
     45#: waeup/kofa/browser/pages.py:1814 waeup/kofa/browser/pages.py:1816
     46#: waeup/kofa/browser/pages.py:1851 waeup/kofa/browser/pages.py:1902
     47#: waeup/kofa/browser/pages.py:1954 waeup/kofa/students/browser.py:623
     48#: waeup/kofa/students/browser.py:624 waeup/kofa/students/browser.py:807
     49#: waeup/kofa/students/browser.py:809 waeup/kofa/students/browser.py:950
    5050msgid "Cancel"
    5151msgstr ""
    5252
    53 #: waeup/kofa/accesscodes/browser.py:102
     53#: waeup/kofa/accesscodes/browser.py:103
    5454msgid "Batch creation cancelled."
    5555msgstr ""
    5656
    57 #: waeup/kofa/accesscodes/browser.py:112
     57#: waeup/kofa/accesscodes/browser.py:113
    5858msgid "Reimport"
    5959msgstr ""
    6060
    61 #: waeup/kofa/accesscodes/browser.py:115
     61#: waeup/kofa/accesscodes/browser.py:116
    6262msgid "Reimport Access Code Batches"
    6363msgstr ""
    6464
    65 #: waeup/kofa/accesscodes/browser.py:120
     65#: waeup/kofa/accesscodes/browser.py:121
    6666msgid "Reimport cancelled."
    6767msgstr ""
    6868
    69 #: waeup/kofa/accesscodes/browser.py:126
     69#: waeup/kofa/accesscodes/browser.py:127
    7070msgid "No file chosen. Action cancelled."
    7171msgstr ""
    7272
    7373#. Default: ""
    74 #: waeup/kofa/accesscodes/browser.py:136
     74#: waeup/kofa/accesscodes/browser.py:137
    7575msgid "This batch already exists: ${a}"
    7676msgstr ""
    7777
    7878#. Default: ""
    79 #: waeup/kofa/accesscodes/browser.py:139
     79#: waeup/kofa/accesscodes/browser.py:140
    8080msgid "Successfully reimported: ${a}"
    8181msgstr ""
    8282
    83 #: waeup/kofa/accesscodes/browser.py:152
     83#: waeup/kofa/accesscodes/browser.py:153
    8484msgid "Search and Manage Access Codes"
    8585msgstr ""
    8686
    87 #: waeup/kofa/accesscodes/browser.py:153 waeup/kofa/browser/pages.py:600
    88 #: waeup/kofa/browser/pages.py:1150 waeup/kofa/browser/viewlets.py:190
     87#: waeup/kofa/accesscodes/browser.py:154 waeup/kofa/browser/pages.py:596
     88#: waeup/kofa/browser/pages.py:1146 waeup/kofa/browser/viewlets.py:190
    8989#: waeup/kofa/students/browser.py:171 waeup/kofa/students/browser.py:209
    9090msgid "Search"
    9191msgstr ""
    9292
    93 #: waeup/kofa/accesscodes/browser.py:154
     93#: waeup/kofa/accesscodes/browser.py:155
    9494msgid "Disable ACs"
    9595msgstr ""
    9696
    97 #: waeup/kofa/accesscodes/browser.py:155
     97#: waeup/kofa/accesscodes/browser.py:156
    9898msgid "Enable ACs"
    9999msgstr ""
    100100
    101 #: waeup/kofa/accesscodes/browser.py:180 waeup/kofa/accesscodes/workflow.py:39
     101#: waeup/kofa/accesscodes/browser.py:181 waeup/kofa/accesscodes/workflow.py:39
    102102msgid "disabled"
    103103msgstr ""
    104104
    105105#. Default: ""
    106 #: waeup/kofa/accesscodes/browser.py:182
     106#: waeup/kofa/accesscodes/browser.py:183
    107107msgid "${a} disabled."
    108108msgstr ""
    109109
    110110#. Default: ""
    111 #: waeup/kofa/accesscodes/browser.py:186
     111#: waeup/kofa/accesscodes/browser.py:187
    112112msgid "${a}: Disable transition not allowed."
    113113msgstr ""
    114114
    115 #: waeup/kofa/accesscodes/browser.py:190
     115#: waeup/kofa/accesscodes/browser.py:191
    116116msgid "re-enabled"
    117117msgstr ""
    118118
    119119#. Default: ""
    120 #: waeup/kofa/accesscodes/browser.py:192
     120#: waeup/kofa/accesscodes/browser.py:193
    121121msgid "${a} (re-)enabled."
    122122msgstr ""
    123123
    124124#. Default: ""
    125 #: waeup/kofa/accesscodes/browser.py:196
     125#: waeup/kofa/accesscodes/browser.py:197
    126126msgid "${a}: Re-enable transition not allowed."
    127127msgstr ""
    128128
    129 #: waeup/kofa/accesscodes/browser.py:235
     129#: waeup/kofa/accesscodes/browser.py:236
    130130msgid "Add Access Code Batch"
    131131msgstr ""
    132132
    133 #: waeup/kofa/accesscodes/browser.py:244
     133#: waeup/kofa/accesscodes/browser.py:245
    134134msgid "Reimport Access Code Batch"
    135135msgstr ""
    136136
    137 #: waeup/kofa/accesscodes/browser.py:252
     137#: waeup/kofa/accesscodes/browser.py:253
    138138msgid "Search Access Codes"
    139139msgstr ""
    140140
    141 #: waeup/kofa/accesscodes/browser.py:261
     141#: waeup/kofa/accesscodes/browser.py:262
    142142msgid "Access Codes"
    143143msgstr ""
    144144
    145 #: waeup/kofa/accesscodes/browser.py:43
     145#: waeup/kofa/accesscodes/browser.py:44
    146146msgid "Archive"
    147147msgstr ""
    148148
    149 #: waeup/kofa/accesscodes/browser.py:44
     149#: waeup/kofa/accesscodes/browser.py:45
    150150msgid "Archive and delete"
    151151msgstr ""
    152152
    153 #: waeup/kofa/accesscodes/browser.py:46 waeup/kofa/accesscodes/browser.py:206
    154 #: waeup/kofa/accesscodes/browser.py:226
     153#: waeup/kofa/accesscodes/browser.py:47 waeup/kofa/accesscodes/browser.py:207
     154#: waeup/kofa/accesscodes/browser.py:227
    155155msgid "Access Code Batches"
    156156msgstr ""
    157157
    158 #: waeup/kofa/accesscodes/browser.py:53
     158#: waeup/kofa/accesscodes/browser.py:54
    159159msgid "No batch selected."
    160160msgstr ""
    161161
    162162#. Default: ""
    163 #: waeup/kofa/accesscodes/browser.py:61
     163#: waeup/kofa/accesscodes/browser.py:62
    164164msgid "Archived ${a} (${b})"
    165165msgstr ""
    166166
    167167#. Default: ""
    168 #: waeup/kofa/accesscodes/browser.py:68
     168#: waeup/kofa/accesscodes/browser.py:69
    169169msgid "Deleted batch ${a}"
    170170msgstr ""
    171171
    172 #: waeup/kofa/accesscodes/browser.py:77
     172#: waeup/kofa/accesscodes/browser.py:78
    173173msgid "Create Access Code Batch"
    174174msgstr ""
    175175
    176 #: waeup/kofa/accesscodes/browser.py:83
     176#: waeup/kofa/accesscodes/browser.py:84
    177177msgid "Create batch"
    178178msgstr ""
    179179
    180180#. Default: ""
    181 #: waeup/kofa/accesscodes/browser.py:91
     181#: waeup/kofa/accesscodes/browser.py:92
    182182msgid "Batch created (${a} entries)"
    183183msgstr ""
    184184
    185185#. Default: ""
    186 #: waeup/kofa/accesscodes/browser.py:93
     186#: waeup/kofa/accesscodes/browser.py:94
    187187msgid "Data written to ${a}"
    188188msgstr ""
     
    342342msgstr ""
    343343
    344 #: waeup/kofa/applicants/browser.py:119 waeup/kofa/applicants/browser.py:325
    345 #: waeup/kofa/applicants/browser.py:724
     344#: waeup/kofa/applicants/browser.py:118 waeup/kofa/applicants/browser.py:318
     345#: waeup/kofa/applicants/browser.py:714
    346346msgid "Could not delete:"
    347347msgstr ""
    348348
    349349#. Default: ""
    350 #: waeup/kofa/applicants/browser.py:122 waeup/kofa/applicants/browser.py:328
    351 #: waeup/kofa/applicants/browser.py:727 waeup/kofa/browser/pages.py:137
    352 #: waeup/kofa/students/browser.py:253 waeup/kofa/students/browser.py:691
    353 #: waeup/kofa/students/browser.py:845 waeup/kofa/students/browser.py:1023
    354 #: waeup/kofa/students/browser.py:1238 waeup/kofa/students/browser.py:1832
     350#: waeup/kofa/applicants/browser.py:121 waeup/kofa/applicants/browser.py:321
     351#: waeup/kofa/applicants/browser.py:717 waeup/kofa/browser/pages.py:136
     352#: waeup/kofa/students/browser.py:253 waeup/kofa/students/browser.py:687
     353#: waeup/kofa/students/browser.py:857 waeup/kofa/students/browser.py:1036
     354#: waeup/kofa/students/browser.py:1251 waeup/kofa/students/browser.py:1841
    355355msgid "Successfully removed: ${a}"
    356356msgstr ""
    357357
    358 #: waeup/kofa/applicants/browser.py:171
     358#: waeup/kofa/applicants/browser.py:168
    359359msgid ""
    360360"An applicants container for the same application type and entrance year "
     
    362362msgstr ""
    363363
    364 #: waeup/kofa/applicants/browser.py:179
     364#: waeup/kofa/applicants/browser.py:176
    365365msgid "Added:"
    366366msgstr ""
    367367
    368 #: waeup/kofa/applicants/browser.py:191 waeup/kofa/applicants/export.py:76
     368#: waeup/kofa/applicants/browser.py:188 waeup/kofa/applicants/export.py:76
    369369#: waeup/kofa/applicants/viewlets.py:44
    370370#: waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt:12
     
    373373msgstr ""
    374374
    375 #: waeup/kofa/applicants/browser.py:254 waeup/kofa/applicants/browser.py:301
    376 #: waeup/kofa/applicants/browser.py:629 waeup/kofa/applicants/browser.py:667
    377 #: waeup/kofa/applicants/browser.py:771 waeup/kofa/applicants/browser.py:774
    378 #: waeup/kofa/applicants/browser.py:818 waeup/kofa/browser/pages.py:483
    379 #: waeup/kofa/browser/pages.py:639 waeup/kofa/browser/pages.py:662
    380 #: waeup/kofa/browser/pages.py:736 waeup/kofa/browser/pages.py:1189
    381 #: waeup/kofa/browser/pages.py:1404 waeup/kofa/browser/pages.py:1445
    382 #: waeup/kofa/browser/pages.py:1571 waeup/kofa/browser/pages.py:1624
    383 #: waeup/kofa/browser/pages.py:1767 waeup/kofa/browser/pages.py:1818
    384 #: waeup/kofa/browser/pages.py:1839 waeup/kofa/hostels/browser.py:209
     375#: waeup/kofa/applicants/browser.py:249 waeup/kofa/applicants/browser.py:294
     376#: waeup/kofa/applicants/browser.py:619 waeup/kofa/applicants/browser.py:657
     377#: waeup/kofa/applicants/browser.py:759 waeup/kofa/applicants/browser.py:762
     378#: waeup/kofa/applicants/browser.py:806 waeup/kofa/browser/pages.py:480
     379#: waeup/kofa/browser/pages.py:635 waeup/kofa/browser/pages.py:658
     380#: waeup/kofa/browser/pages.py:732 waeup/kofa/browser/pages.py:1185
     381#: waeup/kofa/browser/pages.py:1400 waeup/kofa/browser/pages.py:1441
     382#: waeup/kofa/browser/pages.py:1567 waeup/kofa/browser/pages.py:1620
     383#: waeup/kofa/browser/pages.py:1763 waeup/kofa/browser/pages.py:1814
     384#: waeup/kofa/browser/pages.py:1835 waeup/kofa/hostels/browser.py:209
    385385#: waeup/kofa/hostels/browser.py:231 waeup/kofa/hostels/browser.py:318
    386 #: waeup/kofa/students/browser.py:370 waeup/kofa/students/browser.py:501
    387 #: waeup/kofa/students/browser.py:578 waeup/kofa/students/browser.py:627
    388 #: waeup/kofa/students/browser.py:643 waeup/kofa/students/browser.py:795
    389 #: waeup/kofa/students/browser.py:820 waeup/kofa/students/browser.py:1499
    390 #: waeup/kofa/students/browser.py:1514 waeup/kofa/students/browser.py:1636
     386#: waeup/kofa/students/browser.py:369 waeup/kofa/students/browser.py:497
     387#: waeup/kofa/students/browser.py:574 waeup/kofa/students/browser.py:623
     388#: waeup/kofa/students/browser.py:639 waeup/kofa/students/browser.py:807
     389#: waeup/kofa/students/browser.py:832 waeup/kofa/students/browser.py:1509
     390#: waeup/kofa/students/browser.py:1524 waeup/kofa/students/browser.py:1645
    391391msgid "Save"
    392392msgstr ""
    393393
    394 #: waeup/kofa/applicants/browser.py:255 waeup/kofa/applicants/browser.py:333
     394#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:326
     395#: waeup/kofa/applicants/browser.py:354
     396msgid "Add applicant"
     397msgstr ""
     398
     399#: waeup/kofa/applicants/browser.py:258 waeup/kofa/applicants/viewlets.py:95
     400msgid "Manage applicants container"
     401msgstr ""
     402
     403#: waeup/kofa/applicants/browser.py:298 waeup/kofa/applicants/browser.py:686
     404#: waeup/kofa/browser/pages.py:1444 waeup/kofa/browser/pages.py:1766
     405#: waeup/kofa/browser/pages.py:1838 waeup/kofa/browser/pages.py:1950
     406#: waeup/kofa/hostels/browser.py:54 waeup/kofa/students/browser.py:84
     407#: waeup/kofa/students/browser.py:395
     408msgid "Form has been saved."
     409msgstr ""
     410
     411#: waeup/kofa/applicants/browser.py:307
     412msgid "No applicant selected!"
     413msgstr ""
     414
     415#: waeup/kofa/applicants/browser.py:357
     416msgid "Create application record"
     417msgstr ""
     418
    395419#: waeup/kofa/applicants/browser.py:362
    396 msgid "Add applicant"
    397 msgstr ""
    398 
    399 #: waeup/kofa/applicants/browser.py:265 waeup/kofa/applicants/viewlets.py:95
    400 msgid "Manage applicants container"
    401 msgstr ""
    402 
    403 #: waeup/kofa/applicants/browser.py:305 waeup/kofa/applicants/browser.py:696
    404 #: waeup/kofa/browser/pages.py:1448 waeup/kofa/browser/pages.py:1770
    405 #: waeup/kofa/browser/pages.py:1842 waeup/kofa/browser/pages.py:1954
    406 #: waeup/kofa/hostels/browser.py:54 waeup/kofa/students/browser.py:84
    407 #: waeup/kofa/students/browser.py:396
    408 msgid "Form has been saved."
    409 msgstr ""
    410 
    411 #: waeup/kofa/applicants/browser.py:314
    412 msgid "No applicant selected!"
    413 msgstr ""
    414 
    415 #: waeup/kofa/applicants/browser.py:365
    416 msgid "Create application record"
    417 msgstr ""
    418 
    419 #: waeup/kofa/applicants/browser.py:370
    420420msgid "Applicant record created."
    421421msgstr ""
    422422
    423 #: waeup/kofa/applicants/browser.py:385
     423#: waeup/kofa/applicants/browser.py:376
    424424msgid "Applicant"
    425425msgstr ""
    426426
    427 #: waeup/kofa/applicants/browser.py:404 waeup/kofa/students/browser.py:295
     427#: waeup/kofa/applicants/browser.py:395 waeup/kofa/students/browser.py:295
    428428msgid "set"
    429429msgstr ""
    430430
    431 #: waeup/kofa/applicants/browser.py:405 waeup/kofa/students/browser.py:296
     431#: waeup/kofa/applicants/browser.py:396 waeup/kofa/students/browser.py:296
    432432msgid "unset"
    433433msgstr ""
    434434
    435435#. Default: ""
    436 #: waeup/kofa/applicants/browser.py:410
     436#: waeup/kofa/applicants/browser.py:401
    437437msgid "${a} <br /> Application Record ${b}"
    438438msgstr ""
    439439
    440 #: waeup/kofa/applicants/browser.py:461
     440#: waeup/kofa/applicants/browser.py:452
    441441msgid "Session configuration object is not available."
    442442msgstr ""
    443443
    444 #: waeup/kofa/applicants/browser.py:468 waeup/kofa/students/browser.py:1078
     444#: waeup/kofa/applicants/browser.py:459 waeup/kofa/students/browser.py:1091
    445445msgid "This type of payment has already been made."
    446446msgstr ""
    447447
    448 #: waeup/kofa/applicants/browser.py:481 waeup/kofa/students/browser.py:1092
     448#: waeup/kofa/applicants/browser.py:472 waeup/kofa/students/browser.py:1105
    449449msgid "Payment ticket created."
    450450msgstr ""
    451451
    452452#. Default: ""
    453 #: waeup/kofa/applicants/browser.py:508 waeup/kofa/students/browser.py:1111
     453#: waeup/kofa/applicants/browser.py:499 waeup/kofa/students/browser.py:1124
    454454msgid "${a}: Online Payment Ticket ${b}"
    455455msgstr ""
    456456
    457 #: waeup/kofa/applicants/browser.py:535 waeup/kofa/students/browser.py:1159
     457#: waeup/kofa/applicants/browser.py:527 waeup/kofa/students/browser.py:1172
    458458msgid "Valid callback received."
    459459msgstr ""
    460460
    461 #: waeup/kofa/applicants/browser.py:556
     461#: waeup/kofa/applicants/browser.py:548
    462462msgid "Payment Data"
    463463msgstr ""
    464464
    465 #: waeup/kofa/applicants/browser.py:562
     465#: waeup/kofa/applicants/browser.py:554
    466466msgid "Online Payment Receipt"
    467467msgstr ""
    468468
    469 #: waeup/kofa/applicants/browser.py:568
     469#: waeup/kofa/applicants/browser.py:560
    470470msgid "Ticket not yet paid."
    471471msgstr ""
    472472
    473 #: waeup/kofa/applicants/browser.py:602
     473#: waeup/kofa/applicants/browser.py:594
    474474msgid "Uploaded image is too big!"
    475475msgstr ""
    476476
    477 #: waeup/kofa/applicants/browser.py:607
     477#: waeup/kofa/applicants/browser.py:599
    478478msgid "jpg file extension expected."
    479479msgstr ""
    480480
    481 #: waeup/kofa/applicants/browser.py:629 waeup/kofa/applicants/browser.py:774
    482 #: waeup/kofa/applicants/browser.py:826
     481#: waeup/kofa/applicants/browser.py:619 waeup/kofa/applicants/browser.py:762
     482#: waeup/kofa/applicants/browser.py:814
    483483msgid "Final Submit"
    484484msgstr ""
    485485
    486 #: waeup/kofa/applicants/browser.py:630 waeup/kofa/applicants/browser.py:737
    487 #: waeup/kofa/applicants/browser.py:772 waeup/kofa/applicants/browser.py:807
    488 #: waeup/kofa/students/browser.py:1029
     486#: waeup/kofa/applicants/browser.py:620 waeup/kofa/applicants/browser.py:727
     487#: waeup/kofa/applicants/browser.py:760 waeup/kofa/applicants/browser.py:795
     488#: waeup/kofa/students/browser.py:1042
    489489msgid "Add online payment ticket"
    490490msgstr ""
    491491
    492 #: waeup/kofa/applicants/browser.py:630 waeup/kofa/applicants/browser.py:742
    493 #: waeup/kofa/applicants/browser.py:772 waeup/kofa/applicants/browser.py:775
    494 #: waeup/kofa/applicants/browser.py:812 waeup/kofa/students/browser.py:797
    495 #: waeup/kofa/students/browser.py:829 waeup/kofa/students/browser.py:1005
    496 #: waeup/kofa/students/browser.py:1814
     492#: waeup/kofa/applicants/browser.py:620 waeup/kofa/applicants/browser.py:732
     493#: waeup/kofa/applicants/browser.py:760 waeup/kofa/applicants/browser.py:763
     494#: waeup/kofa/applicants/browser.py:800 waeup/kofa/students/browser.py:809
     495#: waeup/kofa/students/browser.py:841 waeup/kofa/students/browser.py:1018
     496#: waeup/kofa/students/browser.py:1823
    497497msgid "Remove selected tickets"
    498498msgstr ""
    499499
    500500#. Default: ""
    501 #: waeup/kofa/applicants/browser.py:653
     501#: waeup/kofa/applicants/browser.py:643
    502502msgid "${a} <br /> Application Form ${b}"
    503503msgstr ""
    504504
    505 #: waeup/kofa/applicants/browser.py:66
     505#: waeup/kofa/applicants/browser.py:65
    506506msgid "Application Section"
    507507msgstr ""
    508508
    509 #: waeup/kofa/applicants/browser.py:664 waeup/kofa/students/browser.py:367
     509#: waeup/kofa/applicants/browser.py:654 waeup/kofa/students/browser.py:366
    510510msgid "No transition"
    511511msgstr ""
    512512
    513 #: waeup/kofa/applicants/browser.py:711 waeup/kofa/students/browser.py:1011
     513#: waeup/kofa/applicants/browser.py:701 waeup/kofa/students/browser.py:1024
    514514msgid "No payment selected."
    515515msgstr ""
    516516
    517 #: waeup/kofa/applicants/browser.py:78 waeup/kofa/applicants/viewlets.py:88
     517#: waeup/kofa/applicants/browser.py:77 waeup/kofa/applicants/viewlets.py:88
    518518msgid "Manage application section"
    519519msgstr ""
    520520
    521 #: waeup/kofa/applicants/browser.py:785 waeup/kofa/students/browser.py:92
     521#: waeup/kofa/applicants/browser.py:773 waeup/kofa/students/browser.py:92
    522522msgid "The requested form is locked (read-only)."
    523523msgstr ""
    524524
    525 #: waeup/kofa/applicants/browser.py:799
     525#: waeup/kofa/applicants/browser.py:787
    526526msgid "No passport picture uploaded."
    527527msgstr ""
    528528
    529 #: waeup/kofa/applicants/browser.py:801
     529#: waeup/kofa/applicants/browser.py:789
    530530msgid "Passport picture confirmation box not ticked."
    531531msgstr ""
    532532
    533 #: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:107
    534 #: waeup/kofa/applicants/browser.py:255 waeup/kofa/applicants/browser.py:308
    535 #: waeup/kofa/browser/pages.py:642 waeup/kofa/browser/pages.py:683
    536 #: waeup/kofa/browser/pages.py:1328 waeup/kofa/browser/pages.py:1339
    537 #: waeup/kofa/browser/pages.py:1405 waeup/kofa/browser/pages.py:1440
     533#: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:106
     534#: waeup/kofa/applicants/browser.py:250 waeup/kofa/applicants/browser.py:301
     535#: waeup/kofa/browser/pages.py:638 waeup/kofa/browser/pages.py:679
     536#: waeup/kofa/browser/pages.py:1324 waeup/kofa/browser/pages.py:1335
     537#: waeup/kofa/browser/pages.py:1401 waeup/kofa/browser/pages.py:1436
    538538#: waeup/kofa/hostels/browser.py:131 waeup/kofa/students/browser.py:210
    539 #: waeup/kofa/students/browser.py:1205 waeup/kofa/students/browser.py:1218
     539#: waeup/kofa/students/browser.py:1218 waeup/kofa/students/browser.py:1231
    540540msgid "Remove selected"
    541541msgstr ""
    542542
    543 #: waeup/kofa/applicants/browser.py:81 waeup/kofa/applicants/browser.py:127
    544 #: waeup/kofa/applicants/browser.py:150 waeup/kofa/applicants/browser.py:162
     543#: waeup/kofa/applicants/browser.py:80 waeup/kofa/applicants/browser.py:126
     544#: waeup/kofa/applicants/browser.py:149 waeup/kofa/applicants/browser.py:159
    545545msgid "Add applicants container"
    546546msgstr ""
    547547
    548 #: waeup/kofa/applicants/browser.py:83 waeup/kofa/applicants/browser.py:141
    549 #: waeup/kofa/applicants/browser.py:256 waeup/kofa/applicants/browser.py:347
    550 #: waeup/kofa/browser/pages.py:1406 waeup/kofa/browser/pages.py:1465
    551 #: waeup/kofa/browser/pages.py:1575 waeup/kofa/browser/pages.py:1661
    552 #: waeup/kofa/browser/pages.py:1821 waeup/kofa/browser/pages.py:1878
     548#: waeup/kofa/applicants/browser.py:82 waeup/kofa/applicants/browser.py:140
     549#: waeup/kofa/applicants/browser.py:251 waeup/kofa/applicants/browser.py:340
     550#: waeup/kofa/browser/pages.py:1402 waeup/kofa/browser/pages.py:1461
     551#: waeup/kofa/browser/pages.py:1571 waeup/kofa/browser/pages.py:1657
     552#: waeup/kofa/browser/pages.py:1817 waeup/kofa/browser/pages.py:1874
    553553msgid "Remove selected local roles"
    554554msgstr ""
    555555
    556 #: waeup/kofa/applicants/browser.py:838 waeup/kofa/students/browser.py:1681
     556#: waeup/kofa/applicants/browser.py:826 waeup/kofa/students/browser.py:1690
    557557msgid "This form cannot be submitted. Wrong state!"
    558558msgstr ""
    559559
    560 #: waeup/kofa/applicants/browser.py:84 waeup/kofa/applicants/browser.py:137
    561 #: waeup/kofa/applicants/browser.py:257 waeup/kofa/applicants/browser.py:343
    562 #: waeup/kofa/browser/pages.py:1407 waeup/kofa/browser/pages.py:1461
    563 #: waeup/kofa/browser/pages.py:1576 waeup/kofa/browser/pages.py:1657
    564 #: waeup/kofa/browser/pages.py:1822 waeup/kofa/browser/pages.py:1874
     560#: waeup/kofa/applicants/browser.py:83 waeup/kofa/applicants/browser.py:136
     561#: waeup/kofa/applicants/browser.py:252 waeup/kofa/applicants/browser.py:336
     562#: waeup/kofa/browser/pages.py:1403 waeup/kofa/browser/pages.py:1457
     563#: waeup/kofa/browser/pages.py:1572 waeup/kofa/browser/pages.py:1653
     564#: waeup/kofa/browser/pages.py:1818 waeup/kofa/browser/pages.py:1870
    565565msgid "Add local role"
    566566msgstr ""
    567567
    568 #: waeup/kofa/applicants/browser.py:843
     568#: waeup/kofa/applicants/browser.py:831
    569569msgid "Form has been submitted."
    570570msgstr ""
    571571
    572 #: waeup/kofa/applicants/browser.py:85
     572#: waeup/kofa/applicants/browser.py:84
    573573msgid "Applicants Containers"
    574574msgstr ""
    575575
    576576#. Default: ""
    577 #: waeup/kofa/applicants/browser.py:887
     577#: waeup/kofa/applicants/browser.py:874
    578578msgid "Apply for ${a}"
    579579msgstr ""
    580580
    581 #: waeup/kofa/applicants/browser.py:893
     581#: waeup/kofa/applicants/browser.py:880
    582582msgid "Application has not yet started."
    583583msgstr ""
    584584
    585 #: waeup/kofa/applicants/browser.py:898
     585#: waeup/kofa/applicants/browser.py:885
    586586msgid "Application has ended."
    587587msgstr ""
    588588
    589 #: waeup/kofa/applicants/browser.py:907
     589#: waeup/kofa/applicants/browser.py:894
    590590msgid "Get login credentials"
    591591msgstr ""
    592592
    593 #: waeup/kofa/applicants/browser.py:930
     593#: waeup/kofa/applicants/browser.py:917
    594594msgid "An error occurred."
    595595msgstr ""
    596596
    597 #: waeup/kofa/applicants/browser.py:936 waeup/kofa/applicants/browser.py:947
     597#: waeup/kofa/applicants/browser.py:923 waeup/kofa/applicants/browser.py:934
    598598msgid "No application record found."
    599599msgstr ""
    600600
    601 #: waeup/kofa/applicants/browser.py:939
     601#: waeup/kofa/applicants/browser.py:926
    602602msgid "Your password has already been set. Please proceed to the login page."
    603603msgstr ""
    604604
    605 #: waeup/kofa/applicants/browser.py:957
     605#: waeup/kofa/applicants/browser.py:944
    606606msgid "You have successfully been registered for the"
    607607msgstr ""
    608608
    609 #: waeup/kofa/applicants/browser.py:964
     609#: waeup/kofa/applicants/browser.py:951
    610610msgid "Email could not been sent. Please retry later."
    611611msgstr ""
    612612
    613 #: waeup/kofa/applicants/browser.py:973
     613#: waeup/kofa/applicants/browser.py:960
    614614msgid "Your registration was successful."
    615615msgstr ""
     
    620620
    621621#: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:19
    622 msgid "Photograph:"
     622msgid "Passport Photo:"
    623623msgstr ""
    624624
     
    699699msgstr ""
    700700
    701 #: waeup/kofa/applicants/interfaces.py:159 waeup/kofa/students/browser.py:762
     701#: waeup/kofa/applicants/interfaces.py:159 waeup/kofa/students/browser.py:773
    702702#: waeup/kofa/university/interfaces.py:38
    703703#: waeup/kofa/university/interfaces.py:66
     
    723723msgstr ""
    724724
    725 #: waeup/kofa/applicants/interfaces.py:165 waeup/kofa/students/browser.py:763
     725#: waeup/kofa/applicants/interfaces.py:165 waeup/kofa/students/browser.py:774
    726726#: waeup/kofa/university/interfaces.py:199
    727727#: waeup/kofa/browser/templates/departmentmanagepage.pt:41
     
    743743
    744744#: waeup/kofa/applicants/interfaces.py:171
    745 #: waeup/kofa/applicants/interfaces.py:273
     745#: waeup/kofa/applicants/interfaces.py:275
    746746msgid "Application Target"
    747747msgstr ""
    748748
    749749#: waeup/kofa/applicants/interfaces.py:178
    750 #: waeup/kofa/applicants/interfaces.py:280
     750#: waeup/kofa/applicants/interfaces.py:282
    751751msgid "Year of Entrance"
    752752msgstr ""
     
    772772msgstr ""
    773773
    774 #: waeup/kofa/applicants/interfaces.py:229
     774#: waeup/kofa/applicants/interfaces.py:230
    775775msgid "Application Closing Date"
    776776msgstr ""
    777777
    778 #: waeup/kofa/applicants/interfaces.py:234
     778#: waeup/kofa/applicants/interfaces.py:236
    779779msgid "Forbid additions after deadline (enddate)"
    780780msgstr ""
    781781
    782 #: waeup/kofa/applicants/interfaces.py:313
     782#: waeup/kofa/applicants/interfaces.py:315
    783783msgid "Applicant Id"
    784784msgstr ""
    785785
    786 #: waeup/kofa/applicants/interfaces.py:318
    787 #: waeup/kofa/students/interfaces.py:183 waeup/kofa/students/interfaces.py:269
    788 #: waeup/kofa/students/interfaces.py:508
     786#: waeup/kofa/applicants/interfaces.py:320
     787#: waeup/kofa/students/interfaces.py:184 waeup/kofa/students/interfaces.py:271
     788#: waeup/kofa/students/interfaces.py:518
    789789msgid "Registration Number"
    790790msgstr ""
    791791
    792 #: waeup/kofa/applicants/interfaces.py:329
    793 #: waeup/kofa/applicants/interfaces.py:495
    794 #: waeup/kofa/students/interfaces.py:162
     792#: waeup/kofa/applicants/interfaces.py:331
     793#: waeup/kofa/applicants/interfaces.py:499
     794#: waeup/kofa/students/interfaces.py:163
    795795msgid "First Name"
    796796msgstr ""
    797797
    798 #: waeup/kofa/applicants/interfaces.py:333
    799 #: waeup/kofa/students/interfaces.py:167
     798#: waeup/kofa/applicants/interfaces.py:335
     799#: waeup/kofa/students/interfaces.py:168
    800800msgid "Middle Name"
    801801msgstr ""
    802802
    803 #: waeup/kofa/applicants/interfaces.py:337
    804 #: waeup/kofa/students/interfaces.py:172
     803#: waeup/kofa/applicants/interfaces.py:339
     804#: waeup/kofa/students/interfaces.py:173
    805805msgid "Last Name (Surname)"
    806806msgstr ""
    807807
    808 #: waeup/kofa/applicants/interfaces.py:341
    809 #: waeup/kofa/students/interfaces.py:218
     808#: waeup/kofa/applicants/interfaces.py:343
     809#: waeup/kofa/students/interfaces.py:219
    810810msgid "Date of Birth"
    811811msgstr ""
    812812
    813 #: waeup/kofa/applicants/interfaces.py:345
    814 #: waeup/kofa/students/interfaces.py:177
     813#: waeup/kofa/applicants/interfaces.py:349
     814#: waeup/kofa/students/interfaces.py:178
    815815msgid "Sex"
    816816msgstr ""
    817817
    818 #: waeup/kofa/applicants/interfaces.py:350
    819 #: waeup/kofa/applicants/interfaces.py:433
    820 #: waeup/kofa/applicants/interfaces.py:500 waeup/kofa/interfaces.py:392
    821 #: waeup/kofa/interfaces.py:418 waeup/kofa/students/interfaces.py:514
     818#: waeup/kofa/applicants/interfaces.py:354
     819#: waeup/kofa/applicants/interfaces.py:437
     820#: waeup/kofa/applicants/interfaces.py:504 waeup/kofa/interfaces.py:393
     821#: waeup/kofa/interfaces.py:419 waeup/kofa/students/interfaces.py:524
    822822msgid "Email Address"
    823823msgstr ""
    824824
    825 #: waeup/kofa/applicants/interfaces.py:355 waeup/kofa/interfaces.py:397
    826 #: waeup/kofa/interfaces.py:425 waeup/kofa/students/interfaces.py:208
     825#: waeup/kofa/applicants/interfaces.py:359 waeup/kofa/interfaces.py:398
     826#: waeup/kofa/interfaces.py:426 waeup/kofa/students/interfaces.py:209
    827827msgid "Phone"
    828828msgstr ""
    829829
    830 #: waeup/kofa/applicants/interfaces.py:360
    831 #: waeup/kofa/applicants/interfaces.py:438
     830#: waeup/kofa/applicants/interfaces.py:364
     831#: waeup/kofa/applicants/interfaces.py:442
    832832msgid "1st Choice Course of Study"
    833833msgstr ""
    834834
    835 #: waeup/kofa/applicants/interfaces.py:365
    836 #: waeup/kofa/applicants/interfaces.py:443
     835#: waeup/kofa/applicants/interfaces.py:369
     836#: waeup/kofa/applicants/interfaces.py:447
    837837msgid "2nd Choice Course of Study"
    838838msgstr ""
    839839
    840 #: waeup/kofa/applicants/interfaces.py:377
    841 #: waeup/kofa/applicants/interfaces.py:464
     840#: waeup/kofa/applicants/interfaces.py:381
     841#: waeup/kofa/applicants/interfaces.py:468
    842842msgid "Notice"
    843843msgstr ""
    844844
    845 #: waeup/kofa/applicants/interfaces.py:381
    846 #: waeup/kofa/applicants/interfaces.py:453
     845#: waeup/kofa/applicants/interfaces.py:385
     846#: waeup/kofa/applicants/interfaces.py:457
    847847msgid "Screening Venue"
    848848msgstr ""
    849849
    850 #: waeup/kofa/applicants/interfaces.py:385
    851 #: waeup/kofa/applicants/interfaces.py:448
     850#: waeup/kofa/applicants/interfaces.py:389
     851#: waeup/kofa/applicants/interfaces.py:452
    852852msgid "Screening Score"
    853853msgstr ""
    854854
    855 #: waeup/kofa/applicants/interfaces.py:389
    856 #: waeup/kofa/applicants/interfaces.py:458
     855#: waeup/kofa/applicants/interfaces.py:393
     856#: waeup/kofa/applicants/interfaces.py:462
    857857msgid "Admitted Course of Study"
    858858msgstr ""
    859859
    860 #: waeup/kofa/applicants/interfaces.py:394
    861 #: waeup/kofa/students/interfaces.py:157
     860#: waeup/kofa/applicants/interfaces.py:398
     861#: waeup/kofa/students/interfaces.py:158
    862862#: waeup/kofa/browser/templates/showstudentspage.pt:4
    863863#: waeup/kofa/students/browser_templates/containerpage.pt:29
     
    866866msgstr ""
    867867
    868 #: waeup/kofa/applicants/interfaces.py:399
     868#: waeup/kofa/applicants/interfaces.py:403
    869869msgid "Form locked"
    870870msgstr ""
    871871
    872 #: waeup/kofa/applicants/interfaces.py:510
    873 #: waeup/kofa/students/interfaces.py:494
     872#: waeup/kofa/applicants/interfaces.py:514
     873#: waeup/kofa/students/interfaces.py:504
    874874msgid "Payment Session"
    875875msgstr ""
     
    939939msgstr ""
    940940
    941 #: waeup/kofa/applicants/workflow.py:100 waeup/kofa/students/batching.py:141
     941#: waeup/kofa/applicants/workflow.py:100 waeup/kofa/students/batching.py:142
    942942#: waeup/kofa/students/workflow.py:25
    943943msgid "Student record created"
     
    971971msgstr ""
    972972
    973 #: waeup/kofa/applicants/workflow.py:41 waeup/kofa/interfaces.py:72
     973#: waeup/kofa/applicants/workflow.py:41 waeup/kofa/interfaces.py:73
    974974msgid "admitted"
    975975msgstr ""
     
    979979msgstr ""
    980980
    981 #: waeup/kofa/applicants/workflow.py:43 waeup/kofa/interfaces.py:71
     981#: waeup/kofa/applicants/workflow.py:43 waeup/kofa/interfaces.py:72
    982982msgid "created"
    983983msgstr ""
     
    10391039msgstr ""
    10401040
    1041 #: waeup/kofa/browser/breadcrumbs.py:123 waeup/kofa/browser/pages.py:312
     1041#: waeup/kofa/browser/breadcrumbs.py:123 waeup/kofa/browser/pages.py:311
    10421042msgid "Administration"
    10431043msgstr ""
     
    10481048msgstr ""
    10491049
    1050 #: waeup/kofa/browser/breadcrumbs.py:148 waeup/kofa/browser/pages.py:389
     1050#: waeup/kofa/browser/breadcrumbs.py:148 waeup/kofa/browser/pages.py:388
    10511051#: waeup/kofa/browser/viewlets.py:375 waeup/kofa/browser/viewlets.py:685
    10521052msgid "Portal Users"
    10531053msgstr ""
    10541054
    1055 #: waeup/kofa/browser/breadcrumbs.py:155 waeup/kofa/browser/pages.py:756
    1056 #: waeup/kofa/browser/pages.py:1148 waeup/kofa/browser/viewlets.py:393
     1055#: waeup/kofa/browser/breadcrumbs.py:155 waeup/kofa/browser/pages.py:752
     1056#: waeup/kofa/browser/pages.py:1144 waeup/kofa/browser/viewlets.py:393
    10571057#: waeup/kofa/browser/viewlets.py:694
    10581058msgid "Data Center"
     
    10631063msgstr ""
    10641064
    1065 #: waeup/kofa/browser/pages.py:1024
     1065#: waeup/kofa/browser/pages.py:1020
    10661066msgid "Edit headers or replace imported file!"
    10671067msgstr ""
    10681068
    10691069#. Default: ""
    1070 #: waeup/kofa/browser/pages.py:106
     1070#: waeup/kofa/browser/pages.py:105
    10711071msgid "Local role successfully removed: ${a}"
    10721072msgstr ""
    10731073
    1074 #: waeup/kofa/browser/pages.py:1071
     1074#: waeup/kofa/browser/pages.py:1067
    10751075msgid "View processing log"
    10761076msgstr ""
    10771077
    1078 #: waeup/kofa/browser/pages.py:1072
     1078#: waeup/kofa/browser/pages.py:1068
    10791079msgid "Back to data center"
    10801080msgstr ""
    10811081
    10821082#. Default: ""
    1083 #: waeup/kofa/browser/pages.py:1116
     1083#: waeup/kofa/browser/pages.py:1112
    10841084msgid "Processing of ${a} rows failed."
    10851085msgstr ""
    10861086
    10871087#. Default: ""
    1088 #: waeup/kofa/browser/pages.py:1118
     1088#: waeup/kofa/browser/pages.py:1114
    10891089msgid "Successfully processed ${a} rows."
    10901090msgstr ""
    10911091
    1092 #: waeup/kofa/browser/pages.py:1126
     1092#: waeup/kofa/browser/pages.py:1122
    10931093msgid "Show logfiles"
    10941094msgstr ""
    10951095
    1096 #: waeup/kofa/browser/pages.py:1128
     1096#: waeup/kofa/browser/pages.py:1124
    10971097msgid "Back to Data Center"
    10981098msgstr ""
    10991099
    1100 #: waeup/kofa/browser/pages.py:1129
     1100#: waeup/kofa/browser/pages.py:1125
    11011101msgid "Show"
    11021102msgstr ""
    11031103
    1104 #: waeup/kofa/browser/pages.py:1151
     1104#: waeup/kofa/browser/pages.py:1147
    11051105msgid "Back"
    11061106msgstr ""
    11071107
    1108 #: waeup/kofa/browser/pages.py:1159
    1109 msgid "Log files can only be searched on Unix-based operating systems."
    1110 msgstr ""
    1111 
    1112 #: waeup/kofa/browser/pages.py:116 waeup/kofa/hostels/browser.py:256
     1108#: waeup/kofa/browser/pages.py:115 waeup/kofa/hostels/browser.py:256
    11131109#: waeup/kofa/hostels/browser.py:286 waeup/kofa/students/browser.py:240
    11141110msgid "No item selected."
    11151111msgstr ""
    11161112
    1117 #: waeup/kofa/browser/pages.py:1187
     1113#: waeup/kofa/browser/pages.py:1155
     1114msgid "Log files can only be searched on Unix-based operating systems."
     1115msgstr ""
     1116
     1117#: waeup/kofa/browser/pages.py:1183
    11181118msgid "Edit data center settings"
    11191119msgstr ""
    11201120
    11211121#. Default: ""
     1122#: waeup/kofa/browser/pages.py:1203
     1123msgid "File already existed (not copied): ${a}"
     1124msgstr ""
     1125
     1126#: waeup/kofa/browser/pages.py:1206
     1127msgid "Given storage path cannot be used."
     1128msgstr ""
     1129
     1130#. Default: ""
    11221131#: waeup/kofa/browser/pages.py:1207
    1123 msgid "File already existed (not copied): ${a}"
     1132msgid "Error: ${a}"
    11241133msgstr ""
    11251134
    11261135#: waeup/kofa/browser/pages.py:1210
    1127 msgid "Given storage path cannot be used."
    1128 msgstr ""
    1129 
    1130 #. Default: ""
    1131 #: waeup/kofa/browser/pages.py:1211
    1132 msgid "Error: ${a}"
    1133 msgstr ""
    1134 
    1135 #: waeup/kofa/browser/pages.py:1214
    11361136msgid "New storage path succefully set."
    11371137msgstr ""
    11381138
    1139 #: waeup/kofa/browser/pages.py:1223
     1139#: waeup/kofa/browser/pages.py:1219
    11401140msgid "Download portal data as CSV file"
    11411141msgstr ""
    11421142
    1143 #: waeup/kofa/browser/pages.py:1225
     1143#: waeup/kofa/browser/pages.py:1221
    11441144msgid "Download"
    11451145msgstr ""
    11461146
    1147 #: waeup/kofa/browser/pages.py:1316
     1147#: waeup/kofa/browser/pages.py:1312
    11481148msgid "Academic Section"
    11491149msgstr ""
    11501150
    1151 #: waeup/kofa/browser/pages.py:1328 waeup/kofa/browser/pages.py:1344
    1152 #: waeup/kofa/browser/pages.py:1361 waeup/kofa/browser/pages.py:1365
     1151#: waeup/kofa/browser/pages.py:1324 waeup/kofa/browser/pages.py:1340
     1152#: waeup/kofa/browser/pages.py:1357 waeup/kofa/browser/pages.py:1361
    11531153msgid "Add faculty"
    11541154msgstr ""
    11551155
    1156 #: waeup/kofa/browser/pages.py:1329 waeup/kofa/university/export.py:35
     1156#: waeup/kofa/browser/pages.py:1325 waeup/kofa/university/export.py:35
    11571157msgid "Faculties"
    11581158msgstr ""
    11591159
    1160 #: waeup/kofa/browser/pages.py:1333 waeup/kofa/browser/viewlets.py:441
     1160#: waeup/kofa/browser/pages.py:1329 waeup/kofa/browser/viewlets.py:441
    11611161msgid "Manage academic section"
    11621162msgstr ""
    11631163
    1164 #: waeup/kofa/browser/pages.py:1372
     1164#: waeup/kofa/browser/pages.py:1368
    11651165msgid "The faculty code chosen already exists."
    11661166msgstr ""
    11671167
    1168 #: waeup/kofa/browser/pages.py:1393 waeup/kofa/browser/pages.py:1403
     1168#: waeup/kofa/browser/pages.py:1389 waeup/kofa/browser/pages.py:1399
    11691169#: waeup/kofa/university/export.py:66
    11701170msgid "Departments"
    11711171msgstr ""
    11721172
    1173 #: waeup/kofa/browser/pages.py:1405 waeup/kofa/browser/pages.py:1456
    1174 #: waeup/kofa/browser/pages.py:1475 waeup/kofa/browser/pages.py:1479
     1173#: waeup/kofa/browser/pages.py:1401 waeup/kofa/browser/pages.py:1452
     1174#: waeup/kofa/browser/pages.py:1471 waeup/kofa/browser/pages.py:1475
    11751175msgid "Add department"
    11761176msgstr ""
    11771177
    1178 #: waeup/kofa/browser/pages.py:1413 waeup/kofa/browser/viewlets.py:457
     1178#: waeup/kofa/browser/pages.py:1409 waeup/kofa/browser/viewlets.py:457
    11791179msgid "Manage faculty"
    11801180msgstr ""
    11811181
    1182 #: waeup/kofa/browser/pages.py:1486
     1182#: waeup/kofa/browser/pages.py:1482
    11831183msgid "The code chosen already exists in this faculty."
    11841184msgstr ""
    11851185
    11861186#. Default: ""
    1187 #: waeup/kofa/browser/pages.py:1489
     1187#: waeup/kofa/browser/pages.py:1485
    11881188msgid "Department ${a} added."
    11891189msgstr ""
    11901190
    1191 #: waeup/kofa/browser/pages.py:1506
     1191#: waeup/kofa/browser/pages.py:1502
    11921192msgid "Courses and Certificates"
    11931193msgstr ""
    11941194
    1195 #: waeup/kofa/browser/pages.py:1536 waeup/kofa/browser/pages.py:1555
     1195#: waeup/kofa/browser/pages.py:1532 waeup/kofa/browser/pages.py:1551
    11961196#: waeup/kofa/students/browser.py:100 waeup/kofa/students/export.py:40
    11971197#: waeup/kofa/students/viewlets.py:495
     
    11991199msgstr ""
    12001200
    1201 #: waeup/kofa/browser/pages.py:155 waeup/kofa/browser/viewlets.py:322
     1201#: waeup/kofa/browser/pages.py:154 waeup/kofa/browser/viewlets.py:322
    12021202#: waeup/kofa/browser/templates/staffsitelayout.pt:27
    12031203#: waeup/kofa/browser/templates/studentsitelayout.pt:32
     
    12051205msgstr ""
    12061206
    1207 #: waeup/kofa/browser/pages.py:1572 waeup/kofa/browser/pages.py:1630
     1207#: waeup/kofa/browser/pages.py:1568 waeup/kofa/browser/pages.py:1626
    12081208msgid "Remove selected courses"
    12091209msgstr ""
    12101210
    1211 #: waeup/kofa/browser/pages.py:1572 waeup/kofa/browser/pages.py:1642
    1212 #: waeup/kofa/browser/pages.py:1671 waeup/kofa/browser/pages.py:1675
     1211#: waeup/kofa/browser/pages.py:1568 waeup/kofa/browser/pages.py:1638
     1212#: waeup/kofa/browser/pages.py:1667 waeup/kofa/browser/pages.py:1671
    12131213msgid "Add course"
    12141214msgstr ""
    12151215
    1216 #: waeup/kofa/browser/pages.py:1573 waeup/kofa/browser/pages.py:1636
     1216#: waeup/kofa/browser/pages.py:1569 waeup/kofa/browser/pages.py:1632
    12171217msgid "Remove selected certificates"
    12181218msgstr ""
    12191219
    1220 #: waeup/kofa/browser/pages.py:1573 waeup/kofa/browser/pages.py:1647
    1221 #: waeup/kofa/browser/pages.py:1708 waeup/kofa/browser/pages.py:1712
     1220#: waeup/kofa/browser/pages.py:1569 waeup/kofa/browser/pages.py:1643
     1221#: waeup/kofa/browser/pages.py:1704 waeup/kofa/browser/pages.py:1708
    12221222msgid "Add certificate"
    12231223msgstr ""
    12241224
    1225 #: waeup/kofa/browser/pages.py:1582 waeup/kofa/browser/viewlets.py:464
     1225#: waeup/kofa/browser/pages.py:1578 waeup/kofa/browser/viewlets.py:464
    12261226msgid "Manage department"
    12271227msgstr ""
    12281228
    1229 #: waeup/kofa/browser/pages.py:163
     1229#: waeup/kofa/browser/pages.py:162
    12301230msgid "You logged in."
    12311231msgstr ""
    12321232
    1233 #: waeup/kofa/browser/pages.py:1687
     1233#: waeup/kofa/browser/pages.py:1683
    12341234msgid "A course with same code already exists: "
    12351235msgstr ""
    12361236
    12371237#. Default: ""
    1238 #: waeup/kofa/browser/pages.py:1693
     1238#: waeup/kofa/browser/pages.py:1689
    12391239msgid "Course ${a} successfully created."
    12401240msgstr ""
    12411241
    1242 #: waeup/kofa/browser/pages.py:1724
     1242#: waeup/kofa/browser/pages.py:1720
    12431243msgid "A certificate with same code already exists: "
    12441244msgstr ""
    12451245
    12461246#. Default: ""
    1247 #: waeup/kofa/browser/pages.py:1730
     1247#: waeup/kofa/browser/pages.py:1726
    12481248msgid "Certificate ${a} successfully created."
    12491249msgstr ""
    12501250
    1251 #: waeup/kofa/browser/pages.py:1762 waeup/kofa/browser/viewlets.py:481
     1251#: waeup/kofa/browser/pages.py:1758 waeup/kofa/browser/viewlets.py:481
    12521252msgid "Edit course"
    12531253msgstr ""
    12541254
    1255 #: waeup/kofa/browser/pages.py:181
     1255#: waeup/kofa/browser/pages.py:180
    12561256msgid "You entered wrong credentials."
    12571257msgstr ""
    12581258
    1259 #: waeup/kofa/browser/pages.py:1812
     1259#: waeup/kofa/browser/pages.py:1808
    12601260msgid "Edit certificate"
    12611261msgstr ""
    12621262
    1263 #: waeup/kofa/browser/pages.py:1819 waeup/kofa/browser/pages.py:1850
    1264 #: waeup/kofa/browser/pages.py:1891 waeup/kofa/browser/pages.py:1893
     1263#: waeup/kofa/browser/pages.py:1815 waeup/kofa/browser/pages.py:1846
     1264#: waeup/kofa/browser/pages.py:1887 waeup/kofa/browser/pages.py:1889
    12651265msgid "Add course referrer"
    12661266msgstr ""
    12671267
    1268 #: waeup/kofa/browser/pages.py:1820 waeup/kofa/browser/pages.py:1845
     1268#: waeup/kofa/browser/pages.py:1816 waeup/kofa/browser/pages.py:1841
    12691269msgid "Remove selected course referrers"
    12701270msgstr ""
    12711271
    1272 #: waeup/kofa/browser/pages.py:1826 waeup/kofa/browser/viewlets.py:488
     1272#: waeup/kofa/browser/pages.py:1822 waeup/kofa/browser/viewlets.py:488
    12731273msgid "Manage certificate"
    12741274msgstr ""
    12751275
     1276#: waeup/kofa/browser/pages.py:1894
     1277msgid "The chosen course referrer is already part of this certificate."
     1278msgstr ""
     1279
     1280#. Default: ""
    12761281#: waeup/kofa/browser/pages.py:1898
    1277 msgid "The chosen course referrer is already part of this certificate."
    1278 msgstr ""
    1279 
    1280 #. Default: ""
    1281 #: waeup/kofa/browser/pages.py:1902
    12821282msgid "Course referrer ${a}_${b} added."
    12831283msgstr ""
    12841284
    1285 #: waeup/kofa/browser/pages.py:1939 waeup/kofa/browser/viewlets.py:505
     1285#: waeup/kofa/browser/pages.py:1935 waeup/kofa/browser/viewlets.py:505
    12861286msgid "Edit course referrer"
    12871287msgstr ""
    12881288
    1289 #: waeup/kofa/browser/pages.py:1942
     1289#: waeup/kofa/browser/pages.py:1938
    12901290msgid "Save and return"
    12911291msgstr ""
    12921292
    1293 #: waeup/kofa/browser/pages.py:195
     1293#: waeup/kofa/browser/pages.py:194
    12941294msgid "You have been logged out. Thanks for using WAeUP Kofa!"
    12951295msgstr ""
    12961296
    12971297#. Default: ""
    1298 #: waeup/kofa/browser/pages.py:231
     1298#: waeup/kofa/browser/pages.py:230
    12991299msgid "Contact ${a}"
    13001300msgstr ""
    13011301
    1302 #: waeup/kofa/browser/pages.py:237 waeup/kofa/browser/pages.py:526
     1302#: waeup/kofa/browser/pages.py:236 waeup/kofa/browser/pages.py:523
    13031303msgid "Send message now"
    13041304msgstr ""
    13051305
    1306 #: waeup/kofa/browser/pages.py:256 waeup/kofa/browser/pages.py:275
    1307 #: waeup/kofa/browser/pages.py:543 waeup/kofa/students/browser.py:330
     1306#: waeup/kofa/browser/pages.py:255 waeup/kofa/browser/pages.py:274
     1307#: waeup/kofa/browser/pages.py:540 waeup/kofa/students/browser.py:330
    13081308msgid "Your message has been sent."
    13091309msgstr ""
    13101310
    1311 #: waeup/kofa/browser/pages.py:266
     1311#: waeup/kofa/browser/pages.py:265
    13121312msgid "Send now"
    13131313msgstr ""
    13141314
    1315 #: waeup/kofa/browser/pages.py:277
     1315#: waeup/kofa/browser/pages.py:276
    13161316msgid "A smtp server error occurred."
    13171317msgstr ""
    13181318
    1319 #: waeup/kofa/browser/pages.py:302
     1319#: waeup/kofa/browser/pages.py:301
    13201320msgid "<h1>Welcome to WAeUP.Kofa</h1>"
    13211321msgstr ""
    13221322
    1323 #: waeup/kofa/browser/pages.py:390 waeup/kofa/hostels/browser.py:195
     1323#: waeup/kofa/browser/pages.py:389 waeup/kofa/hostels/browser.py:195
    13241324#: waeup/kofa/students/viewlets.py:166 waeup/kofa/students/viewlets.py:174
    13251325#: waeup/kofa/students/viewlets.py:247 waeup/kofa/students/viewlets.py:255
     
    13281328msgstr ""
    13291329
    1330 #: waeup/kofa/browser/pages.py:391 waeup/kofa/browser/viewlets.py:180
     1330#: waeup/kofa/browser/pages.py:390 waeup/kofa/browser/viewlets.py:180
    13311331msgid "Remove"
    13321332msgstr ""
    13331333
    13341334#. Default: ""
    1335 #: waeup/kofa/browser/pages.py:399
     1335#: waeup/kofa/browser/pages.py:398
    13361336msgid "User account ${a} successfully deleted."
    13371337msgstr ""
    13381338
    1339 #: waeup/kofa/browser/pages.py:433 waeup/kofa/browser/pages.py:435
     1339#: waeup/kofa/browser/pages.py:431 waeup/kofa/browser/pages.py:433
    13401340#: waeup/kofa/browser/viewlets.py:515
    13411341msgid "Add user"
     
    13431343
    13441344#. Default: ""
    1345 #: waeup/kofa/browser/pages.py:457
     1345#: waeup/kofa/browser/pages.py:455
    13461346msgid "User account ${a} successfully added."
    13471347msgstr ""
    13481348
    13491349#. Default: ""
    1350 #: waeup/kofa/browser/pages.py:476
     1350#: waeup/kofa/browser/pages.py:473
    13511351msgid "Edit user ${a}"
    13521352msgstr ""
    13531353
    1354 #: waeup/kofa/browser/pages.py:507
     1354#: waeup/kofa/browser/pages.py:504
    13551355msgid "User settings have been saved."
    13561356msgstr ""
    13571357
    13581358#. Default: ""
    1359 #: waeup/kofa/browser/pages.py:524 waeup/kofa/students/browser.py:311
     1359#: waeup/kofa/browser/pages.py:521 waeup/kofa/students/browser.py:311
    13601360msgid "Send message to ${a}"
    13611361msgstr ""
    13621362
    1363 #: waeup/kofa/browser/pages.py:553 waeup/kofa/browser/viewlets.py:400
     1363#: waeup/kofa/browser/pages.py:550 waeup/kofa/browser/viewlets.py:400
    13641364msgid "My Preferences"
    13651365msgstr ""
    13661366
    1367 #: waeup/kofa/browser/pages.py:567 waeup/kofa/browser/viewlets.py:415
     1367#: waeup/kofa/browser/pages.py:563 waeup/kofa/browser/viewlets.py:415
    13681368msgid "My Roles"
    13691369msgstr ""
    13701370
    1371 #: waeup/kofa/browser/pages.py:598
     1371#: waeup/kofa/browser/pages.py:594
    13721372msgid "Search Academic Section"
    13731373msgstr ""
    13741374
    1375 #: waeup/kofa/browser/pages.py:625
     1375#: waeup/kofa/browser/pages.py:621
    13761376msgid "View portal configuration"
    13771377msgstr ""
    13781378
    1379 #: waeup/kofa/browser/pages.py:638
     1379#: waeup/kofa/browser/pages.py:634
    13801380msgid "Edit portal configuration"
    13811381msgstr ""
    13821382
    1383 #: waeup/kofa/browser/pages.py:639 waeup/kofa/browser/pages.py:688
     1383#: waeup/kofa/browser/pages.py:635 waeup/kofa/browser/pages.py:684
    13841384msgid "Update plugins"
    13851385msgstr ""
    13861386
    1387 #: waeup/kofa/browser/pages.py:641 waeup/kofa/browser/pages.py:669
     1387#: waeup/kofa/browser/pages.py:637 waeup/kofa/browser/pages.py:665
     1388#: waeup/kofa/browser/pages.py:696
     1389msgid "Add session configuration"
     1390msgstr ""
     1391
     1392#: waeup/kofa/browser/pages.py:662 waeup/kofa/browser/pages.py:735
     1393msgid "Settings have been saved."
     1394msgstr ""
     1395
     1396#. Default: ""
     1397#: waeup/kofa/browser/pages.py:676
     1398msgid "Session ${a} Configuration"
     1399msgstr ""
     1400
     1401#: waeup/kofa/browser/pages.py:687
     1402msgid "Plugins were updated. See log file for details."
     1403msgstr ""
     1404
    13881405#: waeup/kofa/browser/pages.py:700
    1389 msgid "Add session configuration"
    1390 msgstr ""
    1391 
    1392 #: waeup/kofa/browser/pages.py:666 waeup/kofa/browser/pages.py:739
    1393 msgid "Settings have been saved."
    1394 msgstr ""
    1395 
    1396 #. Default: ""
    1397 #: waeup/kofa/browser/pages.py:680
    1398 msgid "Session ${a} Configuration"
    1399 msgstr ""
    1400 
    1401 #: waeup/kofa/browser/pages.py:691
    1402 msgid "Plugins were updated. See log file for details."
    1403 msgstr ""
    1404 
    1405 #: waeup/kofa/browser/pages.py:704
    14061406msgid "Add Session Configuration"
    14071407msgstr ""
    14081408
    1409 #: waeup/kofa/browser/pages.py:711
     1409#: waeup/kofa/browser/pages.py:707
    14101410msgid "The session chosen already exists."
    14111411msgstr ""
    14121412
    14131413#. Default: ""
    1414 #: waeup/kofa/browser/pages.py:733
     1414#: waeup/kofa/browser/pages.py:729
    14151415msgid "Edit academic session ${a} configuration"
    14161416msgstr ""
    14171417
    1418 #: waeup/kofa/browser/pages.py:763
     1418#: waeup/kofa/browser/pages.py:759
    14191419msgid "Upload file"
    14201420msgstr ""
    14211421
    1422 #: waeup/kofa/browser/pages.py:765
     1422#: waeup/kofa/browser/pages.py:761
    14231423msgid "Upload"
    14241424msgstr ""
    14251425
    1426 #: waeup/kofa/browser/pages.py:811 waeup/kofa/browser/pages.py:841
    1427 #: waeup/kofa/browser/pages.py:961 waeup/kofa/browser/pages.py:1069
     1426#: waeup/kofa/browser/pages.py:807 waeup/kofa/browser/pages.py:837
     1427#: waeup/kofa/browser/pages.py:957 waeup/kofa/browser/pages.py:1065
    14281428msgid "Process CSV file"
    14291429msgstr ""
    14301430
    1431 #: waeup/kofa/browser/pages.py:825 waeup/kofa/browser/pages.py:926
    1432 #: waeup/kofa/browser/pages.py:1045
     1431#: waeup/kofa/browser/pages.py:821 waeup/kofa/browser/pages.py:922
     1432#: waeup/kofa/browser/pages.py:1041
    14331433msgid "Import aborted."
    14341434msgstr ""
    14351435
    1436 #: waeup/kofa/browser/pages.py:844
     1436#: waeup/kofa/browser/pages.py:840
    14371437msgid "Back to step 1"
    14381438msgstr ""
    14391439
    1440 #: waeup/kofa/browser/pages.py:845
     1440#: waeup/kofa/browser/pages.py:841
    14411441msgid "Proceed to step 3"
    14421442msgstr ""
    14431443
    1444 #: waeup/kofa/browser/pages.py:86
     1444#: waeup/kofa/browser/pages.py:85
    14451445msgid "No local role selected."
    14461446msgstr ""
    14471447
    1448 #: waeup/kofa/browser/pages.py:905
     1448#: waeup/kofa/browser/pages.py:901
    14491449msgid "Double headers: each column name may only appear once. "
    14501450msgstr ""
    14511451
    1452 #: waeup/kofa/browser/pages.py:913
     1452#: waeup/kofa/browser/pages.py:909
    14531453msgid "Replace imported file!"
    14541454msgstr ""
    14551455
    1456 #: waeup/kofa/browser/pages.py:938
     1456#: waeup/kofa/browser/pages.py:934
    14571457msgid "Update mode only!"
    14581458msgstr ""
    14591459
    1460 #: waeup/kofa/browser/pages.py:964 waeup/kofa/browser/pages.py:1190
     1460#: waeup/kofa/browser/pages.py:960 waeup/kofa/browser/pages.py:1186
    14611461msgid "Reset"
    14621462msgstr ""
    14631463
    1464 #: waeup/kofa/browser/pages.py:965
     1464#: waeup/kofa/browser/pages.py:961
    14651465msgid "Set headerfields"
    14661466msgstr ""
    14671467
    1468 #: waeup/kofa/browser/pages.py:966
     1468#: waeup/kofa/browser/pages.py:962
    14691469msgid "Back to step 2"
    14701470msgstr ""
    14711471
    1472 #: waeup/kofa/browser/pages.py:967
     1472#: waeup/kofa/browser/pages.py:963
    14731473msgid "Perform import"
    14741474msgstr ""
    14751475
    14761476#. Default: ""
    1477 #: waeup/kofa/browser/pdf.py:124
     1477#: waeup/kofa/browser/pdf.py:127
    14781478msgid "${footer_text} Page ${num1} of ${num2}"
    14791479msgstr ""
    14801480
    14811481#. Default: ""
    1482 #: waeup/kofa/browser/pdf.py:332
     1482#: waeup/kofa/browser/pdf.py:336
    14831483msgid "Date: ${a}"
    14841484msgstr ""
     
    18601860
    18611861#: waeup/kofa/browser/viewlets.py:528 waeup/kofa/browser/viewlets.py:536
    1862 msgid "Show batch logs"
     1862msgid "Show logs"
    18631863msgstr ""
    18641864
     
    19841984msgstr ""
    19851985
    1986 #: waeup/kofa/hostels/hostel.py:180
     1986#: waeup/kofa/hostels/hostel.py:185
    19871987msgid "unreserved"
    19881988msgstr ""
    19891989
    1990 #: waeup/kofa/hostels/hostel.py:187
     1990#: waeup/kofa/hostels/hostel.py:192
    19911991msgid "reserved"
    19921992msgstr ""
     
    20202020msgstr ""
    20212021
    2022 #: waeup/kofa/hostels/interfaces.py:175 waeup/kofa/students/interfaces.py:455
     2022#: waeup/kofa/hostels/interfaces.py:175 waeup/kofa/students/interfaces.py:465
    20232023msgid "Bed Type"
    20242024msgstr ""
     
    21762176msgstr ""
    21772177
    2178 #: waeup/kofa/interfaces.py:185
     2178#: waeup/kofa/interfaces.py:186
    21792179msgid "Subject"
    21802180msgstr ""
    21812181
    2182 #: waeup/kofa/interfaces.py:189
     2182#: waeup/kofa/interfaces.py:190
    21832183msgid "Grade"
    21842184msgstr ""
    21852185
    2186 #: waeup/kofa/interfaces.py:323
     2186#: waeup/kofa/interfaces.py:324
    21872187msgid "Processor name"
    21882188msgstr ""
    21892189
    2190 #: waeup/kofa/interfaces.py:327
     2190#: waeup/kofa/interfaces.py:328
    21912191msgid "Import Mode"
    21922192msgstr ""
    21932193
    2194 #: waeup/kofa/interfaces.py:352
     2194#: waeup/kofa/interfaces.py:353
    21952195msgid "Email Address:"
    21962196msgstr ""
    21972197
    2198 #: waeup/kofa/interfaces.py:359
     2198#: waeup/kofa/interfaces.py:360
    21992199msgid "Email to:"
    22002200msgstr ""
    22012201
    2202 #: waeup/kofa/interfaces.py:366
     2202#: waeup/kofa/interfaces.py:367
    22032203msgid "Subject:"
    22042204msgstr ""
    22052205
    2206 #: waeup/kofa/interfaces.py:370
     2206#: waeup/kofa/interfaces.py:371
    22072207msgid "Full Name:"
    22082208msgstr ""
    22092209
    2210 #: waeup/kofa/interfaces.py:374
     2210#: waeup/kofa/interfaces.py:375
    22112211msgid "Text:"
    22122212msgstr ""
    22132213
    2214 #: waeup/kofa/interfaces.py:405
     2214#: waeup/kofa/interfaces.py:406
    22152215#: waeup/kofa/browser/templates/departmentmanagepage.pt:97
    22162216#: waeup/kofa/browser/templates/userscontainerpage.pt:4
     
    22222222msgstr ""
    22232223
    2224 #: waeup/kofa/interfaces.py:410
     2224#: waeup/kofa/interfaces.py:411
    22252225#: waeup/kofa/students/browser_templates/containerpage.pt:33
    22262226#: waeup/kofa/students/browser_templates/containermanagepage.pt:39
     
    22292229msgstr ""
    22302230
    2231 #: waeup/kofa/interfaces.py:414
     2231#: waeup/kofa/interfaces.py:415
    22322232msgid "Description/Notice"
    22332233msgstr ""
    22342234
    2235 #: waeup/kofa/interfaces.py:431
     2235#: waeup/kofa/interfaces.py:432
    22362236msgid "Portal roles"
    22372237msgstr ""
    22382238
    2239 #: waeup/kofa/interfaces.py:476
     2239#: waeup/kofa/interfaces.py:477
    22402240msgid "Name of University"
    22412241msgstr ""
    22422242
    2243 #: waeup/kofa/interfaces.py:477
     2243#: waeup/kofa/interfaces.py:478
    22442244msgid "Sample University"
    22452245msgstr ""
    22462246
    2247 #: waeup/kofa/interfaces.py:482
     2247#: waeup/kofa/interfaces.py:483
    22482248msgid "Abbreviated Title of University"
    22492249msgstr ""
    22502250
    2251 #: waeup/kofa/interfaces.py:488
     2251#: waeup/kofa/interfaces.py:489
    22522252msgid "Skin"
    22532253msgstr ""
    22542254
    2255 #: waeup/kofa/interfaces.py:495
     2255#: waeup/kofa/interfaces.py:496
    22562256msgid "Content in reST format"
    22572257msgstr ""
    22582258
    2259 #: waeup/kofa/interfaces.py:507
     2259#: waeup/kofa/interfaces.py:508
    22602260msgid "Accommodation Booking Session"
    22612261msgstr ""
    22622262
    2263 #: waeup/kofa/interfaces.py:515
     2263#: waeup/kofa/interfaces.py:516
    22642264msgid "Allowed States for Accommodation Booking"
    22652265msgstr ""
    22662266
    2267 #: waeup/kofa/interfaces.py:523
     2267#: waeup/kofa/interfaces.py:524
    22682268msgid "Name of Administrator"
    22692269msgstr ""
    22702270
    2271 #: waeup/kofa/interfaces.py:529
     2271#: waeup/kofa/interfaces.py:530
    22722272msgid "Email Address of Administrator"
    22732273msgstr ""
    22742274
    2275 #: waeup/kofa/interfaces.py:536
     2275#: waeup/kofa/interfaces.py:537
    22762276msgid "Subject of Email to Administrator"
    22772277msgstr ""
    22782278
    2279 #: waeup/kofa/interfaces.py:537
     2279#: waeup/kofa/interfaces.py:538
    22802280msgid "Kofa Contact"
    22812281msgstr ""
    22822282
    2283 #: waeup/kofa/interfaces.py:542
     2283#: waeup/kofa/interfaces.py:543
    22842284msgid "SMTP mailer to use when sending mail"
    22852285msgstr ""
    22862286
    2287 #: waeup/kofa/interfaces.py:549
     2287#: waeup/kofa/interfaces.py:550
    22882288msgid "Captcha used for public registration pages"
    22892289msgstr ""
    22902290
    2291 #: waeup/kofa/interfaces.py:556
     2291#: waeup/kofa/interfaces.py:557
    22922292msgid "Carry-over Course Registration"
    22932293msgstr ""
    22942294
    2295 #: waeup/kofa/interfaces.py:565 waeup/kofa/interfaces.py:623
     2295#: waeup/kofa/interfaces.py:566 waeup/kofa/interfaces.py:624
    22962296msgid "Academic Session"
    22972297msgstr ""
    22982298
    2299 #: waeup/kofa/interfaces.py:573 waeup/kofa/payments/interfaces.py:30
     2299#: waeup/kofa/interfaces.py:574 waeup/kofa/payments/interfaces.py:30
    23002300msgid "School Fee"
    23012301msgstr ""
    23022302
    2303 #: waeup/kofa/interfaces.py:578
     2303#: waeup/kofa/interfaces.py:579
    23042304msgid "Surcharge Portal Provider"
    23052305msgstr ""
    23062306
    2307 #: waeup/kofa/interfaces.py:584
     2307#: waeup/kofa/interfaces.py:585
    23082308msgid "Surcharge Payment Gateway Provider"
    23092309msgstr ""
    23102310
    2311 #: waeup/kofa/interfaces.py:590 waeup/kofa/payments/interfaces.py:120
     2311#: waeup/kofa/interfaces.py:591 waeup/kofa/payments/interfaces.py:120
    23122312msgid "Surcharge 3"
    23132313msgstr ""
    23142314
    2315 #: waeup/kofa/interfaces.py:596
     2315#: waeup/kofa/interfaces.py:597
    23162316msgid "Clearance Fee"
    23172317msgstr ""
    23182318
    2319 #: waeup/kofa/interfaces.py:602
     2319#: waeup/kofa/interfaces.py:603
    23202320msgid "Booking Fee"
    23212321msgstr ""
    23222322
    2323 #: waeup/kofa/interfaces.py:608 waeup/kofa/payments/interfaces.py:36
     2323#: waeup/kofa/interfaces.py:609 waeup/kofa/payments/interfaces.py:36
    23242324msgid "Acceptance Fee"
    23252325msgstr ""
    23262326
    2327 #: waeup/kofa/interfaces.py:73
     2327#: waeup/kofa/interfaces.py:74
    23282328msgid "clearance started"
    23292329msgstr ""
    23302330
    2331 #: waeup/kofa/interfaces.py:74
     2331#: waeup/kofa/interfaces.py:75
    23322332msgid "clearance requested"
    23332333msgstr ""
    23342334
    2335 #: waeup/kofa/interfaces.py:75
     2335#: waeup/kofa/interfaces.py:76
    23362336msgid "cleared"
    23372337msgstr ""
    23382338
    2339 #: waeup/kofa/interfaces.py:76
     2339#: waeup/kofa/interfaces.py:77
    23402340msgid "school fee paid"
    23412341msgstr ""
    23422342
    2343 #: waeup/kofa/interfaces.py:77
     2343#: waeup/kofa/interfaces.py:78
    23442344msgid "returning"
    23452345msgstr ""
    23462346
    2347 #: waeup/kofa/interfaces.py:78
     2347#: waeup/kofa/interfaces.py:79
    23482348msgid "courses registered"
    23492349msgstr ""
    23502350
    2351 #: waeup/kofa/interfaces.py:79
     2351#: waeup/kofa/interfaces.py:80
    23522352msgid "courses validated"
    23532353msgstr ""
    23542354
    2355 #: waeup/kofa/objecthistory.py:71
     2355#: waeup/kofa/objecthistory.py:72
    23562356msgid "by"
    23572357msgstr ""
     
    24532453
    24542454#. Default: ""
    2455 #: waeup/kofa/students/batching.py:165
     2455#: waeup/kofa/students/batching.py:166
    24562456msgid "State '${a}' set"
    24572457msgstr ""
    24582458
    2459 #: waeup/kofa/students/browser.py:1041
     2459#. Default: ""
     2460#: waeup/kofa/students/browser.py:1009
     2461msgid "${a}: Payments"
     2462msgstr ""
     2463
     2464#: waeup/kofa/students/browser.py:1054
    24602465msgid "Add online payment"
    24612466msgstr ""
    24622467
    2463 #: waeup/kofa/students/browser.py:1044
     2468#: waeup/kofa/students/browser.py:1057
    24642469msgid "Create ticket"
    24652470msgstr ""
    24662471
    2467 #: waeup/kofa/students/browser.py:1052 waeup/kofa/students/browser.py:1279
     2472#: waeup/kofa/students/browser.py:1065 waeup/kofa/students/browser.py:1292
    24682473msgid "Your current session does not match accommodation session."
    24692474msgstr ""
    24702475
    2471 #: waeup/kofa/students/browser.py:1062
     2476#: waeup/kofa/students/browser.py:1075
    24722477msgid "Study course data are incomplete."
    24732478msgstr ""
    24742479
    2475 #: waeup/kofa/students/browser.py:1126
     2480#: waeup/kofa/students/browser.py:1139
    24762481msgid "This ticket has already been paid."
    24772482msgstr ""
    24782483
    24792484#. Default: ""
    2480 #: waeup/kofa/students/browser.py:1139 waeup/kofa/students/browser.py:1147
    2481 #: waeup/kofa/students/browser.py:1155
     2485#: waeup/kofa/students/browser.py:1152 waeup/kofa/students/browser.py:1160
     2486#: waeup/kofa/students/browser.py:1168
    24822487msgid "Valid callback received. ${a}"
    2483 msgstr ""
    2484 
    2485 #. Default: ""
    2486 #: waeup/kofa/students/browser.py:1209
    2487 msgid "${a}: Accommodation"
    24882488msgstr ""
    24892489
     
    24932493msgstr ""
    24942494
    2495 #: waeup/kofa/students/browser.py:1221
     2495#. Default: ""
     2496#: waeup/kofa/students/browser.py:1222
     2497msgid "${a}: Accommodation"
     2498msgstr ""
     2499
     2500#: waeup/kofa/students/browser.py:1234
    24962501msgid "You are not allowed to remove bed tickets."
    24972502msgstr ""
    24982503
    2499 #: waeup/kofa/students/browser.py:1228
     2504#: waeup/kofa/students/browser.py:1241
    25002505msgid "No bed ticket selected."
    2501 msgstr ""
    2502 
    2503 #: waeup/kofa/students/browser.py:1259
    2504 msgid "Add bed ticket"
    2505 msgstr ""
    2506 
    2507 #: waeup/kofa/students/browser.py:1261
    2508 msgid "Create bed ticket"
    2509 msgstr ""
    2510 
    2511 #: waeup/kofa/students/browser.py:1269
    2512 msgid "Your data are incomplete."
    25132506msgstr ""
    25142507
     
    25182511msgstr ""
    25192512
    2520 #: waeup/kofa/students/browser.py:1273
     2513#: waeup/kofa/students/browser.py:1272
     2514msgid "Add bed ticket"
     2515msgstr ""
     2516
     2517#: waeup/kofa/students/browser.py:1274
     2518msgid "Create bed ticket"
     2519msgstr ""
     2520
     2521#: waeup/kofa/students/browser.py:1282
     2522msgid "Your data are incomplete."
     2523msgstr ""
     2524
     2525#: waeup/kofa/students/browser.py:1286
    25212526msgid "You are in the wrong registration state."
    25222527msgstr ""
    25232528
    2524 #: waeup/kofa/students/browser.py:1284
     2529#: waeup/kofa/students/browser.py:1297
    25252530msgid "You already booked a bed space in current accommodation session."
    25262531msgstr ""
    25272532
    2528 #: waeup/kofa/students/browser.py:1295 waeup/kofa/students/browser.py:1592
    2529 #: waeup/kofa/students/browser.py:1712
     2533#: waeup/kofa/students/browser.py:1308 waeup/kofa/students/browser.py:1602
     2534#: waeup/kofa/students/browser.py:1721
    25302535msgid "Activation code is invalid."
    25312536msgstr ""
    25322537
    25332538#. Default: ""
    2534 #: waeup/kofa/students/browser.py:1315 waeup/kofa/students/browser.py:1443
     2539#: waeup/kofa/students/browser.py:1328 waeup/kofa/students/browser.py:1454
    25352540msgid "There is no free bed in your category ${a}."
    25362541msgstr ""
    25372542
    2538 #: waeup/kofa/students/browser.py:1320 waeup/kofa/students/browser.py:1597
    2539 #: waeup/kofa/students/browser.py:1717
     2543#: waeup/kofa/students/browser.py:1333 waeup/kofa/students/browser.py:1607
     2544#: waeup/kofa/students/browser.py:1726
    25402545msgid "Activation code has already been used."
    25412546msgstr ""
    25422547
    2543 #: waeup/kofa/students/browser.py:1323 waeup/kofa/students/browser.py:1600
    2544 #: waeup/kofa/students/browser.py:1720 waeup/kofa/students/browser.py:1988
     2548#: waeup/kofa/students/browser.py:1336 waeup/kofa/students/browser.py:1610
     2549#: waeup/kofa/students/browser.py:1729 waeup/kofa/students/browser.py:1997
    25452550msgid "invalidated"
    25462551msgstr ""
    25472552
    2548 #: waeup/kofa/students/browser.py:1328 waeup/kofa/students/browser.py:1604
    2549 #: waeup/kofa/students/browser.py:1725
     2553#: waeup/kofa/students/browser.py:1341 waeup/kofa/students/browser.py:1614
     2554#: waeup/kofa/students/browser.py:1734
    25502555msgid "You are not the owner of this access code."
    25512556msgstr ""
    25522557
    25532558#. Default: ""
    2554 #: waeup/kofa/students/browser.py:1339 waeup/kofa/students/browser.py:1457
     2559#: waeup/kofa/students/browser.py:1352 waeup/kofa/students/browser.py:1468
    25552560msgid "${a}, Block ${b}, Room ${c}, Bed ${d} (${e})"
    25562561msgstr ""
    25572562
    25582563#. Default: ""
    2559 #: waeup/kofa/students/browser.py:1348
     2564#: waeup/kofa/students/browser.py:1361
    25602565msgid "Bed ticket created and bed booked: ${a}"
    25612566msgstr ""
    25622567
    25632568#. Default: ""
    2564 #: waeup/kofa/students/browser.py:1366
     2569#: waeup/kofa/students/browser.py:1377
    25652570msgid "Bed Ticket for Session ${a}"
    25662571msgstr ""
    25672572
    2568 #: waeup/kofa/students/browser.py:1382
     2573#: waeup/kofa/students/browser.py:1393
    25692574msgid "Bed Allocation Data"
    25702575msgstr ""
    25712576
    2572 #: waeup/kofa/students/browser.py:1388
     2577#: waeup/kofa/students/browser.py:1399
    25732578msgid "Bed Allocation: "
    2574 msgstr ""
    2575 
    2576 #: waeup/kofa/students/browser.py:1415
    2577 msgid "Students in reserved beds can't be relocated."
    25782579msgstr ""
    25792580
     
    25822583msgstr ""
    25832584
    2584 #: waeup/kofa/students/browser.py:1421
     2585#: waeup/kofa/students/browser.py:1426
     2586msgid "Students in reserved beds can't be relocated."
     2587msgstr ""
     2588
     2589#: waeup/kofa/students/browser.py:1432
    25852590msgid "Student can't be relocated."
    25862591msgstr ""
    25872592
    25882593#. Default: ""
    2589 #: waeup/kofa/students/browser.py:1464
     2594#: waeup/kofa/students/browser.py:1475
    25902595msgid "Student relocated: ${a}"
    25912596msgstr ""
    25922597
    25932598#. Default: ""
    2594 #: waeup/kofa/students/browser.py:1483
     2599#: waeup/kofa/students/browser.py:1494
    25952600msgid "${a}: History"
    25962601msgstr ""
    25972602
    2598 #: waeup/kofa/students/browser.py:1496
     2603#: waeup/kofa/students/browser.py:1506
    25992604msgid "Edit base data"
    26002605msgstr ""
     
    26052610msgstr ""
    26062611
    2607 #: waeup/kofa/students/browser.py:1511 waeup/kofa/students/viewlets.py:388
     2612#: waeup/kofa/students/browser.py:1521 waeup/kofa/students/viewlets.py:388
    26082613msgid "Change password"
    26092614msgstr ""
    26102615
    2611 #: waeup/kofa/students/browser.py:1525
     2616#: waeup/kofa/students/browser.py:1535
    26122617msgid "Password changed."
    26132618msgstr ""
    26142619
    2615 #: waeup/kofa/students/browser.py:1537
     2620#: waeup/kofa/students/browser.py:1547
    26162621msgid "Upload portrait"
    26172622msgstr ""
    26182623
    2619 #: waeup/kofa/students/browser.py:1552 waeup/kofa/students/viewlets.py:412
     2624#: waeup/kofa/students/browser.py:1562 waeup/kofa/students/viewlets.py:412
    26202625#: waeup/kofa/students/workflow.py:44
    26212626msgid "Start clearance"
    26222627msgstr ""
    26232628
    2624 #: waeup/kofa/students/browser.py:1556
     2629#: waeup/kofa/students/browser.py:1566
    26252630msgid "Start clearance now"
    26262631msgstr ""
    26272632
    2628 #: waeup/kofa/students/browser.py:1573 waeup/kofa/students/browser.py:1701
     2633#: waeup/kofa/students/browser.py:1583 waeup/kofa/students/browser.py:1710
    26292634msgid "Wrong state"
    26302635msgstr ""
    26312636
    2632 #: waeup/kofa/students/browser.py:1577
     2637#: waeup/kofa/students/browser.py:1587
    26332638msgid "No portrait uploaded."
    26342639msgstr ""
    26352640
    2636 #: waeup/kofa/students/browser.py:1581
     2641#: waeup/kofa/students/browser.py:1591
    26372642msgid "Not all required fields filled."
    26382643msgstr ""
    26392644
    2640 #: waeup/kofa/students/browser.py:1608
     2645#: waeup/kofa/students/browser.py:1618
    26412646msgid "Clearance process has been started."
    26422647msgstr ""
    26432648
    2644 #: waeup/kofa/students/browser.py:1618
     2649#: waeup/kofa/students/browser.py:1628
    26452650msgid "Edit clearance data"
    26462651msgstr ""
    26472652
    2648 #: waeup/kofa/students/browser.py:1639 waeup/kofa/students/browser.py:1653
     2653#: waeup/kofa/students/browser.py:1648 waeup/kofa/students/browser.py:1662
    26492654msgid "Clearance form has been saved."
    26502655msgstr ""
    26512656
    2652 #: waeup/kofa/students/browser.py:1647
     2657#: waeup/kofa/students/browser.py:1656
    26532658msgid "Save and request clearance"
    26542659msgstr ""
    26552660
    2656 #: waeup/kofa/students/browser.py:1662 waeup/kofa/students/workflow.py:58
     2661#: waeup/kofa/students/browser.py:1671 waeup/kofa/students/workflow.py:58
    26572662msgid "Request clearance"
    26582663msgstr ""
    26592664
    2660 #: waeup/kofa/students/browser.py:1663
     2665#: waeup/kofa/students/browser.py:1672
    26612666msgid "Enter the CLR access code used for starting clearance."
    26622667msgstr ""
    26632668
    2664 #: waeup/kofa/students/browser.py:1666
     2669#: waeup/kofa/students/browser.py:1675
    26652670msgid "Request clearance now"
    26662671msgstr ""
    26672672
    2668 #: waeup/kofa/students/browser.py:1675
     2673#: waeup/kofa/students/browser.py:1684
    26692674msgid "This isn't your CLR access code."
    26702675msgstr ""
    26712676
    2672 #: waeup/kofa/students/browser.py:1684
     2677#: waeup/kofa/students/browser.py:1693
    26732678msgid "Clearance has been requested."
    2674 msgstr ""
    2675 
    2676 #: waeup/kofa/students/browser.py:1693 waeup/kofa/students/viewlets.py:441
    2677 msgid "Start course registration"
    2678 msgstr ""
    2679 
    2680 #: waeup/kofa/students/browser.py:1697
    2681 msgid "Start course registration now"
    26822679msgstr ""
    26832680
     
    26862683msgstr ""
    26872684
    2688 #: waeup/kofa/students/browser.py:1733
     2685#: waeup/kofa/students/browser.py:1702 waeup/kofa/students/viewlets.py:441
     2686msgid "Start course registration"
     2687msgstr ""
     2688
     2689#: waeup/kofa/students/browser.py:1706
     2690msgid "Start course registration now"
     2691msgstr ""
     2692
     2693#: waeup/kofa/students/browser.py:1742
    26892694msgid "Course registration has been started."
    26902695msgstr ""
    26912696
    26922697#. Default: ""
    2693 #: waeup/kofa/students/browser.py:1752
     2698#: waeup/kofa/students/browser.py:1761
    26942699msgid "Add current level ${a}"
    26952700msgstr ""
    26962701
    2697 #: waeup/kofa/students/browser.py:1761
     2702#: waeup/kofa/students/browser.py:1770
    26982703msgid "Create course list now"
    26992704msgstr ""
    27002705
    27012706#. Default: ""
    2702 #: waeup/kofa/students/browser.py:1800
     2707#: waeup/kofa/students/browser.py:1809
    27032708msgid "Add and remove course tickets of study level ${a}"
    27042709msgstr ""
    27052710
    2706 #: waeup/kofa/students/browser.py:1837
     2711#: waeup/kofa/students/browser.py:1846
    27072712msgid "Register course list"
    27082713msgstr ""
    27092714
    2710 #: waeup/kofa/students/browser.py:1841
     2715#: waeup/kofa/students/browser.py:1850
    27112716msgid "Course list has been registered."
    27122717msgstr ""
     
    27162721msgstr ""
    27172722
    2718 #: waeup/kofa/students/browser.py:1887
     2723#: waeup/kofa/students/browser.py:1896
    27192724msgid "Send me a new password"
    27202725msgstr ""
    27212726
    2722 #: waeup/kofa/students/browser.py:1897
     2727#: waeup/kofa/students/browser.py:1906
    27232728msgid "Get new login credentials"
    27242729msgstr ""
    27252730
    2726 #: waeup/kofa/students/browser.py:1914
     2731#: waeup/kofa/students/browser.py:1923
    27272732msgid "Application package not installed."
    27282733msgstr ""
    27292734
    2730 #: waeup/kofa/students/browser.py:1920
     2735#: waeup/kofa/students/browser.py:1929
    27312736msgid "No record found."
    27322737msgstr ""
    27332738
    2734 #: waeup/kofa/students/browser.py:1928
     2739#: waeup/kofa/students/browser.py:1937
    27352740msgid "You have successfully changed your password for the"
    27362741msgstr ""
    27372742
    27382743#. Default: ""
    2739 #: waeup/kofa/students/browser.py:1933
     2744#: waeup/kofa/students/browser.py:1942
    27402745msgid "An email with your user name and password has been sent to ${a}."
    27412746msgstr ""
    27422747
    2743 #: waeup/kofa/students/browser.py:1944
     2748#: waeup/kofa/students/browser.py:1953
    27442749msgid "Set password for first-time login"
    27452750msgstr ""
    27462751
    2747 #: waeup/kofa/students/browser.py:1947
     2752#: waeup/kofa/students/browser.py:1956
    27482753msgid "Set"
    27492754msgstr ""
    27502755
    2751 #: waeup/kofa/students/browser.py:1962
     2756#: waeup/kofa/students/browser.py:1971
    27522757msgid "More than one student found."
    27532758msgstr ""
    27542759
    2755 #: waeup/kofa/students/browser.py:1970
     2760#: waeup/kofa/students/browser.py:1979
    27562761msgid "Access code is invalid."
    27572762msgstr ""
    27582763
    27592764#. Default: ""
    2760 #: waeup/kofa/students/browser.py:1973
     2765#: waeup/kofa/students/browser.py:1982
    27612766msgid "Password has already been set. Your Student Id is ${a}"
    27622767msgstr ""
    27632768
    2764 #: waeup/kofa/students/browser.py:1979
     2769#: waeup/kofa/students/browser.py:1988
    27652770msgid "Password has already been set. You are using the wrong Access Code."
    27662771msgstr ""
    27672772
    2768 #: waeup/kofa/students/browser.py:1985
     2773#: waeup/kofa/students/browser.py:1994
    27692774msgid "Access code has already been used."
    27702775msgstr ""
    27712776
    27722777#. Default: ""
    2773 #: waeup/kofa/students/browser.py:1994
     2778#: waeup/kofa/students/browser.py:2003
    27742779msgid "Password has been set. Your Student Id is ${a}"
    27752780msgstr ""
     
    27792784msgstr ""
    27802785
    2781 #: waeup/kofa/students/browser.py:238 waeup/kofa/students/browser.py:1959
     2786#: waeup/kofa/students/browser.py:238 waeup/kofa/students/browser.py:1968
    27822787msgid "No student found."
    27832788msgstr ""
     
    27962801msgstr ""
    27972802
    2798 #: waeup/kofa/students/browser.py:332 waeup/kofa/students/browser.py:1936
     2803#: waeup/kofa/students/browser.py:332 waeup/kofa/students/browser.py:1945
    27992804msgid "An smtp server error occurred."
    28002805msgstr ""
    28012806
    2802 #: waeup/kofa/students/browser.py:344
     2807#: waeup/kofa/students/browser.py:343
    28032808msgid "Manage base data"
    28042809msgstr ""
    28052810
    28062811#. Default: ""
    2807 #: waeup/kofa/students/browser.py:425
     2812#: waeup/kofa/students/browser.py:423
    28082813msgid "${a}: Clearance Data"
    28092814msgstr ""
    28102815
    2811 #: waeup/kofa/students/browser.py:449 waeup/kofa/students/viewlets.py:107
     2816#: waeup/kofa/students/browser.py:446 waeup/kofa/students/viewlets.py:107
    28122817#: waeup/kofa/students/viewlets.py:555
    28132818#: waeup/kofa/students/browser_templates/clearanceeditpage.pt:6
     
    28152820msgstr ""
    28162821
    2817 #: waeup/kofa/students/browser.py:455
     2822#: waeup/kofa/students/browser.py:452
    28182823msgid "Clearance Slip of "
    28192824msgstr ""
    28202825
    2821 #: waeup/kofa/students/browser.py:474
     2826#: waeup/kofa/students/browser.py:471
    28222827msgid "Manage clearance data"
    28232828msgstr ""
    28242829
    2825 #: waeup/kofa/students/browser.py:516
     2830#: waeup/kofa/students/browser.py:512
    28262831msgid "Student has been cleared."
    28272832msgstr ""
    28282833
    2829 #: waeup/kofa/students/browser.py:518 waeup/kofa/students/browser.py:542
     2834#: waeup/kofa/students/browser.py:514 waeup/kofa/students/browser.py:538
    28302835msgid "Student is in wrong state."
    28312836msgstr ""
    28322837
     2838#: waeup/kofa/students/browser.py:531
     2839msgid "Clearance has been annulled."
     2840msgstr ""
     2841
    28332842#: waeup/kofa/students/browser.py:535
    2834 msgid "Clearance has been annulled."
    2835 msgstr ""
    2836 
    2837 #: waeup/kofa/students/browser.py:539
    28382843msgid "Clearance request has been rejected."
    28392844msgstr ""
    28402845
    28412846#. Default: ""
    2842 #: waeup/kofa/students/browser.py:565
     2847#: waeup/kofa/students/browser.py:561
    28432848msgid "${a}: Personal Data"
    28442849msgstr ""
    28452850
    2846 #: waeup/kofa/students/browser.py:575
     2851#: waeup/kofa/students/browser.py:571
    28472852msgid "Edit personal data"
    28482853msgstr ""
    28492854
    28502855#. Default: ""
    2851 #: waeup/kofa/students/browser.py:595
     2856#: waeup/kofa/students/browser.py:591
    28522857msgid "${a}: Study Course"
    28532858msgstr ""
    28542859
    2855 #: waeup/kofa/students/browser.py:625
     2860#: waeup/kofa/students/browser.py:621
    28562861msgid "Manage study course"
    28572862msgstr ""
    28582863
    2859 #: waeup/kofa/students/browser.py:628 waeup/kofa/students/browser.py:675
     2864#: waeup/kofa/students/browser.py:624 waeup/kofa/students/browser.py:671
    28602865msgid "Remove selected levels"
    28612866msgstr ""
    28622867
    2863 #: waeup/kofa/students/browser.py:629 waeup/kofa/students/browser.py:661
     2868#: waeup/kofa/students/browser.py:625 waeup/kofa/students/browser.py:657
    28642869msgid "Add study level"
    28652870msgstr ""
    28662871
    2867 #: waeup/kofa/students/browser.py:649
     2872#: waeup/kofa/students/browser.py:645
    28682873msgid "Current level not available for certificate."
    28692874msgstr ""
    28702875
    2871 #: waeup/kofa/students/browser.py:669
     2876#: waeup/kofa/students/browser.py:665
    28722877msgid "Study level has been added."
    28732878msgstr ""
    28742879
    2875 #: waeup/kofa/students/browser.py:671 waeup/kofa/students/browser.py:1770
     2880#: waeup/kofa/students/browser.py:667 waeup/kofa/students/browser.py:1779
    28762881msgid "This level exists."
    28772882msgstr ""
    28782883
    2879 #: waeup/kofa/students/browser.py:681
     2884#: waeup/kofa/students/browser.py:677
    28802885msgid "No study level selected."
    28812886msgstr ""
    28822887
    28832888#. Default: ""
    2884 #: waeup/kofa/students/browser.py:717
     2889#: waeup/kofa/students/browser.py:728
    28852890msgid "${a}: Study Level ${b}"
    28862891msgstr ""
    28872892
    2888 #: waeup/kofa/students/browser.py:740
     2893#: waeup/kofa/students/browser.py:751
    28892894msgid "Level Data"
    28902895msgstr ""
    28912896
    2892 #: waeup/kofa/students/browser.py:746
     2897#: waeup/kofa/students/browser.py:757
    28932898msgid "Course List"
    28942899msgstr ""
    28952900
    2896 #: waeup/kofa/students/browser.py:755
    2897 msgid "Course Registration Slip  "
    2898 msgstr ""
    2899 
    2900 #: waeup/kofa/students/browser.py:761
     2901#: waeup/kofa/students/browser.py:766
     2902msgid "Course Registration Slip"
     2903msgstr ""
     2904
     2905#: waeup/kofa/students/browser.py:772
    29012906#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:35
    29022907#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:12
     
    29052910msgstr ""
    29062911
    2907 #: waeup/kofa/students/browser.py:764
     2912#: waeup/kofa/students/browser.py:775
    29082913#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:38
    29092914#: waeup/kofa/students/browser_templates/studylevelpage.pt:36
     
    29112916msgstr ""
    29122917
    2913 #: waeup/kofa/students/browser.py:765
     2918#: waeup/kofa/students/browser.py:776
    29142919#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:16
    29152920msgid "Faculty"
    29162921msgstr ""
    29172922
    2918 #: waeup/kofa/students/browser.py:766
     2923#: waeup/kofa/students/browser.py:777
    29192924#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:40
    29202925#: waeup/kofa/students/browser_templates/studylevelpage.pt:38
     
    29222927msgstr ""
    29232928
    2924 #: waeup/kofa/students/browser.py:767
     2929#: waeup/kofa/students/browser.py:778
    29252930#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:41
    29262931#: waeup/kofa/students/browser_templates/studylevelpage.pt:39
     
    29282933msgstr ""
    29292934
    2930 #: waeup/kofa/students/browser.py:768 waeup/kofa/students/interfaces.py:399
     2935#: waeup/kofa/students/browser.py:779 waeup/kofa/students/interfaces.py:409
    29312936#: waeup/kofa/students/browser_templates/studylevelmanagepage.pt:42
    29322937#: waeup/kofa/students/browser_templates/studyleveleditpage.pt:18
     
    29352940msgstr ""
    29362941
    2937 #: waeup/kofa/students/browser.py:796 waeup/kofa/students/browser.py:825
    2938 #: waeup/kofa/students/browser.py:910 waeup/kofa/students/browser.py:915
    2939 #: waeup/kofa/students/browser.py:1810 waeup/kofa/students/browser.py:1860
     2942#: waeup/kofa/students/browser.py:808 waeup/kofa/students/browser.py:837
     2943#: waeup/kofa/students/browser.py:922 waeup/kofa/students/browser.py:927
     2944#: waeup/kofa/students/browser.py:1819 waeup/kofa/students/browser.py:1869
    29402945msgid "Add course ticket"
    29412946msgstr ""
    29422947
    29432948#. Default: ""
    2944 #: waeup/kofa/students/browser.py:817
     2949#: waeup/kofa/students/browser.py:829
    29452950msgid "Manage study level ${a}"
    29462951msgstr ""
    29472952
    2948 #: waeup/kofa/students/browser.py:835 waeup/kofa/students/browser.py:1820
     2953#: waeup/kofa/students/browser.py:847 waeup/kofa/students/browser.py:1829
    29492954msgid "No ticket selected."
    29502955msgstr ""
    29512956
    2952 #: waeup/kofa/students/browser.py:859 waeup/kofa/students/browser.py:881
     2957#: waeup/kofa/students/browser.py:871 waeup/kofa/students/browser.py:893
    29532958msgid "This level does not correspond current level."
    29542959msgstr ""
    29552960
    2956 #: waeup/kofa/students/browser.py:863
     2961#: waeup/kofa/students/browser.py:875
    29572962msgid "Course list has been validated."
    29582963msgstr ""
    29592964
    2960 #: waeup/kofa/students/browser.py:865 waeup/kofa/students/browser.py:893
     2965#: waeup/kofa/students/browser.py:877 waeup/kofa/students/browser.py:905
    29612966msgid "Student is in the wrong state."
    29622967msgstr ""
    29632968
    2964 #: waeup/kofa/students/browser.py:886
     2969#: waeup/kofa/students/browser.py:898
    29652970msgid "Course list request has been annulled."
    29662971msgstr ""
    29672972
    2968 #: waeup/kofa/students/browser.py:890
     2973#: waeup/kofa/students/browser.py:902
    29692974msgid "Course list request has been rejected:"
    29702975msgstr ""
    29712976
    2972 #: waeup/kofa/students/browser.py:930 waeup/kofa/students/browser.py:1873
     2977#: waeup/kofa/students/browser.py:943 waeup/kofa/students/browser.py:1882
    29732978msgid "The ticket exists."
    29742979msgstr ""
    29752980
    29762981#. Default: ""
    2977 #: waeup/kofa/students/browser.py:932 waeup/kofa/students/browser.py:1875
     2982#: waeup/kofa/students/browser.py:945 waeup/kofa/students/browser.py:1884
    29782983msgid "Successfully added ${a}."
    29792984msgstr ""
    29802985
    29812986#. Default: ""
    2982 #: waeup/kofa/students/browser.py:953
     2987#: waeup/kofa/students/browser.py:966
    29832988msgid "${a}: Course Ticket ${b}"
    29842989msgstr ""
    29852990
    29862991#. Default: ""
    2987 #: waeup/kofa/students/browser.py:969
     2992#: waeup/kofa/students/browser.py:982
    29882993msgid "Manage course ticket ${a}"
    2989 msgstr ""
    2990 
    2991 #. Default: ""
    2992 #: waeup/kofa/students/browser.py:996
    2993 msgid "${a}: Payments"
    29942994msgstr ""
    29952995
     
    32363236msgstr ""
    32373237
    3238 #: waeup/kofa/students/interfaces.py:190 waeup/kofa/students/interfaces.py:278
     3238#: waeup/kofa/students/interfaces.py:191 waeup/kofa/students/interfaces.py:280
    32393239msgid "Matriculation Number"
    32403240msgstr ""
    32413241
    3242 #: waeup/kofa/students/interfaces.py:197
     3242#: waeup/kofa/students/interfaces.py:198
    32433243msgid "PWD Activation Code"
    32443244msgstr ""
    32453245
    3246 #: waeup/kofa/students/interfaces.py:203
     3246#: waeup/kofa/students/interfaces.py:204
    32473247msgid "Email"
    32483248msgstr ""
    32493249
    3250 #: waeup/kofa/students/interfaces.py:223
     3250#: waeup/kofa/students/interfaces.py:225
    32513251msgid "Clearance form locked"
    32523252msgstr ""
    32533253
    3254 #: waeup/kofa/students/interfaces.py:228
     3254#: waeup/kofa/students/interfaces.py:230
    32553255msgid "CLR Activation Code"
    32563256msgstr ""
    32573257
    3258 #: waeup/kofa/students/interfaces.py:235
     3258#: waeup/kofa/students/interfaces.py:237
    32593259msgid "Nationality"
    32603260msgstr ""
    32613261
    3262 #: waeup/kofa/students/interfaces.py:244
     3262#: waeup/kofa/students/interfaces.py:246
    32633263msgid "Employer"
    32643264msgstr ""
    32653265
    3266 #: waeup/kofa/students/interfaces.py:254
     3266#: waeup/kofa/students/interfaces.py:256
    32673267msgid "Permanent Address"
    32683268msgstr ""
    32693269
    3270 #: waeup/kofa/students/interfaces.py:287
     3270#: waeup/kofa/students/interfaces.py:289
    32713271#: waeup/kofa/browser/templates/showstudentspage.pt:7
    32723272msgid "Certificate"
    32733273msgstr ""
    32743274
    3275 #: waeup/kofa/students/interfaces.py:293
     3275#: waeup/kofa/students/interfaces.py:295
    32763276msgid "Entry Mode"
    32773277msgstr ""
    32783278
    3279 #: waeup/kofa/students/interfaces.py:300
     3279#: waeup/kofa/students/interfaces.py:302
    32803280msgid "Entry Session"
    32813281msgstr ""
    32823282
    3283 #: waeup/kofa/students/interfaces.py:308 waeup/kofa/students/interfaces.py:347
     3283#: waeup/kofa/students/interfaces.py:310 waeup/kofa/students/interfaces.py:349
    32843284#: waeup/kofa/browser/templates/showstudentspage.pt:8
    32853285msgid "Current Session"
    32863286msgstr ""
    32873287
    3288 #: waeup/kofa/students/interfaces.py:315 waeup/kofa/students/interfaces.py:353
     3288#: waeup/kofa/students/interfaces.py:317 waeup/kofa/students/interfaces.py:355
    32893289#: waeup/kofa/browser/templates/showstudentspage.pt:9
    32903290msgid "Current Level"
    32913291msgstr ""
    32923292
    3293 #: waeup/kofa/students/interfaces.py:322 waeup/kofa/students/interfaces.py:341
     3293#: waeup/kofa/students/interfaces.py:324 waeup/kofa/students/interfaces.py:343
    32943294msgid "Current Verdict"
    32953295msgstr ""
    32963296
    3297 #: waeup/kofa/students/interfaces.py:329
     3297#: waeup/kofa/students/interfaces.py:331
    32983298msgid "Previous Verdict"
    32993299msgstr ""
    33003300
    3301 #: waeup/kofa/students/interfaces.py:367 waeup/kofa/students/interfaces.py:461
     3301#: waeup/kofa/students/interfaces.py:369 waeup/kofa/students/interfaces.py:471
    33023302#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:8
    33033303#: waeup/kofa/students/browser_templates/paymentsmanagepage.pt:13
     
    33053305msgstr ""
    33063306
    3307 #: waeup/kofa/students/interfaces.py:373
     3307#: waeup/kofa/students/interfaces.py:375
    33083308msgid "Verdict"
    33093309msgstr ""
    33103310
    3311 #: waeup/kofa/students/interfaces.py:392
     3311#: waeup/kofa/students/interfaces.py:402
    33123312#: waeup/kofa/browser/templates/certificatepage.pt:30
    33133313#: waeup/kofa/browser/templates/certificatemanagepage.pt:33
     
    33153315msgstr ""
    33163316
    3317 #: waeup/kofa/students/interfaces.py:406
     3317#: waeup/kofa/students/interfaces.py:416
    33183318msgid "Automatical Creation"
    33193319msgstr ""
    33203320
    3321 #: waeup/kofa/students/interfaces.py:413
     3321#: waeup/kofa/students/interfaces.py:423
    33223322msgid "Carry-over Course"
    33233323msgstr ""
    33243324
    3325 #: waeup/kofa/students/interfaces.py:432
     3325#: waeup/kofa/students/interfaces.py:442
    33263326#: waeup/kofa/university/interfaces.py:299
    33273327#: waeup/kofa/browser/templates/certificatepage.pt:29
     
    33303330msgstr ""
    33313331
    3332 #: waeup/kofa/students/interfaces.py:449
     3332#: waeup/kofa/students/interfaces.py:459
    33333333#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:10
    33343334msgid "Bed Coordinates"
    33353335msgstr ""
    33363336
    3337 #: waeup/kofa/students/interfaces.py:468
     3337#: waeup/kofa/students/interfaces.py:478
    33383338#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:9
    33393339msgid "Booking Date"
    33403340msgstr ""
    33413341
    3342 #: waeup/kofa/students/interfaces.py:474
     3342#: waeup/kofa/students/interfaces.py:484
    33433343msgid "Booking Activation Code"
    33443344msgstr ""
    33453345
    3346 #: waeup/kofa/students/utils.py:173
     3346#: waeup/kofa/students/utils.py:182
    33473347msgid "Scanned Documents"
    33483348msgstr ""
    33493349
    3350 #: waeup/kofa/students/utils.py:181
     3350#: waeup/kofa/students/utils.py:190
    33513351msgid "(not provided)"
    33523352msgstr ""
    33533353
    33543354#. Default: ""
    3355 #: waeup/kofa/students/utils.py:208
     3355#: waeup/kofa/students/utils.py:218
    33563356msgid "<font size=10>${a} Page ${b} of ${c}</font>"
    33573357msgstr ""
    33583358
    3359 #: waeup/kofa/students/utils.py:323 waeup/kofa/students/viewlets.py:74
     3359#: waeup/kofa/students/utils.py:333 waeup/kofa/students/viewlets.py:74
    33603360#: waeup/kofa/students/viewlets.py:102
    33613361#: waeup/kofa/students/browser_templates/basemanagepage.pt:7
     
    33633363msgstr ""
    33643364
    3365 #: waeup/kofa/students/utils.py:355
     3365#: waeup/kofa/students/utils.py:368
    33663366msgid "(not yet)"
    33673367msgstr ""
     
    34833483msgstr ""
    34843484
    3485 #: waeup/kofa/students/viewlets.py:686
     3485#: waeup/kofa/students/viewlets.py:687
    34863486msgid "No local file selected."
    34873487msgstr ""
    34883488
    3489 #: waeup/kofa/students/viewlets.py:700
     3489#: waeup/kofa/students/viewlets.py:701
    34903490#: waeup/kofa/students/browser_templates/basemanagepage.pt:9
    34913491msgid "Passport Picture"
    34923492msgstr ""
    34933493
    3494 #: waeup/kofa/students/viewlets.py:711
     3494#: waeup/kofa/students/viewlets.py:712
    34953495msgid "Passport Picture (jpg only)"
    34963496msgstr ""
    34973497
    3498 #: waeup/kofa/students/viewlets.py:726 waeup/kofa/students/viewlets.py:737
     3498#: waeup/kofa/students/viewlets.py:727 waeup/kofa/students/viewlets.py:738
    34993499msgid "Birth Certificate"
    35003500msgstr ""
    35013501
    3502 #: waeup/kofa/students/viewlets.py:727 waeup/kofa/students/viewlets.py:738
     3502#: waeup/kofa/students/viewlets.py:728 waeup/kofa/students/viewlets.py:739
    35033503msgid "Birth Certificate Scan"
    35043504msgstr ""
    35053505
    3506 #: waeup/kofa/students/viewlets.py:747 waeup/kofa/students/viewlets.py:758
     3506#: waeup/kofa/students/viewlets.py:748 waeup/kofa/students/viewlets.py:759
    35073507msgid "Acceptance Letter"
    35083508msgstr ""
    35093509
    3510 #: waeup/kofa/students/viewlets.py:748 waeup/kofa/students/viewlets.py:759
     3510#: waeup/kofa/students/viewlets.py:749 waeup/kofa/students/viewlets.py:760
    35113511msgid "Acceptance Letter Scan"
    35123512msgstr ""
     
    40984098msgstr ""
    40994099
    4100 #: waeup/kofa/utils/countries.py:169 waeup/kofa/utils/utils.py:47
     4100#: waeup/kofa/utils/countries.py:169 waeup/kofa/utils/utils.py:48
    41014101msgid "Nigeria"
    41024102msgstr ""
     
    47504750msgstr ""
    47514751
    4752 #: waeup/kofa/utils/countries.py:90 waeup/kofa/utils/utils.py:46
     4752#: waeup/kofa/utils/countries.py:90 waeup/kofa/utils/utils.py:47
    47534753msgid "Germany"
    47544754msgstr ""
     
    47904790msgstr ""
    47914791
    4792 #: waeup/kofa/utils/utils.py:150
     4792#: waeup/kofa/utils/utils.py:151
    47934793msgid ""
    47944794"Fullname: ${a}\n"
     
    48004800msgstr ""
    48014801
    4802 #: waeup/kofa/utils/utils.py:195
     4802#: waeup/kofa/utils/utils.py:201
    48034803msgid ""
    48044804"Dear ${a},\n"
     
    48204820msgstr ""
    48214821
    4822 #: waeup/kofa/utils/utils.py:48
     4822#: waeup/kofa/utils/utils.py:49
    48234823msgid "U.S."
    48244824msgstr ""
     
    48324832msgstr ""
    48334833
    4834 #: waeup/kofa/widgets/phonewidget.py:131
     4834#: waeup/kofa/widgets/phonewidget.py:130
    48354835msgid "Phone numbers may contain numbers only."
    48364836msgstr ""
Note: See TracChangeset for help on using the changeset viewer.