2717 lines
51 KiB
Gettext
2717 lines
51 KiB
Gettext
# Translation of git-cola to Turkish.
|
||
# Copyright (C) 2015, 2017 Barış ÇELİK.
|
||
# This file is distributed under the same license as the git-cola package.
|
||
#
|
||
# Barış ÇELİK <bariscelikweb@gmail.com>, 2015.
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: git-cola\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2017-10-17 01:06-0700\n"
|
||
"PO-Revision-Date: 2017-12-05 10:28+0300\n"
|
||
"Last-Translator: Barış ÇELİK <bariscelikweb@gmail.com>\n"
|
||
"Language-Team: Turkish\n"
|
||
"Language: tr_TR\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
"X-Generator: Poedit 2.0.3\n"
|
||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||
|
||
msgid ""
|
||
"\n"
|
||
" <p>\n"
|
||
" Drag and drop or use the <strong>Add</strong> button to add\n"
|
||
" patches to the list\n"
|
||
" </p>\n"
|
||
" "
|
||
msgstr ""
|
||
"\n"
|
||
" <p>\n"
|
||
" Drag and drop or use the <strong>Add</strong> button to add\n"
|
||
" patches to the list\n"
|
||
" </p>\n"
|
||
" "
|
||
|
||
#, python-format
|
||
msgid ""
|
||
"\n"
|
||
" <br>\n"
|
||
" Git Cola has been translated into different languages thanks\n"
|
||
" to the help of the individuals listed below.\n"
|
||
"\n"
|
||
" <br>\n"
|
||
" <p>\n"
|
||
" Translation is approximate. If you find a mistake,\n"
|
||
" please let us know by opening an issue on Github:\n"
|
||
" </p>\n"
|
||
"\n"
|
||
" <p>\n"
|
||
" %(bug_link)s\n"
|
||
" </p>\n"
|
||
"\n"
|
||
" <br>\n"
|
||
" <p>\n"
|
||
" We invite you to participate in translation by adding or updating\n"
|
||
" a translation and opening a pull request.\n"
|
||
" </p>\n"
|
||
"\n"
|
||
" <br>\n"
|
||
"\n"
|
||
" "
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid ""
|
||
"\n"
|
||
" <br>\n"
|
||
" Git Cola version %(cola_version)s %(build_version)s\n"
|
||
" <ul>\n"
|
||
" <li> %(platform_version)s\n"
|
||
" <li> Python (%(python_path)s) %(python_version)s\n"
|
||
" <li> Git %(git_version)s\n"
|
||
" <li> Qt %(qt_version)s\n"
|
||
" <li> QtPy %(qtpy_version)s\n"
|
||
" <li> %(pyqt_api_name)s %(pyqt_api_version)s\n"
|
||
" </ul>\n"
|
||
" "
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid ""
|
||
"\n"
|
||
" <br>\n"
|
||
" Please use %(bug_link)s to report issues.\n"
|
||
" <br>\n"
|
||
" "
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid ""
|
||
"\n"
|
||
" Format String Variables\n"
|
||
" -----------------------\n"
|
||
" %(path)s = relative file path\n"
|
||
" %(abspath)s = absolute file path\n"
|
||
" %(dirname)s = relative directory path\n"
|
||
" %(absdirname)s = absolute directory path\n"
|
||
" %(filename)s = file basename\n"
|
||
" %(basename)s = file basename without extension\n"
|
||
" %(ext)s = file extension\n"
|
||
msgstr ""
|
||
|
||
msgid ""
|
||
"\n"
|
||
"Commands\n"
|
||
"--------\n"
|
||
"pick = use commit\n"
|
||
"reword = use commit, but edit the commit message\n"
|
||
"edit = use commit, but stop for amending\n"
|
||
"squash = use commit, but meld into previous commit\n"
|
||
"fixup = like \"squash\", but discard this commit's log message\n"
|
||
"exec = run command (the rest of the line) using shell\n"
|
||
"\n"
|
||
"These lines can be re-ordered; they are executed from top to bottom.\n"
|
||
"\n"
|
||
"If you disable a line here THAT COMMIT WILL BE LOST.\n"
|
||
"\n"
|
||
"However, if you disable everything, the rebase will be aborted.\n"
|
||
"\n"
|
||
"Keyboard Shortcuts\n"
|
||
"------------------\n"
|
||
"? = show help\n"
|
||
"j = move down\n"
|
||
"k = move up\n"
|
||
"J = shift row down\n"
|
||
"K = shift row up\n"
|
||
"\n"
|
||
"1, p = pick\n"
|
||
"2, r = reword\n"
|
||
"3, e = edit\n"
|
||
"4, f = fixup\n"
|
||
"5, s = squash\n"
|
||
"spacebar = toggle enabled\n"
|
||
"\n"
|
||
"ctrl+enter = accept changes and rebase\n"
|
||
"ctrl+q = cancel and abort the rebase\n"
|
||
"ctrl+d = launch difftool\n"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid ""
|
||
"\n"
|
||
"Keyboard Shortcuts\n"
|
||
"------------------\n"
|
||
"J, Down = Move Down\n"
|
||
"K, Up = Move Up\n"
|
||
"Enter = Edit Selected Files\n"
|
||
"Spacebar = Open File Using Default Application\n"
|
||
"Ctrl + L = Focus Text Entry Field\n"
|
||
"? = Show Help\n"
|
||
"\n"
|
||
"The up and down arrows change focus between the text entry field\n"
|
||
"and the results.\n"
|
||
msgstr ""
|
||
"\n"
|
||
"Keyboard Shortcuts\n"
|
||
"------------------\n"
|
||
"J, Down = Move Down\n"
|
||
"K, Up = Move Up\n"
|
||
"Enter = Edit Selected Files\n"
|
||
"Spacebar = Open File Using Default Application\n"
|
||
"Ctrl+L = Focus Text Entry Field\n"
|
||
"? = Show Help\n"
|
||
"\n"
|
||
"The up and down arrows change focus between the text entry field\n"
|
||
"and the results.\n"
|
||
|
||
msgid " - DAG"
|
||
msgstr " - DAG"
|
||
|
||
msgid " commits ago"
|
||
msgstr " commits ago"
|
||
|
||
#, python-format
|
||
msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
|
||
msgstr "\"%(branch)s\" öğesi \"%(remote)s\" uzak kaynağından silindi."
|
||
|
||
#, python-format
|
||
msgid "\"%(command)s\" returned exit status \"%(status)d\""
|
||
msgstr "\"%(command)s\" returned exit status \"%(status)d\""
|
||
|
||
#, python-format
|
||
msgid "\"%(command)s\" returned exit status %(status)d"
|
||
msgstr "\"%(command)s\" çıkış durumu döndürdü %(status)d"
|
||
|
||
#, fuzzy, python-format
|
||
msgid "\"%s\" already exists"
|
||
msgstr "Branch \"%s\" already exists."
|
||
|
||
#, python-format
|
||
msgid "\"%s\" already exists, cola will create a new directory"
|
||
msgstr "\"%s\" already exists, cola will create a new directory"
|
||
|
||
#, python-format
|
||
msgid "\"%s\" requires a selected file."
|
||
msgstr "\"%s\" requires a selected file."
|
||
|
||
msgid "#"
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "%(project)s: %(branch)s - Browse"
|
||
msgstr "%(project)s: %(branch)s - Browse"
|
||
|
||
#, python-format
|
||
msgid "%(project)s: %(ref)s - DAG"
|
||
msgstr "%(project)s: %(ref)s - DAG"
|
||
|
||
#, python-format
|
||
msgid "%d days ago"
|
||
msgstr "%d gün önce"
|
||
|
||
#, python-format
|
||
msgid "%d hours ago"
|
||
msgstr "%d saat önce"
|
||
|
||
#, python-format
|
||
msgid "%d minutes ago"
|
||
msgstr "%d dakika önce"
|
||
|
||
#, python-format
|
||
msgid "%d patch(es) applied."
|
||
msgstr "%d düzeltme uygulandı."
|
||
|
||
#, python-format
|
||
msgid "%d skipped"
|
||
msgstr "%d skipped"
|
||
|
||
#, python-format
|
||
msgid ""
|
||
"%s appears to contain merge conflicts.\n"
|
||
"\n"
|
||
"You should probably skip this file.\n"
|
||
"Stage it anyways?"
|
||
msgstr ""
|
||
"%s appears to contain merge conflicts.\n"
|
||
"\n"
|
||
"You should probably skip this file.\n"
|
||
"Stage it anyways?"
|
||
|
||
#, python-format
|
||
msgid "%s is not a Git repository."
|
||
msgstr "%s is not a Git repository."
|
||
|
||
#, python-format
|
||
msgid "%s will be removed from your bookmarks."
|
||
msgstr "%s işaretlerinizden kaldırılacak."
|
||
|
||
#, python-format
|
||
msgid "%s will be removed from your recent repositories."
|
||
msgstr "%s son kullanılan repolardan silinecek."
|
||
|
||
#, python-format
|
||
msgid "%s: No such file or directory."
|
||
msgstr "%s: Böyle bir dosya ya da dizin yok."
|
||
|
||
msgid "&Edit"
|
||
msgstr "&Edit"
|
||
|
||
msgid "&File"
|
||
msgstr "Dosya"
|
||
|
||
msgid "(Amending)"
|
||
msgstr "(Amending)"
|
||
|
||
msgid "*** Branch Point ***"
|
||
msgstr "*** Branch Point ***"
|
||
|
||
msgid "*** Sandbox ***"
|
||
msgstr "*** Sandbox ***"
|
||
|
||
msgid "100%"
|
||
msgstr ""
|
||
|
||
msgid "200%"
|
||
msgstr ""
|
||
|
||
msgid "25%"
|
||
msgstr ""
|
||
|
||
msgid "400%"
|
||
msgstr ""
|
||
|
||
msgid "50%"
|
||
msgstr ""
|
||
|
||
msgid "800%"
|
||
msgstr ""
|
||
|
||
msgid "<path> ..."
|
||
msgstr "<path> ..."
|
||
|
||
msgid ""
|
||
"A commit template has not been configured.\n"
|
||
"Use \"git config\" to define \"commit.template\"\n"
|
||
"so that it points to a commit template."
|
||
msgstr ""
|
||
"Bir işleme şablonu doğru yapılandırılmadı\n"
|
||
"\"commit.template\" tanımlamak için \"git config\" komutunu kullanın\n"
|
||
"yaptığınız ayarla doğru yeri işaret edin."
|
||
|
||
#, python-format
|
||
msgid "A hook must be provided at \"%s\""
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "A stash named \"%s\" already exists"
|
||
msgstr "A stash named \"%s\" already exists"
|
||
|
||
msgid "Abort"
|
||
msgstr "Abort"
|
||
|
||
msgid "Abort Action"
|
||
msgstr "Abort Action"
|
||
|
||
msgid "Abort Merge"
|
||
msgstr "Abort Merge"
|
||
|
||
msgid "Abort Merge..."
|
||
msgstr "Abort Merge..."
|
||
|
||
msgid "Abort the action?"
|
||
msgstr "Abort the action?"
|
||
|
||
msgid ""
|
||
"Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
|
||
"Recovering uncommitted changes is not possible."
|
||
msgstr ""
|
||
"Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
|
||
"Recovering uncommitted changes is not possible."
|
||
|
||
msgid "Aborting the current merge?"
|
||
msgstr "Aborting the current merge?"
|
||
|
||
msgid "About"
|
||
msgstr "Hakkında"
|
||
|
||
msgid "About git-cola"
|
||
msgstr "About git-cola"
|
||
|
||
msgid "Accept"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid ""
|
||
"Accept changes and rebase\n"
|
||
"Shortcut: Ctrl+Enter"
|
||
msgstr ""
|
||
"Commit staged changes\n"
|
||
"Shortcut: Ctrl+Enter"
|
||
|
||
#, fuzzy
|
||
msgid "Action Name"
|
||
msgstr "İşlemler"
|
||
|
||
msgid "Actions"
|
||
msgstr "İşlemler"
|
||
|
||
msgid "Actions..."
|
||
msgstr "Actions..."
|
||
|
||
msgid "Add"
|
||
msgstr "Add"
|
||
|
||
#, fuzzy
|
||
msgid "Add Favorite"
|
||
msgstr "Favoriler"
|
||
|
||
msgid "Add Remote"
|
||
msgstr "Add Remote"
|
||
|
||
msgid "Add Separator"
|
||
msgstr ""
|
||
|
||
msgid "Add Toolbar"
|
||
msgstr ""
|
||
|
||
msgid ""
|
||
"Add and remove remote repositories using the \n"
|
||
"Add(+) and Delete(-) buttons on the left-hand side.\n"
|
||
"\n"
|
||
"Remotes can be renamed by selecting one from the list\n"
|
||
"and pressing \"enter\", or by double-clicking."
|
||
msgstr ""
|
||
"Add and remove remote repositories using the \n"
|
||
"Add(+) and Delete(-) buttons on the left-hand side.\n"
|
||
"\n"
|
||
"Remotes can be renamed by selecting one from the list\n"
|
||
"and pressing \"enter\", or by double-clicking."
|
||
|
||
msgid "Add new remote git repository"
|
||
msgstr "Add new remote git repository"
|
||
|
||
msgid "Add patches (+)"
|
||
msgstr "Add patches (+)"
|
||
|
||
msgid "Add remote"
|
||
msgstr "Add remote"
|
||
|
||
msgid "Add to .gitignore"
|
||
msgstr "Add to .gitignore"
|
||
|
||
#, fuzzy
|
||
msgid "Add to Git Annex"
|
||
msgstr "Add to .gitignore"
|
||
|
||
msgid "Add to Git LFS"
|
||
msgstr ""
|
||
|
||
msgid "Additions"
|
||
msgstr "Additions"
|
||
|
||
msgid "Advanced"
|
||
msgstr "Advanced"
|
||
|
||
msgid "Age"
|
||
msgstr "Yaş"
|
||
|
||
msgid "All Repositories"
|
||
msgstr "Tüm Depolar"
|
||
|
||
#, python-format
|
||
msgid ""
|
||
"All submodules will be updated using\n"
|
||
"\"%s\""
|
||
msgstr ""
|
||
|
||
msgid "Allow non-fast-forward updates. Using \"force\" can cause the remote repository to lose commits; use it with care"
|
||
msgstr ""
|
||
|
||
msgid "Always create a merge commit when enabled, even when the merge is a fast-forward update"
|
||
msgstr "Always create a merge commit when enabled, even when the merge is a fast-forward update"
|
||
|
||
msgid "Amend"
|
||
msgstr ""
|
||
|
||
msgid "Amend Commit"
|
||
msgstr "Amend Commit"
|
||
|
||
msgid "Amend Last Commit"
|
||
msgstr "Amend Last Commit"
|
||
|
||
msgid "Amend the published commit?"
|
||
msgstr "Amend the published commit?"
|
||
|
||
msgid "Amending"
|
||
msgstr "Amending"
|
||
|
||
msgid ""
|
||
"An action is still running.\n"
|
||
"Terminating it could result in data loss."
|
||
msgstr ""
|
||
"An action is still running.\n"
|
||
"Terminating it could result in data loss."
|
||
|
||
msgid ""
|
||
"An unsigned, lightweight tag will be created instead.\n"
|
||
"Create an unsigned tag?"
|
||
msgstr ""
|
||
"An unsigned, lightweight tag will be created instead.\n"
|
||
"Create an unsigned tag?"
|
||
|
||
msgid "Appearance"
|
||
msgstr ""
|
||
|
||
msgid "Appearance settings require an application restart"
|
||
msgstr ""
|
||
|
||
msgid "Apply"
|
||
msgstr "Apply"
|
||
|
||
msgid "Apply Patches"
|
||
msgstr "Apply Patches"
|
||
|
||
msgid "Apply Patches..."
|
||
msgstr "Düzeltmeleri Uygula..."
|
||
|
||
#, fuzzy
|
||
msgid "Apply and drop the selected stash (git stash pop)"
|
||
msgstr "Apply the selected stash"
|
||
|
||
msgid "Apply the selected stash"
|
||
msgstr "Apply the selected stash"
|
||
|
||
msgid "Arguments"
|
||
msgstr "Arguments"
|
||
|
||
msgid "Attach"
|
||
msgstr "Attach"
|
||
|
||
msgid "Author"
|
||
msgstr "Author"
|
||
|
||
#, fuzzy
|
||
msgid "Authors"
|
||
msgstr "Author"
|
||
|
||
msgid "Auto"
|
||
msgstr ""
|
||
|
||
msgid "Auto-Wrap Lines"
|
||
msgstr "Auto-Wrap Lines"
|
||
|
||
msgid "Basic Regexp"
|
||
msgstr "Basic Regexp"
|
||
|
||
#, fuzzy
|
||
msgid "Blame Viewer"
|
||
msgstr "Branch Diff Viewer"
|
||
|
||
#, fuzzy
|
||
msgid "Blame..."
|
||
msgstr "Close..."
|
||
|
||
msgid "Bold on dark headers instead of italic"
|
||
msgstr ""
|
||
|
||
msgid "Branch"
|
||
msgstr "Branch"
|
||
|
||
#, python-format
|
||
msgid ""
|
||
"Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
|
||
"A new remote branch will be published."
|
||
msgstr ""
|
||
"Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
|
||
"A new remote branch will be published."
|
||
|
||
#, python-format
|
||
msgid "Branch \"%s\" already exists."
|
||
msgstr "Branch \"%s\" already exists."
|
||
|
||
msgid "Branch Diff Viewer"
|
||
msgstr "Branch Diff Viewer"
|
||
|
||
msgid "Branch Exists"
|
||
msgstr "Branch Exists"
|
||
|
||
msgid "Branch Name"
|
||
msgstr "Branch Name"
|
||
|
||
#, python-format
|
||
msgid "Branch: %s"
|
||
msgstr "Branch: %s"
|
||
|
||
#, fuzzy
|
||
msgid "Branches"
|
||
msgstr "Branch"
|
||
|
||
msgid "Branches..."
|
||
msgstr "Dallar..."
|
||
|
||
msgid "Brazilian translation"
|
||
msgstr ""
|
||
|
||
msgid "Browse"
|
||
msgstr "Gözat"
|
||
|
||
msgid "Browse Commits..."
|
||
msgstr "Browse Commits..."
|
||
|
||
msgid "Browse Current Branch..."
|
||
msgstr "Browse Current Branch..."
|
||
|
||
msgid "Browse Other Branch..."
|
||
msgstr "Browse Other Branch..."
|
||
|
||
msgid "Browse..."
|
||
msgstr "Browse..."
|
||
|
||
msgid "Browser"
|
||
msgstr "Görüntüleyici"
|
||
|
||
#, python-format
|
||
msgid "Browsing %s"
|
||
msgstr "Browsing %s"
|
||
|
||
msgid "Bypass Commit Hooks"
|
||
msgstr "Bypass Commit Hooks"
|
||
|
||
msgid "Cancel"
|
||
msgstr "Cancel"
|
||
|
||
#, fuzzy
|
||
msgid ""
|
||
"Cancel rebase\n"
|
||
"Shortcut: Ctrl+Q"
|
||
msgstr ""
|
||
"Commit staged changes\n"
|
||
"Shortcut: Ctrl+Enter"
|
||
|
||
msgid "Cannot Amend"
|
||
msgstr ""
|
||
|
||
#, fuzzy, python-format
|
||
msgid "Cannot exec \"%s\": please configure a blame viewer"
|
||
msgstr "Çalıştırılamayan sorgu \"%s\": lütfen editörü ayarlayın"
|
||
|
||
#, python-format
|
||
msgid "Cannot exec \"%s\": please configure a history browser"
|
||
msgstr "Cannot exec \"%s\": please configure a history browser"
|
||
|
||
#, python-format
|
||
msgid "Cannot exec \"%s\": please configure your editor"
|
||
msgstr "Çalıştırılamayan sorgu \"%s\": lütfen editörü ayarlayın"
|
||
|
||
msgid "Changed Upstream"
|
||
msgstr "Changed Upstream"
|
||
|
||
msgid "Check Spelling"
|
||
msgstr "Check Spelling"
|
||
|
||
#, fuzzy
|
||
msgid "Check spelling"
|
||
msgstr "Check Spelling"
|
||
|
||
msgid "Checkout"
|
||
msgstr "Checkout"
|
||
|
||
msgid "Checkout After Creation"
|
||
msgstr "Checkout After Creation"
|
||
|
||
msgid "Checkout Branch"
|
||
msgstr "Checkout Branch"
|
||
|
||
#, fuzzy
|
||
msgid "Checkout Detached HEAD"
|
||
msgstr "Checkout Branch"
|
||
|
||
#, fuzzy
|
||
msgid "Checkout as new branch"
|
||
msgstr "Checkout Branch"
|
||
|
||
msgid "Checkout..."
|
||
msgstr "Checkout..."
|
||
|
||
msgid "Cherry Pick"
|
||
msgstr "Cherry Pick"
|
||
|
||
msgid "Cherry-Pick Commit"
|
||
msgstr "Cherry-Pick Commit"
|
||
|
||
msgid "Cherry-Pick..."
|
||
msgstr "Cherry-Pick..."
|
||
|
||
msgid "Choose Paths"
|
||
msgstr "Choose Paths"
|
||
|
||
msgid "Choose the \"git grep\" regular expression mode"
|
||
msgstr "Choose the \"git grep\" regular expression mode"
|
||
|
||
#, fuzzy
|
||
msgid "Clear Default Repository"
|
||
msgstr "Güncel Depo"
|
||
|
||
msgid "Clear commit message"
|
||
msgstr "Clear commit message"
|
||
|
||
msgid "Clear commit message?"
|
||
msgstr "Clear commit message?"
|
||
|
||
msgid "Clear..."
|
||
msgstr "Clear..."
|
||
|
||
#, fuzzy
|
||
msgid "Clone"
|
||
msgstr "Clone..."
|
||
|
||
msgid "Clone Repository"
|
||
msgstr "Clone Repository"
|
||
|
||
msgid "Clone..."
|
||
msgstr "Clone..."
|
||
|
||
#, python-format
|
||
msgid "Cloning repository at %s"
|
||
msgstr "Cloning repository at %s"
|
||
|
||
msgid "Close"
|
||
msgstr "Close"
|
||
|
||
msgid "Close..."
|
||
msgstr "Close..."
|
||
|
||
msgid "Collapse all"
|
||
msgstr "Collapse all"
|
||
|
||
#, fuzzy
|
||
msgid "Command"
|
||
msgstr "Commit"
|
||
|
||
msgid "Commit"
|
||
msgstr "Commit"
|
||
|
||
msgid "Commit failed"
|
||
msgstr "Commit failed"
|
||
|
||
msgid "Commit staged changes"
|
||
msgstr "Commit staged changes"
|
||
|
||
msgid ""
|
||
"Commit staged changes\n"
|
||
"Shortcut: Ctrl+Enter"
|
||
msgstr ""
|
||
"Commit staged changes\n"
|
||
"Shortcut: Ctrl+Enter"
|
||
|
||
msgid "Commit summary"
|
||
msgstr "Commit summary"
|
||
|
||
msgid "Commit the merge if there are no conflicts. Uncheck to leave the merge uncommitted"
|
||
msgstr "Commit the merge if there are no conflicts. Uncheck to leave the merge uncommitted"
|
||
|
||
msgid "Commit@@verb"
|
||
msgstr "Commit@@verb"
|
||
|
||
msgid "Compare"
|
||
msgstr "Compare"
|
||
|
||
#, fuzzy
|
||
msgid "Compare All"
|
||
msgstr "Compare"
|
||
|
||
msgid "Configure the remote branch as the the new upstream"
|
||
msgstr ""
|
||
|
||
msgid "Configure toolbar"
|
||
msgstr ""
|
||
|
||
msgid "Console"
|
||
msgstr "Konsol"
|
||
|
||
msgid "Continue"
|
||
msgstr "Continue"
|
||
|
||
msgid "Copy"
|
||
msgstr "Copy"
|
||
|
||
#, fuzzy
|
||
msgid "Copy Basename to Clipboard"
|
||
msgstr "Yolu Panoya Kopyala"
|
||
|
||
#, fuzzy
|
||
msgid "Copy Leading Path to Clipboard"
|
||
msgstr "Sabit Yolu Panoya Kopyala"
|
||
|
||
msgid "Copy Path to Clipboard"
|
||
msgstr "Yolu Panoya Kopyala"
|
||
|
||
msgid "Copy Relative Path to Clipboard"
|
||
msgstr "Sabit Yolu Panoya Kopyala"
|
||
|
||
msgid "Copy SHA-1"
|
||
msgstr "Copy SHA-1"
|
||
|
||
#, fuzzy
|
||
msgid "Copy..."
|
||
msgstr "Copy"
|
||
|
||
#, python-format
|
||
msgid "Could not parse Git URL: \"%s\""
|
||
msgstr "Could not parse Git URL: \"%s\""
|
||
|
||
msgid "Create Branch"
|
||
msgstr "Create Branch"
|
||
|
||
msgid "Create Patch"
|
||
msgstr "Create Patch"
|
||
|
||
msgid "Create Remote Branch"
|
||
msgstr "Create Remote Branch"
|
||
|
||
msgid "Create Signed Commit"
|
||
msgstr "Create Signed Commit"
|
||
|
||
msgid "Create Tag"
|
||
msgstr "Create Tag"
|
||
|
||
msgid "Create Tag..."
|
||
msgstr "Etiket Oluştur..."
|
||
|
||
msgid "Create Unsigned Tag"
|
||
msgstr "Create Unsigned Tag"
|
||
|
||
#, fuzzy
|
||
msgid "Create a merge commit even when the merge resolves as a fast-forward"
|
||
msgstr "Always create a merge commit when enabled, even when the merge is a fast-forward update"
|
||
|
||
msgid "Create a new remote branch?"
|
||
msgstr "Create a new remote branch?"
|
||
|
||
msgid "Create..."
|
||
msgstr "Oluştur..."
|
||
|
||
#, python-format
|
||
msgid "Created a new tag named \"%s\""
|
||
msgstr "Created a new tag named \"%s\""
|
||
|
||
msgid "Current Repository"
|
||
msgstr "Güncel Depo"
|
||
|
||
msgid "Custom Copy Actions"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid "Customize..."
|
||
msgstr "Close..."
|
||
|
||
msgid "Cut"
|
||
msgstr ""
|
||
|
||
msgid "Czech translation"
|
||
msgstr ""
|
||
|
||
msgid "DAG..."
|
||
msgstr "DAG..."
|
||
|
||
msgid "Date, Time"
|
||
msgstr "Date, Time"
|
||
|
||
msgid "Default"
|
||
msgstr ""
|
||
|
||
msgid "Delete"
|
||
msgstr "Sil"
|
||
|
||
#, python-format
|
||
msgid "Delete %d file(s)?"
|
||
msgstr "%d dosyayı sil?"
|
||
|
||
msgid "Delete Bookmark"
|
||
msgstr "İşareti Sil"
|
||
|
||
msgid "Delete Bookmark?"
|
||
msgstr "İşareti Sil?"
|
||
|
||
msgid "Delete Branch"
|
||
msgstr "Delete Branch"
|
||
|
||
msgid "Delete Files"
|
||
msgstr "Dosyaları Sil"
|
||
|
||
msgid "Delete Files..."
|
||
msgstr "Dosyaları Sil..."
|
||
|
||
msgid "Delete Files?"
|
||
msgstr "Dosyaları Sil?"
|
||
|
||
msgid "Delete Remote"
|
||
msgstr "Karşıdakini Sil"
|
||
|
||
msgid "Delete Remote Branch"
|
||
msgstr "Delete Remote Branch"
|
||
|
||
msgid "Delete Remote Branch..."
|
||
msgstr "Uzaktaki Daldan Sil..."
|
||
|
||
msgid "Delete remote"
|
||
msgstr "Delete remote"
|
||
|
||
#, python-format
|
||
msgid "Delete remote \"%s\""
|
||
msgstr "Uzaktakini sil \"%s\""
|
||
|
||
msgid "Delete remote?"
|
||
msgstr "Uzaktakini sil?"
|
||
|
||
#, fuzzy
|
||
msgid "Delete selected branch?"
|
||
msgstr "Delete Remote Branch"
|
||
|
||
#, fuzzy
|
||
msgid "Delete toolbar"
|
||
msgstr "İşareti Sil"
|
||
|
||
msgid "Delete..."
|
||
msgstr "Sil..."
|
||
|
||
#, python-format
|
||
msgid "Deleting \"%s\" failed"
|
||
msgstr "\"%s\" silme işlemi başarısız"
|
||
|
||
msgid "Deletions"
|
||
msgstr "Deletions"
|
||
|
||
msgid "Detach"
|
||
msgstr "Detach"
|
||
|
||
msgid "Detect Conflict Markers"
|
||
msgstr "Detect Conflict Markers"
|
||
|
||
msgid "Detect conflict markers in unmerged files"
|
||
msgstr "Detect conflict markers in unmerged files"
|
||
|
||
msgid "Developer"
|
||
msgstr ""
|
||
|
||
msgid "Diff"
|
||
msgstr "Diff"
|
||
|
||
msgid "Diff Against Predecessor..."
|
||
msgstr "Diff Against Predecessor..."
|
||
|
||
msgid "Diff Options"
|
||
msgstr "Diff Options"
|
||
|
||
msgid "Diff Tool"
|
||
msgstr "Karşılaştırma Aracı"
|
||
|
||
msgid "Diff selected -> this"
|
||
msgstr "Diff selected -> this"
|
||
|
||
msgid "Diff this -> selected"
|
||
msgstr "Diff this -> selected"
|
||
|
||
msgid "Diffstat"
|
||
msgstr "Diffstat"
|
||
|
||
#, fuzzy
|
||
msgid "Difftool"
|
||
msgstr "Karşılaştırma Aracı"
|
||
|
||
msgid "Directory Exists"
|
||
msgstr "Directory Exists"
|
||
|
||
msgid "Display Untracked Files"
|
||
msgstr "Display Untracked Files"
|
||
|
||
msgid "Documentation"
|
||
msgstr "Dökümantasyon"
|
||
|
||
msgid "Drop"
|
||
msgstr "Drop"
|
||
|
||
msgid "Drop Stash"
|
||
msgstr "Drop Stash"
|
||
|
||
msgid "Drop Stash?"
|
||
msgstr "Drop Stash?"
|
||
|
||
#, python-format
|
||
msgid "Drop the \"%s\" stash?"
|
||
msgstr "Drop the \"%s\" stash?"
|
||
|
||
msgid "Drop the selected stash"
|
||
msgstr "Drop the selected stash"
|
||
|
||
#, fuzzy
|
||
msgid "Edit"
|
||
msgstr "&Edit"
|
||
|
||
msgid "Edit Rebase"
|
||
msgstr "Konumlandırmayı Düzenle"
|
||
|
||
msgid "Edit Remotes"
|
||
msgstr "Edit Remotes"
|
||
|
||
msgid "Edit Remotes..."
|
||
msgstr "Uzaktakini Düzenle..."
|
||
|
||
msgid "Edit remotes by selecting them from the list"
|
||
msgstr ""
|
||
|
||
msgid "Edit selected paths"
|
||
msgstr "Edit selected paths"
|
||
|
||
msgid "Edit..."
|
||
msgstr "Edit..."
|
||
|
||
msgid "Editor"
|
||
msgstr "Editor"
|
||
|
||
msgid "Email Address"
|
||
msgstr "Email Address"
|
||
|
||
msgid "Email contributor"
|
||
msgstr ""
|
||
|
||
msgid "Enabled"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid "Enter New Branch Name"
|
||
msgstr "Enter Branch New Name"
|
||
|
||
#, fuzzy
|
||
msgid "Enter a name for the new bare repo"
|
||
msgstr "Enter a name for the stash"
|
||
|
||
msgid "Enter a name for the stash"
|
||
msgstr "Enter a name for the stash"
|
||
|
||
msgid "Error"
|
||
msgstr "Hata"
|
||
|
||
msgid "Error Cloning"
|
||
msgstr "Error Cloning"
|
||
|
||
msgid "Error Creating Branch"
|
||
msgstr "Error Creating Branch"
|
||
|
||
msgid "Error Creating Repository"
|
||
msgstr "Error Creating Repository"
|
||
|
||
msgid "Error Deleting Remote Branch"
|
||
msgstr "Uzak Dal Silinirken Hata"
|
||
|
||
msgid "Error Editing File"
|
||
msgstr "Dosyayı Düzenlemede Hata"
|
||
|
||
#, fuzzy
|
||
msgid "Error Launching Blame Viewer"
|
||
msgstr "Error Launching History Browser"
|
||
|
||
msgid "Error Launching History Browser"
|
||
msgstr "Error Launching History Browser"
|
||
|
||
#, python-format
|
||
msgid "Error creating remote \"%s\""
|
||
msgstr "Uzak \"%s\" oluşturulurken hata"
|
||
|
||
#, fuzzy
|
||
msgid "Error creating stash"
|
||
msgstr "Error Creating Branch"
|
||
|
||
#, python-format
|
||
msgid "Error deleting remote \"%s\""
|
||
msgstr "Uzaktaki silinirken hata \"%s\""
|
||
|
||
#, fuzzy, python-format
|
||
msgid "Error renaming \"%(name)s\" to \"%(new_name)s\""
|
||
msgstr "Tagging \"%(revision)s\" as \"%(name)s\""
|
||
|
||
msgid "Error running prepare-commitmsg hook"
|
||
msgstr ""
|
||
|
||
#, fuzzy, python-format
|
||
msgid "Error updating submodule %s"
|
||
msgstr "Uzak \"%s\" oluşturulurken hata"
|
||
|
||
#, fuzzy
|
||
msgid "Error updating submodules"
|
||
msgstr "Dosyayı Düzenlemede Hata"
|
||
|
||
msgid "Error: Cannot find commit template"
|
||
msgstr "Hata: İşleme şablonu bulunamadı"
|
||
|
||
msgid "Error: Stash exists"
|
||
msgstr "Error: Stash exists"
|
||
|
||
msgid "Error: Unconfigured commit template"
|
||
msgstr "Hata: Ayarlanmamış işleme şablonu"
|
||
|
||
#, python-format
|
||
msgid "Error: could not clone \"%s\""
|
||
msgstr "Hata: \"%s\" klonlanamadı"
|
||
|
||
#, python-format
|
||
msgid "Error: could not create tag \"%s\""
|
||
msgstr "Error: could not create tag \"%s\""
|
||
|
||
#, python-format
|
||
msgid "Executing action %s"
|
||
msgstr ""
|
||
|
||
msgid "Expand all"
|
||
msgstr "Expand all"
|
||
|
||
msgid "Export Patches"
|
||
msgstr "Export Patches"
|
||
|
||
msgid "Export Patches..."
|
||
msgstr "Düzeltmeleri Dışa Aktar..."
|
||
|
||
msgid "Expression..."
|
||
msgstr "İfade..."
|
||
|
||
msgid "Extended Regexp"
|
||
msgstr "Extended Regexp"
|
||
|
||
msgid "Extended description..."
|
||
msgstr "Extended description..."
|
||
|
||
msgid "Fast Forward Only"
|
||
msgstr "Fast Forward Only"
|
||
|
||
#, fuzzy
|
||
msgid "Fast-forward only"
|
||
msgstr "Fast Forward Only"
|
||
|
||
msgid "Favorite repositories"
|
||
msgstr "Favorite repositories"
|
||
|
||
msgid "Favorites"
|
||
msgstr "Favoriler"
|
||
|
||
msgid "Fetch"
|
||
msgstr "Fetch"
|
||
|
||
msgid "Fetch Tracking Branch"
|
||
msgstr "Fetch Tracking Branch"
|
||
|
||
msgid "Fetch..."
|
||
msgstr "Fetch..."
|
||
|
||
msgid "File Browser..."
|
||
msgstr "File Browser..."
|
||
|
||
msgid "File Differences"
|
||
msgstr "File Differences"
|
||
|
||
msgid "File Saved"
|
||
msgstr "File Saved"
|
||
|
||
#, python-format
|
||
msgid "File saved to \"%s\""
|
||
msgstr "File saved to \"%s\""
|
||
|
||
#, fuzzy
|
||
msgid "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
|
||
msgstr "inotify is disabled because \"cola.inotify\" is false\n"
|
||
|
||
msgid "File system change monitoring: disabled because libc does not support the inotify system calls.\n"
|
||
msgstr ""
|
||
|
||
msgid "File system change monitoring: disabled because pywin32 is not installed.\n"
|
||
msgstr ""
|
||
|
||
msgid ""
|
||
"File system change monitoring: disabled because the limit on the total number of inotify watches was reached. You may be able to increase the limit on the number of watches by running:\n"
|
||
"\n"
|
||
" echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid "File system change monitoring: enabled.\n"
|
||
msgstr "File notification enabled.\n"
|
||
|
||
msgid "Filename"
|
||
msgstr "Filename"
|
||
|
||
msgid "Files"
|
||
msgstr "Files"
|
||
|
||
#, fuzzy
|
||
msgid "Filter branches..."
|
||
msgstr "Filter paths..."
|
||
|
||
msgid "Filter paths..."
|
||
msgstr "Filter paths..."
|
||
|
||
msgid "Find Files"
|
||
msgstr "Dosyaları Bul"
|
||
|
||
msgid "Fixed String"
|
||
msgstr "Fixed String"
|
||
|
||
msgid "Fixed-Width Font"
|
||
msgstr "Fixed-Width Font"
|
||
|
||
msgid "Fixup"
|
||
msgstr ""
|
||
|
||
msgid "Fixup Previous Commit"
|
||
msgstr "Fixup Previous Commit"
|
||
|
||
msgid "Flat dark blue"
|
||
msgstr ""
|
||
|
||
msgid "Flat dark green"
|
||
msgstr ""
|
||
|
||
msgid "Flat dark grey"
|
||
msgstr ""
|
||
|
||
msgid "Flat dark red"
|
||
msgstr ""
|
||
|
||
msgid "Flat light blue"
|
||
msgstr ""
|
||
|
||
msgid "Flat light green"
|
||
msgstr ""
|
||
|
||
msgid "Flat light grey"
|
||
msgstr ""
|
||
|
||
msgid "Flat light red"
|
||
msgstr ""
|
||
|
||
msgid "Font Size"
|
||
msgstr "Font Size"
|
||
|
||
#, fuzzy
|
||
msgid "Force"
|
||
msgstr "Force Push"
|
||
|
||
msgid "Force Fetch"
|
||
msgstr "Force Fetch"
|
||
|
||
msgid "Force Fetch?"
|
||
msgstr "Force Fetch?"
|
||
|
||
msgid "Force Push"
|
||
msgstr "Force Push"
|
||
|
||
msgid "Force Push?"
|
||
msgstr "Force Push?"
|
||
|
||
#, python-format
|
||
msgid "Force fetching from %s?"
|
||
msgstr "Force fetching from %s?"
|
||
|
||
#, python-format
|
||
msgid "Force push to %s?"
|
||
msgstr "Force push to %s?"
|
||
|
||
#, fuzzy
|
||
msgid "Format String"
|
||
msgstr "Fixed String"
|
||
|
||
msgid "French translation"
|
||
msgstr ""
|
||
|
||
msgid "GPG-sign the merge commit"
|
||
msgstr "GPG-sign the merge commit"
|
||
|
||
msgid "GUI theme"
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "Gathering info for \"%s\"..."
|
||
msgstr "Gathering info for \"%s\"..."
|
||
|
||
msgid "German translation"
|
||
msgstr ""
|
||
|
||
msgid "Get Commit Message Template"
|
||
msgstr "Get Commit Message Template"
|
||
|
||
msgid "Go Down"
|
||
msgstr "Go Down"
|
||
|
||
msgid "Go Up"
|
||
msgstr "Go Up"
|
||
|
||
msgid "Grab File..."
|
||
msgstr "Grab File..."
|
||
|
||
msgid "Graph"
|
||
msgstr "Graph"
|
||
|
||
msgid "Grep"
|
||
msgstr "Grep"
|
||
|
||
msgid "Have you rebased/pulled lately?"
|
||
msgstr "Have you rebased/pulled lately?"
|
||
|
||
msgid "Help"
|
||
msgstr "Yardım"
|
||
|
||
msgid "Help - Custom Copy Actions"
|
||
msgstr ""
|
||
|
||
msgid "Help - Find Files"
|
||
msgstr "Help - Find Files"
|
||
|
||
msgid "Help - git-xbase"
|
||
msgstr ""
|
||
|
||
msgid "Hide Details.."
|
||
msgstr ""
|
||
|
||
msgid "High DPI"
|
||
msgstr ""
|
||
|
||
msgid "History Browser"
|
||
msgstr "Geçmiş Görüntüleyici"
|
||
|
||
msgid "Hungarian translation"
|
||
msgstr ""
|
||
|
||
msgid "Ignore all whitespace"
|
||
msgstr "Ignore all whitespace"
|
||
|
||
msgid "Ignore changes in amount of whitespace"
|
||
msgstr "Ignore changes in amount of whitespace"
|
||
|
||
msgid "Ignore changes in whitespace at EOL"
|
||
msgstr "Ignore changes in whitespace at EOL"
|
||
|
||
msgid "Ignore custom pattern"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid "Ignore exact filename"
|
||
msgstr "Ignore all whitespace"
|
||
|
||
msgid "Ignore filename or pattern"
|
||
msgstr ""
|
||
|
||
msgid "Include tags "
|
||
msgstr "Include tags "
|
||
|
||
msgid "Indent Status paths"
|
||
msgstr ""
|
||
|
||
msgid "Indonesian translation"
|
||
msgstr ""
|
||
|
||
msgid "Initialize Git Annex"
|
||
msgstr ""
|
||
|
||
msgid "Initialize Git LFS"
|
||
msgstr ""
|
||
|
||
msgid "Inititalize submodules"
|
||
msgstr ""
|
||
|
||
msgid "Insert spaces instead of tabs"
|
||
msgstr ""
|
||
|
||
msgid "Interactive Rebase"
|
||
msgstr "Interactive Rebase"
|
||
|
||
msgid "Invalid Revision"
|
||
msgstr "Invalid Revision"
|
||
|
||
msgid "Keep *.orig Merge Backups"
|
||
msgstr "Keep *.orig Merge Backups"
|
||
|
||
msgid "Keep Index"
|
||
msgstr "Keep Index"
|
||
|
||
msgid "Keyboard Shortcuts"
|
||
msgstr "Keyboard Shortcuts"
|
||
|
||
msgid "Launch Diff Tool"
|
||
msgstr "Karşılaştırma Aracını Çalıştır"
|
||
|
||
#, fuzzy
|
||
msgid "Launch Directory Diff Tool"
|
||
msgstr "Karşılaştırma Aracını Çalıştır"
|
||
|
||
msgid "Launch Editor"
|
||
msgstr "Editörü Çalıştır"
|
||
|
||
msgid "Launch Terminal"
|
||
msgstr "Terminali Çalıştır"
|
||
|
||
msgid ""
|
||
"Launch external diff tool\n"
|
||
"Shortcut: Ctrl+D"
|
||
msgstr ""
|
||
|
||
msgid "Launch git-cola"
|
||
msgstr "Launch git-cola"
|
||
|
||
#, fuzzy
|
||
msgid "Launch git-difftool against previous versions"
|
||
msgstr "Launch git-difftool against previous versions."
|
||
|
||
#, fuzzy
|
||
msgid "Launch git-difftool on the current path"
|
||
msgstr "Launch git-difftool on the current path."
|
||
|
||
msgid "Load Commit Message"
|
||
msgstr "Load Commit Message"
|
||
|
||
msgid "Load Commit Message..."
|
||
msgstr "İşleme Mesajını Yükle..."
|
||
|
||
msgid "Load Previous Commit Message"
|
||
msgstr "Load Previous Commit Message"
|
||
|
||
msgid "Loading..."
|
||
msgstr "Loading..."
|
||
|
||
msgid "Local"
|
||
msgstr "Local"
|
||
|
||
msgid "Local Branch"
|
||
msgstr "Local Branch"
|
||
|
||
msgid "Local branch"
|
||
msgstr "Local branch"
|
||
|
||
msgid "Lock Layout"
|
||
msgstr "Lock Layout"
|
||
|
||
msgid "Log"
|
||
msgstr "Log"
|
||
|
||
msgid "Maintainer (since 2007) and developer"
|
||
msgstr ""
|
||
|
||
msgid "Merge"
|
||
msgstr "Merge"
|
||
|
||
#, python-format
|
||
msgid "Merge \"%(revision)s\" into \"%(branch)s\""
|
||
msgstr "Merge \"%(revision)s\" into \"%(branch)s\""
|
||
|
||
msgid "Merge Tool"
|
||
msgstr "Birleştirme Aracı"
|
||
|
||
msgid "Merge Verbosity"
|
||
msgstr "Merge Verbosity"
|
||
|
||
msgid "Merge failed. Conflict resolution is required."
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "Merge into \"%s\""
|
||
msgstr "Merge into \"%s\""
|
||
|
||
#, fuzzy
|
||
msgid "Merge into current branch"
|
||
msgstr "Browse Current Branch..."
|
||
|
||
msgid "Merge..."
|
||
msgstr "Merge..."
|
||
|
||
msgid "Merging"
|
||
msgstr "Birleştiriliyor"
|
||
|
||
msgid "Message"
|
||
msgstr "Message"
|
||
|
||
msgid "Missing Commit Message"
|
||
msgstr "Missing Commit Message"
|
||
|
||
msgid "Missing Data"
|
||
msgstr "Kayıp Veri"
|
||
|
||
msgid "Missing Name"
|
||
msgstr "Missing Name"
|
||
|
||
msgid "Missing Revision"
|
||
msgstr "Missing Revision"
|
||
|
||
msgid "Missing Tag Message"
|
||
msgstr "Missing Tag Message"
|
||
|
||
msgid "Modified"
|
||
msgstr "Düzenlenmiş"
|
||
|
||
msgid "More..."
|
||
msgstr "More..."
|
||
|
||
msgid "Move Down"
|
||
msgstr "Move Down"
|
||
|
||
msgid "Move Up"
|
||
msgstr "Yukarı Kaydır"
|
||
|
||
msgid "Move files to trash"
|
||
msgstr "Move files to trash"
|
||
|
||
msgid "Name"
|
||
msgstr "Name"
|
||
|
||
msgid "Name for the new remote"
|
||
msgstr "Name for the new remote"
|
||
|
||
#, fuzzy
|
||
msgid "New Bare Repository..."
|
||
msgstr "Yeni Depo..."
|
||
|
||
msgid "New Repository..."
|
||
msgstr "Yeni Depo..."
|
||
|
||
msgid "New..."
|
||
msgstr "New..."
|
||
|
||
msgid "Next File"
|
||
msgstr "Sonraki Dosya"
|
||
|
||
msgid "No"
|
||
msgstr "Hayır"
|
||
|
||
msgid "No Revision Specified"
|
||
msgstr "No Revision Specified"
|
||
|
||
msgid ""
|
||
"No changes to commit.\n"
|
||
"\n"
|
||
"You must stage at least 1 file before you can commit."
|
||
msgstr ""
|
||
"No changes to commit.\n"
|
||
"\n"
|
||
"You must stage at least 1 file before you can commit."
|
||
|
||
msgid "No commits exist in this branch."
|
||
msgstr "No commits exist in this branch."
|
||
|
||
msgid "No fast forward"
|
||
msgstr "No fast forward"
|
||
|
||
#, fuzzy
|
||
msgid "No fast-forward"
|
||
msgstr "No fast forward"
|
||
|
||
msgid "No repository selected."
|
||
msgstr "No repository selected."
|
||
|
||
msgid "Non-fast-forward fetch overwrites local history!"
|
||
msgstr "Non-fast-forward fetch overwrites local history!"
|
||
|
||
msgid ""
|
||
"Non-fast-forward push overwrites published history!\n"
|
||
"(Did you pull first?)"
|
||
msgstr ""
|
||
"Non-fast-forward push overwrites published history!\n"
|
||
"(Did you pull first?)"
|
||
|
||
msgid "Nothing to commit"
|
||
msgstr "Nothing to commit"
|
||
|
||
msgid "Nothing to do"
|
||
msgstr "Nothing to do"
|
||
|
||
msgid "Number of Diff Context Lines"
|
||
msgstr "Number of Diff Context Lines"
|
||
|
||
msgid "Open"
|
||
msgstr "Open"
|
||
|
||
msgid "Open Git Repository..."
|
||
msgstr "Open Git Repository..."
|
||
|
||
#, fuzzy
|
||
msgid "Open Parent"
|
||
msgstr "Open Recent"
|
||
|
||
msgid "Open Parent Directory"
|
||
msgstr "Üst Klasörü Aç"
|
||
|
||
msgid "Open Recent"
|
||
msgstr "Open Recent"
|
||
|
||
msgid "Open Using Default Application"
|
||
msgstr "Varsayılan Uygulamayla Aç"
|
||
|
||
msgid "Open in New Window"
|
||
msgstr "Open in New Window"
|
||
|
||
msgid "Open in New Window..."
|
||
msgstr "Open in New Window..."
|
||
|
||
msgid "Open..."
|
||
msgstr "Open..."
|
||
|
||
#, fuzzy
|
||
msgid "Other branches"
|
||
msgstr "Filter paths..."
|
||
|
||
msgid "Overwrite"
|
||
msgstr "Overwrite"
|
||
|
||
#, python-format
|
||
msgid "Overwrite \"%s\"?"
|
||
msgstr "Overwrite \"%s\"?"
|
||
|
||
msgid "Overwrite File?"
|
||
msgstr "Overwrite File?"
|
||
|
||
msgid ""
|
||
"Parse arguments using a shell.\n"
|
||
"Queries with spaces will require \"double quotes\"."
|
||
msgstr ""
|
||
"Parse arguments using a shell.\n"
|
||
"Queries with spaces will require \"double quotes\"."
|
||
|
||
msgid "Partially Staged"
|
||
msgstr "Partially Staged"
|
||
|
||
msgid "Paste"
|
||
msgstr ""
|
||
|
||
msgid "Patch(es) Applied"
|
||
msgstr "Uygulanan Düzeltmeler"
|
||
|
||
msgid "Path"
|
||
msgstr ""
|
||
|
||
msgid "Path or URL to clone (Env. $VARS okay)"
|
||
msgstr "Path or URL to clone (Env. $VARS okay)"
|
||
|
||
msgid "Pick"
|
||
msgstr ""
|
||
|
||
msgid "Pixel XOR"
|
||
msgstr ""
|
||
|
||
msgid "Please provide both a branch name and revision expression."
|
||
msgstr "Please provide both a branch name and revision expression."
|
||
|
||
msgid "Please select a file"
|
||
msgstr "Lütfen bir dosya seçin"
|
||
|
||
msgid "Please specify a name for the new tag."
|
||
msgstr "Please specify a name for the new tag."
|
||
|
||
msgid "Please specify a revision to tag."
|
||
msgstr "Please specify a revision to tag."
|
||
|
||
msgid ""
|
||
"Please supply a commit message.\n"
|
||
"\n"
|
||
"A good commit message has the following format:\n"
|
||
"\n"
|
||
"- First line: Describe in one sentence what you did.\n"
|
||
"- Second line: Blank\n"
|
||
"- Remaining lines: Describe why this change is good.\n"
|
||
msgstr ""
|
||
"Please supply a commit message.\n"
|
||
"\n"
|
||
"A good commit message has the following format:\n"
|
||
"\n"
|
||
"- First line: Describe in one sentence what you did.\n"
|
||
"- Second line: Blank\n"
|
||
"- Remaining lines: Describe why this change is good.\n"
|
||
|
||
msgid "Point the current branch head to a new commit?"
|
||
msgstr ""
|
||
|
||
msgid "Polish translation"
|
||
msgstr ""
|
||
|
||
msgid "Pop"
|
||
msgstr ""
|
||
|
||
msgid "Preferences"
|
||
msgstr "Seçenekler"
|
||
|
||
msgid "Prefix"
|
||
msgstr "Prefix"
|
||
|
||
#, fuzzy
|
||
msgid "Prepare Commit Message"
|
||
msgstr "Search Commit Messages"
|
||
|
||
msgid "Prevent \"Stage\" from staging all files when nothing is selected"
|
||
msgstr ""
|
||
|
||
msgid "Previous File"
|
||
msgstr "Önceki Dosya"
|
||
|
||
msgid "Prompt on creation"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid "Prompt when pushing creates new remote branches"
|
||
msgstr "Create a new remote branch?"
|
||
|
||
msgid "Prune "
|
||
msgstr ""
|
||
|
||
msgid "Pull"
|
||
msgstr "Pull"
|
||
|
||
msgid "Pull..."
|
||
msgstr "Pull..."
|
||
|
||
msgid "Push"
|
||
msgstr "Push"
|
||
|
||
msgid "Push..."
|
||
msgstr "Push..."
|
||
|
||
msgid "Quit"
|
||
msgstr "Çıkış"
|
||
|
||
msgid "Rebase"
|
||
msgstr "Konumlandır"
|
||
|
||
#, python-format
|
||
msgid "Rebase onto %s"
|
||
msgstr "%s öğesine konumlandır"
|
||
|
||
#, fuzzy
|
||
msgid "Rebase stopped"
|
||
msgstr "Konumlandırma durdu"
|
||
|
||
msgid "Rebase the current branch instead of merging"
|
||
msgstr ""
|
||
|
||
msgid "Rebasing"
|
||
msgstr "Rebasing"
|
||
|
||
msgid "Recent"
|
||
msgstr "Son"
|
||
|
||
msgid "Recent repositories"
|
||
msgstr "Recent repositories"
|
||
|
||
#, fuzzy
|
||
msgid "Recent repository count"
|
||
msgstr "Recent repositories"
|
||
|
||
msgid "Recently Modified Files"
|
||
msgstr "Recently Modified Files"
|
||
|
||
msgid "Recently Modified Files..."
|
||
msgstr "En Son Düzenlenen Dosyalar..."
|
||
|
||
msgid "Recovering a dropped stash is not possible."
|
||
msgstr "Recovering a dropped stash is not possible."
|
||
|
||
msgid "Recovering lost commits may not be easy."
|
||
msgstr "Recovering lost commits may not be easy."
|
||
|
||
msgid "Redo"
|
||
msgstr ""
|
||
|
||
msgid "Reduce commit history to minimum"
|
||
msgstr ""
|
||
|
||
msgid "Refresh"
|
||
msgstr "Yenile"
|
||
|
||
msgid "Refuse to merge unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward"
|
||
msgstr ""
|
||
|
||
msgid "Remote"
|
||
msgstr "Remote"
|
||
|
||
msgid "Remote Branch"
|
||
msgstr "Remote Branch"
|
||
|
||
msgid "Remote Branch Deleted"
|
||
msgstr "Uzaktaki Dal Silindi"
|
||
|
||
msgid "Remote git repositories - double-click to rename"
|
||
msgstr "Remote git repositories - double-click to rename"
|
||
|
||
msgid "Remove"
|
||
msgstr "Kaldır"
|
||
|
||
#, python-format
|
||
msgid "Remove %s from the recent list?"
|
||
msgstr "%s öğesini son kullanılanlardan sil?"
|
||
|
||
#, fuzzy
|
||
msgid "Remove Element"
|
||
msgstr "Kaldır"
|
||
|
||
msgid "Remove remote-tracking branches that no longer exist on the remote"
|
||
msgstr ""
|
||
|
||
msgid "Remove selected (Delete)"
|
||
msgstr "Remove selected (Delete)"
|
||
|
||
msgid "Rename"
|
||
msgstr "Yeniden Adlandır"
|
||
|
||
#, fuzzy, python-format
|
||
msgid "Rename \"%s\""
|
||
msgstr "Yeniden Adlandır"
|
||
|
||
#, fuzzy
|
||
msgid "Rename Branch"
|
||
msgstr "Dalı Yeniden Adlandır..."
|
||
|
||
msgid "Rename Branch..."
|
||
msgstr "Dalı Yeniden Adlandır..."
|
||
|
||
msgid "Rename Existing Branch"
|
||
msgstr "Rename Existing Branch"
|
||
|
||
msgid "Rename Remote"
|
||
msgstr "Uzaktakini Yeniden Adlandır"
|
||
|
||
#, fuzzy
|
||
msgid "Rename Repository"
|
||
msgstr "Clone Repository"
|
||
|
||
#, fuzzy
|
||
msgid "Rename branch"
|
||
msgstr "Dalı Yeniden Adlandır..."
|
||
|
||
#, python-format
|
||
msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
|
||
msgstr "Rename remote \"%(current)s\" to \"%(new)s\"?"
|
||
|
||
#, fuzzy
|
||
msgid "Rename selected paths"
|
||
msgstr "Edit selected paths"
|
||
|
||
#, python-format
|
||
msgid "Repository: %s"
|
||
msgstr "Repository: %s"
|
||
|
||
msgid "Reset"
|
||
msgstr "Sıfırla"
|
||
|
||
#, python-format
|
||
msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
|
||
msgstr "Reset \"%(branch)s\" to \"%(revision)s\"?"
|
||
|
||
msgid "Reset Branch"
|
||
msgstr "Branşı Sıfırla"
|
||
|
||
#, fuzzy
|
||
msgid "Reset Branch Head"
|
||
msgstr "Reset Branch"
|
||
|
||
msgid "Reset Branch?"
|
||
msgstr "Reset Branch?"
|
||
|
||
#, fuzzy
|
||
msgid "Reset Hard"
|
||
msgstr "Reset Branch"
|
||
|
||
#, fuzzy
|
||
msgid "Reset Merge"
|
||
msgstr "Revision to Merge"
|
||
|
||
#, fuzzy
|
||
msgid "Reset Soft"
|
||
msgstr "Sıfırla"
|
||
|
||
msgid "Reset Worktree"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid "Reset hard?"
|
||
msgstr "Reset Branch?"
|
||
|
||
#, fuzzy
|
||
msgid "Reset merge?"
|
||
msgstr "Reset Branch?"
|
||
|
||
#, fuzzy
|
||
msgid "Reset soft?"
|
||
msgstr "Sıfırla"
|
||
|
||
msgid "Reset worktree?"
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
|
||
msgstr "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
|
||
|
||
msgid "Revert"
|
||
msgstr ""
|
||
|
||
msgid "Revert Diff Hunk"
|
||
msgstr "Revert Diff Hunk"
|
||
|
||
msgid "Revert Diff Hunk..."
|
||
msgstr "Revert Diff Hunk..."
|
||
|
||
msgid "Revert Diff Hunk?"
|
||
msgstr "Revert Diff Hunk?"
|
||
|
||
msgid "Revert Selected Lines"
|
||
msgstr "Revert Selected Lines"
|
||
|
||
msgid "Revert Selected Lines..."
|
||
msgstr "Revert Selected Lines..."
|
||
|
||
msgid "Revert Selected Lines?"
|
||
msgstr "Revert Selected Lines?"
|
||
|
||
msgid "Revert Uncommitted Changes"
|
||
msgstr "Revert Uncommitted Changes"
|
||
|
||
msgid "Revert Uncommitted Changes?"
|
||
msgstr "Revert Uncommitted Changes?"
|
||
|
||
msgid "Revert Uncommitted Edits..."
|
||
msgstr "Revert Uncommitted Edits..."
|
||
|
||
msgid "Revert Unstaged Changes"
|
||
msgstr "Revert Unstaged Changes"
|
||
|
||
msgid "Revert Unstaged Changes?"
|
||
msgstr "Revert Unstaged Changes?"
|
||
|
||
msgid "Revert Unstaged Edits..."
|
||
msgstr "Revert Unstaged Edits..."
|
||
|
||
msgid "Revert the uncommitted changes?"
|
||
msgstr "Revert the uncommitted changes?"
|
||
|
||
msgid "Revert the unstaged changes?"
|
||
msgstr "Revert the unstaged changes?"
|
||
|
||
#, fuzzy
|
||
msgid "Revert uncommitted changes to selected paths"
|
||
msgstr "Revert uncommitted changes to selected paths."
|
||
|
||
#, fuzzy
|
||
msgid "Revert unstaged changes to selected paths"
|
||
msgstr "Revert unstaged changes to selected paths."
|
||
|
||
msgid "Review"
|
||
msgstr "Önizle"
|
||
|
||
msgid "Review..."
|
||
msgstr "Review..."
|
||
|
||
msgid "Revision"
|
||
msgstr "Revision"
|
||
|
||
msgid "Revision Expression:"
|
||
msgstr "Revision Expression:"
|
||
|
||
msgid "Revision to Merge"
|
||
msgstr "Revision to Merge"
|
||
|
||
msgid "Reword"
|
||
msgstr ""
|
||
|
||
msgid "Rewrite Published Commit?"
|
||
msgstr "Rewrite Published Commit?"
|
||
|
||
msgid "Run"
|
||
msgstr "Run"
|
||
|
||
#, python-format
|
||
msgid "Run \"%s\"?"
|
||
msgstr "Çalıştır \"%s\"?"
|
||
|
||
#, python-format
|
||
msgid "Run %s?"
|
||
msgstr "Run %s?"
|
||
|
||
#, python-format
|
||
msgid "Run the \"%s\" command?"
|
||
msgstr "Run the \"%s\" command?"
|
||
|
||
#, python-format
|
||
msgid "Running command: %s"
|
||
msgstr "Running command: %s"
|
||
|
||
msgid "Russian translation"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid "SHA-1"
|
||
msgstr "Copy SHA-1"
|
||
|
||
#, fuzzy
|
||
msgid "Safe Mode"
|
||
msgstr "Stage Modified"
|
||
|
||
msgid "Save"
|
||
msgstr "Kaydet"
|
||
|
||
msgid "Save Archive"
|
||
msgstr "Save Archive"
|
||
|
||
msgid "Save As Tarball/Zip..."
|
||
msgstr "Save As Tarball/Zip..."
|
||
|
||
msgid "Save GUI Settings"
|
||
msgstr "GUI Ayarlarını Kaydet"
|
||
|
||
msgid "Save Stash"
|
||
msgstr "Save Stash"
|
||
|
||
msgid "Save modified state to new stash"
|
||
msgstr "Save modified state to new stash"
|
||
|
||
#, python-format
|
||
msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
|
||
msgstr "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
|
||
|
||
msgid "Search"
|
||
msgstr "Search"
|
||
|
||
msgid "Search Authors"
|
||
msgstr "Search Authors"
|
||
|
||
msgid "Search Commit Messages"
|
||
msgstr "Search Commit Messages"
|
||
|
||
msgid "Search Committers"
|
||
msgstr "Search Committers"
|
||
|
||
msgid "Search Date Range"
|
||
msgstr "Search Date Range"
|
||
|
||
msgid "Search Diffs"
|
||
msgstr "Search Diffs"
|
||
|
||
msgid "Search by Expression"
|
||
msgstr "Search by Expression"
|
||
|
||
msgid "Search by Path"
|
||
msgstr "Search by Path"
|
||
|
||
msgid "Search for a fixed string"
|
||
msgstr "Search for a fixed string"
|
||
|
||
msgid "Search using a POSIX basic regular expression"
|
||
msgstr "Search using a POSIX basic regular expression"
|
||
|
||
msgid "Search using a POSIX extended regular expression"
|
||
msgstr "Search using a POSIX extended regular expression"
|
||
|
||
msgid "Search..."
|
||
msgstr "Arama..."
|
||
|
||
msgid "Select"
|
||
msgstr "Seç"
|
||
|
||
msgid "Select All"
|
||
msgstr "Select All"
|
||
|
||
msgid "Select Branch to Review"
|
||
msgstr "Select Branch to Review"
|
||
|
||
msgid "Select Child"
|
||
msgstr "Select Child"
|
||
|
||
msgid "Select Commit"
|
||
msgstr "Select Commit"
|
||
|
||
#, fuzzy
|
||
msgid "Select Directory..."
|
||
msgstr "Select Repository..."
|
||
|
||
msgid "Select New Upstream"
|
||
msgstr "Select New Upstream"
|
||
|
||
msgid "Select Newest Child"
|
||
msgstr "Select Newest Child"
|
||
|
||
msgid "Select Oldest Parent"
|
||
msgstr "Select Oldest Parent"
|
||
|
||
msgid "Select Parent"
|
||
msgstr "Select Parent"
|
||
|
||
msgid "Select Previous Version"
|
||
msgstr "Select Previous Version"
|
||
|
||
msgid "Select Repository..."
|
||
msgstr "Select Repository..."
|
||
|
||
msgid "Select a parent directory for the new clone"
|
||
msgstr "Select a parent directory for the new clone"
|
||
|
||
msgid "Select manually..."
|
||
msgstr "Select manually..."
|
||
|
||
#, fuzzy
|
||
msgid "Select output dir"
|
||
msgstr "Select Commit"
|
||
|
||
#, fuzzy
|
||
msgid "Select output directory"
|
||
msgstr "Select Repository..."
|
||
|
||
#, fuzzy
|
||
msgid "Select patch file(s)..."
|
||
msgstr "Select patch files..."
|
||
|
||
#, fuzzy
|
||
msgid "Select repository"
|
||
msgstr "Select Repository..."
|
||
|
||
#, fuzzy
|
||
msgid "Set Default Repository"
|
||
msgstr "Select Repository..."
|
||
|
||
#, fuzzy
|
||
msgid "Set Upstream Branch"
|
||
msgstr "Select New Upstream"
|
||
|
||
msgid ""
|
||
"Set the sort order for branches and tags.\n"
|
||
"Toggle between date-based and version-name-based sorting."
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid "Set upstream"
|
||
msgstr "Select New Upstream"
|
||
|
||
msgid "Settings"
|
||
msgstr "Ayarlar"
|
||
|
||
msgid "Shell arguments"
|
||
msgstr "Shell arguments"
|
||
|
||
msgid "Shift Down"
|
||
msgstr ""
|
||
|
||
msgid "Shift Up"
|
||
msgstr ""
|
||
|
||
msgid "Shortcuts"
|
||
msgstr "Shortcuts"
|
||
|
||
#, fuzzy
|
||
msgid "Show Details..."
|
||
msgstr "Dosyaları Sil..."
|
||
|
||
msgid "Show Diffstat After Merge"
|
||
msgstr "Show Diffstat After Merge"
|
||
|
||
msgid "Show Full Paths in the Window Title"
|
||
msgstr ""
|
||
|
||
msgid "Show Help"
|
||
msgstr "Yardımı Göster"
|
||
|
||
#, fuzzy
|
||
msgid "Show History"
|
||
msgstr "Show history"
|
||
|
||
msgid "Show file counts in Status titles"
|
||
msgstr ""
|
||
|
||
msgid ""
|
||
"Show help\n"
|
||
"Shortcut: ?"
|
||
msgstr ""
|
||
"Yardımı göster\n"
|
||
"Kısayol: ?"
|
||
|
||
msgid "Show icon? (if available)"
|
||
msgstr ""
|
||
|
||
msgid "Show line numbers"
|
||
msgstr ""
|
||
|
||
msgid "Show whole surrounding functions of changes"
|
||
msgstr "Show whole surrounding functions of changes"
|
||
|
||
msgid "Showing changes since"
|
||
msgstr "Showing changes since"
|
||
|
||
msgid "Side by side"
|
||
msgstr ""
|
||
|
||
msgid "Sign Off"
|
||
msgstr "Sign Off"
|
||
|
||
msgid "Sign Tag"
|
||
msgstr "Sign Tag"
|
||
|
||
msgid "Sign off on this commit"
|
||
msgstr "Sign off on this commit"
|
||
|
||
msgid "Simplified Chinese translation"
|
||
msgstr ""
|
||
|
||
msgid "Skip"
|
||
msgstr "Atla"
|
||
|
||
msgid "Skip Current Patch"
|
||
msgstr "Skip Current Patch"
|
||
|
||
msgid "Sort bookmarks alphabetically"
|
||
msgstr "Sort bookmarks alphabetically"
|
||
|
||
msgid "Spanish translation"
|
||
msgstr ""
|
||
|
||
msgid "Specifies the SHA-1 to tag"
|
||
msgstr "Specifies the SHA-1 to tag"
|
||
|
||
msgid "Specifies the tag message"
|
||
msgstr "Specifies the tag message"
|
||
|
||
msgid "Specifies the tag name"
|
||
msgstr "Specifies the tag name"
|
||
|
||
msgid "Spelling Suggestions"
|
||
msgstr "Spelling Suggestions"
|
||
|
||
msgid "Squash"
|
||
msgstr "Squash"
|
||
|
||
msgid "Squash the merged commits into a single commit"
|
||
msgstr "Squash the merged commits into a single commit"
|
||
|
||
msgid "Stage"
|
||
msgstr "Stage"
|
||
|
||
msgid "Stage / Unstage"
|
||
msgstr "Stage / Unstage"
|
||
|
||
msgid "Stage All Untracked"
|
||
msgstr "Stage All Untracked"
|
||
|
||
msgid "Stage Changed Files To Commit"
|
||
msgstr "Stage Changed Files To Commit"
|
||
|
||
msgid "Stage Diff Hunk"
|
||
msgstr "Stage Diff Hunk"
|
||
|
||
msgid "Stage Modified"
|
||
msgstr "Stage Modified"
|
||
|
||
msgid "Stage Selected"
|
||
msgstr "Stage Selected"
|
||
|
||
msgid "Stage Selected Lines"
|
||
msgstr "Stage Selected Lines"
|
||
|
||
msgid "Stage Unmerged"
|
||
msgstr "Stage Unmerged"
|
||
|
||
msgid "Stage Untracked"
|
||
msgstr "Stage Untracked"
|
||
|
||
msgid "Stage and Commit"
|
||
msgstr "Stage and Commit"
|
||
|
||
msgid "Stage and commit?"
|
||
msgstr "Stage and commit?"
|
||
|
||
msgid "Stage conflicts"
|
||
msgstr "Stage conflicts"
|
||
|
||
msgid "Stage conflicts?"
|
||
msgstr "Stage conflicts?"
|
||
|
||
msgid "Stage/unstage selected paths for commit"
|
||
msgstr "Stage/unstage selected paths for commit"
|
||
|
||
msgid "Staged"
|
||
msgstr "Staged"
|
||
|
||
#, python-format
|
||
msgid "Staging: %s"
|
||
msgstr "Staging: %s"
|
||
|
||
msgid "Start Interactive Rebase..."
|
||
msgstr "Start Interactive Rebase..."
|
||
|
||
msgid "Starting Revision"
|
||
msgstr "Starting Revision"
|
||
|
||
msgid "Stash"
|
||
msgstr "Stash"
|
||
|
||
#, fuzzy
|
||
msgid "Stash Index"
|
||
msgstr "Stash"
|
||
|
||
#, fuzzy
|
||
msgid "Stash staged changes only"
|
||
msgstr "Commit staged changes"
|
||
|
||
#, fuzzy
|
||
msgid "Stash unstaged changes only, keeping staged changes"
|
||
msgstr "Revert unstaged changes to selected paths."
|
||
|
||
msgid "Stash..."
|
||
msgstr "Stash..."
|
||
|
||
msgid "Status"
|
||
msgstr "Durum"
|
||
|
||
msgid "Stop tracking paths"
|
||
msgstr "Stop tracking paths"
|
||
|
||
msgid "Submodules"
|
||
msgstr ""
|
||
|
||
msgid "Summarize Merge Commits"
|
||
msgstr "Summarize Merge Commits"
|
||
|
||
msgid "Summary"
|
||
msgstr "Summary"
|
||
|
||
msgid "Tab Width"
|
||
msgstr "Tab Width"
|
||
|
||
msgid "Tag"
|
||
msgstr "Tag"
|
||
|
||
msgid "Tag Created"
|
||
msgstr "Tag Created"
|
||
|
||
msgid "Tag message..."
|
||
msgstr "Tag message..."
|
||
|
||
msgid "Tag-signing was requested but the tag message is empty."
|
||
msgstr "Tag-signing was requested but the tag message is empty."
|
||
|
||
msgid "Tags"
|
||
msgstr ""
|
||
|
||
msgid "Text Width"
|
||
msgstr "Text Width"
|
||
|
||
msgid "The branch will be no longer available."
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "The branch will be reset using \"git reset --hard %s\""
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "The branch will be reset using \"git reset --merge %s\""
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "The branch will be reset using \"git reset --mixed %s\""
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "The branch will be reset using \"git reset --soft %s\""
|
||
msgstr ""
|
||
|
||
msgid "The commit message will be cleared."
|
||
msgstr "The commit message will be cleared."
|
||
|
||
#, python-format
|
||
msgid "The file \"%s\" exists and will be overwritten."
|
||
msgstr "The file \"%s\" exists and will be overwritten."
|
||
|
||
msgid "The following files will be deleted:"
|
||
msgstr "Aşağıdaki satırlar silinecek:"
|
||
|
||
msgid "The revision expression cannot be empty."
|
||
msgstr "The revision expression cannot be empty."
|
||
|
||
#, python-format
|
||
msgid ""
|
||
"The submodule will be updated using\n"
|
||
"\"%s\""
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "The worktree will be reset using \"git reset --keep %s\""
|
||
msgstr ""
|
||
|
||
msgid "This cannot be undone. Clear commit message?"
|
||
msgstr "This cannot be undone. Clear commit message?"
|
||
|
||
msgid ""
|
||
"This commit has already been published.\n"
|
||
"This operation will rewrite published history.\n"
|
||
"You probably don't want to do this."
|
||
msgstr ""
|
||
"This commit has already been published.\n"
|
||
"This operation will rewrite published history.\n"
|
||
"You probably don't want to do this."
|
||
|
||
#, fuzzy
|
||
msgid ""
|
||
"This operation drops uncommitted changes.\n"
|
||
"These changes cannot be recovered."
|
||
msgstr ""
|
||
"This operation removes uncommitted edits from selected files.\n"
|
||
"These changes cannot be recovered."
|
||
|
||
msgid ""
|
||
"This operation removes uncommitted edits from selected files.\n"
|
||
"These changes cannot be recovered."
|
||
msgstr ""
|
||
"This operation removes uncommitted edits from selected files.\n"
|
||
"These changes cannot be recovered."
|
||
|
||
msgid ""
|
||
"This operation removes unstaged edits from selected files.\n"
|
||
"These changes cannot be recovered."
|
||
msgstr ""
|
||
"This operation removes unstaged edits from selected files.\n"
|
||
"These changes cannot be recovered."
|
||
|
||
msgid ""
|
||
"This repository is currently being rebased.\n"
|
||
"Resolve conflicts, commit changes, and run:\n"
|
||
" Rebase > Continue"
|
||
msgstr ""
|
||
"This repository is currently being rebased.\n"
|
||
"Resolve conflicts, commit changes, and run:\n"
|
||
" Rebase > Continue"
|
||
|
||
msgid ""
|
||
"This repository is in the middle of a merge.\n"
|
||
"Resolve conflicts and commit changes."
|
||
msgstr ""
|
||
"This repository is in the middle of a merge.\n"
|
||
"Resolve conflicts and commit changes."
|
||
|
||
msgid "Toggle Enabled"
|
||
msgstr ""
|
||
|
||
#, fuzzy
|
||
msgid "Toggle the branches filter"
|
||
msgstr "Toggle the paths filter"
|
||
|
||
msgid "Toggle the paths filter"
|
||
msgstr "Toggle the paths filter"
|
||
|
||
msgid "Tracking Branch"
|
||
msgstr "Tracking Branch"
|
||
|
||
msgid "Tracking branch"
|
||
msgstr "Tracking branch"
|
||
|
||
msgid "Traditional Chinese (Taiwan) translation"
|
||
msgstr ""
|
||
|
||
msgid "Translators"
|
||
msgstr ""
|
||
|
||
msgid "Turkish translation"
|
||
msgstr ""
|
||
|
||
msgid "URL"
|
||
msgstr "URL"
|
||
|
||
#, python-format
|
||
msgid "URL: %s"
|
||
msgstr "URL: %s"
|
||
|
||
msgid "Ukranian translation"
|
||
msgstr ""
|
||
|
||
msgid "Unable to rebase"
|
||
msgstr "Unable to rebase"
|
||
|
||
#, python-format
|
||
msgid "Unable to set URL for \"%(name)s\" to \"%(url)s\""
|
||
msgstr ""
|
||
|
||
msgid "Undo"
|
||
msgstr ""
|
||
|
||
msgid "Unmerged"
|
||
msgstr "Birleştirilmemiş"
|
||
|
||
msgid "Unstage"
|
||
msgstr "Unstage"
|
||
|
||
msgid "Unstage All"
|
||
msgstr "Unstage All"
|
||
|
||
msgid "Unstage Diff Hunk"
|
||
msgstr "Unstage Diff Hunk"
|
||
|
||
msgid "Unstage From Commit"
|
||
msgstr "Unstage From Commit"
|
||
|
||
msgid "Unstage Selected"
|
||
msgstr "Unstage Selected"
|
||
|
||
msgid "Unstage Selected Lines"
|
||
msgstr "Unstage Selected Lines"
|
||
|
||
#, python-format
|
||
msgid "Unstaging: %s"
|
||
msgstr "Unstaging: %s"
|
||
|
||
msgid "Untrack Selected"
|
||
msgstr "Untrack Selected"
|
||
|
||
msgid "Untracked"
|
||
msgstr "Takip Edilmemiş"
|
||
|
||
#, python-format
|
||
msgid "Untracking: %s"
|
||
msgstr "Untracking: %s"
|
||
|
||
msgid "Update All Submodules..."
|
||
msgstr ""
|
||
|
||
msgid "Update Existing Branch:"
|
||
msgstr "Update Existing Branch:"
|
||
|
||
msgid "Update Submodule"
|
||
msgstr ""
|
||
|
||
msgid "Update Submodule..."
|
||
msgstr ""
|
||
|
||
msgid "Update Submodules"
|
||
msgstr ""
|
||
|
||
msgid "Update all submodules?"
|
||
msgstr ""
|
||
|
||
msgid "Update submodules..."
|
||
msgstr ""
|
||
|
||
msgid "Update this submodule"
|
||
msgstr ""
|
||
|
||
msgid "Update this submodule?"
|
||
msgstr ""
|
||
|
||
msgid "Updating"
|
||
msgstr "Updating"
|
||
|
||
msgid "User Name"
|
||
msgstr "User Name"
|
||
|
||
#, fuzzy
|
||
msgid "Version"
|
||
msgstr "Revision"
|
||
|
||
msgid "View"
|
||
msgstr "View"
|
||
|
||
msgid "View History..."
|
||
msgstr "View History..."
|
||
|
||
msgid "View history for selected paths"
|
||
msgstr "View history for selected paths"
|
||
|
||
msgid "Visualize"
|
||
msgstr "Visualize"
|
||
|
||
msgid "Visualize All Branches..."
|
||
msgstr "Visualize All Branches..."
|
||
|
||
msgid "Visualize Current Branch..."
|
||
msgstr "Visualize Current Branch..."
|
||
|
||
msgid "Whether to sign the tag (git tag -s)"
|
||
msgstr "Whether to sign the tag (git tag -s)"
|
||
|
||
msgid "Would you like to stage and commit all modified files?"
|
||
msgstr "Would you like to stage and commit all modified files?"
|
||
|
||
msgid "XOR"
|
||
msgstr ""
|
||
|
||
msgid "Yes"
|
||
msgstr ""
|
||
|
||
msgid ""
|
||
"You are in the middle of a merge.\n"
|
||
"Cannot amend while merging."
|
||
msgstr ""
|
||
"Bir birleştirme işleminin ortasındasınız.\n"
|
||
"Birleştirme yapılırken değişiklik yapamazsınız."
|
||
|
||
msgid "You cannot rebase with uncommitted changes."
|
||
msgstr "You cannot rebase with uncommitted changes."
|
||
|
||
msgid "You must specify a revision to merge."
|
||
msgstr "You must specify a revision to merge."
|
||
|
||
msgid "You must specify a revision to view."
|
||
msgstr "You must specify a revision to view."
|
||
|
||
msgid "Zoom In"
|
||
msgstr "Zoom In"
|
||
|
||
msgid "Zoom Out"
|
||
msgstr "Zoom Out"
|
||
|
||
msgid "Zoom to Fit"
|
||
msgstr "Zoom to Fit"
|
||
|
||
msgid "command-line arguments"
|
||
msgstr "command-line arguments"
|
||
|
||
msgid "error: unable to execute git"
|
||
msgstr ""
|
||
|
||
#, python-format
|
||
msgid "exit code %s"
|
||
msgstr "exit code %s"
|
||
|
||
#, python-format
|
||
msgid "fatal: \"%s\" is not a directory. Please specify a correct --repo <path>."
|
||
msgstr "fatal: \"%s\" is not a directory. Please specify a correct --repo <path>."
|
||
|
||
#, python-format
|
||
msgid "git cola version %s"
|
||
msgstr "git cola version %s"
|
||
|
||
msgid "git-cola"
|
||
msgstr "git-cola"
|
||
|
||
msgid "git-cola diff"
|
||
msgstr "git-cola diff"
|
||
|
||
msgid "grep result..."
|
||
msgstr "grep result..."
|
||
|
||
msgid "hotkeys.html"
|
||
msgstr "hotkeys.html"
|
||
|
||
msgid "unknown"
|
||
msgstr "unknown"
|
||
|
||
msgid "vX.Y.Z"
|
||
msgstr "vX.Y.Z"
|
||
|
||
msgid "x 1"
|
||
msgstr ""
|
||
|
||
msgid "x 1.5"
|
||
msgstr ""
|
||
|
||
msgid "x 2"
|
||
msgstr ""
|
||
|
||
msgid "yyyy-MM-dd"
|
||
msgstr "yyyy-MM-dd"
|
||
|
||
#, fuzzy
|
||
#~ msgid "\"%s\" returned exit status %d"
|
||
#~ msgstr "\"%(command)s\" çıkış durumu döndürdü %(status)d"
|
||
|
||
#~ msgid "\"git commit\" returned exit code %s"
|
||
#~ msgstr "\"git commit\" returned exit code %s"
|
||
|
||
#~ msgid "Already up-to-date."
|
||
#~ msgstr "Already up-to-date."
|
||
|
||
#~ msgid "Commit failed: %s"
|
||
#~ msgstr "İşleme başarısız: %s"
|
||
|
||
#~ msgid "Created commit: %s"
|
||
#~ msgstr "Oluşturulan işleme: %s"
|
||
|
||
#~ msgid "Enter Git Repository"
|
||
#~ msgstr "Enter Git Repository"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Error %s"
|
||
#~ msgstr "Errors: %s"
|
||
|
||
#~ msgid "Errors: %s"
|
||
#~ msgstr "Errors: %s"
|
||
|
||
#~ msgid "Exit code: %s"
|
||
#~ msgstr "Exit code: %s"
|
||
|
||
#~ msgid "Fast Forward Only "
|
||
#~ msgstr "Fast Forward Only "
|
||
|
||
#~ msgid "GPG-signed"
|
||
#~ msgstr "GPG-signed"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Local Branches"
|
||
#~ msgstr "Local Branch"
|
||
|
||
#~ msgid "On Debian-based systems try: sudo apt-get install python-pyinotify"
|
||
#~ msgstr "On Debian-based systems try: sudo apt-get install python-pyinotify"
|
||
|
||
#~ msgid "Options"
|
||
#~ msgstr "Seçenekler"
|
||
|
||
#~ msgid ""
|
||
#~ "Output:\n"
|
||
#~ "%s"
|
||
#~ msgstr ""
|
||
#~ "Output:\n"
|
||
#~ "%s"
|
||
|
||
#~ msgid "Output: %s"
|
||
#~ msgstr "Output: %s"
|
||
|
||
#~ msgid "Path to git repository"
|
||
#~ msgstr "Path to git repository"
|
||
|
||
#, fuzzy
|
||
#~ msgid "Remote Branches"
|
||
#~ msgstr "Remote Branch"
|
||
|
||
#~ msgid "Rename remote?"
|
||
#~ msgstr "Uzaktakini yeniden adlandır?"
|
||
|
||
#~ msgid "Select File"
|
||
#~ msgstr "Select File"
|
||
|
||
#~ msgid "Select file from \"%s\""
|
||
#~ msgstr "Select file from \"%s\""
|
||
|
||
#~ msgid "Staging Area"
|
||
#~ msgstr "Staging Area"
|
||
|
||
#~ msgid "Summary:"
|
||
#~ msgstr "Özet:"
|
||
|
||
#~ msgid ""
|
||
#~ "This PyQt4 does not include QtWebKit.\n"
|
||
#~ "The keyboard shortcuts feature is unavailable."
|
||
#~ msgstr ""
|
||
#~ "This PyQt4 does not include QtWebKit.\n"
|
||
#~ "The keyboard shortcuts feature is unavailable."
|
||
|
||
#~ msgid "Updating..."
|
||
#~ msgstr "Updating..."
|
||
|
||
#~ msgid ""
|
||
#~ "file notification: disabled\n"
|
||
#~ "Note: install pywin32 to enable.\n"
|
||
#~ msgstr ""
|
||
#~ "file notification: disabled\n"
|
||
#~ "Note: install pywin32 to enable.\n"
|
||
|
||
#~ msgid "git clone returned exit code %s"
|
||
#~ msgstr "git clone çıkış kodu döndürdü %s"
|
||
|
||
#~ msgid "git tag returned exit code %s"
|
||
#~ msgstr "git tag returned exit code %s"
|
||
|
||
#~ msgid "inotify enabled."
|
||
#~ msgstr "inotify enabled."
|
||
|
||
#~ msgid ""
|
||
#~ "inotify: disabled\n"
|
||
#~ "Note: install python-pyinotify to enable inotify.\n"
|
||
#~ msgstr ""
|
||
#~ "inotify: disabled\n"
|
||
#~ "Note: install python-pyinotify to enable inotify.\n"
|