-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbh.po
671 lines (517 loc) · 15 KB
/
bh.po
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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-06 15:15+0200\n"
"PO-Revision-Date: 2017-10-02 17:26+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2017-11-11 05:37+0000\n"
"X-Generator: Launchpad (build 18505)\n"
#: ../src/Dialogs/AboutDialog.vala:27 ../src/MainWindow.vala:441
msgid "About"
msgstr ""
#: ../src/Dialogs/AboutDialog.vala:41
msgid "A stylish to-do list with built-in productivity timer."
msgstr ""
#: ../src/Dialogs/ContributeDialog.vala:28
msgid "Contributions and Donations"
msgstr ""
#: ../src/Dialogs/ContributeDialog.vala:31
msgid "Thank you for supporting"
msgstr ""
#: ../src/Dialogs/ContributeDialog.vala:32
msgid ""
"Submitting code, artwork, translations or documentation is a great way of "
"contributing to the project:"
msgstr ""
#: ../src/Dialogs/ContributeDialog.vala:36
msgid "If you really like this app, you can buy me a drink:"
msgstr ""
#: ../src/Dialogs/FileConflictDialog.vala:86
msgid "Replace \"%s\"?"
msgstr ""
#: ../src/Dialogs/FileConflictDialog.vala:87
msgid "Should this file be replaced or should this old file be used?"
msgstr ""
#: ../src/Dialogs/FileConflictDialog.vala:108
msgid "Keep old"
msgstr ""
#: ../src/Dialogs/FileConflictDialog.vala:109
msgid "Replace"
msgstr ""
#: ../src/Dialogs/FileConflictDialog.vala:115
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:81
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:88
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:270
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:300
msgid "Cancel"
msgstr ""
#: ../src/Dialogs/SettingsDialog.vala:46 ../src/MainWindow.vala:428
msgid "Settings"
msgstr ""
#: ../src/Dialogs/SettingsDialog.vala:48
msgid "Close"
msgstr ""
#: ../src/Dialogs/SettingsDialog.vala:71
msgid "Behavior"
msgstr ""
#: ../src/Dialogs/SettingsDialog.vala:72
msgid "Appearance"
msgstr ""
#: ../src/Dialogs/SettingsDialog.vala:73
msgid "Shortcuts"
msgstr ""
#: ../src/Dialogs/SettingsDialog.vala:75
msgid "Plugins"
msgstr ""
#: ../src/Dialogs/SettingsPages/AppearancePage.vala:37
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:142
msgid "General"
msgstr ""
#: ../src/Dialogs/SettingsPages/AppearancePage.vala:39
msgid "Use small toolbar icons"
msgstr ""
#: ../src/Dialogs/SettingsPages/AppearancePage.vala:42
msgid "Appearance of the activity switcher"
msgstr ""
#: ../src/Dialogs/SettingsPages/AppearancePage.vala:48
msgid "Icons"
msgstr ""
#: ../src/Dialogs/SettingsPages/AppearancePage.vala:49
msgid "Text"
msgstr ""
#: ../src/Dialogs/SettingsPages/AppearancePage.vala:80
#: ../src/Dialogs/SettingsPages/AppearancePage.vala:82
msgid "Theme"
msgstr ""
#: ../src/Dialogs/SettingsPages/AppearancePage.vala:81
msgid "Color scheme"
msgstr ""
#: ../src/Dialogs/SettingsPages/AppearancePage.vala:117
msgid "%s needs to be restarted for this setting to take effect"
msgstr ""
#: ../src/Dialogs/SettingsPages/AppearancePage.vala:120
msgid "Use a header bar"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:64
#: ../src/Pages/TaskListPage.vala:144 ../src/Pages/TaskListPage.vala:236
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:143
msgid "Timer"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:65
#: ../src/Widgets/TimerScheduleWidget.vala:132
msgid "Task duration"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:66
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:68
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:70
msgid "minutes"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:67
#: ../src/Widgets/TimerScheduleWidget.vala:133
msgid "Break duration"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:69
msgid "Long break duration"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:71
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:351
msgid "Reminder before task ends"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:72
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:352
msgid "seconds"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:73
msgid "Resume task after the break"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:74
msgid "Reset timer after switching tasks"
msgstr ""
#. / Part of "Have a long break after # short breaks"
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:77
msgid "Have a long break after"
msgstr ""
#. / Part of "Have a long break after # short breaks"
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:79
msgid "short breaks"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:83
msgid "Timer mode"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:108
msgid "Simple"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:109
msgid "Pomodoro"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:110
msgid "Custom"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:169
msgid "Tasks"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:170
msgid "Placement of new tasks"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:173
msgid "Top of the list"
msgstr ""
#: ../src/Dialogs/SettingsPages/BehaviorPage.vala:174
msgid "Bottom of the list"
msgstr ""
#: ../src/Dialogs/SettingsPages/ShortcutsPage.vala:40
msgid "%s needs to be restarted for changes to take effect."
msgstr ""
#: ../src/LegacyStrings.vala:2
msgid "Todo.txt files were found in the destination folder."
msgstr ""
#. / For versions <= 1.8, shown in a dialog when destination folder contains either todo.txt or done.txt
#: ../src/LegacyStrings.vala:3
msgid "What should be done with these files?"
msgstr ""
#. / For versions <= 1.8, shown in a dialog when destination folder contains either todo.txt or done.txt
#: ../src/LegacyStrings.vala:4
msgid "Overwrite"
msgstr ""
#: ../src/LegacyStrings.vala:5
msgid "The configured folder is already in use by another list."
msgstr ""
#: ../src/LegacyStrings.vala:6
msgid "folder"
msgstr ""
#: ../src/LegacyStrings.vala:7
msgid "Dark theme"
msgstr ""
#: ../src/LegacyStrings.vala:8
msgid "Couldn't properly import settings from %s: %s"
msgstr ""
#: ../src/Main.vala:101
msgid "Not a known list: %s"
msgstr ""
#: ../src/Main.vala:237
msgid "%s: Error: %s"
msgstr ""
#: ../src/Main.vala:249
msgid "Lists (List type : List ID - List name)"
msgstr ""
#: ../src/Main.vala:274
msgid "Print version info and exit"
msgstr ""
#: ../src/Main.vala:275
msgid "Show about dialog"
msgstr ""
#: ../src/Main.vala:276
msgid "CSV file to log activities to."
msgstr ""
#: ../src/Main.vala:276
msgid "FILE"
msgstr ""
#: ../src/Main.vala:277
msgid "Show configured lists and exit"
msgstr ""
#: ../src/Main.vala:281
msgid "Load the list specified by the list type and ID"
msgstr ""
#: ../src/Main.vala:282
msgid "LIST-TYPE"
msgstr ""
#: ../src/Main.vala:282
msgid "LIST-ID"
msgstr ""
#: ../src/Main.vala:326 ../src/Widgets/TimerView.vala:90
msgid "Take a Break"
msgstr ""
#: ../src/Main.vala:327
msgid "Relax and stop thinking about your current task for a while"
msgstr ""
#: ../src/Main.vala:332
msgid "The Break is Over"
msgstr ""
#: ../src/Main.vala:333
msgid "Your current task is"
msgstr ""
#: ../src/Main.vala:352
msgid "Prepare for your break"
msgstr ""
#: ../src/Main.vala:353
msgid "You have %s seconds left"
msgstr ""
#: ../src/Main.vala:369
msgid "Task duration exceeded"
msgstr ""
#: ../src/Main.vala:370
msgid "Consider switching to a different task"
msgstr ""
#: ../src/MainWindow.vala:61
msgid "Go to overview"
msgstr ""
#: ../src/MainWindow.vala:62
msgid "Go back to the to-do list"
msgstr ""
#: ../src/MainWindow.vala:319
msgid "Menu"
msgstr ""
#: ../src/MainWindow.vala:434
msgid "Contribute / Donate"
msgstr ""
#: ../src/Pages/SelectionPage.vala:107
msgid ""
"Currently, no lists are configured.\n"
"Add one below!"
msgstr ""
#: ../src/Pages/SelectionPage.vala:117
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:82
msgid "Add list"
msgstr ""
#: ../src/Pages/TaskListPage.vala:137
msgid "Lists"
msgstr ""
#: ../src/Pages/TaskListPage.vala:143 ../src/Pages/TaskListPage.vala:228
msgid "To-Do"
msgstr ""
#: ../src/Pages/TaskListPage.vala:145 ../src/Pages/TaskListPage.vala:231
msgid "Done"
msgstr ""
#: ../src/Services/ActivityLog.vala:55
msgid "Couldn't write to %s: %s"
msgstr ""
#: ../src/Services/SettingsManager.vala:629
msgid "Light"
msgstr ""
#: ../src/Services/SettingsManager.vala:631
msgid "Dark"
msgstr ""
#: ../src/Services/SettingsManager.vala:633
msgid "Default"
msgstr ""
#: ../src/Services/Shortcuts.vala:57
msgid "disabled"
msgstr ""
#: ../src/Services/Shortcuts.vala:153
msgid "Filter tasks"
msgstr ""
#: ../src/Services/Shortcuts.vala:154
msgid "Add new task/list"
msgstr ""
#: ../src/Services/Shortcuts.vala:155
msgid "Start/Stop the timer"
msgstr ""
#: ../src/Services/Shortcuts.vala:156 ../src/Widgets/TimerView.vala:280
msgid "Mark the task as complete"
msgstr ""
#: ../src/Services/Shortcuts.vala:157
msgid "Move selected row up"
msgstr ""
#: ../src/Services/Shortcuts.vala:158
msgid "Move selected row down"
msgstr ""
#: ../src/Services/Shortcuts.vala:160
msgid "Move to next task/row"
msgstr ""
#: ../src/Services/Shortcuts.vala:161
msgid "Move to previous task/row"
msgstr ""
#: ../src/Services/Shortcuts.vala:162
msgid "Move to right screen"
msgstr ""
#: ../src/Services/Shortcuts.vala:163
msgid "Move to left screen"
msgstr ""
#: ../src/Theme.vala:54
msgid "Inherit from GTK theme"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:61
msgid "Store to-do tasks in"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:62
msgid "Store completed tasks in"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:63
msgid "List name"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:64
msgid "Choose a file"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:66
msgid ""
"Task list location has been changed to \"%s\" (was \"%s\"), but this file "
"already exists."
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:67
msgid ""
"The location to store completed tasks in has been changed to \"%s\" (was \"%s"
"\"), but this file already exists."
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:80
msgid "New to-do list"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:87
msgid "Edit to-do list properties"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:89
msgid "Apply"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:219
msgid "Log the time spent working on each task"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:220
msgid "This information will be stored in the todo.txt files."
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:261
msgid "Select file to store to-do tasks in"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:265
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:271
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:295
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:301
msgid "_Select"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:291
msgid "Select file to store completed tasks in"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:350
msgid "Use default settings"
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:423
msgid "The configured to-do file is already in use by another list."
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:439
msgid ""
"Another todo.txt list uses the file chosen to archive completed tasks to to "
"store its to-do tasks."
msgstr ""
#: ../src/Todo.txt/Dialogs/TxtListEditDialog.vala:459
msgid "Please assign a name to the list."
msgstr ""
#: ../src/Todo.txt/Filter.vala:60 ../src/Todo.txt/Widgets/TaskRow.vala:380
msgid "project"
msgstr ""
#: ../src/Todo.txt/Filter.vala:61 ../src/Todo.txt/Widgets/TaskRow.vala:376
msgid "context"
msgstr ""
#: ../src/Todo.txt/Filter.vala:62 ../src/Todo.txt/Widgets/TaskRow.vala:342
msgid "priority"
msgstr ""
#: ../src/Todo.txt/TaskManager.vala:49
msgid "Spread the word about \"%s\""
msgstr ""
#: ../src/Todo.txt/TaskManager.vala:50
msgid "Consider a donation to help the project"
msgstr ""
#: ../src/Todo.txt/TaskManager.vala:51
msgid "Consider contributing to the project"
msgstr ""
#: ../src/Todo.txt/TaskManager.vala:54
msgid ""
"%s won't save or load from the current todo.txt folder until it is either "
"restarted or another location is chosen."
msgstr ""
#: ../src/Todo.txt/TaskManager.vala:55
msgid "Couldn't read the todo.txt file (%s):"
msgstr ""
#: ../src/Todo.txt/TaskManager.vala:56
msgid "Couldn't save the to-do list (%s):"
msgstr ""
#: ../src/Todo.txt/TaskManager.vala:57
msgid ""
"The path to the todo.txt folder does not point to a folder, but to a file or "
"mountable location. Please change the path in the settings to a suitable "
"folder or remove this file."
msgstr ""
#: ../src/Todo.txt/TxtList.vala:175
msgid "Clear Done List"
msgstr ""
#: ../src/Todo.txt/TxtList.vala:179
msgid "Sort Tasks"
msgstr ""
#: ../src/Todo.txt/TxtListManager.vala:137
msgid "An error was encountered while moving a file!"
msgstr ""
#: ../src/Todo.txt/TxtListManager.vala:138
msgid "Error information: "
msgstr ""
#: ../src/Todo.txt/TxtListManager.vala:358
msgid "Couldn't create folder: %s"
msgstr ""
#: ../src/Todo.txt/Widgets/TaskListWidget.vala:35
msgid ""
"You currently don't have any tasks.\n"
"Add some!"
msgstr ""
#: ../src/Todo.txt/Widgets/TaskListWidget.vala:36
msgid "No tasks found."
msgstr ""
#: ../src/Todo.txt/Widgets/TaskListWidget.vala:37
msgid "You don't have any completed tasks stored."
msgstr ""
#: ../src/Todo.txt/Widgets/TaskListWidget.vala:38
msgid "You finished all tasks, good job!"
msgstr ""
#: ../src/Todo.txt/Widgets/TaskListWidget.vala:191
msgid "Add new task"
msgstr ""
#. / see https://valadoc.org/glib-2.0/GLib.DateTime.format.html for
#. formatting of DateTime
#: ../src/Todo.txt/Widgets/TaskRow.vala:317
msgid "%Y-%m-%d"
msgstr ""
#: ../src/Todo.txt/Widgets/TaskRow.vala:321
msgid "Task completed at %s, created at %s"
msgstr ""
#: ../src/Todo.txt/Widgets/TaskRow.vala:328
msgid "Task created at %s"
msgstr ""
#: ../src/Utils.vala:180
msgid "min."
msgstr ""
#: ../src/Utils.vala:188
msgid "%u minutes"
msgstr ""
#: ../src/Utils.vala:190
msgid "%u hours and %u minutes"
msgstr ""
#: ../src/Widgets/TimerView.vala:94
msgid "Active Task"
msgstr ""
#: ../src/Widgets/TimerView.vala:138
msgid "Pau_se"
msgstr ""
#: ../src/Widgets/TimerView.vala:140
msgid "Stop the timer"
msgstr ""
#: ../src/Widgets/TimerView.vala:147
msgid "_Start"
msgstr ""
#: ../src/Widgets/TimerView.vala:149
msgid "Start the timer"
msgstr ""
#: ../src/Widgets/TimerView.vala:169
msgid "Inactive"
msgstr ""
#: ../src/Widgets/TimerView.vala:170
msgid "No task has been selected"
msgstr ""
#: ../src/Widgets/TimerView.vala:261
msgid "S_kip"
msgstr ""
#: ../src/Widgets/TimerView.vala:262
msgid "_Done"
msgstr ""
#: ../src/Widgets/TimerView.vala:310
msgid "Relax"
msgstr ""
#: ../src/Widgets/TimerView.vala:311
msgid "You have nothing to do."
msgstr ""
#: ../src/Widgets/TodoListInfoRow.vala:95
msgid "Delete"
msgstr ""
#: ../src/Widgets/TodoListInfoRow.vala:96
msgid "Edit"
msgstr ""