-
Notifications
You must be signed in to change notification settings - Fork 5
/
pl-PL App
527 lines (441 loc) · 20.6 KB
/
pl-PL App
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
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
187
188
189
190
191
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
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
381
382
383
384
385
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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
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
/*
Weather Line Strings
en-US
// Instructions
1. Create a new file named "language App" where language is the language localization you're translating to (https://en.wikipedia.org/wiki/Language_localisation). Ex. for standard French "fr-FR App"
2. This file is formatted as "Text" = "Translated Text". Text left of the equal sign should remain in English. Text right of the equal sign should be translated. Ex. "Text" = "texte traduit";
3. Do not translate text after double slashes. These are just code comments. Ex. // General - App
4. Do not translate text in parentheses, except as noted. Ex. (Text)
5. Leave "\n" as "\n"
6. Make a best effort to use the same number of characters as the English version or fewer.
7. Open a pull request with your translated changes, adding the name you'd like to be credited as and your email address in the PR description, and we'll get in touch with free access to Weather Line Supercharge.
*/
// General - App
"WeatherLine" = "Weather Line";
"Settings" = "Settings";
"Done" = "Done";
"Cancel" = "Cancel";
"On" = "On";
"Off" = "Off";
"–" = "–";
"None" = "None";
"Reset" = "Reset";
"Skip" = "Skip";
"By" = "By";
"Of" = "Of"; // as in 1 of 3 pages
"Report a Bug" = "Report a Bug";
"Report a Data Problem" = "Report a Data Problem";
"Request a Feature" = "Request a Feature";
"Ask a Question" = "Ask a Question";
"Cancel" = "Cancel";
"Rename" = "Rename";
"Continue" = "Continue";
"Never" = "Never";
"Status" = "Status";
"Manage" = "Manage";
"Type" = "Type"; // as in type of something (noun), not action to type (verb)
"Expires" = "Expires";
"RestorePurchases" = "Restore Purchases";
"Upgrade To" = "Upgrade To";
"What's New in Weather Line" = "What's New\nin Weather Line";
"What's New" = "What's New";
// General - Time-based
"Hours" = "Hours";
"Hour" = "Hour";
"Day" = "Day";
"Days" = "Days";
"Week" = "Week";
"Weeks" = "Weeks";
"Month" = "Month";
"Months" = "Months";
"Hourly" = "Hourly";
"Daily" = "Daily";
"AddMyLocation" = "Add My Location";
// Toasts - Forecast Refreshing
"Updating" = "Updating...";
"LastUpdated" = "Last updated";
"Offline" = "Offline";
"Unknown" = "Unknown";
// Settings
"UpgradeToSuperchargeTitle" = "Upgrade to Supercharge";
"EmptyLocationList-Header" = "No Locations";
"EmptyLocationList-Message" = "Use the top menu to add a location";
"AddANewLocation" = "Add a new location";
"DeleteALocation" = "Delete an existing location to add a new one";
"ManageLocationsTitle" = "Locations";
"WidgetTitle" = "Widget";
"LaunchMode" = "Launch Style";
"ManageAdsTitle" = "Ads";
"ManageAccountTitle" = "Subscription";
"ManageThemeTitle" = "Theme";
"AppIconTitle" = "App Icon";
"WeatherData" = "Weather Data";
"WeatherDataTitle" = "Data Source";
"ManageRadarTitle" = "Radar";
"MoonPhasesTitle" = "Moon Phases";
"ManageUnitsTitle" = "Units";
"ManageTemperatureTitle" = "Temperature Type";
"Legend" = "Legend";
"ContactUs" = "Contact Us";
"RateWeatherLine" = "Rate App";
"ShareApp" = "Share App";
"FollowWeatherLine" = "Follow Us";
"ManageSubscription" = "Manage Subscription";
"Acknowledgments" = "Acknowledgments";
"ShowWalkthrough" = "Show App Walkthrough";
// Settings section headers
"Locations" = "Locations";
"Appearance" = "Appearance";
"Other" = "Other";
// Settings subpages
"Open-Source Components" = "Open-Source Components";
"LaunchModeHelpText" = "Fresh launches of the app will open to this screen.";
"WidgetHelpText" = "Turn on to automatically match app's theme. Leave off to use standard translucent widget background. (SC) required for graph and themes.";
"MoonPhaseHelpText" = "(SC) required for moon data.\n";
"AnimatedRadarHelpText" = "(SC) required for animation.\n";
"AdsHelpText" = "(SC) required to remove ads.\n";
"ThemesHelpText" = "(SC) required for themes other than Light and Dark.\n";
"GraphTemperatureHelpText" = "Choose which temperature to graph. The other will be displayed below the graph.\n";
"BasicWeatherHeader" = "Basic";
"BasicWeatherSubtitle" = "Standard NOAA 7-day forecast";
"SuperForecastHeader" = "Super Forecast";
"SuperForecastSubtitle" = "Best of everything 10-day forecast";
"Forecasting" = "Forecasting";
"SuperForecastDetailHeader" = "Welcome to the future of weather";
"SuperForecastDetailText" = "The world’s #1 provider of each forecast type – combined into one view. You get the best of everything.";
"DarkSkyRadarAvailability" = "Dark Sky short-term precipitation available in US, UK, and Ireland. Animated radar available in US, Canada, UK, Europe, Australia, and Japan.\n";
"UseDarkSky" = "Use Dark Sky for Forecasting";
"Standard" = "Standard";
"Muted Standard" = "Muted Standard";
"Satellite" = "Satellite";
"Hybrid" = "Hybrid";
"Automatically When Loaded" = "Automatically When Loaded";
"When Tapped" = "When Tapped";
"Automatically" = "Automatically";
"All, Hourly" = "All, Hourly";
"All, Daily" = "All, Daily";
"Top, Hourly" = "Top, Hourly";
"Top, Daily" = "Top, Daily";
"All Locations, Hourly Graph" = "All Locations, Hourly Graph";
"All Locations, Daily Graph" = "All Locations, Daily Graph";
"Top Location, Hourly Graph" = "Top Location, Hourly Graph";
"Top Location, Daily Graph" = "Top Location, Daily Graph";
"Auto Match to Theme" = "Auto Match to Theme";
"Update Theme Settings" = "Update Theme Settings";
"Open Theme Settings" = "Open Theme Settings";
"To enable automatically matching your app icon to the theme, first disable (ALERT) in theme settings." = "To enable automatically matching your app icon to the theme, first disable (ALERT) in theme settings."; // WL-Insert
"Play Animation" = "Play Animation";
"Map Style" = "Map Style";
"Show Map Pin" = "Show Map Pin";
"Animation Preview" = "Animation Preview";
"Preview" = "Preview";
"Show Moon Phases" = "Show Moon Phases";
// Search for Location
"CurrentLocation" = "Current Location";
"AddLocationSearchBarPlaceholder" = "Search";
"LocationAccess-NotAuthorizedTitle" = "Not Authorized";
"LocationAccess-NotAuthorizedMessage" = "Enable location access to get forecasts for your current location.";
"LocationAccess-CouldntDetermineTitle" = "Couldn’t Determine Location";
"LocationAccess-CouldntDetermineMessage" = "Ensure location access is enabled in Settings and try again.";
"Automatic" = "Automatic";
"Saved" = "Saved";
"AddLocationSearchMessage" = "Enter street address, city, zip code, or airport.";
"AddLocationListLocationMessage" = "Where on your saved list should new locations be added?";
// Units - Long Form
"Celsius" = "Celsius";
"Fahrenheit" = "Fahrenheit";
"Kelvin" = "Kelvin";
"Miles Per Hour" = "Miles Per Hour";
"Kilometers Per Hour" = "Kilometers Per Hour";
"Meters Per Second" = "Meters Per Second";
"Knots" = "Knots";
"Beaufort" = "Beaufort";
"Inches" = "Inches";
"Centimeters" = "Centimeters";
"Millimeters" = "Millimeters";
"Inch of Mercury" = "Inch of Mercury";
"Hectopascal" = "Hectopascal";
"Millimeter of Mercury" = "Millimeter of Mercury";
"Millibar" = "Millibar";
// Units - Short Form
"C" = "C"; // celsius
"F" = "F"; // fahrenheit
"K" = "K"; // kelvin
"mph" = "mph";
"kph" = "kph";
"in" = "in"; // inch
"cm" = "cm";
"mm" = "mm";
"mph" = "mph";
"m/s" = "m/s";
"km/h" = "km/h";
"kn" = "kn"; // knots
"inHg" = "inHg";
"mmHg" = "mmHg";
"hPa" = "hPa";
"mb" = "mb";
// Month Names - Long
"January" = "January";
"February" = "February";
"March" = "March";
"April" = "April";
"May" = "May";
"June" = "June";
"July" = "July";
"August" = "August";
"September" = "September";
"October" = "October";
"November" = "November";
"December" = "December";
// Month Names - Short
"J" = "J";
"F" = "F";
"M" = "M";
"A" = "A";
"S" = "S";
"O" = "O";
"N" = "N";
"D" = "D";
// Forecast
"ForecastDataUnavailable" = "Forecast Data Currently Unavailable";
"NoPrecipitationForTheHour" = "No precipitation for the hour";
"Gust" = "Gust";
"Radar" = "Radar";
"MonthlyAverages" = "Monthly Averages";
"FeelsLike" = "Feels Like";
"Feels Like" = "Feels Like";
"Actual" = "Actual";
"ActualTemp" = "Actual Temp";
"Precipitation" = "Precipitation";
"Snow" = "Snow";
"Sleet" = "Sleet";
"DewPoint" = "Dew Point";
"Humidity" = "Humidity";
"Sunrise" = "Sunrise";
"Sunset" = "Sunset";
"Wind" = "Wind";
"UVIndex" = "UV Index";
"CloudCover" = "Cloud Cover";
"AvgHigh" = "Average High";
"AvgLow" = "Average Low";
"MonthlyRain" = "Monthly Rain";
"MonthlyRainCondensed" = "Mo. Rain";
"DailyRain" = "Daily Rain";
"RainDays" = "Rain Days";
"SnowDays" = "Snow Days";
"DryDays" = "Dry Days";
"FogDays" = "Fog Days";
"HoursOfSun" = "Hours of Sun";
// Forecast - Times
"Now" = "Now";
"Today" = "Today";
"Average" = "Average";
"Yr" = "Yr";
"mins" = "mins"; // as in minutes
"min" = "min"; // as in minute
"more" = "more";
"More" = "More";
"Weather Alert" = "Weather Alert";
"Weather Alerts" = "Weather Alerts";
"Expires" = "Expires";
"at" = "at";
"Noon" = "Noon";
// Forecast - Wind directions
"NE" = "NE";
"E" = "E";
"SE" = "SE";
"S" = "S";
"SW" = "SW";
"W" = "W";
"NW" = "NW";
"N" = "N";
// Forecast - Moon phases
"New" = "New";
"Waxing Crescent" = "Waxing Crescent";
"First Quarter" = "First Quarter";
"Waxing Gibbous" = "Waxing Gibbous";
"Full" = "Full";
"Waning Gibbous" = "Waning Gibbous";
"Last Quarter" = "Last Quarter";
"Waning Crescent" = "Waning Crescent";
// Forecast - Conditions
"Clear" = "Clear";
"Rain" = "Rain";
"Snow" = "Snow";
"Sleet" = "Sleet";
"Windy" = "Windy";
"Fog" = "Fog";
"Partly Cloudy" = "Partly Cloudy";
"Mostly Cloudy" = "Mostly Cloudy";
"Hail" = "Hail";
"Icy" = "Icy";
"Cloudy" = "Cloudy";
"Tornado" = "Tornado";
"Hurricane" = "Hurricane";
"Thunderstorm" = "Thunderstorm";
"Sandstorm" = "Sandstorm";
"Most Common" = "Most Common";
"Extra Hot" = "Extra Hot";
"Precipitation" = "Precipitation";
"Clear Night" = "Clear Night";
"Cloudy Night" = "Cloudy Night";
"Other" = "Other";
"Radar" = "Radar";
"Sunny" = "Sunny";
"Partly Cloudy" = "Partly Cloudy";
"Mostly Cloudy" = "Mostly Cloudy";
"Cloudy" = "Cloudy";
"Drizzle" = "Drizzle";
"Light Rain" = "Light Rain";
"Heavy Rain" = "Heavy Rain";
"Torrential Downpour" = "Torrential Downpour";
"Light Snow" = "Light Snow";
"Snow" = "Snow";
"Heavy Snow" = "Heavy Snow";
"Icy" = "Icy";
"Hail" = "Hail";
"Sleet" = "Sleet";
"Windy" = "Windy";
"Foggy" = "Foggy";
"Tornado" = "Tornado";
"Hurricane" = "Hurricane";
"Alert" = "Alert";
"Not Available" = "Not Available";
// Forecast Detail
"Share..." = "Share...";
"ShareForecast" = "Share Forecast";
"ReportADataProblem" = "Report a Data Problem";
"AffectedAreas" = "Affected Areas";
"OpenAlertWebsite" = "Open Alert Website";
"Share" = "Share";
"EmailUs" = "Email Us";
"OpenMail" = "Open Mail";
"EmailUs-Message" = "Please contact us at [email protected].";
// Travel Assist
"Travel Assist" = "Travel Assist";
"TravelAssistActionTitle" = "\nTravel Assist";
"TravelAssistMessage" = "When you travel more than (AAD) away, your home will appear as a separate location. Your home address is only stored on your device."; // ignore (AAD)
"TravelAssistChooseLocation" = "Choose Home Location";
"TravelAssistChangeLocation" = "Change Home Location";
"TravelAssistTurnOff" = "Turn Off";
"Away" = "Away";
"Home" = "Home";
// Widget
"WidgetNoLocations" = "Add a location to view the forecast.";
"WidgetError" = "Forecast data not available.";
"WidgetErrorGraph" = "Forecast data not available.";
// Subscription
"Supercharge" = "Supercharge";
"Supercharged" = "Supercharged";
"SuperForecast" = "Super Forecast";
"Super Forecast" = "Super Forecast";
"SuperForecast-LegacyProvider" = "Super Forecast Legacy";
"Free" = "Free";
"Subscription-CantMakePurchasesTitle" = "Purchases Not Allowed";
"Subscription-CantMakePurchasesMessage" = "This device is not authorized to make purchases. Sign into the App Store with an authorized account and try again.";
"Subscription-PurchaseFailedTitle" = "Purchase Failed";
"Subscription-PurchaseFailedMessage" = "Unable to complete your purchase. Please try again. ((ERR))"; // localize up to ((ERR))
"Subscription-PurchaseFailedGenericMessage" = "Unable to complete your purchase. Please try again.";
"Subscription-SuccessTitle" = "(SC) Unlocked"; // ignore (SC)
"Subscription-SuccessMessage" = "All features have been unlocked and ads have been turned off.";
"Subscription-NoPreviousPurchasesTitle" = "Restore Purchases";
"Subscription-NoPreviousPurchasesMessage" = "No previous purchases found.";
"Subscription-LegacyCheckTitle" = "Verification Required";
"Subscription-LegacyCheckMessage" = "You may be asked to login with your Apple ID to confirm you were a Weather Line 1 user.";
"Subscription-LegacyFailureTitle" = "Not Available";
"Subscription-LegacyFailureWL1Message" = "It appears that you were not a Weather Line 1 user.\n\nIf you believe this is an error, please try again or contact us.";
"Subscription-LegacyFailureIntroMessage" = "It appears that you have previously subscribed to Weather Line 2.\n\nIf you believe this is an error, please try again or contact us.";
"Subscription-LegacyFailureGeneralMessage" = "It appears that you were not a Weather Line 1 user or have previously subscribed to Weather Line 2.\n\nIf you believe this is an error, please try again or contact us.";
"Subscription-ExpirationTitle" = "Subscription Expired";
"Subscription-ExpirationMessage" = "It appears that your (SC) subscription has expired. To unlock all features and remove ads, subscribe again at any time."; // ignore (SC)
"ManageSubscriptionPlan-Lifetime" = "(SC) (Lifetime)"; // just localize Lifetime
"ManageSubscriptionPlan-Free" = "Not (SC)"; // just localize Not
"ManageSubscriptionPlan-Annual" = "(SC) (Annual)"; // just localize Annual
"ManageSubscriptionPlan-Monthly" = "(SC) (Monthly)"; // just localize Monthly
"ManageSubscriptionPlan-Promo" = "(SC) (Promo)"; // just localize Promo
"PrecipitationUnlock" = "Unlock real-time precipitation";
// Sharing Forecasts
"shareTitle-forecastCard" = "Forecard Card";
"shareTitle-entireForecast" = "Entire Card";
"shareTitle-forecastGraph" = "Forecast Graph";
"shareTitle-forecastDetails" = "Forecast Details";
"shareTitle-precipitation" = "Precipitation";
"shareTitle-radar" = "Radar";
"shareTitle-historicalGraph" = "Monthly Averages Graph";
"shareTitle-historicalDetails" = "Monthly Averages Details";
// Onboarding
"Let’s go" = "Let’s go";
"Next" = "Next";
"Industry First" = "Industry First";
"Weather Line 1 User?" = "Weather Line 1 User?";
"All-new design, themes, and more..." = "All-new design, themes, and more...";
"Our innovative weather line" = "Our innovative weather line";
"Turned up to 100°" = "Turned up to 100°";
"For your home weather" = "For your home weather";
"Travel Assist automatically manages displaying your home weather while you travel." = "Travel Assist automatically manages displaying your home weather while you travel.";
"Make it yours" = "Make it yours";
"Choose from 18 themes, over 50 app icons, and 4 different dark modes." = "Choose from 18 themes, over 50 app icons, and 4 different dark modes.";
// Onboarding - Benefits Table
"Animated Radar" = "Animated Radar";
"Remove Ads" = "Remove Ads";
"18 Themes" = "18 Themes";
"And much more..." = "And much more...";
"Extended 10-Day Forecast" = "Extended 10-Day Forecast";
"Down-To-The-Minute Precipitation" = "Down-To-The-Minute Precipitation";
"Over 50 App Icons" = "Over 50 App Icons";
"Today Widget Graph and Themes" = "Today Widget Graph and Themes";
"Extended 72-Hour Forecast" = "Extended 72-Hour Forecast";
"Moon Phases" = "Moon Phases";
"Up to 10 Locations" = "Up to 10 Locations";
"Get Better Forecasts" = "Get Better Forecasts";
"See 10 Days Ahead" = "See 10 Days Ahead";
"See 72 Hours Ahead" = "See 72 Hours Ahead";
"Pick from 18 Themes" = "Pick from 18 Themes";
"Animated HD Radar" = "Animated HD Radar";
"Add Moon Phases" = "Add Moon Phases";
"Add Widget Graph" = "Add Widget Graph";
"Free Trial" = "Free Trial";
"Save (PERCENTAGE) Now" = "Save (PERCENTAGE) Now";
// Onboarding - Subscription Terms
"✓ No Commitment ✓ Cancel Anytime
After the free trial this subscription automatically renews at monthly or annual price. If you choose to purchase, payment will not be charged to your iTunes account until 24-hours before the end of the current period. Auto-renewal may be turned off at any time in Settings. Already subscribed? Restore Purchases below or in Settings.
" = "✓ No Commitment ✓ Cancel Anytime
After the free trial this subscription automatically renews at monthly or annual price. If you choose to purchase, payment will not be charged to your iTunes account until 24-hours before the end of the current period. Auto-renewal may be turned off at any time in Settings. Already subscribed? Restore Purchases below or in Settings.
";
"
✓ No Commitment ✓ Cancel Anytime
After the (MONTHLYTRIAL) free trial this subscription automatically renews for (PRICE) per month unless it is canceled at least 24 hours before the end of the trial. Your Apple ID will be charged upon the end of the trial period. You can manage and cancel your subscriptions by going to your account settings in the App Store. Already subscribed? Restore Purchases below or in Settings.
" = "
✓ No Commitment ✓ Cancel Anytime
After the (MONTHLYTRIAL) free trial this subscription automatically renews for (PRICE) per month unless it is canceled at least 24 hours before the end of the trial. Your Apple ID will be charged upon the end of the trial period. You can manage and cancel your subscriptions by going to your account settings in the App Store. Already subscribed? Restore Purchases below or in Settings.
"; // per month - ignore all in (parentheses)
"
✓ No Commitment ✓ Cancel Anytime
After the (YEARLYTRIAL) free trial this subscription automatically renews for (PRICE) per year unless it is canceled at least 24 hours before the end of the trial. Your Apple ID will be charged upon the end of the trial period. You can manage and cancel your subscriptions by going to your account settings in the App Store. Already subscribed? Restore Purchases below or in Settings.
" = "
✓ No Commitment ✓ Cancel Anytime
After the (YEARLYTRIAL) free trial this subscription automatically renews for (PRICE) per year unless it is canceled at least 24 hours before the end of the trial. Your Apple ID will be charged upon the end of the trial period. You can manage and cancel your subscriptions by going to your account settings in the App Store. Already subscribed? Restore Purchases below or in Settings.
"; // per year - ignore all in (parentheses)
"Your Apple ID will immediately be charged a one-time payment of (PRICE)." = "Your Apple ID will immediately be charged a one-time payment of (PRICE)."; // ignore (PRICE)
// Legacy subscription
"Limited Time" = "Limited Time";
"Special Offer" = "Special Offer";
"Accept Special Offer" = "Accept Special Offer";
"No Thanks" = "No Thanks";
"Thanks for your support!" = "Thanks for your support!";
"50% off" = "50% off";
"Discounted first year" = "Discounted first year";
"Then regular annual price" = "Then regular annual price";
"Then (PRICE) per (PERIOD)" = "Then (PRICE) per (PERIOD)"; // i.e "Then $20.99 per year."
// Ads
"Remove Ads" = "Remove Ads";
"+21 more features" = "+21 more features";
"Try 7 days free" = "Try 7 days free";
// Special Cases
"From Deepak and Ryan" = "From Deepak and Ryan";
"Since 2015, we‘ve lost money – every time you check the weather <strong>we pay our data suppliers</strong> and we lacked ongoing income to pay ongoing expenses. We paid for our mistake by using personal savings to stay afloat instead of WL1 shutting down or changing to subscription, while building WL2 into <strong>as big of an upgrade as possible</strong>. We built WL2 for two years to make sure we over-delivered on new features in a worthy upgrade. To see the new features and redeem <strong>a discount for WL1 users</strong>, tap Continue. <discount>Tap “Weather Line 1 User?” on the payment screen to authenticate for a discount</discount>
" = "Since 2015, we‘ve lost money – every time you check the weather <strong>we pay our data suppliers</strong> and we lacked ongoing income to pay ongoing expenses. We paid for our mistake by using personal savings to stay afloat instead of WL1 shutting down or changing to subscription, while building WL2 into <strong>as big of an upgrade as possible</strong>. We built WL2 for two years to make sure we over-delivered on new features in a worthy upgrade. To see the new features and redeem <strong>a discount for WL1 users</strong>, tap Continue. <discount>Tap “Weather Line 1 User?” on the payment screen to authenticate for a discount</discount>
"; // ignore all <tags></tags>
"Weather Line is made by Ryan Jones and Deepak Mantena in Austin, TX and Portland, OR. \n\nMany thanks to Kevin Clark, Brad Ellis, Mircea Grelus, Oz Michaeli, and our lovely and tireless beta testers." = "Weather Line is made by Ryan Jones and Deepak Mantena in Austin, TX and Portland, OR. \n\nMany thanks to Kevin Clark, Brad Ellis, Mircea Grelus, Oz Michaeli, and our lovely and tireless beta testers.";
"Terms of Use" = "Terms of Use";
"Privacy Policy" = "Privacy Policy";