-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstrings.xml
More file actions
549 lines (492 loc) · 32.6 KB
/
strings.xml
File metadata and controls
549 lines (492 loc) · 32.6 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
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- General -->
<string name="app_name">QED</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="coming_soon">Coming soon™</string>
<string name="copied">Copied</string>
<string name="delete">Delete</string>
<string name="delete_error">Deletion failed</string>
<string name="deleted">Deleted</string>
<string name="empty" translatable="false"/>
<string name="hits">%,d Hits</string>
<string name="info">Details</string>
<string name="open_in_browser">Open in browser</string>
<string name="export_contact">Export contact</string>
<string name="range">%s - %s</string>
<string name="refresh">Refresh</string>
<string name="retry">Retry</string>
<string name="save">Save</string>
<string name="save_error">Saving failed</string>
<string name="saved">Saved</string>
<string name="search">Search</string>
<string name="settings">Settings</string>
<string name="undo">Undo</string>
<!-- Application -->
<string name="double_back_to_exit_toast">Press again to exit</string>
<string name="logout_success">Logout successful</string>
<string name="not_official">This app is not related to the Quod Erat Demonstrandum e.V. in any official way.</string>
<string name="master_key_error">Password could not be saved.</string>
<!-- Preference Keys -->
<string name="preferences_chat_name_key" translatable="false">chat.name</string>
<string name="preferences_chat_recent_names_key" translatable="false">chat.recent_names</string>
<string name="preferences_chat_channel_key" translatable="false">chat.channel</string>
<string name="preferences_chat_recent_channels_key" translatable="false">chat.recent_channels</string>
<string name="preferences_chat_color_key" translatable="false">chat.color</string>
<string name="preferences_chat_sense_key" translatable="false">chat.show_sense</string>
<string name="preferences_chat_public_id_key" translatable="false">chat.public_id</string>
<string name="preferences_chat_linkify_key" translatable="false">chat.linkify</string>
<string name="preferences_chat_katex_key" translatable="false">chat.katex</string>
<string name="preferences_chat_delete_db_key" translatable="false">chat.delete_db</string>
<string name="preferences_chat_colorful_key" translatable="false">chat.colorful</string>
<string name="preferences_chat_db_max_result_key" translatable="false">chat.db_max_results</string>
<string name="preferences_general_bug_report_key" translatable="false">general.bug_report</string>
<string name="preferences_general_language_key" translatable="false">general.language</string>
<string name="preferences_general_github_key" translatable="false">general.github</string>
<string name="preferences_general_remember_me_key" translatable="false">general.remember_me</string>
<string name="preferences_general_night_mode_key" translatable="false">general.night_mode</string>
<string name="preferences_general_update_check_enabled_key" translatable="false">general.update_check.enabled</string>
<string name="preferences_general_update_check_includes_prereleases_key" translatable="false">general.update_check.includes_prereleases</string>
<string name="preferences_general_update_check_dont_suggest_key" translatable="false">general.update_check.dont_suggest</string>
<string name="preferences_general_username_key" translatable="false">general.username</string>
<string name="preferences_gallery_delete_thumbnails_key" translatable="false">gallery.delete_thumbnails</string>
<string name="preferences_gallery_delete_images_key" translatable="false">gallery.delete_images</string>
<string name="preferences_gallery_offline_mode_key" translatable="false">gallery.offline_mode</string>
<string name="preferences_gallery_show_dir_key" translatable="false">gallery.show_dir</string>
<string name="preferences_gallery_delete_db_key" translatable="false">gallery.delete_db</string>
<!-- Language -->
<string-array name="language_names" translatable="false">
<item>@string/language_system</item>
<item>@string/language_german</item>
<item>@string/language_english</item>
</string-array>
<string-array name="language_codes" translatable="false">
<item>SYSTEM</item>
<item>GERMAN</item>
<item>ENGLISH</item>
</string-array>
<string name="language_system">System</string>
<string name="language_german" translatable="false">Deutsch</string>
<string name="language_english" translatable="false">English</string>
<!-- Error messages -->
<string name="error">Error!</string>
<string name="error_404">Requested resource could not be found.</string>
<string name="error_empty">Empty</string>
<string name="error_incomplete">An error occurred. Results might be incomplete.</string>
<string name="error_login">Unable to log in.</string>
<string name="error_network">A network error occurred. Please check your internet connection.</string>
<string name="error_out_of_memory">Out of memory.</string>
<string name="error_unknown">An unknown error occurred.</string>
<string name="error_user">Error in Layer 8</string>
<!-- Update Dialog -->
<string name="update_dialog_title">Update Available</string>
<string name="update_dialog_message">A new version of the app is available: <font face="monospace">%s</font></string>
<string name="update_dialog_message_prerelease">A new beta version of the app is available: <font face="monospace">%s</font></string>
<string name="update_dialog_remind_later">Remind me later</string>
<string name="update_dialog_show">Show</string>
<string name="update_dialog_ignore">Ignore</string>
<!-- Transitions -->
<string name="transition_name_album" translatable="false">album_%d</string>
<string name="transition_name_album_fragment" translatable="false">album_content</string>
<string name="transition_name_event" translatable="false">event_%d</string>
<string name="transition_name_event_database_fragment" translatable="false">event_database</string>
<string name="transition_name_image_fragment_image" translatable="false">image_content_image</string>
<string name="transition_name_image_thumbnail" translatable="false">image_thumb_%d</string>
<string name="transition_name_person" translatable="false">person_%d</string>
<string name="transition_name_person_database_fragment" translatable="false">event_database</string>
<string name="transition_name_single_fragment" translatable="false">fragment_content</string>
<!-- Navigation Drawer -->
<string name="drawer_chat_heading">Chat</string>
<string name="drawer_chat">Chat</string>
<string name="drawer_chat_log">Log</string>
<string name="drawer_chat_db">Database</string>
<string name="drawer_database_heading">Database</string>
<string name="drawer_persons">Persons</string>
<string name="drawer_events">Events</string>
<string name="drawer_gallery_heading">Gallery</string>
<string name="drawer_gallery">Gallery</string>
<string name="drawer_settings">@string/settings</string>
<string name="drawer_logout">Sign Out</string>
<!-- Login Activity -->
<string name="title_fragment_login">Sign In</string>
<string name="login_prompt_username">Username</string>
<string name="login_prompt_password">Password</string>
<string name="login_action_sign_in">Sign In</string>
<string name="login_action_sign_in_short">Sign In</string>
<string name="login_error_incorrect_data">Login data is invalid</string>
<!-- Chat Fragment -->
<string name="title_fragment_chat">Chat</string>
<string name="title_fragment_chat_with_channel">Chat – %s</string>
<string name="chat_button_send">Send</string>
<string name="chat_empty_message">You are about to send an empty message. Do you wish to continue?</string>
<string name="chat_message_hint">Write as</string>
<string name="chat_scroll_down_button_content_description">Scroll Down</string>
<string name="chat_websocket_closed">Websocket closed</string>
<string name="chat_quick_settings">Quick Settings</string>
<string name="chat_quick_settings_name">Quick Settings - Name</string>
<string name="chat_quick_settings_channel">Quick Settings - Channel</string>
<string name="chat_quick_settings_public_id">Quick Settings - Public ID</string>
<string name="message_info">@string/info</string>
<string name="message_copy">Copy</string>
<string name="message_reply">Reply</string>
<string name="message_reply_prepended">Reply inserted</string>
<string name="message_reply_present">Reply already present</string>
<string name="message_name_anonymous"><i>Anonymous</i></string>
<string name="message_channel_main"><i>main</i></string>
<!-- Message Fragment -->
<string name="title_fragment_message">Message</string>
<string name="message_section_metadata">Metadata</string>
<string name="message_section_message">Message</string>
<string name="message_subtitle_id">ID</string>
<string name="message_clip_label_id">ID</string>
<string name="message_subtitle_name">Name</string>
<string name="message_clip_label_name">Name</string>
<string name="message_title_username">%s (%d)</string>
<string name="message_subtitle_username">Username</string>
<string name="message_clip_label_username">Username</string>
<string name="message_subtitle_channel">Channel</string>
<string name="message_clip_label_channel">Channel</string>
<string name="message_subtitle_timestamp">Timestamp</string>
<string name="message_clip_label_timestamp">Timestamp</string>
<string name="message_subtitle_bottag">Bottag</string>
<!-- Log Fragment -->
<string name="title_fragment_log">Log</string>
<string name="log_subtitle_date_interval">Posts from {0} until {1}</string>
<string name="log_subtitle_date_recent">Posts of the last {0,choice,1#|2#{0} }hour{0,choice,1#|2#s}</string>
<string name="log_subtitle_post_recent">Last{0,choice,1#|2# {0}} Post{0,choice,1#|2#s}</string>
<string name="log_subtitle_post_interval">Posts from #{0} to #{1}</string>
<string name="log_subtitle_since_own">Since Own Post</string>
<string name="log_subtitle_file">File</string>
<string name="log_action_save">Save to database</string>
<string name="log_status_download_pending">Download pending…</string>
<string name="log_status_downloading">Downloading… %.2f MiB</string>
<string name="log_status_download_successful">Download successful. %.2f MiB</string>
<string name="log_status_parse_pending">JSON Parsing pending…</string>
<string name="log_status_parsing">Parsing JSON… %d / %d</string>
<string name="log_status_parse_failed">JSON Parsing failed. %s</string>
<string name="log_status_likely_oom">An out-of-memory error is likely due to high number of messages.</string>
<!-- Log Dialog Activity -->
<string name="title_activity_log_dialog">Logs</string>
<string name="log_dialog_mode_label">Mode</string>
<string name="log_dialog_date_convert_timezone">{0} will be converted to {1} due to loss of information when converting between time zones</string>
<string name="log_request_postrecent_before">Last</string>
<string name="log_request_postrecent_after">Posts</string>
<string name="log_request_sinceown_before">Skip</string>
<string name="log_request_sinceown_after">Posts</string>
<string name="log_request_daterecent_before">Last</string>
<string name="log_request_daterecent_after">Hours</string>
<string name="log_request_dateinterval_from">From</string>
<string name="log_request_dateinterval_to">Until</string>
<string name="log_request_file_title">File</string>
<string name="log_request_channel">Channel</string>
<string name="log_request_mode_postrecent">postrecent</string>
<string name="log_request_mode_daterecent">daterecent</string>
<string name="log_request_mode_dateinterval">dateinterval</string>
<string name="log_request_mode_postinterval">postinterval</string>
<string name="log_request_mode_sinceown">fromownpost</string>
<string name="log_request_mode_file">file</string>
<!-- Chat Database Fragment -->
<string name="title_fragment_chat_database">Database</string>
<string name="chat_database_channel_checkbox">Channel</string>
<string name="chat_database_channel_hint">Channel</string>
<string name="chat_database_message_checkbox">Message</string>
<string name="chat_database_message_hint">Message</string>
<string name="chat_database_name_checkbox">Name</string>
<string name="chat_database_name_hint">Name</string>
<string name="chat_database_dateFrom_checkbox">from</string>
<string name="chat_database_dateFrom_hint">yyyy-mm-dd</string>
<string name="chat_database_timeFrom_hint">HH:MM</string>
<string name="chat_database_dateTo_checkbox">until</string>
<string name="chat_database_dateTo_hint">yyyy-mm-dd</string>
<string name="chat_database_timeTo_hint">HH:MM</string>
<string name="chat_database_id_checkbox">ID</string>
<string name="chat_database_id_hint">fromID-toID</string>
<string-array name="chat_database_max_entries_value_strings">
<item>10,000</item>
<item>20,000</item>
<item>50,000</item>
<item>100,000</item>
<item>200,000</item>
<item>500,000</item>
<item>\u221E</item>
</string-array>
<!-- Database -->
<string name="database_empty">Database seems to be empty.\nDid you pay your membership fee?</string>
<!-- Persons Database Fragment -->
<string name="title_fragment_persons_database">Persons</string>
<string name="persons_database_firstName_checkbox">First Name</string>
<string name="persons_database_firstName_hint">First Name</string>
<string name="persons_database_lastName_checkbox">Last Name</string>
<string name="persons_database_lastName_hint">Last Name</string>
<string name="persons_database_active_checkbox">Active</string>
<string name="persons_database_member_checkbox">Member</string>
<string name="persons_database_sort">Order By</string>
<string name="persons_database_sort_first_name">First Name</string>
<string name="persons_database_sort_last_name">Last Name</string>
<string name="persons_database_inactive">(inactive)</string>
<string name="persons_database_non_member">(no member)</string>
<string name="persons_database_no_email"><i>private</i></string>
<!-- Person Fragment -->
<string name="title_fragment_person">Person</string>
<string name="person_section_personal">Personal Data</string>
<string name="person_section_additional">Additional Information</string>
<string name="person_section_addresses">Addresses</string>
<string name="person_section_contacts">Contact Information</string>
<string name="person_section_payments">Payments</string>
<string name="person_section_registrations">Registrations</string>
<string name="person_subtitle_mail">Email Address</string>
<string name="person_clip_label_mail">Email Address (%s)</string>
<string name="person_subtitle_birthday">Birthday</string>
<string name="person_subtitle_gender">Gender</string>
<string name="person_subtitle_date_of_joining">Date of Joining</string>
<string name="person_subtitle_date_of_quitting">Date of Quitting</string>
<string name="person_subtitle_member_until">Member Until</string>
<string name="person_subtitle_paid_until">Paid Until</string>
<string name="person_title_member_true">@string/yes</string>
<string name="person_title_member_false">@string/no</string>
<string name="person_subtitle_member">Currently Member</string>
<string name="person_title_active_true">@string/yes</string>
<string name="person_title_active_false">@string/no</string>
<string name="person_subtitle_active">Active Profile</string>
<string name="person_subtitle_station">Train Station</string>
<string name="person_subtitle_railcard">Railcard</string>
<string name="person_subtitle_food">Food Preferences</string>
<string name="person_subtitle_notes">Notes</string>
<string name="person_subtitle_groups">Groups</string>
<string name="person_subtitle_privacy">Privacy</string>
<string name="person_clip_label_address">Address (%s)</string>
<string name="person_clip_label_contact">%s (%s)</string>
<string name="person_gender_male">male</string>
<string name="person_gender_female">female</string>
<string name="person_gender_other">other</string>
<string name="person_payment_regular_member">Membership Fee</string>
<string name="person_payment_sponsor_member">Sponsorship</string>
<string name="person_payment_donation">Donation</string>
<string name="person_payment_other">Other Purpose</string>
<string name="person_payment_free_member">Free Membership</string>
<string name="person_payment_sponsor_and_member">Sponsor- and Membership</string>
<string name="person_privacy_none"><i>none</i></string>
<string name="person_privacy_newsletter">Newsletter Subscription</string>
<string name="person_privacy_photos">Photos Allowed</string>
<string name="person_privacy_public_birthday">Public Birthday</string>
<string name="person_privacy_public_email">Public Mail</string>
<string name="person_privacy_public_address">Public Address and Contact Information</string>
<string name="person_privacy_public_profile">Public Profile</string>
<!-- Events Database Fragment -->
<string name="title_fragment_events_database">Events</string>
<!-- Event Fragment -->
<string name="title_fragment_event">Event</string>
<string name="event_section_information">General</string>
<string name="event_section_organization">Organizers</string>
<string name="event_section_participants">Participants</string>
<string name="event_subtitle_time">Time Frame</string>
<string name="event_subtitle_deadline">Registration Deadline</string>
<string name="event_subtitle_hotel">Venue</string>
<string name="event_subtitle_hotel_address">Venue Address</string>
<string name="event_clip_label_hotel_address">Venue Address (%s)</string>
<string name="event_title_cost">%.2f €</string>
<string name="event_subtitle_cost">Costs</string>
<string name="event_subtitle_payment_reference">Payment Reference</string>
<string name="event_clip_label_payment_reference">Payment Reference (%s)</string>
<string name="event_subtitle_max_participants">Maximum Number of Participants</string>
<string name="event_subtitle_notes">Notes</string>
<string name="event_subtitle_mail_organizers">Email Organizers</string>
<string name="event_clip_label_mail_organizers">Email Organizers (%s)</string>
<string name="event_subtitle_mail_participants">Email Participants</string>
<string name="event_clip_label_mail_participants">Email Participants (%s)</string>
<string name="event_show_more">Show More</string>
<string name="event_show_less">Show Less</string>
<!-- Registration Fragment -->
<string name="title_fragment_registration">Registration</string>
<string name="registration_title">%s\'s Registration</string>
<string name="registration_section_information">General</string>
<string name="registration_section_personal">Personal Information</string>
<string name="registration_section_transport">Transport</string>
<string name="registration_section_payment">Payment</string>
<string name="registration_section_additional">Additional Information</string>
<string name="registration_subtitle_event">Event</string>
<string name="registration_subtitle_person">Person</string>
<string name="registration_subtitle_organizer">Organizer</string>
<string name="registration_subtitle_status">Registration Status</string>
<string name="registration_subtitle_birthday">Birthday</string>
<string name="registration_subtitle_gender">Gender</string>
<string name="registration_subtitle_mail">Email Address</string>
<string name="registration_clip_label_mail">Email Address (%s)</string>
<string name="registration_subtitle_address">Address</string>
<string name="registration_clip_label_address">Address (%s)</string>
<string name="registration_subtitle_phone">Phone Number</string>
<string name="registration_clip_label_phone">Phone (%s)</string>
<string name="registration_subtitle_time_of_arrival">Time of Arrival</string>
<string name="registration_subtitle_time_of_departure">Time of Departure</string>
<string name="registration_subtitle_overnight_stays">Overnight Stays</string>
<string name="registration_subtitle_source_station">Arrival Station</string>
<string name="registration_subtitle_target_station">Departure Station</string>
<string name="registration_subtitle_railcard">Railcard</string>
<string name="registration_subtitle_food">Food Preferences</string>
<string name="registration_subtitle_notes">Notes</string>
<string name="registration_subtitle_talks">Talks</string>
<string name="registration_title_payment">%.2f €</string>
<string name="registration_subtitle_payment">Paid Amount</string>
<string name="registration_subtitle_payment_done">Fully Paid</string>
<string name="registration_title_payment_done_true">@string/yes</string>
<string name="registration_title_payment_done_false">@string/no</string>
<string name="registration_subtitle_payment_membership_abatement">Membership Abatement</string>
<string name="registration_title_payment_membership_abatement_true">@string/yes</string>
<string name="registration_title_payment_membership_abatement_false">@string/no</string>
<string name="registration_subtitle_payment_other_abatement">Other Abatement</string>
<string name="registration_subtitle_payment_time">Payment Time</string>
<string name="registration_snackbar_person_not_available">Person is not available</string>
<string name="registration_snackbar_event_not_available">Event is not available</string>
<!-- Registration -->
<string name="registration_orga">Organizer</string>
<string name="registration_status_confirmed">confirmed</string>
<string name="registration_status_pending">pending</string>
<string name="registration_status_rejected">rejected</string>
<string name="registration_status_cancelled">cancelled</string>
<!-- Gallery -->
<string name="offline_mode_not_available">Not available in offline mode.</string>
<!-- Gallery Fragment-->
<string name="gallery_folder_images" translatable="false">gallery/images</string>
<string name="title_fragment_gallery">Gallery</string>
<string name="gallery_empty">Gallery seems to be empty.</string>
<string name="gallery_offline_mode">You have lost connection to the internet. This app is offline.</string>
<string name="gallery_forced_offline_mode">Offline mode is enabled.</string>
<string name="gallery_disable_offline_mode">Disable</string>
<!-- Album Fragment -->
<string name="title_fragment_album">Album</string>
<string name="album_photographer_radio_button">Photographer</string>
<string name="album_date_radio_button">Date</string>
<string name="album_upload_radio_button">Upload</string>
<string name="album_category_radio_button">Category</string>
<string name="album_photographer_unknown">Unknown</string>
<string name="album_empty">This album seems to be empty</string>
<string name="album_not_downloaded">This album is not downloaded</string>
<string name="album_info">@string/info</string>
<!-- Album Bottom Sheet -->
<string name="album_section_general">General</string>
<string name="album_section_persons">Persons</string>
<string name="album_section_categories">Categories</string>
<string name="album_subtitle_owner">Owner</string>
<string name="album_subtitle_creation_date">Creation Date</string>
<string name="album_subtitle_dates">Time</string>
<string name="album_subtitle_upload_dates">Upload</string>
<string name="album_subtitle_image_count">Image Count</string>
<string name="album_title_private">Private Album</string>
<!-- Image Activity -->
<string name="title_activity_image">Picture</string>
<string name="image_suffix_original">" (original)"</string>
<string name="image_already_original">This already is the original file. Do you wish to download it anew?</string>
<string name="image_not_downloaded">This picture is not downloaded</string>
<string name="image_download_non_picture">You are about to download an audio or video file. A WLAN connection is recommended. Do you wish to continue?</string>
<string name="image_info">@string/info</string>
<string name="image_open_with">Open With…</string>
<string name="image_share">Share</string>
<string name="image_copy_link">Copy Link</string>
<string name="image_download_original">Download Original</string>
<string name="image_clip_label_link">Image #%d</string>
<string name="no_file_explorer">No file explorer was found.</string>
<!-- Image Info Activity -->
<string name="title_activity_image_info">Details</string>
<string name="image_info_details">Photo-Details</string>
<string name="image_info_camera_manufacturer">Manufacturer</string>
<string name="image_info_camera_model">Model</string>
<string name="image_info_iso">ISO</string>
<string name="image_info_focal_ratio">Focal Ratio</string>
<string name="image_info_focal_length">Focal Length</string>
<string name="image_info_exposure_time">Exposure Time</string>
<string name="image_info_flash">Flash</string>
<string name="image_info_flash_no_flash">No Flash</string>
<string name="image_info_flash_triggered">Flash Triggered</string>
<string name="image_info_orientation">Orientation</string>
<string name="image_info_resolution">Resolution</string>
<string name="image_info_creation_date">Creation Date</string>
<string name="image_info_format">Format</string>
<string name="image_info_position">Position</string>
<string name="image_info_histogram">Image-Histogram</string>
<string name="image_info_qed_details">QED</string>
<string name="image_info_album">Album</string>
<string name="image_info_owner">Owner</string>
<string name="image_info_upload_date">Upload Date</string>
<string name="image_info_number_of_calls">Number of Views</string>
<!-- Preference Activity -->
<string name="title_fragment_settings">@string/settings</string>
<string name="preferences_header_debug">Debug</string>
<string name="preferences_header_general">General</string>
<string name="preferences_general_remember_me_title">Remember Me</string>
<string name="preferences_general_group_general">General</string>
<string name="preferences_general_github_title">GitHub Project</string>
<string name="preferences_general_github_summary">https://github.com/jbb01/QED</string>
<string name="preferences_general_bug_report_title">Bug Report</string>
<string name="preferences_general_bug_report_summary">Please use the GitHub Issue Tracker for reporting bugs. Include as much information as possible (Android and app version, steps to reproduce, …).</string>
<string name="preferences_general_language_title">Language</string>
<string name="preferences_general_group_appearance">Appearance</string>
<string name="preferences_general_night_mode_title">Night Mode</string>
<string name="preferences_general_night_mode_summary">A theme as black as your soul.</string>
<string name="preferences_general_group_update_check">Update Check</string>
<string name="preferences_general_update_check_enabled_title">Check for Updates</string>
<string name="preferences_general_update_check_enabled_true_summary">You will be notified about new versions.</string>
<string name="preferences_general_update_check_enabled_false_summary">You will not be notified about new versions.</string>
<string name="preferences_general_update_check_includes_prereleases_title">Beta Releases</string>
<string name="preferences_general_update_check_includes_prereleases_true_summary">You will receive notifications for new beta versions.</string>
<string name="preferences_general_update_check_includes_prereleases_false_summary">You will only receive notifications for new release versions.</string>
<string name="preferences_header_chat">Chat</string>
<string name="preferences_chat_group_general">General</string>
<string name="preferences_chat_name_title">Name</string>
<string name="preferences_chat_channel_title">Channel</string>
<string name="preferences_chat_color_title">Color</string>
<string name="preferences_chat_public_id_title">Public ID</string>
<string name="preferences_chat_group_appearance">Appearance</string>
<string name="preferences_chat_sense_title">Show Sense</string>
<string name="preferences_chat_sense_true_summary">Bot messages are hidden</string>
<string name="preferences_chat_sense_false_summary">Bot messages are shown</string>
<string name="preferences_chat_linkify_title">Show Links</string>
<string name="preferences_chat_katex_title">KaTeX Rendering (Beta)</string>
<string name="preferences_chat_colorful_title">Colorful Messages</string>
<string name="preferences_chat_group_database">Chat Database</string>
<string name="preferences_chat_db_max_result_title">Maximum Number of Search Results</string>
<string name="preferences_chat_delete_db_title">Delete Chat Database</string>
<string name="preferences_chat_confirm_delete_db">Are you sure you want to delete the offline chat database?</string>
<string name="preferences_header_gallery">Gallery</string>
<string name="preferences_gallery_group_fs">File System</string>
<string name="preferences_gallery_delete_thumbnails">Delete saved thumbnails</string>
<string name="preferences_gallery_delete_images">Delete saved pictures</string>
<string name="preferences_gallery_offline_mode">Offline Mode</string>
<string name="preferences_gallery_offline_mode_true_summary">No Pictures will be downloaded. Some features will only be available to a limited extent.</string>
<string name="preferences_gallery_offline_mode_false_summary">All features are unrestricted available. Pictures will be downloaded as needed.</string>
<string name="preferences_gallery_show_dir">Open storage directory</string>
<string name="preferences_gallery_delete_db_title">Delete Gallery Database</string>
<string name="preferences_gallery_confirm_delete_thumbnails">Are you sure you want to delete all the saved thumbnails?</string>
<string name="preferences_gallery_confirm_delete_images">Are you sure you want to delete all the saved images?</string>
<string name="preferences_gallery_confirm_delete_gallery_database">Are you sure you want to delete the gallery database?</string>
<!-- Suggestion Fragment -->
<string name="title_fragment_name_suggestions">Name Suggestions</string>
<string name="title_fragment_channel_suggestions">Channel Suggestions</string>
<plurals name="suggestion_name_deleted">
<item quantity="one">Deleted name suggestion.</item>
<item quantity="other">Deleted %d name suggestions.</item>
</plurals>
<plurals name="suggestion_channel_deleted">
<item quantity="one">Deleted channel suggestion.</item>
<item quantity="other">Deleted %d channel suggestions.</item>
</plurals>
<!-- Color Dialog -->
<string name="red">Red</string>
<string name="green">Green</string>
<string name="blue">Blue</string>
<string name="color_picker_delta_e">ΔE = %.2f</string>
<string name="color_picker_calculate">Calculate</string>
<string name="color_picker_help">
This dialog allows you to pick the color of your chat messages without visibly changing the name.
Since the color depends on the MD5 hash of the name this can be achieved by prepending the name with
whitespaces. Every press on the \"Calculate\" button results in a better approximation of the desired color
but takes longer to compute. You can apply the current approximation using \"OK\".
\n\nThe somewhat unusual shape of the color picker comes from the constraint that the RGB values of the color
have to be at least 100 because of the dark background (on the website). Being trivial to implement for RGB
color pickers, this poses a challenge in the HSV color space, thus requiring a bit of black magic.
</string>
<string name="color_picker_help_hint">Help</string>
<string name="color_picker_mode_hint">Toggle Mode</string>
</resources>