Changeset 13354 for main


Ignore:
Timestamp:
28 Oct 2015, 05:07:24 (9 years ago)
Author:
Henrik Bettermann
Message:

AAUE needs a second global matric number counter. We can only add this counter in the base package.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py

    r13201 r13354  
    998998        _('Add session configuration'),
    999999        _('Remove selected')]
    1000     # We don't need to edit next_matric_integer in the base package.
     1000    # We don't need to edit next matric integers in the base package.
    10011001    form_fields = grok.AutoFields(IConfigurationContainer).omit(
    1002         'frontpage_dict', 'next_matric_integer')
     1002        'frontpage_dict', 'next_matric_integer', 'next_matric_integer_2')
    10031003
    10041004    @action(_('Save'), style='primary')
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r13239 r13354  
    724724        )
    725725
     726    next_matric_integer_2 = schema.Int(
     727        title = _(u'Next Matriculation Number Integer 2'),
     728        description = _(u'2nd integer used for constructing the next '
     729                         'matriculation number'),
     730        default = 0,
     731        readonly = False,
     732        required = False,
     733        )
     734
    726735    export_disabled_message = schema.Text(
    727736        title = _(u'Export-disabled message'),
  • main/waeup.kofa/trunk/src/waeup/kofa/locales/waeup.kofa.pot

    r13292 r13354  
    1515msgstr ""
    1616"Project-Id-Version: Development/Unknown\n"
    17 "POT-Creation-Date: Wed Oct  7 11:46:58 2015\n"
     17"POT-Creation-Date: Wed Oct 28 06:04:24 2015\n"
    1818"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1919"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    461461#: waeup/kofa/applicants/browser.py:1215
    462462#: waeup/kofa/browser/pages.py:2510
    463 #: waeup/kofa/students/browser.py:2799
     463#: waeup/kofa/students/browser.py:2803
    464464msgid "Send login credentials to email address"
    465465msgstr ""
     
    470470
    471471#: waeup/kofa/applicants/browser.py:1242
    472 #: waeup/kofa/students/browser.py:2816
     472#: waeup/kofa/students/browser.py:2820
    473473msgid "An error occurred."
    474474msgstr ""
     
    482482
    483483#: waeup/kofa/applicants/browser.py:1253
    484 #: waeup/kofa/students/browser.py:2825
     484#: waeup/kofa/students/browser.py:2829
    485485msgid "Your password has already been set and used. Please proceed to the login page."
    486486msgstr ""
     
    547547#: waeup/kofa/hostels/browser.py:126
    548548#: waeup/kofa/hostels/browser.py:162
    549 #: waeup/kofa/hostels/browser.py:228
    550 #: waeup/kofa/hostels/browser.py:240
    551 #: waeup/kofa/hostels/browser.py:336
     549#: waeup/kofa/hostels/browser.py:250
     550#: waeup/kofa/hostels/browser.py:262
     551#: waeup/kofa/hostels/browser.py:360
    552552#: waeup/kofa/students/browser.py:527
    553553#: waeup/kofa/students/browser.py:580
     
    561561#: waeup/kofa/students/browser.py:2251
    562562#: waeup/kofa/students/browser.py:2266
    563 #: waeup/kofa/students/browser.py:2394
     563#: waeup/kofa/students/browser.py:2398
    564564msgid "Save"
    565565msgstr ""
     
    640640#: waeup/kofa/applicants/browser.py:1394
    641641#: waeup/kofa/browser/pages.py:1789
    642 #: waeup/kofa/students/browser.py:3124
     642#: waeup/kofa/students/browser.py:3128
    643643msgid "Discarded export"
    644644msgstr ""
     
    672672#: waeup/kofa/students/browser.py:1687
    673673#: waeup/kofa/students/browser.py:1958
    674 #: waeup/kofa/students/browser.py:2640
     674#: waeup/kofa/students/browser.py:2644
    675675#. Default: ""
    676676msgid "Successfully removed: ${a}"
     
    892892#: waeup/kofa/students/browser.py:1480
    893893#: waeup/kofa/students/browser.py:1668
    894 #: waeup/kofa/students/browser.py:2648
     894#: waeup/kofa/students/browser.py:2652
    895895msgid "Remove selected tickets"
    896896msgstr ""
     
    11471147#: waeup/kofa/hostels/interfaces.py:40
    11481148#: waeup/kofa/hostels/interfaces.py:46
    1149 #: waeup/kofa/interfaces.py:768
     1149#: waeup/kofa/interfaces.py:777
    11501150msgid "Example: "
    11511151msgstr ""
     
    11601160
    11611161#: waeup/kofa/applicants/interfaces.py:273
    1162 #: waeup/kofa/interfaces.py:778
     1162#: waeup/kofa/interfaces.py:787
    11631163msgid "Application Fee"
    11641164msgstr ""
     
    15521552
    15531553#: waeup/kofa/browser/breadcrumbs.py:174
    1554 #: waeup/kofa/students/browser.py:3110
     1554#: waeup/kofa/students/browser.py:3114
    15551555msgid "Student Data Exports"
    15561556msgstr ""
     
    17531753#: waeup/kofa/browser/pages.py:137
    17541754#: waeup/kofa/browser/pages.py:1118
    1755 #: waeup/kofa/hostels/browser.py:265
    1756 #: waeup/kofa/hostels/browser.py:295
     1755#: waeup/kofa/hostels/browser.py:289
     1756#: waeup/kofa/hostels/browser.py:319
    17571757#: waeup/kofa/students/browser.py:325
    17581758msgid "No item selected."
     
    19381938#: waeup/kofa/students/browser.py:280
    19391939#: waeup/kofa/students/browser.py:323
    1940 #: waeup/kofa/students/browser.py:2732
    1941 #: waeup/kofa/students/browser.py:2944
    1942 #: waeup/kofa/students/browser.py:3067
     1940#: waeup/kofa/students/browser.py:2736
     1941#: waeup/kofa/students/browser.py:2948
     1942#: waeup/kofa/students/browser.py:3071
    19431943msgid "No student found."
    19441944msgstr ""
     
    20612061
    20622062#: waeup/kofa/browser/pages.py:2535
    2063 #: waeup/kofa/students/browser.py:2848
     2063#: waeup/kofa/students/browser.py:2852
    20642064msgid "You have successfully requested a password for the"
    20652065msgstr ""
     
    21492149#: waeup/kofa/documents/viewlets.py:60
    21502150#: waeup/kofa/documents/viewlets.py:79
    2151 #: waeup/kofa/hostels/browser.py:215
     2151#: waeup/kofa/hostels/browser.py:237
    21522152#: waeup/kofa/students/viewlets.py:165
    21532153#: waeup/kofa/students/viewlets.py:249
     
    29772977#: waeup/kofa/hostels/browser.py:127
    29782978#: waeup/kofa/hostels/browser.py:149
    2979 #: waeup/kofa/hostels/browser.py:176
     2979#: waeup/kofa/hostels/browser.py:198
    29802980msgid "Add hostel"
    29812981msgstr ""
     
    29952995
    29962996#: waeup/kofa/hostels/browser.py:180
     2997#: waeup/kofa/hostels/browser.py:331
     2998#. Default: ""
     2999msgid "Successfully released beds: ${a}"
     3000msgstr ""
     3001
     3002#: waeup/kofa/hostels/browser.py:182
     3003msgid "No bed released."
     3004msgstr ""
     3005
     3006#: waeup/kofa/hostels/browser.py:202
    29973007msgid "Create hostel"
    29983008msgstr ""
    29993009
    3000 #: waeup/kofa/hostels/browser.py:189
     3010#: waeup/kofa/hostels/browser.py:211
    30013011msgid "The hostel already exists."
    30023012msgstr ""
    30033013
    3004 #: waeup/kofa/hostels/browser.py:191
     3014#: waeup/kofa/hostels/browser.py:213
    30053015msgid "Hostel created."
    30063016msgstr ""
    30073017
    3008 #: waeup/kofa/hostels/browser.py:226
     3018#: waeup/kofa/hostels/browser.py:248
    30093019msgid "Manage hostel"
    30103020msgstr ""
    30113021
    3012 #: waeup/kofa/hostels/browser.py:229
    3013 #: waeup/kofa/hostels/browser.py:245
     3022#: waeup/kofa/hostels/browser.py:251
     3023#: waeup/kofa/hostels/browser.py:267
    30143024msgid "Update all beds"
    30153025msgstr ""
    30163026
    3017 #: waeup/kofa/hostels/browser.py:230
    3018 #: waeup/kofa/hostels/browser.py:259
     3027#: waeup/kofa/hostels/browser.py:252
     3028#: waeup/kofa/hostels/browser.py:283
    30193029msgid "Switch reservation of selected beds"
    30203030msgstr ""
    30213031
    3022 #: waeup/kofa/hostels/browser.py:231
    3023 #: waeup/kofa/hostels/browser.py:289
     3032#: waeup/kofa/hostels/browser.py:253
     3033#: waeup/kofa/hostels/browser.py:313
    30243034msgid "Release selected beds"
    30253035msgstr ""
    30263036
    3027 #: waeup/kofa/hostels/browser.py:232
    3028 #: waeup/kofa/hostels/browser.py:316
     3037#: waeup/kofa/hostels/browser.py:254
     3038#: waeup/kofa/hostels/browser.py:340
    30293039msgid "Clear hostel"
    30303040msgstr ""
    30313041
    3032 #: waeup/kofa/hostels/browser.py:250
     3042#: waeup/kofa/hostels/browser.py:268
     3043msgid "Attention: The updater removes all reservation flags of existing beds. You really want to update?"
     3044msgstr ""
     3045
     3046#: waeup/kofa/hostels/browser.py:274
    30333047#. Default: ""
    30343048msgid "${a} empty beds removed, ${b} beds added, ${c} occupied beds modified (${d})"
    30353049msgstr ""
    30363050
    3037 #: waeup/kofa/hostels/browser.py:283
     3051#: waeup/kofa/hostels/browser.py:307
    30383052#. Default: ""
    30393053msgid "Successfully switched beds: ${a}"
    30403054msgstr ""
    30413055
    3042 #: waeup/kofa/hostels/browser.py:307
    3043 #. Default: ""
    3044 msgid "Successfully released beds: ${a}"
    3045 msgstr ""
    3046 
    3047 #: waeup/kofa/hostels/browser.py:312
     3056#: waeup/kofa/hostels/browser.py:336
    30483057msgid "No allocated bed selected."
    30493058msgstr ""
    30503059
    3051 #: waeup/kofa/hostels/browser.py:319
     3060#: waeup/kofa/hostels/browser.py:343
    30523061msgid "Hostel cleared."
    30533062msgstr ""
    30543063
    3055 #: waeup/kofa/hostels/browser.py:332
     3064#: waeup/kofa/hostels/browser.py:356
    30563065msgid "Allocate student"
    30573066msgstr ""
    30583067
    3059 #: waeup/kofa/hostels/browser.py:339
     3068#: waeup/kofa/hostels/browser.py:363
    30603069msgid "No valid student id."
    30613070msgstr ""
     
    30833092
    30843093#: waeup/kofa/hostels/browser_templates/containerpage.pt:21
    3085 #: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:50
     3094#: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:40
    30863095#: waeup/kofa/hostels/browser_templates/containermanagepage.pt:41
    30873096#: waeup/kofa/documents/browser_templates/containerpage.pt:8
     
    31103119msgstr ""
    31113120
    3112 #: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:51
     3121#: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:41
    31133122#: waeup/kofa/documents/browser_templates/containerpage.pt:10
    31143123#: waeup/kofa/documents/browser_templates/containermanagepage.pt:11
     
    31173126msgstr ""
    31183127
    3119 #: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:52
     3128#: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:42
    31203129msgid "Number"
    31213130msgstr ""
    31223131
    3123 #: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:53
     3132#: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:43
    31243133#: waeup/kofa/accesscodes/browser_templates/searchpage.pt:32
    31253134msgid "Owner"
    31263135msgstr ""
    31273136
     3137#: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:61
     3138msgid "[allocate student]"
     3139msgstr ""
     3140
    31283141#: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:7
    31293142msgid "Hostel Data"
     
    31313144
    31323145#: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:71
    3133 msgid "[allocate student]"
    3134 msgstr ""
    3135 
    3136 #: waeup/kofa/hostels/browser_templates/hostelpage.pt:5
    3137 #: waeup/kofa/hostels/browser_templates/hostelmanagepage.pt:24
    3138 msgid "Reserved Beds:"
     3146#: waeup/kofa/students/browser_templates/containermanagepage.pt:67
     3147#: waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt:81
     3148msgid "Select all"
    31393149msgstr ""
    31403150
     
    31443154msgstr ""
    31453155
    3146 #: waeup/kofa/hostels/hostel.py:240
     3156#: waeup/kofa/hostels/hostel.py:220
    31473157msgid "unreserved"
    31483158msgstr ""
    31493159
    3150 #: waeup/kofa/hostels/hostel.py:247
     3160#: waeup/kofa/hostels/hostel.py:223
    31513161msgid "reserved"
    31523162msgstr ""
    31533163
    3154 #: waeup/kofa/hostels/interfaces.py:102
     3164#: waeup/kofa/hostels/interfaces.py:101
     3165msgid "Sort Id"
     3166msgstr ""
     3167
     3168#: waeup/kofa/hostels/interfaces.py:107
    31553169msgid "Hostel Name"
    31563170msgstr ""
    31573171
    3158 #: waeup/kofa/hostels/interfaces.py:108
     3172#: waeup/kofa/hostels/interfaces.py:113
    31593173msgid "Floors per Block"
    31603174msgstr ""
    31613175
    3162 #: waeup/kofa/hostels/interfaces.py:114
     3176#: waeup/kofa/hostels/interfaces.py:119
    31633177msgid "Rooms per Floor"
    31643178msgstr ""
    31653179
    3166 #: waeup/kofa/hostels/interfaces.py:120
    3167 msgid "Reserved Beds"
    3168 msgstr ""
    3169 
    3170 #: waeup/kofa/hostels/interfaces.py:131
     3180#: waeup/kofa/hostels/interfaces.py:125
    31713181msgid "Blocks for Female Students"
    31723182msgstr ""
    31733183
    3174 #: waeup/kofa/hostels/interfaces.py:138
     3184#: waeup/kofa/hostels/interfaces.py:133
    31753185msgid "Blocks for Male Students"
    31763186msgstr ""
    31773187
    3178 #: waeup/kofa/hostels/interfaces.py:145
     3188#: waeup/kofa/hostels/interfaces.py:141
    31793189msgid "Beds for Pre-Study Students"
    31803190msgstr ""
    31813191
    3182 #: waeup/kofa/hostels/interfaces.py:152
     3192#: waeup/kofa/hostels/interfaces.py:149
    31833193msgid "Beds for Fresh Students"
    31843194msgstr ""
    31853195
    3186 #: waeup/kofa/hostels/interfaces.py:159
     3196#: waeup/kofa/hostels/interfaces.py:157
    31873197msgid "Beds for Returning Students"
    31883198msgstr ""
    31893199
    3190 #: waeup/kofa/hostels/interfaces.py:166
     3200#: waeup/kofa/hostels/interfaces.py:165
    31913201msgid "Beds for Final Year Students"
    31923202msgstr ""
     
    31963206msgstr ""
    31973207
    3198 #: waeup/kofa/hostels/interfaces.py:180
     3208#: waeup/kofa/hostels/interfaces.py:181
    31993209msgid "Special Handling"
    32003210msgstr ""
    32013211
    3202 #: waeup/kofa/hostels/interfaces.py:187
     3212#: waeup/kofa/hostels/interfaces.py:188
    32033213msgid "Rent"
    32043214msgstr ""
    32053215
    3206 #: waeup/kofa/hostels/interfaces.py:197
     3216#: waeup/kofa/hostels/interfaces.py:198
    32073217msgid "Female and male blocks overlap."
    32083218msgstr ""
    32093219
    3210 #: waeup/kofa/hostels/interfaces.py:207
     3220#: waeup/kofa/hostels/interfaces.py:208
    32113221msgid "Bed categories overlap."
    32123222msgstr ""
    32133223
    3214 #: waeup/kofa/hostels/interfaces.py:235
     3224#: waeup/kofa/hostels/interfaces.py:240
    32153225msgid "Bed Id"
    32163226msgstr ""
    32173227
    3218 #: waeup/kofa/hostels/interfaces.py:241
     3228#: waeup/kofa/hostels/interfaces.py:246
    32193229#: waeup/kofa/students/browser_templates/accommodationmanagepage.pt:11
    32203230msgid "Bed Type"
    32213231msgstr ""
    32223232
    3223 #: waeup/kofa/hostels/interfaces.py:247
     3233#: waeup/kofa/hostels/interfaces.py:252
    32243234msgid "Bed Number"
    32253235msgstr ""
    32263236
    3227 #: waeup/kofa/hostels/interfaces.py:252
     3237#: waeup/kofa/hostels/interfaces.py:257
    32283238msgid "Owner (Student)"
    32293239msgstr ""
    32303240
    3231 #: waeup/kofa/hostels/interfaces.py:253
     3241#: waeup/kofa/hostels/interfaces.py:258
    32323242msgid "Enter valid student id."
    32333243msgstr ""
    32343244
    3235 #: waeup/kofa/hostels/interfaces.py:268
     3245#: waeup/kofa/hostels/interfaces.py:273
    32363246msgid "Either student does not exist or student is not in accommodation session."
    32373247msgstr ""
    32383248
    3239 #: waeup/kofa/hostels/interfaces.py:275
     3249#: waeup/kofa/hostels/interfaces.py:280
    32403250#. Default: ""
    32413251msgid "This student resides in bed ${a}."
     
    32583268msgstr ""
    32593269
    3260 #: waeup/kofa/hostels/interfaces.py:92
     3270#: waeup/kofa/hostels/interfaces.py:97
    32613271msgid "Hostel Id"
    3262 msgstr ""
    3263 
    3264 #: waeup/kofa/hostels/interfaces.py:96
    3265 msgid "Sort Id"
    32663272msgstr ""
    32673273
     
    36073613
    36083614#: waeup/kofa/interfaces.py:727
     3615msgid "Next Matriculation Number Integer 2"
     3616msgstr ""
     3617
     3618#: waeup/kofa/interfaces.py:728
     3619msgid "2nd integer used for constructing the next matriculation number"
     3620msgstr ""
     3621
     3622#: waeup/kofa/interfaces.py:736
    36093623msgid "Export-disabled message"
    36103624msgstr ""
    36113625
    3612 #: waeup/kofa/interfaces.py:728
     3626#: waeup/kofa/interfaces.py:737
    36133627msgid "Message which will show up if an officer tries to export data. All exporters are automatcally disabled if this field is set."
    36143628msgstr ""
    36153629
    3616 #: waeup/kofa/interfaces.py:744
    3617 #: waeup/kofa/interfaces.py:817
     3630#: waeup/kofa/interfaces.py:753
     3631#: waeup/kofa/interfaces.py:826
    36183632msgid "Academic Session"
    36193633msgstr ""
    36203634
    3621 #: waeup/kofa/interfaces.py:752
     3635#: waeup/kofa/interfaces.py:761
    36223636msgid "Clearance enabled"
    36233637msgstr ""
    36243638
    3625 #: waeup/kofa/interfaces.py:757
     3639#: waeup/kofa/interfaces.py:766
    36263640msgid "Payment disabled"
    36273641msgstr ""
    36283642
    3629 #: waeup/kofa/interfaces.py:766
     3643#: waeup/kofa/interfaces.py:775
    36303644msgid "Course Reg. Deadline"
    36313645msgstr ""
    36323646
    3633 #: waeup/kofa/interfaces.py:772
     3647#: waeup/kofa/interfaces.py:781
    36343648msgid "Late Course Reg. Fee"
    36353649msgstr ""
    36363650
    3637 #: waeup/kofa/interfaces.py:784
     3651#: waeup/kofa/interfaces.py:793
    36383652msgid "Acceptance Fee"
    36393653msgstr ""
    36403654
    3641 #: waeup/kofa/interfaces.py:790
     3655#: waeup/kofa/interfaces.py:799
    36423656msgid "Bed Booking Fee"
    36433657msgstr ""
    36443658
    3645 #: waeup/kofa/interfaces.py:796
     3659#: waeup/kofa/interfaces.py:805
    36463660msgid "Rent (fallback)"
    36473661msgstr ""
    36483662
    3649 #: waeup/kofa/interfaces.py:802
     3663#: waeup/kofa/interfaces.py:811
    36503664msgid "Transcript Fee"
    36513665msgstr ""
     
    38023816
    38033817#: waeup/kofa/students/browser.py:1005
    3804 #: waeup/kofa/students/browser.py:2571
     3818#: waeup/kofa/students/browser.py:2575
    38053819msgid "This level exists."
    38063820msgstr ""
     
    38163830
    38173831#: waeup/kofa/students/browser.py:1049
    3818 #: waeup/kofa/students/browser.py:2329
     3832#: waeup/kofa/students/browser.py:2331
    38193833msgid "Wrong state"
    38203834msgstr ""
     
    38223836#: waeup/kofa/students/browser.py:1066
    38233837#: waeup/kofa/students/browser.py:2005
    3824 #: waeup/kofa/students/browser.py:2349
    3825 #: waeup/kofa/students/browser.py:2496
     3838#: waeup/kofa/students/browser.py:2353
     3839#: waeup/kofa/students/browser.py:2500
    38263840msgid "Activation code is invalid."
    38273841msgstr ""
     
    38293843#: waeup/kofa/students/browser.py:1069
    38303844#: waeup/kofa/students/browser.py:2051
    3831 #: waeup/kofa/students/browser.py:2352
    3832 #: waeup/kofa/students/browser.py:2500
     3845#: waeup/kofa/students/browser.py:2356
     3846#: waeup/kofa/students/browser.py:2504
    38333847msgid "Activation code has already been used."
    38343848msgstr ""
     
    38363850#: waeup/kofa/students/browser.py:1074
    38373851#: waeup/kofa/students/browser.py:2060
    3838 #: waeup/kofa/students/browser.py:2357
    3839 #: waeup/kofa/students/browser.py:2504
    3840 #: waeup/kofa/students/browser.py:2761
     3852#: waeup/kofa/students/browser.py:2361
     3853#: waeup/kofa/students/browser.py:2508
     3854#: waeup/kofa/students/browser.py:2765
    38413855msgid "invalidated"
    38423856msgstr ""
     
    38443858#: waeup/kofa/students/browser.py:1078
    38453859#: waeup/kofa/students/browser.py:2066
    3846 #: waeup/kofa/students/browser.py:2361
    3847 #: waeup/kofa/students/browser.py:2509
     3860#: waeup/kofa/students/browser.py:2365
     3861#: waeup/kofa/students/browser.py:2513
    38483862msgid "You are not the owner of this access code."
    38493863msgstr ""
     
    40184032#: waeup/kofa/students/browser.py:1572
    40194033#: waeup/kofa/students/browser.py:1583
    4020 #: waeup/kofa/students/browser.py:2701
     4034#: waeup/kofa/students/browser.py:2705
    40214035msgid "Add course ticket"
    40224036msgstr ""
    40234037
    40244038#: waeup/kofa/students/browser.py:1440
    4025 #: waeup/kofa/students/browser.py:2585
     4039#: waeup/kofa/students/browser.py:2589
    40264040msgid "Enter valid course code"
    40274041msgstr ""
    40284042
    40294043#: waeup/kofa/students/browser.py:1449
    4030 #: waeup/kofa/students/browser.py:2598
     4044#: waeup/kofa/students/browser.py:2602
    40314045msgid "No valid course code entered."
    40324046msgstr ""
    40334047
    40344048#: waeup/kofa/students/browser.py:1455
    4035 #: waeup/kofa/students/browser.py:2603
     4049#: waeup/kofa/students/browser.py:2607
    40364050msgid "Course not found."
    40374051msgstr ""
     
    40434057
    40444058#: waeup/kofa/students/browser.py:1486
    4045 #: waeup/kofa/students/browser.py:2627
     4059#: waeup/kofa/students/browser.py:2631
    40464060msgid "No ticket selected."
    40474061msgstr ""
     
    42604274msgstr ""
    42614275
    4262 #: waeup/kofa/students/browser.py:2333
     4276#: waeup/kofa/students/browser.py:2317
     4277msgid "Email address is missing."
     4278msgstr ""
     4279
     4280#: waeup/kofa/students/browser.py:2319
     4281msgid "Phone number is missing."
     4282msgstr ""
     4283
     4284#: waeup/kofa/students/browser.py:2335
    42634285msgid "No portrait uploaded."
    42644286msgstr ""
    42654287
    4266 #: waeup/kofa/students/browser.py:2337
    4267 msgid "Not all required fields filled."
    4268 msgstr ""
    4269 
    4270 #: waeup/kofa/students/browser.py:2366
     4288#: waeup/kofa/students/browser.py:2370
    42714289msgid "Clearance process has been started."
    42724290msgstr ""
    42734291
    4274 #: waeup/kofa/students/browser.py:2376
     4292#: waeup/kofa/students/browser.py:2380
    42754293msgid "Edit clearance data"
    42764294msgstr ""
    42774295
    4278 #: waeup/kofa/students/browser.py:2397
    4279 #: waeup/kofa/students/browser.py:2411
     4296#: waeup/kofa/students/browser.py:2401
     4297#: waeup/kofa/students/browser.py:2415
    42804298msgid "Clearance form has been saved."
    42814299msgstr ""
    42824300
    4283 #: waeup/kofa/students/browser.py:2405
     4301#: waeup/kofa/students/browser.py:2409
    42844302msgid "Save and request clearance"
    4285 msgstr ""
    4286 
    4287 #: waeup/kofa/students/browser.py:2422
    4288 #: waeup/kofa/students/browser.py:2457
    4289 msgid "This form cannot be submitted. Wrong state!"
    42904303msgstr ""
    42914304
    42924305#: waeup/kofa/students/browser.py:2426
    42934306#: waeup/kofa/students/browser.py:2461
     4307msgid "This form cannot be submitted. Wrong state!"
     4308msgstr ""
     4309
     4310#: waeup/kofa/students/browser.py:2430
     4311#: waeup/kofa/students/browser.py:2465
    42944312msgid "Clearance has been requested."
    42954313msgstr ""
    42964314
    4297 #: waeup/kofa/students/browser.py:2435
     4315#: waeup/kofa/students/browser.py:2439
    42984316#: waeup/kofa/students/workflow.py:62
    42994317msgid "Request clearance"
    43004318msgstr ""
    43014319
    4302 #: waeup/kofa/students/browser.py:2436
     4320#: waeup/kofa/students/browser.py:2440
    43034321msgid "Enter the CLR access code used for starting clearance."
    43044322msgstr ""
    43054323
    4306 #: waeup/kofa/students/browser.py:2439
     4324#: waeup/kofa/students/browser.py:2443
    43074325msgid "Request clearance now"
    43084326msgstr ""
    43094327
    4310 #: waeup/kofa/students/browser.py:2451
     4328#: waeup/kofa/students/browser.py:2455
    43114329msgid "This isn't your CLR access code."
    43124330msgstr ""
    43134331
    4314 #: waeup/kofa/students/browser.py:2470
     4332#: waeup/kofa/students/browser.py:2474
    43154333msgid "Start session"
    43164334msgstr ""
    43174335
    4318 #: waeup/kofa/students/browser.py:2474
     4336#: waeup/kofa/students/browser.py:2478
    43194337msgid "Start now"
    43204338msgstr ""
    43214339
    4322 #: waeup/kofa/students/browser.py:2483
     4340#: waeup/kofa/students/browser.py:2487
    43234341msgid "You are not entitled to start session."
    43244342msgstr ""
    43254343
    4326 #: waeup/kofa/students/browser.py:2523
     4344#: waeup/kofa/students/browser.py:2527
    43274345msgid "An error occurred, please contact the system administrator."
    43284346msgstr ""
    43294347
    4330 #: waeup/kofa/students/browser.py:2526
     4348#: waeup/kofa/students/browser.py:2530
    43314349msgid "Session started."
    43324350msgstr ""
    43334351
    4334 #: waeup/kofa/students/browser.py:2545
     4352#: waeup/kofa/students/browser.py:2549
    43354353#. Default: ""
    43364354msgid "Add current level ${a}"
    43374355msgstr ""
    43384356
    4339 #: waeup/kofa/students/browser.py:2556
    4340 #: waeup/kofa/students/browser.py:2573
     4357#: waeup/kofa/students/browser.py:2560
     4358#: waeup/kofa/students/browser.py:2577
    43414359msgid "Your data are incomplete"
    43424360msgstr ""
    43434361
    4344 #: waeup/kofa/students/browser.py:2562
     4362#: waeup/kofa/students/browser.py:2566
    43454363msgid "Create course list now"
    43464364msgstr ""
    43474365
    4348 #: waeup/kofa/students/browser.py:2615
     4366#: waeup/kofa/students/browser.py:2619
    43494367#. Default: ""
    43504368msgid "Edit course list of ${a}"
    43514369msgstr ""
    43524370
    4353 #: waeup/kofa/students/browser.py:2656
     4371#: waeup/kofa/students/browser.py:2660
    43544372msgid "You are a postgraduate student, your course list can't bee registered."
    43554373msgstr ""
    43564374
    4357 #: waeup/kofa/students/browser.py:2664
     4375#: waeup/kofa/students/browser.py:2668
    43584376#. Default: ""
    43594377msgid "Maximum credits of ${a} exceeded."
    43604378msgstr ""
    43614379
    4362 #: waeup/kofa/students/browser.py:2668
     4380#: waeup/kofa/students/browser.py:2672
    43634381msgid "Course registration has ended. Please pay the late registration fee."
    43644382msgstr ""
    43654383
    4366 #: waeup/kofa/students/browser.py:2675
     4384#: waeup/kofa/students/browser.py:2679
    43674385msgid "Course list has been registered."
    43684386msgstr ""
    43694387
    4370 #: waeup/kofa/students/browser.py:2679
     4388#: waeup/kofa/students/browser.py:2683
    43714389msgid "Register course list"
    43724390msgstr ""
    43734391
    4374 #: waeup/kofa/students/browser.py:2680
     4392#: waeup/kofa/students/browser.py:2684
    43754393msgid "You can not edit your course list after registration. You really want to register?"
    43764394msgstr ""
    43774395
    4378 #: waeup/kofa/students/browser.py:2717
     4396#: waeup/kofa/students/browser.py:2721
    43794397msgid "Set password for first-time login"
    43804398msgstr ""
    43814399
    4382 #: waeup/kofa/students/browser.py:2720
     4400#: waeup/kofa/students/browser.py:2724
    43834401msgid "Set"
    43844402msgstr ""
    43854403
    4386 #: waeup/kofa/students/browser.py:2735
     4404#: waeup/kofa/students/browser.py:2739
    43874405msgid "More than one student found."
    43884406msgstr ""
     
    43934411msgstr ""
    43944412
    4395 #: waeup/kofa/students/browser.py:2743
     4413#: waeup/kofa/students/browser.py:2747
    43964414msgid "Access code is invalid."
    43974415msgstr ""
    43984416
    4399 #: waeup/kofa/students/browser.py:2746
     4417#: waeup/kofa/students/browser.py:2750
    44004418#. Default: ""
    44014419msgid "Password has already been set. Your Student Id is ${a}"
    44024420msgstr ""
    44034421
    4404 #: waeup/kofa/students/browser.py:2752
     4422#: waeup/kofa/students/browser.py:2756
    44054423msgid "Password has already been set. You are using the wrong Access Code."
    44064424msgstr ""
    44074425
    4408 #: waeup/kofa/students/browser.py:2758
     4426#: waeup/kofa/students/browser.py:2762
    44094427msgid "Access code has already been used."
    44104428msgstr ""
    44114429
    4412 #: waeup/kofa/students/browser.py:2767
     4430#: waeup/kofa/students/browser.py:2771
    44134431#. Default: ""
    44144432msgid "Password has been set. Your Student Id is ${a}"
    44154433msgstr ""
    44164434
    4417 #: waeup/kofa/students/browser.py:2779
     4435#: waeup/kofa/students/browser.py:2783
    44184436msgid "Request password for first-time login"
    44194437msgstr ""
    44204438
    4421 #: waeup/kofa/students/browser.py:2822
    4422 #: waeup/kofa/students/browser.py:2834
     4439#: waeup/kofa/students/browser.py:2826
     4440#: waeup/kofa/students/browser.py:2838
    44234441msgid "No student record found."
    44244442msgstr ""
    44254443
    4426 #: waeup/kofa/students/browser.py:2868
     4444#: waeup/kofa/students/browser.py:2872
    44274445msgid "Your password request was successful."
    44284446msgstr ""
    44294447
    4430 #: waeup/kofa/students/browser.py:2884
     4448#: waeup/kofa/students/browser.py:2888
    44314449#: waeup/kofa/students/interfaces.py:419
    44324450#: waeup/kofa/students/interfaces.py:513
     
    44384456msgstr ""
    44394457
    4440 #: waeup/kofa/students/browser.py:2885
     4458#: waeup/kofa/students/browser.py:2889
    44414459#: waeup/kofa/students/interfaces.py:426
    44424460#: waeup/kofa/students/interfaces.py:465
     
    44544472msgstr ""
    44554473
    4456 #: waeup/kofa/students/browser.py:2935
     4474#: waeup/kofa/students/browser.py:2939
    44574475msgid "in any session"
    44584476msgstr ""
    44594477
    4460 #: waeup/kofa/students/browser.py:2941
     4478#: waeup/kofa/students/browser.py:2945
    44614479msgid "at any level"
    44624480msgstr ""
    44634481
    4464 #: waeup/kofa/students/browser.py:2977
     4482#: waeup/kofa/students/browser.py:2981
    44654483#: waeup/kofa/students/interfaces.py:556
    44664484#: waeup/kofa/students/interfaces.py:729
     
    44724490msgstr ""
    44734491
    4474 #: waeup/kofa/students/browser.py:2978
     4492#: waeup/kofa/students/browser.py:2982
    44754493#: waeup/kofa/students/interfaces.py:549
    44764494#: waeup/kofa/students/utils.py:257
     
    44834501msgstr ""
    44844502
    4485 #: waeup/kofa/students/browser.py:3019
     4503#: waeup/kofa/students/browser.py:3023
    44864504msgid "%d students have been cleared."
    44874505msgstr ""
    44884506
    4489 #: waeup/kofa/students/browser.py:3056
     4507#: waeup/kofa/students/browser.py:3060
    44904508msgid "Score editing disabled."
    44914509msgstr ""
    44924510
    4493 #: waeup/kofa/students/browser.py:3060
     4511#: waeup/kofa/students/browser.py:3064
    44944512msgid "Current academic session not set."
    44954513msgstr ""
    44964514
    4497 #: waeup/kofa/students/browser.py:3096
     4515#: waeup/kofa/students/browser.py:3100
    44984516msgid "Error: Score(s) of %s have not be updated. Only integers are allowed., "
    44994517msgstr ""
    45004518
    4501 #: waeup/kofa/students/browser.py:3137
    4502 #: waeup/kofa/students/browser.py:3299
     4519#: waeup/kofa/students/browser.py:3141
     4520#: waeup/kofa/students/browser.py:3303
    45034521msgid "Configure student data export"
    45044522msgstr ""
    45054523
    4506 #: waeup/kofa/students/browser.py:3146
     4524#: waeup/kofa/students/browser.py:3150
    45074525msgid "All Sessions"
    45084526msgstr ""
    45094527
    4510 #: waeup/kofa/students/browser.py:3153
     4528#: waeup/kofa/students/browser.py:3157
    45114529msgid "All Levels"
    45124530msgstr ""
    45134531
    4514 #: waeup/kofa/students/browser.py:3160
     4532#: waeup/kofa/students/browser.py:3164
    45154533msgid "All Modes"
    45164534msgstr ""
    45174535
    4518 #: waeup/kofa/students/browser.py:3217
     4536#: waeup/kofa/students/browser.py:3221
    45194537msgid "Payment dates do not match format d/m/Y."
    45204538msgstr ""
    45214539
    4522 #: waeup/kofa/students/browser.py:3271
     4540#: waeup/kofa/students/browser.py:3275
    45234541msgid "Export started for students with"
    45244542msgstr ""
    45254543
    4526 #: waeup/kofa/students/browser.py:3321
     4544#: waeup/kofa/students/browser.py:3325
    45274545msgid "Export of selected students started."
    45284546msgstr ""
    45294547
    4530 #: waeup/kofa/students/browser.py:3411
     4548#: waeup/kofa/students/browser.py:3415
    45314549msgid "Export started for course tickets with"
    45324550msgstr ""
     
    47264744#: waeup/kofa/students/browser_templates/clearanceeditpage.pt:12
    47274745msgid "Scans"
    4728 msgstr ""
    4729 
    4730 #: waeup/kofa/students/browser_templates/containermanagepage.pt:67
    4731 #: waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt:81
    4732 msgid "Select all"
    47334746msgstr ""
    47344747
Note: See TracChangeset for help on using the changeset viewer.