@shift72/core-template 0.4.4 → 0.6.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. package/.nvmrc +1 -0
  2. package/CHANGELOG.md +68 -16
  3. package/kibble.json +108 -29
  4. package/package.json +21 -9
  5. package/scripts/core-template-version.js +30 -0
  6. package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
  7. package/scripts/language-file-validator.js +1 -1
  8. package/scripts/translate.mjs +51 -0
  9. package/site/ar_LB.all.json +1316 -595
  10. package/site/ca_ES.all.json +491 -417
  11. package/site/da_DK.all.json +360 -220
  12. package/site/de_DE.all.json +1173 -459
  13. package/site/el_EL.all.json +1166 -459
  14. package/site/en_AU.all.json +1213 -467
  15. package/site/es_ES.all.json +1159 -452
  16. package/site/es_MX.all.json +1213 -478
  17. package/site/et_ET.all.json +1317 -0
  18. package/site/fi_FI.all.json +1167 -460
  19. package/site/fr_FR.all.json +1159 -454
  20. package/site/hr_HR.all.json +1223 -464
  21. package/site/hu_HU.all.json +1315 -599
  22. package/site/it_IT.all.json +1166 -458
  23. package/site/ja_JP.all.json +1168 -460
  24. package/site/lt_LT.all.json +1166 -454
  25. package/site/nl_BE.all.json +1166 -456
  26. package/site/no_NO.all.json +1306 -596
  27. package/site/pl_PL.all.json +1144 -447
  28. package/site/plans.html.jet +17 -17
  29. package/site/pt_BR.all.json +487 -430
  30. package/site/pt_PT.all.json +1306 -602
  31. package/site/ru_RU.all.json +1142 -449
  32. package/site/sr_SR.all.json +1308 -0
  33. package/site/static/fonts/fa-s72.woff +0 -0
  34. package/site/static/js/main.js +1 -0
  35. package/site/static/scripts/main.js.map +1 -1
  36. package/site/styles/_availability-tags.scss +63 -31
  37. package/site/styles/_awards.scss +8 -2
  38. package/site/styles/_buttons.scss +36 -1
  39. package/site/styles/_carousel.scss +29 -24
  40. package/site/styles/_forms.scss +85 -13
  41. package/site/styles/_icons.scss +180 -9
  42. package/site/styles/_legacy.scss +0 -7
  43. package/site/styles/_meta-detail.scss +67 -42
  44. package/site/styles/_meta-item-tagline.scss +1 -1
  45. package/site/styles/_nav.scss +11 -10
  46. package/site/styles/_pages.scss +0 -2
  47. package/site/styles/_plans.scss +15 -17
  48. package/site/styles/_poster.scss +3 -9
  49. package/site/styles/_search.scss +1 -1
  50. package/site/styles/_share-modal.scss +86 -0
  51. package/site/styles/_shift72.scss +10 -3
  52. package/site/styles/_shopping.scss +1 -2
  53. package/site/styles/_skip-link.scss +19 -0
  54. package/site/styles/_tooltips.scss +7 -0
  55. package/site/styles/_variables.scss +18 -13
  56. package/site/styles/_wishlist.scss +21 -13
  57. package/site/styles/main.scss +4 -2
  58. package/site/subscriptions.html.jet +11 -0
  59. package/site/templates/application/application.jet +11 -14
  60. package/site/templates/application/google.jet +27 -16
  61. package/site/templates/application/nav/user_logged_in.jet +7 -2
  62. package/site/templates/collection/carousel_item.jet +5 -3
  63. package/site/templates/common/awards/carousel.jet +7 -1
  64. package/site/templates/common/awards/item.jet +2 -2
  65. package/site/templates/common/social-media-buttons.jet +1 -37
  66. package/site/templates/common/sponsor-image.jet +18 -0
  67. package/site/templates/film/item.jet +98 -85
  68. package/site/templates/page/curated.jet +1 -1
  69. package/site/templates/page/page-content.jet +1 -23
  70. package/site/templates/page/page-header.jet +25 -6
  71. package/site/templates/tv/detail.jet +30 -21
  72. package/site/tr_TR.all.json +1306 -602
  73. package/site/uk_UA.all.json +582 -451
  74. package/site/zh_TW.all.json +492 -419
  75. package/site/ee_EE.all.json +0 -602
  76. package/site/se_SE.all.json +0 -601
  77. package/site/static/fonts/FontAwesome.otf +0 -0
  78. package/site/static/fonts/fontawesome-webfont.eot +0 -0
  79. package/site/static/fonts/fontawesome-webfont.svg +0 -565
  80. package/site/static/fonts/fontawesome-webfont.ttf +0 -0
  81. package/site/static/fonts/fontawesome-webfont.woff +0 -0
  82. package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
  83. package/site/styles/_social-media-buttons.scss +0 -159
@@ -1,24 +1,41 @@
1
1
  {
2
- "site_owner": { "other": "ABC Cinemas" },
3
- "settings_title": { "other": "Settings" },
4
- "powered_by": { "other": "Powered by" },
5
- "powered_by_name": { "other": "Shift72" },
6
- "powered_by_url": { "other": "https://www.screenplus.com" },
7
- "in_partnership_with": { "other": "in partnership with" },
8
- "festival_scope": { "other": "Festival Scope" },
9
- "festival_scope_url": { "other": "https://www.festivalscope.com/page/create-your-online-film-festival/" },
10
- "en": { "other": "English" },
11
- "fr": { "other": "French" },
12
-
2
+ "site_owner": {
3
+ "other": "ABC Cinemas"
4
+ },
5
+ "settings_title": {
6
+ "other": "Settings"
7
+ },
8
+ "powered_by": {
9
+ "other": "Powered by"
10
+ },
11
+ "powered_by_name": {
12
+ "other": "Shift72"
13
+ },
14
+ "powered_by_url": {
15
+ "other": "https://www.screenplus.com"
16
+ },
17
+ "in_partnership_with": {
18
+ "other": "in partnership with"
19
+ },
20
+ "festival_scope": {
21
+ "other": "Festival Scope"
22
+ },
23
+ "festival_scope_url": {
24
+ "other": "https://www.festivalscope.com/page/create-your-online-film-festival/"
25
+ },
26
+ "en": {
27
+ "other": "English"
28
+ },
29
+ "fr": {
30
+ "other": "French"
31
+ },
13
32
  "episode_name": {
14
33
  "other": "Episode"
15
34
  },
16
-
17
35
  "season_name": {
18
36
  "other": "Season"
19
37
  },
20
-
21
- "seasons":{
38
+ "seasons": {
22
39
  "one": "one season",
23
40
  "other": "{{.Count}} seasons"
24
41
  },
@@ -38,198 +55,498 @@
38
55
  "one": "1 Episode",
39
56
  "other": "{{.Count}} Episodes"
40
57
  },
41
-
42
- "date_day": { "other": "Day" },
43
- "date_month": { "other": "Month" },
44
- "date_year": { "other": "Year" },
45
-
46
- "404_page_header": { "other": "That page doesn't exist..." },
47
- "404_page_content": { "other": "<p>Sorry, it looks like the page that you're looking for doesn't exist.</p><p>It could have been moved or deleted, or perhaps you misspelled something.</p><p>Try going back to the homepage to find what you were looking for.</p><p><a href=\"{{.URL}}\">Back to the Homepage</a></p>" },
48
-
49
-
50
- "nav_homepage": { "other": "ABC Cinemas" },
51
- "nav_signin": { "other": "Sign In" },
52
- "nav_signup": { "other": "Create Account" },
53
- "nav_signed_in_as": { "other": "Signed in as" },
54
- "nav_library": { "other": "My Library" },
55
- "nav_devices": { "other": "My Devices" },
56
- "nav_wishlist": { "other": "My List" },
57
- "nav_account": { "other": "My Account" },
58
- "nav_signout": { "other": "Sign Out" },
59
- "play_trailer": { "other": "Trailer" },
60
- "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
61
- "runtime_hours": { "other": "h" },
62
- "runtime_minutes": { "other": "m" },
63
-
64
- "datetime_today": { "other": "today {{.Date}}" },
65
- "datetime_tomorrow": { "other": "tomorrow {{.Date}}" },
66
- "datetime_yesterday": { "other": "yesterday {{.Date}}" },
67
- "datetime_next": { "other": "{{.Date}}" },
68
- "datetime_last": { "other": "last {{.Date}}" },
69
-
70
- "search_control_placeholder": { "other": "Search" },
71
- "search_control_submit": { "other": "Submit search" },
72
-
73
- "play_button_watch": { "other" : "Play Now"},
74
- "play_button_resume": { "other" : "Continue"},
75
-
76
- "social_media_buttons_title": { "other": "Share" },
77
- "social_media_buttons_facebook": { "other": "Share on Facebook" },
78
- "social_media_buttons_twitter": { "other": "Share on Twitter" },
79
- "social_media_buttons_linkedin": { "other": "Share on Linkedin" },
80
- "social_media_buttons_email": { "other": "Share via email" },
81
- "social_media_buttons_email_subject": { "other": "Link share" },
82
- "social_media_buttons_copied_link": { "other": "Link copied to clipboard!" },
83
- "social_media_buttons_copy_link": { "other": "Copy to clipboard" },
84
-
85
- "accept_invite_page_header": { "other": "Welcome" },
86
- "acceptinvite_form_invalid_reset_password_token": { "other": "It looks like you have already claimed this invite, you should <a href=\"{{.SigninURL}}\">sign in</a> instead. If you have forgotten your password, you can also <a href=\"{{.ForgotPasswordURL}}\">reset your password</a>." },
87
- "acceptinvite_complete": { "other": "Thank you. Your account has been created." },
88
- "acceptinvite_form_submit": { "other": "Accept Invitation" },
89
- "acceptinvite_agreement": { "other": "By clicking \"Accept Invitation\" you agree that you have read and understood our <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">terms &amp; conditions</a> and <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">privacy policy</a>." },
90
-
91
- "signup_page_header": { "other": "Create New Account" },
92
- "signup_form_name": { "other": "Name" },
93
- "signup_form_email": { "other": "Email address" },
94
- "signup_form_password": { "other": "Password" },
95
- "signup_form_password_confirmation": { "other": "Confirm your password" },
96
- "signup_form_gender": { "other": "Gender" },
97
- "signup_form_dob": { "other": "Birth date" },
98
- "signup_form_submit": { "other": "Submit" },
99
-
100
- "signin_page_header": { "other": "Sign In" },
101
- "signin_form_email": { "other": "Email address" },
102
- "signin_form_password": { "other": "Password" },
103
- "signin_form_remember": { "other": "Remember me" },
104
- "signin_form_submit": { "other": "Submit" },
105
- "signin_page_forgotpassword": { "other": "Forgotten your password?" },
106
- "signin_page_createnewaccount": { "other": "Don't have an account? Create new account" },
107
- "signup_page_alreadyhaveanaccount": { "other": "Already have an account? Sign in" },
108
- "signup_form_error_email_already_in_use": { "other": "That email address is already in use." },
109
- "signin_form_error_incorrect_credentials": { "other": "The username or password is incorrect." },
110
- "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
111
- "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
112
-
113
- "signup_form_error_forbidden": { "other": "An error has occurred." },
114
-
115
- "combined_auth_continue": { "other": "Continue" },
116
- "combined_auth_change": { "other": "change" },
117
- "combined_auth_signin": { "other": "Sign in" },
118
- "combined_auth_signup": { "other": "Create Account" },
119
- "combined_auth_signin_password": { "other": "Please enter your password to sign in to your account." },
120
- "combined_auth_signin_error_incorrect_credentials": { "other": "That password is incorrect." },
121
- "combined_auth_error_forbidden": { "other": "An error has occurred." },
122
- "combined_auth_error_too_many_requests": { "other": "Too many requests, please try again later." },
123
-
124
- "forgotpassword_page_header": { "other": "Reset your Password" },
125
- "forgotpassword_form_email": { "other": "Email address" },
126
- "forgotpassword_form_submit": { "other": "Reset" },
127
- "forgotpassword_form_error_email_doesnt_exist": { "other": "An account matching that email address does not exist." },
128
- "forgotpassword_form_error_account_suspended": { "other": "This account is suspended." },
129
- "forgotpassword_complete": { "other": "Thank you. A password reset email should appear in your inbox shortly." },
130
- "forgotpassword_form_error_forbidden": { "other": "An error has occurred." },
131
- "forgotpassword_form_error_too_many_requests": { "other": "Too many requests, please try again later." },
132
-
133
- "resetpassword_page_header": { "other": "Change your Password" },
134
- "resetpassword_form_invalid_reset_password_token": { "other": "It appears as if this reset password request is invalid, please fill out the <a href=\"{{.URL}}\">Forgot Password</a> form again." },
135
- "resetpassword_form_password": { "other": "New password" },
136
- "resetpassword_form_password2": { "other": "Confirm your new password" },
137
- "resetpassword_form_submit": { "other": "Change" },
138
- "resetpassword_complete": { "other": "Thank you. Your password has been changed, and you have been signed in." },
139
- "resetpassword_form_error_invalid_reset_password_token": { "other": "The reset password request is invalid. Please try again later." },
140
- "resetpassword_form_error_reset_password_token_expired": { "other": "The reset password token has expired. Please request a new one." },
141
- "resetpassword_form_error_too_many_requests": { "other": "Too many requests, please try again later." },
142
-
143
- "account_page_header": { "other": "My Account" },
144
- "account_form_name": { "other": "Name" },
145
- "account_form_email": { "other": "Email address" },
146
- "account_form_password": { "other": "Password" },
147
- "account_form_change_password": { "other": "Change" },
148
- "account_form_gender": { "other": "Gender" },
149
- "account_form_dob": { "other": "Birth date" },
150
- "account_form_submit": { "other": "Update" },
151
- "account_form_submitted": { "other": "Updated" },
152
- "account_form_password_changed": { "other": "Updated" },
153
- "account_form_error_incorrect_password": { "other": "That password is incorrect." },
154
- "account_form_pin_code": { "other": "PIN" },
155
- "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
156
- "account_form_set_pin": { "other": "Set PIN" },
157
- "account_form_pin_changed": { "other": "Updated" },
158
- "account_form_change_pin": { "other": "Change PIN" },
159
-
160
- "user_set_pin_header": { "other": "Set your PIN" },
161
- "user_set_pin_button": { "other": "Set PIN" },
162
- "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
163
- "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
164
- "user_error_too_many_pin_errors": { "other": "<p>Looks like you're having trouble.</p><p>Reset your PIN or contact us for <a href=\"{{.HelpURL}}\" target=\"_blank\">help</a>" },
165
- "user_submit_pin_button": { "other": "Enter" },
166
- "user_reset_pin_button": { "other": "Reset PIN" },
167
-
168
- "signup_form_optin": {"other": "Sign up for our free newsletter"},
169
-
170
- "passwordconfirmation_modal_header": { "other": "Confirm your password" },
171
- "passwordconfirmation_modal_label": { "other": "Please enter your password in order to update your changes" },
172
- "passwordconfirmation_modal_confirm": { "other": "Confirm" },
173
-
174
- "changepassword_modal_header": { "other": "Change your password" },
175
- "changepassword_modal_currentpassword": { "other": "Your current password" },
176
- "changepassword_modal_password": { "other": "Your new password" },
177
- "changepassword_modal_password2": { "other": "Confirm your new password" },
178
- "changepassword_modal_submit": { "other": "Update" },
179
- "changepassword_modal_error_incorrect_password": { "other": "That password is incorrect." },
180
-
181
- "userlibrary_page_header": { "other": "My Library" },
182
- "userlibrary_empty_header": { "other": "Your library is empty." },
183
- "userlibrary_empty_content": { "other": "Fill it by <a href=\"{{.HomeURL}}\">browsing</a> our great selection." },
184
-
185
- "searchresults_page_header": { "other": "Search Results" },
186
- "searchresults_load_more": { "other": "Load {{.Count}} more" },
58
+ "date_day": {
59
+ "other": "Day"
60
+ },
61
+ "date_month": {
62
+ "other": "Month"
63
+ },
64
+ "date_year": {
65
+ "other": "Year"
66
+ },
67
+ "404_page_header": {
68
+ "other": "That page doesn't exist..."
69
+ },
70
+ "404_page_content": {
71
+ "other": "<p>Sorry, it looks like the page that you're looking for doesn't exist.</p><p>It could have been moved or deleted, or perhaps you misspelled something.</p><p>Try going back to the homepage to find what you were looking for.</p><p><a href=\"{{.URL}}\">Back to the Homepage</a></p>"
72
+ },
73
+ "nav_homepage": {
74
+ "other": "ABC Cinemas"
75
+ },
76
+ "nav_signin": {
77
+ "other": "Sign In"
78
+ },
79
+ "nav_signup": {
80
+ "other": "Create Account"
81
+ },
82
+ "nav_signed_in_as": {
83
+ "other": "Signed in as"
84
+ },
85
+ "nav_library": {
86
+ "other": "My Library"
87
+ },
88
+ "nav_devices": {
89
+ "other": "My Devices"
90
+ },
91
+ "nav_subscriptions": {
92
+ "other": "My Subscriptions"
93
+ },
94
+ "nav_wishlist": {
95
+ "other": "My List"
96
+ },
97
+ "nav_account": {
98
+ "other": "My Account"
99
+ },
100
+ "nav_signout": {
101
+ "other": "Sign Out"
102
+ },
103
+ "play_trailer": {
104
+ "other": "Trailer"
105
+ },
106
+ "header_banner": {
107
+ "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021"
108
+ },
109
+ "runtime_hours": {
110
+ "other": "h"
111
+ },
112
+ "runtime_minutes": {
113
+ "other": "m"
114
+ },
115
+ "datetime_today": {
116
+ "other": "today {{.Date}}"
117
+ },
118
+ "datetime_tomorrow": {
119
+ "other": "tomorrow {{.Date}}"
120
+ },
121
+ "datetime_yesterday": {
122
+ "other": "yesterday {{.Date}}"
123
+ },
124
+ "datetime_next": {
125
+ "other": "{{.Date}}"
126
+ },
127
+ "datetime_last": {
128
+ "other": "last {{.Date}}"
129
+ },
130
+ "search_control_placeholder": {
131
+ "other": "Search"
132
+ },
133
+ "search_control_submit": {
134
+ "other": "Submit search"
135
+ },
136
+ "play_button_watch": {
137
+ "other": "Play Now"
138
+ },
139
+ "play_button_resume": {
140
+ "other": "Continue"
141
+ },
142
+ "social_media_buttons_title": {
143
+ "other": "Share"
144
+ },
145
+ "social_media_buttons_facebook": {
146
+ "other": "Facebook"
147
+ },
148
+ "social_media_buttons_twitter": {
149
+ "other": "Twitter"
150
+ },
151
+ "social_media_buttons_linkedin": {
152
+ "other": "Linkedin"
153
+ },
154
+ "social_media_buttons_email": {
155
+ "other": "Email"
156
+ },
157
+ "social_media_buttons_email_subject": {
158
+ "other": "Link share"
159
+ },
160
+ "social_media_buttons_copied_link": {
161
+ "other": "Link copied to clipboard!"
162
+ },
163
+ "social_media_buttons_copy_link": {
164
+ "other": "Copy Link"
165
+ },
166
+ "accept_invite_page_header": {
167
+ "other": "Welcome"
168
+ },
169
+ "acceptinvite_form_invalid_reset_password_token": {
170
+ "other": "It looks like you have already claimed this invite, you should <a href=\"{{.SigninURL}}\">sign in</a> instead. If you have forgotten your password, you can also <a href=\"{{.ForgotPasswordURL}}\">reset your password</a>."
171
+ },
172
+ "acceptinvite_complete": {
173
+ "other": "Thank you. Your account has been created."
174
+ },
175
+ "acceptinvite_form_submit": {
176
+ "other": "Accept Invitation"
177
+ },
178
+ "acceptinvite_agreement": {
179
+ "other": "By clicking \"Accept Invitation\" you agree that you have read and understood our <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">terms &amp; conditions</a> and <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">privacy policy</a>."
180
+ },
181
+ "signup_page_header": {
182
+ "other": "Create New Account"
183
+ },
184
+ "signup_form_name": {
185
+ "other": "Name"
186
+ },
187
+ "signup_form_email": {
188
+ "other": "Email address"
189
+ },
190
+ "signup_form_password": {
191
+ "other": "Password"
192
+ },
193
+ "signup_form_password_confirmation": {
194
+ "other": "Confirm your password"
195
+ },
196
+ "signup_form_gender": {
197
+ "other": "Gender"
198
+ },
199
+ "signup_form_dob": {
200
+ "other": "Birth date"
201
+ },
202
+ "signup_form_submit": {
203
+ "other": "Submit"
204
+ },
205
+ "signin_page_header": {
206
+ "other": "Sign In"
207
+ },
208
+ "signin_form_email": {
209
+ "other": "Email address"
210
+ },
211
+ "signin_form_password": {
212
+ "other": "Password"
213
+ },
214
+ "signin_form_remember": {
215
+ "other": "Remember me"
216
+ },
217
+ "signin_form_submit": {
218
+ "other": "Submit"
219
+ },
220
+ "signin_page_forgotpassword": {
221
+ "other": "Forgotten your password?"
222
+ },
223
+ "signin_page_createnewaccount": {
224
+ "other": "Don't have an account? Create new account"
225
+ },
226
+ "signup_page_alreadyhaveanaccount": {
227
+ "other": "Already have an account? Sign in"
228
+ },
229
+ "signup_form_error_email_already_in_use": {
230
+ "other": "That email address is already in use."
231
+ },
232
+ "signin_form_error_incorrect_credentials": {
233
+ "other": "The username or password is incorrect."
234
+ },
235
+ "signin_form_error_ip_throttled": {
236
+ "other": "You have failed to sign in too many times. Please try again later."
237
+ },
238
+ "signin_form_error_account_suspended": {
239
+ "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error."
240
+ },
241
+ "signup_form_error_forbidden": {
242
+ "other": "An error has occurred."
243
+ },
244
+ "combined_auth_continue": {
245
+ "other": "Continue"
246
+ },
247
+ "combined_auth_change": {
248
+ "other": "change"
249
+ },
250
+ "combined_auth_signin": {
251
+ "other": "Sign in"
252
+ },
253
+ "combined_auth_signup": {
254
+ "other": "Create Account"
255
+ },
256
+ "combined_auth_signin_password": {
257
+ "other": "Please enter your password to sign in to your account."
258
+ },
259
+ "combined_auth_signin_error_incorrect_credentials": {
260
+ "other": "That password is incorrect."
261
+ },
262
+ "combined_auth_error_forbidden": {
263
+ "other": "An error has occurred."
264
+ },
265
+ "combined_auth_error_too_many_requests": {
266
+ "other": "Too many requests, please try again later."
267
+ },
268
+ "forgotpassword_page_header": {
269
+ "other": "Reset your Password"
270
+ },
271
+ "forgotpassword_form_email": {
272
+ "other": "Email address"
273
+ },
274
+ "forgotpassword_form_submit": {
275
+ "other": "Reset"
276
+ },
277
+ "forgotpassword_form_error_email_doesnt_exist": {
278
+ "other": "An account matching that email address does not exist."
279
+ },
280
+ "forgotpassword_form_error_account_suspended": {
281
+ "other": "This account is suspended."
282
+ },
283
+ "forgotpassword_complete": {
284
+ "other": "Thank you. A password reset email should appear in your inbox shortly."
285
+ },
286
+ "forgotpassword_form_error_forbidden": {
287
+ "other": "An error has occurred."
288
+ },
289
+ "forgotpassword_form_error_too_many_requests": {
290
+ "other": "Too many requests, please try again later."
291
+ },
292
+ "resetpassword_page_header": {
293
+ "other": "Change your Password"
294
+ },
295
+ "resetpassword_form_invalid_reset_password_token": {
296
+ "other": "It appears as if this reset password request is invalid, please fill out the <a href=\"{{.URL}}\">Forgot Password</a> form again."
297
+ },
298
+ "resetpassword_form_password": {
299
+ "other": "New password"
300
+ },
301
+ "resetpassword_form_password2": {
302
+ "other": "Confirm your new password"
303
+ },
304
+ "resetpassword_form_submit": {
305
+ "other": "Change"
306
+ },
307
+ "resetpassword_complete": {
308
+ "other": "Thank you. Your password has been changed, and you have been signed in."
309
+ },
310
+ "resetpassword_form_error_invalid_reset_password_token": {
311
+ "other": "The reset password request is invalid. Please try again later."
312
+ },
313
+ "resetpassword_form_error_reset_password_token_expired": {
314
+ "other": "The reset password token has expired. Please request a new one."
315
+ },
316
+ "resetpassword_form_error_too_many_requests": {
317
+ "other": "Too many requests, please try again later."
318
+ },
319
+ "account_page_header": {
320
+ "other": "My Account"
321
+ },
322
+ "account_form_name": {
323
+ "other": "Name"
324
+ },
325
+ "account_form_email": {
326
+ "other": "Email address"
327
+ },
328
+ "account_form_password": {
329
+ "other": "Password"
330
+ },
331
+ "account_form_change_password": {
332
+ "other": "Change"
333
+ },
334
+ "account_form_gender": {
335
+ "other": "Gender"
336
+ },
337
+ "account_form_dob": {
338
+ "other": "Birth date"
339
+ },
340
+ "account_form_submit": {
341
+ "other": "Update"
342
+ },
343
+ "account_form_submitted": {
344
+ "other": "Updated"
345
+ },
346
+ "account_form_password_changed": {
347
+ "other": "Updated"
348
+ },
349
+ "account_form_error_incorrect_password": {
350
+ "other": "That password is incorrect."
351
+ },
352
+ "account_form_pin_code": {
353
+ "other": "PIN"
354
+ },
355
+ "account_form_pin_code_not_set": {
356
+ "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."
357
+ },
358
+ "account_form_set_pin": {
359
+ "other": "Set PIN"
360
+ },
361
+ "account_form_pin_changed": {
362
+ "other": "Updated"
363
+ },
364
+ "account_form_change_pin": {
365
+ "other": "Change PIN"
366
+ },
367
+ "user_set_pin_header": {
368
+ "other": "Set your PIN"
369
+ },
370
+ "user_set_pin_button": {
371
+ "other": "Set PIN"
372
+ },
373
+ "user_submit_pin_heading": {
374
+ "other": "Enter your PIN to {{.Action}} this restricted content"
375
+ },
376
+ "user_error_wrong_pin_retry": {
377
+ "other": "Oops, you have entered an incorrect PIN"
378
+ },
379
+ "user_error_too_many_pin_errors": {
380
+ "other": "<p>Looks like you're having trouble.</p><p>Reset your PIN or contact us for <a href=\"{{.HelpURL}}\" target=\"_blank\">help</a>"
381
+ },
382
+ "user_submit_pin_button": {
383
+ "other": "Enter"
384
+ },
385
+ "user_reset_pin_button": {
386
+ "other": "Reset PIN"
387
+ },
388
+ "signup_form_optin": {
389
+ "other": "Sign up for our free newsletter"
390
+ },
391
+ "passwordconfirmation_modal_header": {
392
+ "other": "Confirm your password"
393
+ },
394
+ "passwordconfirmation_modal_label": {
395
+ "other": "Please enter your password in order to update your changes"
396
+ },
397
+ "passwordconfirmation_modal_confirm": {
398
+ "other": "Confirm"
399
+ },
400
+ "changepassword_modal_header": {
401
+ "other": "Change your password"
402
+ },
403
+ "changepassword_modal_currentpassword": {
404
+ "other": "Your current password"
405
+ },
406
+ "changepassword_modal_password": {
407
+ "other": "Your new password"
408
+ },
409
+ "changepassword_modal_password2": {
410
+ "other": "Confirm your new password"
411
+ },
412
+ "changepassword_modal_submit": {
413
+ "other": "Update"
414
+ },
415
+ "changepassword_modal_error_incorrect_password": {
416
+ "other": "That password is incorrect."
417
+ },
418
+ "userlibrary_page_header": {
419
+ "other": "My Library"
420
+ },
421
+ "userlibrary_empty_header": {
422
+ "other": "Your library is empty."
423
+ },
424
+ "userlibrary_empty_content": {
425
+ "other": "Fill it by <a href=\"{{.HomeURL}}\">browsing</a> our great selection."
426
+ },
427
+ "searchresults_page_header": {
428
+ "other": "Search Results"
429
+ },
430
+ "searchresults_load_more": {
431
+ "other": "Load {{.Count}} more"
432
+ },
187
433
  "searchresults_total": {
188
434
  "one": "Found 1 result for \"{{.Query}}\".",
189
435
  "other": "Found {{.Count}} results for \"{{.Query}}\"."
190
436
  },
191
- "searchresults_empty_header": { "other": "There were no search results for \"{{.Query}}\"" },
192
- "searchresults_empty_content": { "other": "Try another search or <a href=\"{{.HomeURL}}\">browse our content</a> to find what you're looking for." },
193
-
194
- "validation_name_required": { "other": "Please enter your name." },
195
- "validation_email_required": { "other": "Please enter your email address." },
196
- "validation_email_email": { "other": "Please enter a valid email address." },
197
- "validation_currentpassword_required": { "other": "Please enter your current password." },
198
- "validation_password_required": { "other": "Please enter a password." },
199
- "validation_password2_required": { "other": "Please confirm your password." },
200
- "validation_password2_match": { "other": "Your passwords do not match." },
201
- "validation_password_minlength": { "other": "Please enter at least {{.Count}} characters." },
202
- "validation_promocode_required": { "other": "Please enter a promo code." },
203
- "validation_pincode_required": { "other": "Please enter a PIN code." },
204
- "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
205
- "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
206
- "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
207
- "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
208
- "validation_pincode2_match": { "other": "PIN code does not match." },
209
- "validation_gender_required": { "other": "Please select the closest gender you identify with." },
210
- "validation_dob_required": { "other": "Please enter your date of birth." },
211
- "validation_dob_date": { "other": "Please enter a valid date of birth." },
212
-
213
- "shopping_info_subtitle_hd": { "other": "HD Video on Demand." },
214
- "shopping_info_subtitle_sd": { "other": "SD Video on Demand." },
215
- "shopping_info_subtitle_wallet": { "other": "Funds in your Wallet may be used for the purchase or rental of any content on ScreenPlus." },
216
- "shopping_info_subtitle_help": { "other": "See here for system requirements." },
217
- "shopping_info_ownership_buy": { "other": "purchase" },
218
- "shopping_info_ownership_rent": { "other": "rental" },
219
-
220
- "shopping_info_sd_only": { "other": "Limited to SD playback only." },
221
- "shopping_info_release_date_title": { "other": "Releases {{.Date}}. " },
222
- "shopping_info_release_date_explanation_rent": { "other": "You can rent it now, but you won't be able to watch it until then." },
223
- "shopping_info_release_date_explanation_buy": { "other": "You can buy it now, but you won't be able to watch it until then." },
224
-
225
- "shopping_info_available_until_date_title": { "other": "Available until {{.Date}}. " },
226
- "shopping_info_available_until_date_explanation_rent": { "other": "You will not be able to view the content after this." },
227
- "shopping_info_available_until_date_explanation_buy": { "other": "You will not be able to view the content after this." },
228
-
229
- "duration_hour": { "one": "1 hour", "other": "{{.Count}} hours" },
230
- "duration_day": { "one": "1 day", "other": "{{.Count}} days" },
231
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} rental " },
232
- "shopping_info_watch_window_duration": { "other": "{{.Count}} hour playback window. " },
437
+ "searchresults_empty_header": {
438
+ "other": "There were no search results for \"{{.Query}}\""
439
+ },
440
+ "searchresults_empty_content": {
441
+ "other": "Try another search or <a href=\"{{.HomeURL}}\">browse our content</a> to find what you're looking for."
442
+ },
443
+ "validation_name_required": {
444
+ "other": "Please enter your name."
445
+ },
446
+ "validation_email_required": {
447
+ "other": "Please enter your email address."
448
+ },
449
+ "validation_email_email": {
450
+ "other": "Please enter a valid email address."
451
+ },
452
+ "validation_currentpassword_required": {
453
+ "other": "Please enter your current password."
454
+ },
455
+ "validation_password_required": {
456
+ "other": "Please enter a password."
457
+ },
458
+ "validation_password2_required": {
459
+ "other": "Please confirm your password."
460
+ },
461
+ "validation_password2_match": {
462
+ "other": "Your passwords do not match."
463
+ },
464
+ "validation_password_minlength": {
465
+ "other": "Please enter at least {{.Count}} characters."
466
+ },
467
+ "validation_promocode_required": {
468
+ "other": "Please enter a promo code."
469
+ },
470
+ "validation_pincode_required": {
471
+ "other": "Please enter a PIN code."
472
+ },
473
+ "validation_pincode1_required": {
474
+ "other": "Please enter a valid PIN code."
475
+ },
476
+ "validation_pincode2_required": {
477
+ "other": "Please enter a valid PIN code."
478
+ },
479
+ "validation_pincode1_pattern": {
480
+ "other": "Please enter a valid PIN code."
481
+ },
482
+ "validation_pincode2_pattern": {
483
+ "other": "Please enter a valid PIN code."
484
+ },
485
+ "validation_pincode2_match": {
486
+ "other": "PIN code does not match."
487
+ },
488
+ "validation_gender_required": {
489
+ "other": "Please select the closest gender you identify with."
490
+ },
491
+ "validation_dob_required": {
492
+ "other": "Please enter your date of birth."
493
+ },
494
+ "validation_dob_date": {
495
+ "other": "Please enter a valid date of birth."
496
+ },
497
+ "shopping_info_subtitle_hd": {
498
+ "other": "HD Video on Demand."
499
+ },
500
+ "shopping_info_subtitle_sd": {
501
+ "other": "SD Video on Demand."
502
+ },
503
+ "shopping_info_subtitle_wallet": {
504
+ "other": "Funds in your Wallet may be used for the purchase or rental of any content on ScreenPlus."
505
+ },
506
+ "shopping_info_subtitle_help": {
507
+ "other": "See here for system requirements."
508
+ },
509
+ "shopping_info_ownership_buy": {
510
+ "other": "purchase"
511
+ },
512
+ "shopping_info_ownership_rent": {
513
+ "other": "rental"
514
+ },
515
+ "shopping_info_sd_only": {
516
+ "other": "Limited to SD playback only."
517
+ },
518
+ "shopping_info_release_date_title": {
519
+ "other": "Releases {{.Date}}. "
520
+ },
521
+ "shopping_info_release_date_explanation_rent": {
522
+ "other": "You can rent it now, but you won't be able to watch it until then."
523
+ },
524
+ "shopping_info_release_date_explanation_buy": {
525
+ "other": "You can buy it now, but you won't be able to watch it until then."
526
+ },
527
+ "shopping_info_available_until_date_title": {
528
+ "other": "Available until {{.Date}}. "
529
+ },
530
+ "shopping_info_available_until_date_explanation_rent": {
531
+ "other": "You will not be able to view the content after this."
532
+ },
533
+ "shopping_info_available_until_date_explanation_buy": {
534
+ "other": "You will not be able to view the content after this."
535
+ },
536
+ "duration_hour": {
537
+ "one": "1 hour",
538
+ "other": "{{.Count}} hours"
539
+ },
540
+ "duration_day": {
541
+ "one": "1 day",
542
+ "other": "{{.Count}} days"
543
+ },
544
+ "shopping_info_rental_period_duration": {
545
+ "other": "{{.ValueUnit}} rental "
546
+ },
547
+ "shopping_info_watch_window_duration": {
548
+ "other": "{{.Count}} hour playback window. "
549
+ },
233
550
  "shopping_info_watch_window_explanation_film": {
234
551
  "one": "Once rented, your film will be available in your account for {{.ValueUnit}}. ",
235
552
  "other": "Once rented, your film will be available in your account for {{.ValueUnit}}. "
@@ -254,69 +571,157 @@
254
571
  "one": "Once you press play on an episode, the watch window begins and you have an hour to watch that episode as many times as you like.",
255
572
  "other": "Once you press play on an episode, the watch window begins and you have {{.Count}} hours to watch that episode as many times as you like."
256
573
  },
257
- "shopping_info_credit_bonus_title": { "other": "{{.BonusPercentage}}% Bonus" },
258
-
259
- "shopping_enter_card_prompt": { "other": "Enter your credit card details below to complete your {{.Verb}}." },
260
-
261
- "shopping_terms": { "other": "By completing this transaction, I agree to the <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">terms and conditions</a>."},
262
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} discount applied." },
263
- "shopping_discount_apply": { "other": "Apply" },
264
- "shopping_discount_code": { "other": "Enter a promo code." },
265
- "shopping_discount_have_code": { "other": "I have a promo code." },
266
-
267
- "shopping_price_you_pay": { "other": "You pay" },
268
- "shopping_price_nothing": { "other": "Nothing" },
269
- "shopping_price_free": { "other": "Free" },
270
-
271
- "shopping_auth_directions": { "other": "An account is needed first. Please enter your email address." },
272
-
273
- "shopping_error_in_library": { "other": "{{.Title}} is already in your library." },
274
-
275
- "shopping_error_missing_card": { "other": "Please enter your Credit Card details." },
276
- "shopping_error_title": { "other": "An error occurred" },
277
- "shopping_error_incorrect_cvc": { "other": "Please enter a valid CVV." },
278
- "shopping_error_invalid_cvc": { "other": "Please enter a valid CVV." },
279
- "shopping_error_incorrect_number": { "other": "Please enter a valid Credit Card Number." },
280
- "shopping_error_invalid_number": { "other": "Please enter a valid Credit Card Number." },
281
- "shopping_error_card_declined": { "other": "The Credit Card has been declined." },
282
- "shopping_error_invalid_expiry_month": { "other": "Please enter a valid Expiry." },
283
- "shopping_error_invalid_expiry_year": { "other": "Please enter a valid Expiry." },
284
- "shopping_error_expired_card": { "other": "The Credit Card has expired." },
285
- "shopping_error_creditcard_country_mismatch": { "other": "Your {{.Ownership}} has not been completed. You need to be in the country your credit card was issued. Please use another card for making the payment." },
286
- "shopping_error_proxy_detected": { "other": "Your {{.Ownership}} has not been completed. We have detected that you are using an unblocker or proxy service. Please turn off any of these services and try again." },
287
-
288
- "shopping_error_discount_worn_out": { "other": "That promo code can no longer be used." },
289
- "shopping_error_discount_blank": { "other": "Please enter a promo code." },
290
- "shopping_error_discount_not_applied": { "other": "Please enter a valid promo code." },
291
- "shopping_error_discount_invalid": { "other": "Please enter a valid promo code." },
292
- "shopping_error_discount_disabled": { "other": "Please enter a valid promo code." },
293
- "shopping_error_discount_already_applied": { "other": "A promo code has already been used for this session." },
294
- "shopping_error_discount_already_redeemed": { "other": "That promo code has already been used." },
295
- "shopping_error_discount_used_previously": { "other": "That promo code has already been used." },
296
- "shopping_error_discount_max_limit": { "other": "That promo code can no longer be used." },
297
- "shopping_error_discount_expired": { "other": "That promo code has expired." },
298
- "shopping_error_discount_invalid_ownership_buy": { "other": "That promo code can not be used when purchasing." },
299
- "shopping_error_discount_invalid_ownership_rent": { "other": "That promo code can not be used when renting." },
300
- "shopping_error_discount_invalid_item": { "other": "That promo code can not be used with this item." },
301
- "shopping_error_discount_invalid_pricing_region": { "other": "That promo code can not be used in your country." },
302
- "shopping_error_discounts_not_allowed": { "other": "That promo code can not be used." },
303
- "shopping_error_discount_disallowed_on_bundles": { "other": "That promo code can not be used on bundles." },
304
- "shopping_error_payment_intent_authentication_failure": { "other": "The Credit Card has been declined. Please try again." },
305
-
306
- "shopping_error_plan_already_owned": { "other": "You already have this plan." },
307
- "shopping_error_plan_expired": { "other": "This plan is no longer available." },
308
-
309
- "shopping_complete_rental": { "other": "Success!" },
574
+ "shopping_info_credit_bonus_title": {
575
+ "other": "{{.BonusPercentage}}% Bonus"
576
+ },
577
+ "shopping_enter_card_prompt": {
578
+ "other": "Enter your credit card details below to complete your {{.Verb}}."
579
+ },
580
+ "shopping_terms": {
581
+ "other": "By completing this transaction, I agree to the <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">terms and conditions</a>."
582
+ },
583
+ "shopping_discount_applied": {
584
+ "other": "{{.DiscountAmount}} discount applied."
585
+ },
586
+ "shopping_discount_apply": {
587
+ "other": "Apply"
588
+ },
589
+ "shopping_discount_code": {
590
+ "other": "Enter a promo code."
591
+ },
592
+ "shopping_discount_have_code": {
593
+ "other": "I have a promo code."
594
+ },
595
+ "shopping_price_you_pay": {
596
+ "other": "You pay"
597
+ },
598
+ "shopping_price_nothing": {
599
+ "other": "Nothing"
600
+ },
601
+ "shopping_price_free": {
602
+ "other": "Free"
603
+ },
604
+ "shopping_auth_directions": {
605
+ "other": "An account is needed first. Please enter your email address."
606
+ },
607
+ "shopping_error_in_library": {
608
+ "other": "{{.Title}} is already in your library."
609
+ },
610
+ "shopping_error_missing_card": {
611
+ "other": "Please enter your Credit Card details."
612
+ },
613
+ "shopping_error_title": {
614
+ "other": "An error occurred"
615
+ },
616
+ "shopping_error_incorrect_cvc": {
617
+ "other": "Please enter a valid CVV."
618
+ },
619
+ "shopping_error_invalid_cvc": {
620
+ "other": "Please enter a valid CVV."
621
+ },
622
+ "shopping_error_incorrect_number": {
623
+ "other": "Please enter a valid Credit Card Number."
624
+ },
625
+ "shopping_error_invalid_number": {
626
+ "other": "Please enter a valid Credit Card Number."
627
+ },
628
+ "shopping_error_card_declined": {
629
+ "other": "The Credit Card has been declined."
630
+ },
631
+ "shopping_error_invalid_expiry_month": {
632
+ "other": "Please enter a valid Expiry."
633
+ },
634
+ "shopping_error_invalid_expiry_year": {
635
+ "other": "Please enter a valid Expiry."
636
+ },
637
+ "shopping_error_expired_card": {
638
+ "other": "The Credit Card has expired."
639
+ },
640
+ "shopping_error_creditcard_country_mismatch": {
641
+ "other": "Your {{.Ownership}} has not been completed. You need to be in the country your credit card was issued. Please use another card for making the payment."
642
+ },
643
+ "shopping_error_proxy_detected": {
644
+ "other": "Your {{.Ownership}} has not been completed. We have detected that you are using an unblocker or proxy service. Please turn off any of these services and try again."
645
+ },
646
+ "shopping_error_discount_worn_out": {
647
+ "other": "That promo code can no longer be used."
648
+ },
649
+ "shopping_error_discount_blank": {
650
+ "other": "Please enter a promo code."
651
+ },
652
+ "shopping_error_discount_not_applied": {
653
+ "other": "Please enter a valid promo code."
654
+ },
655
+ "shopping_error_discount_invalid": {
656
+ "other": "Please enter a valid promo code."
657
+ },
658
+ "shopping_error_discount_disabled": {
659
+ "other": "Please enter a valid promo code."
660
+ },
661
+ "shopping_error_discount_already_applied": {
662
+ "other": "A promo code has already been used for this session."
663
+ },
664
+ "shopping_error_discount_already_redeemed": {
665
+ "other": "That promo code has already been used."
666
+ },
667
+ "shopping_error_discount_used_previously": {
668
+ "other": "That promo code has already been used."
669
+ },
670
+ "shopping_error_discount_max_limit": {
671
+ "other": "That promo code can no longer be used."
672
+ },
673
+ "shopping_error_discount_expired": {
674
+ "other": "That promo code has expired."
675
+ },
676
+ "shopping_error_discount_invalid_ownership_buy": {
677
+ "other": "That promo code can not be used when purchasing."
678
+ },
679
+ "shopping_error_discount_invalid_ownership_rent": {
680
+ "other": "That promo code can not be used when renting."
681
+ },
682
+ "shopping_error_discount_invalid_item": {
683
+ "other": "That promo code can not be used with this item."
684
+ },
685
+ "shopping_error_discount_invalid_pricing_region": {
686
+ "other": "That promo code can not be used in your country."
687
+ },
688
+ "shopping_error_discounts_not_allowed": {
689
+ "other": "That promo code can not be used."
690
+ },
691
+ "shopping_error_discount_disallowed_on_bundles": {
692
+ "other": "That promo code can not be used on bundles."
693
+ },
694
+ "shopping_error_payment_intent_authentication_failure": {
695
+ "other": "The Credit Card has been declined. Please try again."
696
+ },
697
+ "shopping_error_plan_already_owned": {
698
+ "other": "You already have this plan."
699
+ },
700
+ "shopping_error_plan_expired": {
701
+ "other": "This plan is no longer available."
702
+ },
703
+ "shopping_complete_rental": {
704
+ "other": "Success!"
705
+ },
310
706
  "shopping_complete_rental_period": {
311
707
  "one": "You are now able to watch it as often as you like over the next day.",
312
708
  "other": "You are now able to watch it as often as you like over the next {{.Count}} days."
313
709
  },
314
- "shopping_complete_purchase": { "other": "Thank you for purchasing {{.Title}}." },
315
- "shopping_complete_credit_purchase": { "other": "Thank you for purchasing {{.Title}}, {{.CreditTotal}} has been added to your account." },
316
- "shopping_complete_purchase_coming_soon": { "other": "You will be able to watch it from {{.Date}}." },
317
- "shopping_complete_receipt": { "other": "A receipt has been emailed to you." },
318
- "shopping_complete_library_link": { "other": "View your library" },
319
-
710
+ "shopping_complete_purchase": {
711
+ "other": "Thank you for purchasing {{.Title}}."
712
+ },
713
+ "shopping_complete_credit_purchase": {
714
+ "other": "Thank you for purchasing {{.Title}}, {{.CreditTotal}} has been added to your account."
715
+ },
716
+ "shopping_complete_purchase_coming_soon": {
717
+ "other": "You will be able to watch it from {{.Date}}."
718
+ },
719
+ "shopping_complete_receipt": {
720
+ "other": "A receipt has been emailed to you."
721
+ },
722
+ "shopping_complete_library_link": {
723
+ "other": "View your library"
724
+ },
320
725
  "shopping_complete_rental_watch_window_start": {
321
726
  "one": "You are now able to start watching it within the next day.",
322
727
  "other": "You are now able to start watching it within the next {{.Count}} days."
@@ -333,109 +738,256 @@
333
738
  "one": "You will be able to watch it from {{.Date}} and your rental will remain active for a day.",
334
739
  "other": "You will be able to watch it from {{.Date}} and your rental will remain active for {{.Count}} days."
335
740
  },
336
-
337
- "shopping_action_rent": { "other": "Rent" },
338
- "shopping_action_buy": { "other": "Buy" },
339
-
340
- "shopping_payment_method_header": { "other": "Payment methods" },
341
- "shopping_payment_method_credit_card": { "other": "Credit card" },
342
- "shopping_payment_method_giropay": { "other": "Giropay" },
343
-
344
- "shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
345
- "shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
346
-
347
- "meta_detail_cast_title": { "other": "Cast" },
348
- "meta_detail_crew_title": { "other": "Crew" },
349
- "meta_detail_languages": { "one": "Language", "other": "Languages" },
350
- "meta_detail_studios": { "one": "Studio", "other": "Studios" },
351
- "meta_detail_countries": { "one": "Country", "other": "Countries" },
352
- "meta_detail_subtitles": { "other": "Subtitles" },
353
- "meta_detail_captions": { "other": "Closed Captions [CC]" },
354
- "meta_detail_episodes_title": { "other": "Episodes" },
355
- "meta_detail_bonus_title": { "other": "Bonus Content" },
356
- "meta_detail_recommendations_title": { "other": "You may also like" },
357
- "meta_detail_bundle_items_title": { "other": "Content included in this bundle" },
358
-
359
- "bundle_items_all_films": { "other": "{{.Count}} films" },
360
- "bundle_items_all_seasons": { "other": "{{.Count}} seasons" },
361
- "bundle_items_mixed": { "other": "{{.Count}} films and seasons" },
362
- "userwishlist_page_header": { "other": "My List" },
363
- "userwishlist_slider_header": { "other": "My List" },
364
- "userwishlist_empty_header": { "other": "Your list is empty." },
365
- "userwishlist_empty_content": { "other": "Fill it by <a href=\"{{.HomeURL}}\">browsing</a> our great selection." },
366
- "userwishlist_button_add": { "other": "Add to My List" },
367
- "userwishlist_button_remove": { "other": "My List" },
368
- "userwishlist_button_add_compact": { "other": "My List" },
369
- "userwishlist_button_remove_compact": { "other": "My List" },
370
-
371
- "activatedevice_page_header": { "other": "Activate Device" },
372
- "activatedevice_page_content": { "other": "Follow the instructions on your device to get a PIN code. Your computer and device must both be connected to the internet to activate." },
373
- "activatedevice_form_pin": { "other": "PIN Code" },
374
- "activatedevice_form_submit": { "other": "Activate" },
375
- "activatedevice_form_error_invalid_code": { "other": "PIN Code not found, please try again." },
376
- "activatedevice_form_error_pin_not_found": { "other": "PIN Code not found, please try again." },
377
- "activatedevice_signin_prompt": { "other": "Please sign in before activating your device." },
378
- "activatedevice_page_activated": { "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device." },
379
-
380
- "userdevices_page_header": { "other": "Devices" },
741
+ "shopping_action_rent": {
742
+ "other": "Rent"
743
+ },
744
+ "shopping_action_buy": {
745
+ "other": "Buy"
746
+ },
747
+ "shopping_payment_method_header": {
748
+ "other": "Payment methods"
749
+ },
750
+ "shopping_payment_method_credit_card": {
751
+ "other": "Credit card"
752
+ },
753
+ "shopping_payment_method_giropay": {
754
+ "other": "Giropay"
755
+ },
756
+ "shopping_error_stripe_unknown_error": {
757
+ "other": "Something went wrong with this payment. Please try again later."
758
+ },
759
+ "shopping_error_payment_complete_failed": {
760
+ "other": "The payment was declined. Close this window and try again."
761
+ },
762
+ "meta_detail_cast_title": {
763
+ "other": "Cast"
764
+ },
765
+ "meta_detail_crew_title": {
766
+ "other": "Crew"
767
+ },
768
+ "meta_detail_languages": {
769
+ "one": "Language",
770
+ "other": "Languages"
771
+ },
772
+ "meta_detail_studios": {
773
+ "one": "Studio",
774
+ "other": "Studios"
775
+ },
776
+ "meta_detail_countries": {
777
+ "one": "Country",
778
+ "other": "Countries"
779
+ },
780
+ "meta_detail_subtitles": {
781
+ "other": "Subtitles"
782
+ },
783
+ "meta_detail_captions": {
784
+ "other": "Closed Captions [CC]"
785
+ },
786
+ "meta_detail_episodes_title": {
787
+ "other": "Episodes"
788
+ },
789
+ "meta_detail_bonus_title": {
790
+ "other": "Bonus Content"
791
+ },
792
+ "meta_detail_recommendations_title": {
793
+ "other": "You may also like"
794
+ },
795
+ "meta_detail_bundle_items_title": {
796
+ "other": "Content included in this bundle"
797
+ },
798
+ "bundle_items_all_films": {
799
+ "other": "{{.Count}} films"
800
+ },
801
+ "bundle_items_all_seasons": {
802
+ "other": "{{.Count}} seasons"
803
+ },
804
+ "bundle_items_mixed": {
805
+ "other": "{{.Count}} films and seasons"
806
+ },
807
+ "userwishlist_page_header": {
808
+ "other": "My List"
809
+ },
810
+ "userwishlist_slider_header": {
811
+ "other": "My List"
812
+ },
813
+ "userwishlist_empty_header": {
814
+ "other": "Your list is empty."
815
+ },
816
+ "userwishlist_empty_content": {
817
+ "other": "Fill it by <a href=\"{{.HomeURL}}\">browsing</a> our great selection."
818
+ },
819
+ "userwishlist_button_add": {
820
+ "other": "Add to My List"
821
+ },
822
+ "userwishlist_button_remove": {
823
+ "other": "My List"
824
+ },
825
+ "userwishlist_button_add_compact": {
826
+ "other": "My List"
827
+ },
828
+ "userwishlist_button_remove_compact": {
829
+ "other": "My List"
830
+ },
831
+ "activatedevice_page_header": {
832
+ "other": "Activate Device"
833
+ },
834
+ "activatedevice_page_content": {
835
+ "other": "Follow the instructions on your device to get a PIN code. Your computer and device must both be connected to the internet to activate."
836
+ },
837
+ "activatedevice_form_pin": {
838
+ "other": "PIN Code"
839
+ },
840
+ "activatedevice_form_submit": {
841
+ "other": "Activate"
842
+ },
843
+ "activatedevice_form_error_invalid_code": {
844
+ "other": "PIN Code not found, please try again."
845
+ },
846
+ "activatedevice_form_error_pin_not_found": {
847
+ "other": "PIN Code not found, please try again."
848
+ },
849
+ "activatedevice_signin_prompt": {
850
+ "other": "Please sign in before activating your device."
851
+ },
852
+ "activatedevice_page_activated": {
853
+ "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device."
854
+ },
855
+ "userdevices_page_header": {
856
+ "other": "Devices"
857
+ },
381
858
  "userdevices_page_content": {
382
859
  "one": "Devices will be automatically added here when you use them. You are limited to only one device.",
383
860
  "other": "Devices will be automatically added here when you use them. You are limited to {{.Count}} devices."
384
861
  },
385
- "userdevices_empty_content": { "other": "You currently have 0 registered devices." },
386
- "userdevices_header_type": { "other": "Device Type" },
387
- "userdevices_header_description": { "other": "Description" },
388
- "userdevices_device_added": { "other": "Added {{.Date}}" },
389
- "userdevices_device_actions_delete": { "other": "Remove" },
390
- "userdevices_device_actions_cancel": { "other": "Cancel" },
391
- "userdevices_device_actions_confirm": { "other": "Yes, remove device" },
392
- "userdevices_device_deleted": { "other": "(Removed)" },
393
- "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
394
- "userdevices_delete_limit_reached": { "other": "You have reached this limit and can't remove any devices right now. You can delete a device in {{.Days}} day(s)." },
395
-
396
- "playlist_page_header": { "other": "Playlist" },
397
- "playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
398
- "playlist_share_title": { "other": "Playlist" },
399
- "playlist_up_next_title": { "other": "Up Next" },
400
-
401
- "pricing_ownership_buy": { "other": "Buy" },
402
- "pricing_ownership_rent": { "other": "Rent" },
403
-
404
- "classification_intro": { "other": "Rating: " },
405
- "classification_divider": { "other": " - " },
406
- "classification_outro": { "other": "" },
407
-
408
- "cookie_banner_message": { "other": "This site uses cookies to enhance your experience. By using this site, you accept our <a href=\"{{.CookiePolicyURL}}\">cookie usage</a>." },
409
- "cookie_banner_accept": { "other": "Accept" },
410
-
411
- "all_rights_reserved": { "other": "All rights reserved. No part of this site may be reproduced without our written permission." },
412
-
413
- "users_gender_none": { "other": "Not specified" },
414
- "users_gender_female": { "other": "Female" },
415
- "users_gender_male": { "other": "Male" },
416
- "users_gender_diverse": { "other": "Diverse" },
417
- "users_gender_other": { "other": "Other" },
418
-
419
-
420
- "pricing_quality_hd": { "other": "HD" },
421
- "pricing_quality_sd": { "other": "SD" },
422
- "pricing_quality_hd_only": { "other": "HD Only" },
423
- "pricing_quality_sd_only": { "other": "SD Only" },
424
-
425
- "shopping_card_save_card": { "other": "Save this card for future use" },
426
- "shopping_card_button_change": { "other": "Show all saved cards" },
427
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
428
- "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
429
- "shopping_card_existing_expired": { "other": "(expired)" },
430
- "shopping_card_use_other": { "other": "Use a new card" },
431
- "shopping_card_use_new_card": { "other": "Change card" },
432
- "shopping_card_update_reason_none": { "other": "Update your credit card. Supported cards are Visa, Mastercard and American Express." },
433
- "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
434
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
435
-
436
- "shopping_info_ownership_plan": { "other": "Subscription"},
437
-
438
- "shopping_price_title_plan": { "other": "Price" },
862
+ "userdevices_empty_content": {
863
+ "other": "You currently have 0 registered devices."
864
+ },
865
+ "userdevices_header_type": {
866
+ "other": "Device Type"
867
+ },
868
+ "userdevices_header_description": {
869
+ "other": "Description"
870
+ },
871
+ "userdevices_device_added": {
872
+ "other": "Added {{.Date}}"
873
+ },
874
+ "userdevices_device_actions_delete": {
875
+ "other": "Remove"
876
+ },
877
+ "userdevices_device_actions_cancel": {
878
+ "other": "Cancel"
879
+ },
880
+ "userdevices_device_actions_confirm": {
881
+ "other": "Yes, remove device"
882
+ },
883
+ "userdevices_device_deleted": {
884
+ "other": "(Removed)"
885
+ },
886
+ "userdevices_delete_limits": {
887
+ "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."
888
+ },
889
+ "userdevices_delete_limit_reached": {
890
+ "other": "You have reached this limit and can't remove any devices right now. You can delete a device in {{.Days}} day(s)."
891
+ },
892
+ "playlist_page_header": {
893
+ "other": "Playlist"
894
+ },
895
+ "playlist_sign_in_warning": {
896
+ "other": "Please sign in to watch live TV."
897
+ },
898
+ "playlist_share_title": {
899
+ "other": "Playlist"
900
+ },
901
+ "playlist_up_next_title": {
902
+ "other": "Up Next"
903
+ },
904
+ "pricing_ownership_buy": {
905
+ "other": "Buy"
906
+ },
907
+ "pricing_ownership_rent": {
908
+ "other": "Rent"
909
+ },
910
+ "classification_intro": {
911
+ "other": "Rating: "
912
+ },
913
+ "classification_divider": {
914
+ "other": " - "
915
+ },
916
+ "classification_outro": {
917
+ "other": ""
918
+ },
919
+ "cookie_banner_message": {
920
+ "other": "This site uses cookies to enhance your experience. By using this site, you accept our <a href=\"{{.CookiePolicyURL}}\">cookie usage</a>."
921
+ },
922
+ "cookie_banner_accept": {
923
+ "other": "Accept"
924
+ },
925
+ "all_rights_reserved": {
926
+ "other": "All rights reserved. No part of this site may be reproduced without our written permission."
927
+ },
928
+ "users_gender_none": {
929
+ "other": "Not specified"
930
+ },
931
+ "users_gender_female": {
932
+ "other": "Female"
933
+ },
934
+ "users_gender_male": {
935
+ "other": "Male"
936
+ },
937
+ "users_gender_diverse": {
938
+ "other": "Diverse"
939
+ },
940
+ "users_gender_other": {
941
+ "other": "Other"
942
+ },
943
+ "pricing_quality_hd": {
944
+ "other": "HD"
945
+ },
946
+ "pricing_quality_sd": {
947
+ "other": "SD"
948
+ },
949
+ "pricing_quality_hd_only": {
950
+ "other": "HD Only"
951
+ },
952
+ "pricing_quality_sd_only": {
953
+ "other": "SD Only"
954
+ },
955
+ "shopping_card_save_card": {
956
+ "other": "Save this card for future use"
957
+ },
958
+ "shopping_card_button_change": {
959
+ "other": "Show all saved cards"
960
+ },
961
+ "shopping_card_existing_description": {
962
+ "other": "{{.Card.Brand}} ending in {{.Card.Number}}"
963
+ },
964
+ "shopping_card_existing_expiry": {
965
+ "other": "(expires {{.Card.Expiry}})"
966
+ },
967
+ "shopping_card_existing_expired": {
968
+ "other": "(expired)"
969
+ },
970
+ "shopping_card_use_other": {
971
+ "other": "Use a new card"
972
+ },
973
+ "shopping_card_use_new_card": {
974
+ "other": "Change card"
975
+ },
976
+ "shopping_card_update_reason_none": {
977
+ "other": "Update your credit card. Supported cards are Visa, Mastercard and American Express."
978
+ },
979
+ "shopping_card_new_subscription": {
980
+ "other": "This card will be saved and charged regularly"
981
+ },
982
+ "shopping_card_change": {
983
+ "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>"
984
+ },
985
+ "shopping_info_ownership_plan": {
986
+ "other": "Subscription"
987
+ },
988
+ "shopping_price_title_plan": {
989
+ "other": "Price"
990
+ },
439
991
  "shopping_price_plan_note": {
440
992
  "zero": "Charged every {{.Interval}}.",
441
993
  "one": "Charged every {{.Interval}} after your 24 hour free trial ends.",
@@ -445,18 +997,27 @@
445
997
  "one": "{{.Interval}}",
446
998
  "other": "{{.Count}} {{.Interval}}s"
447
999
  },
448
-
449
- "shopping_enter_card_prompt_plan": { "other": "Enter your credit card details below in order start your subscription." },
450
-
451
- "shopping_action_credit": { "other": "Top up" },
452
- "shopping_action_plan": { "other": "Complete" },
453
-
454
- "shopping_complete_subscription": { "other": "Your subscription purchase was successful. You are now subscribed to {{.Title}}." },
455
- "shopping_complete_subscription_browse": { "other": "Feel free to <a href=\"/\">browse around</a> the site, or <a href=\"/search.html\">search</a> for something specific." },
456
-
457
- "shopping_complete_plan": { "other": "Your purchase of {{.Title}} was successful." },
458
-
459
- "shopping_info_rental_period_coming_soon": { "other": "from the date and time of release." },
1000
+ "shopping_enter_card_prompt_plan": {
1001
+ "other": "Enter your credit card details below in order start your subscription."
1002
+ },
1003
+ "shopping_action_credit": {
1004
+ "other": "Top up"
1005
+ },
1006
+ "shopping_action_plan": {
1007
+ "other": "Complete"
1008
+ },
1009
+ "shopping_complete_subscription": {
1010
+ "other": "Your subscription purchase was successful. You are now subscribed to {{.Title}}."
1011
+ },
1012
+ "shopping_complete_subscription_browse": {
1013
+ "other": "Feel free to <a href=\"/\">browse around</a> the site, or <a href=\"/search.html\">search</a> for something specific."
1014
+ },
1015
+ "shopping_complete_plan": {
1016
+ "other": "Your purchase of {{.Title}} was successful."
1017
+ },
1018
+ "shopping_info_rental_period_coming_soon": {
1019
+ "other": "from the date and time of release."
1020
+ },
460
1021
  "shopping_info_plan_offer": {
461
1022
  "one": "Automatically renews every {{.Interval}}",
462
1023
  "other": "Automatically renews every {{.Count}} {{.Interval}}s"
@@ -465,98 +1026,283 @@
465
1026
  "one": "Try your free 24hr trial now!",
466
1027
  "other": "Try your free {{.Count}} day trial!"
467
1028
  },
468
-
469
- "usersubscriptions_change_payment_method_change": { "other": "Change Credit Card" },
470
- "usersubscriptions_change_payment_method_modal_title": { "other": "Update credit card details" },
471
- "usersubscriptions_change_payment_method_modal_submit": { "other": "Update" },
472
-
473
- "usersubscriptions_subscription_expiry": { "other": "Expires {{.Expiry}}" },
474
- "usersubscriptions_subscription_status_trialing": { "other": "Trial Period" },
475
- "usersubscriptions_subscription_unsubscribe": { "other": "Cancel my subscription" },
476
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "Cancel" },
477
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "Yes, cancel my subscription" },
478
- "usersubscriptions_unsubscribe_modal_title": { "other": "Cancel subscription?" },
479
- "usersubscriptions_unsubscribe_modal_body": { "other": "This will cancel the subscription to the {{.Name}} plan. You will still be able to watch the content in the plan until it expires {{.Expiry}}." },
480
-
481
-
482
- "availability_coming_soon": { "other": "Coming soon" },
483
- "availability_renting": { "other": "Renting" },
484
- "availability_not_available": { "other": "Not available" },
485
- "availability_in_watch_window": { "other": "Available in watch window" },
486
- "availability_sold_out": { "other": "Sold Out" },
487
- "availability_available_till": { "other": "Available until {{.ExpiryDate}}" },
488
- "availability_not_available_in_country": { "other": "Not available in your country" },
489
- "availability_available": { "other": "Available {{.ReleaseDate}}" },
490
- "availability_expires": { "other": "Expires {{.Expiry}}" },
491
- "availability_expired": { "other": "Expired"},
492
-
493
- "modal_cancel": { "other": "Cancel" },
494
-
495
- "play": { "other": "Play" },
496
-
497
- "combined_auth_signin_prompt": { "other": "Sign in" },
498
- "combined_auth_signup_prompt": { "other": "Create Account" },
499
- "combined_auth_terms": { "other": "I agree to all the <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">terms &amp; conditions</a>." },
500
- "signup_terms": { "other": "I agree to all the <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">terms &amp; conditions</a>." },
501
- "validation_terms_required": { "other": "You must agree to the terms and conditions." },
502
- "shopping_error_item_limit_exceeded": { "other": "Unfortunately, {{.Title}} has sold out." },
503
-
504
- "changepincode_modal_header": { "other": "Change your PIN" },
505
- "changepincode_modal_currentpassword": { "other": "Your current password" },
506
- "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
507
- "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
508
- "changepincode_modal_submit": { "other": "Set PIN" },
509
- "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
510
-
511
- "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
512
- "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
513
- "user_error_too_many_pin_errors_help_page_link": { "other": "" },
514
- "shopping_error_age_restricted": { "other": "This content is age restricted." },
515
- "shopping_error_close_button": { "other": "OK" },
516
-
517
- "wcag_skip_links_header": { "other": "Accessibility Links" },
518
- "wcag_skip_links_content": { "other": "Skip to Content" },
519
- "wcag_skip_links_footer": { "other": "Skip to Footer" },
520
-
521
- "wcag_homepage_h1": { "other": "Homepage" },
522
- "wcag_carousel_h2": { "other": "Carousel" },
523
- "wcag_collections_h2": { "other": "Collections" },
524
-
525
- "wcag_aria_label_footer": { "other": "Footer" },
526
- "wcag_aria_label_nav_main": { "other": "Main" },
527
- "wcag_aria_label_nav_sub": { "other": "Sub" },
528
- "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
529
- "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
530
- "wcag_aria_label_carousel": { "other": "Carousel" },
531
- "wcag_aria_label_page_collection": { "other": "Page Collection" },
532
- "wcag_aria_label_collection_list": { "other": "Collection List" },
533
- "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
534
- "wcag_aria_label_wishlist": { "other": "Wishlist" },
535
- "wcag_aria_label_facebook": { "other": "Share on Facebook" },
536
- "wcag_aria_label_twitter": { "other": "Share on Twitter" },
537
- "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
538
- "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
539
-
540
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
541
- "app_badge_ios": { "other": "Download on the App Store" },
542
- "app_badge_android": { "other": "Get it on Google Play" },
543
-
544
- "plans_page_header": { "other": "Available Plans" },
545
- "plan_label_owned" : {"other": "You own this plan" },
546
- "plan_expiry_date" : { "other": "Sales close: "},
547
- "plan_read_more" : { "other": "Find out more" },
548
-
549
- "plan_page_read_more": { "other": "Read more" },
550
- "plan_page_header_text": { "other": "Enjoy {{.Name}}" },
551
- "page_plan_explore_intro": { "other": "OR" },
552
- "page_plan_explore_link": { "other": "Explore other passes" },
553
- "plan_showcase_page_ownership_button_buy": { "other": "Buy now" },
554
- "plan_free_link_text": { "other": "Sign up for free" },
555
-
556
- "awards_nominated_for": { "other": "Nominated for" },
557
- "awards_in_competition": { "other": "In Competition" },
558
- "awards_winner_of": { "other": "Winner of" },
559
-
560
- "donate_button_text": { "other": "Donate" }
561
-
562
- }
1029
+ "usersubscriptions_page_header": {
1030
+ "other": "Subscriptions and Billing"
1031
+ },
1032
+ "usersubscriptions_page_content": {
1033
+ "other": " "
1034
+ },
1035
+ "usersubscriptions_payment_section_title": {
1036
+ "other": "Payment Method"
1037
+ },
1038
+ "usersubscriptions_payment_section_content": {
1039
+ "other": "Changes to your credit card payment method will take effect on your next billing cycle."
1040
+ },
1041
+ "usersubscriptions_change_payment_method_change": {
1042
+ "other": "Change Credit Card"
1043
+ },
1044
+ "usersubscriptions_subscriptions_section_title": {
1045
+ "other": "Subscription Details"
1046
+ },
1047
+ "usersubscriptions_subscriptions_section_content": {
1048
+ "other": " "
1049
+ },
1050
+ "usersubscriptions_subscription_status_active": {
1051
+ "other": "Active"
1052
+ },
1053
+ "usersubscriptions_subscription_status_trialing": {
1054
+ "other": "Trial Period"
1055
+ },
1056
+ "usersubscriptions_subscription_expired": {
1057
+ "other": "Expired"
1058
+ },
1059
+ "usersubscriptions_subscription_expiry": {
1060
+ "other": "Expires {{.Expiry}}"
1061
+ },
1062
+ "usersubscriptions_subscription_expiry_trialing": {
1063
+ "other": "First payment {{.Expiry}}"
1064
+ },
1065
+ "usersubscriptions_subscription_expiry_active": {
1066
+ "other": "Next payment {{.Expiry}}"
1067
+ },
1068
+ "usersubscriptions_subscription_expiry_past_due": {
1069
+ "other": "Payment due {{.Expiry}}"
1070
+ },
1071
+ "usersubscriptions_subscription_expiry_cancelled": {
1072
+ "other": "Ends {{.Expiry}}"
1073
+ },
1074
+ "usersubscriptions_subscription_expiry_expired": {
1075
+ "other": "Ended {{.Expiry}}"
1076
+ },
1077
+ "usersubscriptions_no_subscriptions_section_title": {
1078
+ "other": "Discover Subscriptions"
1079
+ },
1080
+ "usersubscriptions_no_subscriptions_content": {
1081
+ "other": "Discover great content at great prices, easily managed here."
1082
+ },
1083
+ "usersubscriptions_no_subscriptions_button_title": {
1084
+ "other": "Explore subscriptions"
1085
+ },
1086
+ "usersubscriptions_subscription_unsubscribe": {
1087
+ "other": "Cancel my subscription"
1088
+ },
1089
+ "usersubscriptions_unsubscribe_modal_cancel": {
1090
+ "other": "Cancel"
1091
+ },
1092
+ "usersubscriptions_unsubscribe_modal_confirm": {
1093
+ "other": "Yes, cancel my subscription"
1094
+ },
1095
+ "usersubscriptions_unsubscribe_modal_title": {
1096
+ "other": "Cancel subscription?"
1097
+ },
1098
+ "usersubscriptions_unsubscribe_modal_body": {
1099
+ "other": "This will cancel the subscription to the {{.Name}}. You will still be able to watch the content until it expires {{.Expiry}}."
1100
+ },
1101
+ "usersubscriptions_change_payment_method_modal_title": {
1102
+ "other": "Update credit card details"
1103
+ },
1104
+ "usersubscriptions_change_payment_method_modal_submit": {
1105
+ "other": "Update"
1106
+ },
1107
+ "availability_coming_soon": {
1108
+ "other": "Coming soon"
1109
+ },
1110
+ "availability_renting": {
1111
+ "other": "Renting"
1112
+ },
1113
+ "availability_not_available": {
1114
+ "other": "Not available"
1115
+ },
1116
+ "availability_in_watch_window": {
1117
+ "other": "Available in watch window"
1118
+ },
1119
+ "availability_sold_out": {
1120
+ "other": "Sold Out"
1121
+ },
1122
+ "availability_available_till": {
1123
+ "other": "Available until {{.ExpiryDate}}"
1124
+ },
1125
+ "availability_not_available_in_country": {
1126
+ "other": "Not available in your country"
1127
+ },
1128
+ "availability_available": {
1129
+ "other": "Available {{.ReleaseDate}}"
1130
+ },
1131
+ "availability_expires": {
1132
+ "other": "Expires {{.Expiry}}"
1133
+ },
1134
+ "availability_expired": {
1135
+ "other": "Expired"
1136
+ },
1137
+ "modal_cancel": {
1138
+ "other": "Cancel"
1139
+ },
1140
+ "play": {
1141
+ "other": "Play"
1142
+ },
1143
+ "combined_auth_signin_prompt": {
1144
+ "other": "Sign in"
1145
+ },
1146
+ "combined_auth_signup_prompt": {
1147
+ "other": "Create Account"
1148
+ },
1149
+ "combined_auth_terms": {
1150
+ "other": "I agree to all the <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">terms &amp; conditions</a>."
1151
+ },
1152
+ "signup_terms": {
1153
+ "other": "I agree to all the <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">terms &amp; conditions</a>."
1154
+ },
1155
+ "validation_terms_required": {
1156
+ "other": "You must agree to the terms and conditions."
1157
+ },
1158
+ "shopping_error_item_limit_exceeded": {
1159
+ "other": "Unfortunately, {{.Title}} has sold out."
1160
+ },
1161
+ "changepincode_modal_header": {
1162
+ "other": "Change your PIN"
1163
+ },
1164
+ "changepincode_modal_currentpassword": {
1165
+ "other": "Your current password"
1166
+ },
1167
+ "changepincode_modal_pincode1": {
1168
+ "other": "Your new 4 digit PIN"
1169
+ },
1170
+ "changepincode_modal_pincode2": {
1171
+ "other": "Confirm your new 4 digit PIN"
1172
+ },
1173
+ "changepincode_modal_submit": {
1174
+ "other": "Set PIN"
1175
+ },
1176
+ "changepincode_modal_error_wrong_password": {
1177
+ "other": "That password is incorrect."
1178
+ },
1179
+ "user_set_pin_intro": {
1180
+ "other": "You need a PIN to {{.Action}} restricted content"
1181
+ },
1182
+ "user_error_wrong_pin_reset": {
1183
+ "other": "Click here to reset your PIN"
1184
+ },
1185
+ "user_error_too_many_pin_errors_help_page_link": {
1186
+ "other": ""
1187
+ },
1188
+ "shopping_error_age_restricted": {
1189
+ "other": "This content is age restricted."
1190
+ },
1191
+ "shopping_error_close_button": {
1192
+ "other": "OK"
1193
+ },
1194
+ "wcag_skip_links_header": {
1195
+ "other": "Accessibility Links"
1196
+ },
1197
+ "wcag_skip_links_content": {
1198
+ "other": "Skip to main content"
1199
+ },
1200
+ "wcag_homepage_h1": {
1201
+ "other": "Homepage"
1202
+ },
1203
+ "wcag_carousel_h2": {
1204
+ "other": "Carousel"
1205
+ },
1206
+ "wcag_collections_h2": {
1207
+ "other": "Collections"
1208
+ },
1209
+ "wcag_aria_label_footer": {
1210
+ "other": "Footer"
1211
+ },
1212
+ "wcag_aria_label_nav_main": {
1213
+ "other": "Main"
1214
+ },
1215
+ "wcag_aria_label_nav_sub": {
1216
+ "other": "Sub"
1217
+ },
1218
+ "wcag_aria_label_toggle_nav": {
1219
+ "other": "Toggle Navigation"
1220
+ },
1221
+ "wcag_aria_label_bundle_items": {
1222
+ "other": "Bundle Items"
1223
+ },
1224
+ "wcag_aria_label_carousel": {
1225
+ "other": "Carousel"
1226
+ },
1227
+ "wcag_aria_label_page_collection": {
1228
+ "other": "Page Collection"
1229
+ },
1230
+ "wcag_aria_label_collection_list": {
1231
+ "other": "Collection List"
1232
+ },
1233
+ "wcag_aria_label_collection_slider": {
1234
+ "other": "Collection Slider"
1235
+ },
1236
+ "wcag_aria_label_wishlist": {
1237
+ "other": "Wishlist"
1238
+ },
1239
+ "wcag_aria_label_facebook": {
1240
+ "other": "Share on Facebook"
1241
+ },
1242
+ "wcag_aria_label_twitter": {
1243
+ "other": "Share on Twitter"
1244
+ },
1245
+ "wcag_aria_label_linkedin": {
1246
+ "other": "Share on LinkedIn"
1247
+ },
1248
+ "wcag_aria_label_letterboxd": {
1249
+ "other": "View on Letterboxd"
1250
+ },
1251
+ "app_badge_title": {
1252
+ "other": "Download the app to view your purchased content!"
1253
+ },
1254
+ "app_badge_ios": {
1255
+ "other": "Download on the App Store"
1256
+ },
1257
+ "app_badge_android": {
1258
+ "other": "Get it on Google Play"
1259
+ },
1260
+ "plans_page_header": {
1261
+ "other": "Available Plans"
1262
+ },
1263
+ "plan_label_owned": {
1264
+ "other": "You own this plan"
1265
+ },
1266
+ "plan_expiry_date": {
1267
+ "other": "Sales close: "
1268
+ },
1269
+ "plan_read_more": {
1270
+ "other": "Find out more"
1271
+ },
1272
+ "plan_page_read_more": {
1273
+ "other": "Read more"
1274
+ },
1275
+ "plan_page_header_text": {
1276
+ "other": "Enjoy {{.Name}}"
1277
+ },
1278
+ "page_plan_explore_intro": {
1279
+ "other": "OR"
1280
+ },
1281
+ "page_plan_explore_link": {
1282
+ "other": "Explore more"
1283
+ },
1284
+ "plan_showcase_page_ownership_button_buy": {
1285
+ "other": "Buy now"
1286
+ },
1287
+ "plan_free_link_text": {
1288
+ "other": "Sign up for free"
1289
+ },
1290
+ "awards_in_competition": {
1291
+ "other": "In Competition"
1292
+ },
1293
+ "awards_winner": {
1294
+ "other": "Winner"
1295
+ },
1296
+ "donate_button_text": {
1297
+ "other": "Donate"
1298
+ },
1299
+ "meta_description_expand": {
1300
+ "other": "See more"
1301
+ },
1302
+ "meta_description_collapse": {
1303
+ "other": "See less"
1304
+ },
1305
+ "sponsor_image_alt": {
1306
+ "other": "sponsor logo"
1307
+ }
1308
+ }