/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
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
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-02-16 18:09+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: branch.py:50
msgid "_Branch"
msgstr ""

#: branch.py:53 checkout.py:52
msgid "Please select a folder"
msgstr ""

#: branch.py:55 checkout.py:54
msgid "Branch location:"
msgstr ""

#: branch.py:56 checkout.py:55
msgid "Destination:"
msgstr ""

#: branch.py:57 checkout.py:56
msgid "Branck nick:"
msgstr ""

#: branch.py:58 checkout.py:57
msgid "Revision:"
msgstr ""

#: branch.py:152 checkout.py:154
msgid "Missing branch location"
msgstr ""

#: branch.py:153 checkout.py:155
msgid "You must specify a branch location."
msgstr ""

#: branch.py:195
msgid "Branching successful"
msgstr ""

#: branch.py:196
#, python-format
msgid "%d revision(s) branched."
msgstr ""

#: branch.py:204 checkout.py:186
msgid "N/A"
msgstr ""

#: checkout.py:49
msgid "Check_out"
msgstr ""

#: checkout.py:61
msgid "_Lightweight checkout"
msgstr ""

#: commit.py:61
msgid "Directory does not have a working tree"
msgstr ""

#: commit.py:62
msgid "Operation aborted."
msgstr ""

#: commit.py:67 errors.py:26 add.py:76 add.py:86 info.py:554
msgid "Directory is not a branch"
msgstr ""

#: commit.py:68 errors.py:27 add.py:77 add.py:87 info.py:555
msgid "You can perform this action only in a branch."
msgstr ""

#: commit.py:81
msgid "Comm_it"
msgstr ""

#: commit.py:83
msgid "_Only commit locally"
msgstr ""

#: commit.py:85
msgid "_Allow unknown files"
msgstr ""

#: commit.py:87
msgid "File(s) to commit"
msgstr ""

#: commit.py:93
msgid "Commit message:"
msgstr ""

#: commit.py:97
msgid "Pending merges"
msgstr ""

#: commit.py:199
msgid "Commit with an empty message?"
msgstr ""

#: commit.py:200
msgid "You can describe your commit intent in the message."
msgstr ""

#: commit.py:218
msgid "Commit with no changes?"
msgstr ""

#: commit.py:219
msgid "There are no changes in the working tree."
msgstr ""

#: commit.py:301 menu.py:77
msgid "Commit"
msgstr ""

#: commit.py:303 conflicts.py:108
msgid "Path"
msgstr ""

#: commit.py:305 conflicts.py:110
msgid "Type"
msgstr ""

#: commit.py:312 commit.py:314 commit.py:316 __init__.py:667 __init__.py:863
msgid "added"
msgstr ""

#: commit.py:322 commit.py:324 commit.py:326 __init__.py:665 __init__.py:861
msgid "removed"
msgstr ""

#: commit.py:331
msgid "renamed and modified"
msgstr ""

#: commit.py:333 __init__.py:663 __init__.py:859
msgid "renamed"
msgstr ""

#: commit.py:358 commit.py:360 commit.py:362 __init__.py:669 __init__.py:865
msgid "modified"
msgstr ""

#: commit.py:373
msgid "Date"
msgstr ""

#: commit.py:375 revbrowser.py:61
msgid "Committer"
msgstr ""

#: commit.py:377 revbrowser.py:59
msgid "Summary"
msgstr ""

#: conflicts.py:48
msgid "External utility:"
msgstr ""

#: conflicts.py:99
msgid "Conflicts"
msgstr ""

#: conflicts.py:102
msgid "No conflicts in working tree."
msgstr ""

#: conflicts.py:115
msgid "path conflict"
msgstr ""

#: conflicts.py:117
msgid "contents conflict"
msgstr ""

#: conflicts.py:119
msgid "text conflict"
msgstr ""

#: conflicts.py:121
msgid "duplicate id"
msgstr ""

#: conflicts.py:123
msgid "duplicate"
msgstr ""

#: conflicts.py:125
msgid "parent loop"
msgstr ""

#: conflicts.py:127
msgid "unversioned parent"
msgstr ""

#: conflicts.py:129
msgid "missing parent"
msgstr ""

#: conflicts.py:131
msgid "deleting parent"
msgstr ""

#: conflicts.py:133
msgid "unknown type of conflict"
msgstr ""

#: conflicts.py:162 __init__.py:371 add.py:67 menu.py:148 menu.py:162
#: menu.py:184 move.py:79 remove.py:67 remove.py:129 rename.py:69
msgid "No file was selected"
msgstr ""

#: conflicts.py:163 __init__.py:372
msgid "Please select a file from the list."
msgstr ""

#: conflicts.py:171
msgid "Cannot resolve conflict"
msgstr ""

#: conflicts.py:172
msgid ""
"Only conflicts on the text of files can be resolved with Olive at the "
"moment. Content conflicts, on the structure of the tree, need to be resolved "
"using the command line."
msgstr ""

#: errors.py:29
msgid "Directory is not a checkout"
msgstr ""

#: errors.py:30
msgid "You can perform local commit only on checkouts."
msgstr ""

#: errors.py:32
msgid "No changes to commit"
msgstr ""

#: errors.py:33
msgid "Try force commit if you want to commit anyway."
msgstr ""

#: errors.py:35
msgid "Conflicts in tree"
msgstr ""

#: errors.py:36
msgid "You need to resolve the conflicts before committing."
msgstr ""

#: errors.py:38
msgid "Strict commit failed"
msgstr ""

#: errors.py:39
msgid ""
"There are unknown files in the working tree.\n"
"Please add or delete them."
msgstr ""

#: errors.py:41
msgid "Bound branch is out of date"
msgstr ""

#: errors.py:42
#, python-format
msgid "%s"
msgstr ""

#: errors.py:44
msgid "File not versioned"
msgstr ""

#: errors.py:45
msgid "The selected file is not versioned."
msgstr ""

#: errors.py:47 push.py:141
msgid "Branches have been diverged"
msgstr ""

#: errors.py:48
msgid ""
"You cannot push if branches have diverged. Use the\n"
"overwrite option if you want to push anyway."
msgstr ""

#: errors.py:50
msgid "No diff output"
msgstr ""

#: errors.py:51
msgid "The selected file hasn't changed."
msgstr ""

#: errors.py:53
msgid "No such revision"
msgstr ""

#: errors.py:54
msgid "The revision you specified doesn't exist."
msgstr ""

#: errors.py:56
msgid "Target already exists"
msgstr ""

#: errors.py:57
msgid "Target directory already exists. Please select another target."
msgstr ""

#: errors.py:59
msgid "Directory is already a branch"
msgstr ""

#: errors.py:60
#, python-format
msgid ""
"The current directory (%s) is already a branch.\n"
"You can start using it, or initialize another directory."
msgstr ""

#: errors.py:62
msgid "Branch without a working tree"
msgstr ""

#: errors.py:63
#, python-format
msgid ""
"The current directory (%s)\n"
"is a branch without a working tree."
msgstr ""

#: errors.py:65
msgid "Unknown bzr error"
msgstr ""

#: errors.py:67
msgid "Permission denied"
msgstr ""

#: errors.py:67
msgid "permission denied."
msgstr ""

#: errors.py:69
msgid "Unknown error"
msgstr ""

#: merge.py:66
msgid "Branch not given"
msgstr ""

#: merge.py:67
msgid "Please specify a branch to merge from."
msgstr ""

#: merge.py:75
msgid "Bazaar command error"
msgstr ""

#: merge.py:81
msgid "Merge successful"
msgstr ""

#: merge.py:82
msgid "All changes applied successfully."
msgstr ""

#: merge.py:85
msgid "Conflicts encountered"
msgstr ""

#: merge.py:86
msgid "Please resolve the conflicts manually before committing."
msgstr ""

#: push.py:47 bookmark.py:45
msgid "Location:"
msgstr ""

#: push.py:48
msgid "(click the Test button to check write access)"
msgstr ""

#: push.py:49
msgid "_Remember as default location"
msgstr ""

#: push.py:51
msgid "Create the path _leading up to the location"
msgstr ""

#: push.py:53
msgid "_Overwrite target if diverged"
msgstr ""

#: push.py:56
msgid "_Test"
msgstr ""

#: push.py:57
msgid "_Push"
msgstr ""

#: push.py:119
msgid "<b>Write access is probably available</b>"
msgstr ""

#: push.py:123
msgid "<b>No write access</b>"
msgstr ""

#: push.py:127
msgid "<b>Could not determine</b>"
msgstr ""

#: push.py:142
msgid ""
"You cannot push if branches have diverged.\n"
"Overwrite?"
msgstr ""

#: push.py:148
msgid "Push successful"
msgstr ""

#: push.py:149
#, python-format
msgid "%d revision(s) pushed."
msgstr ""

#: push.py:177
msgid "Push location is unknown"
msgstr ""

#: push.py:178
msgid "Please specify a location manually."
msgstr ""

#: push.py:202
msgid "Non existing parent directory"
msgstr ""

#: push.py:203
#, python-format
msgid ""
"The parent directory (%s)\n"
"doesn't exist."
msgstr ""

#: push.py:218
msgid "Path prefix not created"
msgstr ""

#: push.py:219
msgid ""
"The path leading up to the specified location couldn't\n"
"be created."
msgstr ""

#: revbrowser.py:41
msgid "Please select a revision"
msgstr ""

#: revbrowser.py:44
msgid "_Select"
msgstr ""

#: revbrowser.py:57
msgid "Revno"
msgstr ""

#: revbrowser.py:63
msgid "Time"
msgstr ""

#: status.py:79
msgid "Added"
msgstr ""

#: status.py:85
msgid "Removed"
msgstr ""

#: status.py:91
msgid "Renamed"
msgstr ""

#: status.py:98
msgid "Modified"
msgstr ""

#: status.py:106
msgid "Unknown"
msgstr ""

#: status.py:111
msgid "No changes."
msgstr ""

#: __init__.py:262
msgid "There are local changes in the branch"
msgstr ""

#: __init__.py:263
msgid "Please commit or revert the changes before merging."
msgstr ""

#: __init__.py:275 __init__.py:300
msgid "Parent location is unknown"
msgstr ""

#: __init__.py:276
msgid "Cannot determine missing revisions if no parent location is known."
msgstr ""

#: __init__.py:287
msgid "There are missing revisions"
msgstr ""

#: __init__.py:288
#, python-format
msgid "%d revision(s) missing."
msgstr ""

#: __init__.py:290
msgid "Local branch up to date"
msgstr ""

#: __init__.py:291
msgid "There are no missing revisions."
msgstr ""

#: __init__.py:301
msgid "Pulling is not possible until there is a parent location."
msgstr ""

#: __init__.py:316
msgid "Pull successful"
msgstr ""

#: __init__.py:316
#, python-format
msgid "%d revision(s) pulled."
msgstr ""

#: __init__.py:330 menu.py:205
msgid "Conflicts detected"
msgstr ""

#: __init__.py:331 menu.py:206
msgid "Please have a look at the working tree before continuing."
msgstr ""

#: __init__.py:333 menu.py:208
msgid "Revert successful"
msgstr ""

#: __init__.py:334 menu.py:209
msgid "All files reverted to last revision."
msgstr ""

#: __init__.py:364
msgid "Initialize successful"
msgstr ""

#: __init__.py:365
msgid "Directory successfully initialized."
msgstr ""

#: __init__.py:560 __init__.py:767
msgid "Bookmarks"
msgstr ""

#: __init__.py:567 menu.py:85
msgid "Bookmark"
msgstr ""

#: __init__.py:671 __init__.py:867
msgid "unchanged"
msgstr ""

#: __init__.py:673 __init__.py:869
msgid "ignored"
msgstr ""

#: __init__.py:675 __init__.py:871
msgid "unknown"
msgstr ""

#: __init__.py:680
msgid "Filename"
msgstr ""

#: __init__.py:681
msgid "Status"
msgstr ""

#: add.py:68 menu.py:149 menu.py:163 menu.py:185 remove.py:68 remove.py:130
msgid ""
"Please select a file from the list,\n"
"or choose the other option."
msgstr ""

#: bookmark.py:46
msgid "Title:"
msgstr ""

#: bookmark.py:81
msgid "No title given"
msgstr ""

#: bookmark.py:82
msgid "Please specify a title to continue."
msgstr ""

#: guifiles.py:35
msgid "Glade file cannot be found."
msgstr ""

#: guifiles.py:51
msgid "UI description file cannot be found."
msgstr ""

#: menu.py:57
msgid "Add"
msgstr ""

#: menu.py:58
msgid "Add the selected file"
msgstr ""

#: menu.py:61 menu.py:93
msgid "Remove"
msgstr ""

#: menu.py:62
msgid "Remove the selected file"
msgstr ""

#: menu.py:65
msgid "Rename"
msgstr ""

#: menu.py:66
msgid "Rename the selected file"
msgstr ""

#: menu.py:69
msgid "Open"
msgstr ""

#: menu.py:70
msgid "Open the selected file"
msgstr ""

#: menu.py:73
msgid "Revert"
msgstr ""

#: menu.py:74
msgid "Revert the changes"
msgstr ""

#: menu.py:78
msgid "Commit the changes"
msgstr ""

#: menu.py:81
msgid "Diff"
msgstr ""

#: menu.py:82
msgid "Show the diff of the file"
msgstr ""

#: menu.py:86
msgid "Bookmark current location"
msgstr ""

#: menu.py:89
msgid "Edit"
msgstr ""

#: menu.py:90
msgid "Edit the selected bookmark"
msgstr ""

#: menu.py:94
msgid "Remove the selected bookmark"
msgstr ""

#: menu.py:97
msgid "Open Folder"
msgstr ""

#: menu.py:98
msgid "Open bookmark folder in Nautilus"
msgstr ""

#: menu.py:101
msgid "Selected..."
msgstr ""

#: menu.py:102
msgid "Show the differences of the selected file"
msgstr ""

#: menu.py:105
msgid "All..."
msgstr ""

#: menu.py:106
msgid "Show the differences of all files"
msgstr ""

#: menu.py:245
msgid "Bookmark successfully added"
msgstr ""

#: menu.py:246
msgid ""
"The current directory was bookmarked. You can reach\n"
"it by selecting it from the left panel."
msgstr ""

#: menu.py:249
msgid "Location already bookmarked"
msgstr ""

#: menu.py:250
msgid ""
"The current directory is already bookmarked.\n"
"See the left panel for reference."
msgstr ""

#: mkdir.py:67
msgid "No directory name given"
msgstr ""

#: mkdir.py:68
msgid "Please specify a desired name for the new directory."
msgstr ""

#: mkdir.py:79 mkdir.py:89
msgid "Directory already exists"
msgstr ""

#: mkdir.py:80 mkdir.py:90
msgid "Please specify another name to continue."
msgstr ""

#: move.py:80 rename.py:70
msgid "Please select a file from the list to proceed."
msgstr ""

#: move.py:89 rename.py:86
msgid "Not the same branch"
msgstr ""

#: move.py:90 rename.py:87
msgid "The destination is not in the same branch."
msgstr ""

#: remove.py:79 remove.py:139
msgid "No matching files"
msgstr ""

#: remove.py:80 remove.py:140
msgid "No added files were found in the working tree."
msgstr ""

#: remove.py:105
msgid "Which file(s) do you want to remove?"
msgstr ""

#: remove.py:106
msgid "Selected only"
msgstr ""

#: remove.py:107
msgid "All files with status 'added'"
msgstr ""

#: remove.py:108
msgid "_Remove"
msgstr ""

#: rename.py:74
msgid "Filename not given"
msgstr ""

#: rename.py:75
msgid "Please specify a new name for the file."
msgstr ""