summaryrefslogtreecommitdiff
path: root/config/locales/views/phone_book_entries/en.yml
blob: abfbbb2c9aaa5590a85b72a2d48ccef63e0f655d (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
en:
  phone_book_entries:
    name: "Phone Book Entries"
    controller:
      successfuly_created: 'Successfully created phone book entry "%{resource}".'
      successfuly_updated: 'Successfully updated phone book entry "%{resource}".'
      successfuly_destroyed: 'Successfully destroyed phone book entry.'
    index:
      page_title: 'Phone book entries'
      phone_book_id: 'Phone book'
      first_name: 'First name'
      middle_name: 'Middle name'
      last_name: 'Last name'
      title: 'Title'
      nickname: 'Nickname'
      organization: 'Organization'
      is_organization: 'Is organization'
      department: 'Department'
      job_title: 'Job title'
      is_male: 'Is male'
      birthday: 'Birthday'
      birth_name: 'Birth name'
      state: 'State'
      description: 'Description'
      position: 'Position'
      homepage_personal: 'Homepage personal'
      homepage_organization: 'Homepage organization'
      twitter_account: 'Twitter account'
      facebook_account: 'Facebook account'
      google_plus_account: 'Google+ account'
      xing_account: 'Xing account'
      linkedin_account: 'LinkedIn account'
      mobileme_account: 'iCloud account'
      more_numbers: 'plus %{numbers} more'
      available_phone_books: 'Available phone books:'
      create_new_phone_book_entry: 'create a new entry'
      actions:
        confirm_destroy: 'Are you sure you want to delete this phone book entry?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New phone book entry for %{resource}'
    show:
      page_title: 'Phone book entry for "%{resource}"'
      phone_book_id: 'Phone book'
      first_name: 'First name'
      middle_name: 'Middle name'
      last_name: 'Last name'
      title: 'Title'
      nickname: 'Nickname'
      organization: 'Organization'
      is_organization: 'Is organization'
      department: 'Department'
      job_title: 'Job title'
      is_male: 'Is male'
      birthday: 'Birthday'
      birth_name: 'Birth name'
      state: 'State'
      description: 'Description'
      position: 'Position'
      homepage_personal: 'Homepage personal'
      homepage_organization: 'Homepage organization'
      twitter_account: 'Twitter account'
      facebook_account: 'Facebook account'
      google_plus_account: 'Google+ account'
      xing_account: 'Xing account'
      linkedin_account: 'LinkedIn account'
      mobileme_account: 'iCloud account'
      manage_phone_number: 'Manage phone number.'
      actions:
        confirm_destroy: 'Are you sure you want to delete this phone book entry?'
        destroy: 'Delete phone book entry'
        edit: 'Edit phone book entry'
        view_all: 'View all phone book entries'
    new:
      page_title: 'New entry'
    edit:
      page_title: 'Editing phone book entry'
    form:
      phone_book_id:
        label: 'Phone book'
        hint: ''
      first_name:
        label: 'First name'
        hint: ''
      middle_name:
        label: 'Middle name'
        hint: ''
      gender:
        label: 'Gender'
        hint: ''
        male: "Male"
        female: "Female"
      last_name:
        label: 'Last name'
        hint: ''
      title:
        label: 'Academic title'
        hint: 'Dr.'
      nickname:
        label: 'Nickname'
        hint: ''
      organization:
        label: 'Company name'
        hint: 'Organization'
      is_organization:
        label: 'Is organization'
        hint: ''
      department:
        label: 'Department'
        hint: ''
      job_title:
        label: 'Job title'
        hint: 'CEO'
      is_male:
        label: 'Is male'
        hint: ''
      birthday:
        label: 'Birthday'
        hint: ''
      birth_name:
        label: 'Name at birth'
        hint: ''
      state:
        label: 'State'
        hint: ''
      description:
        label: 'Description'
        hint: ''
      position:
        label: 'Position'
        hint: ''
      homepage_personal:
        label: 'Personal Home Page'
        hint: ''
      homepage_organization:
        label: 'Organization Home Page'
        hint: 'http://www.example.com'
      twitter_account:
        label: 'Twitter account'
        hint: '@example'
      facebook_account:
        label: 'Facebook account'
        hint: ''
      google_plus_account:
        label: 'Google+ account'
        hint: ''
      xing_account:
        label: 'Xing account'
        hint: ''
      linkedin_account:
        label: 'LinkedIn account'
        hint: ''
      mobileme_account:
        label: 'iCloud account'
        hint: ''
      image:
        label: 'Photo'
        hint: 'Avatar photo'
      submit: 'Submit'