]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'master' of https://github.com/j6t/gitk
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Jul 2026 17:47:40 +0000 (10:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Jul 2026 17:47:40 +0000 (10:47 -0700)
* 'master' of https://github.com/j6t/gitk:
  gitk: make "make -s" silent
  gitk i18n: Update Bulgarian translation (329t)
  gitk: spanish translations

1  2 
gitk-git/Makefile
gitk-git/po/bg.po
gitk-git/po/es.po

index 41116d8a146f266ed1e34e859ef38051b8805210,0000000000000000000000000000000000000000..dd87f501e56868b79e9e17eaeceb04ded6b195a1
mode 100644,000000..100644
--- /dev/null
@@@ -1,82 -1,0 +1,84 @@@
-       @echo Generating catalog $@
-       $(MSGFMT) --statistics --tcl -l $(basename $(notdir $<)) -d $(dir $@) $<
 +# The default target of this Makefile is...
 +all::
 +
 +prefix ?= $(HOME)
 +bindir ?= $(prefix)/bin
 +sharedir ?= $(prefix)/share
 +gitk_libdir   ?= $(sharedir)/gitk/lib
 +msgsdir    ?= $(gitk_libdir)/msgs
 +msgsdir_SQ  = $(subst ','\'',$(msgsdir))
 +
 +SHELL_PATH ?= /bin/sh
 +TCL_PATH ?= tclsh
 +TCLTK_PATH ?= wish
 +INSTALL ?= install
 +RM ?= rm -f
 +
 +DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
 +bindir_SQ = $(subst ','\'',$(bindir))
 +TCLTK_PATH_SQ = $(subst ','\'',$(TCLTK_PATH))
 +
 +### Detect Tck/Tk interpreter path changes
 +TRACK_TCLTK = $(subst ','\'',-DTCLTK_PATH='$(TCLTK_PATH_SQ)')
 +
 +GIT-TCLTK-VARS: FORCE
 +      @VARS='$(TRACK_TCLTK)'; \
 +              if test x"$$VARS" != x"`cat $@ 2>/dev/null`" ; then \
 +                      echo 1>&2 "    * new Tcl/Tk interpreter location"; \
 +                      echo "$$VARS" >$@; \
 +              fi
 +
 +## po-file creation rules
 +XGETTEXT   ?= xgettext
 +ifdef NO_MSGFMT
 +      MSGFMT ?= $(TCL_PATH) po/po2msg.sh
 +else
 +      MSGFMT ?= msgfmt
 +        ifneq ($(shell $(MSGFMT) --tcl -l C -d . /dev/null 2>/dev/null; echo $$?),0)
 +              MSGFMT := $(TCL_PATH) po/po2msg.sh
 +        endif
 +endif
 +
 +PO_TEMPLATE = po/gitk.pot
 +ALL_POFILES = $(wildcard po/*.po)
 +ALL_MSGFILES = $(subst .po,.msg,$(ALL_POFILES))
 +
++ifneq ($(findstring s,$(firstword -$(MAKEFLAGS))),s)
 +ifndef V
 +      QUIET          = @
 +      QUIET_GEN      = $(QUIET)echo '   ' GEN $@ &&
++      QUIET_MSGFMT   = $(QUIET)echo '   ' MSGFMT $@ &&
++endif
 +endif
 +
 +all:: gitk-wish $(ALL_MSGFILES)
 +
 +install:: all
 +      $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)'
 +      $(INSTALL) -m 755 gitk-wish '$(DESTDIR_SQ)$(bindir_SQ)'/gitk
 +      $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(msgsdir_SQ)'
 +      $(foreach p,$(ALL_MSGFILES), $(INSTALL) -m 644 $p '$(DESTDIR_SQ)$(msgsdir_SQ)' &&) true
 +
 +uninstall::
 +      $(foreach p,$(ALL_MSGFILES), $(RM) '$(DESTDIR_SQ)$(msgsdir_SQ)'/$(notdir $p) &&) true
 +      $(RM) '$(DESTDIR_SQ)$(bindir_SQ)'/gitk
 +
 +clean::
 +      $(RM) gitk-wish po/*.msg GIT-TCLTK-VARS
 +
 +gitk-wish: gitk GIT-TCLTK-VARS
 +      $(QUIET_GEN)$(RM) $@ $@+ && \
 +      $(SHELL_PATH) ./generate-tcl.sh "$(TCLTK_PATH_SQ)" "$<" "$@"
 +
 +$(PO_TEMPLATE): gitk
 +      $(XGETTEXT) -kmc -LTcl --package-name=Gitk -o $@ gitk
 +update-po:: $(PO_TEMPLATE)
 +      $(foreach p, $(ALL_POFILES), echo Updating $p ; msgmerge -U --add-location $p $(PO_TEMPLATE) ; )
 +      @echo "Before committing changes, ensure that a clean-filter is installed:"; \
 +      echo; \
 +      echo "  git config filter.gettext-no-location.clean \"msgcat --no-location -\""
 +$(ALL_MSGFILES): %.msg : %.po
++      $(QUIET_MSGFMT)$(MSGFMT) --tcl -l $(basename $(notdir $<)) -d $(dir $@) $<
 +
 +.PHONY: all install uninstall clean update-po
 +.PHONY: FORCE
index e7e2f873217ce5fa071e10d5cea8d7b63906428f,0000000000000000000000000000000000000000..3521fdbeb4c40eb45a45446e58e1a45e423dc48b
mode 100644,000000..100644
--- /dev/null
@@@ -1,1098 -1,0 +1,1119 @@@
- # Copyright (C) 2014, 2015, 2019, 2020, 2024, 2025 Alexander Shopov <ash@kambanaria.org>.
 +# Bulgarian translation of gitk po-file.
- # Alexander Shopov <ash@kambanaria.org>, 2014, 2015, 2019, 2020, 2024, 2025.
++# Copyright (C) 2014, 2015, 2019, 2020, 2024, 2025, 2026 Alexander Shopov <ash@kambanaria.org>.
 +# This file is distributed under the same license as the git package.
- "POT-Creation-Date: 2025-07-22 18:34+0200\n"
- "PO-Revision-Date: 2025-07-28 13:38+0200\n"
++# Alexander Shopov <ash@kambanaria.org>, 2014, 2015, 2019, 2020, 2024, 2025, 2026.
 +#
 +#
 +msgid ""
 +msgstr ""
 +"Project-Id-Version: Gitk master\n"
 +"Report-Msgid-Bugs-To: \n"
- msgstr "Контекст в редове"
++"POT-Creation-Date: 2026-04-18 17:41+0200\n"
++"PO-Revision-Date: 2026-06-14 22:45+0200\n"
 +"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
 +"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
 +"Language: bg\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"
 +
 +msgid "Couldn't get list of unmerged files:"
 +msgstr "Списъкът с неслети файлове не може да се получи:"
 +
 +msgid "Color words"
 +msgstr "Оцветяване на думите"
 +
 +msgid "Markup words"
 +msgstr "Отбелязване на думите"
 +
 +msgid "Error parsing revisions:"
 +msgstr "Грешка при анализ на версиите:"
 +
 +msgid "Error executing --argscmd command:"
 +msgstr "Грешка при изпълнение на командата с „--argscmd“."
 +
 +msgid "No files selected: --merge specified but no files are unmerged."
 +msgstr ""
 +"Не са избрани файлове — указана е опцията „--merge“, но няма неслети файлове."
 +
 +msgid ""
 +"No files selected: --merge specified but no unmerged files are within file "
 +"limit."
 +msgstr ""
 +"Не са избрани файлове — указана е опцията „--merge“, но няма неслети файлове "
 +"в ограниченията."
 +
 +msgid "Error executing git log:"
 +msgstr "Грешка при изпълнение на „git log“:"
 +
 +msgid "Reading"
 +msgstr "Прочитане"
 +
 +msgid "Reading commits..."
 +msgstr "Прочитане на подаванията…"
 +
 +msgid "No commits selected"
 +msgstr "Не са избрани подавания"
 +
 +msgid "Command line"
 +msgstr "Команден ред"
 +
 +msgid "Can't parse git log output:"
 +msgstr "Изходът от „git log“ не може да се анализира:"
 +
 +msgid "No commit information available"
 +msgstr "Липсва информация за подавания"
 +
 +msgid "OK"
 +msgstr "Добре"
 +
 +msgid "Cancel"
 +msgstr "Отказ"
 +
 +msgid "&Update"
 +msgstr "&Обновяване"
 +
 +msgid "&Reload"
 +msgstr "&Презареждане"
 +
 +msgid "Reread re&ferences"
 +msgstr "Прочитане &наново"
 +
 +msgid "&List references"
 +msgstr "&Изброяване на указателите"
 +
 +msgid "Start git &gui"
 +msgstr "&Стартиране на „git gui“"
 +
 +msgid "&Quit"
 +msgstr "&Спиране на програмата"
 +
 +msgid "&File"
 +msgstr "&Файл"
 +
 +msgid "&Preferences"
 +msgstr "&Настройки"
 +
 +msgid "&Edit"
 +msgstr "&Редактиране"
 +
 +msgid "&New view..."
 +msgstr "&Нов изглед…"
 +
 +msgid "&Edit view..."
 +msgstr "&Редактиране на изгледа…"
 +
 +msgid "&Delete view"
 +msgstr "&Изтриване на изгледа"
 +
 +msgid "&All files"
 +msgstr "&Всички файлове"
 +
 +msgid "&View"
 +msgstr "&Изглед"
 +
 +msgid "&About gitk"
 +msgstr "&Относно gitk"
 +
 +msgid "&Key bindings"
 +msgstr "&Клавишни комбинации"
 +
 +msgid "&Help"
 +msgstr "Помо&щ"
 +
 +msgid "Commit ID:"
 +msgstr "Подаване:"
 +
 +msgid "Row"
 +msgstr "Ред"
 +
 +msgid "Find"
 +msgstr "Търсене"
 +
 +msgid "commit"
 +msgstr "подаване"
 +
 +msgid "containing:"
 +msgstr "съдържащо:"
 +
 +msgid "touching paths:"
 +msgstr "в пътищата:"
 +
 +msgid "adding/removing string:"
 +msgstr "добавящо/премахващо низ"
 +
 +msgid "changing lines matching:"
 +msgstr "променящо редове напасващи:"
 +
 +msgid "Exact"
 +msgstr "Точно"
 +
 +msgid "IgnCase"
 +msgstr "Без регистър"
 +
 +msgid "Regexp"
 +msgstr "Рег. израз"
 +
 +msgid "All fields"
 +msgstr "Всички полета"
 +
 +msgid "Headline"
 +msgstr "Първи ред"
 +
 +msgid "Comments"
 +msgstr "Коментари"
 +
 +msgid "Author"
 +msgstr "Автор"
 +
 +msgid "Committer"
 +msgstr "Подаващ"
 +
 +msgid "Search"
 +msgstr "Търсене"
 +
 +msgid "Diff"
 +msgstr "Разлики"
 +
 +msgid "Old version"
 +msgstr "Стара версия"
 +
 +msgid "New version"
 +msgstr "Нова версия"
 +
 +msgid "Lines of context"
- msgstr "Празните знаци без значение"
++msgstr "Редове контекст"
 +
 +msgid "Ignore space change"
- msgid "Colors: press to choose"
- msgstr "Цветове: избира се с натискане"
++msgstr "Празни знаци без значение"
 +
 +msgid "Line diff"
 +msgstr "Поредови разлики"
 +
 +msgid "Patch"
 +msgstr "Кръпка"
 +
 +msgid "Tree"
 +msgstr "Дърво"
 +
 +msgid "Unknown windowing system, cannot bind mouse"
 +msgstr "Непозната графична система, не може да се установи връзка с мишка"
 +
 +msgid "Diff this -> selected"
 +msgstr "Разлики между това и избраното"
 +
 +msgid "Diff selected -> this"
 +msgstr "Разлики между избраното и това"
 +
 +msgid "Make patch"
 +msgstr "Създаване на кръпка"
 +
 +msgid "Create tag"
 +msgstr "Създаване на етикет"
 +
 +msgid "Copy commit reference"
 +msgstr "Копиране на указателя на подаване"
 +
 +msgid "Write commit to file"
 +msgstr "Запазване на подаването във файл"
 +
 +msgid "Create new branch"
 +msgstr "Създаване на нов клон"
 +
 +msgid "Cherry-pick this commit"
 +msgstr "Отбиране на това подаване"
 +
 +msgid "Reset HEAD branch to here"
 +msgstr "Привеждане на върха на клона към текущото подаване"
 +
 +msgid "Mark this commit"
 +msgstr "Отбелязване на това подаване"
 +
 +msgid "Return to mark"
 +msgstr "Връщане към отбелязаното подаване"
 +
 +msgid "Find descendant of this and mark"
 +msgstr "Откриване и отбелязване на наследниците"
 +
 +msgid "Compare with marked commit"
 +msgstr "Сравнение с отбелязаното подаване"
 +
 +msgid "Diff this -> marked commit"
 +msgstr "Разлики между това и отбелязаното"
 +
 +msgid "Diff marked commit -> this"
 +msgstr "Разлики между отбелязаното и това"
 +
 +msgid "Revert this commit"
 +msgstr "Отмяна на това подаване"
 +
 +msgid "Check out this branch"
 +msgstr "Изтегляне на този клон"
 +
 +msgid "Rename this branch"
 +msgstr "Преименуване на този клон"
 +
 +msgid "Remove this branch"
 +msgstr "Изтриване на този клон"
 +
 +msgid "Copy branch name"
 +msgstr "Копиране на името на клона"
 +
 +msgid "Highlight this too"
 +msgstr "Отбелязване и на това"
 +
 +msgid "Highlight this only"
 +msgstr "Отбелязване само на това"
 +
 +msgid "External diff"
 +msgstr "Външна програма за разлики"
 +
 +msgid "Blame parent commit"
 +msgstr "Анотиране на родителското подаване"
 +
 +msgid "Copy path"
 +msgstr "Копиране на пътя"
 +
 +msgid "Show origin of this line"
 +msgstr "Показване на произхода на този ред"
 +
 +msgid "Run git gui blame on this line"
 +msgstr "Изпълнение на „git gui blame“ върху този ред"
 +
 +msgid "About gitk"
 +msgstr "Относно gitk"
 +
 +msgid ""
 +"\n"
 +"Gitk - a commit viewer for git\n"
 +"\n"
 +"Copyright © 2005-2016 Paul Mackerras\n"
 +"\n"
 +"Use and redistribute under the terms of the GNU General Public License"
 +msgstr ""
 +"\n"
 +"Gitk — визуализация на подаванията в Git\n"
 +"\n"
 +"Авторски права: © 2005-2016 Paul Mackerras\n"
 +"\n"
 +"Използвайте и разпространявайте при условията на ОПЛ на ГНУ"
 +
 +msgid "Close"
 +msgstr "Затваряне"
 +
 +msgid "Gitk key bindings"
 +msgstr "Клавишни комбинации"
 +
 +msgid "Gitk key bindings:"
 +msgstr "Клавишни комбинации:"
 +
 +#, tcl-format
 +msgid "<%s-Q>\t\tQuit"
 +msgstr "<%s-Q>\t\tСпиране на програмата"
 +
 +#, tcl-format
 +msgid "<%s-W>\t\tClose window"
 +msgstr "<%s-W>\t\tЗатваряне на прозореца"
 +
 +msgid "<Home>\t\tMove to first commit"
 +msgstr "<Home>\t\tКъм първото подаване"
 +
 +msgid "<End>\t\tMove to last commit"
 +msgstr "<End>\t\tКъм последното подаване"
 +
 +msgid "<Up>, p, k\tMove up one commit"
 +msgstr "<Up>, p, k\tЕдно подаване нагоре"
 +
 +msgid "<Down>, n, j\tMove down one commit"
 +msgstr "<Down>, n, j\tЕдно подаване надолу"
 +
 +msgid "<Left>, z, h\tGo back in history list"
 +msgstr "<Left>, z, h\tНазад в историята"
 +
 +msgid "<Right>, x, l\tGo forward in history list"
 +msgstr "<Right>, x, l\tНапред в историята"
 +
 +#, tcl-format
 +msgid "<%s-n>\tGo to n-th parent of current commit in history list"
 +msgstr "<%s-n>\tКъм n-тия родител на текущото подаване в историята"
 +
 +msgid "<PageUp>\tMove up one page in commit list"
 +msgstr "<PageUp>\tСтраница нагоре в списъка с подаванията"
 +
 +msgid "<PageDown>\tMove down one page in commit list"
 +msgstr "<PageDown>\tСтраница надолу в списъка с подаванията"
 +
 +#, tcl-format
 +msgid "<%s-Home>\tScroll to top of commit list"
 +msgstr "<%s-Home>\tКъм началото на списъка с подаванията"
 +
 +#, tcl-format
 +msgid "<%s-End>\tScroll to bottom of commit list"
 +msgstr "<%s-End>\tКъм края на списъка с подаванията"
 +
 +#, tcl-format
 +msgid "<%s-Up>\tScroll commit list up one line"
 +msgstr "<%s-Up>\tРед нагоре в списъка с подавания"
 +
 +#, tcl-format
 +msgid "<%s-Down>\tScroll commit list down one line"
 +msgstr "<%s-Down>\tРед надолу в списъка с подавания"
 +
 +#, tcl-format
 +msgid "<%s-PageUp>\tScroll commit list up one page"
 +msgstr "<%s-PageUp>\tСтраница нагоре в списъка с подавания"
 +
 +#, tcl-format
 +msgid "<%s-PageDown>\tScroll commit list down one page"
 +msgstr "<%s-PageDown>\tСтраница надолу в списъка с подавания"
 +
 +msgid "<Shift-Up>\tFind backwards (upwards, later commits)"
 +msgstr "<Shift-Up>\tТърсене назад (визуално нагоре, исторически — последващи)"
 +
 +msgid "<Shift-Down>\tFind forwards (downwards, earlier commits)"
 +msgstr ""
 +"<Shift-Down>\tТърсене напред (визуално надолу, исторически — предхождащи)"
 +
 +msgid "<Delete>, b\tScroll diff view up one page"
 +msgstr "<Delete>, b\tСтраница нагоре в изгледа за разлики"
 +
 +msgid "<Backspace>\tScroll diff view up one page"
 +msgstr "<Backspace>\tСтраница надолу в изгледа за разлики"
 +
 +msgid "<Space>\t\tScroll diff view down one page"
 +msgstr "<Space>\t\tСтраница надолу в изгледа за разлики"
 +
 +msgid "u\t\tScroll diff view up 18 lines"
 +msgstr "u\t\t18 реда нагоре в изгледа за разлики"
 +
 +msgid "d\t\tScroll diff view down 18 lines"
 +msgstr "d\t\t18 реда надолу в изгледа за разлики"
 +
 +#, tcl-format
 +msgid "<%s-F>\t\tFind"
 +msgstr "<%s-F>\t\tТърсене"
 +
 +#, tcl-format
 +msgid "<%s-G>\t\tMove to next find hit"
 +msgstr "<%s-G>\t\tКъм следващата поява"
 +
 +msgid "<Return>\tMove to next find hit"
 +msgstr "<Return>\tКъм следващата поява"
 +
 +msgid "g\t\tGo to commit"
 +msgstr "g\t\tКъм последното подаване"
 +
 +msgid "/\t\tFocus the search box"
 +msgstr "/\t\tФокус върху полето за търсене"
 +
 +msgid "?\t\tMove to previous find hit"
 +msgstr "?\t\tКъм предишната поява"
 +
 +msgid "f\t\tScroll diff view to next file"
 +msgstr "f\t\tСледващ файл в изгледа за разлики"
 +
 +#, tcl-format
 +msgid "<%s-S>\t\tSearch for next hit in diff view"
 +msgstr "<%s-S>\t\tТърсене на следващата поява в изгледа за разлики"
 +
 +#, tcl-format
 +msgid "<%s-R>\t\tSearch for previous hit in diff view"
 +msgstr "<%s-R>\t\tТърсене на предишната поява в изгледа за разлики"
 +
 +#, tcl-format
 +msgid "<%s-KP+>\tIncrease font size"
 +msgstr "<%s-KP+>\tПо-голям размер на шрифта"
 +
 +#, tcl-format
 +msgid "<%s-plus>\tIncrease font size"
 +msgstr "<%s-plus>\tПо-голям размер на шрифта"
 +
 +#, tcl-format
 +msgid "<%s-KP->\tDecrease font size"
 +msgstr "<%s-KP->\tПо-малък размер на шрифта"
 +
 +#, tcl-format
 +msgid "<%s-minus>\tDecrease font size"
 +msgstr "<%s-minus>\tПо-малък размер на шрифта"
 +
 +msgid "<F5>\t\tUpdate"
 +msgstr "<F5>\t\tОбновяване"
 +
 +#, tcl-format
 +msgid "Error creating temporary directory %s:"
 +msgstr "Грешка при създаването на временната директория „%s“:"
 +
 +#, tcl-format
 +msgid "Error getting \"%s\" from %s:"
 +msgstr "Грешка при получаването на „%s“ от %s:"
 +
 +msgid "command failed:"
 +msgstr "неуспешно изпълнение на команда:"
 +
 +msgid "No such commit"
 +msgstr "Такова подаване няма"
 +
 +msgid "git gui blame: command failed:"
 +msgstr "„git gui blame“: неуспешно изпълнение на команда:"
 +
 +#, tcl-format
 +msgid "Couldn't read merge head: %s"
 +msgstr "Върхът за сливане не може да се прочете: %s"
 +
 +#, tcl-format
 +msgid "Error reading index: %s"
 +msgstr "Грешка при прочитане на индекса: %s"
 +
 +#, tcl-format
 +msgid "Couldn't start git blame: %s"
 +msgstr "Командата „git blame“ не може да се стартира: %s"
 +
 +msgid "Searching"
 +msgstr "Търсене"
 +
 +#, tcl-format
 +msgid "Error running git blame: %s"
 +msgstr "Грешка при изпълнението на „git blame“: %s"
 +
 +#, tcl-format
 +msgid "That line comes from commit %s,  which is not in this view"
 +msgstr "Този ред идва от подаването %s, което не е в изгледа"
 +
 +msgid "External diff viewer failed:"
 +msgstr "Неуспешно изпълнение на външната програма за разлики:"
 +
 +msgid "All files"
 +msgstr "Всички файлове"
 +
 +msgid "View"
 +msgstr "Изглед"
 +
 +msgid "Gitk view definition"
 +msgstr "Дефиниция на изглед в Gitk"
 +
 +msgid "Remember this view"
 +msgstr "Запазване на този изглед"
 +
 +msgid "References (space separated list):"
 +msgstr "Указатели (списък с разделител интервал):"
 +
 +msgid "Branches & tags:"
 +msgstr "Клони и етикети:"
 +
 +msgid "All refs"
 +msgstr "Всички указатели"
 +
 +msgid "All (local) branches"
 +msgstr "Всички (локални) клони"
 +
 +msgid "All tags"
 +msgstr "Всички етикети"
 +
 +msgid "All remote-tracking branches"
 +msgstr "Всички следящи клони"
 +
 +msgid "Commit Info (regular expressions):"
 +msgstr "Информация за подаване (рег. изр.):"
 +
 +msgid "Author:"
 +msgstr "Автор:"
 +
 +msgid "Committer:"
 +msgstr "Подал:"
 +
 +msgid "Commit Message:"
 +msgstr "Съобщение при подаване:"
 +
 +msgid "Matches all Commit Info criteria"
 +msgstr "Съвпадение по всички характеристики на подаването"
 +
 +msgid "Matches no Commit Info criteria"
 +msgstr "Не съвпада по никоя от характеристиките на подаването"
 +
 +msgid "Changes to Files:"
 +msgstr "Промени по файловете:"
 +
 +msgid "Fixed String"
 +msgstr "Дословен низ"
 +
 +msgid "Regular Expression"
 +msgstr "Регулярен израз"
 +
 +msgid "Search string:"
 +msgstr "Низ за търсене:"
 +
 +msgid ""
 +"Commit Dates (\"2 weeks ago\", \"2009-03-17 15:27:38\", \"March 17, 2009 "
 +"15:27:38\"):"
 +msgstr ""
 +"Дата на подаване („2 weeks ago“ (преди 2 седмици), „2009-03-17 15:27:38“, "
 +"„March 17, 2009 15:27:38“):"
 +
 +msgid "Since:"
 +msgstr "От:"
 +
 +msgid "Until:"
 +msgstr "До:"
 +
 +msgid "Limit and/or skip a number of revisions (positive integer):"
 +msgstr ""
 +"Ограничаване и/или прескачане на определен брой версии (неотрицателно цяло "
 +"число):"
 +
 +msgid "Number to show:"
 +msgstr "Брой показани:"
 +
 +msgid "Number to skip:"
 +msgstr "Брой прескочени:"
 +
 +msgid "Miscellaneous options:"
 +msgstr "Разни:"
 +
 +msgid "Strictly sort by date"
 +msgstr "Подреждане по дата"
 +
 +msgid "Mark branch sides"
 +msgstr "Отбелязване на страните по клона"
 +
 +msgid "Limit to first parent"
 +msgstr "Само първия родител"
 +
 +msgid "Simple history"
 +msgstr "Опростена история"
 +
 +msgid "Additional arguments to git log:"
 +msgstr "Допълнителни аргументи към „git log“:"
 +
 +msgid "Enter files and directories to include, one per line:"
 +msgstr "Въведете файловете и директориите за включване, по елемент на ред"
 +
 +msgid "Command to generate more commits to include:"
 +msgstr ""
 +"Команда за генерирането на допълнителни подавания, които да се включат:"
 +
 +msgid "Gitk: edit view"
 +msgstr "Gitk: редактиране на изглед"
 +
 +msgid "-- criteria for selecting revisions"
 +msgstr "— критерии за избор на версии"
 +
 +msgid "View Name"
 +msgstr "Име на изглед"
 +
 +msgid "Apply (F5)"
 +msgstr "Прилагане (F5)"
 +
 +msgid "Error in commit selection arguments:"
 +msgstr "Грешка в аргументите за избор на подавания:"
 +
 +msgid "None"
 +msgstr "Няма"
 +
 +msgid "Descendant"
 +msgstr "Наследник"
 +
 +msgid "Not descendant"
 +msgstr "Не е наследник"
 +
 +msgid "Ancestor"
 +msgstr "Предшественик"
 +
 +msgid "Not ancestor"
 +msgstr "Не е предшественик"
 +
 +msgid "Local changes checked in to index but not committed"
 +msgstr "Локални промени добавени към индекса, но неподадени"
 +
 +msgid "Local uncommitted changes, not checked in to index"
 +msgstr "Локални промени извън индекса"
 +
 +msgid "Error starting web browser:"
 +msgstr "Грешка при стартирането на уеб браузър:"
 +
 +msgid "and many more"
 +msgstr "и още много"
 +
 +msgid "many"
 +msgstr "много"
 +
 +msgid "Tags:"
 +msgstr "Етикети:"
 +
 +msgid "Parent"
 +msgstr "Родител"
 +
 +msgid "Child"
 +msgstr "Дете"
 +
 +msgid "Branch"
 +msgstr "Клон"
 +
 +msgid "Follows"
 +msgstr "Следва"
 +
 +msgid "Precedes"
 +msgstr "Предшества"
 +
 +#, tcl-format
 +msgid "Error getting diffs: %s"
 +msgstr "Грешка при получаването на разликите: %s"
 +
 +msgid "Goto:"
 +msgstr "Към ред:"
 +
 +#, tcl-format
 +msgid "Short commit ID %s is ambiguous"
 +msgstr "Съкратената контролна сума %s не е еднозначна"
 +
 +#, tcl-format
 +msgid "Revision %s is not known"
 +msgstr "Непозната версия %s"
 +
 +#, tcl-format
 +msgid "Commit ID %s is not known"
 +msgstr "Непозната контролна сума %s"
 +
 +#, tcl-format
 +msgid "Revision %s is not in the current view"
 +msgstr "Версия %s не е в текущия изглед"
 +
 +msgid "Date"
 +msgstr "Дата"
 +
 +msgid "Children"
 +msgstr "Деца"
 +
 +#, tcl-format
 +msgid "Reset %s branch to here"
 +msgstr "Зануляване на клона „%s“ към текущото подаване"
 +
 +msgid "Detached head: can't reset"
 +msgstr "Несвързан връх: невъзможно зануляване"
 +
 +msgid "Skipping merge commit "
 +msgstr "Пропускане на подаването на сливането"
 +
 +msgid "Error getting patch ID for "
 +msgstr "Грешка при получаването на идентификатора на "
 +
 +msgid " - stopping\n"
 +msgstr " — спиране\n"
 +
 +msgid "Commit "
 +msgstr "Подаване"
 +
 +msgid ""
 +" is the same patch as\n"
 +"       "
 +msgstr ""
 +" е същата кръпка като\n"
 +"       "
 +
 +msgid ""
 +" differs from\n"
 +"       "
 +msgstr ""
 +" се различава от\n"
 +"       "
 +
 +msgid ""
 +"Diff of commits:\n"
 +"\n"
 +msgstr ""
 +"Разлика между подаванията:\n"
 +"\n"
 +
 +#, tcl-format
 +msgid " has %s children - stopping\n"
 +msgstr " има %s деца — спиране\n"
 +
 +#, tcl-format
 +msgid "Error writing commit to file: %s"
 +msgstr "Грешка при запазването на подаването във файл: %s"
 +
 +#, tcl-format
 +msgid "Error diffing commits: %s"
 +msgstr "Грешка при изчисляването на разликите между подаванията: %s"
 +
 +msgid "Top"
 +msgstr "Най-горе"
 +
 +msgid "From"
 +msgstr "От"
 +
 +msgid "To"
 +msgstr "До"
 +
 +msgid "Generate patch"
 +msgstr "Генериране на кръпка"
 +
 +msgid "From:"
 +msgstr "От:"
 +
 +msgid "To:"
 +msgstr "До:"
 +
 +msgid "Reverse"
 +msgstr "Обръщане"
 +
 +msgid "Output file:"
 +msgstr "Запазване във файла:"
 +
 +msgid "Generate"
 +msgstr "Генериране"
 +
 +msgid "Error creating patch:"
 +msgstr "Грешка при създаването на кръпка:"
 +
 +msgid "ID:"
 +msgstr "Идентификатор:"
 +
 +msgid "Tag name:"
 +msgstr "Име на етикет:"
 +
 +msgid "Tag message is optional"
 +msgstr "Съобщението за етикет е незадължително"
 +
 +msgid "Tag message:"
 +msgstr "Съобщение за етикет:"
 +
 +msgid "Create"
 +msgstr "Създаване"
 +
 +msgid "No tag name specified"
 +msgstr "Липсва име на етикет"
 +
 +#, tcl-format
 +msgid "Tag \"%s\" already exists"
 +msgstr "Етикетът „%s“ вече съществува"
 +
 +msgid "Error creating tag:"
 +msgstr "Грешка при създаването на етикет:"
 +
 +msgid "Command:"
 +msgstr "Команда:"
 +
 +msgid "Write"
 +msgstr "Запазване"
 +
 +msgid "Error writing commit:"
 +msgstr "Грешка при запазването на подаването:"
 +
 +msgid "Create branch"
 +msgstr "Създаване на клон"
 +
 +#, tcl-format
 +msgid "Rename branch %s"
 +msgstr "Преименуване на клона „%s“"
 +
 +msgid "Rename"
 +msgstr "Преименуване"
 +
 +msgid "Name:"
 +msgstr "Име:"
 +
 +msgid "Please specify a name for the new branch"
 +msgstr "Укажете име за новия клон"
 +
 +#, tcl-format
 +msgid "Branch '%s' already exists. Overwrite?"
 +msgstr "Клонът „%s“ вече съществува. Да се презапише ли?"
 +
 +msgid "Please specify a new name for the branch"
 +msgstr "Укажете ново име за клона"
 +
 +#, tcl-format
 +msgid "Commit %s is already included in branch %s -- really re-apply it?"
 +msgstr ""
 +"Подаването „%s“ вече е включено в клона „%s“ — да се приложи ли отново?"
 +
 +msgid "Cherry-picking"
 +msgstr "Отбиране"
 +
 +#, tcl-format
 +msgid ""
 +"Cherry-pick failed because of local changes to file '%s'.\n"
 +"Please commit, reset or stash your changes and try again."
 +msgstr ""
 +"Неуспешно отбиране, защото във файла „%s“ има локални промени.\n"
 +"Подайте, занулете или ги скатайте и пробвайте отново."
 +
 +msgid ""
 +"Cherry-pick failed because of merge conflict.\n"
 +"Do you wish to run git citool to resolve it?"
 +msgstr ""
 +"Неуспешно отбиране поради конфликти при сливане.\n"
 +"Искате ли да ги коригирате чрез „git citool“?"
 +
 +msgid "No changes committed"
 +msgstr "Не са подадени промени"
 +
 +#, tcl-format
 +msgid "Commit %s is not included in branch %s -- really revert it?"
 +msgstr "Подаването „%s“ не е включено в клона „%s“. Да се отменени ли?"
 +
 +msgid "Reverting"
 +msgstr "Отмяна"
 +
 +#, tcl-format
 +msgid ""
 +"Revert failed because of local changes to the following files:%s Please "
 +"commit, reset or stash  your changes and try again."
 +msgstr ""
 +"Неуспешна отмяна, защото във файла „%s“ има локални промени.\n"
 +"Подайте, занулете или ги скатайте и пробвайте отново."
 +
 +msgid ""
 +"Revert failed because of merge conflict.\n"
 +" Do you wish to run git citool to resolve it?"
 +msgstr ""
 +"Неуспешно отмяна поради конфликти при сливане.\n"
 +"Искате ли да ги коригирате чрез „git citool“?"
 +
 +msgid "Confirm reset"
 +msgstr "Потвърждаване на зануляването"
 +
 +#, tcl-format
 +msgid "Reset branch %s to %s?"
 +msgstr "Да се занули ли клонът „%s“ към „%s“?"
 +
 +msgid "Reset type:"
 +msgstr "Вид зануляване:"
 +
 +msgid "Soft: Leave working tree and index untouched"
 +msgstr "Слабо: работното дърво и индекса остават същите"
 +
 +msgid "Mixed: Leave working tree untouched, reset index"
 +msgstr "Смесено: работното дърво остава същото, индексът се занулява"
 +
 +msgid ""
 +"Hard: Reset working tree and index\n"
 +"(discard ALL local changes)"
 +msgstr ""
 +"Силно: зануляване и на работното дърво, и на индекса\n"
 +"(ВСИЧКИ локални промени ще се загубят безвъзвратно)"
 +
 +msgid "Resetting"
 +msgstr "Зануляване"
 +
 +#, tcl-format
 +msgid "A local branch named %s exists already"
 +msgstr "Вече съществува локален клон „%s“."
 +
 +msgid "Checking out"
 +msgstr "Изтегляне"
 +
 +msgid "Cannot delete the currently checked-out branch"
 +msgstr "Текущо изтегленият клон не може да се изтрие"
 +
 +#, tcl-format
 +msgid ""
 +"The commits on branch %s aren't on any other branch.\n"
 +"Really delete branch %s?"
 +msgstr ""
 +"Подаванията на клона „%s“ не са на никой друг клон.\n"
 +"Наистина ли искате да изтриете клона „%s“?"
 +
 +#, tcl-format
 +msgid "Tags and heads: %s"
 +msgstr "Етикети и върхове: %s"
 +
 +msgid "Filter"
 +msgstr "Филтриране"
 +
 +msgid "Sort refs by type"
 +msgstr "Подредба на указателите по вид"
 +
 +msgid ""
 +"Error reading commit topology information; branch and preceding/following "
 +"tag information will be incomplete."
 +msgstr ""
 +"Грешка при прочитането на топологията на подаванията. Информацията за клона "
 +"и предшестващите/следващите етикети ще е непълна."
 +
 +msgid "Tag"
 +msgstr "Етикет"
 +
 +msgid "Id"
 +msgstr "Идентификатор"
 +
 +msgid "Commit list display options"
 +msgstr "Настройки на списъка с подавания"
 +
 +msgid "Maximum graph width (lines)"
 +msgstr "Максимална широчина на графа (в редове)"
 +
 +#, no-tcl-format
 +msgid "Maximum graph width (% of pane)"
 +msgstr "Максимална широчина на графа (% от панела)"
 +
 +msgid "Show local changes"
 +msgstr "Показване на локалните промени"
 +
 +msgid "Hide remote refs"
 +msgstr "Скриване на отдалечените указатели"
 +
++msgid "Refs to hide (space-separated globs)"
++msgstr "Указатели за скриване (шаблони разделени с интервал):"
++
 +msgid "Copy commit ID to clipboard"
 +msgstr "Копиране на контролната сума към буфера за обмен"
 +
 +msgid "Copy commit ID to X11 selection"
 +msgstr "Копиране на контролната сума в селекцията на X11"
 +
 +msgid "Length of commit ID to copy"
 +msgstr "Дължина на контролната сума, която се копира"
 +
 +msgid "Wheel scrolling multiplier"
 +msgstr "Множител за колелцето на мишката"
 +
 +msgid "Diff display options"
 +msgstr "Настройки на показването на разликите"
 +
 +msgid "Tab spacing"
 +msgstr "Широчина на табулатора"
 +
 +msgid "Wrap comment text"
 +msgstr "Пренасяне на думите в коментарите"
 +
 +msgid "Wrap other text"
 +msgstr "Пренасяне на другия текст"
 +
 +msgid "Display nearby tags/heads"
 +msgstr "Извеждане на близките етикети и върхове"
 +
 +msgid "Maximum # tags/heads to show"
 +msgstr "Максимален брой етикети/върхове за показване"
 +
 +msgid "Limit diffs to listed paths"
 +msgstr "Разлика само в избраните пътища"
 +
 +msgid "Support per-file encodings"
 +msgstr "Поддръжка на различни кодирания за всеки файл"
 +
 +msgid "External diff tool"
 +msgstr "Външен инструмент за разлики"
 +
 +msgid "Choose..."
 +msgstr "Избор…"
 +
 +msgid "Web browser"
 +msgstr "Уеб браузър"
 +
- msgid "Interface"
- msgstr "Интерфейс"
++msgid "Themes - change requires restart"
++msgstr "Теми — за прилагане трябва да рестартирате програмата"
 +
- msgid "interface"
- msgstr "интерфейс"
++msgid "Theme to use after restart"
++msgstr "Тема за прилагане след рестартиране на програмата"
 +
++msgid "Theme definition file"
++msgstr "Файл с тема"
++
++msgid "The theme definition file may affect all themes."
++msgstr "Файлът с тема може да повлияе на всички теми."
++
++msgid "Apply theme"
++msgstr "Прилагане на тема"
++
++msgid "Colors: press to choose"
++msgstr "Цветове: избира се с натискане"
 +
 +msgid "Background"
 +msgstr "Фон"
 +
 +msgid "background"
 +msgstr "фон"
 +
 +msgid "Foreground"
 +msgstr "Знаци"
 +
 +msgid "foreground"
 +msgstr "знаци"
 +
 +msgid "Diff: old lines"
 +msgstr "Разлика: стари редове"
 +
 +msgid "diff old lines"
 +msgstr "разлика, стари редове"
 +
 +msgid "Diff: old lines bg"
 +msgstr "Разлика: фон на стари редове"
 +
 +msgid "diff old lines bg"
 +msgstr "разлика, фон на стари редове"
 +
 +msgid "Diff: new lines"
 +msgstr "Разлика: нови редове"
 +
 +msgid "diff new lines"
 +msgstr "разлика, нови редове"
 +
 +msgid "Diff: new lines bg"
 +msgstr "Разлика: фон на нови редове"
 +
 +msgid "diff new lines bg"
 +msgstr "разлика, фон на нови редове"
 +
 +msgid "Diff: hunk header"
 +msgstr "Разлика: начало на парче"
 +
 +msgid "diff hunk header"
 +msgstr "разлика, начало на парче"
 +
 +msgid "Marked line bg"
 +msgstr "Фон на отбелязан ред"
 +
 +msgid "marked line background"
 +msgstr "фон на отбелязан ред"
 +
 +msgid "Select bg"
 +msgstr "Избор на фон"
 +
++msgid "Link"
++msgstr "Връзка"
++
++msgid "link"
++msgstr "връзка"
++
 +msgid "Fonts: press to choose"
 +msgstr "Шрифтове: избира се с натискане"
 +
 +msgid "Main font"
 +msgstr "Основен шрифт"
 +
 +msgid "Diff display font"
 +msgstr "Шрифт за разликите"
 +
 +msgid "User interface font"
 +msgstr "Шрифт на интерфейса"
 +
 +msgid "Gitk preferences"
 +msgstr "Настройки на Gitk"
 +
 +msgid "General"
 +msgstr "Общи"
 +
 +msgid "Colors"
 +msgstr "Цветове"
 +
 +msgid "Fonts"
 +msgstr "Шрифтове"
 +
++msgid "Gitk: select theme definition"
++msgstr "Gitk: избор на тема"
++
 +#, tcl-format
 +msgid "Gitk: choose color for %s"
 +msgstr "Gitk: избор на цвят на „%s“"
 +
 +msgid "Cannot find a git repository here."
 +msgstr "Тук липсва хранилище на Git."
 +
 +#, tcl-format
 +msgid "Ambiguous argument '%s': both revision and filename"
 +msgstr "Нееднозначен аргумент „%s“: има и такава версия, и такъв файл"
 +
 +msgid "Bad arguments to gitk:"
 +msgstr "Неправилни аргументи на gitk:"
index 25260c6571c1c3e0fc734edd33bd0a952f4690a0,0000000000000000000000000000000000000000..881738e9e6af1fbe259c9dc35612e2850110aa66
mode 100644,000000..100644
--- /dev/null
@@@ -1,1095 -1,0 +1,1175 @@@
- "POT-Creation-Date: 2015-05-17 14:32+1000\n"
- "PO-Revision-Date: 2008-03-25 11:20+0100\n"
- "Last-Translator: Santiago Gala <santiago.gala@gmail.com>\n"
 +# Translation of gitk
 +# Copyright (C) 2005-2008 Santiago Gala
 +# This file is distributed under the same license as the gitk package.
 +# Santiago Gala <santiago.gala@gmail.com>, 2008.
 +#
 +#
 +msgid ""
 +msgstr ""
 +"Project-Id-Version: Gitk\n"
 +"Report-Msgid-Bugs-To: \n"
- "Language: \n"
++"POT-Creation-Date: 2026-04-18 18:45+0200\n"
++"PO-Revision-Date: 2026-04-19 20:18+0200\n"
++"Last-Translator: Luis B <basuradeluis@gmail.com>\n"
 +"Language-Team: Spanish\n"
- msgstr ""
++"Language: es\n"
 +"MIME-Version: 1.0\n"
 +"Content-Type: text/plain; charset=UTF-8\n"
 +"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: Poedit 3.4.2\n"
 +
 +msgid "Couldn't get list of unmerged files:"
 +msgstr "Imposible obtener la lista de archivos pendientes de fusión:"
 +
 +msgid "Color words"
- msgstr ""
++msgstr "Colorear palabras"
 +
 +msgid "Markup words"
- #, fuzzy
++msgstr "Marcar cambios por palabras"
 +
- msgstr "Error al leer las diferencias de fusión:"
 +msgid "Error parsing revisions:"
- msgstr ""
++msgstr "Error procesando revisiones:"
 +
 +msgid "Error executing --argscmd command:"
- #, fuzzy
++msgstr "Error ejecutando comando --argscmd:"
 +
 +msgid "No files selected: --merge specified but no files are unmerged."
 +msgstr ""
 +"No hay archivos seleccionados: se seleccionó la opción --merge pero no hay "
 +"archivos pendientes de fusión."
 +
 +msgid ""
 +"No files selected: --merge specified but no unmerged files are within file "
 +"limit."
 +msgstr ""
 +"No hay archivos seleccionados: se seleccionó la opción --merge pero los "
 +"archivos especificados no necesitan fusión."
 +
- msgstr "Error al crear la etiqueta:"
 +msgid "Error executing git log:"
- msgstr "Actualizar"
++msgstr "Error ejecutando git log:"
 +
 +msgid "Reading"
 +msgstr "Leyendo"
 +
 +msgid "Reading commits..."
 +msgstr "Leyendo revisiones..."
 +
 +msgid "No commits selected"
 +msgstr "No se seleccionaron revisiones"
 +
 +msgid "Command line"
 +msgstr "Línea de comandos"
 +
 +msgid "Can't parse git log output:"
 +msgstr "Error analizando la salida de git log:"
 +
 +msgid "No commit information available"
 +msgstr "Falta información sobre las revisiones"
 +
 +msgid "OK"
 +msgstr "Aceptar"
 +
 +msgid "Cancel"
 +msgstr "Cancelar"
 +
 +msgid "&Update"
- msgstr ""
++msgstr "Act&ualizar"
 +
 +msgid "&Reload"
- msgstr "Releer referencias"
++msgstr "&Recargar"
 +
 +msgid "Reread re&ferences"
- msgstr "Lista de referencias"
++msgstr "Releer re&ferencias"
 +
 +msgid "&List references"
- msgstr ""
++msgstr "Mostrar &lista de referencias"
 +
 +msgid "Start git &gui"
- msgid "SHA1 ID:"
- msgstr "SHA1 ID:"
++msgstr "Ejecutar 'git &gui'"
 +
 +msgid "&Quit"
 +msgstr "Salir"
 +
 +msgid "&File"
 +msgstr "Archivo"
 +
 +msgid "&Preferences"
 +msgstr "Preferencias"
 +
 +msgid "&Edit"
 +msgstr "Editar"
 +
 +msgid "&New view..."
 +msgstr "Nueva vista..."
 +
 +msgid "&Edit view..."
 +msgstr "Modificar vista..."
 +
 +msgid "&Delete view"
 +msgstr "Eliminar vista"
 +
 +msgid "&All files"
 +msgstr "Todos los archivos"
 +
 +msgid "&View"
 +msgstr "Vista"
 +
 +msgid "&About gitk"
 +msgstr "Acerca de gitk"
 +
 +msgid "&Key bindings"
 +msgstr "Combinaciones de teclas"
 +
 +msgid "&Help"
 +msgstr "Ayuda"
 +
- msgstr ""
++msgid "Commit ID:"
++msgstr "Commit ID:"
 +
 +msgid "Row"
- msgstr ""
++msgstr "Fila"
 +
 +msgid "Find"
 +msgstr "Buscar"
 +
 +msgid "commit"
 +msgstr "revisión"
 +
 +msgid "containing:"
 +msgstr "que contiene:"
 +
 +msgid "touching paths:"
 +msgstr "que modifica la ruta:"
 +
 +msgid "adding/removing string:"
 +msgstr "que añade/elimina cadena:"
 +
 +msgid "changing lines matching:"
- msgstr ""
++msgstr "que cambia líneas que coinciden con:"
 +
 +msgid "Exact"
 +msgstr "Exacto"
 +
 +msgid "IgnCase"
 +msgstr "NoMayús"
 +
 +msgid "Regexp"
 +msgstr "Regex"
 +
 +msgid "All fields"
 +msgstr "Todos los campos"
 +
 +msgid "Headline"
 +msgstr "Título"
 +
 +msgid "Comments"
 +msgstr "Comentarios"
 +
 +msgid "Author"
 +msgstr "Autor"
 +
 +msgid "Committer"
- msgstr "Ignora cambios de espaciado"
++msgstr "Comiteador"
 +
 +msgid "Search"
 +msgstr "Buscar"
 +
 +msgid "Diff"
 +msgstr "Diferencia"
 +
 +msgid "Old version"
 +msgstr "Versión antigua"
 +
 +msgid "New version"
 +msgstr "Versión nueva"
 +
 +msgid "Lines of context"
 +msgstr "Líneas de contexto"
 +
 +msgid "Ignore space change"
- msgstr ""
++msgstr "Ignorar cambios de espaciado"
 +
 +msgid "Line diff"
- msgstr "Crear patch"
++msgstr "Diferencia de líneas"
 +
 +msgid "Patch"
 +msgstr "Parche"
 +
 +msgid "Tree"
 +msgstr "Árbol"
 +
++msgid "Unknown windowing system, cannot bind mouse"
++msgstr "Sistema de ventanas desconocido, no se puede asociar el ratón"
++
 +msgid "Diff this -> selected"
 +msgstr "Diferencia de esta -> seleccionada"
 +
 +msgid "Diff selected -> this"
 +msgstr "Diferencia de seleccionada -> esta"
 +
 +msgid "Make patch"
- #, fuzzy
++msgstr "Crear parche"
 +
 +msgid "Create tag"
 +msgstr "Crear etiqueta"
 +
++msgid "Copy commit reference"
++msgstr "Copiar referencia de la revisión"
++
 +msgid "Write commit to file"
 +msgstr "Escribir revisiones a archivo"
 +
 +msgid "Create new branch"
 +msgstr "Crear nueva rama"
 +
 +msgid "Cherry-pick this commit"
 +msgstr "Añadir esta revisión a la rama actual (cherry-pick)"
 +
 +msgid "Reset HEAD branch to here"
 +msgstr "Traer la rama HEAD aquí"
 +
- msgstr "Añadir esta revisión a la rama actual (cherry-pick)"
 +msgid "Mark this commit"
- msgstr ""
++msgstr "Marcar esta revisión"
 +
 +msgid "Return to mark"
- msgstr ""
++msgstr "Volver a revisión marcada"
 +
 +msgid "Find descendant of this and mark"
- msgstr ""
++msgstr "Encontrar primer descendiente de esta y revisión marcada"
 +
 +msgid "Compare with marked commit"
- #, fuzzy
++msgstr "Comparar con revisión marcada"
 +
- msgstr "Diferencia de esta -> seleccionada"
 +msgid "Diff this -> marked commit"
- #, fuzzy
++msgstr "Diferencia de esta -> revisión marcada"
 +
- msgstr "Diferencia de seleccionada -> esta"
 +msgid "Diff marked commit -> this"
- #, fuzzy
++msgstr "Diferencia de revisión marcada -> esta"
 +
- msgstr "Añadir esta revisión a la rama actual (cherry-pick)"
 +msgid "Revert this commit"
- msgstr ""
++msgstr "Revertir este commit"
 +
 +msgid "Check out this branch"
 +msgstr "Cambiar a esta rama"
 +
++msgid "Rename this branch"
++msgstr "Renombrar esta rama"
++
 +msgid "Remove this branch"
 +msgstr "Eliminar esta rama"
 +
 +msgid "Copy branch name"
- msgstr ""
++msgstr "Copiar nombre de rama"
 +
 +msgid "Highlight this too"
 +msgstr "Seleccionar también"
 +
 +msgid "Highlight this only"
 +msgstr "Seleccionar sólo"
 +
 +msgid "External diff"
- msgstr ""
++msgstr "Comparador de diferencias externo"
 +
 +msgid "Blame parent commit"
- msgstr ""
++msgstr "Ejecutar git blame en el commit padre"
 +
 +msgid "Copy path"
- msgstr ""
++msgstr "Copiar ruta"
 +
 +msgid "Show origin of this line"
- msgstr ""
++msgstr "Mostrar origen de esta línea"
 +
 +msgid "Run git gui blame on this line"
- #, fuzzy
++msgstr "Ejecutar git gui blame en esta línea"
++
++msgid "About gitk"
++msgstr "Acerca de gitk"
 +
- "Copyright \\u00a9 2005-2016 Paul Mackerras\n"
 +msgid ""
 +"\n"
 +"Gitk - a commit viewer for git\n"
 +"\n"
 +"Copyright © 2005-2016 Paul Mackerras\n"
 +"\n"
 +"Use and redistribute under the terms of the GNU General Public License"
 +msgstr ""
 +"\n"
 +"Gitk - un visualizador de revisiones para git\n"
 +"\n"
- #, fuzzy, tcl-format
++"Copyright © 2005-2016 Paul Mackerras\n"
 +"\n"
 +"Uso y redistribución permitidos según los términos de la Licencia Pública "
 +"General de GNU (GNU GPL)"
 +
 +msgid "Close"
 +msgstr "Cerrar"
 +
 +msgid "Gitk key bindings"
 +msgstr "Combinaciones de tecla de Gitk"
 +
 +msgid "Gitk key bindings:"
 +msgstr "Combinaciones de tecla de Gitk:"
 +
 +#, tcl-format
 +msgid "<%s-Q>\t\tQuit"
 +msgstr "<%s-Q>\t\tSalir"
 +
- msgstr "<%s-F>\t\tBuscar"
++#, tcl-format
 +msgid "<%s-W>\t\tClose window"
- #, fuzzy
++msgstr "<%s-W>\t\tCerrar ventana"
 +
 +msgid "<Home>\t\tMove to first commit"
 +msgstr "<Home>\t\tIr a la primera revisión"
 +
 +msgid "<End>\t\tMove to last commit"
 +msgstr "<End>\t\tIr a la última revisión"
 +
- msgstr "<Up>, p, i\tSubir una revisión"
 +msgid "<Up>, p, k\tMove up one commit"
- #, fuzzy
++msgstr "<Up>, p, k\tSubir una revisión"
 +
- msgstr "<Down>, n, k\tBajar una revisión"
 +msgid "<Down>, n, j\tMove down one commit"
- #, fuzzy
++msgstr "<Down>, n, j\tBajar una revisión"
 +
- msgstr "<Left>, z, j\tRetroceder en la historia"
 +msgid "<Left>, z, h\tGo back in history list"
- msgstr ""
++msgstr "<Left>, z, h\tRetroceder en la historia"
 +
 +msgid "<Right>, x, l\tGo forward in history list"
 +msgstr "<Right>, x, l\tAvanzar en la historia"
 +
 +#, tcl-format
 +msgid "<%s-n>\tGo to n-th parent of current commit in history list"
- #, fuzzy
++msgstr "<%s-n>\tIr al padre número N del commit actual"
 +
 +msgid "<PageUp>\tMove up one page in commit list"
 +msgstr "<PageUp>\tSubir una página en la lista de revisiones"
 +
 +msgid "<PageDown>\tMove down one page in commit list"
 +msgstr "<PageDown>\tBajar una página en la lista de revisiones"
 +
 +#, tcl-format
 +msgid "<%s-Home>\tScroll to top of commit list"
 +msgstr "<%s-Home>\tDesplazarse al inicio de la lista de revisiones"
 +
 +#, tcl-format
 +msgid "<%s-End>\tScroll to bottom of commit list"
 +msgstr "<%s-End>\tDesplazarse al final de la lista de revisiones"
 +
 +#, tcl-format
 +msgid "<%s-Up>\tScroll commit list up one line"
 +msgstr "<%s-Up>\tDesplazar una línea hacia arriba la lista de revisiones"
 +
 +#, tcl-format
 +msgid "<%s-Down>\tScroll commit list down one line"
 +msgstr "<%s-Down>\tDesplazar una línea hacia abajo la lista de revisiones"
 +
 +#, tcl-format
 +msgid "<%s-PageUp>\tScroll commit list up one page"
 +msgstr "<%s-PageUp>\tDesplazar una página hacia arriba la lista de revisiones"
 +
 +#, tcl-format
 +msgid "<%s-PageDown>\tScroll commit list down one page"
 +msgstr "<%s-PageDown>\tDesplazar una página hacia abajo la lista de revisiones"
 +
 +msgid "<Shift-Up>\tFind backwards (upwards, later commits)"
 +msgstr "<Shift-Up>\tBuscar hacia atrás (arriba, revisiones siguientes)"
 +
 +msgid "<Shift-Down>\tFind forwards (downwards, earlier commits)"
 +msgstr "<Shift-Down>\tBuscar hacia adelante (abajo, revisiones anteriores)"
 +
 +msgid "<Delete>, b\tScroll diff view up one page"
 +msgstr "<Delete>, b\tDesplaza hacia arriba una página la vista de diferencias"
 +
 +msgid "<Backspace>\tScroll diff view up one page"
 +msgstr "<Backspace>\tDesplaza hacia arriba una página la vista de diferencias"
 +
 +msgid "<Space>\t\tScroll diff view down one page"
 +msgstr "<Space>\t\tDesplaza hacia abajo una página la vista de diferencias"
 +
 +msgid "u\t\tScroll diff view up 18 lines"
 +msgstr "u\t\tDesplaza hacia arriba 18 líneas la vista de diferencias"
 +
 +msgid "d\t\tScroll diff view down 18 lines"
 +msgstr "d\t\tDesplaza hacia abajo 18 líneas la vista de diferencias"
 +
 +#, tcl-format
 +msgid "<%s-F>\t\tFind"
 +msgstr "<%s-F>\t\tBuscar"
 +
 +#, tcl-format
 +msgid "<%s-G>\t\tMove to next find hit"
 +msgstr "<%s-G>\t\tBuscar el siguiente"
 +
 +msgid "<Return>\tMove to next find hit"
 +msgstr "<Return>\tBuscar el siguiente"
 +
- msgstr "<End>\t\tIr a la última revisión"
 +msgid "g\t\tGo to commit"
- msgstr ""
++msgstr "g\t\tIr a la revisión"
 +
 +msgid "/\t\tFocus the search box"
- #, fuzzy, tcl-format
++msgstr "/\t\tFoco en el cuadro de búsqueda"
 +
 +msgid "?\t\tMove to previous find hit"
 +msgstr "?\t\tBuscar el anterior"
 +
 +msgid "f\t\tScroll diff view to next file"
 +msgstr "f\t\tDesplazar la vista de diferencias al archivo siguiente"
 +
 +#, tcl-format
 +msgid "<%s-S>\t\tSearch for next hit in diff view"
 +msgstr "<%s-S>\t\tBuscar siguiente en la vista de diferencias"
 +
 +#, tcl-format
 +msgid "<%s-R>\t\tSearch for previous hit in diff view"
 +msgstr "<%s-R>\t\tBuscar anterior en la vista de diferencias"
 +
 +#, tcl-format
 +msgid "<%s-KP+>\tIncrease font size"
 +msgstr "<%s-KP+>\tAumentar tamaño del texto"
 +
 +#, tcl-format
 +msgid "<%s-plus>\tIncrease font size"
 +msgstr "<%s-plus>\tAumentar tamaño del texto"
 +
 +#, tcl-format
 +msgid "<%s-KP->\tDecrease font size"
 +msgstr "<%s-KP->\tDisminuir tamaño del texto"
 +
 +#, tcl-format
 +msgid "<%s-minus>\tDecrease font size"
 +msgstr "<%s-minus>\tDisminuir tamaño del texto"
 +
 +msgid "<F5>\t\tUpdate"
 +msgstr "<F5>\t\tActualizar"
 +
- msgstr "Error en la creación del parche:"
++#, tcl-format
 +msgid "Error creating temporary directory %s:"
- #, fuzzy, tcl-format
++msgstr "Error creando directorio temporal %s:"
 +
- msgstr "Error al leer las diferencias de fusión:"
++#, tcl-format
 +msgid "Error getting \"%s\" from %s:"
- #, fuzzy
++msgstr "Error obteniendo \"%s\" de %s:"
 +
- msgstr "Línea de comandos"
 +msgid "command failed:"
- #, fuzzy
++msgstr "el comando falló:"
 +
- msgstr "No se han guardado cambios"
 +msgid "No such commit"
- msgstr ""
++msgstr "No existe el commit"
 +
 +msgid "git gui blame: command failed:"
- msgstr ""
++msgstr "git gui blame: error de ejecución:"
 +
 +#, tcl-format
 +msgid "Couldn't read merge head: %s"
- #, fuzzy, tcl-format
++msgstr "No se pudo leer merge head: %s"
 +
- msgstr "Error al crear la etiqueta:"
++#, tcl-format
 +msgid "Error reading index: %s"
- msgstr ""
++msgstr "Error leyendo índice:%s"
 +
 +#, tcl-format
 +msgid "Couldn't start git blame: %s"
- #, fuzzy, tcl-format
++msgstr "No se pudo iniciar git blame: %s"
 +
 +msgid "Searching"
 +msgstr "Buscando"
 +
- msgstr "Error al crear la etiqueta:"
++#, tcl-format
 +msgid "Error running git blame: %s"
- msgstr ""
++msgstr "Error al ejecutar git blame: %s"
 +
 +#, tcl-format
 +msgid "That line comes from commit %s,  which is not in this view"
- #, fuzzy
++msgstr "Esa línea proviene del commit %s, que no está en esta vista"
 +
- msgstr "f\t\tDesplazar la vista de diferencias al archivo siguiente"
 +msgid "External diff viewer failed:"
- msgstr ""
++msgstr "Visor de diferencias externo falló:"
++
++msgid "All files"
++msgstr "Todos los archivos"
++
++msgid "View"
++msgstr "Vista"
 +
 +msgid "Gitk view definition"
 +msgstr "Definición de vistas de Gitk"
 +
 +msgid "Remember this view"
 +msgstr "Recordar esta vista"
 +
 +msgid "References (space separated list):"
- msgstr ""
++msgstr "Referencias (lista separada por espacios):"
 +
 +msgid "Branches & tags:"
- #, fuzzy
++msgstr "Ramas y etiquetas:"
 +
- msgstr "Todos los archivos"
 +msgid "All refs"
- msgstr ""
++msgstr "Todas las referencias"
 +
 +msgid "All (local) branches"
- msgstr ""
++msgstr "Todas las ramas (locales)"
 +
 +msgid "All tags"
- msgstr ""
++msgstr "Todas las etiquetas"
 +
 +msgid "All remote-tracking branches"
- msgstr ""
++msgstr "Todas las ramas remotas"
 +
 +msgid "Commit Info (regular expressions):"
- #, fuzzy
++msgstr "Información del commit (expresiones regulares)"
 +
- msgstr "Autor"
 +msgid "Author:"
- #, fuzzy
++msgstr "Autor:"
 +
- msgstr "revisión"
 +msgid "Committer:"
- msgstr ""
++msgstr "Comiteador:"
 +
 +msgid "Commit Message:"
- msgstr ""
++msgstr "Mensaje del commit:"
 +
 +msgid "Matches all Commit Info criteria"
- msgstr ""
++msgstr "Cumple todos los criterios de 'Información del commit'"
 +
 +msgid "Matches no Commit Info criteria"
- msgstr ""
++msgstr "Cumple ningún criterio de 'Información del commit'"
 +
 +msgid "Changes to Files:"
- msgstr ""
++msgstr "Cambios en ficheros:"
 +
 +msgid "Fixed String"
- msgstr ""
++msgstr "Texto exacto"
 +
 +msgid "Regular Expression"
- #, fuzzy
++msgstr "Expresión regular"
 +
- msgstr "Buscando"
 +msgid "Search string:"
- msgstr ""
++msgstr "Buscar cadena:"
 +
++# Notice git log since and until format
 +msgid ""
 +"Commit Dates (\"2 weeks ago\", \"2009-03-17 15:27:38\", \"March 17, 2009 "
 +"15:27:38\"):"
 +msgstr ""
++"Fechas del commit (\"2 weeks ago\", \"2009-03-17 15:27:38\", \"March 17, "
++"2009 15:27:38\"):"
 +
 +msgid "Since:"
- msgstr ""
++msgstr "Desde:"
 +
 +msgid "Until:"
- msgstr ""
++msgstr "Hasta:"
 +
 +msgid "Limit and/or skip a number of revisions (positive integer):"
- msgstr ""
++msgstr "Limitar y/o saltar las siguientes revisiones (número positivo)"
 +
 +msgid "Number to show:"
- msgstr ""
++msgstr "Limitar a n revisiones:"
 +
 +msgid "Number to skip:"
- msgstr ""
++msgstr "Saltar n revisiones:"
 +
 +msgid "Miscellaneous options:"
- msgstr ""
++msgstr "Opciones varias:"
 +
 +msgid "Strictly sort by date"
- msgstr ""
++msgstr "Ordenar estrictamente por fecha"
 +
 +msgid "Mark branch sides"
- #, fuzzy
++msgstr "Marcar lados de ramas"
 +
- msgstr "Limitar las diferencias a las rutas seleccionadas"
 +msgid "Limit to first parent"
- msgstr ""
++msgstr "Limitar al primer padre"
 +
 +msgid "Simple history"
- #, fuzzy
++msgstr "Historia simple"
 +
- msgstr "Revisiones a incluir (argumentos a git log):"
 +msgid "Additional arguments to git log:"
- msgstr ""
++msgstr "Argumentos extra a git log:"
 +
 +msgid "Enter files and directories to include, one per line:"
 +msgstr "Introducir archivos y directorios a incluir, uno por línea:"
 +
 +msgid "Command to generate more commits to include:"
 +msgstr "Comando que genera más revisiones a incluir:"
 +
 +msgid "Gitk: edit view"
- msgstr ""
++msgstr "Gitk: editar vista"
 +
 +msgid "-- criteria for selecting revisions"
- #, fuzzy
++msgstr "-- criterios para filtrar revisiones"
 +
- msgstr "Vista"
 +msgid "View Name"
- msgstr ""
++msgstr "Nombre de la vista"
 +
 +msgid "Apply (F5)"
- msgstr ""
++msgstr "Aplicar (F5)"
 +
 +msgid "Error in commit selection arguments:"
 +msgstr "Error en los argumentos de selección de las revisiones:"
 +
 +msgid "None"
 +msgstr "Ninguno"
 +
 +msgid "Descendant"
 +msgstr "Descendiente"
 +
 +msgid "Not descendant"
 +msgstr "No descendiente"
 +
 +msgid "Ancestor"
 +msgstr "Antepasado"
 +
 +msgid "Not ancestor"
 +msgstr "No antepasado"
 +
 +msgid "Local changes checked in to index but not committed"
 +msgstr "Cambios locales añadidos al índice pero sin completar revisión"
 +
 +msgid "Local uncommitted changes, not checked in to index"
 +msgstr "Cambios locales sin añadir al índice"
 +
++msgid "Error starting web browser:"
++msgstr "Error al arrancar navegador web:"
++
 +msgid "and many more"
- msgstr ""
++msgstr "y muchos más"
 +
 +msgid "many"
- #, fuzzy, tcl-format
++msgstr "muchos"
 +
 +msgid "Tags:"
 +msgstr "Etiquetas:"
 +
 +msgid "Parent"
 +msgstr "Padre"
 +
 +msgid "Child"
 +msgstr "Hija"
 +
 +msgid "Branch"
 +msgstr "Rama"
 +
 +msgid "Follows"
 +msgstr "Sigue-a"
 +
 +msgid "Precedes"
 +msgstr "Precede-a"
 +
- msgstr "Error al leer las diferencias de fusión:"
++#, tcl-format
 +msgid "Error getting diffs: %s"
- msgid "Short SHA1 id %s is ambiguous"
- msgstr "La id SHA1 abreviada %s es ambigua"
++msgstr "Error al leer las diferencias: %s"
 +
 +msgid "Goto:"
 +msgstr "Ir a:"
 +
 +#, tcl-format
- #, fuzzy, tcl-format
++msgid "Short commit ID %s is ambiguous"
++msgstr "El id SHA1 abreviado %s es ambiguo"
 +
- msgstr "La id SHA1 %s es desconocida"
++#, tcl-format
 +msgid "Revision %s is not known"
- msgid "SHA1 id %s is not known"
- msgstr "La id SHA1 %s es desconocida"
++msgstr "Revisión %s es desconocida"
 +
 +#, tcl-format
- msgstr ""
++msgid "Commit ID %s is not known"
++msgstr "El id del commit %s es desconocido"
 +
 +#, tcl-format
 +msgid "Revision %s is not in the current view"
- msgstr "Poner la rama %s en esta revisión"
++msgstr "La revisión %s no está en la vista actual"
 +
 +msgid "Date"
 +msgstr "Fecha"
 +
 +msgid "Children"
 +msgstr "Hijas"
 +
 +#, tcl-format
 +msgid "Reset %s branch to here"
- msgstr ""
++msgstr "Resetear la rama %s en esta revisión"
 +
 +msgid "Detached head: can't reset"
- msgstr ""
++msgstr "En estado 'detached head': no se puede resetear la rama"
 +
 +msgid "Skipping merge commit "
- #, fuzzy
++msgstr "Omitiendo el commit de merge "
 +
- msgstr "Error en la creación del parche:"
 +msgid "Error getting patch ID for "
- msgstr ""
++msgstr "Error obteniendo ID del parche para "
 +
 +msgid " - stopping\n"
- #, fuzzy
++msgstr " - deteniendo\n"
 +
- msgstr "revisión"
 +msgid "Commit "
- msgstr ""
++msgstr "Revisión "
 +
 +msgid ""
 +" is the same patch as\n"
 +"       "
 +msgstr ""
++" es el mismo parche que\n"
++"       "
 +
 +msgid ""
 +" differs from\n"
 +"       "
 +msgstr ""
++" difiere de\n"
++"       "
 +
 +msgid ""
 +"Diff of commits:\n"
 +"\n"
 +msgstr ""
++"Diferencia de commits:\n"
++"\n"
 +
 +#, tcl-format
 +msgid " has %s children - stopping\n"
- #, fuzzy, tcl-format
++msgstr " tiene %s hijos - parando\n"
 +
- msgstr "Error al escribir revisión:"
++#, tcl-format
 +msgid "Error writing commit to file: %s"
- #, fuzzy, tcl-format
++msgstr "Error al escribir revisión al fichero: %s"
 +
- msgstr "Error al escribir revisión:"
++#, tcl-format
 +msgid "Error diffing commits: %s"
- msgstr ""
++msgstr "Error comparando revisiones: %s"
 +
 +msgid "Top"
 +msgstr "Origen"
 +
 +msgid "From"
 +msgstr "De"
 +
 +msgid "To"
 +msgstr "A"
 +
 +msgid "Generate patch"
 +msgstr "Generar parche"
 +
 +msgid "From:"
 +msgstr "De:"
 +
 +msgid "To:"
 +msgstr "Para:"
 +
 +msgid "Reverse"
 +msgstr "Invertir"
 +
 +msgid "Output file:"
 +msgstr "Escribir a archivo:"
 +
 +msgid "Generate"
 +msgstr "Generar"
 +
 +msgid "Error creating patch:"
 +msgstr "Error en la creación del parche:"
 +
 +msgid "ID:"
 +msgstr "ID:"
 +
 +msgid "Tag name:"
 +msgstr "Nombre de etiqueta:"
 +
 +msgid "Tag message is optional"
- #, fuzzy
++msgstr "El mensaje de la etiqueta es opcional"
 +
- msgstr "Nombre de etiqueta:"
 +msgid "Tag message:"
- #, fuzzy, tcl-format
++msgstr "Mensaje de la etiqueta:"
 +
 +msgid "Create"
 +msgstr "Crear"
 +
 +msgid "No tag name specified"
 +msgstr "No se ha especificado etiqueta"
 +
 +#, tcl-format
 +msgid "Tag \"%s\" already exists"
 +msgstr "La etiqueta \"%s\" ya existe"
 +
 +msgid "Error creating tag:"
 +msgstr "Error al crear la etiqueta:"
 +
 +msgid "Command:"
 +msgstr "Comando:"
 +
 +msgid "Write"
 +msgstr "Escribir"
 +
 +msgid "Error writing commit:"
 +msgstr "Error al escribir revisión:"
 +
++msgid "Create branch"
++msgstr "Crear nueva rama"
++
++#, tcl-format
++msgid "Rename branch %s"
++msgstr "Renombrar rama '%s'"
++
++msgid "Rename"
++msgstr "Renombrar"
++
 +msgid "Name:"
 +msgstr "Nombre:"
 +
 +msgid "Please specify a name for the new branch"
 +msgstr "Especifique un nombre para la nueva rama"
 +
- msgstr "La etiqueta \"%s\" ya existe"
++#, tcl-format
 +msgid "Branch '%s' already exists. Overwrite?"
- #, fuzzy, tcl-format
++msgstr "La rama '%s' ya existe. ¿Sobreescribir?"
++
++msgid "Please specify a new name for the branch"
++msgstr "Especifique un nuevo nombre para la rama"
 +
 +#, tcl-format
 +msgid "Commit %s is already included in branch %s -- really re-apply it?"
 +msgstr "La revisión %s ya está incluida en la rama %s -- ¿Volver a aplicarla?"
 +
 +msgid "Cherry-picking"
 +msgstr "Eligiendo revisiones (cherry-picking)"
 +
 +#, tcl-format
 +msgid ""
 +"Cherry-pick failed because of local changes to file '%s'.\n"
 +"Please commit, reset or stash your changes and try again."
 +msgstr ""
++"El comando cherry-pick falló por los cambios locales al fichero '%s'.\n"
++"Por favor, comiteé, reseteé o use stash con sus cambios y pruebe de nuevo"
 +
 +msgid ""
 +"Cherry-pick failed because of merge conflict.\n"
 +"Do you wish to run git citool to resolve it?"
 +msgstr ""
++"El comando cherry-pick falló debido a un conflicto de fusión.\n"
++"¿Desea ejecutar git citool para resolverlo?"
 +
 +msgid "No changes committed"
 +msgstr "No se han guardado cambios"
 +
- msgstr "La revisión %s ya está incluida en la rama %s -- ¿Volver a aplicarla?"
++#, tcl-format
 +msgid "Commit %s is not included in branch %s -- really revert it?"
- #, fuzzy
++msgstr ""
++"La revisión %s no está incluida en la rama %s -- ¿seguro que quiere "
++"revertirla?"
 +
- msgstr "Reponiendo"
 +msgid "Reverting"
- msgid "Gitk font chooser"
- msgstr "Selector de tipografías gitk"
- msgid "B"
- msgstr "B"
- msgid "I"
- msgstr "I"
++msgstr "Revirtiendo"
 +
 +#, tcl-format
 +msgid ""
 +"Revert failed because of local changes to the following files:%s Please "
 +"commit, reset or stash  your changes and try again."
 +msgstr ""
++"El comando revert falló por los cambios locales a estos ficheros:%s Por "
++"favor, comitéelos, reseteé o use stash y pruebe otra vez"
 +
 +msgid ""
 +"Revert failed because of merge conflict.\n"
 +" Do you wish to run git citool to resolve it?"
 +msgstr ""
++"Revert falló por un conflicto de fusión.\n"
++"¿Quiere ejecutar git citool para resolverlo?"
 +
 +msgid "Confirm reset"
 +msgstr "Confirmar git reset"
 +
 +#, tcl-format
 +msgid "Reset branch %s to %s?"
 +msgstr "¿Reponer la rama %s a %s?"
 +
 +msgid "Reset type:"
 +msgstr "Tipo de reposición:"
 +
 +msgid "Soft: Leave working tree and index untouched"
 +msgstr "Suave: No altera la copia de trabajo ni el índice"
 +
 +msgid "Mixed: Leave working tree untouched, reset index"
 +msgstr "Mixta: Actualiza el índice, no altera la copia de trabajo"
 +
 +msgid ""
 +"Hard: Reset working tree and index\n"
 +"(discard ALL local changes)"
 +msgstr ""
 +"Dura: Actualiza el índice y la copia de trabajo\n"
 +"(abandona TODAS las modificaciones locales)"
 +
 +msgid "Resetting"
 +msgstr "Reponiendo"
 +
++#, tcl-format
++msgid "A local branch named %s exists already"
++msgstr "Ya existe una rama local llamada '%s'"
++
 +msgid "Checking out"
 +msgstr "Creando copia de trabajo"
 +
 +msgid "Cannot delete the currently checked-out branch"
 +msgstr "No se puede borrar la rama actual"
 +
 +#, tcl-format
 +msgid ""
 +"The commits on branch %s aren't on any other branch.\n"
 +"Really delete branch %s?"
 +msgstr ""
 +"Las revisiones de la rama %s no están presentes en otras ramas.\n"
 +"¿Borrar la rama %s?"
 +
 +#, tcl-format
 +msgid "Tags and heads: %s"
 +msgstr "Etiquetas y ramas: %s"
 +
 +msgid "Filter"
 +msgstr "Filtro"
 +
++msgid "Sort refs by type"
++msgstr "Ordenar referencias por tipo"
++
 +msgid ""
 +"Error reading commit topology information; branch and preceding/following "
 +"tag information will be incomplete."
 +msgstr ""
 +"Error al leer la topología de revisiones: la información sobre las ramas y "
 +"etiquetas precedentes y siguientes será incompleta."
 +
 +msgid "Tag"
 +msgstr "Etiqueta"
 +
 +msgid "Id"
 +msgstr "Id"
 +
- #, fuzzy
- msgid "Auto-select SHA1 (length)"
- msgstr "Seleccionar automáticamente SHA1 hash"
 +msgid "Commit list display options"
 +msgstr "Opciones de visualización de la lista de revisiones"
 +
 +msgid "Maximum graph width (lines)"
 +msgstr "Ancho máximo del gráfico (en líneas)"
 +
 +#, no-tcl-format
 +msgid "Maximum graph width (% of pane)"
 +msgstr "Ancho máximo del gráfico (en % del panel)"
 +
 +msgid "Show local changes"
 +msgstr "Mostrar cambios locales"
 +
- msgstr ""
 +msgid "Hide remote refs"
- #, fuzzy
++msgstr "Esconder referencias remotas"
++
++msgid "Refs to hide (space-separated globs)"
++msgstr "Referencias a esconder (globs separados por espacios)"
++
++msgid "Copy commit ID to clipboard"
++msgstr "Copiar id de la revisión al portapapeles"
++
++msgid "Copy commit ID to X11 selection"
++msgstr "Copiar id de la revisión a selección X11"
++
++msgid "Length of commit ID to copy"
++msgstr "Longitud del ID de la revisión al copiar"
++
++msgid "Wheel scrolling multiplier"
++msgstr "Multiplicador desplazamiento rueda del ratón"
 +
 +msgid "Diff display options"
 +msgstr "Opciones de visualización de diferencias"
 +
 +msgid "Tab spacing"
 +msgstr "Espaciado de tabulador"
 +
- msgstr "Mostrar etiquetas cercanas"
++msgid "Wrap comment text"
++msgstr "Ajustar texto de comentarios"
++
++msgid "Wrap other text"
++msgstr "Ajustar otros textos"
++
 +msgid "Display nearby tags/heads"
- msgstr ""
++msgstr "Mostrar etiquetas/referencias cercanas"
 +
 +msgid "Maximum # tags/heads to show"
- msgstr ""
++msgstr "Máximo número de etiquetas/"
 +
 +msgid "Limit diffs to listed paths"
 +msgstr "Limitar las diferencias a las rutas seleccionadas"
 +
 +msgid "Support per-file encodings"
- msgstr ""
++msgstr "Soporte para codificaciones por archivo"
 +
 +msgid "External diff tool"
- msgstr ""
++msgstr "Herramienta de comparación externa"
 +
 +msgid "Choose..."
- #, fuzzy
- msgid "General options"
- msgstr "Generar parche"
++msgstr "Escoger..."
 +
- msgid "Use themed widgets"
- msgstr ""
++msgid "Web browser"
++msgstr "Navegador web"
 +
- msgid "(change requires restart)"
- msgstr ""
++msgid "Themes - change requires restart"
++msgstr "Temas - los cambios requieren reinicio"
 +
- msgid "(currently unavailable)"
- msgstr ""
++msgid "Theme to use after restart"
++msgstr "Tema a usar tras reiniciar"
 +
- msgid "Colors: press to choose"
- msgstr "Colores: pulse para seleccionar"
++msgid "Theme definition file"
++msgstr "Fichero de definición del tema"
 +
- msgid "Interface"
- msgstr ""
++msgid "The theme definition file may affect all themes."
++msgstr "El fichero de definición del tema puede afectar a todos los temas."
 +
- #, fuzzy
- msgid "interface"
- msgstr "Tipografía para interfaz de usuario"
++msgid "Apply theme"
++msgstr "Aplicar tema"
 +
- #, fuzzy
++msgid "Colors: press to choose"
++msgstr "Colores: pulse para seleccionar"
 +
 +msgid "Background"
 +msgstr "Fondo"
 +
- msgstr "Fondo"
 +msgid "background"
- #, fuzzy
++msgstr "fondo"
 +
 +msgid "Foreground"
 +msgstr "Primer plano"
 +
- msgstr "Primer plano"
 +msgid "foreground"
- msgstr "Diff: líneas viejas"
++msgstr "primer plano"
 +
 +msgid "Diff: old lines"
- #, fuzzy
++msgstr "Diff: líneas antiguas"
 +
- msgstr "Diff: líneas viejas"
 +msgid "diff old lines"
- #, fuzzy
++msgstr "diff líneas antiguas"
++
++msgid "Diff: old lines bg"
++msgstr "Diff: fondo de líneas antiguas"
++
++msgid "diff old lines bg"
++msgstr "diff fondo de líneas antiguas"
 +
 +msgid "Diff: new lines"
 +msgstr "Diff: líneas nuevas"
 +
- msgstr "Diff: líneas nuevas"
 +msgid "diff new lines"
- #, fuzzy
++msgstr "diff líneas nuevas"
++
++msgid "Diff: new lines bg"
++msgstr "Diff: fondo de líneas nuevas"
++
++msgid "diff new lines bg"
++msgstr "diff fondo de líneas nuevas"
 +
 +msgid "Diff: hunk header"
 +msgstr "Diff: cabecera de fragmento"
 +
- msgstr "Diff: cabecera de fragmento"
 +msgid "diff hunk header"
- msgstr ""
++msgstr "diff cabecera de fragmento"
 +
 +msgid "Marked line bg"
- msgstr ""
++msgstr "Fondo de línea marcada"
 +
 +msgid "marked line background"
- #, fuzzy
++msgstr "fondo de linea marcada"
 +
 +msgid "Select bg"
 +msgstr "Color de fondo de la selección"
 +
++msgid "Link"
++msgstr "Enlace"
++
++msgid "link"
++msgstr "enlace"
++
 +msgid "Fonts: press to choose"
 +msgstr "Tipografías: pulse para elegir"
 +
 +msgid "Main font"
 +msgstr "Tipografía principal"
 +
 +msgid "Diff display font"
 +msgstr "Tipografía para diferencias"
 +
 +msgid "User interface font"
 +msgstr "Tipografía para interfaz de usuario"
 +
 +msgid "Gitk preferences"
 +msgstr "Preferencias de gitk"
 +
- msgstr "Generar"
 +msgid "General"
- msgstr ""
++msgstr "General"
 +
 +msgid "Colors"
- msgstr ""
++msgstr "Colores"
 +
 +msgid "Fonts"
- msgid ""
- "Sorry, gitk cannot run with this version of Tcl/Tk.\n"
- " Gitk requires at least Tcl/Tk 8.4."
- msgstr ""
- "Esta versión de Tcl/Tk es demasiado antigua.\n"
- " Gitk requiere Tcl/Tk versión 8.4 o superior."
++msgstr "Fuentes"
++
++msgid "Gitk: select theme definition"
++msgstr "Gitk: escoger definición de tema"
 +
 +#, tcl-format
 +msgid "Gitk: choose color for %s"
 +msgstr "Gitk: elegir color para %s"
 +
 +msgid "Cannot find a git repository here."
 +msgstr "No hay un repositorio git aquí."
 +
 +#, tcl-format
 +msgid "Ambiguous argument '%s': both revision and filename"
 +msgstr ""
 +"Argumento ambiguo: '%s' es tanto una revisión como un nombre de archivo"
 +
 +msgid "Bad arguments to gitk:"
 +msgstr "Argumentos incorrectos a Gitk:"
 +
++#~ msgid "SHA1 ID:"
++#~ msgstr "SHA1 ID:"
++
++#~ msgid "Gitk font chooser"
++#~ msgstr "Selector de tipografías gitk"
++
++#~ msgid "B"
++#~ msgstr "B"
++
++#~ msgid "I"
++#~ msgstr "I"
++
++#, fuzzy
++#~ msgid "Auto-select SHA1 (length)"
++#~ msgstr "Seleccionar automáticamente SHA1 hash"
++
++#, fuzzy
++#~ msgid "General options"
++#~ msgstr "Generar parche"
++
++#, fuzzy
++#~ msgid "interface"
++#~ msgstr "Tipografía para interfaz de usuario"
++
++#~ msgid ""
++#~ "Sorry, gitk cannot run with this version of Tcl/Tk.\n"
++#~ " Gitk requires at least Tcl/Tk 8.4."
++#~ msgstr ""
++#~ "Esta versión de Tcl/Tk es demasiado antigua.\n"
++#~ " Gitk requiere Tcl/Tk versión 8.4 o superior."
++
 +#~ msgid "SHA1 ID: "
 +#~ msgstr "SHA1 ID: "
 +
 +#~ msgid "next"
 +#~ msgstr "<<"
 +
 +#~ msgid "prev"
 +#~ msgstr ">>"
 +
 +#~ msgid "/\t\tMove to next find hit, or redo find"
 +#~ msgstr "/\t\tBuscar el siguiente, o reiniciar la búsqueda"
 +
 +#~ msgid "Name"
 +#~ msgstr "Nombre"
 +
 +#~ msgid "CDate"
 +#~ msgstr "Fecha de creación"
 +
 +#~ msgid "Tag/Head %s is not known"
 +#~ msgstr "La etiqueta/rama %s es deconocida"
 +
 +#~ msgid "Cannot find the git directory \"%s\"."
 +#~ msgstr "No hay directorio git \"%s\"."