forked from yousseb/meld
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen_CA.po
More file actions
1100 lines (881 loc) · 24.1 KB
/
Copy pathen_CA.po
File metadata and controls
1100 lines (881 loc) · 24.1 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
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
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# English/Canada translation of meld.
# Copyright (C) 2004-2005 Adam Weinberger and the GNOME Foundation
# This file is distributed under the same licence as the meld package.
# Adam Weinberger <adamw@gnome.org>, 2004, 2005.
#
#
msgid ""
msgstr ""
"Project-Id-Version: meld\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-12-03 20:02-0500\n"
"PO-Revision-Date: 2005-06-23 16:51-0400\n"
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
"Language-Team: Canadian English <adamw@gnome.org>\n"
"Language: en_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: dirdiff.py:250 dirdiff.py:265
#, python-format
msgid "Error converting pattern '%s' to regular expression"
msgstr "Error converting pattern '%s' to regular expression"
#: dirdiff.py:281
#, python-format
msgid "Hide %s"
msgstr "Hide %s"
#: dirdiff.py:361 dirdiff.py:370 vcview.py:212 vcview.py:240
#, python-format
msgid "[%s] Scanning %s"
msgstr "[%s] Scanning %s"
#: dirdiff.py:403
#, python-format
msgid "'%s' hidden by '%s'"
msgstr "'%s' hidden by '%s'"
#: dirdiff.py:409
#, python-format
msgid ""
"You are running a case insensitive comparison on a case sensitive "
"filesystem. Some files are not visible:\n"
"%s"
msgstr ""
"You are running a case-insensitive comparison on a case-sensitive "
"filesystem. Some files are not visible:\n"
"%s"
#: dirdiff.py:478
#, python-format
msgid "[%s] Done"
msgstr "[%s] Done"
#: dirdiff.py:524
#, python-format
msgid ""
"'%s' exists.\n"
"Overwrite?"
msgstr ""
"'%s' exists.\n"
"Overwrite?"
#: dirdiff.py:531
#, python-format
msgid ""
"Error copying '%s' to '%s'\n"
"\n"
"%s."
msgstr ""
"Error copying '%s' to '%s'\n"
"\n"
"%s."
#: dirdiff.py:549 vcview.py:403
#, python-format
msgid ""
"'%s' is a directory.\n"
"Remove recusively?"
msgstr ""
"'%s' is a directory.\n"
"Remove recusively?"
#: dirdiff.py:556 vcview.py:408
#, python-format
msgid ""
"Error removing %s\n"
"\n"
"%s."
msgstr ""
"Error removing %s\n"
"\n"
"%s."
#: dirdiff.py:567
#, python-format
msgid "%i second"
msgid_plural "%i seconds"
msgstr[0] "%i second"
msgstr[1] "%i seconds"
#: dirdiff.py:568
#, python-format
msgid "%i minute"
msgid_plural "%i minutes"
msgstr[0] "%i minute"
msgstr[1] "%i minutes"
#: dirdiff.py:569
#, python-format
msgid "%i hour"
msgid_plural "%i hours"
msgstr[0] "%i hour"
msgstr[1] "%i hours"
#: dirdiff.py:570
#, python-format
msgid "%i day"
msgid_plural "%i days"
msgstr[0] "%i day"
msgstr[1] "%i days"
#: dirdiff.py:571
#, python-format
msgid "%i week"
msgid_plural "%i weeks"
msgstr[0] "%i week"
msgstr[1] "%i weeks"
#: dirdiff.py:572
#, python-format
msgid "%i month"
msgid_plural "%i months"
msgstr[0] "%i month"
msgstr[1] "%i months"
#: dirdiff.py:573
#, python-format
msgid "%i year"
msgid_plural "%i years"
msgstr[0] "%i year"
msgstr[1] "%i years"
#. Abbreviation for insert,overwrite so that it will fit in the status bar
#: filediff.py:214
msgid "INS,OVR"
msgstr "INS,OVR"
#. Abbreviation for line, column so that it will fit in the status bar
#: filediff.py:216
#, python-format
msgid "Ln %i, Col %i"
msgstr "Ln %i, Col %i"
#: filediff.py:274
#, python-format
msgid ""
"Regular expression '%s' changed the number of lines in the file. Comparison "
"will be incorrect. See the user manual for more details."
msgstr ""
"Regular expression '%s' changed the number of lines in the file. Comparison "
"will be incorrect. See the user manual for more details."
#: filediff.py:520
#, python-format
msgid ""
"Regular expression error\n"
"'%s'"
msgstr ""
"Regular expression error\n"
"'%s'"
#: filediff.py:532
#, python-format
msgid "The regular expression '%s' was not found."
msgstr "The regular expression '%s' was not found."
#: filediff.py:534
#, python-format
msgid "The text '%s' was not found."
msgstr "The text '%s' was not found."
#: filediff.py:578
#, python-format
msgid "[%s] Set num panes"
msgstr "[%s] Set num panes"
#: filediff.py:585
#, python-format
msgid "[%s] Opening files"
msgstr "[%s] Opening files"
#: filediff.py:602 filediff.py:616 filediff.py:632 filediff.py:639
#, python-format
msgid "Could not read from '%s'"
msgstr "Could not read from '%s'"
#: filediff.py:603 filediff.py:640
msgid "The error was:"
msgstr "The error was:"
#: filediff.py:608
#, python-format
msgid "[%s] Reading files"
msgstr "[%s] Reading files"
#: filediff.py:617
msgid ""
"It contains ascii nulls.\n"
"Perhaps it is a binary file."
msgstr ""
"It contains ASCII NULLs.\n"
"Perhaps it is a binary file."
#: filediff.py:633
#, python-format
msgid "I tried encodings %s."
msgstr "I tried encodings %s."
#: filediff.py:662
#, python-format
msgid "[%s] Computing differences"
msgstr "[%s] Computing differences"
#: filediff.py:766
#, python-format
msgid ""
"\"%s\" exists!\n"
"Overwrite?"
msgstr ""
"\"%s\" exists!\n"
"Overwrite?"
#: filediff.py:779
#, python-format
msgid ""
"Error writing to %s\n"
"\n"
"%s."
msgstr ""
"Error writing to %s\n"
"\n"
"%s."
#: filediff.py:788
#, python-format
msgid "Choose a name for buffer %i."
msgstr "Choose a name for buffer %i."
#: filediff.py:801
#, python-format
msgid ""
"This file '%s' contains a mixture of line endings.\n"
"\n"
"Which format would you like to use?"
msgstr ""
"This file '%s' contains a mixture of line endings.\n"
"\n"
"Which format would you like to use?"
#: filediff.py:817
#, python-format
msgid ""
"'%s' contains characters not encodable with '%s'\n"
"Would you like to save as UTF-8?"
msgstr ""
"'%s' contains characters not encodable with '%s'\n"
"Would you like to save as UTF-8?"
#. save as
#: filediff.py:852
msgid "Save patch as..."
msgstr "Save patch as..."
#: filediff.py:906
#, python-format
msgid ""
"Refreshing will discard changes in:\n"
"%s\n"
"\n"
"You cannot undo this operation."
msgstr ""
"Refreshing will discard changes in:\n"
"%s\n"
"\n"
"You cannot undo this operation."
#: glade2/dirdiff.glade.h:1
msgid "Case"
msgstr "Case"
#: glade2/dirdiff.glade.h:2
msgid "Compare"
msgstr "Compare"
#: glade2/dirdiff.glade.h:3 glade2/vcview.glade.h:6
msgid "Compare selected"
msgstr "Compare selected"
#: glade2/dirdiff.glade.h:4
msgid "Copy To Left"
msgstr "Copy To Left"
#: glade2/dirdiff.glade.h:5
msgid "Copy To Right"
msgstr "Copy To Right"
#: glade2/dirdiff.glade.h:6
msgid "Delete selected"
msgstr "Delete selected"
#: glade2/dirdiff.glade.h:7 glade2/filediff.glade.h:7
msgid "Edit"
msgstr "Edit"
#: glade2/dirdiff.glade.h:8
msgid "Hide selected"
msgstr "Hide selected"
#: glade2/dirdiff.glade.h:9
msgid "Hide..."
msgstr "Hide..."
#: glade2/dirdiff.glade.h:10
msgid "Ignore case of entries"
msgstr "Ignore case of entries"
#: glade2/dirdiff.glade.h:11
msgid "Left"
msgstr "Left"
#: glade2/dirdiff.glade.h:12
msgid "Modified"
msgstr "Modified"
#: glade2/dirdiff.glade.h:13
msgid "New"
msgstr "New"
#: glade2/dirdiff.glade.h:14
msgid "Right"
msgstr "Right"
#: glade2/dirdiff.glade.h:15
msgid "Same"
msgstr "Same"
#: glade2/dirdiff.glade.h:16
msgid "Show identical"
msgstr "Show identical"
#: glade2/dirdiff.glade.h:17 glade2/vcview.glade.h:18
msgid "Show modified"
msgstr "Show modified"
#: glade2/dirdiff.glade.h:18
msgid "Show new"
msgstr "Show new"
#: glade2/dirdiff.glade.h:19 glade2/meldapp.glade.h:86
#: glade2/vcview.glade.h:25
msgid "_Compare"
msgstr "_Compare"
#: glade2/dirdiff.glade.h:20
msgid "_Delete Selected"
msgstr "_Delete Selected"
#: glade2/filediff.glade.h:1
msgid ""
"<span weight=\"bold\" size=\"larger\">Some files have been modified.\n"
"Which ones would you like to save?</span>"
msgstr ""
"<span weight=\"bold\" size=\"larger\">Some files have been modified.\n"
"Which ones would you like to save?</span>"
#: glade2/filediff.glade.h:3
msgid "Copy All To _Left"
msgstr "Copy All To _Left"
#: glade2/filediff.glade.h:4
msgid "Copy All To _Right"
msgstr "Copy All To _Right"
#: glade2/filediff.glade.h:5
msgid "Copy to Clipboard"
msgstr "Copy to Clipboard"
#: glade2/filediff.glade.h:6
msgid "Create Patch"
msgstr "Create Patch"
#: glade2/filediff.glade.h:8
msgid "Find"
msgstr "Find"
#: glade2/filediff.glade.h:9
msgid "Match _entire word only"
msgstr "Match _entire word only"
#: glade2/filediff.glade.h:10
msgid "Regular e_xpression"
msgstr "Regular e_xpression"
#: glade2/filediff.glade.h:11
msgid "Save modified files?"
msgstr "Save modified files?"
#: glade2/filediff.glade.h:12
msgid "Search for:"
msgstr "Search for:"
#: glade2/filediff.glade.h:13
msgid "_Match case"
msgstr "_Match case"
#: glade2/filediff.glade.h:14
msgid "_Wrap around"
msgstr "_Wrap around"
#: glade2/meldapp.glade.h:1
msgid "(gnome-default-editor)"
msgstr "(gnome-default-editor)"
#: glade2/meldapp.glade.h:2
msgid "<b>Drawing Style</b>"
msgstr "<b>Drawing Style</b>"
#: glade2/meldapp.glade.h:3
msgid "<b>Edit Menu</b>"
msgstr "<b>Edit Menu</b>"
#: glade2/meldapp.glade.h:4
msgid "<b>Font</b>"
msgstr "<b>Font</b>"
#: glade2/meldapp.glade.h:5
msgid "<b>Global options</b>"
msgstr "<b>Global options</b>"
#: glade2/meldapp.glade.h:6
msgid "<b>Loading</b>"
msgstr "<b>Loading</b>"
#: glade2/meldapp.glade.h:7
msgid "<b>Misc</b>"
msgstr "<b>Misc</b>"
#: glade2/meldapp.glade.h:8
msgid "<b>Saving</b>"
msgstr "<b>Saving</b>"
#: glade2/meldapp.glade.h:9
msgid "<b>Toolbar Appearance</b>"
msgstr "<b>Toolbar Appearance</b>"
#: glade2/meldapp.glade.h:10
msgid "<b>Update Options</b>"
msgstr "<b>Update Options</b>"
#: glade2/meldapp.glade.h:11
msgid "<b>Whitespace</b>"
msgstr "<b>Whitespace</b>"
#: glade2/meldapp.glade.h:12
msgid "<span weight=\"bold\" size=\"x-large\">CVS</span>"
msgstr "<span weight=\"bold\" size=\"x-large\">CVS</span>"
#: glade2/meldapp.glade.h:13
msgid "<span weight=\"bold\" size=\"x-large\">Compare</span>"
msgstr "<span weight=\"bold\" size=\"x-large\">Compare</span>"
#: glade2/meldapp.glade.h:14
msgid "<span weight=\"bold\" size=\"x-large\">Display</span>"
msgstr "<span weight=\"bold\" size=\"x-large\">Display</span>"
#: glade2/meldapp.glade.h:15
msgid "<span weight=\"bold\" size=\"x-large\">Editor</span>"
msgstr "<span weight=\"bold\" size=\"x-large\">Editor</span>"
#: glade2/meldapp.glade.h:16
msgid "<span weight=\"bold\" size=\"x-large\">Encoding</span>"
msgstr "<span weight=\"bold\" size=\"x-large\">Encoding</span>"
#: glade2/meldapp.glade.h:17
msgid "<span weight=\"bold\" size=\"x-large\">File Filters</span>"
msgstr "<span weight=\"bold\" size=\"x-large\">File Filters</span>"
#: glade2/meldapp.glade.h:18
msgid "<span weight=\"bold\" size=\"x-large\">Text Filters</span>"
msgstr "<span weight=\"bold\" size=\"x-large\">Text Filters</span>"
#: glade2/meldapp.glade.h:19
msgid "Automatically supply missing newline at end of file."
msgstr "Automatically supply missing newline at end of file."
#: glade2/meldapp.glade.h:20
msgid "CVS"
msgstr "CVS"
#: glade2/meldapp.glade.h:21
msgid "CVS Directory"
msgstr "CVS Directory"
#: glade2/meldapp.glade.h:22
msgid "CVS binary"
msgstr "CVS binary"
#: glade2/meldapp.glade.h:23
msgid "Choose Files"
msgstr "Choose Files"
#: glade2/meldapp.glade.h:24
msgid ""
"Choose how the central bar of the diff viewer is drawn. You may wish to "
"choose a simpler mode if you find scrolling is slow."
msgstr ""
"Choose how the central bar of the diff viewer is drawn. You may wish to "
"choose a simpler mode if you find scrolling is slow."
#: glade2/meldapp.glade.h:25
msgid "Copyright (C) 2002 Stephen Kennedy"
msgstr "Copyright (C) 2002 Stephen Kennedy"
#: glade2/meldapp.glade.h:26
msgid "Create missing directories (-d)"
msgstr "Create missing directories (-d)"
#: glade2/meldapp.glade.h:27
msgid "Curved : Filled Curves"
msgstr "Curved : Filled Curves"
#: glade2/meldapp.glade.h:28
msgid "Custom command"
msgstr "Custom command"
#: glade2/meldapp.glade.h:29
msgid "Directory"
msgstr "Directory"
#: glade2/meldapp.glade.h:30
msgid "Display"
msgstr "Display"
#: glade2/meldapp.glade.h:31
msgid "Edit menu popup invokes"
msgstr "Edit menu popup invokes"
#: glade2/meldapp.glade.h:32
msgid "Editor"
msgstr "Editor"
#: glade2/meldapp.glade.h:33
msgid "Encoding"
msgstr "Encoding"
#: glade2/meldapp.glade.h:34
msgid "File Filters"
msgstr "File Filters"
#: glade2/meldapp.glade.h:35
msgid "Gnome Default"
msgstr "Gnome Default"
#: glade2/meldapp.glade.h:36
msgid "Gnome default editor"
msgstr "Gnome default editor"
#: glade2/meldapp.glade.h:37
msgid "Icons Only"
msgstr "Icons Only"
#: glade2/meldapp.glade.h:38
msgid "Ignore .cvsrc (-f)"
msgstr "Ignore .cvsrc (-f)"
#: glade2/meldapp.glade.h:39
msgid "Ignore changes in amount of white space"
msgstr "Ignore changes in amount of white space"
#: glade2/meldapp.glade.h:40
msgid ""
"Ignore changes in case; consider upper and lower-case letters equivalent"
msgstr ""
"Ignore changes in case; consider upper and lower-case letters equivalent"
#: glade2/meldapp.glade.h:41
msgid "Ignore changes that just insert or delete blank lines"
msgstr "Ignore changes that just insert or delete blank lines"
#: glade2/meldapp.glade.h:42
msgid "Ignore changes which insert or delete blank lines"
msgstr "Ignore changes which insert or delete blank lines"
#: glade2/meldapp.glade.h:43
msgid "Internal editor"
msgstr "Internal editor"
#: glade2/meldapp.glade.h:44
msgid "Line Wrapping "
msgstr "Line Wrapping "
#: glade2/meldapp.glade.h:45
msgid "Locate CVS binary : Meld"
msgstr "Locate CVS binary : Meld"
#: glade2/meldapp.glade.h:46
msgid "Meld"
msgstr "Meld"
#: glade2/meldapp.glade.h:47
msgid "Mine"
msgstr "Mine"
#: glade2/meldapp.glade.h:48
msgid "My Directory"
msgstr "My Directory"
#: glade2/meldapp.glade.h:49
msgid "My File"
msgstr "My File"
#: glade2/meldapp.glade.h:50
msgid "New..."
msgstr "New..."
#: glade2/meldapp.glade.h:51
msgid "Original"
msgstr "Original"
#: glade2/meldapp.glade.h:52
msgid "Original Directory"
msgstr "Original Directory"
#: glade2/meldapp.glade.h:53
msgid "Original File"
msgstr "Original File"
#: glade2/meldapp.glade.h:54
msgid "Other"
msgstr "Other"
#: glade2/meldapp.glade.h:55
msgid "Other Directory"
msgstr "Other Directory"
#: glade2/meldapp.glade.h:56
msgid "Other File"
msgstr "Other File"
#: glade2/meldapp.glade.h:57
msgid "Preferences : Meld"
msgstr "Preferences : Meld"
#: glade2/meldapp.glade.h:58
msgid "Prune empty directories (-P)"
msgstr "Prune empty directories (-P)"
#: glade2/meldapp.glade.h:59
msgid "Quiet mode (-q)"
msgstr "Quiet mode (-q)"
#: glade2/meldapp.glade.h:60
msgid "Report _Bug"
msgstr "Report _Bug"
#: glade2/meldapp.glade.h:61
msgid "Save _As"
msgstr "Save _As"
#: glade2/meldapp.glade.h:62
msgid "Save in UTF-8 encoding"
msgstr "Save in UTF-8 encoding"
#: glade2/meldapp.glade.h:63
msgid "Save in the files original encoding"
msgstr "Save in the files original encoding"
#: glade2/meldapp.glade.h:64
msgid "Show line numbers"
msgstr "Show line numbers"
#: glade2/meldapp.glade.h:65
msgid "Simple : Lines only"
msgstr "Simple : Lines only"
#: glade2/meldapp.glade.h:66
msgid "Solid : Filled Quadilaterals"
msgstr "Solid : Filled Quadilaterals"
#: glade2/meldapp.glade.h:67
msgid "Tab width"
msgstr "Tab width"
#: glade2/meldapp.glade.h:68
msgid "Text Beside Icons"
msgstr "Text Beside Icons"
#: glade2/meldapp.glade.h:69
msgid "Text Filters"
msgstr "Text Filters"
#: glade2/meldapp.glade.h:70
msgid "Text Only"
msgstr "Text Only"
#: glade2/meldapp.glade.h:71
msgid "Text Under Icons"
msgstr "Text Under Icons"
#: glade2/meldapp.glade.h:72
msgid "Three way directory"
msgstr "Three way directory"
#: glade2/meldapp.glade.h:73
msgid "Three way file"
msgstr "Three way file"
#: glade2/meldapp.glade.h:74
msgid "Two way directory"
msgstr "Two way directory"
#: glade2/meldapp.glade.h:75
msgid "Two way file"
msgstr "Two way file"
#: glade2/meldapp.glade.h:76
msgid "Use Compression (-z)"
msgstr "Use Compression (-z)"
#: glade2/meldapp.glade.h:77
msgid "Use GNOME monospace font."
msgstr "Use GNOME monospace font."
#: glade2/meldapp.glade.h:78
msgid "Use custom font."
msgstr "Use custom font."
#: glade2/meldapp.glade.h:79
msgid "Use syntax highlighting"
msgstr "Use syntax highlighting"
#: glade2/meldapp.glade.h:80
msgid "Version control view"
msgstr "Version control view"
#: glade2/meldapp.glade.h:81
msgid "When loading, try these codecs in order. (e.g. utf8, iso8859)"
msgstr "When loading, try these codecs in order. (e.g. utf8, iso8859)"
#: glade2/meldapp.glade.h:82
msgid ""
"When performing directory comparisons, you may filter out files and "
"directories by name. Each pattern is a list of shell style wildcards "
"separated by spaces."
msgstr ""
"When performing directory comparisons, you may filter out files and "
"directories by name. Each pattern is a list of shell-style wildcards "
"separated by spaces."
#: glade2/meldapp.glade.h:83
msgid ""
"When performing file comparisons, you may ignore certain types of changes. "
"Each pattern here is a python regular expression which replaces matching "
"text with the empty string before comparison is performed. If the expression "
"contains groups, only the groups are replaced. See the user manual for more "
"details."
msgstr ""
"When performing file comparisons, you may ignore certain types of changes. "
"Each pattern here is a python regular expression which replaces matching "
"text with the empty string before comparison is performed. If the expression "
"contains groups, only the groups are replaced. See the user manual for more "
"details."
#: glade2/meldapp.glade.h:84
msgid "Whitespace is significant"
msgstr "Whitespace is significant"
#: glade2/meldapp.glade.h:85
msgid "_Character"
msgstr "_Character"
#: glade2/meldapp.glade.h:87
msgid "_Contents"
msgstr "_Contents"
#: glade2/meldapp.glade.h:88
msgid "_Directory Comparison"
msgstr "_Directory Comparison"
#: glade2/meldapp.glade.h:89
msgid "_Down"
msgstr "_Down"
#: glade2/meldapp.glade.h:90
msgid "_File Comparison"
msgstr "_File Comparison"
#: glade2/meldapp.glade.h:91
msgid "_Logo"
msgstr "_Logo"
#: glade2/meldapp.glade.h:92
msgid "_New..."
msgstr "_New..."
#: glade2/meldapp.glade.h:93
msgid "_None"
msgstr "_None"
#: glade2/meldapp.glade.h:94
msgid "_Save"
msgstr "_Save"
#: glade2/meldapp.glade.h:95
msgid "_Three Way Compare"
msgstr "_Three Way Compare"
#: glade2/meldapp.glade.h:96
msgid "_Up"
msgstr "_Up"
#: glade2/meldapp.glade.h:97
msgid "_Version Control Browser"
msgstr "_Version Control Browser"
#: glade2/meldapp.glade.h:98
msgid "_Word"
msgstr "_Word"
#: glade2/vcview.glade.h:1
msgid "Add _Binary"
msgstr "Add _Binary"
#: glade2/vcview.glade.h:2
msgid "Add to VC"
msgstr "Add to VC"
#: glade2/vcview.glade.h:3
msgid "Commit"
msgstr "Commit"
#: glade2/vcview.glade.h:4
msgid "Commit Files"
msgstr "Commit Files"
#: glade2/vcview.glade.h:5
msgid "Compare Options"
msgstr "Compare Options"
#: glade2/vcview.glade.h:7
msgid "Date"
msgstr "Date"
#: glade2/vcview.glade.h:8
msgid "Delete locally"
msgstr "Delete locally"
#: glade2/vcview.glade.h:9
msgid "Flatten directories"
msgstr "Flatten directories"
#: glade2/vcview.glade.h:10
msgid "Ignored"
msgstr "Ignored"
#: glade2/vcview.glade.h:11
msgid "Local copy against other remote revision"
msgstr "Local copy against other remote revision"
#: glade2/vcview.glade.h:12
msgid "Local copy against same remote revision"
msgstr "Local copy against same remote revision"
#: glade2/vcview.glade.h:13
msgid "Log Message"
msgstr "Log Message"
#: glade2/vcview.glade.h:14
msgid "Non _VC"
msgstr "Non _VC"
#: glade2/vcview.glade.h:15
msgid "Previous Logs"
msgstr "Previous Logs"
#: glade2/vcview.glade.h:16
msgid "Remove _Locally"
msgstr "Remove _Locally"
#: glade2/vcview.glade.h:17
msgid "Remove from VC"
msgstr "Remove from VC"
#: glade2/vcview.glade.h:19
msgid "Show unversioned files"
msgstr "Show unversioned files"
#: glade2/vcview.glade.h:20 vcview.py:173
msgid "Tag"
msgstr "Tag"
#: glade2/vcview.glade.h:21
msgid "Update"
msgstr "Update"
#: glade2/vcview.glade.h:22
msgid "VC Log"
msgstr "VC Log"
#: glade2/vcview.glade.h:23
msgid "_Add"
msgstr "_Add"
#: glade2/vcview.glade.h:24
msgid "_Commit"
msgstr "_Commit"
#: glade2/vcview.glade.h:26
msgid "_Edit"
msgstr "_Edit"
#: glade2/vcview.glade.h:27
msgid "_Flatten"
msgstr "_Flatten"
#: glade2/vcview.glade.h:28
msgid "_Modified"
msgstr "_Modified"
#: glade2/vcview.glade.h:29
msgid "_Normal"
msgstr "_Normal"
#: glade2/vcview.glade.h:30
msgid "_Remove"
msgstr "_Remove"
#: glade2/vcview.glade.h:31
msgid "_Update"
msgstr "_Update"
#: meld:60 meld:70 meld:80
#, c-format
msgid "Meld requires %s or higher."
msgstr "Meld requires %s or higher."
#: meld:81
msgid ""
"Due to incompatible API changes some functions may not operate as expected."
msgstr ""
"Due to incompatible API changes some functions may not operate as expected."
#: meld.desktop.in.h:1
msgid "Compare and merge your files."
msgstr "Compare and merge your files."
#: meld.desktop.in.h:2
msgid "Meld Diff Viewer"
msgstr "Meld Diff Viewer"
#: meldapp.py:292
msgid "Line numbers are only available if you have gnome-python-desktop installed."
msgstr "Line numbers are only available if you have gnome-python-desktop installed."
#: meldapp.py:296
msgid ""
"Syntax highlighting is only available if you have gnome-python-desktop installed."
msgstr ""
"Syntax highlighting is only available if you have gnome-python-desktop installed."
#: meldapp.py:750
msgid "Cannot compare a mixture of files and directories.\n"
msgstr "Cannot compare a mixture of files and directories.\n"
#. ###############################################################################
#.
#. usage
#.
#. ###############################################################################
#: meldapp.py:796
msgid ""
"Meld is a file and directory comparison tool. Usage:\n"
"\n"
" meld Start with no windows open\n"
" meld <dir> Start with VC browser in 'dir'\n"
" meld <file> Start with VC diff of 'file'\n"
" meld <file> <file> [file] Start with 2 or 3 way file comparison\n"
" meld <dir> <dir> [dir] Start with 2 or 3 way directory comparison\n"
"\n"
"Options:\n"
" -h, --help Show this help text and exit\n"
" -v, --version Display the version and exit\n"
"\n"
"For more information choose help -> contents.\n"
"Report bugs at http://bugzilla.gnome.org/buglist.cgi?product=meld\n"
"Discuss meld at http://mail.gnome.org/mailman/listinfo/meld-list\n"
msgstr ""