summaryrefslogtreecommitdiff
path: root/config/locales/views/gui_functions/en.yml
blob: 346f27a8c4f4b6fc9b8963e04bba1bff7c9f7b50 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
de:
  gui_functions:
    name: 'Gui Function'
    controller:
      successfuly_created: 'Successfully created a gui function.'
      successfuly_updated: 'Successfully updated a gui function.'
      successfuly_destroyed: 'Successfully destroyed a gui function.'
    index:
      page_title: 'Listing of all gui functions'
      category: 'Category'
      name: 'Name'
      description: 'Description'
      actions:
        confirm: 'Are you sure you want to delete this gui function?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New gui function for %{resource}'
    show:
      page_title: 'Show gui function'
      category: 'Category'
      name: 'Name'
      description: 'Description'
      actions:
        confirm: 'Are you sure you want to delete this element?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New gui function'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing gui function'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      category: 
        label: 'Category'
        hint: ''
      name:
        label: 'Name'
        hint: ''
      description:
        label: 'Description'
        hint: ''
      button: 'Submit'