foodsoft/config/locales/en/en.admin.yml

103 lines
4.3 KiB
YAML
Raw Normal View History

en:
  admin:
2013-02-07 00:58:42 +01:00
    edit: 'Edit'
    delete: 'Delete'
    confirm: 'Do you really want to delete %{name}?'
2013-02-07 00:58:42 +01:00
    actions: 'Actions'
    access_to: 'access to'
    or_cancel: 'or cancel'
    search_placeholder: 'name ..'
    base:
      index:
2013-02-07 00:58:42 +01:00
        title: 'Administration'
        first_paragraph: 'Here you can administrate the groups and users of Foodsoft.'
        newest_users: 'newest users'
        username: 'username'
        name: 'name'
        created_at: 'created at'
        all_users: 'all users'
        new_user: 'new users'
        newest_groups: 'newest groups'
2013-02-07 00:58:42 +01:00
        groupname: 'group name'
        type: 'type'
        members: 'members'
2013-02-07 00:58:42 +01:00
        all_ordergroups: 'All ordergroups'
        new_ordergroup: 'New ordergroups'
        all_workgroups: 'All workgroups'
        new_workgroup: 'New workgroups'
    ordergroups:
      index:
2013-02-07 00:58:42 +01:00
        title: 'Ordergroup'
        new_ordergroup: 'Add new ordergroup'
        first_paragraph: 'Here you can add a %{url}, administer a group or delete it.'
        new_ordergroups: 'New ordergroups'
        second_paragraph: "Consider the <em>difference between group and ordergroup</em>: A ordergroup has an account and can order food. In a <em>%{url}</em> (for example 'sorting group') the members coordinate each other via tasks and messages. Users can always just be part of one ordergroup, but any multitude of other groups."
        workgroup: 'workgroup'
      edit:
2013-02-07 00:58:42 +01:00
        title: 'Edit ordergroup'
      new:
2013-02-07 00:58:42 +01:00
        title: 'Create ordergroup'
      form:
2013-02-07 00:58:42 +01:00
        first_paragraph: 'You can invite new members %{url}.'
        here: 'here'
      show:
2013-02-07 00:58:42 +01:00
        title: 'Ordergroup %{name}'
        edit: 'Edit group/member'
        delete: 'Delete'
        confirm: 'Are you sure?'
2013-02-07 00:58:42 +01:00
        send_message: 'Send message'
      ordergroups:
2013-02-07 00:58:42 +01:00
        name: 'Name'
        contact: 'Contact'
        address: 'Address'
        members: 'Members'
    users:
      index:
2013-02-07 00:58:42 +01:00
        title: 'Admin/users'
        new_user: 'Create new user'
        first_paragraph: 'Here you can edit users %{url}, bearbeiten and also delete them.'
2013-02-07 00:58:42 +01:00
        new_users: 'Create new user'
      edit:
2013-02-07 00:58:42 +01:00
        title: 'Edit user'
      new:
2013-02-07 00:58:42 +01:00
        title: 'Create new user'
      show:
2013-02-07 00:58:42 +01:00
        person: 'Person'
        member_since: 'Member since %{time}'
        nick: 'Nick'
        name: 'Name'
        email: 'Email'
        phone: 'Phone'
        preference: 'Preferences'
        groupabos: 'Group subscriptions'
        confirm: 'Do you really want to kick out %{user}?'
        send_message: 'Send message'
      users:
        login: 'login'
        name: 'name'
        email: 'email'
        last_login: 'last login'
    workgroups:
      index:
2013-02-07 00:58:42 +01:00
        title: 'Workgroups'
        new_workgroup: 'Create new workgroup'
        first_paragraph: 'Here you can create %{url}, edit and delete them.'
        new_workgroups: 'new workgroups'
        second_paragraph: "Be aware of the <em>difference between a group and ordergroup</em>: A %{url} has an account and can order food. In a workgroup (for example 'sorting group') the members coordinate each other via tasks and messages. Users can always just be part of one ordergroup, but a multitude of other groups."
        ordergroup: 'ordergroup'
      edit:
2013-02-07 00:58:42 +01:00
        title: 'Edit workgroup'
      new:
2013-02-07 00:58:42 +01:00
        title: 'Create workgroup'
      form:
2013-02-07 00:58:42 +01:00
        first_paragraph: 'You can invite new members %{url}.'
        here: 'here'
      show:
2013-02-07 00:58:42 +01:00
        title: 'Workgroup %{name}'
        edit: 'Edit group/members'
        delete: 'Delete'
        confirm: 'Are you sure?'
      workgroups:
        name: 'name'
        members: 'members'