~aleteoryx/muditaos

ref: d9a66b8b47f730a198242706c578d48617a28d92 muditaos/image/system_a/data/lang/English.json -rw-r--r-- 42.9 KiB
d9a66b8b — Lefucjusz Revert "[MOS-170] Report domestic roaming as home network" 2 years ago
                                                                                
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
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
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
{
    "app_alarm_clock_custom_repeat_title": "Custom repeat",
    "app_alarm_clock_delete_confirmation": "Delete this alarm?",
    "app_alarm_clock_edit_alarm_title": "Edit alarm",
    "app_alarm_clock_new_alarm_title": "New alarm",
    "app_alarm_clock_no_alarms_information": "<text align='center' color='4'>No alarms yet.<p>Press <b>left arrow</b> to add new.</p></text>",
    "app_alarm_clock_no_snooze": "None",
    "app_alarm_clock_options_delete": "Delete",
    "app_alarm_clock_options_edit": "Edit",
    "app_alarm_clock_options_turn_off_all_alarms": "Turn off all alarms",
    "app_alarm_clock_repeat": "Repeat",
    "app_alarm_clock_repeat_custom": "Custom",
    "app_alarm_clock_repeat_everyday": "Everyday",
    "app_alarm_clock_repeat_never": "Never",
    "app_alarm_clock_repeat_week_days": "Weekdays",
    "app_alarm_clock_snooze": "Snooze",
    "app_alarm_clock_snooze_10_min": "10 min",
    "app_alarm_clock_snooze_15_min": "15 min",
    "app_alarm_clock_snooze_30_min": "30 min",
    "app_alarm_clock_snooze_5_min": "5 min",
    "app_alarm_clock_sound": "Sound",
    "app_alarm_clock_title_main": "Alarm clock",
    "app_bell_alarm_deactivated": "<text>Alarm deactivated</text>",
    "app_bell_alarm_set_not_active": "<text>Alarm set.<br />Deep press to activate.</text>",
    "app_bell_bedtime_notification": "It is your bedtime",
    "app_bell_goodbye": "Goodbye",
    "app_bell_greeting_msg": [
        "<text>Good Morning!<br />It's a Beautiful Day!</text>",
        "<text>Rise and shine!<br />Seize the day</text>",
        "<text>Greetings & Salutations!<br />It's Wake-up time!</text>",
        "<text>Morning!<br />Enjoy the day!</text>",
        "<text>Good day to you!<br />Today is a new day.</text>",
        "<text>It's a Beautiful Day<br />Time to rise & shine</text>",
        "<text>It's a Brand New Day!<br />Make the most of it!</text>",
        "<text>Hello!<br />Have an AMAZING DAY</text>",
        "<text>Bonjour!<br />Let the day begin!</text>",
        "<text>What a lovely day!<br />Don't stay in bed!</text>",
        "<text>Hello Sunshine!<br />Go brighten the world!</text>",
        "<text>Morning Greetings!<br />Go forth with a smile</text>",
        "<text>Good Morning!<br />It's time to get up!</text>",
        "<text>Buenos Dias!<br />Rise & shine all day!</text>",
        "<text>Dzien Dobry!<br />Make it a GREAT day!</text>",
        "<text>Howdy!<br />Time to take charge!</text>",
        "<text>Salutations!<br />Salute the day!</text>",
        "<text>Cze\u015b\u0107<br />Welcome to TODAY!</text>",
        "<text>Ciao!<br />Let's do something amazing!</text>",
        "<text>Morning is here!<br />A new day has arrived!</text>",
        "<text>Time to get up!<br />All we have is NOW!</text>",
        "<text>Hall\u00e5!<br />Life is better with Fika!</text>",
        "<text>Namaste!<br />Make it a GREAT day!</text>",
        "<text>Ahoy!<br />It's time to set sail</text>",
        "<text>What's happening!<br />How did you sleep?</text>",
        "<text>G'day!<br />Take on the day!</text>",
        "<text>How's it going?<br />Did you sleep well?</text>",
        "<text>Hej!<br />It's a spectacular day!</text>",
        "<text>Buon giorno!<br />Everyday is a miracle!</text>",
        "<text>Hello Sunshine!<br />Make your day sparkle!</text>",
        "<text>Cheers to the day!<br />The future starts NOW!</text>",
        "<text>Wakey Wakey!<br />The morning awaits!</text>",
        "<text>Hejsan!<br />Have a wonderful day!</text>"
    ],
    "app_bell_meditation_chime_interval": "Chime interval",
    "app_bell_meditation_chime_interval_bottom": "of the meditation",
    "app_bell_meditation_chime_volume": "Chime volume",
    "app_bell_meditation_interval_none": "None",
    "app_bell_meditation_settings": "Settings",
    "app_bell_meditation_start": "Meditate now",
    "app_bell_meditation_start_delay": "Start delay",
    "app_bell_meditation_statistics": "Statistics",
    "app_bell_meditation_timer": "Meditation",
    "app_bell_onboarding_info_deep_click_correction": "<text>Be more gentle,<br />try light click this time</text>",
    "app_bell_onboarding_info_deep_click_warning": "You've deep pressed",
    "app_bell_onboarding_info_light_click": "Light click to continue",
    "app_bell_onboarding_info_rotate": "Rotate to select",
    "app_bell_onboarding_shortcuts_question": "Do you want to see Shortcuts instruction?",
    "app_bell_onboarding_shortcuts_skip": "Skip",
    "app_bell_onboarding_shortcuts_start": "Start",
    "app_bell_onboarding_shortcuts_step_battery": "Long press back (2s) on the home view to see battery status",
    "app_bell_onboarding_shortcuts_step_bedside_lamp": "Long press frontlight (2s) to turn on a bedside lamp",
    "app_bell_onboarding_shortcuts_step_deep_press": "Deep press to activate or deactivate the alarm",
    "app_bell_onboarding_shortcuts_step_home": "Long press back (2s) to return to the home view",
    "app_bell_onboarding_shortcuts_step_light_click": "Light click to accept and move forward",
    "app_bell_onboarding_shortcuts_step_restart": "Press both side buttons for 10s to restart the device",
    "app_bell_onboarding_shortcuts_step_rotate": "Rotate to select",
    "app_bell_onboarding_shortcuts_step_turn_off": "Press back for 10s to turn off the device",
    "app_bell_relaxation_error_message": "Unsupported media type",
    "app_bell_relaxation_file_deleted_message": "<text>The file has been deleted.</text>",
    "app_bell_relaxation_limit_error_message": "<text>File limit exceeded.<br />Not all files may be displayed<br />correctly</text>",
    "app_bell_relaxation_loop": "loop",
    "app_bell_relaxation_loop_description": "the song will play until you turn it off",
    "app_bell_relaxation_looped": "looped",
    "app_bell_relaxation_once": "once",
    "app_bell_relaxation_once_description": "the song will play one time",
    "app_bell_relaxation_timer_title": "Relaxation time",
    "app_bell_reset_message": "<text>Resetting Mudita<br />Harmony</text>",
    "app_bell_settings_about": "About",
    "app_bell_settings_about_info_text": "www.mudita.com",
    "app_bell_settings_about_info_title": "Manual & certification info",
    "app_bell_settings_about_product": "Harmony",
    "app_bell_settings_about_serial_number": "Serial number",
    "app_bell_settings_about_storage_text": "<text><token>$USED_MEMORY</token>MB of <token>$TOTAL_MEMORY</token>MB used</text>",
    "app_bell_settings_about_storage_title": "Storage",
    "app_bell_settings_about_version": "<text>OS version: <token>$VERSION</token></text>",
    "app_bell_settings_alarm_settings": "Alarm",
    "app_bell_settings_alarm_settings_alarm_tone_and_light": "Main alarm",
    "app_bell_settings_alarm_settings_light": "Main alarm light",
    "app_bell_settings_alarm_settings_prewake_up": "Pre-wake up",
    "app_bell_settings_alarm_settings_prewake_up_chime_bottom_description": "before the alarm",
    "app_bell_settings_alarm_settings_prewake_up_chime_tone": "Pre-wake up chime tone",
    "app_bell_settings_alarm_settings_prewake_up_chime_top_description": "Pre-wake up chime",
    "app_bell_settings_alarm_settings_prewake_up_chime_volume": "Pre-wake up chime volume",
    "app_bell_settings_alarm_settings_prewake_up_light_bottom_description": "before the alarm",
    "app_bell_settings_alarm_settings_prewake_up_light_top_description": "Pre-wake up light",
    "app_bell_settings_alarm_settings_snooze": "Snooze",
    "app_bell_settings_alarm_settings_snooze_chime_interval": "Snooze chime interval",
    "app_bell_settings_alarm_settings_snooze_chime_interval_bot_desc": "<text>recurring during<br />snooze</text>",
    "app_bell_settings_alarm_settings_snooze_chime_tone": "Snooze chime tone",
    "app_bell_settings_alarm_settings_snooze_chime_volume": "Snooze chime volume",
    "app_bell_settings_alarm_settings_snooze_length": "Snooze length",
    "app_bell_settings_alarm_settings_title": "Alarm settings",
    "app_bell_settings_alarm_settings_tone": "Main alarm tone",
    "app_bell_settings_alarm_settings_volume": "Main alarm volume",
    "app_bell_settings_bedtime_settings_tone": "Bedtime tone",
    "app_bell_settings_bedtime_settings_volume": "<text>Bedtime tone<br />volume</text>",
    "app_bell_settings_bedtime_tone": "Bedtime tone",
    "app_bell_settings_display_factory_reset_confirmation": "<text>Reset to factory<br></br>settings ?</text>",
    "app_bell_settings_factory_reset": "Factory reset",
    "app_bell_settings_frontlight": "Frontlight",
    "app_bell_settings_frontlight_mode_auto": "auto",
    "app_bell_settings_frontlight_mode_on_demand": "on demand",
    "app_bell_settings_frontlight_mode_top_message": "Frontlight mode",
    "app_bell_settings_frontlight_top_message": "Frontlight intensity",
    "app_bell_settings_language": "Language",
    "app_bell_settings_layout": "Clock face",
    "app_bell_settings_temp_scale": "Temperature scale",
    "app_bell_settings_time_units": "Time",
    "app_bell_settings_time_units_time_fmt_top_message": "Time format",
    "app_bell_settings_time_units_time_message": "Time",
    "app_bell_settings_turn_off": "Turn off",
    "app_bell_turn_off_question": "Turn off Mudita Harmony?",
    "app_bell_welcome_charge_message": "<text>Charge Harmony<br/>and press light click</text>",
    "app_bell_welcome_message": "<text>Mudita Harmony<br/>is switched OFF</text>",
    "app_bellmain_alarm": "Alarm",
    "app_bellmain_bedtime": "Bedtime",
    "app_bellmain_home_screen_bottom_desc": "Next alarm will ring",
    "app_bellmain_home_screen_bottom_desc_and": "&",
    "app_bellmain_home_screen_bottom_desc_dp": "Deep press to activate",
    "app_bellmain_home_screen_bottom_desc_in": "in",
    "app_bellmain_home_screen_bottom_desc_less_than": "less than",
    "app_bellmain_meditation_timer": "Meditation",
    "app_bellmain_power_nap": "Power nap",
    "app_bellmain_relaxation": "Relaxation",
    "app_bellmain_settings": "Settings",
    "app_bellmain_usb_status_connected": "Connected",
    "app_calculator_decimal_separator": ".",
    "app_calculator_equals": "EQUALS",
    "app_calculator_error": "Error",
    "app_calculator_title_main": "Calculator",
    "app_calendar_all_day": "All day",
    "app_calendar_title_main": "Calendar",
    "app_call_answer": "ANSWER",
    "app_call_bluetooth": "BLUETOOTH",
    "app_call_call": "CALL",
    "app_call_call_ended": "call ended",
    "app_call_call_rejected": "call rejected",
    "app_call_call_request_failed": "Something went wrong.",
    "app_call_calling": "calling...",
    "app_call_clear": "CLEAR",
    "app_call_contact": "CONTACT",
    "app_call_emergency": "Emergency call",
    "app_call_emergency_text": "Emergency call",
    "app_call_end_call": "END CALL",
    "app_call_ending_call": "Disconnecting call",
    "app_call_is_calling": "is calling",
    "app_call_message": "MESSAGE",
    "app_call_mute": "MUTE",
    "app_call_muted": "MUTED",
    "app_call_no_network_connection": "No Network Connection.",
    "app_call_no_sim": "No SIM.\n\nTo make a call,\nplease insert a SIM card.",
    "app_call_offline": "You're Offline.\n\nTo make a call,\n switch the mode.",
    "app_call_private_number": "Private number",
    "app_call_reject": "REJECT",
    "app_call_speaker": "SPEAKER",
    "app_call_speaker_on": "SPEAKER ON",
    "app_call_wrong_emergency": "Can't make a call.\n$NUMBER is not an emergency number.",
    "app_calllog_date": "Date",
    "app_calllog_delete_all_calls": "Delete all calls",
    "app_calllog_delete_all_calls_confirmation": "Delete all calls from the list?",
    "app_calllog_delete_call_confirmation": "Delete this call from the list?",
    "app_calllog_duration": "Duration",
    "app_calllog_empty_incoming": "<text color='4'>Incoming</text>",
    "app_calllog_empty_missed": "<text color='4'>Missed</text>",
    "app_calllog_empty_outgoing": "<text color='4'>Outgoing</text>",
    "app_calllog_incoming_call": "Incoming call",
    "app_calllog_missed_call": "Missed call",
    "app_calllog_no_calls": "<text align='center' color='4'>No calls yet.</text>",
    "app_calllog_options_delete_call": "Delete call",
    "app_calllog_outgoing_call": "Outgoing call",
    "app_calllog_rejected_call": "Rejected call",
    "app_calllog_title_main": "Calls",
    "app_calllog_type": "Call",
    "app_desktop_alarm_snooze": "<text>Snooze</text>",
    "app_desktop_calls": "CALLS",
    "app_desktop_clear": "CLEAR",
    "app_desktop_clear_all": "CLEAR ALL",
    "app_desktop_emergency": "SOS",
    "app_desktop_info": "Info",
    "app_desktop_info_mmi_call_barring": "Call barring",
    "app_desktop_info_mmi_call_barring_activated": "Call barring was activated",
    "app_desktop_info_mmi_call_barring_deactivated": "Call barring was deactivated",
    "app_desktop_info_mmi_call_forwarding": "Call forwarding",
    "app_desktop_info_mmi_call_forwarding_disabled": "call forwarding disabled",
    "app_desktop_info_mmi_call_waiting": "Call waiting",
    "app_desktop_info_mmi_call_waiting_activated": "Call waiting was activated",
    "app_desktop_info_mmi_call_waiting_deactivated": "Call waiting was deactivated",
    "app_desktop_info_mmi_clip": "Caller ID displayed (CLIP)",
    "app_desktop_info_mmi_clip_activated": "CLIP activated",
    "app_desktop_info_mmi_clip_deactivated": "CLIP deactivated",
    "app_desktop_info_mmi_clip_not_provisioned": "CLIP not provisioned",
    "app_desktop_info_mmi_clip_provisioned": "CLIP provisioned",
    "app_desktop_info_mmi_clip_unknown": "CLIP unknown",
    "app_desktop_info_mmi_clir": "Caller ID suppressed (CLIR)",
    "app_desktop_info_mmi_clir_according_to_subscription": "CLIR according to subscription",
    "app_desktop_info_mmi_clir_disabled": "CLIR diasbled",
    "app_desktop_info_mmi_clir_enabled": "CLIR enabled",
    "app_desktop_info_mmi_clir_not_provisioned": "CLIR not provisioned",
    "app_desktop_info_mmi_clir_permanent_provisioned": "CLIR permanently provisioned",
    "app_desktop_info_mmi_clir_temporary_allowed": "CLIR temporarily allowed",
    "app_desktop_info_mmi_clir_temporary_restricted": "CLIR temporarily restricted",
    "app_desktop_info_mmi_clir_unknown": "CLIR unknown",
    "app_desktop_info_mmi_common_activated": "service was activated",
    "app_desktop_info_mmi_common_all_disabled": "all bearer services disabled",
    "app_desktop_info_mmi_common_async": "async",
    "app_desktop_info_mmi_common_data": "data",
    "app_desktop_info_mmi_common_deactivated": "service was deactivated",
    "app_desktop_info_mmi_common_disabled": "disabled",
    "app_desktop_info_mmi_common_enabled": "enabled",
    "app_desktop_info_mmi_common_failed": "failed",
    "app_desktop_info_mmi_common_fax": "FAX",
    "app_desktop_info_mmi_common_mmi_not_supported": "not supported",
    "app_desktop_info_mmi_common_no_message": "not",
    "app_desktop_info_mmi_common_query": "query",
    "app_desktop_info_mmi_common_sync": "sync",
    "app_desktop_info_mmi_common_voice": "voice",
    "app_desktop_info_mmi_confirmation": "<text>Please wait...<br></br> Processing USSD code.</text>",
    "app_desktop_info_mmi_disabling_failed": "Service disabling failed",
    "app_desktop_info_mmi_disabling_success": "Service has been disabled",
    "app_desktop_info_mmi_enabling_failed": "Service enabling failed",
    "app_desktop_info_mmi_enabling_success": "Service has been enabled",
    "app_desktop_info_mmi_erasure_failed": "Erasure failed",
    "app_desktop_info_mmi_erasure_success": "Erasure was successful",
    "app_desktop_info_mmi_imei": "IMEI (MEID)",
    "app_desktop_info_mmi_none_specified_failed": "Operation failed",
    "app_desktop_info_mmi_none_specified_success": "Operation successful",
    "app_desktop_info_mmi_registration_failed": "Registration failed",
    "app_desktop_info_mmi_registration_success": "Registration was successful",
    "app_desktop_info_mmi_result_aborted": "Operation aborted.",
    "app_desktop_info_mmi_result_failed": "Operation failed.",
    "app_desktop_info_mmi_result_success": "Operation successful.",
    "app_desktop_info_mmi_result_timeout": "USSD code processing timed out. Incorrect code or network error.",
    "app_desktop_menu": "MENU",
    "app_desktop_menu_alarm": "ALARM",
    "app_desktop_menu_calendar": "CALENDAR",
    "app_desktop_menu_contacts": "CONTACTS",
    "app_desktop_menu_meditation": "MEDITATION",
    "app_desktop_menu_messages": "MESSAGES",
    "app_desktop_menu_music": "MUSIC",
    "app_desktop_menu_phone": "CALLS",
    "app_desktop_menu_settings": "SETTINGS",
    "app_desktop_menu_title": "Menu",
    "app_desktop_menu_tools": "TOOLS",
    "app_desktop_missed_calls": "<text>Missed calls</text>",
    "app_desktop_poweroff_question": "Turn off the phone?",
    "app_desktop_poweroff_title": "Turn off",
    "app_desktop_press_to_complete_unlock": "<text size='27'>Press <b>#</b> to unlock</text>",
    "app_desktop_press_to_unlock": "<text size='27'>Press <b>Unlock</b> and then <b>#</b></text>",
    "app_desktop_replay": "REPLY",
    "app_desktop_show": "SHOW",
    "app_desktop_tools_antenna": "ANTENNA TEST",
    "app_desktop_tools_calculator": "CALCULATOR",
    "app_desktop_tools_notes": "NOTES",
    "app_desktop_tools_title": "Tools",
    "app_desktop_unlock": "UNLOCK",
    "app_desktop_unread_messages": "<text>Unread messages</text>",
    "app_desktop_unread_single_message": "<text>Unread message</text>",
    "app_emoji_input_window": "Emoji",
    "app_meditation_countdown_desc": "Starts in",
    "app_meditation_interval_chime": "Interval chime",
    "app_meditation_interval_every_x_minutes": "Every %0 minutes",
    "app_meditation_interval_none": "None",
    "app_meditation_minute": "MINUTE",
    "app_meditation_minutes": "MINUTES",
    "app_meditation_option_show_counter": "Show meditation counter",
    "app_meditation_preparation_time": "Preparation time",
    "app_meditation_put_down_phone_and_wait": "<text>Put down the phone<br>and wait for the gong.</text>",
    "app_meditation_summary": "<text>You've meditated for<br />",
    "app_meditation_summary_average": "Average/day:",
    "app_meditation_summary_title": "<text>Last <token>$VALUE</token> days</text>",
    "app_meditation_summary_total": "<text>Total:<br /><token>$VALUE</token></text>",
    "app_meditation_thank_you_for_session": "<text>Thank you for this<br>meditation session.</text>",
    "app_meditation_title_main": "Meditation timer",
    "app_messages_message": "Message",
    "app_messages_message_delete_confirmation": "Delete this message?",
    "app_messages_no_messages": "<text align='center' color='4'>No messages yet.<p>Press <b>left arrow</b> to add new.</p></text>",
    "app_messages_no_sim": "No SIM.\n\nTo send a SMS,\nplease insert a SIM card.",
    "app_messages_no_templates": "<text align='center'>No templates yet.<p><b>Create a new template</b> in Mudita</p><p>Center to use in your Pure.</p></text>",
    "app_messages_old_messages": "Previous messages",
    "app_messages_templates": "Templates",
    "app_messages_thread_delete_confirmation": "Delete this conversation?",
    "app_messages_thread_draft": "Draft: ",
    "app_messages_thread_no_result": "There are no results",
    "app_messages_thread_not_sent": "Not sent: ",
    "app_messages_thread_you": "You: ",
    "app_messages_title_main": "Messages",
    "app_music_player_albums": "<text color='9'>Albums</text>",
    "app_music_player_all_songs": "<text><b>All songs</b></text>",
    "app_music_player_artists": "<text color='9'>Artists</text>",
    "app_music_player_empty_track_notification": "Please choose a song from library",
    "app_music_player_music_empty_window_notification": "<text color='4'>No songs yet</text>",
    "app_music_player_music_library": "MUSIC LIBRARY",
    "app_music_player_music_library_window_name": "Music Library",
    "app_music_player_playlists": "<text color='9'>Playlists</text>",
    "app_music_player_quit": "QUIT",
    "app_music_player_start_window_notification": "<text color='4'>Press <b>down arrow</b> to choose<br></br> a song from the library</text>",
    "app_music_player_uknown_artist": "Unknown Artist",
    "app_music_player_uknown_title": "Unknown Title",
    "app_notes_delete_note": "Delete",
    "app_notes_edit": "EDIT",
    "app_notes_edit_note": "Edit note",
    "app_notes_edited": "Edited",
    "app_notes_new_note": "New note",
    "app_notes_no_notes": "<text align='center' color='4'>No notes yet.<p>Press <b>left arrow</b> to add new.</p></text>",
    "app_notes_note_delete_confirmation": "Do you really want to delete this note?",
    "app_notes_search_no_results": "No notes found.",
    "app_notes_title_main": "Notes",
    "app_onboarding_configuration_successful": "<text>Your Mudita Pure<br></br>is ready to use.</text>",
    "app_onboarding_eula_license": "License agreement (EULA)",
    "app_onboarding_no_configuration": "<text>Your Mudita Pure has not been<br></br>configured. You can go to<br></br>Settings to set it up.</text>",
    "app_onboarding_no_sim_selected_description": "<text>No SIM card set up.<br></br>To connect to network, set up <br></br> SIM cards in Settings.</text>>",
    "app_onboarding_no_sim_selected_title": "SIM setup",
    "app_onboarding_select_sim": "Choose active SIM",
    "app_onboarding_select_sim_description": "<text>Only one SIM can be active at a time.<br></br>You can choose it now and switch in<br></br>the Settings whenever needed.</text>",
    "app_onboarding_skip_confirm": "<text>SIM setup is required for network connection. Skip the setup anyway? </text>",
    "app_onboarding_start_configuration": "<text weight='light' size='46'><p>Hello!</p></text><br></br><text weight='regular' size='27'>Let's configure your Mudita Pure.</text>",
    "app_onboarding_title": "Onboarding",
    "app_onboarding_title_configuration": "Configuration",
    "app_onboarding_title_update_info": "MuditaOS update",
    "app_onboarding_update_info": "<text>The current version of MuditaOS is<br></br><token>$VERSION</token><br></br> Updates with new features and fixes appear often.<br></br>To update your Phone please <br></br> visit: </text><text weight='bold' size='27'>www.mudita.com/updateos</text><br></br><text>and follow the instructions.</text>",
    "app_options_contact_add": "Add to contacts",
    "app_options_contact_details": "Contact details",
    "app_options_contact_edit": "Edit Contact",
    "app_options_invalid_option": " <Invalid Option> ",
    "app_phonebook_check": "CHECK",
    "app_phonebook_contact_deleted": "<text>Contact has been deleted.<br></br>Editing is not possible.</text>",
    "app_phonebook_contact_flag_blocked": "BLOCKED",
    "app_phonebook_contact_flag_fav": "FAVORITES",
    "app_phonebook_contact_flag_ice": "ICE",
    "app_phonebook_contact_flag_speed_dial": "SPEED DIAL",
    "app_phonebook_contact_information": "Information",
    "app_phonebook_contact_no_name": "no name",
    "app_phonebook_contact_title": "Add contact",
    "app_phonebook_duplicate_numbers": "<text>This number is assigned to \n <token>$CONTACT_FORMATTED_NAME$</token>. Replace it?</text>",
    "app_phonebook_duplicate_speed_dial": "<text>Number <token>$CONTACT_SPEED_DIAL$</token> is assigned to \n <token>$CONTACT_FORMATTED_NAME$</token>. Replace it?</text>",
    "app_phonebook_duplicate_speed_dial_title": "<text>Speed dial key (<token>$CONTACT_SPEED_DIAL$</token>)</text>",
    "app_phonebook_favorite_contacts_title": "Favorites",
    "app_phonebook_ice_contacts_title": "Emergency Contacts",
    "app_phonebook_multiple_numbers_first": "Number",
    "app_phonebook_multiple_numbers_second": "Second number",
    "app_phonebook_new_add_to_fav": "Add to favorites",
    "app_phonebook_new_add_to_ice": "Emergency Contact (ICE)",
    "app_phonebook_new_contact_address": "Address",
    "app_phonebook_new_contact_email": "Email",
    "app_phonebook_new_contact_first_name": "First name",
    "app_phonebook_new_contact_invalid_number": "<text>Cannot save this contact.<br></br>The phone number you entered <br></br>is in an invalid format.</text>",
    "app_phonebook_new_contact_last_name": "Last name",
    "app_phonebook_new_contact_note": "Note",
    "app_phonebook_new_contact_number": "Phone number",
    "app_phonebook_new_contact_second_number": "Second phone number",
    "app_phonebook_new_speed_dial_key": "Speed dial key",
    "app_phonebook_no_contacts": "<text align='center' color='4'>No contacts yet.<p>Press <b>left arrow</b> to add new.</p></text>",
    "app_phonebook_no_contacts_yet": "<text align='center' color='4'>No contacts yet.</text>",
    "app_phonebook_options_block": "Block",
    "app_phonebook_options_block_notification": "Contact blocked.",
    "app_phonebook_options_delete": "Delete",
    "app_phonebook_options_delete_confirm": "Do you really want to delete\nthis contact?",
    "app_phonebook_options_delete_notification": "This contact has been deleted\nsuccessfully.",
    "app_phonebook_options_edit": "Edit contact",
    "app_phonebook_options_forward_namecard": "Forward namecard",
    "app_phonebook_options_send_sms": "Send via SMS",
    "app_phonebook_options_unblock": "Unblock",
    "app_phonebook_options_unblock_notification": "Contact unblocked.",
    "app_phonebook_search_no_results": "No contacts found.",
    "app_phonebook_title_main": "Contacts",
    "app_phonebook_uncheck": "UNCHECK",
    "app_popup_alarm_snoozed_till": "snoozed till",
    "app_popup_alarm_text": "alarm",
    "app_popup_bt_volume_text": "BLUETOOTH VOLUME",
    "app_popup_call_volume_text": "CALL VOLUME",
    "app_popup_music_volume_text": "MUSIC VOLUME",
    "app_popup_muted_text": "MUTED",
    "app_popup_snooze_text": "SNOOZE",
    "app_popup_volume_text": "VOLUME",
    "app_settings_Templates": "Templates",
    "app_settings_about": "About Mudita Pure",
    "app_settings_about_your_pure": "About your Pure",
    "app_settings_advanced": "Advanced",
    "app_settings_allow": "Allow",
    "app_settings_apn_APN": "APN",
    "app_settings_apn_apnprotocol": "APN protocol",
    "app_settings_apn_apntype": "APN type",
    "app_settings_apn_authtype": "Authentication type",
    "app_settings_apn_name": "Name",
    "app_settings_apn_options_delete": "Delete",
    "app_settings_apn_options_edit": "Edit",
    "app_settings_apn_options_set_as_default": "Set as default",
    "app_settings_apn_password": "Password",
    "app_settings_apn_settings_no_apns": "<text align='center' color='4'>No APNs yet.<p>Press <b>left arrow</b> to add new.</p></text>",
    "app_settings_apn_username": "Username",
    "app_settings_apps": "Apps",
    "app_settings_apps_alarm_clock": "Alarm clock",
    "app_settings_apps_alarm_clock_manual_volume": "Manual sound volume",
    "app_settings_apps_messages": "Messages",
    "app_settings_apps_phone": "Phone",
    "app_settings_bluetooth_add_device": "Add device",
    "app_settings_bluetooth_all_devices": "All devices",
    "app_settings_bluetooth_connecting_error_message": "<text weight='regular' size='27'>Connection process has failed.<br></br>Check the device and </text> <text weight='bold' size='27'>TRY AGAIN.</text>",
    "app_settings_bluetooth_init_error_message": "<text weight='regular' size='27'>Bluetooth initialization process has failed.</text>",
    "app_settings_bluetooth_main": "Bluetooth",
    "app_settings_bluetooth_phone_name": "Phone name",
    "app_settings_bluetooth_phone_visibility": "Phone visibility",
    "app_settings_bluetooth_searching_devices": "Searching devices... \nIt may take a moment.",
    "app_settings_bluetooth_unpairing_error_message": "<text weight='regular' size='27'>Unpairing process has failed.<br></br>Check the device and </text> <text weight='bold' size='27'>TRY AGAIN.</text>",
    "app_settings_bt": "Bluetooth",
    "app_settings_call_ringtome": "Call ringtone",
    "app_settings_calls_from_favorites": "Calls from favorites",
    "app_settings_certification": "Certification",
    "app_settings_connected": "Connected",
    "app_settings_date_and_time": "Date and time",
    "app_settings_date_and_time_automatic_date_and_time": "Automatic date and time",
    "app_settings_date_and_time_change_date_and_time": "Change date and time",
    "app_settings_date_and_time_change_time_zone": "Change time zone",
    "app_settings_date_and_time_date_format": "Date format",
    "app_settings_date_and_time_time_format": "Time format",
    "app_settings_date_and_time_time_zone": "Time zone",
    "app_settings_disp_key": "Display and keypad",
    "app_settings_display": "Display",
    "app_settings_display_dark_mode": "Dark mode (Beta)",
    "app_settings_display_display_light": "Display light",
    "app_settings_display_factory_reset_confirmation": "Your Pure will turn off. Turn it on manually to continue the process.\nTurn off the phone now?",
    "app_settings_display_font_size": "Font size",
    "app_settings_display_input_language": "Input language",
    "app_settings_display_keypad_light": "Keypad light",
    "app_settings_display_light_auto": "Automatic",
    "app_settings_display_light_brightness": "Brightness",
    "app_settings_display_light_main": "Frontlight",
    "app_settings_display_security_autolock": "Auto lock",
    "app_settings_display_wallpaper": "Wallpaper",
    "app_settings_display_wallpaper_clock": "Clock",
    "app_settings_display_wallpaper_edit_custom_quotes": "Edit custom quotes",
    "app_settings_display_wallpaper_edit_quotes": "Edit quotes",
    "app_settings_display_wallpaper_logo": "Mudita logo",
    "app_settings_display_wallpaper_quotes": "Quotes",
    "app_settings_display_wallpaper_quotes_author": "Author",
    "app_settings_display_wallpaper_quotes_categories": "Select categories",
    "app_settings_display_wallpaper_quotes_delete": "Delete",
    "app_settings_display_wallpaper_quotes_delete_confirmation": "Delete this quote?",
    "app_settings_display_wallpaper_quotes_delete_success": "Quote deleted.",
    "app_settings_display_wallpaper_quotes_edit": "Edit",
    "app_settings_display_wallpaper_quotes_new": "New quote",
    "app_settings_display_wallpaper_quotes_note": "Note",
    "app_settings_factory_reset": "Factory reset",
    "app_settings_factory_reset_in_progress": "The factory reset process is not\ncompleted yet, turn on your Pure\nto continue.",
    "app_settings_info_dnd": "Silently receive all notifications. You can allow full notifications from favorite contacts.",
    "app_settings_info_offline_flight_mode": "Fully disconnected. Calls, messages and tethering are unavailable.",
    "app_settings_info_offline_messages_only": "Send and download messages based on connection intervals. No calls nor tethering.",
    "app_settings_language": "Language",
    "app_settings_message_sound": "Message sound",
    "app_settings_messages_only": "Messages only",
    "app_settings_net": "Network",
    "app_settings_network_active_card": "Active slot",
    "app_settings_network_all_operators": "All operators",
    "app_settings_network_apn_settings": "APN settings",
    "app_settings_network_import_contacts": "Import contacts",
    "app_settings_network_import_contacts_duplicates": "Duplicates from SIM",
    "app_settings_network_import_contacts_from_sim_card": "Import contacts from SIM card",
    "app_settings_network_import_contacts_from_sim_card_duplicates": "<text>We found <token>$DUPLICATES</token> duplicates. Do you want<br></br>to import duplicated contacts and<br></br>replace existing ones.</text>",
    "app_settings_network_import_contacts_from_sim_card_no_contacts": "<text>There are no contacts<br></br>on this SIM card.</text>",
    "app_settings_network_import_contacts_from_sim_card_reading": "<text>Importing in progress...<br></br>Please wait a moment.</text>",
    "app_settings_network_import_contacts_from_sim_card_success": "Contacts imported successfully.",
    "app_settings_network_not_connected": "no card",
    "app_settings_network_operator_auto_select": "Operator auto-select",
    "app_settings_network_pin": "PIN",
    "app_settings_network_pin_change_code": "Change PIN code",
    "app_settings_network_pin_settings": "PIN settings",
    "app_settings_network_sim1": "SIM1",
    "app_settings_network_sim2": "SIM2",
    "app_settings_network_sim_cards": "SIM cards",
    "app_settings_network_sim_none": "No SIM",
    "app_settings_network_unblock_card": "Unblock card",
    "app_settings_network_voice_over_lte": "VoLTE",
    "app_settings_network_volte_not_available": "not available",
    "app_settings_new_edit_apn": "New/Edit APN",
    "app_settings_no_network_connection_flight_mode": "Flight mode",
    "app_settings_notifications_when_locked": "Notifications when locked",
    "app_settings_option_connected_audio": "CONNECTED AUDIO",
    "app_settings_option_connected_both": "CONNECTED VOICE, AUDIO",
    "app_settings_option_connected_voice": "CONNECTED VOICE",
    "app_settings_option_connecting": "CONNECTING",
    "app_settings_option_pairing": "PAIRING",
    "app_settings_phone_modes": "Phone modes",
    "app_settings_sar": "SAR",
    "app_settings_security": "Security",
    "app_settings_security_change_phone_lock": "Change passcode",
    "app_settings_security_phone_lock": "Lock screen passcode",
    "app_settings_show_unread_first": "Show unread first",
    "app_settings_sound": "Sound",
    "app_settings_system": "System",
    "app_settings_tech_info_battery": "Battery",
    "app_settings_tech_info_imei": "IMEI",
    "app_settings_tech_info_model": "Model",
    "app_settings_tech_info_os_version": "OS Version",
    "app_settings_tech_info_pcb_am": "pcbAM",
    "app_settings_tech_info_pcb_lm": "pcbLM",
    "app_settings_tech_info_pcb_mb": "pcbMB",
    "app_settings_tech_info_pcb_um": "pcmUM",
    "app_settings_tech_info_serial_number": "Serial number",
    "app_settings_title_color_test": "Display available colors",
    "app_settings_title_connection_frequency": "Connection frequency",
    "app_settings_title_day": "Day",
    "app_settings_title_do_not_disturb": "Do not disturb",
    "app_settings_title_languages": "Language selection",
    "app_settings_title_main": "Settings",
    "app_settings_title_month": "Month",
    "app_settings_title_offline": "Offline",
    "app_settings_title_time": "Time",
    "app_settings_title_year": "Year",
    "app_settings_toggle_off": "OFF",
    "app_settings_toggle_on": "ON",
    "app_settings_toggle_transiting": "checking...",
    "app_settings_toolbar_reset": "RESET",
    "app_settings_vibration": "Vibration",
    "app_settings_volume": "Volume",
    "app_settings_volume_focused": "Volume",
    "app_sms_offline": "You're Offline.\n\nTo send message,\n switch the mode.",
    "app_special_input_window": "Special characters",
    "bluetooth_info_popup_error": "<text>Pairing process with </text><text weight='bold'><token>$DEVICE</token></text><br></br><text> has failed. Error code: <token>$ERROR</token></text>",
    "bluetooth_info_popup_success": "<text>Your phone is paired with: <br></br></text><text weight='bold'><token>$DEVICE</token></text>",
    "bluetooth_popup": "Bluetooth",
    "bluetooth_popup_cancel": "Cancel",
    "bluetooth_popup_confirm": "Confirm",
    "bluetooth_popup_pair_cancel_code": "<text>Device </text><text weight='bold'><token>$DEVICE</token></text><text> would like to pair<br /> with your Pure. Please confirm<br /> the code: <text align='center' weight='bold'><token>$CODE</token></text></text>",
    "bluetooth_popup_pair_cancel_no_code": "<text>Device </text><text weight='bold'><token>$DEVICE</token></text><text> would like to pair with your Pure.</text>",
    "bluetooth_popup_passkey": "Enter passkey:",
    "bluetooth_popup_pin": "Enter PIN:",
    "brightness_text": "BRIGHTNESS",
    "common_AM": "AM",
    "common_PM": "PM",
    "common_abort": "ABORT",
    "common_accept": "ACCEPT",
    "common_add": "ADD",
    "common_adjust": "ADJUST",
    "common_april": "April",
    "common_august": "August",
    "common_back": "BACK",
    "common_call": "CALL",
    "common_check": "CHECK",
    "common_confirm": "CONFIRM",
    "common_connect": "CONNECT",
    "common_contacts": "CONTACTS",
    "common_december": "December",
    "common_disconnect": "DISCONNECT",
    "common_edit": "EDIT",
    "common_emoji": "EMOJI",
    "common_february": "February",
    "common_forget": "FORGET",
    "common_fr": "FR",
    "common_fri": "Fri",
    "common_friday": "Friday",
    "common_import": "IMPORT",
    "common_information": "Information",
    "common_january": "January",
    "common_july": "July",
    "common_june": "June",
    "common_march": "March",
    "common_may": "May",
    "common_minute_lower": "minute",
    "common_minute_short": "min",
    "common_minutes_lower": "minutes",
    "common_minutes_lower_genitive": "minutes",
    "common_mo": "MO",
    "common_mon": "Mon",
    "common_monday": "Monday",
    "common_no": "No",
    "common_november": "November",
    "common_october": "October",
    "common_ok": "OK",
    "common_open": "OPEN",
    "common_options": "OPTIONS",
    "common_options_title": "Options",
    "common_pause": "PAUSE",
    "common_paused": "Paused",
    "common_play": "PLAY",
    "common_replace": "REPLACE",
    "common_reply": "REPLY",
    "common_results_prefix": "Results: ",
    "common_resume": "RESUME",
    "common_retry": "TRY AGAIN",
    "common_sa": "SA",
    "common_sat": "Sat",
    "common_saturday": "Saturday",
    "common_save": "SAVE",
    "common_search": "SEARCH",
    "common_search_results": "Search results",
    "common_search_uc": "Search",
    "common_second_lower": "second",
    "common_seconds_lower": "seconds",
    "common_seconds_lower_genitive": "seconds",
    "common_select": "SELECT",
    "common_send": "SEND",
    "common_september": "September",
    "common_set": "SET",
    "common_show": "SHOW",
    "common_skip": "SKIP",
    "common_special_characters": "SPECIAL",
    "common_start": "START",
    "common_stop": "STOP",
    "common_su": "SU",
    "common_sun": "Sun",
    "common_sunday": "Sunday",
    "common_switch": "SWITCH",
    "common_text_copy": "Copy text",
    "common_text_paste": "Paste text",
    "common_th": "TH",
    "common_thu": "Thu",
    "common_thursday": "Thursday",
    "common_today": "Today",
    "common_tu": "TU",
    "common_tue": "Tue",
    "common_tuesday": "Tuesday",
    "common_uncheck": "UNCHECK",
    "common_use": "USE",
    "common_we": "WE",
    "common_wed": "Wed",
    "common_wednesday": "Wednesday",
    "common_yes": "Yes",
    "common_yesterday": "Yesterday",
    "duration_0hmin_0sec": "%0N:%0S",
    "duration_0min_0sec": "%0M:%0S",
    "duration_hour_0min_0sec": "%H:%0M:%0S",
    "duration_min_0sec": "%M:%0S",
    "home_modes_connected": "CONNECTED",
    "home_modes_message_only": "Message only",
    "home_modes_notdisturb": "DO NOT DISTURB",
    "home_modes_offline": "OFFLINE",
    "locale_12hour_min": "%I:%M %p",
    "locale_12hour_min_short": "%I:%M",
    "locale_24hour_min": "%H:%M",
    "locale_date_DD_MM": "%d.%m",
    "locale_date_DD_MM_YY": "%d.%m.%y",
    "locale_date_DD_MM_YYYY": "%d.%m.%Y",
    "locale_date_Day_DD_Mon": "%A, %d %b",
    "locale_date_Day_Mon_DD": "%A, %b %d",
    "locale_date_MM_DD": "%m.%d",
    "locale_date_MM_DD_YY": "%m.%d.%y",
    "locale_date_MM_DD_YYYY": "%m.%d.%Y",
    "metadata": {
        "display_name": "English"
    },
    "phone_lock_blocked": "Sorry, phone blocked",
    "phone_lock_blocked_information": "<text>Wrong passcode.<br></br>Try again in <token>$TIME</token>.</text>",
    "phone_lock_blocked_information_minute": "a minute",
    "phone_lock_blocked_information_minutes": " minutes",
    "phone_lock_blocked_information_seconds": " seconds",
    "phone_lock_changed_successfully": "Passcode changed successfully!",
    "phone_lock_configure": "Configure passcode",
    "phone_lock_confirm": "Confirm the passcode",
    "phone_lock_confirm_new": "Confirm new passcode",
    "phone_lock_current": "Type current passcode",
    "phone_lock_disabled": "Passcode disabled!",
    "phone_lock_enter_new": "Enter new passcode",
    "phone_lock_invalid": "Wrong passcode!",
    "phone_lock_invalid_retry": "<text>Wrong passcode. <br></br> Configure passcode again.</text>",
    "phone_lock_notification": "<text>Passcode lock for <token>$TIME</token></text>",
    "phone_lock_set": "<text>Set passcode that unlocks <br></br> the phone</text>",
    "phone_lock_unlock": "<text>Enter the passcode<br></br>to unlock:</text>",
    "phone_lock_unlock_invalid": "<text>Wrong passcode.<br></br>Please try again.</text>",
    "phone_needs_rebooting": "Your phone needs rebooting. Press any key to confirm and please remove the battery for 10 seconds to perform a full reboot",
    "sim_card_cant_connect": "<text>Cannot connect to <token>$SIM</token> card.<br></br>Please insert card.</text>",
    "sim_card_change_in_progress": "<text>SIM change process in progress.<br></br>It will take up to a few seconds.</text>",
    "sim_card_changed_successfully": "SIM card changed successfully.",
    "sim_card_not_ready": "<text>Waiting for modem to start.<br></br>This may take a moment.</text>",
    "sim_card_pin_disabled": "SIM card PIN disabled",
    "sim_card_pin_enabled": "SIM card PIN enabled",
    "sim_card_select_in_progress": "<text>SIM selection process in progress.<br></br>It will take up to a few seconds.</text>",
    "sim_card_select_successfully": "<text>SIM selection process has been<br></br>completed.</text>",
    "sim_change_pin": "Change PIN code",
    "sim_cme_error": "<text>SIM card<br></br>CME error:<token>$CMECODE</token></text>",
    "sim_confirm_new_pin": "Confirm new PIN code:",
    "sim_enter_enter_current": "<text>Type current PIN code:</text>",
    "sim_enter_new_pin": "Enter new PIN code:",
    "sim_enter_pin_unlock": "<text>Enter the PIN code to set up <br></br> the <token>$PINTYPE</token> card:</text>",
    "sim_header_setup": "<text><token>$SIM</token> setup</text>",
    "sim_pin_changed_successfully": "PIN code changed successfully",
    "sim_puk_blocked": "<text>The SIM card is blocked.<br></br>Please, contact the operator.</text>",
    "sim_setup_enter_puk": "<text>The SIM card is blocked.<br></br>To unblock it, type the PUK code:</text>",
    "sim_setup_wrong_pin": "<text>Wrong PIN code. You have<br></br><token>$ATTEMPTS</token> attempts left.</text>",
    "sim_setup_wrong_pin_last_attempt": "<text>Wrong PIN code. You have<br></br>1 attempt left.</text>",
    "sim_setup_wrong_puk": "<text>Wrong PUK code.<br></br>You have <token>$ATTEMPTS</token> attempts left</text>",
    "sim_setup_wrong_puk_last_attempt": "<text>Wrong PUK code.<br></br>You have 1 attempt left</text>",
    "sim_setup_wrong_puk_last_attempt_warning": "<text>If the code is wrong this time, the<br></br>SIM card will be blocked and you'll<br></br>have to contact the operator.</text>",
    "sim_wrong_pin_confirmation": "Wrong PIN code.",
    "sms_add_rec_num": "Add contact or type a number",
    "sms_call_text": "Call ",
    "sms_copy": "Copy",
    "sms_delete_conversation": "Delete conversation",
    "sms_delete_message": "Delete message",
    "sms_forward_message": "Forward message",
    "sms_mark_read": "Mark as read",
    "sms_mark_unread": "Mark as unread",
    "sms_paste": "Paste",
    "sms_resend_failed": "Send again",
    "sms_title_message": "New message",
    "sms_use_template": "Use template",
    "statusbar_battery_charging": "Charg",
    "statusbar_battery_plugged": "Plug",
    "tethering": "Tethering",
    "tethering_enable_question": "<text>You're connected to the computer.<br />Turn tethering on?<br /><text color='4'>(some functions may be disabled)</text></text>",
    "tethering_menu_access_decline": "<text>Tethering is on.<br /><br />To access menu,<br />turn tethering off.</text>",
    "tethering_phone_mode_change_prohibited": "<text>Tethering is on.<br /><br />Other modes (Connected, DND,<br />Offline) are overriden by this mode<br />and are not working.</text>",
    "tethering_turn_off_question": "Turn tethering off?"
}