fine_print 2.1.1 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c2040f491481de447b7827441b7521ede77b90d
4
- data.tar.gz: 56a00a531867d1199de81bfab77331df64741f0b
3
+ metadata.gz: ae29ec69072108fbae724b4ddc28b1335a02e027
4
+ data.tar.gz: 3d162426e7f608d58c84ba402690520293d10cb3
5
5
  SHA512:
6
- metadata.gz: f5ee1434ceb9b7c449b05eda5e926fdebb689b2451f60b43f0a36e9e42522e5b5853867b1da6bbaeafe3a8ed389d0d8d4d8677e1522304215e440ea5b76b1215
7
- data.tar.gz: 1f782cd57f57cd7a7c5f7d1079024a3bb9aa982db5e6fb25d9f203af41af0269356c1437c7ba500a164449436eb653e7993e096940f94719faed16616ca7e792
6
+ metadata.gz: 41c8aa2197abeb64709376d0bf57a4250a731c543d64bb985b312e07bcacd367903174c87c3054e909e255c0febb3c51ed6448d53aa1f7f5ecafd70112e3ab80
7
+ data.tar.gz: 1435186615e0f78f461a2010e6641ce76fcc75cf99c8190c10ef3b01433f80cd621978a6fda7063477173e6dd02853effdc22e696750d5b29e213084ea4c4854
@@ -3,21 +3,21 @@ en:
3
3
  activerecord:
4
4
  attributes:
5
5
  fine_print/contract:
6
+ content: Content
6
7
  name: Name
7
- version: Version
8
8
  title: Title
9
- content: Content
9
+ version: Version
10
10
  fine_print/signature:
11
11
  contract: Contract
12
+ created_at: "Signed on"
12
13
  user: User
13
14
  user_id: "User ID"
14
15
  user_type: "User Class"
15
- created_at: "Signed on"
16
- errors:
17
- models:
18
- fine_print/signature:
19
- attributes:
20
- contract:
16
+ errors:
17
+ models:
18
+ fine_print/signature:
19
+ attributes:
20
+ contract:
21
21
  taken: "has already been signed"
22
22
  models:
23
23
  fine_print/contract:
@@ -29,30 +29,30 @@ en:
29
29
  fine_print:
30
30
  contract:
31
31
  actions:
32
+ confirm:
33
+ delete: "Are you sure you want to delete this contract?"
34
+ publish: "Are you sure you want to publish this contract?"
35
+ unpublish: "Are you sure you want to unpublish this contract?"
32
36
  delete: Delete
33
37
  edit: Edit
34
38
  editing: "Editing %{contract}"
35
39
  list: List
36
- new: New Contract
40
+ new: "New Contract"
37
41
  new_version: "New Version"
38
42
  new_version_of: "New version of %{contract}"
39
43
  publish: Publish
40
- signatures: Signatures
41
44
  show: Details
45
+ signatures: Signatures
42
46
  unpublish: Unpublish
43
47
  update: Update
44
- confirm:
45
- delete: "Are you sure you want to delete this contract?"
46
- publish: "Are you sure you want to publish this contract?"
47
- unpublish: "Are you sure you want to unpublish this contract?"
48
48
  descriptions:
49
49
  name: "Used internally by your code; only letters, numbers, underscores allowed; changing this will start a new contract at version 1"
50
- title: 'e.g., "Terms of Use"'
51
- errors:
50
+ title: "e.g., \"Terms of Use\""
51
+ errors:
52
52
  already_published: "cannot be published because it is already published"
53
53
  already_signed: "cannot be modified because it has already been signed"
54
54
  not_latest: "cannot be unpublished because it is not the latest version"
55
- notices:
55
+ notices:
56
56
  created: "Contract created."
57
57
  deleted: "Contract deleted."
58
58
  published: "Contract published."
@@ -64,26 +64,25 @@ en:
64
64
  name: "Name: %{name}"
65
65
  updated_at: "Last updated on %{updated_at}."
66
66
  version: "v.%{version}"
67
+ error:
68
+ one: "Error:"
69
+ other: "Errors:"
67
70
  signature:
68
71
  actions:
69
72
  accept: "I have read and accept the terms above."
73
+ confirm:
74
+ delete: "User will be asked to accept the contract again. Are you sure?"
70
75
  delete: Terminate
71
76
  sign: "I agree"
72
- confirm:
73
- delete: "User will be asked to accept the contract again. Are you sure?"
74
77
  errors:
75
78
  contract:
76
79
  must_agree: "must be accepted to proceed"
77
80
  not_published: "must be published before it can be signed"
78
- notices:
81
+ notices:
79
82
  deleted: "Signature deleted."
80
- status:
83
+ status:
81
84
  for_contract: "Signatures for %{contract}"
82
85
  new_version: "Please review and accept the newest version of the %{contract}:"
83
- error:
84
- one: "Error:"
85
- other: "Errors:"
86
86
  time:
87
87
  formats:
88
88
  fine_print: "%b %d %Y at %I:%M%p %Z"
89
-
@@ -1,3 +1,3 @@
1
1
  module FinePrint
2
- VERSION = '2.1.1'
2
+ VERSION = '2.2.0'
3
3
  end
Binary file