git-gui / po / glossary / el.poon commit Sync with 2.15.3 (424aac6)
   1# Translation of git-gui glossary to Greek
   2# Copyright (C) 2009 Jimmy Angelakos
   3# This file is distributed under the same license as the git-gui package.
   4# Jimmy Angelakos <vyruss@hellug.gr>, 2009.
   5msgid ""
   6msgstr ""
   7"Project-Id-Version: git-gui-glossary\n"
   8"POT-Creation-Date: 2008-01-07 21:20+0100\n"
   9"PO-Revision-Date: 2009-06-23 20:41+0300\n"
  10"Last-Translator: Jimmy Angelakos <vyruss@hellug.gr>\n"
  11"Language-Team: Greek <i18n@lists.hellug.gr>\n"
  12"MIME-Version: 1.0\n"
  13"Content-Type: text/plain; charset=UTF-8\n"
  14"Content-Transfer-Encoding: 8bit\n"
  15"X-Generator: Lokalize 0.3\n"
  16"Plural-Forms: nplurals=2; plural=(n != 1);\n"
  17
  18#. "English Definition (Dear translator: This file will never be visible to the user! It should only serve as a tool for you, the translator. Nothing more.)"
  19msgid "English Term (Dear translator: This file will never be visible to the user!)"
  20msgstr ""
  21
  22#. ""
  23msgid "amend"
  24msgstr "διόρθωση"
  25
  26#. ""
  27msgid "annotate"
  28msgstr "σχολιασμός"
  29
  30#. "A 'branch' is an active line of development."
  31msgid "branch [noun]"
  32msgstr "κλάδος [αντικείμενο]"
  33
  34#. ""
  35msgid "branch [verb]"
  36msgstr "διακλάδωση [ενέργεια]"
  37
  38#. ""
  39msgid "checkout [noun]"
  40msgstr "εξαγωγή [αντικείμενο]"
  41
  42#. "The action of updating the working tree to a revision which was stored in the object database."
  43msgid "checkout [verb]"
  44msgstr "εξαγωγή [ενέργεια]"
  45
  46#. ""
  47msgid "clone [verb]"
  48msgstr "κλωνοποίηση [ενέργεια]"
  49
  50#. "A single point in the git history."
  51msgid "commit [noun]"
  52msgstr "υποβολή [αντικείμενο] "
  53
  54#. "The action of storing a new snapshot of the project's state in the git history."
  55msgid "commit [verb]"
  56msgstr "υποβολή [ενέργεια]"
  57
  58#. ""
  59msgid "diff [noun]"
  60msgstr "διαφορά [αντικείμενο] "
  61
  62#. ""
  63msgid "diff [verb]"
  64msgstr "διαφορά [ενέργεια]"
  65
  66#. "A fast-forward is a special type of merge where you have a revision and you are merging another branch's changes that happen to be a descendant of what you have."
  67msgid "fast forward merge"
  68msgstr "συγχώνευση επιτάχυνσης"
  69
  70#. "Fetching a branch means to get the branch's head from a remote repository, to find out which objects are missing from the local object database, and to get them, too."
  71msgid "fetch"
  72msgstr "ανάκτηση"
  73
  74#. "One context of consecutive lines in a whole patch, which consists of many such hunks"
  75msgid "hunk"
  76msgstr "κομμάτι"
  77
  78#. "A collection of files. The index is a stored version of your working tree."
  79msgid "index (in git-gui: staging area)"
  80msgstr "ευρετήριο (στο git-gui: περιοχή σταδιοποίησης)"
  81
  82#. "A successful merge results in the creation of a new commit representing the result of the merge."
  83msgid "merge [noun]"
  84msgstr "συγχώνευση [αντικείμενο]"
  85
  86#. "To bring the contents of another branch into the current branch."
  87msgid "merge [verb]"
  88msgstr "συγχώνευση [ενέργεια]"
  89
  90#. ""
  91msgid "message"
  92msgstr "μήνυμα"
  93
  94#. "Deletes all stale tracking branches under <name>. These stale branches have already been removed from the remote repository referenced by <name>, but are still locally available in 'remotes/<name>'."
  95msgid "prune"
  96msgstr "κλάδεμα"
  97
  98#. "Pulling a branch means to fetch it and merge it."
  99msgid "pull"
 100msgstr "λήψη"
 101
 102#. "Pushing a branch means to get the branch's head ref from a remote repository, and ... (well, can someone please explain it for mere mortals?)"
 103msgid "push"
 104msgstr "ώθηση"
 105
 106#. ""
 107msgid "redo"
 108msgstr "ξανά"
 109
 110#. "An other repository ('remote'). One might have a set of remotes whose branches one tracks."
 111msgid "remote"
 112msgstr "απομακρυσμένο"
 113
 114#. "A collection of refs (?) together with an object database containing all objects which are reachable from the refs... (oops, you've lost me here. Again, please an explanation for mere mortals?)"
 115msgid "repository"
 116msgstr "αποθετήριο"
 117
 118#. ""
 119msgid "reset"
 120msgstr "επαναφορά"
 121
 122#. ""
 123msgid "revert"
 124msgstr "αναίρεση"
 125
 126#. "A particular state of files and directories which was stored in the object database."
 127msgid "revision"
 128msgstr "αναθεώρηση"
 129
 130#. ""
 131#, fuzzy
 132msgid "sign off"
 133msgstr "αποσύνδεση"
 134
 135#. ""
 136msgid "staging area"
 137msgstr "περιοχή σταδιοποίησης"
 138
 139#. ""
 140msgid "status"
 141msgstr "κατάσταση"
 142
 143#. "A ref pointing to a tag or commit object"
 144msgid "tag [noun]"
 145msgstr "ετικέτα [αντικείμενο]"
 146
 147#. ""
 148msgid "tag [verb]"
 149msgstr "ετικέτα [ενέργεια]"
 150
 151#. "A regular git branch that is used to follow changes from another repository."
 152msgid "tracking branch"
 153msgstr "κλάδος παρακολούθησης"
 154
 155#. ""
 156msgid "undo"
 157msgstr "αναίρεση"
 158
 159#. ""
 160msgid "update"
 161msgstr "ενημέρωση"
 162
 163#. ""
 164msgid "verify"
 165msgstr "επαλήθευση"
 166
 167#. "The tree of actual checked out files."
 168msgid "working copy, working tree"
 169msgstr "αντίγραφο εργασίας"
 170
 171