blob: 2efe0371a46474deade298f6b7f7a06b02459775 (
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
|
en:
phone_models:
name: 'Phone model'
controller:
successfuly_created: 'Successfully created phone model.'
successfuly_updated: 'Successfully updated phone model.'
successfuly_destroyed: 'Successfully destroyed phone model.'
index:
page_title: 'Phone models'
name: 'Name'
manufacturer_id: 'Manufacturer'
product_manual_homepage_url: 'Product manual homepage URL'
product_homepage_url: 'Product homepage URL'
number_of_phones: 'System count'
actions:
confirm_destroy: 'Are you sure you want to delete this phone model?'
destroy: 'Delete'
edit: 'Edit'
show: 'View'
create: 'New'
show:
page_title: 'Show phone model'
name: 'Name'
manufacturer_id: 'Manufacturer'
product_manual_homepage_url: 'Product manual homepage URL'
product_homepage_url: 'Product homepage URL'
actions:
confirm_destroy: 'Are you sure you want to delete this phone model?'
destroy: 'Delete phone model'
edit: 'Edit phone model'
view_all: 'View all phone models'
new:
page_title: 'New phone model'
edit:
page_title: 'Editing phone model'
form:
name:
label: 'Name'
hint: ''
manufacturer_id:
label: 'Manufacturer'
hint: ''
product_manual_homepage_url:
label: 'Product manual homepage URL'
hint: ''
product_homepage_url:
label: 'Product homepage URL'
hint: ''
submit: 'Submit'
|