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