summaryrefslogtreecommitdiff
path: root/config/locales/views/sim_card_providers/en.yml
blob: 8b3843c01e701b0f7a646448e8bb020029f855d5 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
en:
  sim_card_providers:
    name: 'Simcardprovider'
    controller:
      successfuly_created: 'Successfully created Simcardprovider.'
      successfuly_updated: 'Successfully updated Simcardprovider.'
      successfuly_destroyed: 'Successfully destroyed Simcardprovider.'
    index:
      page_title: 'Listing Simcardprovider'
      name: 'Name'
      homepage_url: 'Homepage url'
      docu_url: 'Docu url'
      api_server_url: 'Api server url'
      api_username: 'Api username'
      api_password: 'Api password'
      ref: 'Ref'
      sip_server: 'Sip server'
      include_order_card_function: 'Include order card function'
      actions:
        confirm_destroy: 'Are you sure you want to delete this Simcardprovider?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New Simcardprovider for %{resource}'
    show:
      page_title: 'Show Simcardprovider'
      name: 'Name'
      homepage_url: 'Homepage url'
      docu_url: 'Docu url'
      api_server_url: 'Api server url'
      api_username: 'Api username'
      api_password: 'Api password'
      ref: 'Ref'
      sip_server: 'Sip server'
      include_order_card_function: 'Include order card function'
      actions:
        confirm_destroy: 'Are you sure you want to delete this element?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New Simcardprovider'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing Simcardprovider'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      name:
        label: 'Name'
        hint: ''
      homepage_url:
        label: 'Homepage url'
        hint: ''
      docu_url:
        label: 'Docu url'
        hint: ''
      api_server_url:
        label: 'Api server url'
        hint: ''
      api_username:
        label: 'Api username'
        hint: ''
      api_password:
        label: 'Api password'
        hint: ''
      ref:
        label: 'Ref'
        hint: ''
      sip_server:
        label: 'Sip server'
        hint: ''
      include_order_card_function:
        label: 'Include order card function'
        hint: ''
      submit: 'Submit'