blob: 31af5c8b5281724e74290edb6f176b5f3f1c11d4 (
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
|
en:
phone_numbers:
name: "Phone numbers"
controller:
successfuly_created: 'Successfully created phone number.'
successfuly_updated: 'Successfully updated phone number.'
successfuly_destroyed: 'Successfully destroyed phone number.'
index:
page_title: 'Phone numbers'
phone_book_id: 'Phone book'
name: 'Name'
number: 'Number'
country_code: 'Country code'
area_code: 'Area code'
subscriber_number: 'Subscriber number'
extension: 'Extension'
actions:
confirm: 'Are you sure you want to delete this phone number?'
destroy: 'Delete'
edit: 'Edit'
show: 'View'
create: 'New'
create_for: 'New phone number for %{resource}'
show:
page_title: 'Show Phone number'
phone_book_id: 'Phone book'
name: 'Name'
number: 'Number'
country_code: 'Country code'
area_code: 'Area code'
subscriber_number: 'Subscriber number'
extension: 'Extension'
actions:
confirm: 'Are you sure you want to delete this phone number?'
destroy: 'Delete'
edit: 'Edit'
view_all: 'View all phone numbers'
new:
page_title: 'New Phone number'
edit:
page_title: 'Editing Phone number'
form:
phone_book_id:
label: 'Phone book'
hint: ''
name:
label: 'Name'
hint: ''
number:
label: 'Phone number'
hint: 'Format: +49-30-2270 for a normal phone number or 42 for an internal extension.'
country_code:
label: 'Country code'
hint: ''
area_code:
label: 'Area code'
hint: ''
subscriber_number:
label: 'Subscriber number'
hint: ''
extension:
label: 'Extension'
hint: ''
button: 'Submit'
|