forked from enigmedark/folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings-NL.xml
More file actions
780 lines (553 loc) · 33.8 KB
/
Copy pathstrings-NL.xml
File metadata and controls
780 lines (553 loc) · 33.8 KB
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
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
<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">Instellingen</string>
<string name="end">Uitloggen</string>
<!-- Close Drawer -->
<string name="closeDrawer">Navigatie View</string>
<!-- Open Drawer -->
<string name="openDrawer">Open Linker Drawer</string>
<!-- Close The App -->
<string name="exit">Afsluiten</string>
<!-- Save Image On Long Press -->
<string name="customize_folio">Folio aanpassen</string>
<string name="customize_folio_hint">Verander uiterlijk en layout.</string>
<string name="tap_to_set">Tap om veranderingen toe te passen</string>
<string name="status_updated">Status geüpdate.</string>
<!-- FAB LABELS -->
<string name="update_status">Post Status</string>
<string name="update_photo">Foto's toevoegen</string>
<string name="update_share">Nu delen</string>
<string name="license_success">Thema\'s geactiveerd</string>
<string name="license_failed">Thema\'s uitgeschakeld</string>
<string name="show_fab">Weergeef een FAB</string>
<string name="show_fab_hint">Weergeef een zwevende actie knop om status updates te posten op Facebook via Folio. Wanneer dit wordt gebruikt in de standaard layout zal de FAB niet worden verborgen. Wanneer de facebook balk en toolbar zijn verwijderd wordt de FAB wel verborgen. Dit schakelt de Facebook thema's en layouts uit. Deze optie is momenteel ook erg buggy.</string>
<string name="loading_video">Laden.</string>
<string name="hide_sponsored">Verberg gesponsorde posts</string>
<string name="hide_sponsored_description">Verwijder Facebook reclame & gesponsorde posts.</string>
<!-- Folio Drawer -->
<string name="quickaccess">Snelle Toegang</string>
<string name="newsfeed">Meest Recent</string>
<string name="trending">Trending</string>
<string name="messages">Berichten</string>
<string name="topnews">Top Nieuws</string>
<string name="fbmenu">Facebook Menu</string>
<string name="faved">Favorieten</string>
<string name="friends">Vrienden</string>
<string name="groups">Groepen</string>
<string name="pages">Pagina\'s</string>
<string name="photos">Foto\'s</string>
<string name="reminders">Herinneringen</string>
<string name="events">Evenementen</string>
<string name="onthisday">Op deze dag</string>
<string name="saved">Opgeslagen</string>
<string name="prefs">Voorkeuren</string>
<string name="settings">Instellingen</string>
<string name="helpfeed">Feedback</string>
<string name="bugs">Reporteer een bug</string>
<!-- Twitter Drawer -->
<string name="discover">Ontdekken</string>
<string name="connect">Verbinden</string>
<string name="twitter_search">Zoeken</string>
<string name="twitter_home">Home</string>
<string name="twitter_me">Ik</string>
<string name="switch_to_folio">Switch naar Folio</string>
<string name="switch_to_twitter">Switch naar Twitter</string>
<string name="switch_to_gplus">Switch naar Google+</string>
<string name="switch_to_gram">Switch naar Instagram</string>
<string name="switch_to_tum">Switch naar Tumblr</string>
<!-- Add ons -->
<string name="addons">Social Add-ons</string>
<string name="addons_hint">Twitter vereist de Twitter Add-on Sleutel nodig. Alle andere add-ons vereisen de Folio sleutel. Andere add-ons zijn nog niet beschikbaar om in te schakelen.</string>
<string name="enable_twitter">Schakel Twitter in</string>
<string name="enable_google">Schakel Google+ in</string>
<string name="enable_instagram">Schakel Instagram in</string>
<string name="enable_tumblr">Schakel Tumblr in</string>
<!-- Removals -->
<string name="navigation_pref">Navigatie Drawer Items</string>
<string name="navigation_pref_hint">Pas de navigatie balk aan door items te verwijderen die je niet gebruikt in Folio.</string>
<string name="recent_nav">Verwijder Meest Recent</string>
<string name="top_nav">Verwijder Top Nieuws</string>
<string name="facebook_nav">Verwijder Berichten</string>
<string name="trending_nav">Verwijder Trending</string>
<string name="friends_nav">Verwijder Vrienden</string>
<string name="groups_nav">Verwijder Groepen</string>
<string name="pages_nav">Verwijder Pagina\'s</string>
<string name="photos_nav">Verwijder Foto\'s</string>
<string name="events_nav">Verwijder Evenementen</string>
<string name="onday_nav">Verwijder Op Deze Dag</string>
<string name="saved_nav">Verwijder Opgeslagen</string>
<!-- News Feed -->
<string name="news_feed_preferences">News Feed Voorkeuren</string>
<string name="top_always">Top Nieuws</string>
<string name="top_always_hint">Laad Top Nieuws wanneer Folio wordt gestart.</string>
<!-- Fonts -->
<string name="font_preference">Facebook Lettertype Voorkeuren</string>
<string name="larger_font_hint">Leesbaarheid verbeteren door het lettertype te vergroten op Facebook. Schakel andere lettergroottes uit in je instellingen om deze optie te laten werken.</string>
<string name="font_set">Tap om Folio opnieuw te starten met het gekozen lettertype.</string>
<string name="default_font">Standaard Lettergrootte</string>
<string name="medium_font">Medium Lettergrootte</string>
<string name="large_font">Grote Lettergrootte</string>
<string name="xl_font">Extra Grote Lettergrootte</string>
<string name="xxl_font">Extra-Extra Grote Lettergrootte</string>
<string-array name="font_choice">
<item>Standaard Lettertype</item>
<item>Klein Lettertype</item>
<item>Medium Lettertype</item>
<item>Groot Lettertype</item>
<item>Extra Groot Lettertype</item>
<item>XX Groot Lettertype</item>
</string-array>
<!-- Overflow Menu Folio -->
<string name="top">Spring Naar Boven</string>
<string name="fb_settings">Facebook Instellingen</string>
<string name="fb_chat">Actieve Vrienden</string>
<string name="fb_recent">Meest Recent</string>
<string name="refresh">Vernieuwen</string>
<string name="notifications">Notificaties</string>
<string name="notifications_about_hint">Notificaties instellen.</string>
<string name="search">Zoek door Facebook</string>
<!-- Save Image On Long Press & Sharing-->
<string name="savefolio">Afbeelding Opslaan</string>
<string name="txt_save_image_success">Afbeelding aan het downloaden.</string>
<string name="txt_save_image_failed">Kon afbeelding niet opslaan</string>
<string name="share_action">Deel deze pagina</string>
<string name="share_action_subject">Facebook pagina</string>
<!-- Save Image On Long Press -->
<string name="facebook_app_id">691828467548980</string>
<string name="get_started">Log In Met Facebook</string>
<string name="send_feedback">Folio Feedback</string>
<string name="ok">Oké</string>
<string name="applying_changes">Cache leegmaken. Start Folio opnieuw.</string>
<string name="cancel">Annuleren</string>
<!-- Don't Know Why I'm Giving A Choice Here But...-->
<string name="site_preference">Kies Facebook Modus (BETA)</string>
<string name="site_preference_hint">Huidige Modus: %s.</string>
<string name="default_mode">Facebook Mobiel</string>
<string name="basic_mode">Facebook Standaard</string>
<string name="desktop_mode">Desktop Modus</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>Tinfoil for Facebook</b><br><br>
Copyright 2013 Daniel Velzaco<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 <info@delight.im>
<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 licenties\nNotices for files</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">Alle rechten voorbehouden.</string>
<string name="about_image">Afbeelding Credit: Klyph for Facebook</string>
<!-- Random Strings Part 1 -->
<string name="fb_offline">Error</string>
<string name="hello"></string>
<string name="cancelled">Geannuleerd</string>
<string name="permission_not_granted">Het is niet mogelijk deze actie uit te voeren, omdat de permissies niet toegekend zijn.</string>
<string name="image_chooser">Afbeelding kiezer</string>
<string name="loading_link">Openen met Folio</string>
<string name="author">Gemaakt door Jorell Rutledge</string>
<string name="title_activity_settings">Instellingen</string>
<string name="title_activity_about">Over Folio</string>
<string name="title_activity_about_hint">Leer meer over de libraries die gebruikt zijn in Folio. Verkrijg de broncode op GitHub, volg ons op Facebook en meer.</string>
<string name="email_author">Stuur Feedback</string>
<string name="choose_email_client">Kies e-mail client</string>
<string name="no_network">Je bent niet online.</string> <!-- You MUST include the \ in your translation. For example... ***You'\re**** is spelled like that -->
<string name="share_link">Deel dit item</string>
<string name="long_clicks">Lang Kliken</string>
<string name="long_clicks_description">Houd afbeeldingen lang ingedrukt om deze op te slaan.</string>
<!-- Random Strings Part 2 -->
<string name="preference_category4">Folio Thema's</string>
<string name="donate_jorell"><![CDATA[Steun de ontwikkeling & ontgrendel features]]></string>
<string name="donate_jorell_description">Help me wakker te blijven om meer code te schrijven.</string>
<string name="donate_jorell_link" translatable="true">http://paypal.me/creativetrends</string>
<string name="donate_jorell_about">Koop een kop koffie voor mij</string>
<!-- Bottom Section of Credits-->
<string name="hardware_acceleration">Hardware Acceleratie</string>
<string name="credits_settings">Credits</string>
<string name="preference_category7">Aanpassingen</string>
<string name="preference_about_category">Over</string>
<string name="preference_set_category">All Set?</string>
<string name="preference_donate_category">Koop Folio Sleutel</string>
<string name="preference_rest_category">Reset Folio Naar Standaard Instellingen</string>
<string name="preference_category15">Folio Layout Instellingen</string>
<string name="preference_facebook_layouts">Facebook Layout Instellingen</string>
<string name="fixed_nav">Vaste Facebook balk</string>
<string name="fixed_nav_description">Facebook navigatie balk blijft altijd bovenaan.</string>
<string name="credits_licenses">Klik hier voor meer informatie over licenties die gebruikt zijn in Folio.</string>
<string name="credits_licenses_description">Open source software licenties</string>
<string name="clear_cache">Verwijder Data</string>
<string name="clear_cache_title">Weet je het zeker?</string>
<string name="clear_cache_message">Klik op Oké om Folio\'s data te verwijderen. Dit zal je ook uitloggen.</string>
<string name="clear_cache_description">Verwijder Folio\'s data. Dit zorgt er ook voor dat je wordt uitgelogd.</string> <!-- You MUST include the \ in your translation. For example... ***You\'re**** is spelled like that -->
<string name="preferences_feedback">Stuur Feedback</string>
<string name="preferences_feedback_description">Heb je een vraag? Hulp nodig? Klik hier om ons een email te sturen.</string>
<string name="preferences_feedback_link" translatable="true">mailto:creativetrendzappsllc@gmail.com?Subject=Folio</string>
<string name="preferences_rate">Help anderen door Folio te beoordelen</string>
<string name="preferences_rate_hint">Beoordeel Folio op Google Play</string>
<string name="preferences_rate_description">Beoordeel Folio</string>
<string name="preferences_auto">Automatisch Scrollen</string>
<string name="preferences_auto_hint">Automatisch scrollen om het Facebook menu te verbergen?</string>
<!-- All About Credits -->
<string name="preference_category6">Credits</string>
<string name="credits_bejan">Bejan Kanga</string>
<string name="credits_bejan_description">Voor opstart icoon van Folio & Folio Messenger. Ook navigatie iconen. Ook voor de hulp met ontwikkeling van delen van de originele app FrontPage. Klik hier om zijn website te bezoeken.</string>
<string name="credits_bejan_link" translatable="true">http://bejank.com</string>
<string name="credits_nam">Nam Nghiem</string>
<string name="credits_nam_description">Voor hulp met cover foto\'s. Bekijk zijn 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_dan">Daniel Velazco/nJames Vento</string>
<string name="credits_dan_description">Voor het gebruik van video afspelen op volledig scherm in een webview in de code van Tinfoil. Bekijk Tinfoil voor Facebook.</string>
<string name="credits_dan_link" translatable="true">https://play.google.com/store/apps/details?id=com.danvelazco.fbwrapper&hl=en</string>
<string name="credits_beta">Facebook Groep</string>
<string name="credits_beta_description">Volg Creative Trends Beta op 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">Volg Folio for Facebook op 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">Voor het delen van interesse in technologie en geduldig blijven wanneer papa werkt.</string>
<string name="credits_tykeshia">Tykeshia</string>
<string name="credits_tykeshia_description">Voor de steun en aamoediging de afgelopen jaren. Bedankt voor het lenen van de laptop.</string>
<string name="credits_facebook">Facebook Inc.</string>
<string name="credits_facebook_description">Voor de nieuwe graph api. Ook voor de mobiele site die gebruikt wordt 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">Voor AppCompat v7, tevens voor het open sourcen van je Material Design iconen.</string>
<string name="credits_google_link" translatable="true">https://developer.android.com/tools/support-library/features.html</string>
<string name="preference_category10">Gebruikte Open Source Software</string>
<string name="preference_category8">Open Source Licenties</string>
<string name="credits_tray">Tray Preferences</string>
<string name="credits_tray_description">Klik hier om het project te forken.</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">Klik hier om het project te forken.</string>
<string name="credits_preferences_link" translatable="true">https://github.com/fython/MaterialPreferenceCompat</string>
<!-- All About Translations -->
<string name="preference_category12">Vertalingen</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_turk">Mehmet Çalışkan</string>
<string name="credits_turk_description">Türkçe</string>
<string name="credits_fren">Jean Philippe</string>
<string name="credits_fren_description">Français</string>
<string name="credits_pol">seba112</string>
<string name="credits_pol_description">Polski</string>
<string name="credits_dut">Robert Boes</string>
<string name="credits_dut_description">Nederlands</string>
<string name="credits_dut2">Dennis</string>
<string name="credits_dut2_description">Nederlands</string>
<string name="help_trans">Help met vertalen</string>
<string name="help_trans_hint">Klik om te helpen Folio te vertalen in je eigen taal.</string>
<!-- All About Notifications -->
<string name="preference_category5">Algemeen</string>
<string name="activate_notifications">Facebook Notificaties</string>
<string name="activate_messages">Berichten Notificaties</string>
<string name="activate_friends">Vriend Verzoek Notificaties</string>
<string name="notifications_service_created">Notificaties Ingeschakeld</string>
<string name="notifications_settings">Notificaties</string>
<string name="all_notifications">Bekijk Notificaties</string>
<string name="all_messages">Bekijk Berichten</string>
<string name="all_requests">Bekijk Vriend Verzoeken</string>
<string name="notification_sound">Notificatie Geluid</string>
<string name="notification_sound_description">Huidig: \u0020</string>
<string name="message_sound">Bericht Notificatie Geluid</string>
<string name="message_sound_description">Huidig: \u0020</string>
<string name="silent">Geen Geluid</string>
<string name="vibrate">Trillen</string>
<string name="led_light">Notificatie LED</string>
<string name="led_color">LED kleur</string>
<string name="led_color_description">Huidige LED Kleur: %s.</string>
<string name="notifications_extra">Overig</string>
<string name="notifications_everywhere">Altijd notificaties sturen</string>
<string name="notifications_everywhere_description">Ook wanneer je Folio gebruikt.</string>
<string name="get_key">https://play.google.com/store/apps/details?id=com.creativetrends.folio.app.key</string>
<string name="friend_request"> nieuw vriend verzoek</string>
<string name="friend_requests"> nieuwe vriend verzoeken</string>
<string name="new_notification"> nieuwe notificatie</string>
<string name="new_notifications"> nieuwe notificaties</string>
<!-- ALL ABOUT THEMES-->
<string name="choose_font_facebook">Facebook Lettertype grootte</string>
<string name="choose_font_facebook_hint">Huidige lettertype grootte: %s</string>
<string name="preference_category3">Facebook Thema\'s</string>
<string name="dark_theme">Zwart Thema</string>
<string name="dark_theme_description">Zet het zwarte thema aan.</string>
<string name="red_theme">Android Studio Thema</string>
<string name="red_theme_description">Zet het Dracula thema aan.</string>
<string-array name="pref_theme_entries">
<item>Folio Thema</item>
<item>Folio Thema Donkere Balk</item>
<item>Roze Thema</item>
<item>Roze Thema Donkere Balk</item>
<item>Paars Thema</item>
<item>Paars Thema Donkere Balk</item>
<item>Donker Paars Thema</item>
<item>Donker Paars Thema Donkere Balk</item>
<item>Donker Thema</item>
<item>Oranje Thema</item>
<item>Oranje Thema Donkere Balk</item>
<item>Donker Oranje Thema</item>
<item>Donker Oranje Thema Donkere Balk</item>
<item>Falcon Thema</item>
<item>Falcon Thema Donkere Balk</item>
<item>Limoen Thema</item>
<item>Limoen Thema Donkere Balk</item>
<item>Groen Thema</item>
<item>Groen Thema Donkere Balk</item>
<item>Licht Groen Thema</item>
<item>Licht Groen Thema Donkere Balk</item>
<item>Amber Thema</item>
<item>Amber Thema Donkere Balk</item>
<item>Geel Thema</item>
<item>Geel Thema Donkere Balk</item>
<item>Rood Thema</item>
<item>Rood Thema Donkere Balk</item>
<item>Blauw Thema</item>
<item>Blauw Thema Donkere Balk</item>
<item>Licht Blauw Thema</item>
<item>Licht Blauw Thema Donkere Balk</item>
<item>Cyaan Thema</item>
<item>Cyaan Thema Donkere Balk</item>
<item>Teal Thema</item>
<item>Teal Thema Donkere Balk</item>
<item>Bruin Thema</item>
<item>Bruin Thema Donkere Balk</item>
<item>Grijs Thema</item>
<item>Grijs Thema Donkere Balk</item>
<item>Blauw Grijs Thema</item>
<item>Blauw Grijs Theme Donkere Balk</item>
</string-array>
<string-array name="pref_theme_fb_entries">
<item>Facebook Thema</item>
<item>Zwart Thema</item>
<item>Dracula Thema</item>
</string-array>
<string name="quick_bar">Snelbalk</string>
<string name="quick_bar_hint">Toon Folio Snelbalk?</string>
<string name="quick_bar_on">Snelbalk staat nu aan.</string>
<string name="quick_bar_off">Snelbalk staat nu uit.</string>
<string name="no_images">Afbeeldingen Uitschakelen</string>
<string name="no_images_hint">Verminder datagebruik door afbeeldingen te verwijderen.</string>
<string name="hide_bar">Verwijder Facebook Balk</string>
<string name="choose_theme_folio">Kies App Thema</string>
<string name="choose_theme_facebook">Kies Facebook Thema</string>
<string name="choose_theme_folio_hint">Huidig thema: %s</string>
<string name="hidden_bar">Verberg Toolbar</string>
<string name="sync_problem">Awe snap! Dat is een error. Folio kon je notificaties niet krijgen. Sluit en heropen Folio alstublieft.</string>
<string name="you_have_one_message">Je hebt 1 nieuw bericht</string>
<string name="you_have_n_messages">Je hebt %d nieuwe berichten</string>
<string name="file_logger">Sla logs op naar een bestand</string>
<string name="file_logger_description">Sla Notificatie Service logs op naar het externe geheugen. Dit vereist opslag permissie.</string>
<string name="file_logger_needs_permission">Geen toegang tot externe opslag. Logs kunnen niet opgeslagen worden.</string>
<string name="interval_pref">Badge & Sync Service</string>
<string name="interval_pref_description">Notificatie & badges worden elke %s gecontrolleerd.</string>
<string-array name="update_interval">
<item>5 seconden</item>
<item>2 minuten</item>
<item>5 minuten</item>
<item>30 minuten</item>
<item>1 uur</item>
<item>3 uren</item>
<item>6 uren</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">Niet geldig</string>
<string name="not_valid_message">Deze versie van Folio komt niet uit de Play Store en zal niet werken.</string>
<string name="get_from_play">Google Play</string>
<string name="people_you">Mensen die je misschien kent</string>
<string name="people_you_hint">Verberg mensen die je misschien kent. (BETA)</string>
<string name="download_manager_disabled">DownloadManager is uitgeschakeld. Schakel het alstublieft in.</string>
<string name="cannot_access_storage">Geen toegang tot externe opslag</string>
<string name="file_cannot_be_saved">Een bestand kan niet worden opgeslagen</string>
<string name="camera_exception">Er is een probleem met de camara</string>
<!-- Folio Favorites -->
<string name="open_link_title">Open Links</string>
<string name="open_link_hint">Open externe links in Folio</string>
<string name="addPage">Toevoegen aan Favorieten</string>
<string name="removePage">Verwijder uit Favorieten</string>
<string name="remember_title">News Feed Positie (Beta)</string>
<string name="remember_hint">Onthou de News Feed positie.</string>
<string name="faq">FAQ\'s</string>
</resources>