blob: 2ae62e1f47129419319bbb6cd4ba0606d2d45738 (
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
|
en:
call_histories:
name: 'Call History'
controller:
successfuly_created: 'Successfully created call log entry.'
successfuly_updated: 'Successfully updated call log entry.'
successfuly_destroyed: 'Successfully destroyed call log entry.'
index:
page_title: 'Call History'
page_title_missed: 'Missed calls'
page_title_dialed: 'Placed calls'
page_title_received: 'Received calls'
page_title_forwarded: 'Forwarded calls'
count: 'Number of entries'
missed: 'Missed'
dialed: 'Placed'
received: 'Received'
forwarded: 'Forwarded'
all: 'All'
date_format: '%m/%d/%Y %H:%M'
date_today_format: '%H:%M'
forwarded_by: 'via'
navigation:
missed: 'Missed:%{calls}'
dialed: 'Placed:%{calls}'
received: 'Received:%{calls}'
forwarded: 'Forwarded:%{calls}'
all: 'All:%{calls}'
actions:
confirm_destroy: 'Are you sure you want to delete this call log entry?'
confirm_selected: 'Are you sure you want to delete all selected entries?'
destroy: 'Delete'
destroy_multiple: 'Delete selected entries'
edit: 'Edit'
show: 'View'
create: 'New'
create_for: 'New call log entry for %{resource}'
call: 'Call'
show:
page_title: 'Call History'
name: 'Name'
description: 'Description'
actions:
confirm_destroy: 'Are you sure you want to delete this call log entry?'
destroy: 'Delete call log entry'
edit: 'Edit call log entry'
view_all: 'View all call log entries'
new:
page_title: 'New call log entry'
edit:
page_title: 'Editing call log "%{resource}"'
form:
name:
label: 'Name'
hint: ''
description:
label: 'Description'
hint: ''
button: 'Submit'
call_results:
UNSPECIFIED: ''
ORIGINATOR_CANCEL: 'Cancelled'
UNALLOCATED_NUMBER: 'Unallocated number'
NO_USER_RESPONSE: 'No user response'
NOANSWER: 'No answer'
USER_NOT_REGISTERED: 'Offline'
USER_BUSY: 'Busy'
|