]> git.ipfire.org Git - thirdparty/git.git/blame - po/pt_PT.po
Git 1.7.10
[thirdparty/git.git] / po / pt_PT.po
CommitLineData
83366229
MS
1# Portuguese translations for Git package.
2# Copyright (C) 2012 Marco Sousa <marcomsousa AT gmail.com>
3# This file is distributed under the same license as the Git package.
4# Contributers:
5# - Marco Sousa <marcomsousa AT gmail.com>
6#
7msgid ""
8msgstr ""
9"Project-Id-Version: Git\n"
10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11"POT-Creation-Date: 2012-03-16 20:18+0800\n"
12"PO-Revision-Date: 2012-04-01 11:26+0100\n"
13"Last-Translator: Marco Sousa <marcomsousa AT gmail.com>\n"
14"Language-Team: Portuguese\n"
15"Language: pt\n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
21#: advice.c:34
22#, c-format
23msgid "hint: %.*s\n"
24msgstr "dica: %.*s\n"
25
26#.
27#. * Message used both when 'git commit' fails and when
28#. * other commands doing a merge do.
29#.
30#: advice.c:64
31msgid ""
32"Fix them up in the work tree,\n"
33"and then use 'git add/rm <file>' as\n"
34"appropriate to mark resolution and make a commit,\n"
35"or use 'git commit -a'."
36msgstr ""
37
38#: commit.c:47
39#, c-format
40msgid "could not parse %s"
41msgstr "não consigo parsear %s"
42
43#: commit.c:49
44#, c-format
45msgid "%s %s is not a commit!"
46msgstr "%s %s não é um commit!"
47
48#: compat/obstack.c:406
49#: compat/obstack.c:408
50msgid "memory exhausted"
51msgstr "memoria exausta"
52
53#: connected.c:39
54msgid "Could not run 'git rev-list'"
55msgstr ""
56
57#: connected.c:48
58#, c-format
59msgid "failed write to rev-list: %s"
60msgstr ""
61
62#: connected.c:56
63#, c-format
64msgid "failed to close rev-list's stdin: %s"
65msgstr ""
66
67#: diff.c:105
68#, c-format
69msgid " Failed to parse dirstat cut-off percentage '%.*s'\n"
70msgstr ""
71
72#: diff.c:110
73#, c-format
74msgid " Unknown dirstat parameter '%.*s'\n"
75msgstr ""
76
77#: diff.c:210
78#, c-format
79msgid ""
80"Found errors in 'diff.dirstat' config variable:\n"
81"%s"
82msgstr ""
83
84#: diff.c:1336
85msgid " 0 files changed\n"
86msgstr " 0 ficheros modificados\n"
87
88#: diff.c:1340
89#, c-format
90msgid " %d file changed"
91msgid_plural " %d files changed"
92msgstr[0] " %d ficheiro modificado"
93msgstr[1] " %d ficheiros modificados"
94
95#: diff.c:1357
96#, c-format
97msgid ", %d insertion(+)"
98msgid_plural ", %d insertions(+)"
99msgstr[0] ", %d adição(+)"
100msgstr[1] ", %d adições(+)"
101
102#: diff.c:1368
103#, c-format
104msgid ", %d deletion(-)"
105msgid_plural ", %d deletions(-)"
106msgstr[0] ", %d eliminado(-)"
107msgstr[1] ", %d eliminados(-)"
108
109#: diff.c:3424
110#, c-format
111msgid ""
112"Failed to parse --dirstat/-X option parameter:\n"
113"%s"
114msgstr ""
115
116#: gpg-interface.c:59
117msgid "could not run gpg."
118msgstr "não consegue ejecutar gpg."
119
120#: gpg-interface.c:71
121msgid "gpg did not accept the data"
122msgstr ""
123
124#: gpg-interface.c:82
125msgid "gpg failed to sign the data"
126msgstr ""
127
128#: grep.c:1280
129#, c-format
130msgid "'%s': unable to read %s"
131msgstr ""
132
133#: grep.c:1297
134#, c-format
135msgid "'%s': %s"
136msgstr "'%s': %s"
137
138#: grep.c:1308
139#, c-format
140msgid "'%s': short read %s"
141msgstr ""
142
143#: help.c:287
144#, c-format
145msgid ""
146"'%s' appears to be a git command, but we were not\n"
147"able to execute it. Maybe git-%s is broken?"
148msgstr ""
149
150#: remote.c:1607
151#, c-format
152msgid "Your branch is ahead of '%s' by %d commit.\n"
153msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
154msgstr[0] ""
155msgstr[1] ""
156
157#: remote.c:1613
158#, c-format
159msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
160msgid_plural "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
161msgstr[0] ""
162msgstr[1] ""
163
164#: remote.c:1621
165#, c-format
166msgid ""
167"Your branch and '%s' have diverged,\n"
168"and have %d and %d different commit each, respectively.\n"
169msgid_plural ""
170"Your branch and '%s' have diverged,\n"
171"and have %d and %d different commits each, respectively.\n"
172msgstr[0] ""
173msgstr[1] ""
174
175#: sequencer.c:120
176#: builtin/merge.c:864
177#: builtin/merge.c:985
178#: builtin/merge.c:1095
179#: builtin/merge.c:1105
180#, c-format
181msgid "Could not open '%s' for writing"
182msgstr ""
183
184#: sequencer.c:122
185#: builtin/merge.c:334
186#: builtin/merge.c:867
187#: builtin/merge.c:1097
188#: builtin/merge.c:1110
189#, c-format
190msgid "Could not write to '%s'"
191msgstr ""
192
193#: sequencer.c:143
194msgid ""
195"after resolving the conflicts, mark the corrected paths\n"
196"with 'git add <paths>' or 'git rm <paths>'"
197msgstr ""
198
199#: sequencer.c:146
200msgid ""
201"after resolving the conflicts, mark the corrected paths\n"
202"with 'git add <paths>' or 'git rm <paths>'\n"
203"and commit the result with 'git commit'"
204msgstr ""
205
206#: sequencer.c:159
207#: sequencer.c:685
208#: sequencer.c:768
209#, c-format
210msgid "Could not write to %s"
211msgstr ""
212
213#: sequencer.c:162
214#, c-format
215msgid "Error wrapping up %s"
216msgstr ""
217
218#: sequencer.c:177
219msgid "Your local changes would be overwritten by cherry-pick."
220msgstr ""
221
222#: sequencer.c:179
223msgid "Your local changes would be overwritten by revert."
224msgstr ""
225
226#: sequencer.c:182
227msgid "Commit your changes or stash them to proceed."
228msgstr ""
229
230#. TRANSLATORS: %s will be "revert" or "cherry-pick"
231#: sequencer.c:232
232#, c-format
233msgid "%s: Unable to write new index file"
234msgstr ""
235
236#: sequencer.c:298
237msgid "Your index file is unmerged."
238msgstr ""
239
240#: sequencer.c:301
241msgid "You do not have a valid HEAD"
242msgstr ""
243
244#: sequencer.c:316
245#, c-format
246msgid "Commit %s is a merge but no -m option was given."
247msgstr ""
248
249#: sequencer.c:324
250#, c-format
251msgid "Commit %s does not have parent %d"
252msgstr ""
253
254#: sequencer.c:328
255#, c-format
256msgid "Mainline was specified but commit %s is not a merge."
257msgstr ""
258
259#. TRANSLATORS: The first %s will be "revert" or
260#. "cherry-pick", the second %s a SHA1
261#: sequencer.c:339
262#, c-format
263msgid "%s: cannot parse parent commit %s"
264msgstr ""
265
266#: sequencer.c:343
267#, c-format
268msgid "Cannot get commit message for %s"
269msgstr ""
270
271#: sequencer.c:427
272#, c-format
273msgid "could not revert %s... %s"
274msgstr ""
275
276#: sequencer.c:428
277#, c-format
278msgid "could not apply %s... %s"
279msgstr ""
280
281#: sequencer.c:450
282#: sequencer.c:909
283#: builtin/log.c:288
284#: builtin/log.c:713
285#: builtin/log.c:1329
286#: builtin/log.c:1548
287#: builtin/merge.c:348
288#: builtin/shortlog.c:181
289msgid "revision walk setup failed"
290msgstr ""
291
292#: sequencer.c:453
293msgid "empty commit set passed"
294msgstr ""
295
296#: sequencer.c:461
297#, c-format
298msgid "git %s: failed to read the index"
299msgstr ""
300
301#: sequencer.c:466
302#, c-format
303msgid "git %s: failed to refresh the index"
304msgstr ""
305
306#: sequencer.c:551
307#, c-format
308msgid "Cannot %s during a %s"
309msgstr ""
310
311#: sequencer.c:573
312#, c-format
313msgid "Could not parse line %d."
314msgstr ""
315
316#: sequencer.c:578
317msgid "No commits parsed."
318msgstr "Nenhum commit parseado."
319
320#: sequencer.c:591
321#, c-format
322msgid "Could not open %s"
323msgstr ""
324
325#: sequencer.c:595
326#, c-format
327msgid "Could not read %s."
328msgstr ""
329
330#: sequencer.c:602
331#, c-format
332msgid "Unusable instruction sheet: %s"
333msgstr ""
334
335#: sequencer.c:630
336#, c-format
337msgid "Invalid key: %s"
338msgstr ""
339
340#: sequencer.c:633
341#, c-format
342msgid "Invalid value for %s: %s"
343msgstr "Valor inválido para %s: %s"
344
345#: sequencer.c:645
346#, c-format
347msgid "Malformed options sheet: %s"
348msgstr ""
349
350#: sequencer.c:666
351msgid "a cherry-pick or revert is already in progress"
352msgstr ""
353
354#: sequencer.c:667
355msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
356msgstr ""
357
358#: sequencer.c:671
359#, c-format
360msgid "Could not create sequencer directory %s"
361msgstr ""
362
363#: sequencer.c:687
364#: sequencer.c:772
365#, c-format
366msgid "Error wrapping up %s."
367msgstr ""
368
369#: sequencer.c:706
370#: sequencer.c:840
371msgid "no cherry-pick or revert in progress"
372msgstr ""
373
374#: sequencer.c:708
375msgid "cannot resolve HEAD"
376msgstr ""
377
378#: sequencer.c:710
379msgid "cannot abort from a branch yet to be born"
380msgstr ""
381
382#: sequencer.c:732
383#, c-format
384msgid "cannot open %s: %s"
385msgstr ""
386
387#: sequencer.c:735
388#, c-format
389msgid "cannot read %s: %s"
390msgstr ""
391
392#: sequencer.c:736
393msgid "unexpected end of file"
394msgstr ""
395
396#: sequencer.c:742
397#, c-format
398msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
399msgstr ""
400
401#: sequencer.c:765
402#, c-format
403msgid "Could not format %s."
404msgstr ""
405
406#: sequencer.c:927
407msgid "Can't revert as initial commit"
408msgstr ""
409
410#: sequencer.c:928
411msgid "Can't cherry-pick into empty head"
412msgstr ""
413
414#: wt-status.c:134
415msgid "Unmerged paths:"
416msgstr ""
417
418#: wt-status.c:140
419#: wt-status.c:157
420#, c-format
421msgid " (use \"git reset %s <file>...\" to unstage)"
422msgstr ""
423
424#: wt-status.c:142
425#: wt-status.c:159
426msgid " (use \"git rm --cached <file>...\" to unstage)"
427msgstr ""
428
429#: wt-status.c:143
430msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
431msgstr " (usa \"git add/rm <ficheiro>...\" para marcar como resolvido)"
432
433#: wt-status.c:151
434msgid "Changes to be committed:"
435msgstr "Mudanças a serem commitadas"
436
437#: wt-status.c:169
438msgid "Changes not staged for commit:"
439msgstr ""
440
441#: wt-status.c:173
442msgid " (use \"git add <file>...\" to update what will be committed)"
443msgstr " (usa \"git add <ficheiro>...\" para actualizar o que vai ser commitado)"
444
445#: wt-status.c:175
446msgid " (use \"git add/rm <file>...\" to update what will be committed)"
447msgstr " (usa \"git add/rm <ficheiro>...\" para actualizar o que vai ser commitado)"
448
449#: wt-status.c:176
450msgid " (use \"git checkout -- <file>...\" to discard changes in working directory)"
451msgstr ""
452
453#: wt-status.c:178
454msgid " (commit or discard the untracked or modified content in submodules)"
455msgstr ""
456
457#: wt-status.c:187
458#, c-format
459msgid "%s files:"
460msgstr "%s ficheros:"
461
462#: wt-status.c:190
463#, c-format
464msgid " (use \"git %s <file>...\" to include in what will be committed)"
465msgstr ""
466
467#: wt-status.c:207
468msgid "bug"
469msgstr "erro"
470
471#: wt-status.c:212
472msgid "both deleted:"
473msgstr ""
474
475#: wt-status.c:213
476msgid "added by us:"
477msgstr ""
478
479#: wt-status.c:214
480msgid "deleted by them:"
481msgstr ""
482
483#: wt-status.c:215
484msgid "added by them:"
485msgstr ""
486
487#: wt-status.c:216
488msgid "deleted by us:"
489msgstr ""
490
491#: wt-status.c:217
492msgid "both added:"
493msgstr ""
494
495#: wt-status.c:218
496msgid "both modified:"
497msgstr ""
498
499#: wt-status.c:248
500msgid "new commits, "
501msgstr "novos commits, "
502
503#: wt-status.c:250
504msgid "modified content, "
505msgstr ""
506
507#: wt-status.c:252
508msgid "untracked content, "
509msgstr ""
510
511#: wt-status.c:266
512#, c-format
513msgid "new file: %s"
514msgstr "novo ficheiro: %s"
515
516#: wt-status.c:269
517#, c-format
518msgid "copied: %s -> %s"
519msgstr "copiado: %s -> %s"
520
521#: wt-status.c:272
522#, c-format
523msgid "deleted: %s"
524msgstr "eliminado: %s"
525
526#: wt-status.c:275
527#, c-format
528msgid "modified: %s"
529msgstr "modificado: %s"
530
531#: wt-status.c:278
532#, c-format
533msgid "renamed: %s -> %s"
534msgstr "mudado de nome: %s -> %s"
535
536#: wt-status.c:281
537#, c-format
538msgid "typechange: %s"
539msgstr ""
540
541#: wt-status.c:284
542#, c-format
543msgid "unknown: %s"
544msgstr "desconhecido: %s"
545
546#: wt-status.c:287
547#, c-format
548msgid "unmerged: %s"
549msgstr ""
550
551#: wt-status.c:290
552#, c-format
553msgid "bug: unhandled diff status %c"
554msgstr ""
555
556#: wt-status.c:713
557msgid "On branch "
558msgstr "Na rama"
559
560#: wt-status.c:720
561msgid "Not currently on any branch."
562msgstr ""
563
564#: wt-status.c:731
565msgid "Initial commit"
566msgstr "Commit inicial"
567
568#: wt-status.c:745
569msgid "Untracked"
570msgstr ""
571
572#: wt-status.c:747
573msgid "Ignored"
574msgstr "Ignorado"
575
576#: wt-status.c:749
577#, c-format
578msgid "Untracked files not listed%s"
579msgstr ""
580
581#: wt-status.c:751
582msgid " (use -u option to show untracked files)"
583msgstr ""
584
585#: wt-status.c:757
586msgid "No changes"
587msgstr "Sem mudanças"
588
589#: wt-status.c:761
590#, c-format
591msgid "no changes added to commit%s\n"
592msgstr ""
593
594#: wt-status.c:763
595msgid " (use \"git add\" and/or \"git commit -a\")"
596msgstr " (usa \"git add\" e/ou \"git commit -a\")"
597
598#: wt-status.c:765
599#, c-format
600msgid "nothing added to commit but untracked files present%s\n"
601msgstr ""
602
603#: wt-status.c:767
604msgid " (use \"git add\" to track)"
605msgstr " (usa \"git add\" para seguir)"
606
607#: wt-status.c:769
608#: wt-status.c:772
609#: wt-status.c:775
610#, c-format
611msgid "nothing to commit%s\n"
612msgstr "nada para fazer commit%s\n"
613
614#: wt-status.c:770
615msgid " (create/copy files and use \"git add\" to track)"
616msgstr ""
617
618#: wt-status.c:773
619msgid " (use -u to show untracked files)"
620msgstr ""
621
622#: wt-status.c:776
623msgid " (working directory clean)"
624msgstr " (directório de trabalho vacio)"
625
626#: wt-status.c:884
627msgid "HEAD (no branch)"
628msgstr "HEAD (Não é rama)"
629
630#: wt-status.c:890
631msgid "Initial commit on "
632msgstr "Commit inicial em "
633
634#: wt-status.c:905
635msgid "behind "
636msgstr "atrás "
637
638#: wt-status.c:908
639#: wt-status.c:911
640msgid "ahead "
641msgstr "a frente "
642
643#: wt-status.c:913
644msgid ", behind "
645msgstr ", atrás "
646
647#: builtin/add.c:62
648#, c-format
649msgid "unexpected diff status %c"
650msgstr ""
651
652#: builtin/add.c:67
653#: builtin/commit.c:298
654msgid "updating files failed"
655msgstr ""
656
657#: builtin/add.c:77
658#, c-format
659msgid "remove '%s'\n"
660msgstr "eliminar '%s'\n"
661
662#: builtin/add.c:176
663#, c-format
664msgid "Path '%s' is in submodule '%.*s'"
665msgstr ""
666
667#: builtin/add.c:192
668msgid "Unstaged changes after refreshing the index:"
669msgstr ""
670
671#: builtin/add.c:195
672#: builtin/add.c:456
673#: builtin/rm.c:186
674#, c-format
675msgid "pathspec '%s' did not match any files"
676msgstr ""
677
678#: builtin/add.c:209
679#, c-format
680msgid "'%s' is beyond a symbolic link"
681msgstr ""
682
683#: builtin/add.c:276
684msgid "Could not read the index"
685msgstr ""
686
687#: builtin/add.c:286
688#, c-format
689msgid "Could not open '%s' for writing."
690msgstr ""
691
692#: builtin/add.c:290
693msgid "Could not write patch"
694msgstr ""
695
696#: builtin/add.c:295
697#, c-format
698msgid "Could not stat '%s'"
699msgstr ""
700
701#: builtin/add.c:297
702msgid "Empty patch. Aborted."
703msgstr ""
704
705#: builtin/add.c:303
706#, c-format
707msgid "Could not apply '%s'"
708msgstr ""
709
710#: builtin/add.c:312
711msgid "The following paths are ignored by one of your .gitignore files:\n"
712msgstr ""
713
714#: builtin/add.c:352
715#, c-format
716msgid "Use -f if you really want to add them.\n"
717msgstr ""
718
719#: builtin/add.c:353
720msgid "no files added"
721msgstr "nenhum ficheiros adicionado"
722
723#: builtin/add.c:359
724msgid "adding files failed"
725msgstr ""
726
727#: builtin/add.c:391
728msgid "-A and -u are mutually incompatible"
729msgstr ""
730
731#: builtin/add.c:393
732msgid "Option --ignore-missing can only be used together with --dry-run"
733msgstr ""
734
735#: builtin/add.c:413
736#, c-format
737msgid "Nothing specified, nothing added.\n"
738msgstr ""
739
740#: builtin/add.c:414
741#, c-format
742msgid "Maybe you wanted to say 'git add .'?\n"
743msgstr ""
744
745#: builtin/add.c:420
746#: builtin/clean.c:95
747#: builtin/commit.c:358
748#: builtin/mv.c:82
749#: builtin/rm.c:162
750msgid "index file corrupt"
751msgstr ""
752
753#: builtin/add.c:476
754#: builtin/mv.c:229
755#: builtin/rm.c:260
756msgid "Unable to write new index file"
757msgstr ""
758
759#: builtin/archive.c:17
760#, c-format
761msgid "could not create archive file '%s'"
762msgstr ""
763
764#: builtin/archive.c:20
765msgid "could not redirect output"
766msgstr ""
767
768#: builtin/archive.c:37
769msgid "git archive: Remote with no URL"
770msgstr ""
771
772#: builtin/archive.c:58
773msgid "git archive: expected ACK/NAK, got EOF"
774msgstr ""
775
776#: builtin/archive.c:63
777#, c-format
778msgid "git archive: NACK %s"
779msgstr ""
780
781#: builtin/archive.c:65
782#, c-format
783msgid "remote error: %s"
784msgstr ""
785
786#: builtin/archive.c:66
787msgid "git archive: protocol error"
788msgstr ""
789
790#: builtin/archive.c:71
791msgid "git archive: expected a flush"
792msgstr ""
793
794#: builtin/branch.c:137
795#, c-format
796msgid ""
797"deleting branch '%s' that has been merged to\n"
798" '%s', but not yet merged to HEAD."
799msgstr ""
800
801#: builtin/branch.c:141
802#, c-format
803msgid ""
804"not deleting branch '%s' that is not yet merged to\n"
805" '%s', even though it is merged to HEAD."
806msgstr ""
807
808#. TRANSLATORS: This is "remote " in "remote branch '%s' not found"
809#: builtin/branch.c:163
810msgid "remote "
811msgstr "remota"
812
813#: builtin/branch.c:171
814msgid "cannot use -a with -d"
815msgstr ""
816
817#: builtin/branch.c:177
818msgid "Couldn't look up commit object for HEAD"
819msgstr ""
820
821#: builtin/branch.c:182
822#, c-format
823msgid "Cannot delete the branch '%s' which you are currently on."
824msgstr ""
825
826#: builtin/branch.c:192
827#, c-format
828msgid "%sbranch '%s' not found."
829msgstr ""
830
831#: builtin/branch.c:200
832#, c-format
833msgid "Couldn't look up commit object for '%s'"
834msgstr ""
835
836#: builtin/branch.c:206
837#, c-format
838msgid ""
839"The branch '%s' is not fully merged.\n"
840"If you are sure you want to delete it, run 'git branch -D %s'."
841msgstr ""
842
843#: builtin/branch.c:214
844#, c-format
845msgid "Error deleting %sbranch '%s'"
846msgstr ""
847
848#: builtin/branch.c:219
849#, c-format
850msgid "Deleted %sbranch %s (was %s).\n"
851msgstr ""
852
853#: builtin/branch.c:224
854msgid "Update of config-file failed"
855msgstr ""
856
857#: builtin/branch.c:322
858#, c-format
859msgid "branch '%s' does not point at a commit"
860msgstr ""
861
862#: builtin/branch.c:394
863#, c-format
864msgid "behind %d] "
865msgstr ""
866
867#: builtin/branch.c:396
868#, c-format
869msgid "ahead %d] "
870msgstr ""
871
872#: builtin/branch.c:398
873#, c-format
874msgid "ahead %d, behind %d] "
875msgstr ""
876
877#: builtin/branch.c:501
878msgid "(no branch)"
879msgstr "(não é rama)"
880
881#: builtin/branch.c:566
882msgid "some refs could not be read"
883msgstr ""
884
885#: builtin/branch.c:579
886msgid "cannot rename the current branch while not on any."
887msgstr ""
888
889#: builtin/branch.c:589
890#, c-format
891msgid "Invalid branch name: '%s'"
892msgstr ""
893
894#: builtin/branch.c:604
895msgid "Branch rename failed"
896msgstr ""
897
898#: builtin/branch.c:608
899#, c-format
900msgid "Renamed a misnamed branch '%s' away"
901msgstr ""
902
903#: builtin/branch.c:612
904#, c-format
905msgid "Branch renamed to %s, but HEAD is not updated!"
906msgstr ""
907
908#: builtin/branch.c:619
909msgid "Branch is renamed, but update of config-file failed"
910msgstr ""
911
912#: builtin/branch.c:634
913#, c-format
914msgid "malformed object name %s"
915msgstr ""
916
917#: builtin/branch.c:658
918#, c-format
919msgid "could not write branch description template: %s\n"
920msgstr ""
921
922#: builtin/branch.c:746
923msgid "Failed to resolve HEAD as a valid ref."
924msgstr ""
925
926#: builtin/branch.c:751
927#: builtin/clone.c:558
928msgid "HEAD not found below refs/heads!"
929msgstr ""
930
931#: builtin/branch.c:809
932msgid "-a and -r options to 'git branch' do not make sense with a branch name"
933msgstr ""
934
935#: builtin/bundle.c:47
936#, c-format
937msgid "%s is okay\n"
938msgstr "%s está bem\n"
939
940#: builtin/bundle.c:56
941msgid "Need a repository to create a bundle."
942msgstr ""
943
944#: builtin/bundle.c:60
945msgid "Need a repository to unbundle."
946msgstr ""
947
948#: builtin/checkout.c:113
949#: builtin/checkout.c:146
950#, c-format
951msgid "path '%s' does not have our version"
952msgstr ""
953
954#: builtin/checkout.c:115
955#: builtin/checkout.c:148
956#, c-format
957msgid "path '%s' does not have their version"
958msgstr ""
959
960#: builtin/checkout.c:131
961#, c-format
962msgid "path '%s' does not have all necessary versions"
963msgstr ""
964
965#: builtin/checkout.c:175
966#, c-format
967msgid "path '%s' does not have necessary versions"
968msgstr ""
969
970#: builtin/checkout.c:192
971#, c-format
972msgid "path '%s': cannot merge"
973msgstr ""
974
975#: builtin/checkout.c:209
976#, c-format
977msgid "Unable to add merge result for '%s'"
978msgstr ""
979
980#: builtin/checkout.c:212
981#: builtin/reset.c:158
982#, c-format
983msgid "make_cache_entry failed for path '%s'"
984msgstr ""
985
986#: builtin/checkout.c:234
987#: builtin/checkout.c:392
988msgid "corrupt index file"
989msgstr ""
990
991#: builtin/checkout.c:264
992#: builtin/checkout.c:271
993#, c-format
994msgid "path '%s' is unmerged"
995msgstr ""
996
997#: builtin/checkout.c:302
998#: builtin/checkout.c:498
999#: builtin/clone.c:583
1000#: builtin/merge.c:811
1001msgid "unable to write new index file"
1002msgstr ""
1003
1004#: builtin/checkout.c:319
1005#: builtin/diff.c:302
1006#: builtin/merge.c:408
1007msgid "diff_setup_done failed"
1008msgstr ""
1009
1010#: builtin/checkout.c:414
1011msgid "you need to resolve your current index first"
1012msgstr ""
1013
1014#: builtin/checkout.c:533
1015#, c-format
1016msgid "Can not do reflog for '%s'\n"
1017msgstr ""
1018
1019#: builtin/checkout.c:565
1020msgid "HEAD is now at"
1021msgstr "HEAD é agora em "
1022
1023#: builtin/checkout.c:572
1024#, c-format
1025msgid "Reset branch '%s'\n"
1026msgstr "Reset rama '%s'\n"
1027
1028#: builtin/checkout.c:575
1029#, c-format
1030msgid "Already on '%s'\n"
1031msgstr "Já em '%s'\n"
1032
1033#: builtin/checkout.c:579
1034#, c-format
1035msgid "Switched to and reset branch '%s'\n"
1036msgstr ""
1037
1038#: builtin/checkout.c:581
1039#, c-format
1040msgid "Switched to a new branch '%s'\n"
1041msgstr ""
1042
1043#: builtin/checkout.c:583
1044#, c-format
1045msgid "Switched to branch '%s'\n"
1046msgstr ""
1047
1048#: builtin/checkout.c:639
1049#, c-format
1050msgid " ... and %d more.\n"
1051msgstr ""
1052
1053#. The singular version
1054#: builtin/checkout.c:645
1055#, c-format
1056msgid ""
1057"Warning: you are leaving %d commit behind, not connected to\n"
1058"any of your branches:\n"
1059"\n"
1060"%s\n"
1061msgid_plural ""
1062"Warning: you are leaving %d commits behind, not connected to\n"
1063"any of your branches:\n"
1064"\n"
1065"%s\n"
1066msgstr[0] ""
1067msgstr[1] ""
1068
1069#: builtin/checkout.c:663
1070#, c-format
1071msgid ""
1072"If you want to keep them by creating a new branch, this may be a good time\n"
1073"to do so with:\n"
1074"\n"
1075" git branch new_branch_name %s\n"
1076"\n"
1077msgstr ""
1078
1079#: builtin/checkout.c:692
1080msgid "internal error in revision walk"
1081msgstr ""
1082
1083#: builtin/checkout.c:696
1084msgid "Previous HEAD position was"
1085msgstr ""
1086
1087#: builtin/checkout.c:722
1088msgid "You are on a branch yet to be born"
1089msgstr ""
1090
1091#. case (1)
1092#: builtin/checkout.c:853
1093#, c-format
1094msgid "invalid reference: %s"
1095msgstr ""
1096
1097#. case (1): want a tree
1098#: builtin/checkout.c:892
1099#, c-format
1100msgid "reference is not a tree: %s"
1101msgstr ""
1102
1103#: builtin/checkout.c:972
1104msgid "-B cannot be used with -b"
1105msgstr ""
1106
1107#: builtin/checkout.c:981
1108msgid "--patch is incompatible with all other options"
1109msgstr ""
1110
1111#: builtin/checkout.c:984
1112msgid "--detach cannot be used with -b/-B/--orphan"
1113msgstr ""
1114
1115#: builtin/checkout.c:986
1116msgid "--detach cannot be used with -t"
1117msgstr ""
1118
1119#: builtin/checkout.c:992
1120msgid "--track needs a branch name"
1121msgstr ""
1122
1123#: builtin/checkout.c:999
1124msgid "Missing branch name; try -b"
1125msgstr ""
1126
1127#: builtin/checkout.c:1005
1128msgid "--orphan and -b|-B are mutually exclusive"
1129msgstr ""
1130
1131#: builtin/checkout.c:1007
1132msgid "--orphan cannot be used with -t"
1133msgstr ""
1134
1135#: builtin/checkout.c:1017
1136msgid "git checkout: -f and -m are incompatible"
1137msgstr ""
1138
1139#: builtin/checkout.c:1051
1140msgid "invalid path specification"
1141msgstr ""
1142
1143#: builtin/checkout.c:1059
1144#, c-format
1145msgid ""
1146"git checkout: updating paths is incompatible with switching branches.\n"
1147"Did you intend to checkout '%s' which can not be resolved as commit?"
1148msgstr ""
1149
1150#: builtin/checkout.c:1061
1151msgid "git checkout: updating paths is incompatible with switching branches."
1152msgstr ""
1153
1154#: builtin/checkout.c:1066
1155msgid "git checkout: --detach does not take a path argument"
1156msgstr ""
1157
1158#: builtin/checkout.c:1069
1159msgid ""
1160"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1161"checking out of the index."
1162msgstr ""
1163
1164#: builtin/checkout.c:1088
1165msgid "Cannot switch branch to a non-commit."
1166msgstr ""
1167
1168#: builtin/checkout.c:1091
1169msgid "--ours/--theirs is incompatible with switching branches."
1170msgstr ""
1171
1172#: builtin/clean.c:78
1173msgid "-x and -X cannot be used together"
1174msgstr ""
1175
1176#: builtin/clean.c:82
1177msgid "clean.requireForce set to true and neither -n nor -f given; refusing to clean"
1178msgstr ""
1179
1180#: builtin/clean.c:85
1181msgid "clean.requireForce defaults to true and neither -n nor -f given; refusing to clean"
1182msgstr ""
1183
1184#: builtin/clean.c:155
1185#: builtin/clean.c:176
1186#, c-format
1187msgid "Would remove %s\n"
1188msgstr ""
1189
1190#: builtin/clean.c:159
1191#: builtin/clean.c:179
1192#, c-format
1193msgid "Removing %s\n"
1194msgstr ""
1195
1196#: builtin/clean.c:162
1197#: builtin/clean.c:182
1198#, c-format
1199msgid "failed to remove %s"
1200msgstr ""
1201
1202#: builtin/clean.c:166
1203#, c-format
1204msgid "Would not remove %s\n"
1205msgstr ""
1206
1207#: builtin/clean.c:168
1208#, c-format
1209msgid "Not removing %s\n"
1210msgstr ""
1211
1212#: builtin/clone.c:243
1213#, c-format
1214msgid "reference repository '%s' is not a local directory."
1215msgstr ""
1216
1217#: builtin/clone.c:302
1218#, c-format
1219msgid "failed to open '%s'"
1220msgstr ""
1221
1222#: builtin/clone.c:306
1223#, c-format
1224msgid "failed to create directory '%s'"
1225msgstr ""
1226
1227#: builtin/clone.c:308
1228#: builtin/diff.c:75
1229#, c-format
1230msgid "failed to stat '%s'"
1231msgstr ""
1232
1233#: builtin/clone.c:310
1234#, c-format
1235msgid "%s exists and is not a directory"
1236msgstr ""
1237
1238#: builtin/clone.c:324
1239#, c-format
1240msgid "failed to stat %s\n"
1241msgstr ""
1242
1243#: builtin/clone.c:341
1244#, c-format
1245msgid "failed to unlink '%s'"
1246msgstr ""
1247
1248#: builtin/clone.c:346
1249#, c-format
1250msgid "failed to create link '%s'"
1251msgstr ""
1252
1253#: builtin/clone.c:350
1254#, c-format
1255msgid "failed to copy file to '%s'"
1256msgstr ""
1257
1258#: builtin/clone.c:373
1259#, c-format
1260msgid "done.\n"
1261msgstr "terminado.\n"
1262
1263#: builtin/clone.c:440
1264#, c-format
1265msgid "Could not find remote branch %s to clone."
1266msgstr ""
1267
1268#: builtin/clone.c:549
1269msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
1270msgstr ""
1271
1272#: builtin/clone.c:639
1273msgid "Too many arguments."
1274msgstr ""
1275
1276#: builtin/clone.c:643
1277msgid "You must specify a repository to clone."
1278msgstr ""
1279
1280#: builtin/clone.c:654
1281#, c-format
1282msgid "--bare and --origin %s options are incompatible."
1283msgstr ""
1284
1285#: builtin/clone.c:668
1286#, c-format
1287msgid "repository '%s' does not exist"
1288msgstr ""
1289
1290#: builtin/clone.c:673
1291msgid "--depth is ignored in local clones; use file:// instead."
1292msgstr ""
1293
1294#: builtin/clone.c:683
1295#, c-format
1296msgid "destination path '%s' already exists and is not an empty directory."
1297msgstr ""
1298
1299#: builtin/clone.c:693
1300#, c-format
1301msgid "working tree '%s' already exists."
1302msgstr ""
1303
1304#: builtin/clone.c:706
1305#: builtin/clone.c:720
1306#, c-format
1307msgid "could not create leading directories of '%s'"
1308msgstr ""
1309
1310#: builtin/clone.c:709
1311#, c-format
1312msgid "could not create work tree dir '%s'."
1313msgstr ""
1314
1315#: builtin/clone.c:728
1316#, c-format
1317msgid "Cloning into bare repository '%s'...\n"
1318msgstr ""
1319
1320#: builtin/clone.c:730
1321#, c-format
1322msgid "Cloning into '%s'...\n"
1323msgstr ""
1324
1325#: builtin/clone.c:786
1326#, c-format
1327msgid "Don't know how to clone %s"
1328msgstr ""
1329
1330#: builtin/clone.c:835
1331#, c-format
1332msgid "Remote branch %s not found in upstream %s"
1333msgstr ""
1334
1335#: builtin/clone.c:842
1336msgid "You appear to have cloned an empty repository."
1337msgstr ""
1338
1339#: builtin/commit.c:42
1340msgid ""
1341"Your name and email address were configured automatically based\n"
1342"on your username and hostname. Please check that they are accurate.\n"
1343"You can suppress this message by setting them explicitly:\n"
1344"\n"
1345" git config --global user.name \"Your Name\"\n"
1346" git config --global user.email you@example.com\n"
1347"\n"
1348"After doing this, you may fix the identity used for this commit with:\n"
1349"\n"
1350" git commit --amend --reset-author\n"
1351msgstr ""
1352
1353#: builtin/commit.c:54
1354msgid ""
1355"You asked to amend the most recent commit, but doing so would make\n"
1356"it empty. You can repeat your command with --allow-empty, or you can\n"
1357"remove the commit entirely with \"git reset HEAD^\".\n"
1358msgstr ""
1359
1360#: builtin/commit.c:59
1361msgid ""
1362"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
1363"If you wish to commit it anyway, use:\n"
1364"\n"
1365" git commit --allow-empty\n"
1366"\n"
1367"Otherwise, please use 'git reset'\n"
1368msgstr ""
1369
1370#: builtin/commit.c:205
1371#: builtin/reset.c:33
1372msgid "merge"
1373msgstr "juntar"
1374
1375#: builtin/commit.c:208
1376msgid "cherry-pick"
1377msgstr "cherry-pick"
1378
1379#: builtin/commit.c:325
1380msgid "failed to unpack HEAD tree object"
1381msgstr ""
1382
1383#: builtin/commit.c:367
1384msgid "unable to create temporary index"
1385msgstr ""
1386
1387#: builtin/commit.c:373
1388msgid "interactive add failed"
1389msgstr ""
1390
1391#: builtin/commit.c:406
1392#: builtin/commit.c:427
1393#: builtin/commit.c:473
1394msgid "unable to write new_index file"
1395msgstr ""
1396
1397#: builtin/commit.c:457
1398#, c-format
1399msgid "cannot do a partial commit during a %s."
1400msgstr ""
1401
1402#: builtin/commit.c:466
1403msgid "cannot read the index"
1404msgstr ""
1405
1406#: builtin/commit.c:486
1407msgid "unable to write temporary index file"
1408msgstr ""
1409
1410#: builtin/commit.c:550
1411#: builtin/commit.c:556
1412#, c-format
1413msgid "invalid commit: %s"
1414msgstr "commit inválido: %s"
1415
1416#: builtin/commit.c:579
1417msgid "malformed --author parameter"
1418msgstr ""
1419
1420#: builtin/commit.c:635
1421#, c-format
1422msgid "Malformed ident string: '%s'"
1423msgstr ""
1424
1425#: builtin/commit.c:670
1426#: builtin/commit.c:703
1427#: builtin/commit.c:1000
1428#, c-format
1429msgid "could not lookup commit %s"
1430msgstr ""
1431
1432#: builtin/commit.c:682
1433#: builtin/shortlog.c:296
1434#, c-format
1435msgid "(reading log message from standard input)\n"
1436msgstr ""
1437
1438#: builtin/commit.c:684
1439msgid "could not read log from standard input"
1440msgstr ""
1441
1442#: builtin/commit.c:688
1443#, c-format
1444msgid "could not read log file '%s'"
1445msgstr ""
1446
1447#: builtin/commit.c:694
1448msgid "commit has empty message"
1449msgstr ""
1450
1451#: builtin/commit.c:710
1452msgid "could not read MERGE_MSG"
1453msgstr ""
1454
1455#: builtin/commit.c:714
1456msgid "could not read SQUASH_MSG"
1457msgstr ""
1458
1459#: builtin/commit.c:718
1460#, c-format
1461msgid "could not read '%s'"
1462msgstr ""
1463
1464#: builtin/commit.c:746
1465#, c-format
1466msgid "could not open '%s'"
1467msgstr ""
1468
1469#: builtin/commit.c:770
1470msgid "could not write commit template"
1471msgstr ""
1472
1473#: builtin/commit.c:783
1474#, c-format
1475msgid ""
1476"\n"
1477"It looks like you may be committing a %s.\n"
1478"If this is not correct, please remove the file\n"
1479"\t%s\n"
1480"and try again.\n"
1481msgstr ""
1482
1483#: builtin/commit.c:796
1484msgid "Please enter the commit message for your changes."
1485msgstr ""
1486
1487#: builtin/commit.c:799
1488msgid ""
1489" Lines starting\n"
1490"with '#' will be ignored, and an empty message aborts the commit.\n"
1491msgstr ""
1492
1493#: builtin/commit.c:804
1494msgid ""
1495" Lines starting\n"
1496"with '#' will be kept; you may remove them yourself if you want to.\n"
1497"An empty message aborts the commit.\n"
1498msgstr ""
1499
1500#: builtin/commit.c:816
1501#, c-format
1502msgid "%sAuthor: %s"
1503msgstr "%sAutor: %s"
1504
1505#: builtin/commit.c:823
1506#, c-format
1507msgid "%sCommitter: %s"
1508msgstr "%sCommitador: %s"
1509
1510#: builtin/commit.c:843
1511msgid "Cannot read index"
1512msgstr ""
1513
1514#: builtin/commit.c:880
1515msgid "Error building trees"
1516msgstr ""
1517
1518#: builtin/commit.c:895
1519#: builtin/tag.c:357
1520#, c-format
1521msgid "Please supply the message using either -m or -F option.\n"
1522msgstr ""
1523
1524#: builtin/commit.c:975
1525#, c-format
1526msgid "No existing author found with '%s'"
1527msgstr ""
1528
1529#: builtin/commit.c:990
1530#: builtin/commit.c:1182
1531#, c-format
1532msgid "Invalid untracked files mode '%s'"
1533msgstr ""
1534
1535#: builtin/commit.c:1030
1536msgid "Using both --reset-author and --author does not make sense"
1537msgstr ""
1538
1539#: builtin/commit.c:1041
1540msgid "You have nothing to amend."
1541msgstr ""
1542
1543#: builtin/commit.c:1043
1544#, c-format
1545msgid "You are in the middle of a %s -- cannot amend."
1546msgstr ""
1547
1548#: builtin/commit.c:1045
1549msgid "Options --squash and --fixup cannot be used together"
1550msgstr ""
1551
1552#: builtin/commit.c:1055
1553msgid "Only one of -c/-C/-F/--fixup can be used."
1554msgstr ""
1555
1556#: builtin/commit.c:1057
1557msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
1558msgstr ""
1559
1560#: builtin/commit.c:1063
1561msgid "--reset-author can be used only with -C, -c or --amend."
1562msgstr ""
1563
1564#: builtin/commit.c:1080
1565msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
1566msgstr ""
1567
1568#: builtin/commit.c:1082
1569msgid "No paths with --include/--only does not make sense."
1570msgstr ""
1571
1572#: builtin/commit.c:1084
1573msgid "Clever... amending the last one with dirty index."
1574msgstr ""
1575
1576#: builtin/commit.c:1086
1577msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
1578msgstr ""
1579
1580#: builtin/commit.c:1096
1581#: builtin/tag.c:556
1582#, c-format
1583msgid "Invalid cleanup mode %s"
1584msgstr ""
1585
1586#: builtin/commit.c:1101
1587msgid "Paths with -a does not make sense."
1588msgstr ""
1589
1590#: builtin/commit.c:1280
1591msgid "couldn't look up newly created commit"
1592msgstr ""
1593
1594#: builtin/commit.c:1282
1595msgid "could not parse newly created commit"
1596msgstr ""
1597
1598#: builtin/commit.c:1323
1599msgid "detached HEAD"
1600msgstr ""
1601
1602#: builtin/commit.c:1325
1603msgid " (root-commit)"
1604msgstr " (root-commit)"
1605
1606#: builtin/commit.c:1415
1607msgid "could not parse HEAD commit"
1608msgstr ""
1609
1610#: builtin/commit.c:1452
1611#: builtin/merge.c:509
1612#, c-format
1613msgid "could not open '%s' for reading"
1614msgstr ""
1615
1616#: builtin/commit.c:1459
1617#, c-format
1618msgid "Corrupt MERGE_HEAD file (%s)"
1619msgstr ""
1620
1621#: builtin/commit.c:1466
1622msgid "could not read MERGE_MODE"
1623msgstr ""
1624
1625#: builtin/commit.c:1485
1626#, c-format
1627msgid "could not read commit message: %s"
1628msgstr ""
1629
1630#: builtin/commit.c:1499
1631#, c-format
1632msgid "Aborting commit due to empty commit message.\n"
1633msgstr ""
1634
1635#: builtin/commit.c:1514
1636#: builtin/merge.c:935
1637#: builtin/merge.c:968
1638msgid "failed to write commit object"
1639msgstr ""
1640
1641#: builtin/commit.c:1535
1642msgid "cannot lock HEAD ref"
1643msgstr ""
1644
1645#: builtin/commit.c:1539
1646msgid "cannot update HEAD ref"
1647msgstr ""
1648
1649#: builtin/commit.c:1550
1650msgid ""
1651"Repository has been updated, but unable to write\n"
1652"new_index file. Check that disk is not full or quota is\n"
1653"not exceeded, and then \"git reset HEAD\" to recover."
1654msgstr ""
1655
1656#: builtin/describe.c:234
1657#, c-format
1658msgid "annotated tag %s not available"
1659msgstr ""
1660
1661#: builtin/describe.c:238
1662#, c-format
1663msgid "annotated tag %s has no embedded name"
1664msgstr ""
1665
1666#: builtin/describe.c:240
1667#, c-format
1668msgid "tag '%s' is really '%s' here"
1669msgstr ""
1670
1671#: builtin/describe.c:267
1672#, c-format
1673msgid "Not a valid object name %s"
1674msgstr ""
1675
1676#: builtin/describe.c:270
1677#, c-format
1678msgid "%s is not a valid '%s' object"
1679msgstr ""
1680
1681#: builtin/describe.c:287
1682#, c-format
1683msgid "no tag exactly matches '%s'"
1684msgstr ""
1685
1686#: builtin/describe.c:289
1687#, c-format
1688msgid "searching to describe %s\n"
1689msgstr ""
1690
1691#: builtin/describe.c:329
1692#, c-format
1693msgid "finished search at %s\n"
1694msgstr ""
1695
1696#: builtin/describe.c:353
1697#, c-format
1698msgid ""
1699"No annotated tags can describe '%s'.\n"
1700"However, there were unannotated tags: try --tags."
1701msgstr ""
1702
1703#: builtin/describe.c:357
1704#, c-format
1705msgid ""
1706"No tags can describe '%s'.\n"
1707"Try --always, or create some tags."
1708msgstr ""
1709
1710#: builtin/describe.c:378
1711#, c-format
1712msgid "traversed %lu commits\n"
1713msgstr ""
1714
1715#: builtin/describe.c:381
1716#, c-format
1717msgid ""
1718"more than %i tags found; listed %i most recent\n"
1719"gave up search at %s\n"
1720msgstr ""
1721
1722#: builtin/describe.c:436
1723msgid "--long is incompatible with --abbrev=0"
1724msgstr ""
1725
1726#: builtin/describe.c:462
1727msgid "No names found, cannot describe anything."
1728msgstr ""
1729
1730#: builtin/describe.c:482
1731msgid "--dirty is incompatible with committishes"
1732msgstr ""
1733
1734#: builtin/diff.c:77
1735#, c-format
1736msgid "'%s': not a regular file or symlink"
1737msgstr ""
1738
1739#: builtin/diff.c:220
1740#, c-format
1741msgid "invalid option: %s"
1742msgstr ""
1743
1744#: builtin/diff.c:297
1745msgid "Not a git repository"
1746msgstr "Não é um repositorio git"
1747
1748#: builtin/diff.c:347
1749#, c-format
1750msgid "invalid object '%s' given."
1751msgstr ""
1752
1753#: builtin/diff.c:352
1754#, c-format
1755msgid "more than %d trees given: '%s'"
1756msgstr ""
1757
1758#: builtin/diff.c:362
1759#, c-format
1760msgid "more than two blobs given: '%s'"
1761msgstr ""
1762
1763#: builtin/diff.c:370
1764#, c-format
1765msgid "unhandled object '%s' given."
1766msgstr ""
1767
1768#: builtin/fetch.c:200
1769msgid "Couldn't find remote ref HEAD"
1770msgstr ""
1771
1772#: builtin/fetch.c:252
1773#, c-format
1774msgid "object %s not found"
1775msgstr ""
1776
1777#: builtin/fetch.c:258
1778msgid "[up to date]"
1779msgstr "[Actualizada]"
1780
1781#: builtin/fetch.c:272
1782#, c-format
1783msgid "! %-*s %-*s -> %s (can't fetch in current branch)"
1784msgstr ""
1785
1786#: builtin/fetch.c:273
1787#: builtin/fetch.c:351
1788msgid "[rejected]"
1789msgstr "[rejeitado]"
1790
1791#: builtin/fetch.c:284
1792msgid "[tag update]"
1793msgstr "[etiqueta actualizada]"
1794
1795#: builtin/fetch.c:286
1796#: builtin/fetch.c:313
1797#: builtin/fetch.c:331
1798msgid " (unable to update local ref)"
1799msgstr ""
1800
1801#: builtin/fetch.c:298
1802msgid "[new tag]"
1803msgstr "[nova etiqueta]"
1804
1805#: builtin/fetch.c:302
1806msgid "[new branch]"
1807msgstr "[nova rama]"
1808
1809#: builtin/fetch.c:347
1810msgid "unable to update local ref"
1811msgstr ""
1812
1813#: builtin/fetch.c:347
1814msgid "forced update"
1815msgstr "actualização forçada"
1816
1817#: builtin/fetch.c:353
1818msgid "(non-fast-forward)"
1819msgstr ""
1820
1821#: builtin/fetch.c:384
1822#: builtin/fetch.c:676
1823#, c-format
1824msgid "cannot open %s: %s\n"
1825msgstr ""
1826
1827#: builtin/fetch.c:393
1828#, c-format
1829msgid "%s did not send all necessary objects\n"
1830msgstr ""
1831
1832#: builtin/fetch.c:479
1833#, c-format
1834msgid "From %.*s\n"
1835msgstr "Para %.*s\n"
1836
1837#: builtin/fetch.c:490
1838#, c-format
1839msgid ""
1840"some local refs could not be updated; try running\n"
1841" 'git remote prune %s' to remove any old, conflicting branches"
1842msgstr ""
1843
1844#: builtin/fetch.c:540
1845#, c-format
1846msgid " (%s will become dangling)\n"
1847msgstr ""
1848
1849#: builtin/fetch.c:541
1850#, c-format
1851msgid " (%s has become dangling)\n"
1852msgstr ""
1853
1854#: builtin/fetch.c:548
1855msgid "[deleted]"
1856msgstr "[eliminado]"
1857
1858#: builtin/fetch.c:549
1859msgid "(none)"
1860msgstr "(nenhum)"
1861
1862#: builtin/fetch.c:666
1863#, c-format
1864msgid "Refusing to fetch into current branch %s of non-bare repository"
1865msgstr ""
1866
1867#: builtin/fetch.c:700
1868#, c-format
1869msgid "Don't know how to fetch from %s"
1870msgstr ""
1871
1872#: builtin/fetch.c:777
1873#, c-format
1874msgid "Option \"%s\" value \"%s\" is not valid for %s"
1875msgstr ""
1876
1877#: builtin/fetch.c:780
1878#, c-format
1879msgid "Option \"%s\" is ignored for %s\n"
1880msgstr ""
1881
1882#: builtin/fetch.c:879
1883#, c-format
1884msgid "Fetching %s\n"
1885msgstr ""
1886
1887#: builtin/fetch.c:881
1888#, c-format
1889msgid "Could not fetch %s"
1890msgstr ""
1891
1892#: builtin/fetch.c:898
1893msgid ""
1894"No remote repository specified. Please, specify either a URL or a\n"
1895"remote name from which new revisions should be fetched."
1896msgstr ""
1897
1898#: builtin/fetch.c:918
1899msgid "You need to specify a tag name."
1900msgstr ""
1901
1902#: builtin/fetch.c:970
1903msgid "fetch --all does not take a repository argument"
1904msgstr ""
1905
1906#: builtin/fetch.c:972
1907msgid "fetch --all does not make sense with refspecs"
1908msgstr ""
1909
1910#: builtin/fetch.c:983
1911#, c-format
1912msgid "No such remote or remote group: %s"
1913msgstr ""
1914
1915#: builtin/fetch.c:991
1916msgid "Fetching a group and specifying refspecs does not make sense"
1917msgstr ""
1918
1919#: builtin/gc.c:63
1920#, c-format
1921msgid "Invalid %s: '%s'"
1922msgstr ""
1923
1924#: builtin/gc.c:78
1925msgid "Too many options specified"
1926msgstr ""
1927
1928#: builtin/gc.c:103
1929#, c-format
1930msgid "insanely long object directory %.*s"
1931msgstr ""
1932
1933#: builtin/gc.c:223
1934#, c-format
1935msgid "Auto packing the repository for optimum performance.\n"
1936msgstr ""
1937
1938#: builtin/gc.c:226
1939#, c-format
1940msgid ""
1941"Auto packing the repository for optimum performance. You may also\n"
1942"run \"git gc\" manually. See \"git help gc\" for more information.\n"
1943msgstr ""
1944
1945#: builtin/gc.c:256
1946msgid "There are too many unreachable loose objects; run 'git prune' to remove them."
1947msgstr ""
1948
1949#: builtin/grep.c:216
1950#, c-format
1951msgid "grep: failed to create thread: %s"
1952msgstr ""
1953
1954#: builtin/grep.c:402
1955#, c-format
1956msgid "Failed to chdir: %s"
1957msgstr ""
1958
1959#: builtin/grep.c:478
1960#: builtin/grep.c:512
1961#, c-format
1962msgid "unable to read tree (%s)"
1963msgstr ""
1964
1965#: builtin/grep.c:526
1966#, c-format
1967msgid "unable to grep from object of type %s"
1968msgstr ""
1969
1970#: builtin/grep.c:584
1971#, c-format
1972msgid "switch `%c' expects a numerical value"
1973msgstr ""
1974
1975#: builtin/grep.c:601
1976#, c-format
1977msgid "cannot open '%s'"
1978msgstr ""
1979
1980#: builtin/grep.c:888
1981msgid "no pattern given."
1982msgstr ""
1983
1984#: builtin/grep.c:902
1985#, c-format
1986msgid "bad object %s"
1987msgstr ""
1988
1989#: builtin/grep.c:943
1990msgid "--open-files-in-pager only works on the worktree"
1991msgstr ""
1992
1993#: builtin/grep.c:966
1994msgid "--cached or --untracked cannot be used with --no-index."
1995msgstr ""
1996
1997#: builtin/grep.c:971
1998msgid "--no-index or --untracked cannot be used with revs."
1999msgstr ""
2000
2001#: builtin/grep.c:974
2002msgid "--[no-]exclude-standard cannot be used for tracked contents."
2003msgstr ""
2004
2005#: builtin/grep.c:982
2006msgid "both --cached and trees are given."
2007msgstr ""
2008
2009#: builtin/init-db.c:35
2010#, c-format
2011msgid "Could not make %s writable by group"
2012msgstr ""
2013
2014#: builtin/init-db.c:62
2015#, c-format
2016msgid "insanely long template name %s"
2017msgstr ""
2018
2019#: builtin/init-db.c:67
2020#, c-format
2021msgid "cannot stat '%s'"
2022msgstr ""
2023
2024#: builtin/init-db.c:73
2025#, c-format
2026msgid "cannot stat template '%s'"
2027msgstr ""
2028
2029#: builtin/init-db.c:80
2030#, c-format
2031msgid "cannot opendir '%s'"
2032msgstr ""
2033
2034#: builtin/init-db.c:97
2035#, c-format
2036msgid "cannot readlink '%s'"
2037msgstr ""
2038
2039#: builtin/init-db.c:99
2040#, c-format
2041msgid "insanely long symlink %s"
2042msgstr ""
2043
2044#: builtin/init-db.c:102
2045#, c-format
2046msgid "cannot symlink '%s' '%s'"
2047msgstr ""
2048
2049#: builtin/init-db.c:106
2050#, c-format
2051msgid "cannot copy '%s' to '%s'"
2052msgstr ""
2053
2054#: builtin/init-db.c:110
2055#, c-format
2056msgid "ignoring template %s"
2057msgstr ""
2058
2059#: builtin/init-db.c:133
2060#, c-format
2061msgid "insanely long template path %s"
2062msgstr ""
2063
2064#: builtin/init-db.c:141
2065#, c-format
2066msgid "templates not found %s"
2067msgstr ""
2068
2069#: builtin/init-db.c:154
2070#, c-format
2071msgid "not copying templates of a wrong format version %d from '%s'"
2072msgstr ""
2073
2074#: builtin/init-db.c:192
2075#, c-format
2076msgid "insane git directory %s"
2077msgstr ""
2078
2079#: builtin/init-db.c:322
2080#: builtin/init-db.c:325
2081#, c-format
2082msgid "%s already exists"
2083msgstr "%s já existe"
2084
2085#: builtin/init-db.c:354
2086#, c-format
2087msgid "unable to handle file type %d"
2088msgstr ""
2089
2090#: builtin/init-db.c:357
2091#, c-format
2092msgid "unable to move %s to %s"
2093msgstr ""
2094
2095#: builtin/init-db.c:362
2096#, c-format
2097msgid "Could not create git link %s"
2098msgstr ""
2099
2100#.
2101#. * TRANSLATORS: The first '%s' is either "Reinitialized
2102#. * existing" or "Initialized empty", the second " shared" or
2103#. * "", and the last '%s%s' is the verbatim directory name.
2104#.
2105#: builtin/init-db.c:419
2106#, c-format
2107msgid "%s%s Git repository in %s%s\n"
2108msgstr ""
2109
2110#: builtin/init-db.c:420
2111msgid "Reinitialized existing"
2112msgstr ""
2113
2114#: builtin/init-db.c:420
2115msgid "Initialized empty"
2116msgstr "Inicializada vazio"
2117
2118#: builtin/init-db.c:421
2119msgid " shared"
2120msgstr " partilhado"
2121
2122#: builtin/init-db.c:440
2123msgid "cannot tell cwd"
2124msgstr ""
2125
2126#: builtin/init-db.c:521
2127#: builtin/init-db.c:528
2128#, c-format
2129msgid "cannot mkdir %s"
2130msgstr ""
2131
2132#: builtin/init-db.c:532
2133#, c-format
2134msgid "cannot chdir to %s"
2135msgstr ""
2136
2137#: builtin/init-db.c:554
2138#, c-format
2139msgid "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-dir=<directory>)"
2140msgstr ""
2141
2142#: builtin/init-db.c:578
2143msgid "Cannot access current working directory"
2144msgstr ""
2145
2146#: builtin/init-db.c:585
2147#, c-format
2148msgid "Cannot access work tree '%s'"
2149msgstr ""
2150
2151#: builtin/log.c:187
2152#, c-format
2153msgid "Final output: %d %s\n"
2154msgstr ""
2155
2156#: builtin/log.c:395
2157#: builtin/log.c:483
2158#, c-format
2159msgid "Could not read object %s"
2160msgstr ""
2161
2162#: builtin/log.c:507
2163#, c-format
2164msgid "Unknown type: %d"
2165msgstr ""
2166
2167#: builtin/log.c:596
2168msgid "format.headers without value"
2169msgstr ""
2170
2171#: builtin/log.c:669
2172msgid "name of output directory is too long"
2173msgstr ""
2174
2175#: builtin/log.c:680
2176#, c-format
2177msgid "Cannot open patch file %s"
2178msgstr ""
2179
2180#: builtin/log.c:694
2181msgid "Need exactly one range."
2182msgstr ""
2183
2184#: builtin/log.c:702
2185msgid "Not a range."
2186msgstr ""
2187
2188#: builtin/log.c:739
2189msgid "Could not extract email from committer identity."
2190msgstr ""
2191
2192#: builtin/log.c:785
2193msgid "Cover letter needs email format"
2194msgstr ""
2195
2196#: builtin/log.c:879
2197#, c-format
2198msgid "insane in-reply-to: %s"
2199msgstr ""
2200
2201#: builtin/log.c:952
2202msgid "Two output directories?"
2203msgstr ""
2204
2205#: builtin/log.c:1173
2206#, c-format
2207msgid "bogus committer info %s"
2208msgstr ""
2209
2210#: builtin/log.c:1218
2211msgid "-n and -k are mutually exclusive."
2212msgstr ""
2213
2214#: builtin/log.c:1220
2215msgid "--subject-prefix and -k are mutually exclusive."
2216msgstr ""
2217
2218#: builtin/log.c:1225
2219#: builtin/shortlog.c:284
2220#, c-format
2221msgid "unrecognized argument: %s"
2222msgstr ""
2223
2224#: builtin/log.c:1228
2225msgid "--name-only does not make sense"
2226msgstr ""
2227
2228#: builtin/log.c:1230
2229msgid "--name-status does not make sense"
2230msgstr ""
2231
2232#: builtin/log.c:1232
2233msgid "--check does not make sense"
2234msgstr ""
2235
2236#: builtin/log.c:1255
2237msgid "standard output, or directory, which one?"
2238msgstr ""
2239
2240#: builtin/log.c:1257
2241#, c-format
2242msgid "Could not create directory '%s'"
2243msgstr ""
2244
2245#: builtin/log.c:1410
2246msgid "Failed to create output files"
2247msgstr ""
2248
2249#: builtin/log.c:1514
2250#, c-format
2251msgid "Could not find a tracked remote branch, please specify <upstream> manually.\n"
2252msgstr ""
2253
2254#: builtin/log.c:1530
2255#: builtin/log.c:1532
2256#: builtin/log.c:1544
2257#, c-format
2258msgid "Unknown commit %s"
2259msgstr "Commit desconhecido %s"
2260
2261#: builtin/merge.c:91
2262msgid "switch `m' requires a value"
2263msgstr ""
2264
2265#: builtin/merge.c:128
2266#, c-format
2267msgid "Could not find merge strategy '%s'.\n"
2268msgstr ""
2269
2270#: builtin/merge.c:129
2271#, c-format
2272msgid "Available strategies are:"
2273msgstr ""
2274
2275#: builtin/merge.c:134
2276#, c-format
2277msgid "Available custom strategies are:"
2278msgstr ""
2279
2280#: builtin/merge.c:241
2281msgid "could not run stash."
2282msgstr ""
2283
2284#: builtin/merge.c:246
2285msgid "stash failed"
2286msgstr "falhou o stash"
2287
2288#: builtin/merge.c:251
2289#, c-format
2290msgid "not a valid object: %s"
2291msgstr ""
2292
2293#: builtin/merge.c:270
2294#: builtin/merge.c:287
2295msgid "read-tree failed"
2296msgstr ""
2297
2298#: builtin/merge.c:317
2299msgid " (nothing to squash)"
2300msgstr " (nada para squash)"
2301
2302#: builtin/merge.c:330
2303#, c-format
2304msgid "Squash commit -- not updating HEAD\n"
2305msgstr ""
2306
2307#: builtin/merge.c:362
2308msgid "Writing SQUASH_MSG"
2309msgstr "Escrevendo SQUASH_MSG"
2310
2311#: builtin/merge.c:364
2312msgid "Finishing SQUASH_MSG"
2313msgstr "Terminando SQUASH_MSG"
2314
2315#: builtin/merge.c:386
2316#, c-format
2317msgid "No merge message -- not updating HEAD\n"
2318msgstr ""
2319
2320#: builtin/merge.c:437
2321#, c-format
2322msgid "'%s' does not point to a commit"
2323msgstr ""
2324
2325#: builtin/merge.c:536
2326#, c-format
2327msgid "Bad branch.%s.mergeoptions string: %s"
2328msgstr ""
2329
2330#: builtin/merge.c:629
2331msgid "git write-tree failed to write a tree"
2332msgstr ""
2333
2334#: builtin/merge.c:679
2335msgid "failed to read the cache"
2336msgstr ""
2337
2338#: builtin/merge.c:696
2339msgid "Unable to write index."
2340msgstr ""
2341
2342#: builtin/merge.c:709
2343msgid "Not handling anything other than two heads merge."
2344msgstr ""
2345
2346#: builtin/merge.c:723
2347#, c-format
2348msgid "Unknown option for merge-recursive: -X%s"
2349msgstr ""
2350
2351#: builtin/merge.c:737
2352#, c-format
2353msgid "unable to write %s"
2354msgstr ""
2355
2356#: builtin/merge.c:876
2357#, c-format
2358msgid "Could not read from '%s'"
2359msgstr ""
2360
2361#: builtin/merge.c:885
2362#, c-format
2363msgid "Not committing merge; use 'git commit' to complete the merge.\n"
2364msgstr ""
2365
2366#: builtin/merge.c:891
2367msgid ""
2368"Please enter a commit message to explain why this merge is necessary,\n"
2369"especially if it merges an updated upstream into a topic branch.\n"
2370"\n"
2371"Lines starting with '#' will be ignored, and an empty message aborts\n"
2372"the commit.\n"
2373msgstr ""
2374
2375#: builtin/merge.c:915
2376msgid "Empty commit message."
2377msgstr ""
2378
2379#: builtin/merge.c:927
2380#, c-format
2381msgid "Wonderful.\n"
2382msgstr "Fastastico.\n"
2383
2384#: builtin/merge.c:1000
2385#, c-format
2386msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
2387msgstr ""
2388
2389#: builtin/merge.c:1016
2390#, c-format
2391msgid "'%s' is not a commit"
2392msgstr "'%s' não é um commit"
2393
2394#: builtin/merge.c:1057
2395msgid "No current branch."
2396msgstr "Nenhuma rama actual"
2397
2398#: builtin/merge.c:1059
2399msgid "No remote for the current branch."
2400msgstr ""
2401
2402#: builtin/merge.c:1061
2403msgid "No default upstream defined for the current branch."
2404msgstr ""
2405
2406#: builtin/merge.c:1066
2407#, c-format
2408msgid "No remote tracking branch for %s from %s"
2409msgstr ""
2410
2411#: builtin/merge.c:1188
2412msgid "There is no merge to abort (MERGE_HEAD missing)."
2413msgstr ""
2414
2415#: builtin/merge.c:1204
2416#: git-pull.sh:31
2417msgid ""
2418"You have not concluded your merge (MERGE_HEAD exists).\n"
2419"Please, commit your changes before you can merge."
2420msgstr ""
2421
2422#: builtin/merge.c:1207
2423#: git-pull.sh:34
2424msgid "You have not concluded your merge (MERGE_HEAD exists)."
2425msgstr ""
2426
2427#: builtin/merge.c:1211
2428msgid ""
2429"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
2430"Please, commit your changes before you can merge."
2431msgstr ""
2432
2433#: builtin/merge.c:1214
2434msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
2435msgstr ""
2436
2437#: builtin/merge.c:1223
2438msgid "You cannot combine --squash with --no-ff."
2439msgstr ""
2440
2441#: builtin/merge.c:1228
2442msgid "You cannot combine --no-ff with --ff-only."
2443msgstr ""
2444
2445#: builtin/merge.c:1235
2446msgid "No commit specified and merge.defaultToUpstream not set."
2447msgstr ""
2448
2449#: builtin/merge.c:1266
2450msgid "Can merge only exactly one commit into empty head"
2451msgstr ""
2452
2453#: builtin/merge.c:1269
2454msgid "Squash commit into empty head not supported yet"
2455msgstr ""
2456
2457#: builtin/merge.c:1271
2458msgid "Non-fast-forward commit does not make sense into an empty head"
2459msgstr ""
2460
2461#: builtin/merge.c:1275
2462#: builtin/merge.c:1319
2463#, c-format
2464msgid "%s - not something we can merge"
2465msgstr ""
2466
2467#: builtin/merge.c:1385
2468#, c-format
2469msgid "Updating %s..%s\n"
2470msgstr "Actualizando %s..%s\n"
2471
2472#: builtin/merge.c:1423
2473#, c-format
2474msgid "Trying really trivial in-index merge...\n"
2475msgstr ""
2476
2477#: builtin/merge.c:1430
2478#, c-format
2479msgid "Nope.\n"
2480msgstr "Não.\n"
2481
2482#: builtin/merge.c:1462
2483msgid "Not possible to fast-forward, aborting."
2484msgstr ""
2485
2486#: builtin/merge.c:1485
2487#: builtin/merge.c:1562
2488#, c-format
2489msgid "Rewinding the tree to pristine...\n"
2490msgstr ""
2491
2492#: builtin/merge.c:1489
2493#, c-format
2494msgid "Trying merge strategy %s...\n"
2495msgstr ""
2496
2497#: builtin/merge.c:1553
2498#, c-format
2499msgid "No merge strategy handled the merge.\n"
2500msgstr ""
2501
2502#: builtin/merge.c:1555
2503#, c-format
2504msgid "Merge with strategy %s failed.\n"
2505msgstr ""
2506
2507#: builtin/merge.c:1564
2508#, c-format
2509msgid "Using the %s to prepare resolving by hand.\n"
2510msgstr ""
2511
2512#: builtin/merge.c:1575
2513#, c-format
2514msgid "Automatic merge went well; stopped before committing as requested\n"
2515msgstr ""
2516
2517#: builtin/mv.c:108
2518#, c-format
2519msgid "Checking rename of '%s' to '%s'\n"
2520msgstr ""
2521
2522#: builtin/mv.c:112
2523msgid "bad source"
2524msgstr "fonte inválida"
2525
2526#: builtin/mv.c:115
2527msgid "can not move directory into itself"
2528msgstr ""
2529
2530#: builtin/mv.c:118
2531msgid "cannot move directory over file"
2532msgstr ""
2533
2534#: builtin/mv.c:128
2535#, c-format
2536msgid "Huh? %.*s is in index?"
2537msgstr ""
2538
2539#: builtin/mv.c:140
2540msgid "source directory is empty"
2541msgstr ""
2542
2543#: builtin/mv.c:171
2544msgid "not under version control"
2545msgstr ""
2546
2547#: builtin/mv.c:173
2548msgid "destination exists"
2549msgstr ""
2550
2551#: builtin/mv.c:181
2552#, c-format
2553msgid "overwriting '%s'"
2554msgstr "subscrevendo '%s'"
2555
2556#: builtin/mv.c:184
2557msgid "Cannot overwrite"
2558msgstr "Não consegue subscrever"
2559
2560#: builtin/mv.c:187
2561msgid "multiple sources for the same target"
2562msgstr ""
2563
2564#: builtin/mv.c:202
2565#, c-format
2566msgid "%s, source=%s, destination=%s"
2567msgstr ""
2568
2569#: builtin/mv.c:212
2570#, c-format
2571msgid "Renaming %s to %s\n"
2572msgstr ""
2573
2574#: builtin/mv.c:215
2575#, c-format
2576msgid "renaming '%s' failed"
2577msgstr ""
2578
2579#: builtin/notes.c:139
2580#, c-format
2581msgid "unable to start 'show' for object '%s'"
2582msgstr ""
2583
2584#: builtin/notes.c:145
2585msgid "can't fdopen 'show' output fd"
2586msgstr ""
2587
2588#: builtin/notes.c:155
2589#, c-format
2590msgid "failed to close pipe to 'show' for object '%s'"
2591msgstr ""
2592
2593#: builtin/notes.c:158
2594#, c-format
2595msgid "failed to finish 'show' for object '%s'"
2596msgstr ""
2597
2598#: builtin/notes.c:175
2599#: builtin/tag.c:343
2600#, c-format
2601msgid "could not create file '%s'"
2602msgstr ""
2603
2604#: builtin/notes.c:189
2605msgid "Please supply the note contents using either -m or -F option"
2606msgstr ""
2607
2608#: builtin/notes.c:210
2609#: builtin/notes.c:973
2610#, c-format
2611msgid "Removing note for object %s\n"
2612msgstr ""
2613
2614#: builtin/notes.c:215
2615msgid "unable to write note object"
2616msgstr ""
2617
2618#: builtin/notes.c:217
2619#, c-format
2620msgid "The note contents has been left in %s"
2621msgstr ""
2622
2623#: builtin/notes.c:251
2624#: builtin/tag.c:521
2625#, c-format
2626msgid "cannot read '%s'"
2627msgstr "não consegue ler '%s'"
2628
2629#: builtin/notes.c:253
2630#: builtin/tag.c:524
2631#, c-format
2632msgid "could not open or read '%s'"
2633msgstr ""
2634
2635#: builtin/notes.c:272
2636#: builtin/notes.c:445
2637#: builtin/notes.c:447
2638#: builtin/notes.c:507
2639#: builtin/notes.c:561
2640#: builtin/notes.c:644
2641#: builtin/notes.c:649
2642#: builtin/notes.c:724
2643#: builtin/notes.c:766
2644#: builtin/notes.c:968
2645#: builtin/reset.c:293
2646#: builtin/tag.c:537
2647#, c-format
2648msgid "Failed to resolve '%s' as a valid ref."
2649msgstr ""
2650
2651#: builtin/notes.c:275
2652#, c-format
2653msgid "Failed to read object '%s'."
2654msgstr ""
2655
2656#: builtin/notes.c:299
2657msgid "Cannot commit uninitialized/unreferenced notes tree"
2658msgstr ""
2659
2660#: builtin/notes.c:340
2661#, c-format
2662msgid "Bad notes.rewriteMode value: '%s'"
2663msgstr ""
2664
2665#: builtin/notes.c:350
2666#, c-format
2667msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2668msgstr ""
2669
2670#. TRANSLATORS: The first %s is the name of the
2671#. environment variable, the second %s is its value
2672#: builtin/notes.c:377
2673#, c-format
2674msgid "Bad %s value: '%s'"
2675msgstr ""
2676
2677#: builtin/notes.c:441
2678#, c-format
2679msgid "Malformed input line: '%s'."
2680msgstr ""
2681
2682#: builtin/notes.c:456
2683#, c-format
2684msgid "Failed to copy notes from '%s' to '%s'"
2685msgstr ""
2686
2687#: builtin/notes.c:500
2688#: builtin/notes.c:554
2689#: builtin/notes.c:627
2690#: builtin/notes.c:639
2691#: builtin/notes.c:712
2692#: builtin/notes.c:759
2693#: builtin/notes.c:1033
2694msgid "too many parameters"
2695msgstr ""
2696
2697#: builtin/notes.c:513
2698#: builtin/notes.c:772
2699#, c-format
2700msgid "No note found for object %s."
2701msgstr ""
2702
2703#: builtin/notes.c:580
2704#, c-format
2705msgid "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite existing notes"
2706msgstr ""
2707
2708#: builtin/notes.c:585
2709#: builtin/notes.c:662
2710#, c-format
2711msgid "Overwriting existing notes for object %s\n"
2712msgstr ""
2713
2714#: builtin/notes.c:635
2715msgid "too few parameters"
2716msgstr ""
2717
2718#: builtin/notes.c:656
2719#, c-format
2720msgid "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite existing notes"
2721msgstr ""
2722
2723#: builtin/notes.c:668
2724#, c-format
2725msgid "Missing notes on source object %s. Cannot copy."
2726msgstr ""
2727
2728#: builtin/notes.c:717
2729#, c-format
2730msgid ""
2731"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
2732"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
2733msgstr ""
2734
2735#: builtin/notes.c:971
2736#, c-format
2737msgid "Object %s has no note\n"
2738msgstr ""
2739
2740#: builtin/notes.c:1103
2741#, c-format
2742msgid "Unknown subcommand: %s"
2743msgstr ""
2744
2745#: builtin/pack-objects.c:2310
2746#, c-format
2747msgid "unsupported index version %s"
2748msgstr ""
2749
2750#: builtin/pack-objects.c:2314
2751#, c-format
2752msgid "bad index version '%s'"
2753msgstr ""
2754
2755#: builtin/pack-objects.c:2322
2756#, c-format
2757msgid "option %s does not accept negative form"
2758msgstr ""
2759
2760#: builtin/pack-objects.c:2326
2761#, c-format
2762msgid "unable to parse value '%s' for option %s"
2763msgstr ""
2764
2765#: builtin/push.c:44
2766msgid "tag shorthand without <tag>"
2767msgstr ""
2768
2769#: builtin/push.c:63
2770msgid "--delete only accepts plain target ref names"
2771msgstr ""
2772
2773#: builtin/push.c:73
2774#, c-format
2775msgid ""
2776"You are not currently on a branch.\n"
2777"To push the history leading to the current (detached HEAD)\n"
2778"state now, use\n"
2779"\n"
2780" git push %s HEAD:<name-of-remote-branch>\n"
2781msgstr ""
2782
2783#: builtin/push.c:80
2784#, c-format
2785msgid ""
2786"The current branch %s has no upstream branch.\n"
2787"To push the current branch and set the remote as upstream, use\n"
2788"\n"
2789" git push --set-upstream %s %s\n"
2790msgstr ""
2791
2792#: builtin/push.c:88
2793#, c-format
2794msgid "The current branch %s has multiple upstream branches, refusing to push."
2795msgstr ""
2796
2797#: builtin/push.c:111
2798msgid "You didn't specify any refspecs to push, and push.default is \"nothing\"."
2799msgstr ""
2800
2801#: builtin/push.c:131
2802#, c-format
2803msgid "Pushing to %s\n"
2804msgstr "Pushing para %s\n"
2805
2806#: builtin/push.c:135
2807#, c-format
2808msgid "failed to push some refs to '%s'"
2809msgstr ""
2810
2811#: builtin/push.c:143
2812#, c-format
2813msgid ""
2814"To prevent you from losing history, non-fast-forward updates were rejected\n"
2815"Merge the remote changes (e.g. 'git pull') before pushing again. See the\n"
2816"'Note about fast-forwards' section of 'git push --help' for details.\n"
2817msgstr ""
2818
2819#: builtin/push.c:160
2820#, c-format
2821msgid "bad repository '%s'"
2822msgstr "repositorio inválido '%s'"
2823
2824#: builtin/push.c:161
2825msgid ""
2826"No configured push destination.\n"
2827"Either specify the URL from the command-line or configure a remote repository using\n"
2828"\n"
2829" git remote add <name> <url>\n"
2830"\n"
2831"and then push using the remote name\n"
2832"\n"
2833" git push <name>\n"
2834msgstr ""
2835
2836#: builtin/push.c:176
2837msgid "--all and --tags are incompatible"
2838msgstr ""
2839
2840#: builtin/push.c:177
2841msgid "--all can't be combined with refspecs"
2842msgstr ""
2843
2844#: builtin/push.c:182
2845msgid "--mirror and --tags are incompatible"
2846msgstr ""
2847
2848#: builtin/push.c:183
2849msgid "--mirror can't be combined with refspecs"
2850msgstr ""
2851
2852#: builtin/push.c:188
2853msgid "--all and --mirror are incompatible"
2854msgstr ""
2855
2856#: builtin/push.c:274
2857msgid "--delete is incompatible with --all, --mirror and --tags"
2858msgstr ""
2859
2860#: builtin/push.c:276
2861msgid "--delete doesn't make sense without any refs"
2862msgstr ""
2863
2864#: builtin/reset.c:33
2865msgid "mixed"
2866msgstr "mistura"
2867
2868#: builtin/reset.c:33
2869msgid "soft"
2870msgstr "leve"
2871
2872#: builtin/reset.c:33
2873msgid "hard"
2874msgstr "forte"
2875
2876#: builtin/reset.c:33
2877msgid "keep"
2878msgstr "manter"
2879
2880#: builtin/reset.c:77
2881msgid "You do not have a valid HEAD."
2882msgstr ""
2883
2884#: builtin/reset.c:79
2885msgid "Failed to find tree of HEAD."
2886msgstr ""
2887
2888#: builtin/reset.c:85
2889#, c-format
2890msgid "Failed to find tree of %s."
2891msgstr ""
2892
2893#: builtin/reset.c:96
2894msgid "Could not write new index file."
2895msgstr ""
2896
2897#: builtin/reset.c:106
2898#, c-format
2899msgid "HEAD is now at %s"
2900msgstr "HEAD é agora em %s"
2901
2902#: builtin/reset.c:130
2903msgid "Could not read index"
2904msgstr ""
2905
2906#: builtin/reset.c:133
2907msgid "Unstaged changes after reset:"
2908msgstr ""
2909
2910#: builtin/reset.c:223
2911#, c-format
2912msgid "Cannot do a %s reset in the middle of a merge."
2913msgstr ""
2914
2915#: builtin/reset.c:297
2916#, c-format
2917msgid "Could not parse object '%s'."
2918msgstr ""
2919
2920#: builtin/reset.c:302
2921msgid "--patch is incompatible with --{hard,mixed,soft}"
2922msgstr ""
2923
2924#: builtin/reset.c:311
2925msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
2926msgstr ""
2927
2928#: builtin/reset.c:313
2929#, c-format
2930msgid "Cannot do %s reset with paths."
2931msgstr ""
2932
2933#: builtin/reset.c:325
2934#, c-format
2935msgid "%s reset is not allowed in a bare repository"
2936msgstr ""
2937
2938#: builtin/reset.c:341
2939#, c-format
2940msgid "Could not reset index file to revision '%s'."
2941msgstr ""
2942
2943#: builtin/revert.c:70
2944#: builtin/revert.c:91
2945#, c-format
2946msgid "%s: %s cannot be used with %s"
2947msgstr ""
2948
2949#: builtin/revert.c:126
2950msgid "program error"
2951msgstr "erro do programa"
2952
2953#: builtin/revert.c:209
2954msgid "revert failed"
2955msgstr "falhou o revert"
2956
2957#: builtin/revert.c:224
2958msgid "cherry-pick failed"
2959msgstr "cherry-pick falhou"
2960
2961#: builtin/rm.c:109
2962#, c-format
2963msgid ""
2964"'%s' has staged content different from both the file and the HEAD\n"
2965"(use -f to force removal)"
2966msgstr ""
2967
2968#: builtin/rm.c:115
2969#, c-format
2970msgid ""
2971"'%s' has changes staged in the index\n"
2972"(use --cached to keep the file, or -f to force removal)"
2973msgstr ""
2974
2975#: builtin/rm.c:119
2976#, c-format
2977msgid ""
2978"'%s' has local modifications\n"
2979"(use --cached to keep the file, or -f to force removal)"
2980msgstr ""
2981
2982#: builtin/rm.c:194
2983#, c-format
2984msgid "not removing '%s' recursively without -r"
2985msgstr ""
2986
2987#: builtin/rm.c:230
2988#, c-format
2989msgid "git rm: unable to remove %s"
2990msgstr ""
2991
2992#: builtin/shortlog.c:157
2993#, c-format
2994msgid "Missing author: %s"
2995msgstr "Autor em falta: %s"
2996
2997#: builtin/tag.c:58
2998#, c-format
2999msgid "malformed object at '%s'"
3000msgstr ""
3001
3002#: builtin/tag.c:205
3003#, c-format
3004msgid "tag name too long: %.*s..."
3005msgstr ""
3006
3007#: builtin/tag.c:210
3008#, c-format
3009msgid "tag '%s' not found."
3010msgstr "etiqueta '%s' não foi encontrada."
3011
3012#: builtin/tag.c:225
3013#, c-format
3014msgid "Deleted tag '%s' (was %s)\n"
3015msgstr ""
3016
3017#: builtin/tag.c:237
3018#, c-format
3019msgid "could not verify the tag '%s'"
3020msgstr ""
3021
3022#: builtin/tag.c:247
3023msgid ""
3024"\n"
3025"#\n"
3026"# Write a tag message\n"
3027"# Lines starting with '#' will be ignored.\n"
3028"#\n"
3029msgstr ""
3030
3031#: builtin/tag.c:254
3032msgid ""
3033"\n"
3034"#\n"
3035"# Write a tag message\n"
3036"# Lines starting with '#' will be kept; you may remove them yourself if you want to.\n"
3037"#\n"
3038msgstr ""
3039
3040#: builtin/tag.c:294
3041msgid "unable to sign the tag"
3042msgstr ""
3043
3044#: builtin/tag.c:296
3045msgid "unable to write tag file"
3046msgstr ""
3047
3048#: builtin/tag.c:321
3049msgid "bad object type."
3050msgstr ""
3051
3052#: builtin/tag.c:334
3053msgid "tag header too big."
3054msgstr ""
3055
3056#: builtin/tag.c:366
3057msgid "no tag message?"
3058msgstr ""
3059
3060#: builtin/tag.c:372
3061#, c-format
3062msgid "The tag message has been left in %s\n"
3063msgstr ""
3064
3065#: builtin/tag.c:421
3066msgid "switch 'points-at' requires an object"
3067msgstr ""
3068
3069#: builtin/tag.c:423
3070#, c-format
3071msgid "malformed object name '%s'"
3072msgstr ""
3073
3074#: builtin/tag.c:502
3075msgid "-n option is only allowed with -l."
3076msgstr ""
3077
3078#: builtin/tag.c:504
3079msgid "--contains option is only allowed with -l."
3080msgstr ""
3081
3082#: builtin/tag.c:506
3083msgid "--points-at option is only allowed with -l."
3084msgstr ""
3085
3086#: builtin/tag.c:514
3087msgid "only one -F or -m option is allowed."
3088msgstr ""
3089
3090#: builtin/tag.c:534
3091msgid "too many params"
3092msgstr "demasiado parametros"
3093
3094#: builtin/tag.c:540
3095#, c-format
3096msgid "'%s' is not a valid tag name."
3097msgstr ""
3098
3099#: builtin/tag.c:545
3100#, c-format
3101msgid "tag '%s' already exists"
3102msgstr ""
3103
3104#: builtin/tag.c:563
3105#, c-format
3106msgid "%s: cannot lock the ref"
3107msgstr ""
3108
3109#: builtin/tag.c:565
3110#, c-format
3111msgid "%s: cannot update the ref"
3112msgstr ""
3113
3114#: builtin/tag.c:567
3115#, c-format
3116msgid "Updated tag '%s' (was %s)\n"
3117msgstr ""
3118
3119#: git-am.sh:49
3120msgid "You need to set your committer info first"
3121msgstr ""
3122
3123#: git-am.sh:136
3124msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3125msgstr ""
3126
3127#: git-am.sh:147
3128msgid ""
3129"Did you hand edit your patch?\n"
3130"It does not apply to blobs recorded in its index."
3131msgstr ""
3132
3133#: git-am.sh:156
3134msgid "Falling back to patching base and 3-way merge..."
3135msgstr ""
3136
3137#: git-am.sh:268
3138msgid "Only one StGIT patch series can be applied at once"
3139msgstr ""
3140
3141#: git-am.sh:355
3142#, sh-format
3143msgid "Patch format $patch_format is not supported."
3144msgstr ""
3145
3146#: git-am.sh:357
3147msgid "Patch format detection failed."
3148msgstr ""
3149
3150#: git-am.sh:411
3151msgid "-d option is no longer supported. Do not use."
3152msgstr ""
3153
3154#: git-am.sh:474
3155#, sh-format
3156msgid "previous rebase directory $dotest still exists but mbox given."
3157msgstr ""
3158
3159#: git-am.sh:479
3160msgid "Please make up your mind. --skip or --abort?"
3161msgstr ""
3162
3163#: git-am.sh:506
3164msgid "Resolve operation not in progress, we are not resuming."
3165msgstr ""
3166
3167#: git-am.sh:572
3168#, sh-format
3169msgid "Dirty index: cannot apply patches (dirty: $files)"
3170msgstr ""
3171
3172#: git-am.sh:748
3173msgid "cannot be interactive without stdin connected to a terminal."
3174msgstr ""
3175
3176#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3177#. in your translation. The program will only accept English
3178#. input at this point.
3179#: git-am.sh:759
3180msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
3181msgstr "Aplicar? Sim[y]/[n]ão/[e]ditar/[v]er patch/[a]ceitar todos "
3182
3183#: git-am.sh:795
3184#, sh-format
3185msgid "Applying: $FIRSTLINE"
3186msgstr "Aplicando: $FIRSTLINE"
3187
3188#: git-am.sh:840
3189msgid "No changes -- Patch already applied."
3190msgstr ""
3191
3192#: git-am.sh:866
3193msgid "applying to an empty history"
3194msgstr ""
3195
3196#. TRANSLATORS: Make sure to include [Y] and [n] in your
3197#. translation. The program will only accept English input
3198#. at this point.
3199#: git-bisect.sh:54
3200msgid "Do you want me to do it for you [Y/n]? "
3201msgstr "Queres que eu faça por sí [Y/n]?"
3202
3203#: git-bisect.sh:95
3204#, sh-format
3205msgid "unrecognised option: '$arg'"
3206msgstr ""
3207
3208#: git-bisect.sh:99
3209#, sh-format
3210msgid "'$arg' does not appear to be a valid revision"
3211msgstr ""
3212
3213#: git-bisect.sh:117
3214msgid "Bad HEAD - I need a HEAD"
3215msgstr ""
3216
3217#: git-bisect.sh:130
3218#, sh-format
3219msgid "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
3220msgstr ""
3221
3222#: git-bisect.sh:140
3223msgid "won't bisect on seeked tree"
3224msgstr ""
3225
3226#: git-bisect.sh:144
3227msgid "Bad HEAD - strange symbolic ref"
3228msgstr ""
3229
3230#: git-bisect.sh:189
3231#, sh-format
3232msgid "Bad bisect_write argument: $state"
3233msgstr ""
3234
3235#: git-bisect.sh:218
3236#, sh-format
3237msgid "Bad rev input: $arg"
3238msgstr ""
3239
3240#: git-bisect.sh:232
3241msgid "Please call 'bisect_state' with at least one argument."
3242msgstr ""
3243
3244#: git-bisect.sh:244
3245#, sh-format
3246msgid "Bad rev input: $rev"
3247msgstr ""
3248
3249#: git-bisect.sh:250
3250msgid "'git bisect bad' can take only one argument."
3251msgstr ""
3252
3253#. TRANSLATORS: Make sure to include [Y] and [n] in your
3254#. translation. The program will only accept English input
3255#. at this point.
3256#: git-bisect.sh:279
3257msgid "Are you sure [Y/n]? "
3258msgstr "Tens a certeza [Y/n]? "
3259
3260#: git-bisect.sh:354
3261#, sh-format
3262msgid "'$invalid' is not a valid commit"
3263msgstr ""
3264
3265#: git-bisect.sh:363
3266#, sh-format
3267msgid ""
3268"Could not check out original HEAD '$branch'.\n"
3269"Try 'git bisect reset <commit>'."
3270msgstr ""
3271
3272#: git-bisect.sh:390
3273msgid "No logfile given"
3274msgstr "Nenhum ficheiro de log dado"
3275
3276#: git-bisect.sh:391
3277#, sh-format
3278msgid "cannot read $file for replaying"
3279msgstr ""
3280
3281#: git-bisect.sh:408
3282msgid "?? what are you talking about?"
3283msgstr ""
3284
3285#: git-bisect.sh:474
3286msgid "We are not bisecting."
3287msgstr ""
3288
3289#: git-pull.sh:21
3290msgid ""
3291"Pull is not possible because you have unmerged files.\n"
3292"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
3293"as appropriate to mark resolution, or use 'git commit -a'."
3294msgstr ""
3295
3296#: git-pull.sh:25
3297msgid "Pull is not possible because you have unmerged files."
3298msgstr ""
3299
3300#: git-pull.sh:197
3301msgid "updating an unborn branch with changes added to the index"
3302msgstr ""
3303
3304#: git-pull.sh:253
3305msgid "Cannot merge multiple branches into empty head"
3306msgstr ""
3307
3308#: git-pull.sh:257
3309msgid "Cannot rebase onto multiple branches"
3310msgstr ""
3311
3312#: git-stash.sh:51
3313msgid "git stash clear with parameters is unimplemented"
3314msgstr ""
3315
3316#: git-stash.sh:74
3317msgid "You do not have the initial commit yet"
3318msgstr "Tu ainda não tens o commit inicial"
3319
3320#: git-stash.sh:89
3321msgid "Cannot save the current index state"
3322msgstr ""
3323
3324#: git-stash.sh:123
3325#: git-stash.sh:136
3326msgid "Cannot save the current worktree state"
3327msgstr ""
3328
3329#: git-stash.sh:140
3330msgid "No changes selected"
3331msgstr ""
3332
3333#: git-stash.sh:143
3334msgid "Cannot remove temporary index (can't happen)"
3335msgstr ""
3336
3337#: git-stash.sh:156
3338msgid "Cannot record working tree state"
3339msgstr ""
3340
3341#: git-stash.sh:223
3342msgid "No local changes to save"
3343msgstr ""
3344
3345#: git-stash.sh:227
3346msgid "Cannot initialize stash"
3347msgstr ""
3348
3349#: git-stash.sh:235
3350msgid "Cannot save the current status"
3351msgstr ""
3352
3353#: git-stash.sh:253
3354msgid "Cannot remove worktree changes"
3355msgstr ""
3356
3357#: git-stash.sh:352
3358msgid "No stash found."
3359msgstr "nenhum stash encontrado."
3360
3361#: git-stash.sh:359
3362#, sh-format
3363msgid "Too many revisions specified: $REV"
3364msgstr ""
3365
3366#: git-stash.sh:365
3367#, sh-format
3368msgid "$reference is not valid reference"
3369msgstr ""
3370
3371#: git-stash.sh:393
3372#, sh-format
3373msgid "'$args' is not a stash-like commit"
3374msgstr ""
3375
3376#: git-stash.sh:404
3377#, sh-format
3378msgid "'$args' is not a stash reference"
3379msgstr ""
3380
3381#: git-stash.sh:412
3382msgid "unable to refresh index"
3383msgstr ""
3384
3385#: git-stash.sh:416
3386msgid "Cannot apply a stash in the middle of a merge"
3387msgstr ""
3388
3389#: git-stash.sh:424
3390msgid "Conflicts in index. Try without --index."
3391msgstr ""
3392
3393#: git-stash.sh:426
3394msgid "Could not save index tree"
3395msgstr "Não foi posivel guardar o index tree"
3396
3397#: git-stash.sh:460
3398msgid "Cannot unstage modified files"
3399msgstr ""
3400
3401#: git-stash.sh:491
3402#, sh-format
3403msgid "Dropped ${REV} ($s)"
3404msgstr ""
3405
3406#: git-stash.sh:492
3407#, sh-format
3408msgid "${REV}: Could not drop stash entry"
3409msgstr ""
3410
3411#: git-stash.sh:499
3412msgid "No branch name specified"
3413msgstr ""
3414
3415#: git-stash.sh:570
3416msgid "(To restore them type \"git stash apply\")"
3417msgstr ""
3418
3419#: git-submodule.sh:56
3420#, sh-format
3421msgid "cannot strip one component off url '$remoteurl'"
3422msgstr ""
3423
3424#: git-submodule.sh:108
3425#, sh-format
3426msgid "No submodule mapping found in .gitmodules for path '$path'"
3427msgstr ""
3428
3429#: git-submodule.sh:149
3430#, sh-format
3431msgid "Clone of '$url' into submodule path '$path' failed"
3432msgstr ""
3433
3434#: git-submodule.sh:159
3435#, sh-format
3436msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
3437msgstr ""
3438
3439#: git-submodule.sh:247
3440#, sh-format
3441msgid "repo URL: '$repo' must be absolute or begin with ./|../"
3442msgstr ""
3443
3444#: git-submodule.sh:264
3445#, sh-format
3446msgid "'$path' already exists in the index"
3447msgstr ""
3448
3449#: git-submodule.sh:281
3450#, sh-format
3451msgid "'$path' already exists and is not a valid git repo"
3452msgstr ""
3453
3454#: git-submodule.sh:295
3455#, sh-format
3456msgid "Unable to checkout submodule '$path'"
3457msgstr ""
3458
3459#: git-submodule.sh:300
3460#, sh-format
3461msgid "Failed to add submodule '$path'"
3462msgstr ""
3463
3464#: git-submodule.sh:305
3465#, sh-format
3466msgid "Failed to register submodule '$path'"
3467msgstr ""
3468
3469#: git-submodule.sh:347
3470#, sh-format
3471msgid "Entering '$prefix$path'"
3472msgstr ""
3473
3474#: git-submodule.sh:359
3475#, sh-format
3476msgid "Stopping at '$path'; script returned non-zero status."
3477msgstr ""
3478
3479#: git-submodule.sh:401
3480#, sh-format
3481msgid "No url found for submodule path '$path' in .gitmodules"
3482msgstr ""
3483
3484#: git-submodule.sh:410
3485#, sh-format
3486msgid "Failed to register url for submodule path '$path'"
3487msgstr ""
3488
3489#: git-submodule.sh:418
3490#, sh-format
3491msgid "Failed to register update mode for submodule path '$path'"
3492msgstr ""
3493
3494#: git-submodule.sh:420
3495#, sh-format
3496msgid "Submodule '$name' ($url) registered for path '$path'"
3497msgstr ""
3498
3499#: git-submodule.sh:519
3500#, sh-format
3501msgid ""
3502"Submodule path '$path' not initialized\n"
3503"Maybe you want to use 'update --init'?"
3504msgstr ""
3505
3506#: git-submodule.sh:532
3507#, sh-format
3508msgid "Unable to find current revision in submodule path '$path'"
3509msgstr ""
3510
3511#: git-submodule.sh:551
3512#, sh-format
3513msgid "Unable to fetch in submodule path '$path'"
3514msgstr ""
3515
3516#: git-submodule.sh:565
3517#, sh-format
3518msgid "Unable to rebase '$sha1' in submodule path '$path'"
3519msgstr ""
3520
3521#: git-submodule.sh:566
3522#, sh-format
3523msgid "Submodule path '$path': rebased into '$sha1'"
3524msgstr ""
3525
3526#: git-submodule.sh:571
3527#, sh-format
3528msgid "Unable to merge '$sha1' in submodule path '$path'"
3529msgstr ""
3530
3531#: git-submodule.sh:572
3532#, sh-format
3533msgid "Submodule path '$path': merged in '$sha1'"
3534msgstr ""
3535
3536#: git-submodule.sh:577
3537#, sh-format
3538msgid "Unable to checkout '$sha1' in submodule path '$path'"
3539msgstr ""
3540
3541#: git-submodule.sh:578
3542#, sh-format
3543msgid "Submodule path '$path': checked out '$sha1'"
3544msgstr ""
3545
3546#: git-submodule.sh:600
3547#: git-submodule.sh:923
3548#, sh-format
3549msgid "Failed to recurse into submodule path '$path'"
3550msgstr ""
3551
3552#: git-submodule.sh:708
3553msgid "--"
3554msgstr "--"
3555
3556#: git-submodule.sh:766
3557#, sh-format
3558msgid " Warn: $name doesn't contain commit $sha1_src"
3559msgstr ""
3560
3561#: git-submodule.sh:769
3562#, sh-format
3563msgid " Warn: $name doesn't contain commit $sha1_dst"
3564msgstr ""
3565
3566#: git-submodule.sh:772
3567#, sh-format
3568msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
3569msgstr ""
3570
3571#: git-submodule.sh:797
3572msgid "blob"
3573msgstr "blob"
3574
3575#: git-submodule.sh:798
3576msgid "submodule"
3577msgstr "submódulos"
3578
3579#: git-submodule.sh:969
3580#, sh-format
3581msgid "Synchronizing submodule url for '$name'"
3582msgstr ""
3583