diff --git a/app/languages/en.json b/app/languages/en.json index d128223..fecfce1 100644 --- a/app/languages/en.json +++ b/app/languages/en.json @@ -1,43 +1,16 @@ { - "APP_NAME":"Accreditation", - - "MENU_OTHER_SYSTEMS": "Other Systems", - "SYSTEM_REGO": "Registrations", - "SYSTEM_EVENTS": "Events", - "SYSTEM_AUTH": "Auth Admin", - "SYSTEM_GLOSSARY": "Glossary", - "SYSTEM_PEOPLE": "People", - "SYSTEM_RESOURCES": "Resource Manager", - - "EventListHeading":"Events", - "Name": "Name", - "StartDate": "Start Date", - "EndDate": "End Date", - - "PeopleListHeading": "Accredited People for", - "Position": "Position", - "Skills": "Skills", - "Country": "Country", - "NoPeople": "No people found matching your search criteria", - "Filter": "Filter", - "Clear": "Clear", - "FirstName": "First Name", - "LastName": "Last Name", - "FirstNameDesc": "First Name descending", - "LastNameDesc": "Last Name descending", - "SetFilter": "Set Filter", - - "AccSpecHeading": "Accreditation-Specific Information", - "Organization": "Organization", - "HideCountry": "Hide Country", - "PeopleDataHeading": "Data from People Service", - "Positions": "Positions", - "Pacman": "Pacman ID", - "Save": "Save", - "PersonSaveMsg": "Accreditation data saved", - "ViewInPeople": "View in People", - "DelegateType": "Delegate Type", - "Email": "Email Address" - - -} \ No newline at end of file + "name": "Name", + "start_date": "Start Date", + "end_date": "End Date", + "error_no_events": "No Events found", + "login": "Login", + "logout": "Logout", + "delegate_type": "Delegate Type", + "skill": "Skill", + "member": "Member", + "clear": "Clear", + "filter": "Filter", + "position": "Position", + "country": "Country", + "set_filter": "Set Filter" +} diff --git a/app/views/event_list.html b/app/views/event_list.html index f397fd8..52e1cff 100644 --- a/app/views/event_list.html +++ b/app/views/event_list.html @@ -20,9 +20,9 @@

Events

- Name - StartDate - EndDate + name + start_date + end_date @@ -32,7 +32,7 @@

Events

{{event.end_date | date:'dd.MM.yyyy'}} - NoResources + error_no_events diff --git a/app/views/main.html b/app/views/main.html index a3e21db..75e8143 100644 --- a/app/views/main.html +++ b/app/views/main.html @@ -10,17 +10,17 @@ - APP_NAME + Accreditation diff --git a/app/views/people.html b/app/views/people.html index 6049cc3..36a617a 100755 --- a/app/views/people.html +++ b/app/views/people.html @@ -13,10 +13,10 @@ - Name - Delegate Type - Skill - Member + name + delegate_type + skill + member @@ -50,35 +50,35 @@
- Clear -

Filter

+ clear +

filter

- +
- +
- +
- +
- +