ref: master
plugins/volunteers/locales/en-US.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
# encoding: UTF-8 "en-US": &en-US volunteers_plugin: lib: plugin: name: "Work periods and volunteers" description: "Do management of periods of voluteers work" models: period: name: 'Nome' start_date: 'Start day' start_time: 'Time of start' end_date: 'End day' end_time: 'Time of end' minimum_assigments: 'Minimum number required' views: index: volunteer: "volunteer" myprofile: volunteers_periods: "Volunteers' period" add_period: "Add" period: label: 'Turno' remove: 'Remove' minimum: 'have minimum?' maximum: 'have maximum?' no: 'No' 'en_US': <<: *en-US 'en': <<: *en-US |