-
Notifications
You must be signed in to change notification settings - Fork 28
/
strings.xml
760 lines (535 loc) · 31.5 KB
/
strings.xml
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
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
<resources>
<!--Copyright (C) 2014-2015 Jorell Rutledge/Creative Trends.
This file is originally apart of Folio for Facebook.
Copyright notice must remain here if you're using any part of this code.-->
<!-- Basic Strings -->
<string name="app_name">Folio</string>
<!-- Replaces Facebook WebView Title -->
<string name="app_name_toolbar">Folio</string>
<string name="app_name_about">Folio for Facebook</string>
<string name="action_settings">Settings</string>
<string name="end">Log out</string>
<!-- Close Drawer -->
<string name="closeDrawer">Navigation View</string>
<!-- Open Drawer -->
<string name="openDrawer">Navigation View Closed</string>
<!-- Close The App -->
<string name="exit">Close</string>
<!-- Save Image On Long Press -->
<string name="customize_folio">Customize Folio</string>
<string name="customize_folio_hint">Change look and layout.</string>
<string name="tap_to_set">Tap To Apply Changes</string>
<string name="status_updated">Status updated.</string>
<!-- FAB LABELS -->
<string name="update_status">Post Status</string>
<string name="update_photo">Add Photos</string>
<string name="update_share">Share</string>
<string name="license_success">Themes activiated</string>
<string name="license_failed">Themes disabled</string>
<string name="show_fab">Display a FAB</string>
<string name="show_fab_hint">Display a floating action button to post status updates to Facebook via Folio. When used in the default layout the FAB will not hide. When used with removed Facebook bar and removed toolbar, the FAB will hide. This will disable Facebook themes and Facebook layouts. This is also very buggy at the momment. </string>
<string name="loading_video">Loading.</string>
<string name="hide_sponsored">Hide sponsored posts</string>
<string name="hide_sponsored_description">Remove Facebook ads & sponsored posts.</string>
<!-- Folio Drawer -->
<string name="quickaccess">Quick Access</string>
<string name="newsfeed">Most Recent</string>
<string name="trending">Trending</string>
<string name="messages">Messages</string>
<string name="topnews">Top News</string>
<string name="fbmenu">Facebook Menu</string>
<string name="faved">Favorites</string>
<string name="friends">Friends</string>
<string name="groups">Groups</string>
<string name="pages">Pages</string>
<string name="photos">Photos</string>
<string name="reminders">Reminders</string>
<string name="events">Events</string>
<string name="onthisday">On This Day</string>
<string name="saved">Saved</string>
<string name="prefs">Preferences</string>
<string name="settings">Settings</string>
<string name="helpfeed">Feedback</string>
<string name="bugs">Report A Bug</string>
<!-- Twitter Drawer -->
<string name="discover">Discover</string>
<string name="connect">Connect</string>
<string name="twitter_search">Search</string>
<string name="twitter_home">Home</string>
<string name="twitter_me">Me</string>
<string name="switch_to_folio">Switch to Folio</string>
<string name="switch_to_twitter">Switch to Twitter</string>
<string name="switch_to_gplus">Switch to Google+</string>
<string name="switch_to_gram">Switch to Instagram</string>
<string name="switch_to_tum">Switch to Tumblr</string>
<!-- Add ons -->
<string name="addons">Social Add-ons</string>
<string name="addons_hint">Twitter requires the Twitter Add-on Key. All other add-ons require the Folio Key.</string>
<string name="enable_twitter">Enable Twitter</string>
<string name="enable_google">Enable Google+</string>
<string name="enable_instagram">Enable Instagram</string>
<string name="enable_tumblr">Enable Tumblr</string>
<!-- Removals -->
<string name="navigation_pref">Navigation Drawer Items</string>
<string name="navigation_pref_hint">Customize the navigation drawer by removing items you don\'t use in Folio.</string>
<string name="recent_nav">Remove Most Recent</string>
<string name="top_nav">Remove Top News</string>
<string name="facebook_nav">Remove Messages</string>
<string name="trending_nav">Remove Trending</string>
<string name="friends_nav">Remove Friends</string>
<string name="groups_nav">Remove Groups</string>
<string name="pages_nav">Remove Pages</string>
<string name="photos_nav">Remove Photos</string>
<string name="events_nav">Remove Events</string>
<string name="onday_nav">Remove On This Day</string>
<string name="saved_nav">Remove Saved</string>
<!-- News Feed -->
<string name="news_feed_preferences">News Feed Preference</string>
<string name="top_always">Top News</string>
<string name="top_always_hint">Load Top News when launching Folio.</string>
<!-- Fonts -->
<string name="font_preference">Facebook Font Preference</string>
<string name="larger_font_hint">Increase readability by enlarging fonts throughout Facebook. Disable other sizes for your font preference to work.</string>
<string name="font_set">Tap to relaunch Folio with your chosen font size.</string>
<string name="default_font">Default Font Size</string>
<string name="medium_font">Medium Font Size</string>
<string name="large_font">Large Font Size</string>
<string name="xl_font">Xtra Large Font Size</string>
<string name="xxl_font">Xtra Xtra Large Font Size</string>
<string-array name="font_choice">
<item>Default Font</item>
<item>Medium Font</item>
<item>Large Font</item>
<item>Xtra Large Font</item>
<item>Xtra Xtra Large Font</item>
</string-array>
<!-- Overflow Menu Folio -->
<string name="top">Jump To Top</string>
<string name="fb_settings">Facebook Settings</string>
<string name="fb_chat">Active Friends</string>
<string name="fb_recent">Most Recent</string>
<string name="refresh">Refresh</string>
<string name="notifications">Notifications</string>
<string name="notifications_about_hint">Setup notifications.</string>
<string name="search">Search Facebook</string>
<!-- Save Image On Long Press & Sharing-->
<string name="savefolio">Save Image</string>
<string name="txt_save_image_success">Downloading Image.</string>
<string name="txt_save_image_failed">Could not save image</string>
<string name="share_action">Share current page</string>
<string name="share_action_subject">Facebook page</string>
<!-- Save Image On Long Press -->
<string name="get_started">Log In With Facebook</string>
<string name="send_feedback">Folio Feedback</string>
<string name="ok">OK</string>
<string name="applying_changes">Clearing cache. Relauch Folio.</string>
<string name="cancel">Cancel</string>
<!-- Don't Know Why I'm Giving A Choice Here But...-->
<string name="site_preference">Choose Facebook Mode (BETA)</string>
<string name="site_preference_hint">Current Mode: %s.</string>
<string name="default_mode">Facebook Mobile</string>
<string name="basic_mode">Facebook Basic</string>
<string name="desktop_mode">Desktop Mode</string>
<!-- DO NOT TRANSLATE-->
<string name="about_text"><![CDATA[
<b>Tray Preferences</b><br><br>
Copyright 2015 grandcentrix GmbH<br><br>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.<br>
You may obtain a copy of the License at:<br><br>
http://www.apache.org/licenses/LICENSE-2.0<br><br>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br>
See the License for the specific language governing permissions and
limitations under the License.<br><br><br>
<b>Material Preferences</b><br><br>
The MIT License (MIT)<br><br>
Copyright (c) 2015 Jens Driller<br><br>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:<br><br>
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.<br><br>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.<br><br><br>
<b>Material Preference Compat</b><br><br>
The MIT License (MIT)<br><br>
Copyright (c) 2015 Fung Jichun<br><br>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:<br><br>
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.<br><br>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.<br><br>
<b>Facebook SDK</b><br><br>
Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
<br><br>
You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
copy, modify, and distribute this software in source code or binary form for use
in connection with the web services and APIs provided by Facebook.
<br><br>
As with any software that integrates with the Facebook platform, your use of
this software is subject to the Facebook Developer Principles and Policies
[http://developers.facebook.com/policy/]. This copyright notice shall be
included in all copies or substantial portions of the software.
<br><br>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<br><br>
<b>Picasso</b><br><br>
Copyright 2013 Square, Inc.<br><br>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at<br><br>
http://www.apache.org/licenses/LICENSE-2.0<br><br>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.<br><br>
<b>Clans Floating Action Button</b><br><br>
Copyright 2015 Dmytro Tarianyk
<br><br>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<br><br>
http://www.apache.org/licenses/LICENSE-2.0
<br><br>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
<br><br>
<b>ActionItemBadge</b><br><br>
Copyright 2015 Mike Penz
<br><br>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<br><br>
http://www.apache.org/licenses/LICENSE-2.0
<br><br>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
<br><br>
<b>Android-Iconics</b><br><br>
Copyright 2015 Mike Penz
<br><br>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<br><br>
http://www.apache.org/licenses/LICENSE-2.0
<br><br>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
<br><br>
<b>AdvancedWebView</b><br><br>
Copyright 2015 delight.im <[email protected]>
<br><br>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<br><br>
http://www.apache.org/licenses/LICENSE-2.0
<br><br>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
<br><br>
<b>AppRater</b><br><br>
Copyright 2013 Andrew Jackson
<br><br>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<br><br>
http://www.apache.org/licenses/LICENSE-2.0
<br><br>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
<br><br>
]]></string>
<string name="about_header">Open source licenses\nNotices for files</string>
<!-- DO NOT TRANSLATE-->
<string name="change_log"><![CDATA[
<b>Version 7.3.1.1</b>
<br><br>
<b>What\'s New</b>
<br><br>
-Settings menu adjustments to help find preferences faster.<br><br>
-New font size selector. Easily change your font size. Tap to apply changes.<br><br>
-New Facebook themes selector. Easily change Facebook themes. Tap to apply changes.<br><br>
-Try Folio theme\'s for FREE for a limited time.<br><br>
-Turkish language added.<br><br>
-Sending bugs or feedback has now moved to the settings overflow menu.<br><br>
-Better hiding of the FAB (Floating Action Button) on devices with physical buttons.<br><br>
-Ninja code.<br><br>
]]></string>
<!-- OK To Translate-->
<string name="about_change_log"><b>Folio Change Log</b></string>
<string name="copyright">\u00A9 2015 Creative Trends Apps LLC.</string>
<string name="allrights">All Rights Reserved.</string>
<string name="about_version">Version 7.3.1.1</string>
<string name="about_image">Image Credit: Klyph for Facebook</string>
<!-- Random Strings Part 1 -->
<string name="fb_offline">Error</string>
<string name="hello"></string>
<string name="cancelled">Cancelled</string>
<string name="permission_not_granted">Unable to perform selected action because permissions were not granted.</string>
<string name="image_chooser">Image Chooser</string>
<string name="loading_link">Opening With Folio</string>
<string name="author">Created by Jorell Rutledge</string>
<string name="title_activity_settings">Settings</string>
<string name="title_activity_about">About Folio</string>
<string name="title_activity_about_hint">Learn about the different libraries used in Folio. Get its source on GitHub, join us on Facebook and more.</string>
<string name="email_author">Send Feedback</string>
<string name="choose_email_client">Choose e-mail client</string>
<string name="no_network">You\'re not online.</string> <!-- You MUST include the \ in your translation. For example... ***You'\re**** is spelled like that -->
<string name="share_link">Share this item</string>
<string name="long_clicks">Long Clicks</string>
<string name="long_clicks_description">Long click images to save them.</string>
<!-- Random Strings Part 2 -->
<string name="preference_category4">Folio Themes</string>
<string name="donate_jorell">Support Development & Unlock Features</string>
<string name="donate_jorell_description">Help me stay up to code.</string>
<string name="donate_jorell_link" translatable="true">http://paypal.me/creativetrends</string>
<string name="donate_jorell_about">Buy Me A Coffee</string>
<!-- Bottom Section of Credits-->
<string name="hardware_acceleration">Hardware Acceleration</string>
<string name="credits_settings">Credits</string>
<string name="preference_category7">Customizations</string>
<string name="preference_about_category">About</string>
<string name="preference_set_category">All Set?</string>
<string name="preference_donate_category">Purchase Folio Key</string>
<string name="preference_rest_category">Reset Folio To Default Settings</string>
<string name="preference_category15">Folio Layout Settings</string>
<string name="preference_facebook_layouts">Facebook Layout Settings</string>
<string name="fixed_nav">Fixed Facebook bar</string>
<string name="fixed_nav_description">Facebook navigation bar always on top.</string>
<string name="credits_licenses">Tap here to read more about the licences used in Folio.</string>
<string name="credits_licenses_description">Open source software licenses</string>
<string name="clear_cache">Clear Data</string>
<string name="clear_cache_title">Are you sure?</string>
<string name="clear_cache_message">Tap OK to clear Folio\'s data. This will also log you out.</string>
<string name="clear_cache_description">Clear Folio\'s data. This will also log you out.</string> <!-- You MUST include the \ in your translation. For example... ***You\'re**** is spelled like that -->
<string name="preferences_feedback">Send Feedback</string>
<string name="preferences_feedback_description">Have a question? Need help? Tap here to send us an email.</string>
<string name="preferences_feedback_link" translatable="true">mailto:[email protected]?Subject=Folio</string>
<string name="preferences_rate">Help Others By Rating Folio</string>
<string name="preferences_rate_hint">Rate Folio on Google Play</string>
<string name="preferences_rate_description">Rate Folio</string>
<string name="preferences_auto">Auto Scroll</string>
<string name="preferences_auto_hint">Auto scroll to hide Facebook\'s menu?</string>
<!-- All About Credits -->
<string name="preference_category6">Credits</string>
<string name="credits_bejan">Bejan Kanga</string>
<string name="credits_bejan_description">For launcher icons for Folio & Folio Messenger. Also some navigation drawer icons. Also help with development on portions of the original app FrontPage. Tap here to visit his website.</string>
<string name="credits_bejan_link" translatable="true">http://bejank.com</string>
<string name="credits_nam">Nam Nghiem</string>
<string name="credits_nam_description">For help with cover photos. Check out his Facebook client.</string>
<string name="credits_nam_link" translatable="true">https://play.google.com/store/apps/details?id=com.nam.fbwrapper&hl=en</string>
<string name="credits_beta">Facebook Group</string>
<string name="credits_beta_description">Join Creative Trends Beta on Facebook.</string>
<string name="credits_beta_link" translatable="true">https://www.facebook.com/groups/creativtrendz/</string>
<string name="credits_google_plus">Google+</string>
<string name="credits_google_plus_description">Join Folio for Facebook on Google+</string>
<string name="credits_google_plus_link" translatable="true">https://plus.google.com/communities/116238843585710616103</string>
<string name="credits_janae">Janae</string>
<string name="credits_janae_description">For sharing an interest in technology and being patient while daddy worked.</string>
<string name="credits_tykeshia">Tykeshia</string>
<string name="credits_tykeshia_description">For being supportive and encouraging throughout the past years. Thanks for letting me borrow the laptop.</string>
<string name="credits_facebook">Facebook Inc.</string>
<string name="credits_facebook_description">For their new graph api. Also for their mobile site which is used in Folio. </string>
<string name="credits_facebook_link" translatable="true">http://m.facebook.com</string>
<string name="credits_google">Google Inc.</string>
<string name="credits_google_description">For AppCompat v7, also for open sourcing your Material Design icons.</string>
<string name="credits_google_link" translatable="true">https://developer.android.com/tools/support-library/features.html</string>
<string name="preference_category10">Open Source Software Used</string>
<string name="preference_category8">Open Source Licenses</string>
<string name="credits_tray">Tray Preferences</string>
<string name="credits_tray_description">Tap here to fork the project.</string>
<string name="credits_tray_link" translatable="true">https://github.com/grandcentrix/tray</string>
<string name="credits_material">Folio for Facebook</string>
<string name="credits_material_description">Tap here to fork the project.</string>
<string name="credits_material_link" translatable="true">https://github.com/creativetrendsapps/folioforfacebook</string>
<string name="credits_preferences">Material Preference Compat</string>
<string name="credits_preferences_description">Tap here to fork the project.</string>
<string name="credits_preferences_link" translatable="true">https://github.com/fython/MaterialPreferenceCompat</string>
<!-- All About Translations -->
<string name="preference_category12">Translations</string>
<string name="credits_italian">Fabio Catinella</string>
<string name="credits_italian_description">Italiano</string>
<string name="credits_spanish">Marco Rubio Asensio</string>
<string name="credits_spanish_description">Español</string>
<string name="credits_german">Clemens Corell</string>
<string name="credits_german_description">Deutsch</string>
<string name="credits_brazilian">Vinícius Rubens Pedrinho</string>
<string name="credits_brazilian_description">Português de Brasil</string>
<string name="credits_trukish">Vinícius Rubens Pedrinho</string>
<string name="credits_trukish_description">Português de Brasil</string>
<string name="help_trans">Help Translate</string>
<string name="help_trans_hint">Tap to help translate Folio into your language.</string>
<!-- All About Notifications -->
<string name="preference_category5">General</string>
<string name="activate_notifications">Facebook Notifications</string>
<string name="activate_messages">Message Notifications</string>
<string name="activate_friends">Friend Request Notifications</string>
<string name="notifications_service_created">Notifications Activated</string>
<string name="notifications_settings">Notifications</string>
<string name="all_notifications">View All Notifications</string>
<string name="all_messages">View Messages</string>
<string name="all_requests">View Friend Requests</string>
<string name="notification_sound">Notification Sound</string>
<string name="notification_sound_description">Current: \u0020</string>
<string name="message_sound">Message Notification Sound</string>
<string name="message_sound_description">Current: \u0020</string>
<string name="silent">No Sound</string>
<string name="vibrate">Vibrate</string>
<string name="led_light">Notification LED</string>
<string name="notifications_extra">Additional</string>
<string name="notifications_everywhere">Always Be Notified</string>
<string name="notifications_everywhere_description">Even when you\'re using Folio.</string>
<string name="get_key">https://play.google.com/store/apps/details?id=com.creativetrends.folio.app.key</string>
<string name="friend_request"> new friend request</string>
<string name="friend_requests"> new friend requests</string>
<string name="new_notification"> new notification</string>
<string name="new_notifications"> new notifications</string>
<!-- ALL ABOUT THEMES-->
<string name="choose_font_facebook">Facebook Font Size</string>
<string name="choose_font_facebook_hint">Current font size: %s</string>
<string name="preference_category3">Facebook Themes</string>
<string name="dark_theme">Black Theme</string>
<string name="dark_theme_description">Turn on black theme.</string>
<string name="red_theme">Android Studio Theme</string>
<string name="red_theme_description">Turn on Dracula theme.</string>
<string-array name="pref_theme_entries">
<item>Folio Theme</item>
<item>Folio Theme Dark Drawer</item>
<item>Pink Theme</item>
<item>Pink Theme Dark Drawer</item>
<item>Purple Theme</item>
<item>Purple Theme Dark Drawer</item>
<item>Deep Purple Theme</item>
<item>Deep Purple Theme Dark Drawer</item>
<item>Dark Theme</item>
<item>Orange Theme</item>
<item>Orange Theme Dark Drawer</item>
<item>Deep Orange Theme</item>
<item>Deep Orange Theme Dark Drawer</item>
<item>Falcon Theme</item>
<item>Falcon Theme Dark Drawer</item>
<item>Lime Theme</item>
<item>Lime Theme Dark Drawer</item>
<item>Green Theme</item>
<item>Green Theme Dark Drawer</item>
<item>Light Green Theme</item>
<item>Light Green Theme Dark Drawer</item>
<item>Amber Theme</item>
<item>Amber Theme Dark Drawer</item>
<item>Yellow Theme</item>
<item>Yellow Theme Dark Drawer</item>
<item>Red Theme</item>
<item>Red Theme Dark Drawer</item>
<item>Blue Theme</item>
<item>Blue Theme Dark Drawer</item>
<item>Light Blue Theme</item>
<item>Light Blue Theme Dark Drawer</item>
<item>Cyan Theme</item>
<item>Cyan Theme Dark Drawer</item>
<item>Teal Theme</item>
<item>Teal Theme Dark Drawer</item>
<item>Brown Theme</item>
<item>Brown Theme Dark Drawer</item>
<item>Grey Theme</item>
<item>Grey Theme Dark Drawer</item>
<item>Blue Grey Theme</item>
<item>Blue Grey Theme Dark Drawer</item>
</string-array>
<string-array name="pref_theme_fb_entries">
<item>Facebook Theme</item>
<item>Black Theme</item>
<item>Dracula Theme</item>
</string-array>
<string name="quick_bar">QuickBar</string>
<string name="quick_bar_hint">Show Folio QuickBar?</string>
<string name="quick_bar_on">QuickBar is now on.</string>
<string name="quick_bar_off">QuickBar is now off.</string>
<string name="no_images">Disable Images</string>
<string name="no_images_hint">Reduce data usage be removing images.</string>
<string name="hide_bar">Remove Facebook Bar</string>
<string name="choose_theme_folio">Choose App Theme</string>
<string name="choose_theme_facebook">Choose Facebook Theme</string>
<string name="choose_theme_folio_hint">Current theme: %s</string>
<string name="hidden_bar">Hide Toolbar</string>
<string name="sync_problem">Awe snap! That\'s an error. Folio couldn\'t get your notifications. Please close and reopen Folio.</string>
<string name="you_have_one_message">You have 1 new message</string>
<string name="you_have_n_messages">You have %d new messages</string>
<string name="file_logger">Save logs to a file</string>
<string name="file_logger_description">Save Notification Service logs to an external memory. It needs a storage permission.</string>
<string name="file_logger_needs_permission">No access to external storage. Log cannot be saved.</string>
<string name="interval_pref">Badge & Sync Service</string>
<string name="interval_pref_description">Notifications & badges will be checked every %s.</string>
<string-array name="update_interval">
<item>5 seconds</item>
<item>2 minutes</item>
<item>5 minutes</item>
<item>30 minutes</item>
<item>1 hour</item>
<item>3 hours</item>
<item>6 hours</item>
</string-array>
<string-array name="update_interval_values">
<item>5000</item>
<item>120000</item>
<item>300000</item>
<item>1800000</item>
<item>3600000</item>
<item>10800000</item>
<item>21600000</item>
</string-array>
<string name="not_valid_title">Not Valid</string>
<string name="not_valid_message">This version of Folio is not from the Play Store and will not function.</string>
<string name="get_from_play">Google Play</string>
<string name="people_you">People You May Know</string>
<string name="people_you_hint">Hide people you may know. (BETA)</string>
<string name="download_manager_disabled">DownloadManager is disabled. Please enable it.</string>
<string name="cannot_access_storage">No access to external storage</string>
<string name="file_cannot_be_saved">A file cannot be saved</string>
<string name="camera_exception">Problems with a camera</string>
</resources>