annotate i18n/el.po @ 16366:913d1fa61398

mq: use list of already known target files instead of matching object for diff 'hg qnew' passes matching object to 'patch.diff()' to specify target filenames, and it causes 'dirstate.walk()' via 'repo.status()' in 'patch.diff()'. but target files are already known before 'patch.diff()' invocation. to avoid useless 'dirstate.walk()' invocation, this patch uses 'changes' argument to pass already known target files to 'patch.diff()' instead of 'match' argument. 'changes' argument of 'patch.diff()' should have lists for modified, added and removed files separately, so this patch saves status of '.hgsubstate' before commit, and put it into appropriate list in 'changes'.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Thu, 05 Apr 2012 23:52:55 +0900
parents 8ef2cd109dc6
children 86531a7038ed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
1 # Greek translations for Mercurial
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2 # Ελληνική μετάφραση των μηνυμάτων του Mercurial
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3 #
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
4 # Copyright (C) 2009 Matt Mackall και άλλοι
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5 #
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8 "Project-Id-Version: Mercurial\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9 "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10 "POT-Creation-Date: 2009-10-25 12:38+0100\n"
10032
6950dd804e69 i18n-el: remove some Danish strings
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 9764
diff changeset
11 "PO-Revision-Date: 2009-12-02 03:23+0200\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12 "Last-Translator: <keramida@ceid.upatras.gr>\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13 "Language-Team: Greek\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14 "MIME-Version: 1.0\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
15 "Content-Type: text/plain; charset=UTF-8\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
16 "Content-Transfer-Encoding: 8bit\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
18 "Generated-By: pygettext.py 1.5\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
19
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
20 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
21 msgid " (default: %s)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
22 msgstr " (προκαθορισμένο: %s)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
23
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
24 msgid "Options"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
25 msgstr "Επιλογές"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
26
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
27 msgid "Commands"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
28 msgstr "Εντολές"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
29
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
30 msgid " options:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
31 msgstr " επιλογές:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
32
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
33 #, python-format
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
34 msgid " aliases: %s"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
35 msgstr " ψευδώνυμα: %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
36
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
37 msgid ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
38 "Mercurial reads configuration data from several files, if they exist.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
39 "Below we list the most specific file first."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
40 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
41
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
42 msgid "On Windows, these configuration files are read:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
43 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
44
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
45 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
46 "- ``<repo>\\.hg\\hgrc``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
47 "- ``%USERPROFILE%\\.hgrc``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
48 "- ``%USERPROFILE%\\Mercurial.ini``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
49 "- ``%HOME%\\.hgrc``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
50 "- ``%HOME%\\Mercurial.ini``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
51 "- ``C:\\Mercurial\\Mercurial.ini``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
52 "- ``HKEY_LOCAL_MACHINE\\SOFTWARE\\Mercurial``\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
53 "- ``<install-dir>\\Mercurial.ini``"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
54 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
55
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
56 msgid "On Unix, these files are read:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
57 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
58
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
59 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
60 "- ``<repo>/.hg/hgrc``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
61 "- ``$HOME/.hgrc``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
62 "- ``/etc/mercurial/hgrc``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
63 "- ``/etc/mercurial/hgrc.d/*.rc``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
64 "- ``<install-root>/etc/mercurial/hgrc``\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
65 "- ``<install-root>/etc/mercurial/hgrc.d/*.rc``"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
66 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
67
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
68 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
69 "The configuration files for Mercurial use a simple ini-file format. A\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
70 "configuration file consists of sections, led by a ``[section]`` header\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
71 "and followed by ``name = value`` entries::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
72 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
73
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
74 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
75 " [ui]\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
76 " username = Firstname Lastname <firstname.lastname@example.net>\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
77 " verbose = True"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
78 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
79
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
80 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
81 "This above entries will be referred to as ``ui.username`` and\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
82 "``ui.verbose``, respectively. Please see the hgrc man page for a full\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
83 "description of the possible configuration values:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
84 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
85
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
86 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
87 "- on Unix-like systems: ``man hgrc``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
88 "- online: http://www.selenic.com/mercurial/hgrc.5.html\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
89 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
90
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
91 msgid "Some commands allow the user to specify a date, e.g.:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
92 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
93
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
94 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
95 "- backout, commit, import, tag: Specify the commit date.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
96 "- log, revert, update: Select revision(s) by date."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
97 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
98
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
99 msgid "Many date formats are valid. Here are some examples:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
100 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
101
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
102 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
103 "- ``Wed Dec 6 13:18:29 2006`` (local timezone assumed)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
104 "- ``Dec 6 13:18 -0600`` (year assumed, time offset provided)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
105 "- ``Dec 6 13:18 UTC`` (UTC and GMT are aliases for +0000)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
106 "- ``Dec 6`` (midnight)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
107 "- ``13:18`` (today assumed)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
108 "- ``3:39`` (3:39AM assumed)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
109 "- ``3:39pm`` (15:39)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
110 "- ``2006-12-06 13:18:29`` (ISO 8601 format)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
111 "- ``2006-12-6 13:18``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
112 "- ``2006-12-6``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
113 "- ``12-6``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
114 "- ``12/6``\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
115 "- ``12/6/6`` (Dec 6 2006)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
116 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
117
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
118 msgid "Lastly, there is Mercurial's internal format:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
119 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
120
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
121 msgid "- ``1165432709 0`` (Wed Dec 6 13:18:29 2006 UTC)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
122 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
123
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
124 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
125 "This is the internal representation format for dates. unixtime is the\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
126 "number of seconds since the epoch (1970-01-01 00:00 UTC). offset is\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
127 "the offset of the local timezone, in seconds west of UTC (negative if\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
128 "the timezone is east of UTC)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
129 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
130
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
131 msgid "The log command also accepts date ranges:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
132 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
133
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
134 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
135 "- ``<{datetime}`` - at or before a given date/time\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
136 "- ``>{datetime}`` - on or after a given date/time\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
137 "- ``{datetime} to {datetime}`` - a date range, inclusive\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
138 "- ``-{days}`` - within a given number of days of today\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
139 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
140
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
141 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
142 "Mercurial's default format for showing changes between two versions of\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
143 "a file is compatible with the unified format of GNU diff, which can be\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
144 "used by GNU patch and many other standard tools."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
145 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
146
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
147 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
148 "While this standard format is often enough, it does not encode the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
149 "following information:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
150 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
151
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
152 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
153 "- executable status and other permission bits\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
154 "- copy or rename information\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
155 "- changes in binary files\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
156 "- creation or deletion of empty files"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
157 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
158
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
159 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
160 "Mercurial also supports the extended diff format from the git VCS\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
161 "which addresses these limitations. The git diff format is not produced\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
162 "by default because a few widespread tools still do not understand this\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
163 "format."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
164 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
165
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
166 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
167 "This means that when generating diffs from a Mercurial repository\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
168 "(e.g. with \"hg export\"), you should be careful about things like file\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
169 "copies and renames or other things mentioned above, because when\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
170 "applying a standard diff to a different repository, this extra\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
171 "information is lost. Mercurial's internal operations (like push and\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
172 "pull) are not affected by this, because they use an internal binary\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
173 "format for communicating changes."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
174 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
175
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
176 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
177 "To make Mercurial produce the git extended diff format, use the --git\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
178 "option available for many commands, or set 'git = True' in the [diff]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
179 "section of your hgrc. You do not need to set this option when\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
180 "importing diffs in this format or using them in the mq extension.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
181 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
182
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
183 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
184 "HG\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
185 " Path to the 'hg' executable, automatically passed when running\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
186 " hooks, extensions or external tools. If unset or empty, this is\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
187 " the hg executable's name if it's frozen, or an executable named\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
188 " 'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
189 " Windows) is searched."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
190 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
191
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
192 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
193 "HGEDITOR\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
194 " This is the name of the editor to run when committing. See EDITOR."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
195 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
196
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
197 msgid " (deprecated, use .hgrc)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
198 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
199
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
200 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
201 "HGENCODING\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
202 " This overrides the default locale setting detected by Mercurial.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
203 " This setting is used to convert data including usernames,\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
204 " changeset descriptions, tag names, and branches. This setting can\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
205 " be overridden with the --encoding command-line option."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
206 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
207
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
208 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
209 "HGENCODINGMODE\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
210 " This sets Mercurial's behavior for handling unknown characters\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
211 " while transcoding user input. The default is \"strict\", which\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
212 " causes Mercurial to abort if it can't map a character. Other\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
213 " settings include \"replace\", which replaces unknown characters, and\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
214 " \"ignore\", which drops them. This setting can be overridden with\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
215 " the --encodingmode command-line option."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
216 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
217
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
218 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
219 "HGMERGE\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
220 " An executable to use for resolving merge conflicts. The program\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
221 " will be executed with three arguments: local file, remote file,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
222 " ancestor file."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
223 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
224
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
225 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
226 "HGRCPATH\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
227 " A list of files or directories to search for hgrc files. Item\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
228 " separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
229 " platform default search path is used. If empty, only the .hg/hgrc\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
230 " from the current repository is read."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
231 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
232
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
233 msgid " For each element in HGRCPATH:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
234 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
235
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
236 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
237 " - if it's a directory, all files ending with .rc are added\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
238 " - otherwise, the file itself will be added"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
239 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
240
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
241 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
242 "HGUSER\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
243 " This is the string used as the author of a commit. If not set,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
244 " available values will be considered in this order:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
245 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
246
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
247 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
248 " - HGUSER (deprecated)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
249 " - hgrc files from the HGRCPATH\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
250 " - EMAIL\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
251 " - interactive prompt\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
252 " - LOGNAME (with ``@hostname`` appended)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
253 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
254
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
255 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
256 "EMAIL\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
257 " May be used as the author of a commit; see HGUSER."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
258 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
259
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
260 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
261 "LOGNAME\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
262 " May be used as the author of a commit; see HGUSER."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
263 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
264
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
265 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
266 "VISUAL\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
267 " This is the name of the editor to use when committing. See EDITOR."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
268 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
269
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
270 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
271 "EDITOR\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
272 " Sometimes Mercurial needs to open a text file in an editor for a\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
273 " user to modify, for example when writing commit messages. The\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
274 " editor it uses is determined by looking at the environment\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
275 " variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
276 " non-empty one is chosen. If all of them are empty, the editor\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
277 " defaults to 'vi'."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
278 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
279
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
280 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
281 "PYTHONPATH\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
282 " This is used by Python to find imported modules and may need to be\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
283 " set appropriately if this Mercurial is not installed system-wide.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
284 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
285
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
286 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
287 "Mercurial has the ability to add new features through the use of\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
288 "extensions. Extensions may add new commands, add options to\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
289 "existing commands, change the default behavior of commands, or\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
290 "implement hooks."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
291 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
292
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
293 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
294 "Extensions are not loaded by default for a variety of reasons:\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
295 "they can increase startup overhead; they may be meant for advanced\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
296 "usage only; they may provide potentially dangerous abilities (such\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
297 "as letting you destroy or modify history); they might not be ready\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
298 "for prime time; or they may alter some usual behaviors of stock\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
299 "Mercurial. It is thus up to the user to activate extensions as\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
300 "needed."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
301 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
302
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
303 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
304 "To enable the \"foo\" extension, either shipped with Mercurial or in\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
305 "the Python search path, create an entry for it in your hgrc, like\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
306 "this::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
307 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
308
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
309 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
310 " [extensions]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
311 " foo ="
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
312 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
313
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
314 msgid "You may also specify the full path to an extension::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
315 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
316
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
317 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
318 " [extensions]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
319 " myfeature = ~/.hgext/myfeature.py"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
320 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
321
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
322 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
323 "To explicitly disable an extension enabled in an hgrc of broader\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
324 "scope, prepend its path with !::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
325 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
326
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
327 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
328 " [extensions]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
329 " # disabling extension bar residing in /path/to/extension/bar.py\n"
10172
c5c969e9eefb i18n: update po files for 703db37d186b and 0ddbc0299742
Wagner Bruna <wbruna@softwareexpress.com.br>
parents: 9764
diff changeset
330 " bar = !/path/to/extension/bar.py\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
331 " # ditto, but no path was supplied for extension baz\n"
10172
c5c969e9eefb i18n: update po files for 703db37d186b and 0ddbc0299742
Wagner Bruna <wbruna@softwareexpress.com.br>
parents: 9764
diff changeset
332 " baz = !\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
333 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
334
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
335 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
336 "When Mercurial accepts more than one revision, they may be specified\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
337 "individually, or provided as a topologically continuous range,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
338 "separated by the \":\" character."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
339 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
340
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
341 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
342 "The syntax of range notation is [BEGIN]:[END], where BEGIN and END are\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
343 "revision identifiers. Both BEGIN and END are optional. If BEGIN is not\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
344 "specified, it defaults to revision number 0. If END is not specified,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
345 "it defaults to the tip. The range \":\" thus means \"all revisions\"."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
346 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
347
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
348 msgid "If BEGIN is greater than END, revisions are treated in reverse order."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
349 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
350
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
351 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
352 "A range acts as a closed interval. This means that a range of 3:5\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
353 "gives 3, 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
354 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
355
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
356 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
357 "Mercurial accepts several notations for identifying one or more files\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
358 "at a time."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
359 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
360
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
361 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
362 "By default, Mercurial treats filenames as shell-style extended glob\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
363 "patterns."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
364 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
365
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
366 msgid "Alternate pattern notations must be specified explicitly."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
367 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
368
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
369 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
370 "To use a plain path name without any pattern matching, start it with\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
371 "``path:``. These path names must completely match starting at the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
372 "current repository root."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
373 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
374
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
375 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
376 "To use an extended glob, start a name with ``glob:``. Globs are rooted\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
377 "at the current directory; a glob such as ``*.c`` will only match files\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
378 "in the current directory ending with ``.c``."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
379 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
380
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
381 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
382 "The supported glob syntax extensions are ``**`` to match any string\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
383 "across path separators and ``{a,b}`` to mean \"a or b\"."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
384 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
385
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
386 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
387 "To use a Perl/Python regular expression, start a name with ``re:``.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
388 "Regexp pattern matching is anchored at the root of the repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
389 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
390
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
391 msgid "Plain examples::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
392 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
393
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
394 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
395 " path:foo/bar a name bar in a directory named foo in the root\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
396 " of the repository\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
397 " path:path:name a file or directory named \"path:name\""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
398 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
399
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
400 msgid "Glob examples::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
401 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
402
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
403 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
404 " glob:*.c any name ending in \".c\" in the current directory\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
405 " *.c any name ending in \".c\" in the current directory\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
406 " **.c any name ending in \".c\" in any subdirectory of the\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
407 " current directory including itself.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
408 " foo/*.c any name ending in \".c\" in the directory foo\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
409 " foo/**.c any name ending in \".c\" in any subdirectory of foo\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
410 " including itself."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
411 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
412
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
413 msgid "Regexp examples::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
414 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
415
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
416 msgid " re:.*\\.c$ any name ending in \".c\", anywhere in the repository\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
417 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
418
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
419 msgid "Mercurial supports several ways to specify individual revisions."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
420 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
421
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
422 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
423 "A plain integer is treated as a revision number. Negative integers are\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
424 "treated as sequential offsets from the tip, with -1 denoting the tip,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
425 "-2 denoting the revision prior to the tip, and so forth."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
426 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
427
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
428 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
429 "A 40-digit hexadecimal string is treated as a unique revision\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
430 "identifier."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
431 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
432
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
433 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
434 "A hexadecimal string less than 40 characters long is treated as a\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
435 "unique revision identifier and is referred to as a short-form\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
436 "identifier. A short-form identifier is only valid if it is the prefix\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
437 "of exactly one full-length identifier."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
438 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
439
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
440 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
441 "Any other string is treated as a tag or branch name. A tag name is a\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
442 "symbolic name associated with a revision identifier. A branch name\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
443 "denotes the tipmost revision of that branch. Tag and branch names must\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
444 "not contain the \":\" character."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
445 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
446
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
447 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
448 "The reserved name \"tip\" is a special tag that always identifies the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
449 "most recent revision."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
450 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
451
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
452 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
453 "The reserved name \"null\" indicates the null revision. This is the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
454 "revision of an empty repository, and the parent of revision 0."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
455 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
456
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
457 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
458 "The reserved name \".\" indicates the working directory parent. If no\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
459 "working directory is checked out, it is equivalent to null. If an\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
460 "uncommitted merge is in progress, \".\" is the revision of the first\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
461 "parent.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
462 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
463
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
464 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
465 "Mercurial allows you to customize output of commands through\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
466 "templates. You can either pass in a template from the command\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
467 "line, via the --template option, or select an existing\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
468 "template-style (--style)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
469 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
470
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
471 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
472 "You can customize output for any \"log-like\" command: log,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
473 "outgoing, incoming, tip, parents, heads and glog."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
474 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
475
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
476 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
477 "Three styles are packaged with Mercurial: default (the style used\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
478 "when no explicit preference is passed), compact and changelog.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
479 "Usage::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
480 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
481
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
482 msgid " $ hg log -r1 --style changelog"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
483 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
484
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
485 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
486 "A template is a piece of text, with markup to invoke variable\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
487 "expansion::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
488 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
489
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
490 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
491 " $ hg log -r1 --template \"{node}\\n\"\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
492 " b56ce7b07c52de7d5fd79fb89701ea538af65746"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
493 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
494
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
495 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
496 "Strings in curly braces are called keywords. The availability of\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
497 "keywords depends on the exact context of the templater. These\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
498 "keywords are usually available for templating a log-like command:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
499 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
500
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
501 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
502 ":author: String. The unmodified author of the changeset.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
503 ":branches: String. The name of the branch on which the changeset\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
504 " was committed. Will be empty if the branch name was\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
505 " default.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
506 ":date: Date information. The date when the changeset was\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
507 " committed.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
508 ":desc: String. The text of the changeset description.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
509 ":diffstat: String. Statistics of changes with the following\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
510 " format: \"modified files: +added/-removed lines\"\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
511 ":files: List of strings. All files modified, added, or removed\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
512 " by this changeset.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
513 ":file_adds: List of strings. Files added by this changeset.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
514 ":file_mods: List of strings. Files modified by this changeset.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
515 ":file_dels: List of strings. Files removed by this changeset.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
516 ":node: String. The changeset identification hash, as a\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
517 " 40-character hexadecimal string.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
518 ":parents: List of strings. The parents of the changeset.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
519 ":rev: Integer. The repository-local changeset revision\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
520 " number.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
521 ":tags: List of strings. Any tags associated with the\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
522 " changeset.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
523 ":latesttag: String. Most recent global tag in the ancestors of this\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
524 " changeset.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
525 ":latesttagdistance: Integer. Longest path to the latest tag."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
526 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
527
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
528 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
529 "The \"date\" keyword does not produce human-readable output. If you\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
530 "want to use a date in your output, you can use a filter to process\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
531 "it. Filters are functions which return a string based on the input\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
532 "variable. You can also use a chain of filters to get the desired\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
533 "output::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
534 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
535
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
536 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
537 " $ hg tip --template \"{date|isodate}\\n\"\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
538 " 2008-08-21 18:22 +0000"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
539 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
540
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
541 msgid "List of filters:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
542 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
543
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
544 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
545 ":addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
546 " every line except the last.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
547 ":age: Date. Returns a human-readable date/time difference\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
548 " between the given date/time and the current\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
549 " date/time.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
550 ":basename: Any text. Treats the text as a path, and returns the\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
551 " last component of the path after splitting by the\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
552 " path separator (ignoring trailing separators). For\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
553 " example, \"foo/bar/baz\" becomes \"baz\" and \"foo/bar//\"\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
554 " becomes \"bar\".\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
555 ":stripdir: Treat the text as path and strip a directory level,\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
556 " if possible. For example, \"foo\" and \"foo/bar\" becomes\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
557 " \"foo\".\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
558 ":date: Date. Returns a date in a Unix date format, including\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
559 " the timezone: \"Mon Sep 04 15:13:13 2006 0700\".\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
560 ":domain: Any text. Finds the first string that looks like an\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
561 " email address, and extracts just the domain\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
562 " component. Example: ``User <user@example.com>`` becomes\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
563 " ``example.com``.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
564 ":email: Any text. Extracts the first string that looks like\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
565 " an email address. Example: ``User <user@example.com>``\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
566 " becomes ``user@example.com``.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
567 ":escape: Any text. Replaces the special XML/XHTML characters\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
568 " \"&\", \"<\" and \">\" with XML entities.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
569 ":fill68: Any text. Wraps the text to fit in 68 columns.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
570 ":fill76: Any text. Wraps the text to fit in 76 columns.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
571 ":firstline: Any text. Returns the first line of text.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
572 ":nonempty: Any text. Returns '(none)' if the string is empty.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
573 ":hgdate: Date. Returns the date as a pair of numbers:\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
574 " \"1157407993 25200\" (Unix timestamp, timezone offset).\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
575 ":isodate: Date. Returns the date in ISO 8601 format:\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
576 " \"2009-08-18 13:00 +0200\".\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
577 ":isodatesec: Date. Returns the date in ISO 8601 format, including\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
578 " seconds: \"2009-08-18 13:00:13 +0200\". See also the\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
579 " rfc3339date filter.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
580 ":localdate: Date. Converts a date to local date.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
581 ":obfuscate: Any text. Returns the input text rendered as a\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
582 " sequence of XML entities.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
583 ":person: Any text. Returns the text before an email address.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
584 ":rfc822date: Date. Returns a date using the same format used in\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
585 " email headers: \"Tue, 18 Aug 2009 13:00:13 +0200\".\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
586 ":rfc3339date: Date. Returns a date using the Internet date format\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
587 " specified in RFC 3339: \"2009-08-18T13:00:13+02:00\".\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
588 ":short: Changeset hash. Returns the short form of a changeset\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
589 " hash, i.e. a 12-byte hexadecimal string.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
590 ":shortdate: Date. Returns a date like \"2006-09-18\".\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
591 ":strip: Any text. Strips all leading and trailing whitespace.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
592 ":tabindent: Any text. Returns the text, with every line except\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
593 " the first starting with a tab character.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
594 ":urlescape: Any text. Escapes all \"special\" characters. For\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
595 " example, \"foo bar\" becomes \"foo%20bar\".\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
596 ":user: Any text. Returns the user portion of an email\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
597 " address.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
598 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
599
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
600 msgid "Valid URLs are of the form::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
601 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
602
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
603 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
604 " local/filesystem/path[#revision]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
605 " file://local/filesystem/path[#revision]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
606 " http://[user[:pass]@]host[:port]/[path][#revision]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
607 " https://[user[:pass]@]host[:port]/[path][#revision]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
608 " ssh://[user[:pass]@]host[:port]/[path][#revision]"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
609 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
610
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
611 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
612 "Paths in the local filesystem can either point to Mercurial\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
613 "repositories or to bundle files (as created by 'hg bundle' or 'hg\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
614 "incoming --bundle')."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
615 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
616
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
617 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
618 "An optional identifier after # indicates a particular branch, tag, or\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
619 "changeset to use from the remote repository. See also 'hg help\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
620 "revisions'."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
621 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
622
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
623 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
624 "Some features, such as pushing to http:// and https:// URLs are only\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
625 "possible if the feature is explicitly enabled on the remote Mercurial\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
626 "server."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
627 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
628
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
629 msgid "Some notes about using SSH with Mercurial:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
630 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
631
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
632 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
633 "- SSH requires an accessible shell account on the destination machine\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
634 " and a copy of hg in the remote path or specified with as remotecmd.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
635 "- path is relative to the remote user's home directory by default. Use\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
636 " an extra slash at the start of a path to specify an absolute path::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
637 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
638
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
639 msgid " ssh://example.com//tmp/repository"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
640 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
641
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
642 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
643 "- Mercurial doesn't use its own compression via SSH; the right thing\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
644 " to do is to configure it in your ~/.ssh/config, e.g.::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
645 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
646
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
647 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
648 " Host *.mylocalnetwork.example.com\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
649 " Compression no\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
650 " Host *\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
651 " Compression yes"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
652 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
653
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
654 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
655 " Alternatively specify \"ssh -C\" as your ssh command in your hgrc or\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
656 " with the --ssh command line option."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
657 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
658
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
659 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
660 "These URLs can all be stored in your hgrc with path aliases under the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
661 "[paths] section like so::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
662 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
663
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
664 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
665 " [paths]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
666 " alias1 = URL1\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
667 " alias2 = URL2\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
668 " ..."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
669 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
670
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
671 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
672 "You can then use the alias for any command that uses a URL (for\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
673 "example 'hg pull alias1' will be treated as 'hg pull URL1')."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
674 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
675
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
676 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
677 "Two path aliases are special because they are used as defaults when\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
678 "you do not provide the URL to a command:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
679 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
680
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
681 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
682 "default:\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
683 " When you create a repository with hg clone, the clone command saves\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
684 " the location of the source repository as the new repository's\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
685 " 'default' path. This is then used when you omit path from push- and\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
686 " pull-like commands (including incoming and outgoing)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
687 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
688
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
689 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
690 "default-push:\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
691 " The push command will look for a path named 'default-push', and\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
692 " prefer it over 'default' if both are defined.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
693 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
694
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
695 msgid "hooks for controlling repository access"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
696 msgstr "hooks για έλεγχο της πρόσβασης σε ένα αποθετήριο"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
697
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
698 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
699 "This hook makes it possible to allow or deny write access to portions\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
700 "of a repository when receiving incoming changesets."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
701 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
702 "Τα hooks της επέκτασης acl σας δίνουν τη δυνατότητα να επιτρέψετε ή να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
703 "απαγορεύσετε την πρόσβαση για αλλαγές σε μέρη ενός αποθετηρίου κατά τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
704 "διάρκεια της λήψης εισερχόμενων αλλαγών."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
705
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
706 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
707 "The authorization is matched based on the local user name on the\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
708 "system where the hook runs, and not the committer of the original\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
709 "changeset (since the latter is merely informative)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
710 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
711 "Η πρόσβαση ελέγχεται με βάση το τοπικό όνομα χρήστη στο σύστημα το οποίο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
712 "εκτελεί τον κώδικα της επέκτασης κι όχι με βάση το όνομα του συγγραφέα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
713 "μιας αλλαγής (αφού το δεύτερο υπάρχει μόνο για πληροφοριακούς σκοπούς)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
714
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
715 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
716 "The acl hook is best used along with a restricted shell like hgsh,\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
717 "preventing authenticating users from doing anything other than\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
718 "pushing or pulling. The hook is not safe to use if users have\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
719 "interactive shell access, as they can then disable the hook.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
720 "Nor is it safe if remote users share an account, because then there\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
721 "is no way to distinguish them."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
722 msgstr ""
10038
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
723 "Η επέκταση acl είναι πιο χρήσιμη όταν συνδυάζεται με ένα περιορισμένο\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
724 "φλοιό όπως το hgsh, αφού έτσι οι απομακρυσμένοι χρήστες έχουν πρόσβαση\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
725 "μόνο για λειτουργίες pull ή push. Η επέκταση δε μπορεί να σας\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
726 "εξασφαλίσει ότι δε θα την απενεργοποιήσουν οι τοπικοί χρήστες όταν\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
727 "έχουν απευθείας πρόσβαση να εκτελέσουν οποιαδήποτε εντολή στο\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
728 "εξυπηρετητή του αποθετηρίου. Δεν είναι ασφαλής, επίσης, όταν πολλοί\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
729 "απομακρυσμένοι χρήστες μοιράζονται τον ίδιο τοπικό λογαριασμό, αφού δεν\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
730 "υπάρχει τρόπος να ξεχωρίσει ο ένας χρήστης από τον άλλο."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
731
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
732 msgid "To use this hook, configure the acl extension in your hgrc like this::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
733 msgstr ""
10038
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
734 "Για να χρησιμοποιήσετε το hook της επέκτασης ενεργοποιήστε την στο\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
735 "αρχείο hgrc ως εξής::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
736
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
737 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
738 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
739 " acl ="
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
740 msgstr ""
10038
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
741 " [extensions]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
742 " acl ="
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
743
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
744 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
745 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
746 " pretxnchangegroup.acl = python:hgext.acl.hook"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
747 msgstr ""
10038
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
748 " [hooks]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
749 " pretxnchangegroup.acl = python:hgext.acl.hook"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
750
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
751 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
752 " [acl]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
753 " # Check whether the source of incoming changes is in this list\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
754 " # (\"serve\" == ssh or http, \"push\", \"pull\", \"bundle\")\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
755 " sources = serve"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
756 msgstr ""
10038
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
757 " [acl]\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
758 " # Ελέγξτε αν η πηγή των εισερχόμενων αλλαγών είναι κάποια από τις\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
759 " # (\\\"serve\\\" == ssh ή http, \\\"push\\\", \\\"pull\\\", \\\"bundle\\\")\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
760 " sources = serve"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
761
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
762 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
763 "The allow and deny sections take a subtree pattern as key (with a glob\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
764 "syntax by default), and a comma separated list of users as the\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
765 "corresponding value. The deny list is checked before the allow list\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
766 "is. ::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
767 msgstr ""
10038
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
768 "Τα τμήματα του αρχείου ρυθμίσεων τα οποία επιτρέπουν ή απαγορεύουν την\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
769 "πρόσβαση μπορούν να αναφέρονται σε υποκαταλόγους του αποθετηρίου (με\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
770 "σύνταξη glob για τα ονόματα αρχείων ή υποκαταλόγων). Σε κάθε πρότυπο\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
771 "ονόματος μπορείτε να ορίσετε ένα ή περισσότερους χρήστες χωρίζοντας τα\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
772 "ονόματά τους με κόμμα. Η λίστα προτύπων που απαγορεύει την πρόσβαση\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
773 "ελέγχεται πρώτη. ::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
774
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
775 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
776 " [acl.allow]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
777 " # If acl.allow is not present, all users are allowed by default.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
778 " # An empty acl.allow section means no users allowed.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
779 " docs/** = doc_writer\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
780 " .hgtags = release_engineer"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
781 msgstr ""
10038
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
782 " [acl.allow]\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
783 " # Όταν δεν υπάρχει το τμήμα acl.allow επιτρέπεται η πρόσβαση σε\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
784 " # όλους τους χρήστες. Όταν το τμήμα acl.allow είναι κενό δεν\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
785 " # επιτρέπεται η πρόσβαση σε κανέναν χρήστη.\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
786 " docs/** = doc_writer\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
787 " .hgtags = release_engineer"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
788
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
789 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
790 " [acl.deny]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
791 " # If acl.deny is not present, no users are refused by default.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
792 " # An empty acl.deny section means all users allowed.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
793 " glob pattern = user4, user5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
794 " ** = user6\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
795 msgstr ""
10038
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
796 " [acl.deny]\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
797 " # Όταν δεν υπάρχει το τμήμα acl.deny επιτρέπεται η πρόσβαση σε\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
798 " # όλους τους χρήστες. Όταν είναι κενό επίσης επιτρέπεται η\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
799 " # πρόσβαση σε όλους.\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
800 " glob pattern = user4, user5\n"
8c0126fc060f i18n-el: translate the help of acl.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10037
diff changeset
801 " ** = user6\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
802
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
803 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
804 msgid "config error - hook type \"%s\" cannot stop incoming changesets"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
805 msgstr "πρόβλημα ρυθμίσεων - το hook \"%s\" δε μπορεί να εμποδίσει εισερχόμενες αλλαγές"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
806
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
807 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
808 msgid "acl: access denied for changeset %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
809 msgstr "acl: η πρόσβαση για την αλλαγή %s δεν επιτρέπεται"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
810
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
811 msgid "track a line of development with movable markers"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
812 msgstr "παρακολούθηση μιας γραμμής ανάπτυξης με κινητές ετικέτες"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
813
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
814 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
815 "Bookmarks are local movable markers to changesets. Every bookmark\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
816 "points to a changeset identified by its hash. If you commit a\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
817 "changeset that is based on a changeset that has a bookmark on it, the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
818 "bookmark shifts to the new changeset."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
819 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
820 "Τα bookmarks είναι κινητές ετικέτες για αλλαγές. Κάθε ετικέτα δείχνει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
821 "σε μια αλλαγή, με βάση το hash της αλλαγής. Αν δημιουργήσετε μια νέα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
822 "αλλαγή με βάση μια αλλαγή στην οποία δείχνει μια ετικέτα, η ετικέτα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
823 "μετακινείται στην καινούρια αλλαγή."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
824
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
825 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
826 "It is possible to use bookmark names in every revision lookup (e.g. hg\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
827 "merge, hg update)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
828 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
829 "Οι ετικέτες μπορούν να χρησιμοποιηθούν οπουδήποτε έχει νόημα το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
830 "αναγνωριστικό μιας έκδοσης (π.χ. ως ορίσματα των hg merge ή hg update)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
831
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
832 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
833 "By default, when several bookmarks point to the same changeset, they\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
834 "will all move forward together. It is possible to obtain a more\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
835 "git-like experience by adding the following configuration option to\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
836 "your .hgrc::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
837 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
838 "Η προκαθορισμένη συμπεριφορά της επέκτασης είναι να μετακινεί όλες τις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
839 "ετικέτες μιας γονικής αλλαγής. Αυτή η συμπεριφορά μπορεί να αλλάξει,\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
840 "για να μοιάζει περισσότερο με το git, προσθέτοντας την παρακάτω επιλογή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
841 "στο αρχείο .hgrc::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
842
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
843 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
844 " [bookmarks]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
845 " track.current = True"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
846 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
847 " [bookmarks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
848 " track.current = True"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
849
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
850 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
851 "This will cause Mercurial to track the bookmark that you are currently\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
852 "using, and only update it. This is similar to git's approach to\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
853 "branching.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
854 msgstr ""
10039
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
855 "Με αυτή την επιλογή το Mercurial θα ελέγχει αν έχετε ενεργοποιήσει\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
856 "κάποια ετικέτα και θα μετακινεί μόνο αυτή την ετικέτα. Αυτή η\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
857 "συμπεριφορά μοιάζει με τον τρόπο που λειτουργούν οι κλάδοι ανάπτυξης στο\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
858 "git.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
859
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
860 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
861 " Bookmarks are pointers to certain commits that move when\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
862 " committing. Bookmarks are local. They can be renamed, copied and\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
863 " deleted. It is possible to use bookmark names in 'hg merge' and\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
864 " 'hg update' to merge and update respectively to a given bookmark."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
865 msgstr ""
10039
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
866 " Οι ετικέτες είναι δείκτες προς συγκεκριμένες αλλαγές, οι οποίοι\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
867 " μετακινούνται όταν κάνετε commit. Οι ετικέτες αποθηκεύονται μόνο\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
868 " τοπικά. Μπορούν να μετονομαστούν, να αντιγραφούν, και να σβηστούν.\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
869 " Η χρήση τους επιτρέπεται τόσο με την εντολή 'hg merge όσο και με την\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
870 " 'hg update', για συγχώνευση ή ενημέρωση, αντίστοιχα, του χώρου\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
871 " εργασίας με την έκδοση μιας ετικέτας."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
872
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
873 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
874 " You can use 'hg bookmark NAME' to set a bookmark on the working\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
875 " directory's parent revision with the given name. If you specify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
876 " a revision using -r REV (where REV may be an existing bookmark),\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
877 " the bookmark is assigned to that revision.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
878 " "
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
879 msgstr ""
10039
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
880 " Μπορείτε να δώσετε 'hg bookmark ΟΝΟΜΑ' για να ορίσετε μια ετικέτα η\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
881 " οποία δείχνει στη γονική αλλαγή του χώρου εργασίας. Με την επιλογή\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
882 " '-r REV' (όπου REV μπορεί να είναι και μια υπάρχουσα ετικέτα)\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
883 " μπορείτε να ορίσετε μια νέα ετικέτα για οποιαδήποτε έκδοση.\n"
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
884 " "
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
885
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
886 msgid "a bookmark of this name does not exist"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
887 msgstr "δεν υπάρχει σελιδοδείκτης με αυτό το όνομα"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
888
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
889 msgid "a bookmark of the same name already exists"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
890 msgstr "υπάρχει ήδη σελιδοδείκτης με αυτό το όνομα"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
891
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
892 msgid "new bookmark name required"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
893 msgstr "απαιτείται ένα όνομα νέου σελιδοδείκτη"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
894
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
895 msgid "bookmark name required"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
896 msgstr "απαιτείται όνομα σελιδοδείκτη"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
897
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
898 msgid "bookmark name cannot contain newlines"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
899 msgstr "το όνομα ενός σελιδοδείκτη δεν επιτρέπεται να περιέχει χαρακτήρες αλλαγής γραμμής"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
900
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
901 msgid "a bookmark cannot have the name of an existing branch"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
902 msgstr "οι σελιδοδείκτες δεν επιτρέπεται να έχουν το όνομα ενός υπάρχοντος κλάδου"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
903
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
904 msgid "force"
10039
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
905 msgstr "force"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
906
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
907 msgid "revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
908 msgstr "αλλαγή"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
909
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
910 msgid "delete a given bookmark"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
911 msgstr "διαγραφή ενός σελιδοδείκτη"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
912
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
913 msgid "rename a given bookmark"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
914 msgstr "μετονομασία ενός σελιδοδείκτη"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
915
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
916 msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
10039
1d69de7c91d2 i18n-el: translate the rest of hgext/bookmarks
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10038
diff changeset
917 msgstr "hg bookmarks [-f] [-d] [-m ΟΝΟΜΑ] [-r REV] [REV]"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
918
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
919 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
920 msgid "hooks for integrating with the Bugzilla bug tracker"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
921 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
922 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
923 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
924 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
925 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
926 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
927 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
928 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
929 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
930 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
931 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
932 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
933 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
934 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
935 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
936 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
937 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
938 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
939 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
940 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
941 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
942 "τμήμα [bugzilla]:\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
943 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
944 "host\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
945 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
946 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
947 "db\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
948 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
949 " 'bugs'.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
950 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
951 "user\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
952 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
953 " όνομα 'bugs'.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
954 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
955 "password\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
956 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
957 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
958 "timeout\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
959 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
960 " Προκαθορισμένος χρόνος 5.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
961 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
962 "version\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
963 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
964 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
965 " από την 2.18.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
966 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
967 "bzuser\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
968 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
969 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
970 " βρεθεί ως χρήστης στο Bugzilla.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
971 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
972 "bzdir\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
973 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
974 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
975 " '/var/www/html/bugzilla'.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
976 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
977 "notify\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
978 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
979 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
980 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
981 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
982 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
983 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
984 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
985 "regexp\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
986 " Regular expression to match bug IDs in changeset commit message.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
987 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
988 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
989 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
990 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
991 "style\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
992 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
993 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
994 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
995 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
996 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
997 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
998 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
999 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1000 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1001 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1002 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1003 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1004 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1005 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1006 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1007 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1008 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1009 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1010 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1011 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1012 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1013 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1014 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1015 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1016 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1017 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1018 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1019 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1020 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1021 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1022 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1023 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1024 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1025 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1026 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1027 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1028 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1029 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1030 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1031 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1032 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1033 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1034 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1035 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1036 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1037 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1038 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1039 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1040 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1041 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1042 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1043 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1044 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1045 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1046 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1047 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1048 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1049 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1050 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1051 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1052 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1053 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1054 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1055 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1056 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1057 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1058 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1059 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1060 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1061 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1062 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1063 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1064 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1065 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1066 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1067 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1068 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1069 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1070 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1071 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1072
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1073 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1074 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1075 "This hook extension adds comments on bugs in Bugzilla when changesets\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1076 "that refer to bugs by Bugzilla ID are seen. The hook does not change\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1077 "bug status."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1078 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1079 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1080 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1081 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1082 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1083 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1084 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1085 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1086 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1087 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1088 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1089 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1090 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1091 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1092 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1093 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1094 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1095 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1096 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1097 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1098 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1099 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1100 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1101 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1102 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1103 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1104 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1105 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1106 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1107 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1108 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1109 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1110 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1111 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1112 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1113 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1114 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1115 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1116 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1117 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1118 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1119 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1120 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1121 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1122 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1123 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1124 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1125 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1126 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1127 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1128 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1129 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1130 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1131 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1132 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1133 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1134 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1135 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1136 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1137 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1138 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1139 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1140 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1141 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1142 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1143 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1144 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1145 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1146 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1147 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1148 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1149 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
1150 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
1151 "template\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1152 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1153 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1154 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1155 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1156 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1157 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1158 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1159 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1160 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1161 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1162 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1163 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1164 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1165 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1166 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1167 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1168 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1169 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1170 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1171 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1172 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1173 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1174 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1175 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1176 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1177 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1178 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1179 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1180 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1181 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1182 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1183 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1184 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1185 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1186 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1187 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1188 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1189 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1190 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1191 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1192 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1193 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1194 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1195 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1196 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1197 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1198 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1199 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1200 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1201 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1202 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1203 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1204 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1205 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1206 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1207 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1208 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1209 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1210 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1211 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1212 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1213 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1214 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1215 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1216 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1217 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1218 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1219 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1220 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1221 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1222 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1223 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1224 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1225 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1226 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1227 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1228 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1229
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1230 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1231 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1232 "The hook updates the Bugzilla database directly. Only Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1233 "installations using MySQL are supported."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1234 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1235 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1236 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1237 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1238 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1239 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1240 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1241 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1242 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1243 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1244 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1245 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1246 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1247 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1248 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1249 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1250 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1251 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1252 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1253 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1254 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1255 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1256 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1257 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1258 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1259 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1260 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1261 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1262 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1263 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1264 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1265 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1266 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1267 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1268 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1269 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1270 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1271 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1272 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1273 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1274 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1275 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1276 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1277 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1278 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1279 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1280 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1281 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1282 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1283 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1284 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1285 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1286 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1287 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1288 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1289 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1290 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1291 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1292 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1293 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1294 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1295 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1296 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1297 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1298 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1299 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1300 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1301 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1302 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1303 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1304 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1305 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1306 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1307 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1308 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1309 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1310 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1311 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1312 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1313 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1314 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1315 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1316 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1317 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1318 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1319 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
1320 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
1321 "strip\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
1322 " The number of slashes to strip from the front of {root} to produce\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
1323 " {webroot}. Default 0.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
1324 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
1325 "usermap\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1326 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1327 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1328 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1329 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1330 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1331 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1332 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1333 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1334 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1335 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1336 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1337 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1338 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1339 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1340 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1341 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1342 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1343 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1344 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1345 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1346 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1347 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1348 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1349 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1350 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1351 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1352 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1353 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1354 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1355 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1356 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1357 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1358 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1359 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1360 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1361 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1362 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1363 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1364 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1365 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1366 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1367 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1368 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1369 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1370 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1371 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1372 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1373 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1374 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1375 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1376 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1377 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1378 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1379 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1380 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1381 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1382 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1383 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1384 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1385
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1386 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1387 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1388 "The hook relies on a Bugzilla script to send bug change notification\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1389 "emails. That script changes between Bugzilla versions; the\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1390 "'processmail' script used prior to 2.18 is replaced in 2.18 and\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1391 "subsequent versions by 'config/sendbugmail.pl'. Note that these will\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1392 "be run by Mercurial as the user pushing the change; you will need to\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1393 "ensure the Bugzilla install file permissions are set appropriately."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1394 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1395 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1396 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1397 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1398 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1399 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1400 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1401 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1402 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1403 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1404 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1405 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1406 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1407 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1408 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1409 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1410 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1411 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1412 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1413 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1414 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1415 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1416 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1417 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1418 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1419 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1420 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1421 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1422 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1423 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1424 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1425 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1426 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1427 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1428 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1429 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1430 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1431 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1432 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1433 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1434 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1435 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1436 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1437 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1438 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1439 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1440 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1441 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1442 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1443 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1444 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1445 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1446 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1447 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1448 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1449 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1450 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1451 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1452 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1453 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1454 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1455 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1456 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1457 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1458 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1459 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1460 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1461 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1462 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1463 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1464 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1465 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1466 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1467 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1468 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1469 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1470 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1471 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1472 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1473 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1474 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1475 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1476 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1477 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1478 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1479 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1480 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1481 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1482 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1483 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1484 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1485 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1486 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1487 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1488 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1489 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1490 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1491 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1492 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1493 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1494 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1495 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1496 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1497 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1498 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1499 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1500 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
1501 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
1502 "baseurl\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1503 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1504 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1505 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1506 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1507 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1508 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1509 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1510 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1511 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1512 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1513 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1514 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1515 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1516 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1517 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1518 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1519 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1520 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1521 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1522 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1523 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1524 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1525 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1526 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1527 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1528 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1529 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1530 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1531 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1532 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1533 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1534 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1535 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1536 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1537 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1538 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1539 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1540 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1541 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1542 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1543 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1544 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1545
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1546 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1547 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1548 "The extension is configured through three different configuration\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1549 "sections. These keys are recognized in the [bugzilla] section:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1550 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1551 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1552 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1553 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1554 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1555 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1556 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1557 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1558 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1559 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1560 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1561 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1562 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1563 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1564 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1565 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1566 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1567 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1568 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1569 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1570 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1571 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1572 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1573 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1574 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1575 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1576 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1577 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1578 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1579 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1580 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1581 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1582 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1583 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1584 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1585 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1586 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1587 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1588 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1589 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1590 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1591 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1592 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1593 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1594 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1595 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1596 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1597 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1598 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1599 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1600 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1601 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1602 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1603 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1604 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1605 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1606 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1607 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1608 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1609 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1610 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1611 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1612 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1613 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1614 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1615 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1616 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1617 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1618 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1619 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1620 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1621 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1622 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1623 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1624 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1625 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1626 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1627 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1628 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1629 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1630 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1631 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1632 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1633 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1634 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1635 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1636 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1637 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1638 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1639 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1640 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1641 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1642 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1643 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1644 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1645 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1646 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1647 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1648 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1649 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1650 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1651 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1652 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1653 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1654 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1655 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1656 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1657 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1658 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1659 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1660 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1661 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1662 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1663 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1664 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1665 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1666 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1667 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1668 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1669 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1670 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1671 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1672 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1673 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1674 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1675 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1676 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1677 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1678 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1679 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1680 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1681 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1682 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1683 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1684 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1685 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1686 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1687 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1688 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1689 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1690 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1691 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1692 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1693 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1694 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1695 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1696 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1697 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1698 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1699 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1700 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1701
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1702 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1703 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1704 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1705 " Hostname of the MySQL server holding the Bugzilla database."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1706 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1707 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1708 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1709 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1710 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1711 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1712 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1713 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1714 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1715 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1716 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1717 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1718 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1719 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1720 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1721 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1722 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1723 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1724 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1725 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1726 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1727 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1728 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1729 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1730 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1731 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1732 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1733 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1734 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1735 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1736 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1737 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1738 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1739 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1740 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1741 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1742 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1743 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1744 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1745 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1746 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1747 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1748 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1749 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1750 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1751 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1752 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1753 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1754 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1755 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1756 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1757 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1758 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1759 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1760 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1761 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1762 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1763 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1764 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1765 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1766 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1767 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1768 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1769 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1770 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1771 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1772 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1773 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1774 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1775 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1776 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1777 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1778 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1779 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1780 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1781 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1782 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1783 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1784 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1785 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1786 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1787 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1788 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1789 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1790 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1791 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1792 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1793 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1794 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1795 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1796 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1797 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1798 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1799 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1800 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1801 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1802 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1803 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1804 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1805 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1806 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1807 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1808 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1809 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1810 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1811 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1812 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1813 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1814 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1815 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1816 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1817 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1818 "Ενεργοποίηση της επέκτασης::\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
1819 "\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
1820 " [extensions]\n"
10172
c5c969e9eefb i18n: update po files for 703db37d186b and 0ddbc0299742
Wagner Bruna <wbruna@softwareexpress.com.br>
parents: 9764
diff changeset
1821 " bugzilla =\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
1822 "\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
1823 " [hooks]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
1824 " # run bugzilla hook on every change pulled or pushed in here\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
1825 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
1826 "\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1827 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1828 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1829 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1830 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1831 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1832 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1833 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1834 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1835 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1836 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1837 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1838 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1839 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1840 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1841 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1842 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1843 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1844 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1845 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1846 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1847 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1848 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1849 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1850 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1851 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1852 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1853 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1854 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1855 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1856 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1857
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1858 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1859 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1860 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1861 " Name of the Bugzilla database in MySQL. Default 'bugs'."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1862 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1863 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1864 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1865 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1866 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1867 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1868 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1869 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1870 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1871 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1872 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1873 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1874 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1875 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1876 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1877 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1878 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1879 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1880 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1881 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1882 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1883 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1884 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1885 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1886 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1887 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1888 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1889 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1890 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1891 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1892 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1893 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1894 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1895 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1896 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1897 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1898 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1899 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1900 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1901 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1902 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1903 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1904 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1905 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1906 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1907 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1908 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1909 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1910 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1911 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1912 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1913 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1914 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1915 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1916 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1917 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1918 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1919 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1920 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1921 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1922 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1923 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1924 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1925 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1926 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1927 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1928 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1929 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1930 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1931 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1932 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1933 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1934 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1935 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1936 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1937 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1938 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1939 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1940 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1941 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1942 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1943 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1944 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1945 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1946 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1947 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1948 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1949 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1950 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1951 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1952 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1953 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1954 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1955 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1956 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1957 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1958 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1959 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1960 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1961 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1962 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1963 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1964 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1965 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1966 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1967 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1968 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1969 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1970 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1971 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1972 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1973 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1974 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1975 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1976 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1977 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1978 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1979 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1980 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1981 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1982 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1983 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1984 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1985 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1986 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1987 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1988 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1989 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1990 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1991 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1992 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1993 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1994 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1995 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1996 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1997 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1998 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
1999 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2000 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2001 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2002 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2003 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2004 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2005 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2006 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2007 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2008 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2009 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2010 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2011 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2012 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2013
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2014 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2015 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2016 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2017 " Username to use to access MySQL server. Default 'bugs'."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2018 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2019 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2020 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2021 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2022 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2023 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2024 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2025 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2026 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2027 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2028 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2029 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2030 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2031 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2032 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2033 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2034 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2035 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2036 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2037 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2038 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2039 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2040 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2041 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2042 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2043 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2044 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2045 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2046 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2047 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2048 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2049 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2050 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2051 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2052 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2053 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2054 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2055 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2056 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2057 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2058 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2059 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2060 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2061 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2062 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2063 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2064 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2065 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2066 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2067 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2068 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2069 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2070 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2071 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2072 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2073 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2074 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2075 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2076 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2077 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2078 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2079 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2080 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2081 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2082 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2083 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2084 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2085 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2086 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2087 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2088 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2089 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2090 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2091 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2092 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2093 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2094 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2095 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2096 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2097 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2098 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2099 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2100 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2101 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2102 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2103 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2104 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2105 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2106 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2107 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2108 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2109 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2110 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2111 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2112 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2113 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2114 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2115 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2116 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2117 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2118 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2119 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2120 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2121 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2122 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2123 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2124 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2125 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2126 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2127 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2128 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2129 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2130 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2131 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2132 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2133 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2134 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2135 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2136 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2137 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2138 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2139 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2140 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2141 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2142 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2143 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2144 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2145 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2146 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2147 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2148 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2149 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2150 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2151 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2152 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2153 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2154 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2155 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2156 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2157 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2158 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2159 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2160 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2161 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2162 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2163 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2164 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2165 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2166 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2167 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2168 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2169
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2170 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2171 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2172 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2173 " Password to use to access MySQL server."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2174 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2175 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2176 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2177 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2178 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2179 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2180 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2181 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2182 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2183 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2184 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2185 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2186 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2187 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2188 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2189 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2190 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2191 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2192 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2193 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2194 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2195 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2196 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2197 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2198 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2199 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2200 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2201 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2202 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2203 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2204 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2205 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2206 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2207 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2208 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2209 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2210 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2211 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2212 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2213 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2214 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2215 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2216 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2217 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2218 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2219 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2220 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2221 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2222 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2223 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2224 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2225 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2226 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2227 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2228 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2229 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2230 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2231 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2232 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2233 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2234 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2235 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2236 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2237 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2238 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2239 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2240 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2241 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2242 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2243 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2244 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2245 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2246 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2247 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2248 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2249 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2250 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2251 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2252 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2253 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2254 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2255 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2256 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2257 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2258 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2259 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2260 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2261 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2262 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2263 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2264 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2265 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2266 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2267 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2268 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2269 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2270 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2271 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2272 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2273 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2274 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2275 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2276 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2277 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2278 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2279 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2280 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2281 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2282 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2283 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2284 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2285 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2286 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2287 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2288 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2289 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2290 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2291 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2292 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2293 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2294 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2295 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2296 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2297 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2298 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2299 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2300 "\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2301 " [bugzilla]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2302 " host=localhost\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2303 " password=XYZZY\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2304 " version=3.0\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2305 " bzuser=unknown@domain.com\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2306 " bzdir=/opt/bugzilla-3.2\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2307 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2308 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2309 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2310 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2311 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2312 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2313 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2314 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2315 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2316 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2317 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2318 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2319 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2320 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2321 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2322 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2323 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2324 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2325
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2326 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2327 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2328 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2329 " Database connection timeout (seconds). Default 5."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2330 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2331 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2332 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2333 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2334 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2335 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2336 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2337 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2338 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2339 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2340 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2341 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2342 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2343 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2344 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2345 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2346 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2347 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2348 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2349 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2350 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2351 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2352 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2353 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2354 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2355 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2356 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2357 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2358 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2359 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2360 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2361 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2362 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2363 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2364 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2365 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2366 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2367 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2368 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2369 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2370 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2371 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2372 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2373 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2374 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2375 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2376 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2377 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2378 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2379 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2380 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2381 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2382 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2383 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2384 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2385 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2386 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2387 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2388 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2389 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2390 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2391 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2392 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2393 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2394 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2395 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2396 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2397 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2398 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2399 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2400 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2401 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2402 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2403 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2404 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2405 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2406 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2407 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2408 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2409 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2410 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2411 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2412 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2413 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2414 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2415 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2416 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2417 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2418 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2419 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2420 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2421 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2422 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2423 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2424 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2425 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2426 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2427 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2428 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2429 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2430 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2431 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2432 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2433 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2434 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2435 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2436 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2437 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2438 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2439 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2440 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2441 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2442 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2443 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2444 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2445 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2446 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2447 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2448 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2449 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2450 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2451 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2452 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2453 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2454 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2455 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2456 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2457 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2458 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2459 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2460 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2461 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2462 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2463 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2464 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2465 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2466 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2467 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2468 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2469 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2470 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2471 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2472 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2473 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2474 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2475 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2476 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2477 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2478 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2479 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2480 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2481
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2482 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2483 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2484 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2485 " Bugzilla version. Specify '3.0' for Bugzilla versions 3.0 and later,\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2486 " '2.18' for Bugzilla versions from 2.18 and '2.16' for versions prior\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2487 " to 2.18."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2488 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2489 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2490 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2491 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2492 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2493 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2494 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2495 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2496 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2497 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2498 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2499 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2500 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2501 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2502 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2503 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2504 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2505 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2506 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2507 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2508 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2509 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2510 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2511 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2512 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2513 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2514 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2515 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2516 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2517 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2518 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2519 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2520 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2521 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2522 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2523 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2524 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2525 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2526 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2527 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2528 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2529 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2530 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2531 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2532 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2533 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2534 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2535 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2536 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2537 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2538 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2539 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2540 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2541 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2542 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2543 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2544 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2545 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2546 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2547 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2548 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2549 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2550 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2551 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2552 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2553 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2554 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2555 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2556 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2557 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2558 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2559 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2560 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2561 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2562 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2563 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2564 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2565 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2566 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2567 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2568 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2569 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2570 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2571 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2572 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2573 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2574 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2575 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2576 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2577 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2578 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2579 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2580 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2581 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2582 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2583 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2584 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2585 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2586 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2587 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2588 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2589 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2590 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2591 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2592 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2593 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2594 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2595 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2596 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2597 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2598 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2599 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2600 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2601 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2602 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2603 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2604 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2605 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2606 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2607 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2608 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2609 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2610 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2611 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2612 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2613 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2614 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2615 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2616 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2617 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2618 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2619 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2620 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2621 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2622 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2623 " {desc}\\\\n\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2624 " strip=5\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2625 "\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2626 " [web]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2627 " baseurl=http://dev.domain.com/hg\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2628 "\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2629 " [usermap]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2630 " user@emaildomain.com=user.name@bugzilladomain.com\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2631 "\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2632 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2633 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2634 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2635 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2636 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2637 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2638 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2639
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2640 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2641 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2642 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2643 " Fallback Bugzilla user name to record comments with, if changeset\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2644 " committer cannot be found as a Bugzilla user."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2645 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2646 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2647 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2648 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2649 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2650 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2651 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2652 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2653 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2654 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2655 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2656 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2657 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2658 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2659 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2660 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2661 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2662 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2663 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2664 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2665 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2666 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2667 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2668 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2669 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2670 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2671 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2672 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2673 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2674 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2675 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2676 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2677 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2678 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2679 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2680 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2681 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2682 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2683 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2684 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2685 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2686 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2687 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2688 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2689 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2690 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2691 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2692 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2693 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2694 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2695 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2696 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2697 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2698 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2699 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2700 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2701 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2702 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2703 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2704 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2705 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2706 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2707 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2708 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2709 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2710 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2711 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2712 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2713 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2714 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2715 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2716 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2717 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2718 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2719 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2720 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2721 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2722 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2723 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2724 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2725 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2726 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2727 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2728 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2729 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2730 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2731 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2732 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2733 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2734 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2735 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2736 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2737 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2738 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2739 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2740 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2741 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2742 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2743 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2744 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2745 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2746 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2747 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2748 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2749 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2750 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2751 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2752 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2753 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2754 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2755 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2756 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2757 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2758 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2759 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2760 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2761 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2762 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2763 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2764 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2765 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2766 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2767 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2768 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2769 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2770 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2771 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2772 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2773 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2774 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2775 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2776 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2777 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2778 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2779 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2780 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2781 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2782 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2783 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2784 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2785 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2786 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2787 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2788 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2789 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2790 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2791 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2792 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2793 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2794 "\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2795 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2796
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2797 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2798 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2799 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2800 " Bugzilla install directory. Used by default notify. Default\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2801 " '/var/www/html/bugzilla'."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2802 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2803 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2804 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2805 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2806 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2807 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2808 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2809 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2810 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2811 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2812 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2813 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2814 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2815 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2816 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2817 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2818 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2819 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2820 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2821 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2822 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2823 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2824 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2825 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2826 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2827 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2828 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2829 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2830 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2831 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2832 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2833 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2834 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2835 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2836 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2837 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2838 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2839 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2840 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2841 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2842 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2843 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2844 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2845 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2846 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2847 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2848 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2849 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2850 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2851 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2852 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2853 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2854 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2855 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2856 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2857 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2858 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2859 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2860 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2861 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2862 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2863 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2864 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2865 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2866 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2867 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2868 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2869 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2870 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2871 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2872 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2873 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2874 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2875 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2876 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2877 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2878 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2879 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2880 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2881 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2882 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2883 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2884 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2885 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2886 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2887 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2888 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2889 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2890 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2891 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2892 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2893 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2894 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2895 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2896 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2897 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2898 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2899 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2900 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2901 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2902 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2903 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2904 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2905 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2906 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2907 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2908 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2909 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2910 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2911 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2912 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2913 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2914 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2915 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2916 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2917 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2918 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2919 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2920 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2921 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2922 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2923 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2924 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2925 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2926 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2927 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2928 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2929 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2930 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2931 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2932 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2933 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2934 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2935 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2936 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2937 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2938 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2939 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2940 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2941 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2942 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2943 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2944 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2945 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2946 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2947 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2948 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2949 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2950 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2951 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2952 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2953
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2954 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2955 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2956 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2957 " The command to run to get Bugzilla to send bug change notification\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2958 " emails. Substitutes from a map with 3 keys, 'bzdir', 'id' (bug id)\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2959 " and 'user' (committer bugzilla email). Default depends on version;\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2960 " from 2.18 it is \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
2961 " %(id)s %(user)s\"."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
2962 msgstr ""
10037
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2963 "διασύνδεση με το bug tracker Bugzilla\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2964 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2965 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2966 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2967 "την κατάσταση του bug.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2968 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2969 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2970 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2971 "βάση δεδομένων MySQL.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2972 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2973 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2974 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2975 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2976 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2977 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2978 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2979 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2980 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2981 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2982 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2983 "τμήμα [bugzilla]:\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2984 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2985 "host\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2986 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2987 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2988 "db\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2989 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2990 " 'bugs'.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2991 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2992 "user\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2993 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2994 " όνομα 'bugs'.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2995 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2996 "password\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2997 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2998 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
2999 "timeout\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3000 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3001 " Προκαθορισμένος χρόνος 5.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3002 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3003 "version\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3004 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3005 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3006 " από την 2.18.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3007 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3008 "bzuser\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3009 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3010 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3011 " βρεθεί ως χρήστης στο Bugzilla.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3012 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3013 "bzdir\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3014 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3015 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3016 " '/var/www/html/bugzilla'.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3017 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3018 "notify\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3019 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3020 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3021 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3022 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3023 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3024 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3025 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3026 "regexp\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3027 " Regular expression to match bug IDs in changeset commit message.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3028 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3029 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3030 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3031 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3032 "style\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3033 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3034 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3035 "template\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3036 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3037 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3038 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3039 " κλειδιά::\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3040 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3041 " {bug} Το ID ενός bug στο Bugzilla.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3042 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3043 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3044 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3045 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
3046 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3047 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3048 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3049 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3050 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3051 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3052 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3053 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3054 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3055 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3056 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3057 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3058 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3059 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3060 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3061 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3062 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3063 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3064 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3065 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3066 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3067 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3068 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3069 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3070 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3071 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3072 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3073 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3074 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3075 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3076 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3077 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3078 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3079 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3080 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3081 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3082 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3083 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3084 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3085 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3086 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3087 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3088 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3089 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3090 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3091 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3092 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3093 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3094 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3095 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3096 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3097 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3098 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3099 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3100 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3101 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3102 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3103 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3104 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3105 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3106 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3107 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3108 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3109 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3110 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3111 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3112 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3113
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3114 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3115 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3116 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3117 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3118 " Must contain one \"()\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3119 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3120 " 1234 and 5678' and variations thereof. Matching is case insensitive."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3121 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3122 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3123 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3124 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3125 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3126 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3127 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3128 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3129 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3130 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3131 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3132 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3133 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3134 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3135 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3136 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3137 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3138 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3139 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3140 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3141 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3142 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3143 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3144 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3145 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3146 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3147 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3148 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3149 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3150 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3151 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3152 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3153 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3154 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3155 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3156 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3157 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3158 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3159 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3160 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3161 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3162 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3163 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3164 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3165 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3166 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3167 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3168 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3169 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3170 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3171 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3172 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3173 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3174 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3175 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3176 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3177 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3178 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3179 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3180 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3181 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3182 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3183 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3184 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3185 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3186 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3187 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3188 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3189 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3190 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3191 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3192 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3193 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3194 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3195 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3196 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3197 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3198 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3199 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3200 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3201 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3202 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3203 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3204 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3205 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3206 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3207 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3208 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3209 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3210 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3211 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3212 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3213 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3214 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3215 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3216 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3217 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3218 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3219 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3220 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3221 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3222 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3223 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3224 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3225 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3226 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3227 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3228 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3229 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3230 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3231 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3232 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3233 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3234 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3235 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3236 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3237 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3238 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3239 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3240 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3241 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3242 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3243 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3244 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3245 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3246 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3247 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3248 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3249 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3250 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3251 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3252 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3253 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3254 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3255 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3256 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3257 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3258 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3259 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3260 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3261 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3262 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3263 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3264 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3265 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3266 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3267 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3268 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3269 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3270 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3271 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3272
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3273 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3274 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3275 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3276 " The style file to use when formatting comments."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3277 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3278 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3279 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3280 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3281 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3282 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3283 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3284 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3285 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3286 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3287 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3288 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3289 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3290 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3291 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3292 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3293 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3294 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3295 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3296 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3297 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3298 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3299 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3300 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3301 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3302 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3303 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3304 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3305 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3306 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3307 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3308 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3309 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3310 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3311 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3312 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3313 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3314 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3315 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3316 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3317 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3318 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3319 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3320 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3321 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3322 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3323 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3324 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3325 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3326 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3327 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3328 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3329 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3330 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3331 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3332 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3333 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3334 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3335 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3336 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3337 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3338 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3339 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3340 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3341 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3342 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3343 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3344 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3345 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3346 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3347 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3348 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3349 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3350 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3351 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3352 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3353 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3354 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3355 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3356 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3357 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3358 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3359 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3360 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3361 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3362 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3363 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3364 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3365 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3366 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3367 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3368 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3369 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3370 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3371 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3372 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3373 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3374 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3375 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3376 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3377 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3378 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3379 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3380 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3381 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3382 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3383 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3384 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3385 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3386 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3387 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3388 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3389 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3390 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3391 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3392 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3393 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3394 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3395 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3396 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3397 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3398 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3399 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3400 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3401 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3402 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3403 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3404 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3405 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3406 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3407 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3408 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3409 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3410 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3411 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3412 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3413 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3414 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3415 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3416 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3417 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3418 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3419 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3420 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3421 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3422 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3423 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3424 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3425 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3426 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3427 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3428
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3429 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3430 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3431 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3432 " Template to use when formatting comments. Overrides style if\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3433 " specified. In addition to the usual Mercurial keywords, the\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3434 " extension specifies::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3435 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3436 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3437 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3438 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3439 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3440 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3441 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3442 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3443 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3444 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3445 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3446 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3447 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3448 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3449 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3450 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3451 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3452 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3453 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3454 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3455 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3456 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3457 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3458 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3459 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3460 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3461 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3462 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3463 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3464 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3465 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3466 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3467 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3468 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3469 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3470 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3471 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3472 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3473 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3474 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3475 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3476 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3477 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3478 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3479 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3480 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3481 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3482 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3483 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3484 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3485 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3486 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3487 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3488 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3489 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3490 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3491 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3492 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3493 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3494 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3495 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3496 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3497 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3498 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3499 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3500 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3501 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3502 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3503 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3504 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3505 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3506 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3507 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3508 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3509 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3510 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3511 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3512 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3513 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3514 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3515 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3516 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3517 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3518 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3519 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3520 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3521 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3522 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3523 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3524 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3525 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3526 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3527 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3528 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3529 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3530 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3531 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3532 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3533 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3534 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3535 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3536 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3537 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3538 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3539 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3540 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3541 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3542 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3543 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3544 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3545 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3546 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3547 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3548 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3549 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3550 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3551 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3552 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3553 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3554 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3555 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3556 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3557 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3558 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3559 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3560 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3561 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3562 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3563 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3564 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3565 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3566 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3567 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3568 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3569 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3570 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3571 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3572 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3573 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3574 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3575 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3576 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3577 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3578 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3579 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3580 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3581 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3582 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3583 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3584 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3585 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3586
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3587 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3588 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3589 " {bug} The Bugzilla bug ID.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3590 " {root} The full pathname of the Mercurial repository.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3591 " {webroot} Stripped pathname of the Mercurial repository.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3592 " {hgweb} Base URL for browsing Mercurial repositories."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3593 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3594 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3595 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3596 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3597 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3598 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3599 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3600 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3601 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3602 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3603 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3604 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3605 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3606 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3607 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3608 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3609 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3610 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3611 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3612 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3613 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3614 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3615 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3616 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3617 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3618 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3619 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3620 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3621 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3622 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3623 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3624 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3625 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3626 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3627 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3628 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3629 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3630 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3631 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3632 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3633 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3634 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3635 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3636 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3637 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3638 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3639 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3640 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3641 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3642 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3643 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3644 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3645 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3646 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3647 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3648 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3649 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3650 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3651 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3652 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3653 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3654 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3655 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3656 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3657 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3658 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3659 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3660 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3661 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3662 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3663 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3664 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3665 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3666 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3667 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3668 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3669 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3670 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3671 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3672 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3673 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3674 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3675 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3676 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3677 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3678 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3679 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3680 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3681 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3682 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3683 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3684 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3685 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3686 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3687 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3688 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3689 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3690 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3691 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3692 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3693 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3694 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3695 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3696 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3697 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3698 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3699 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3700 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3701 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3702 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3703 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3704 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3705 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3706 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3707 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3708 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3709 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3710 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3711 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3712 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3713 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3714 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3715 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3716 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3717 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3718 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3719 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3720 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3721 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3722 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3723 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3724 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3725 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3726 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3727 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3728 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3729 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3730 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3731 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3732 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3733 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3734 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3735 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3736 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3737 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3738 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3739 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3740 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3741 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3742 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3743 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3744
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3745 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3746 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3747 " Default 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3748 " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3749 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3750 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3751 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3752 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3753 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3754 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3755 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3756 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3757 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3758 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3759 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3760 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3761 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3762 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3763 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3764 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3765 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3766 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3767 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3768 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3769 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3770 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3771 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3772 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3773 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3774 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3775 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3776 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3777 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3778 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3779 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3780 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3781 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3782 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3783 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3784 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3785 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3786 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3787 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3788 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3789 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3790 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3791 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3792 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3793 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3794 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3795 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3796 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3797 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3798 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3799 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3800 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3801 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3802 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3803 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3804 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3805 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3806 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3807 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3808 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3809 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3810 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3811 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3812 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3813 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3814 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3815 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3816 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3817 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3818 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3819 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3820 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3821 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3822 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3823 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3824 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3825 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3826 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3827 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3828 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3829 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3830 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3831 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3832 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3833 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3834 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3835 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3836 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3837 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3838 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3839 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3840 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3841 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3842 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3843 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3844 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3845 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3846 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3847 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3848 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3849 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3850 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3851 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3852 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3853 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3854 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3855 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3856 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3857 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3858 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3859 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3860 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3861 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3862 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3863 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3864 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3865 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3866 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3867 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3868 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3869 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3870 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3871 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3872 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3873 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3874 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3875 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3876 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3877 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3878 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3879 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3880 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3881 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3882 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3883 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3884 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3885 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3886 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3887 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3888 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3889 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3890 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3891 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3892 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3893 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3894 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3895 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3896 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3897 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3898 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3899 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3900
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3901 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3902 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3903 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3904 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3905 " {webroot}. Default 0."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3906 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3907 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3908 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3909 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3910 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3911 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3912 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3913 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3914 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3915 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3916 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3917 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3918 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3919 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3920 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3921 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3922 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3923 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3924 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3925 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3926 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3927 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3928 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3929 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3930 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3931 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3932 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3933 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3934 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3935 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3936 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3937 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3938 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3939 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3940 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3941 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3942 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3943 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3944 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3945 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3946 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3947 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3948 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3949 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3950 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3951 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3952 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3953 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3954 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3955 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3956 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3957 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3958 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3959 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3960 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3961 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3962 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3963 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3964 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3965 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3966 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3967 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3968 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3969 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3970 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3971 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3972 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3973 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3974 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3975 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3976 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3977 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3978 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3979 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3980 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3981 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3982 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3983 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3984 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3985 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3986 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3987 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3988 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3989 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3990 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3991 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3992 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3993 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3994 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3995 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3996 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3997 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3998 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
3999 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4000 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4001 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4002 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4003 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4004 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4005 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4006 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4007 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4008 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4009 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4010 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4011 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4012 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4013 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4014 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4015 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4016 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4017 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4018 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4019 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4020 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4021 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4022 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4023 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4024 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4025 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4026 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4027 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4028 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4029 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4030 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4031 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4032 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4033 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4034 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4035 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4036 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4037 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4038 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4039 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4040 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4041 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4042 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4043 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4044 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4045 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4046 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4047 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4048 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4049 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4050 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4051 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4052 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4053 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4054 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4055 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4056 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4057
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4058 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4059 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4060 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4061 " Path of file containing Mercurial committer ID to Bugzilla user ID\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4062 " mappings. If specified, the file should contain one mapping per\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4063 " line, \"committer\"=\"Bugzilla user\". See also the [usermap] section."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4064 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4065 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4066 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4067 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4068 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4069 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4070 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4071 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4072 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4073 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4074 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4075 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4076 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4077 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4078 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4079 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4080 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4081 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4082 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4083 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4084 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4085 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4086 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4087 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4088 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4089 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4090 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4091 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4092 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4093 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4094 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4095 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4096 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4097 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4098 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4099 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4100 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4101 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4102 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4103 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4104 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4105 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4106 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4107 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4108 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4109 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4110 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4111 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4112 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4113 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4114 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4115 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4116 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4117 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4118 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4119 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4120 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4121 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4122 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4123 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4124 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4125 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4126 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4127 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4128 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4129 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4130 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4131 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4132 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4133 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4134 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4135 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4136 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4137 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4138 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4139 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4140 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4141 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4142 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4143 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4144 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4145 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4146 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4147 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4148 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4149 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4150 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4151 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4152 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4153 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4154 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4155 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4156 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4157 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4158 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4159 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4160 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4161 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4162 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4163 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4164 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4165 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4166 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4167 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4168 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4169 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4170 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4171 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4172 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4173 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4174 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4175 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4176 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4177 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4178 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4179 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4180 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4181 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4182 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4183 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4184 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4185 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4186 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4187 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4188 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4189 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4190 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4191 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4192 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4193 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4194 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4195 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4196 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4197 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4198 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4199 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4200 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4201 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4202 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4203 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4204 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4205 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4206 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4207 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4208 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4209 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4210 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4211 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4212 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4213 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4214 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4215
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4216 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4217 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4218 "The [usermap] section is used to specify mappings of Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4219 "committer ID to Bugzilla user ID. See also [bugzilla].usermap.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4220 "\"committer\"=\"Bugzilla user\""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4221 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4222 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4223 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4224 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4225 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4226 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4227 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4228 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4229 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4230 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4231 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4232 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4233 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4234 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4235 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4236 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4237 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4238 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4239 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4240 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4241 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4242 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4243 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4244 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4245 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4246 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4247 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4248 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4249 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4250 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4251 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4252 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4253 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4254 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4255 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4256 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4257 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4258 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4259 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4260 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4261 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4262 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4263 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4264 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4265 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4266 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4267 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4268 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4269 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4270 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4271 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4272 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4273 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4274 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4275 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4276 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4277 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4278 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4279 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4280 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4281 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4282 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4283 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4284 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4285 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4286 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4287 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4288 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4289 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4290 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4291 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4292 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4293 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4294 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4295 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4296 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4297 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4298 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4299 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4300 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4301 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4302 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4303 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4304 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4305 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4306 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4307 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4308 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4309 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4310 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4311 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4312 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4313 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4314 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4315 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4316 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4317 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4318 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4319 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4320 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4321 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4322 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4323 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4324 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4325 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4326 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4327 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4328 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4329 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4330 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4331 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4332 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4333 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4334 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4335 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4336 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4337 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4338 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4339 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4340 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4341 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4342 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4343 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4344 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4345 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4346 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4347 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4348 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4349 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4350 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4351 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4352 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4353 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4354 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4355 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4356 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4357 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4358 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4359 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4360 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4361 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4362 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4363 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4364 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4365 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4366 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4367 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4368 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4369 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4370 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4371 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4372
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4373 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4374 msgid "Finally, the [web] section supports one entry:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4375 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4376 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4377 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4378 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4379 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4380 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4381 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4382 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4383 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4384 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4385 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4386 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4387 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4388 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4389 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4390 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4391 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4392 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4393 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4394 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4395 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4396 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4397 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4398 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4399 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4400 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4401 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4402 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4403 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4404 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4405 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4406 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4407 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4408 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4409 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4410 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4411 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4412 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4413 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4414 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4415 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4416 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4417 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4418 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4419 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4420 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4421 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4422 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4423 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4424 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4425 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4426 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4427 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4428 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4429 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4430 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4431 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4432 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4433 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4434 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4435 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4436 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4437 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4438 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4439 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4440 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4441 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4442 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4443 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4444 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4445 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4446 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4447 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4448 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4449 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4450 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4451 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4452 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4453 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4454 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4455 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4456 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4457 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4458 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4459 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4460 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4461 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4462 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4463 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4464 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4465 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4466 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4467 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4468 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4469 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4470 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4471 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4472 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4473 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4474 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4475 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4476 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4477 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4478 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4479 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4480 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4481 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4482 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4483 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4484 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4485 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4486 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4487 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4488 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4489 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4490 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4491 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4492 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4493 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4494 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4495 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4496 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4497 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4498 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4499 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4500 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4501 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4502 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4503 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4504 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4505 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4506 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4507 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4508 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4509 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4510 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4511 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4512 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4513 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4514 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4515 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4516 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4517 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4518 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4519 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4520 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4521 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4522 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4523 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4524 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4525 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4526
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4527 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4528 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4529 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4530 " Base URL for browsing Mercurial repositories. Reference from\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4531 " templates as {hgweb}."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4532 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4533 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4534 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4535 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4536 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4537 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4538 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4539 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4540 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4541 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4542 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4543 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4544 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4545 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4546 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4547 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4548 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4549 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4550 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4551 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4552 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4553 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4554 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4555 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4556 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4557 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4558 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4559 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4560 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4561 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4562 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4563 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4564 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4565 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4566 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4567 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4568 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4569 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4570 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4571 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4572 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4573 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4574 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4575 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4576 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4577 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4578 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4579 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4580 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4581 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4582 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4583 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4584 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4585 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4586 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4587 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4588 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4589 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4590 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4591 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4592 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4593 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4594 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4595 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4596 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4597 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4598 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4599 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4600 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4601 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4602 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4603 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4604 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4605 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4606 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4607 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4608 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4609 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4610 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4611 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4612 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4613 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4614 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4615 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4616 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4617 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4618 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4619 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4620 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4621 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4622 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4623 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4624 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4625 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4626 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4627 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4628 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4629 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4630 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4631 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4632 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4633 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4634 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4635 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4636 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4637 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4638 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4639 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4640 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4641 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4642 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4643 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4644 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4645 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4646 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4647 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4648 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4649 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4650 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4651 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4652 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4653 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4654 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4655 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4656 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4657 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4658 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4659 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4660 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4661 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4662 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4663 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4664 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4665 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4666 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4667 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4668 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4669 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4670 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4671 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4672 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4673 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4674 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4675 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4676 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4677 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4678 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4679 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4680 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4681 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4682 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4683
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4684 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4685 msgid "Activating the extension::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4686 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4687 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4688 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4689 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4690 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4691 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4692 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4693 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4694 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4695 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4696 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4697 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4698 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4699 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4700 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4701 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4702 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4703 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4704 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4705 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4706 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4707 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4708 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4709 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4710 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4711 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4712 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4713 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4714 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4715 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4716 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4717 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4718 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4719 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4720 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4721 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4722 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4723 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4724 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4725 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4726 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4727 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4728 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4729 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4730 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4731 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4732 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4733 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4734 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4735 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4736 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4737 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4738 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4739 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4740 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4741 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4742 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4743 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4744 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4745 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4746 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4747 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4748 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4749 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4750 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4751 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4752 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4753 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4754 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4755 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4756 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4757 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4758 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4759 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4760 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4761 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4762 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4763 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4764 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4765 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4766 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4767 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4768 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4769 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4770 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4771 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4772 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4773 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4774 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4775 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4776 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4777 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4778 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4779 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4780 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4781 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4782 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4783 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4784 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4785 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4786 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4787 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4788 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4789 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4790 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4791 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4792 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4793 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4794 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4795 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4796 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4797 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4798 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4799 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4800 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4801 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4802 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4803 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4804 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4805 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4806 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4807 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4808 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4809 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4810 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4811 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4812 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4813 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4814 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4815 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4816 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4817 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4818 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4819 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4820 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4821 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4822 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4823 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4824 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4825 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4826 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4827 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4828 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4829 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4830 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4831 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4832 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4833 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4834 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4835 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4836 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4837
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4838 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4839 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4840 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4841 " bugzilla ="
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4842 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4843 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4844 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4845 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4846 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4847 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4848 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4849 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4850 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4851 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4852 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4853 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4854 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4855 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4856 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4857 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4858 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4859 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4860 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4861 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4862 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4863 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4864 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4865 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4866 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4867 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4868 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4869 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4870 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4871 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4872 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4873 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4874 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4875 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4876 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4877 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4878 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4879 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4880 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4881 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4882 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4883 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4884 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4885 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4886 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4887 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4888 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4889 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4890 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4891 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4892 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4893 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4894 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4895 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4896 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4897 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4898 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4899 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4900 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4901 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4902 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4903 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4904 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4905 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4906 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4907 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4908 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4909 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4910 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4911 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4912 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4913 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4914 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4915 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4916 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4917 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4918 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4919 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4920 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4921 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4922 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4923 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4924 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4925 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4926 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4927 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4928 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4929 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4930 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4931 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4932 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4933 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4934 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4935 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4936 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4937 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4938 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4939 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4940 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4941 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4942 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4943 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4944 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4945 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4946 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4947 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4948 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4949 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4950 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4951 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4952 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4953 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4954 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4955 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4956 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4957 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4958 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4959 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4960 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4961 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4962 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4963 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4964 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4965 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4966 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4967 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4968 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4969 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4970 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4971 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4972 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4973 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4974 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4975 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4976 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4977 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4978 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4979 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4980 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4981 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4982 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4983 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4984 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4985 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4986 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4987 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4988 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4989 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4990 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4991 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4992 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4993
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4994 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4995 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4996 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4997 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4998 " incoming.bugzilla = python:hgext.bugzilla.hook"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
4999 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5000 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5001 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5002 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5003 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5004 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5005 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5006 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5007 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5008 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5009 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5010 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5011 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5012 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5013 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5014 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5015 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5016 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5017 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5018 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5019 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5020 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5021 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5022 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5023 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5024 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5025 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5026 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5027 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5028 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5029 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5030 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5031 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5032 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5033 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5034 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5035 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5036 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5037 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5038 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5039 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5040 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5041 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5042 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5043 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5044 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5045 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5046 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5047 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5048 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5049 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5050 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5051 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5052 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5053 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5054 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5055 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5056 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5057 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5058 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5059 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5060 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5061 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5062 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5063 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5064 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5065 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5066 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5067 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5068 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5069 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5070 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5071 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5072 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5073 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5074 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5075 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5076 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5077 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5078 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5079 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5080 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5081 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5082 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5083 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5084 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5085 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5086 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5087 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5088 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5089 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5090 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5091 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5092 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5093 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5094 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5095 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5096 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5097 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5098 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5099 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5100 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5101 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5102 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5103 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5104 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5105 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5106 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5107 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5108 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5109 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5110 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5111 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5112 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5113 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5114 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5115 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5116 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5117 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5118 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5119 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5120 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5121 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5122 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5123 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5124 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5125 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5126 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5127 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5128 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5129 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5130 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5131 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5132 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5133 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5134 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5135 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5136 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5137 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5138 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5139 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5140 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5141 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5142 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5143 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5144 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5145 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5146 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5147 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5148 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5149 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5150
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5151 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5152 msgid "Example configuration:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5153 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5154 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5155 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5156 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5157 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5158 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5159 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5160 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5161 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5162 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5163 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5164 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5165 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5166 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5167 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5168 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5169 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5170 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5171 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5172 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5173 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5174 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5175 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5176 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5177 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5178 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5179 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5180 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5181 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5182 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5183 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5184 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5185 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5186 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5187 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5188 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5189 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5190 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5191 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5192 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5193 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5194 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5195 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5196 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5197 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5198 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5199 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5200 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5201 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5202 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5203 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5204 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5205 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5206 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5207 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5208 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5209 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5210 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5211 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5212 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5213 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5214 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5215 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5216 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5217 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5218 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5219 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5220 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5221 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5222 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5223 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5224 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5225 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5226 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5227 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5228 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5229 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5230 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5231 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5232 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5233 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5234 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5235 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5236 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5237 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5238 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5239 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5240 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5241 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5242 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5243 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5244 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5245 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5246 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5247 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5248 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5249 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5250 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5251 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5252 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5253 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5254 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5255 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5256 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5257 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5258 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5259 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5260 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5261 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5262 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5263 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5264 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5265 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5266 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5267 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5268 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5269 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5270 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5271 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5272 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5273 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5274 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5275 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5276 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5277 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5278 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5279 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5280 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5281 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5282 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5283 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5284 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5285 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5286 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5287 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5288 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5289 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5290 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5291 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5292 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5293 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5294 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5295 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5296 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5297 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5298 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5299 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5300 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5301 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5302 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5303 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5304
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5305 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5306 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5307 "This example configuration is for a collection of Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5308 "repositories in /var/local/hg/repos/ used with a local Bugzilla 3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5309 "installation in /opt/bugzilla-3.2. ::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5310 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5311 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5312 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5313 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5314 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5315 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5316 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5317 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5318 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5319 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5320 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5321 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5322 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5323 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5324 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5325 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5326 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5327 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5328 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5329 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5330 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5331 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5332 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5333 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5334 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5335 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5336 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5337 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5338 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5339 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5340 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5341 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5342 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5343 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5344 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5345 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5346 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5347 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5348 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5349 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5350 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5351 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5352 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5353 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5354 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5355 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5356 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5357 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5358 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5359 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5360 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5361 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5362 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5363 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5364 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5365 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5366 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5367 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5368 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5369 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5370 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5371 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5372 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5373 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5374 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5375 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5376 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5377 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5378 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5379 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5380 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5381 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5382 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5383 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5384 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5385 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5386 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5387 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5388 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5389 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5390 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5391 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5392 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5393 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5394 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5395 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5396 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5397 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5398 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5399 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5400 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5401 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5402 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5403 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5404 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5405 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5406 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5407 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5408 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5409 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5410 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5411 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5412 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5413 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5414 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5415 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5416 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5417 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5418 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5419 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5420 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5421 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5422 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5423 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5424 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5425 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5426 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5427 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5428 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5429 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5430 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5431 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5432 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5433 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5434 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5435 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5436 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5437 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5438 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5439 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5440 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5441 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5442 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5443 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5444 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5445 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5446 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5447 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5448 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5449 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5450 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5451 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5452 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5453 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5454 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5455 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5456 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5457 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5458 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5459 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5460 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5461
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5462 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5463 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5464 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5465 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5466 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5467 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5468 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5469 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5470 " template=Changeset {node|short} in {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5471 " {hgweb}/{webroot}/rev/{node|short}\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5472 " {desc}\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5473 " strip=5"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5474 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5475 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5476 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5477 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5478 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5479 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5480 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5481 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5482 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5483 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5484 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5485 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5486 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5487 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5488 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5489 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5490 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5491 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5492 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5493 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5494 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5495 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5496 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5497 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5498 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5499 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5500 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5501 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5502 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5503 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5504 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5505 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5506 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5507 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5508 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5509 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5510 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5511 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5512 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5513 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5514 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5515 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5516 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5517 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5518 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5519 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5520 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5521 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5522 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5523 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5524 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5525 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5526 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5527 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5528 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5529 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5530 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5531 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5532 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5533 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5534 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5535 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5536 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5537 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5538 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5539 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5540 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5541 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5542 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5543 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5544 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5545 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5546 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5547 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5548 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5549 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5550 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5551 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5552 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5553 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5554 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5555 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5556 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5557 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5558 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5559 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5560 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5561 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5562 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5563 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5564 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5565 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5566 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5567 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5568 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5569 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5570 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5571 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5572 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5573 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5574 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5575 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5576 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5577 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5578 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5579 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5580 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5581 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5582 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5583 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5584 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5585 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5586 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5587 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5588 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5589 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5590 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5591 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5592 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5593 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5594 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5595 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5596 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5597 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5598 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5599 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5600 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5601 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5602 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5603 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5604 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5605 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5606 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5607 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5608 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5609 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5610 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5611 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5612 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5613 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5614 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5615 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5616 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5617 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5618 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5619 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5620 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5621 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5622 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5623 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5624 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5625
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5626 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5627 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5628 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5629 " baseurl=http://dev.domain.com/hg"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5630 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5631 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5632 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5633 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5634 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5635 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5636 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5637 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5638 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5639 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5640 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5641 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5642 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5643 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5644 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5645 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5646 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5647 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5648 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5649 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5650 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5651 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5652 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5653 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5654 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5655 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5656 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5657 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5658 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5659 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5660 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5661 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5662 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5663 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5664 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5665 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5666 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5667 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5668 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5669 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5670 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5671 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5672 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5673 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5674 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5675 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5676 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5677 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5678 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5679 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5680 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5681 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5682 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5683 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5684 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5685 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5686 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5687 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5688 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5689 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5690 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5691 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5692 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5693 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5694 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5695 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5696 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5697 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5698 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5699 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5700 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5701 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5702 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5703 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5704 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5705 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5706 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5707 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5708 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5709 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5710 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5711 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5712 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5713 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5714 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5715 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5716 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5717 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5718 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5719 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5720 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5721 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5722 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5723 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5724 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5725 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5726 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5727 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5728 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5729 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5730 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5731 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5732 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5733 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5734 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5735 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5736 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5737 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5738 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5739 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5740 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5741 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5742 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5743 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5744 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5745 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5746 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5747 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5748 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5749 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5750 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5751 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5752 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5753 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5754 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5755 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5756 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5757 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5758 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5759 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5760 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5761 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5762 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5763 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5764 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5765 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5766 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5767 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5768 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5769 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5770 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5771 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5772 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5773 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5774 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5775 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5776 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5777 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5778 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5779 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5780 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5781
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5782 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5783 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5784 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5785 " user@emaildomain.com=user.name@bugzilladomain.com"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5786 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5787 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5788 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5789 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5790 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5791 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5792 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5793 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5794 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5795 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5796 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5797 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5798 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5799 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5800 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5801 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5802 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5803 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5804 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5805 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5806 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5807 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5808 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5809 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5810 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5811 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5812 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5813 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5814 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5815 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5816 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5817 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5818 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5819 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5820 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5821 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5822 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5823 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5824 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5825 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5826 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5827 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5828 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5829 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5830 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5831 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5832 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5833 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5834 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5835 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5836 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5837 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5838 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5839 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5840 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5841 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5842 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5843 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5844 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5845 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5846 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5847 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5848 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5849 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5850 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5851 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5852 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5853 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5854 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5855 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5856 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5857 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5858 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5859 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5860 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5861 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5862 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5863 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5864 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5865 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5866 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5867 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5868 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5869 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5870 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5871 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5872 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5873 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5874 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5875 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5876 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5877 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5878 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5879 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5880 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5881 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5882 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5883 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5884 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5885 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5886 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5887 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5888 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5889 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5890 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5891 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5892 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5893 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5894 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5895 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5896 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5897 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5898 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5899 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5900 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5901 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5902 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5903 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5904 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5905 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5906 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5907 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5908 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5909 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5910 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5911 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5912 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5913 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5914 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5915 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5916 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5917 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5918 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5919 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5920 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5921 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5922 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5923 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5924 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5925 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5926 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5927 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5928 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5929 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5930 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5931 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5932 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5933 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5934 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5935 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5936 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5937
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5938 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5939 msgid "Commits add a comment to the Bugzilla bug record of the form::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5940 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5941 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5942 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5943 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5944 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5945 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5946 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5947 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5948 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5949 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5950 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5951 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5952 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5953 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5954 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5955 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5956 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5957 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5958 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5959 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5960 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5961 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5962 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5963 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5964 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5965 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5966 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5967 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5968 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5969 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5970 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5971 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5972 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5973 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5974 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5975 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5976 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5977 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5978 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5979 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5980 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5981 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5982 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5983 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5984 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5985 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5986 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5987 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5988 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5989 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5990 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5991 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5992 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5993 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5994 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5995 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5996 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5997 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5998 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
5999 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6000 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6001 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6002 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6003 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6004 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6005 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6006 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6007 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6008 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6009 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6010 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6011 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6012 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6013 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6014 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6015 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6016 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6017 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6018 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6019 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6020 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6021 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6022 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6023 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6024 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6025 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6026 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6027 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6028 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6029 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6030 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6031 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6032 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6033 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6034 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6035 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6036 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6037 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6038 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6039 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6040 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6041 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6042 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6043 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6044 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6045 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6046 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6047 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6048 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6049 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6050 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6051 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6052 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6053 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6054 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6055 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6056 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6057 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6058 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6059 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6060 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6061 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6062 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6063 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6064 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6065 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6066 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6067 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6068 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6069 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6070 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6071 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6072 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6073 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6074 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6075 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6076 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6077 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6078 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6079 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6080 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6081 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6082 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6083 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6084 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6085 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6086 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6087 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6088 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6089 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6090 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6091
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6092 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6093 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6094 " Changeset 3b16791d6642 in repository-name.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6095 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6096 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6097 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6098 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6099 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6100 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6101 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6102 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6103 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6104 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6105 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6106 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6107 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6108 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6109 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6110 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6111 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6112 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6113 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6114 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6115 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6116 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6117 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6118 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6119 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6120 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6121 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6122 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6123 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6124 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6125 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6126 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6127 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6128 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6129 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6130 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6131 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6132 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6133 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6134 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6135 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6136 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6137 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6138 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6139 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6140 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6141 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6142 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6143 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6144 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6145 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6146 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6147 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6148 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6149 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6150 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6151 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6152 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6153 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6154 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6155 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6156 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6157 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6158 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6159 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6160 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6161 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6162 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6163 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6164 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6165 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6166 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6167 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6168 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6169 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6170 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6171 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6172 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6173 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6174 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6175 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6176 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6177 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6178 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6179 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6180 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6181 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6182 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6183 "strip\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6184 " The number of slashes to strip from the front of {root} to produce\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6185 " {webroot}. Default 0.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6186 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6187 "usermap\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6188 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6189 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6190 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6191 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6192 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6193 " περιγραφή του τμήματος [usermap].\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6194 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6195 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6196 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6197 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6198 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6199 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6200 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6201 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6202 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6203 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6204 "baseurl\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6205 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6206 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6207 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6208 "Ενεργοποίηση της επέκτασης::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6209 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6210 " [extensions]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6211 " bugzilla =\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6212 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6213 " [hooks]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6214 " # run bugzilla hook on every change pulled or pushed in here\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6215 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6216 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6217 "Παράδειγμα ρυθμίσεων:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6218 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6219 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6220 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6221 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6222 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6223 " [bugzilla]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6224 " host=localhost\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6225 " password=XYZZY\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6226 " version=3.0\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6227 " bzuser=unknown@domain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6228 " bzdir=/opt/bugzilla-3.2\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6229 " template=Αλλαγή {node|short} στο {root|basename}.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6230 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6231 " {desc}\\\\n\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6232 " strip=5\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6233 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6234 " [web]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6235 " baseurl=http://dev.domain.com/hg\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6236 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6237 " [usermap]\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6238 " user@emaildomain.com=user.name@bugzilladomain.com\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6239 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6240 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6241 "report ένα σχόλιο της μορφής::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6242 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6243 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6244 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6245 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6246 " Περιγραφή της αλλαγής. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6247
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6248 #, fuzzy
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6249 msgid " Changeset commit comment. Bug 1234.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6250 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6251 "διασύνδεση με το bug tracker Bugzilla\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6252 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6253 "Αυτή η επέκταση προσθέτει σχόλια σε bugs στο Bugzilla όταν δει κάποια\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6254 "αλλαγή να αναφέρεται σε ανοιχτά bugs. Το hook της επέκτασης δεν αλλάζει\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6255 "την κατάσταση του bug.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6256 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6257 "Το hook ενημερώνει απευθείας τη βάση δεδομένων του Bugzilla. Αυτή η\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6258 "έκδοση υποστηρίζει μόνο εγκαταστάσεις του Bugzilla που χρησιμοποιούν τη\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6259 "βάση δεδομένων MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6260 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6261 "Το hook καλεί εσωτερικά το script του Bugzilla για ειδοποιήσεις μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6262 "email. Το script έχει διαφορετικό όνομα σε μερικές εκδόσεις του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6263 "Bugzilla. Μέχρι την έκδοση 2.18 λέγεται 'processmail'. Από την έκδοση\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6264 "2.18 και μετά αντικαταστάθηκε από το 'config/sendbugmail.pl'. Το script\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6265 "εκτελείται με τα δικαιώματα του χρήστη που στέλνει τις αλλαγές μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6266 "Mercurial· μπορεί να χρειαστεί να ρυθμίσετε τις άδειες χρήστη στην\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6267 "εγκατάσταση του Bugzilla για να λειτουργήσει σωστά.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6268 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6269 "Η επέκταση bugzilla ρυθμίζεται μέσω τριών διαφορετικών τμημάτων του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6270 "αρχείου εκκίνησης του Mercurial. Οι παρακω επιλογές αναγνωρίζονται στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6271 "τμήμα [bugzilla]:\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6272 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6273 "host\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6274 " Το όνομα του εξυπηρετητή MySQL για τη βάση δεδομένων του Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6275 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6276 "db\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6277 " Το όνομα της βάσης δεδομένων MySQL του Bugzilla. Προκαθορισμένο όνομα\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6278 " 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6279 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6280 "user\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6281 " Το όνομα χρήστη για πρόσβαση στον εξυπηρετητή MySQL. Προκαθορισμένο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6282 " όνομα 'bugs'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6283 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6284 "password\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6285 " Κωδικός χρήστη για πρόσβαση στον εξυπηρετητή MySQL.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6286 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6287 "timeout\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6288 " Χρονικό όριο πρόσβασης στη βάση δεδομένων (δευτερόλεπτα).\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6289 " Προκαθορισμένος χρόνος 5.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6290 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6291 "version\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6292 " Έκδοση Bugzilla. Ορίστε '3.0' για την έκδοση 3.0 ή νεώτερες, '2.18'\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6293 " για εκδόσεις από 2.18 έως και 3.0, και '2.16' για εκδόσεις πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6294 " από την 2.18.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6295 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6296 "bzuser\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6297 " Εναλλακτικό όνομα χρήστη Bugzilla. Το όνομα του χρήστη Bugzilla που\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6298 " θα χρησιμοποιείται όταν ο αρχικός συγγραφέας μιας αλλαγής δε μπορεί να\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6299 " βρεθεί ως χρήστης στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6300 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6301 "bzdir\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6302 " Ο κατάλογος εγκατάστασης του Bugzilla. Χρησιμοποιείται από τον\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6303 " προκαθορισμένο μηχανισμό ειδοποιήσεων. Προκαθορισμένος κατάλογος\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6304 " '/var/www/html/bugzilla'.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6305 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6306 "notify\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6307 " Η εντολή που χρησιμοποιείται για την αποστολή ειδοποιήσεων μέσω\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6308 " Bugzilla. Η επέκταση υποστηρίζει τρία κλειδιά στην τιμή αυτής της\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6309 " εντολής: 'bzdir', 'id' (bug id) και 'user' (το όνομα χρήστη στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6310 " bugzilla). Η προκαθορισμένη τιμή εξαρτάται από την έκδοση του\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6311 " Bugzilla. Για την έκδοση 2.18 και νεότερες είναι \\\"cd %(bzdir)s &&\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6312 " perl -T contrib/sendbugmail.pl %(id)s %(user)s\\\".\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6313 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6314 "regexp\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6315 " Regular expression to match bug IDs in changeset commit message.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6316 " Must contain one \\\"()\\\" group. The default expression matches 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6317 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6318 " 1234 and 5678' and variations thereof. Matching is case insensitive.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6319 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6320 "style\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6321 " Το αρχείο στυλ που θα χρησιμοποιείται για την μορφοποίηση των σχολίων.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6322 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6323 "template\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6324 " Πρότυπο μορφοποίησης σχολίων. Όταν ορίζεται έχει προτεραιότητα σε\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6325 " σχέση με το αρχείο στυλ. Υποστηρίζονται όλες οι συνηθισμένες λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6326 " κλειδιά των προτύπων του Mercurial, κι επιπλέον οι εξής ειδικές λέξεις\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6327 " κλειδιά::\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6328 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6329 " {bug} Το ID ενός bug στο Bugzilla.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6330 " {root} Ο πλήρης κατάλογος ενός αποθετηρίου Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6331 " {webroot} Σύντομη μορφή του καταλόγου ενός αποθετηρίου.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6332 " {hgweb} Αρχικό URL για προβολή των αποθετηρίων Mercurial.\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6333 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6334 " Προκαθορισμένη τιμή: 'changeset {node|short} in repo {root} refers '\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6335 " 'to bug {bug}.\\\\ndetails:\\\\n\\\\t{desc|tabindent}'\n"
10037
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6336 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6337 "strip\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6338 " The number of slashes to strip from the front of {root} to produce\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6339 " {webroot}. Default 0.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6340 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6341 "usermap\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6342 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6343 " Η διαδρομή του αρχείου αντιστοίχησης του ονόματος κάθε συγγραφέα από\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6344 " το Mercurial σε Bugzilla user ID. Όταν ορίζεται αυτή η επιλογή το\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6345 " αρχείο πρέπει να περιέχει μια αντιστοίχηση ανά γραμμή. Κάθε γραμμή\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6346 " είναι της μορφής \\\"committer\\\"=\\\"Bugzilla user\\\". Δείτε και την\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6347 " περιγραφή του τμήματος [usermap].\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6348 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6349 "Το τμήμα [usermap] χρησιμοποιείται για την αντιστοίχηση του ονόματος\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6350 "κάθε συγγραφέα από το όνομα που χρησιμοποιεί στο Mercurial στο όνομα\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6351 "χρήστη που έχει στο Bugzilla. Δείτε επίσης την περιγραφή της επιλογής\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6352 "[bugzilla].usermap. Η μορφή που έχει κάθε γραμμή στο usermap είναι::\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6353 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6354 "\\\"committer\\\"=\\\"Bugzilla user\\\"\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6355 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6356 "Τέλος, στο τμήμα [web] υποστηρίζεται η εξής επιλογή:\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6357 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6358 "baseurl\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6359 " Αρχικός κατάλογος για προβολή των αποθετηρίων Mercurial. Η τιμή του\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6360 " baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6361 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6362 "Ενεργοποίηση της επέκτασης::\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6363 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6364 " [extensions]\n"
10173
513c89a60f20 Merge with stable
Martin Geisler <mg@lazybytes.net>
parents: 10040 10172
diff changeset
6365 " bugzilla =\n"
10037
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6366 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6367 " [hooks]\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6368 " # run bugzilla hook on every change pulled or pushed in here\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6369 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6370 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6371 "Παράδειγμα ρυθμίσεων:\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6372 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6373 "Οι παρακάτω ρυθμίσεις αναφέρονται σε μια συλλογή αποθετηρίων Mercurial\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6374 "στον κατάλογο /var/local/hg/repos/ και μια τοπική εγκατάσταση του\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6375 "Bugzilla 3.2 με αρχικό κατάλογο τον /opt/bugzilla-3.2. ::\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6376 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6377 " [bugzilla]\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6378 " host=localhost\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6379 " password=XYZZY\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6380 " version=3.0\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6381 " bzuser=unknown@domain.com\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6382 " bzdir=/opt/bugzilla-3.2\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6383 " template=Αλλαγή {node|short} στο {root|basename}.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6384 " {hgweb}/{webroot}/rev/{node|short}\\\\n\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6385 " {desc}\\\\n\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6386 " strip=5\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6387 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6388 " [web]\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6389 " baseurl=http://dev.domain.com/hg\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6390 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6391 " [usermap]\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6392 " user@emaildomain.com=user.name@bugzilladomain.com\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6393 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6394 "Οι αλλαγές που στέλνονται στα αποθετήρια προσθέτουν στα αντίστοιχα bug\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6395 "report ένα σχόλιο της μορφής::\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6396 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6397 " Αλλαγή 3b16791d6642 στο όνομα-αποθετηρίου.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6398 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6399 "\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6400 " Περιγραφή της αλλαγής. Bug 1234.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6401
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6402 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6403 msgid "connecting to %s:%s as %s, password %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6404 msgstr "σύνδεση στο %s:%s ως %s, κωδικός %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6405
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6406 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6407 msgid "query: %s %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6408 msgstr "αίτηση: %s %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6409
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6410 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6411 msgid "failed query: %s %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6412 msgstr "αποτυχία αίτησης: %s %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6413
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6414 msgid "unknown database schema"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6415 msgstr "άγνωστο σχήμα βάσης"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6416
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6417 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6418 msgid "bug %d already knows about changeset %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6419 msgstr "το πρόβλημα %d έχει ενημερωθεί ήδη για την αλλαγή %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6420
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6421 msgid "telling bugzilla to send mail:\n"
10037
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6422 msgstr "ειδοποίηση του bugzilla να στείλει email:\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6423
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6424 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6425 msgid " bug %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6426 msgstr " πρόβλημα %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6427
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6428 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6429 msgid "running notify command %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6430 msgstr "εκτέλεση εντολής ειδοποίησης %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6431
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6432 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6433 msgid "bugzilla notify command %s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6434 msgstr "εντολή ειδοποίησης bugzilla %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6435
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6436 msgid "done\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6437 msgstr "ολοκληρώθηκε\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6438
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6439 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6440 msgid "looking up user %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6441 msgstr "αναζήτηση χρήστη %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6442
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6443 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6444 msgid "cannot find bugzilla user id for %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6445 msgstr "δε βρέθηκε χρήστης bugzilla με το αναγνωριστικό %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6446
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6447 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6448 msgid "cannot find bugzilla user id for %s or %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6449 msgstr "δε βρέθηκε χρήστης bugzilla με το αναγνωριστικό %s ή %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6450
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6451 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6452 msgid "bugzilla version %s not supported"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6453 msgstr "η έκδοση %s του bugzilla δεν υποστηρίζεται"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6454
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6455 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6456 "changeset {node|short} in repo {root} refers to bug {bug}.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6457 "details:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6458 "\t{desc|tabindent}"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6459 msgstr ""
10037
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6460 "η αλλαγή {node|short} στο αποθετήριο {root} αναφέρεται στο bug {bug}.\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6461 "λεπτομέρειες:\n"
3f9b1651cc03 i18n-el: translate hgext/bugzilla.py
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10036
diff changeset
6462 "\t{desc|tabindent}"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6463
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6464 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6465 msgid "python mysql support not available: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6466 msgstr "δεν έχει εγκατασταθεί η υποστήριξη mysql για την python: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6467
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6468 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6469 msgid "hook type %s does not pass a changeset id"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6470 msgstr "τα hooks τύπου %s δεν περνούν αναγνωριστικό αλλαγής"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6471
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6472 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6473 msgid "database error: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6474 msgstr "σφάλμα βάσης δεδομένων: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6475
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6476 msgid "command to display child changesets"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6477 msgstr "εντολή προβολής εξαρτώμενων αλλαγών"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6478
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6479 msgid "show the children of the given or working directory revision"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6480 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6481
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6482 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6483 " Print the children of the working directory's revisions. If a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6484 " revision is given via -r/--rev, the children of that revision will\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6485 " be printed. If a file argument is given, revision in which the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6486 " file was last changed (after the working directory revision or the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6487 " argument to --rev if given) is printed.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6488 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6489 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6490
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6491 msgid "show children of the specified revision"
10032
6950dd804e69 i18n-el: remove some Danish strings
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 9764
diff changeset
6492 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6493
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6494 msgid "hg children [-r REV] [FILE]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6495 msgstr "hg children [-r ΕΚΔΟΣΗ] [ΑΡΧΕΙΟ]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6496
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6497 msgid "command to display statistics about repository history"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6498 msgstr "εντολή η οποία δείχνει κάποια στατιστικά για το ιστορικό του αποθετηρίου"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6499
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6500 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6501 msgid "Revision %d is a merge, ignoring...\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6502 msgstr "Η αλλαγή %d είναι αλλαγή συγχώνευσης, αγνοείται...\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6503
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6504 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6505 msgid "generating stats: %d%%"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6506 msgstr "υπολογισμός στατιστικών: %d%%"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6507
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6508 msgid "histogram of changes to the repository"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6509 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6510
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6511 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6512 " This command will display a histogram representing the number\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6513 " of changed lines or revisions, grouped according to the given\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6514 " template. The default template will group changes by author.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6515 " The --dateformat option may be used to group the results by\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6516 " date instead."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6517 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6518
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6519 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6520 " Statistics are based on the number of changed lines, or\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6521 " alternatively the number of matching revisions if the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6522 " --changesets option is specified."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6523 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6524
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6525 msgid " Examples::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6526 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6527
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6528 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6529 " # display count of changed lines for every committer\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6530 " hg churn -t '{author|email}'"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6531 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6532
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6533 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6534 " # display daily activity graph\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6535 " hg churn -f '%H' -s -c"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6536 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6537
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6538 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6539 " # display activity of developers by month\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6540 " hg churn -f '%Y-%m' -s -c"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6541 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6542
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6543 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6544 " # display count of lines changed in every year\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6545 " hg churn -f '%Y' -s"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6546 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6547
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6548 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6549 " It is possible to map alternate email addresses to a main address\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6550 " by providing a file using the following format::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6551 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6552
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6553 msgid " <alias email> <actual email>"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6554 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6555
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6556 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6557 " Such a file may be specified with the --aliases option, otherwise\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6558 " a .hgchurn file will be looked for in the working directory root.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6559 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6560 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6561
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6562 msgid "count rate for the specified revision or range"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6563 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6564
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6565 msgid "count rate for revisions matching date spec"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6566 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6567
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6568 msgid "template to group changesets"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6569 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6570
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6571 msgid "strftime-compatible format for grouping by date"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6572 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6573
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6574 msgid "count rate by number of changesets"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6575 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6576
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6577 msgid "sort by key (default: sort by count)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6578 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6579
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6580 msgid "display added/removed lines separately"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6581 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6582
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6583 msgid "file with email aliases"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6584 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6585
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6586 msgid "show progress"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6587 msgstr "προβολή προόδου"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6588
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6589 msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [--progress] [FILE]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6590 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6591
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6592 msgid "colorize output from some commands"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6593 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6594
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6595 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6596 "This extension modifies the status command to add color to its output\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6597 "to reflect file status, the qseries command to add color to reflect\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6598 "patch status (applied, unapplied, missing), and to diff-related\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6599 "commands to highlight additions, removals, diff headers, and trailing\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6600 "whitespace."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6601 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6602
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6603 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6604 "Other effects in addition to color, like bold and underlined text, are\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6605 "also available. Effects are rendered with the ECMA-48 SGR control\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6606 "function (aka ANSI escape codes). This module also provides the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6607 "render_text function, which can be used to add effects to any text."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6608 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6609
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6610 msgid "Default effects may be overridden from the .hgrc file::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6611 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6612
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6613 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6614 " [color]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6615 " status.modified = blue bold underline red_background\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6616 " status.added = green bold\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6617 " status.removed = red bold blue_background\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6618 " status.deleted = cyan bold underline\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6619 " status.unknown = magenta bold underline\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6620 " status.ignored = black bold"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6621 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6622
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6623 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6624 " # 'none' turns off all effects\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6625 " status.clean = none\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6626 " status.copied = none"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6627 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6628
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6629 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6630 " qseries.applied = blue bold underline\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6631 " qseries.unapplied = black bold\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6632 " qseries.missing = red bold"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6633 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6634
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6635 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6636 " diff.diffline = bold\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6637 " diff.extended = cyan bold\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6638 " diff.file_a = red bold\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6639 " diff.file_b = green bold\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6640 " diff.hunk = magenta\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6641 " diff.deleted = red\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6642 " diff.inserted = green\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6643 " diff.changed = white\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6644 " diff.trailingwhitespace = bold red_background\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6645 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6646
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6647 msgid "when to colorize (always, auto, or never)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6648 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6649
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6650 msgid "don't colorize output (DEPRECATED)"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6651 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6652
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6653 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6654 msgid "ignoring unknown color/effect %r (configured in color.%s)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6655 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6656
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6657 msgid "import revisions from foreign VCS repositories into Mercurial"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6658 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6659
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6660 msgid "convert a foreign SCM repository to a Mercurial one."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6661 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6662
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6663 msgid " Accepted source formats [identifiers]:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6664 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6665
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6666 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6667 " - Mercurial [hg]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6668 " - CVS [cvs]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6669 " - Darcs [darcs]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6670 " - git [git]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6671 " - Subversion [svn]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6672 " - Monotone [mtn]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6673 " - GNU Arch [gnuarch]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6674 " - Bazaar [bzr]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6675 " - Perforce [p4]"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6676 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6677
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6678 msgid " Accepted destination formats [identifiers]:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6679 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6680
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6681 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6682 " - Mercurial [hg]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6683 " - Subversion [svn] (history on branches is not preserved)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6684 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6685
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6686 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6687 " If no revision is given, all revisions will be converted.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6688 " Otherwise, convert will only import up to the named revision\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6689 " (given in a format understood by the source)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6690 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6691
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6692 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6693 " If no destination directory name is specified, it defaults to the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6694 " basename of the source with '-hg' appended. If the destination\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6695 " repository doesn't exist, it will be created."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6696 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6697
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6698 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6699 " By default, all sources except Mercurial will use --branchsort.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6700 " Mercurial uses --sourcesort to preserve original revision numbers\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6701 " order. Sort modes have the following effects:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6702 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6703
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6704 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6705 " --branchsort convert from parent to child revision when possible,\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6706 " which means branches are usually converted one after\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6707 " the other. It generates more compact repositories."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6708 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6709
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6710 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6711 " --datesort sort revisions by date. Converted repositories have\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6712 " good-looking changelogs but are often an order of\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6713 " magnitude larger than the same ones generated by\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6714 " --branchsort."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6715 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6716
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6717 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6718 " --sourcesort try to preserve source revisions order, only\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6719 " supported by Mercurial sources."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6720 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6721
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6722 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6723 " If <REVMAP> isn't given, it will be put in a default location\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6724 " (<dest>/.hg/shamap by default). The <REVMAP> is a simple text file\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6725 " that maps each source commit ID to the destination ID for that\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6726 " revision, like so::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6727 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6728
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6729 msgid " <source ID> <destination ID>"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6730 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6731
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6732 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6733 " If the file doesn't exist, it's automatically created. It's\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6734 " updated on each commit copied, so convert-repo can be interrupted\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6735 " and can be run repeatedly to copy new commits."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6736 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6737
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6738 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6739 " The [username mapping] file is a simple text file that maps each\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6740 " source commit author to a destination commit author. It is handy\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6741 " for source SCMs that use unix logins to identify authors (eg:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6742 " CVS). One line per author mapping and the line format is:\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6743 " srcauthor=whatever string you want"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6744 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6745
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6746 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6747 " The filemap is a file that allows filtering and remapping of files\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6748 " and directories. Comment lines start with '#'. Each line can\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6749 " contain one of the following directives::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6750 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6751
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6752 msgid " include path/to/file"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6753 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6754
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6755 msgid " exclude path/to/file"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6756 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6757
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6758 msgid " rename from/file to/file"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6759 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6760
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6761 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6762 " The 'include' directive causes a file, or all files under a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6763 " directory, to be included in the destination repository, and the\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6764 " exclusion of all other files and directories not explicitly\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6765 " included. The 'exclude' directive causes files or directories to\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6766 " be omitted. The 'rename' directive renames a file or directory. To\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6767 " rename from a subdirectory into the root of the repository, use\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6768 " '.' as the path to rename to."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6769 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6770
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6771 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6772 " The splicemap is a file that allows insertion of synthetic\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6773 " history, letting you specify the parents of a revision. This is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6774 " useful if you want to e.g. give a Subversion merge two parents, or\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6775 " graft two disconnected series of history together. Each entry\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6776 " contains a key, followed by a space, followed by one or two\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6777 " comma-separated values. The key is the revision ID in the source\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6778 " revision control system whose parents should be modified (same\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6779 " format as a key in .hg/shamap). The values are the revision IDs\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6780 " (in either the source or destination revision control system) that\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6781 " should be used as the new parents for that node. For example, if\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6782 " you have merged \"release-1.0\" into \"trunk\", then you should\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
6783 " specify the revision on \"trunk\" as the first parent and the one on\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6784 " the \"release-1.0\" branch as the second."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6785 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6786
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6787 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6788 " The branchmap is a file that allows you to rename a branch when it is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6789 " being brought in from whatever external repository. When used in\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6790 " conjunction with a splicemap, it allows for a powerful combination\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6791 " to help fix even the most badly mismanaged repositories and turn them\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6792 " into nicely structured Mercurial repositories. The branchmap contains\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6793 " lines of the form \"original_branch_name new_branch_name\".\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6794 " \"original_branch_name\" is the name of the branch in the source\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6795 " repository, and \"new_branch_name\" is the name of the branch is the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6796 " destination repository. This can be used to (for instance) move code\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6797 " in one repository from \"default\" to a named branch."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6798 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6799
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6800 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6801 " Mercurial Source\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6802 " ----------------"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6803 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6804
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6805 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6806 " --config convert.hg.ignoreerrors=False (boolean)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6807 " ignore integrity errors when reading. Use it to fix Mercurial\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6808 " repositories with missing revlogs, by converting from and to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6809 " Mercurial.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6810 " --config convert.hg.saverev=False (boolean)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6811 " store original revision ID in changeset (forces target IDs to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6812 " change)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6813 " --config convert.hg.startrev=0 (hg revision identifier)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6814 " convert start revision and its descendants"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6815 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6816
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6817 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6818 " CVS Source\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6819 " ----------"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6820 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6821
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6822 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6823 " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6824 " to indicate the starting point of what will be converted. Direct\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6825 " access to the repository files is not needed, unless of course the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6826 " repository is :local:. The conversion uses the top level directory\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6827 " in the sandbox to find the CVS repository, and then uses CVS rlog\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6828 " commands to find files to convert. This means that unless a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6829 " filemap is given, all files under the starting directory will be\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6830 " converted, and that any directory reorganization in the CVS\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6831 " sandbox is ignored."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6832 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6833
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6834 msgid " The options shown are the defaults."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6835 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6836
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6837 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6838 " --config convert.cvsps.cache=True (boolean)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6839 " Set to False to disable remote log caching, for testing and\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6840 " debugging purposes.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6841 " --config convert.cvsps.fuzz=60 (integer)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6842 " Specify the maximum time (in seconds) that is allowed between\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6843 " commits with identical user and log message in a single\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6844 " changeset. When very large files were checked in as part of a\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6845 " changeset then the default may not be long enough.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6846 " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6847 " Specify a regular expression to which commit log messages are\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6848 " matched. If a match occurs, then the conversion process will\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6849 " insert a dummy revision merging the branch on which this log\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6850 " message occurs to the branch indicated in the regex.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6851 " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6852 " Specify a regular expression to which commit log messages are\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6853 " matched. If a match occurs, then the conversion process will\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6854 " add the most recent revision on the branch indicated in the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6855 " regex as the second parent of the changeset."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6856 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6857
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6858 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6859 " An additional \"debugcvsps\" Mercurial command allows the builtin\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6860 " changeset merging code to be run without doing a conversion. Its\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
6861 " parameters and output are similar to that of cvsps 2.1. Please see\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6862 " the command help for more details."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6863 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6864
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6865 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6866 " Subversion Source\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6867 " -----------------"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6868 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6869
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6870 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6871 " Subversion source detects classical trunk/branches/tags layouts.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6872 " By default, the supplied \"svn://repo/path/\" source URL is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6873 " converted as a single branch. If \"svn://repo/path/trunk\" exists it\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6874 " replaces the default branch. If \"svn://repo/path/branches\" exists,\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6875 " its subdirectories are listed as possible branches. If\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6876 " \"svn://repo/path/tags\" exists, it is looked for tags referencing\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6877 " converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6878 " can be overridden with following options. Set them to paths\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6879 " relative to the source URL, or leave them blank to disable auto\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6880 " detection."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6881 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6882
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6883 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6884 " --config convert.svn.branches=branches (directory name)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6885 " specify the directory containing branches\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6886 " --config convert.svn.tags=tags (directory name)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6887 " specify the directory containing tags\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6888 " --config convert.svn.trunk=trunk (directory name)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6889 " specify the name of the trunk branch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6890 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6891
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6892 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6893 " Source history can be retrieved starting at a specific revision,\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6894 " instead of being integrally converted. Only single branch\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6895 " conversions are supported."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6896 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6897
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6898 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6899 " --config convert.svn.startrev=0 (svn revision number)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6900 " specify start Subversion revision."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6901 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6902
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6903 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6904 " Perforce Source\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6905 " ---------------"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6906 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6907
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6908 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6909 " The Perforce (P4) importer can be given a p4 depot path or a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6910 " client specification as source. It will convert all files in the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6911 " source to a flat Mercurial repository, ignoring labels, branches\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6912 " and integrations. Note that when a depot path is given you then\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6913 " usually should specify a target directory, because otherwise the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6914 " target may be named ...-hg."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6915 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6916
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6917 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6918 " It is possible to limit the amount of source history to be\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6919 " converted by specifying an initial Perforce revision."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6920 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6921
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6922 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6923 " --config convert.p4.startrev=0 (perforce changelist number)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6924 " specify initial Perforce revision."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6925 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6926
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6927 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6928 " Mercurial Destination\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6929 " ---------------------"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6930 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6931
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6932 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6933 " --config convert.hg.clonebranches=False (boolean)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6934 " dispatch source branches in separate clones.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6935 " --config convert.hg.tagsbranch=default (branch name)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6936 " tag revisions branch name\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6937 " --config convert.hg.usebranchnames=True (boolean)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6938 " preserve branch names"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6939 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6940
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6941 msgid " "
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6942 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6943
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6944 msgid "create changeset information from CVS"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6945 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6946
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6947 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6948 " This command is intended as a debugging tool for the CVS to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6949 " Mercurial converter, and can be used as a direct replacement for\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6950 " cvsps."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6951 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6952
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
6953 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6954 " Hg debugcvsps reads the CVS rlog for current directory (or any\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6955 " named directory) in the CVS repository, and converts the log to a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6956 " series of changesets based on matching commit log entries and\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6957 " dates."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6958 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6959
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6960 msgid "username mapping filename"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6961 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6962
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6963 msgid "destination repository type"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6964 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6965
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6966 msgid "remap file names using contents of file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6967 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6968
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6969 msgid "import up to target revision REV"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6970 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6971
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6972 msgid "source repository type"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6973 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6974
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6975 msgid "splice synthesized history into place"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6976 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6977
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6978 msgid "change branch names while converting"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6979 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6980
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6981 msgid "try to sort changesets by branches"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6982 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6983
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6984 msgid "try to sort changesets by date"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6985 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6986
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6987 msgid "preserve source changesets order"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6988 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6989
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6990 msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6991 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6992
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6993 msgid "only return changes on specified branches"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6994 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6995
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6996 msgid "prefix to remove from file names"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6997 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6998
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
6999 msgid "only return changes after or between specified tags"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7000 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7001
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7002 msgid "update cvs log cache"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7003 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7004
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7005 msgid "create new cvs log cache"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7006 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7007
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7008 msgid "set commit time fuzz in seconds"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7009 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7010
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7011 msgid "specify cvsroot"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7012 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7013
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7014 msgid "show parent changesets"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7015 msgstr "προβολή γονικών αλλαγών"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7016
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7017 msgid "show current changeset in ancestor branches"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7018 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7019
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7020 msgid "ignored for compatibility"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7021 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7022
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7023 msgid "hg debugcvsps [OPTION]... [PATH]..."
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7024 msgstr "hg debugcvsps [ΕΠΙΛΟΓΗ]... [ΑΡΧΕΙΟ]"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7025
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7026 msgid "warning: lightweight checkouts may cause conversion failures, try with a regular branch instead.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7027 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7028
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7029 msgid "bzr source type could not be determined\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7030 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7031
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7032 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7033 msgid "%s is not a valid revision in current branch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7034 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7035
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7036 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7037 msgid "%s is not available in %s anymore"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7038 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7039
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7040 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7041 msgid "%s.%s symlink has no target"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7042 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7043
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7044 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7045 msgid "cannot find required \"%s\" tool"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7046 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7047
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7048 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7049 msgid "%s error:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7050 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7051
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7052 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7053 msgid "syntax error in %s(%d): key/value pair expected"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7054 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7055
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7056 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7057 msgid "could not open map file %r: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7058 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7059
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7060 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7061 msgid "%s: missing or unsupported repository"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7062 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7063
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7064 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7065 msgid "convert: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7066 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7067
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7068 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7069 msgid "%s: unknown repository type"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7070 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7071
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7072 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7073 msgid "unknown sort mode: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7074 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7075
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7076 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7077 msgid "cycle detected between %s and %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7078 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7079
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7080 msgid "not all revisions were sorted"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7081 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7082
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7083 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7084 msgid "Writing author map file %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7085 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7086
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7087 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7088 msgid "Ignoring bad line in author map file %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7089 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7090
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7091 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7092 msgid "mapping author %s to %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7093 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7094
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7095 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7096 msgid "overriding mapping for author %s, was %s, will be %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7097 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7098
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7099 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7100 msgid "spliced in %s as parents of %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7101 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7102
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7103 msgid "scanning source...\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7104 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7105
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7106 msgid "sorting...\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7107 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7108
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7109 msgid "converting...\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7110 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7111
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7112 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7113 msgid "source: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7114 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7115
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7116 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7117 msgid "assuming destination %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7118 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7119
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7120 msgid "more than one sort mode specified"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7121 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7122
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7123 msgid "--sourcesort is not supported by this data source"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7124 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7125
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7126 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7127 msgid "revision %s is not a patchset number"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7128 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7129
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7130 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7131 msgid "connecting to %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7132 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7133
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7134 msgid "CVS pserver authentication failed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7135 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7136
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7137 #, python-format
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7138 msgid "unexpected response from CVS server (expected \"Valid-requests\", but got %r)"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7139 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7140
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7141 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7142 msgid "%d bytes missing from remote file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7143 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7144
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7145 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7146 msgid "cvs server: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7147 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7148
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7149 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7150 msgid "unknown CVS response: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7151 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7152
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7153 msgid "collecting CVS rlog\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7154 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7155
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7156 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7157 msgid "reading cvs log cache %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7158 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7159
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7160 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7161 msgid "cache has %d log entries\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7162 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7163
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7164 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7165 msgid "error reading cache: %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7166 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7167
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7168 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7169 msgid "running %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7170 msgstr "εκτέλεση %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7171
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7172 msgid "RCS file must be followed by working file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7173 msgstr "το αρχείο RCS πρέπει να ακολουθείται από ένα αρχείο εργασίας"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7174
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7175 msgid "must have at least some revisions"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7176 msgstr "πρέπει να υπάρχουν κάποιες εκδόσεις αρχείων"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7177
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7178 msgid "expected revision number"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7179 msgstr "αναμένεται αριθμός έκδοσης αρχείου"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7180
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7181 msgid "revision must be followed by date line"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7182 msgstr "η έκδοση αρχείου πρέπει να ακολουθείται από γραμμή ημερομηνίας"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7183
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7184 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7185 msgid "writing cvs log cache %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7186 msgstr "αποθήκευση προσωρινού αντιγράφου cvs log %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7187
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7188 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7189 msgid "%d log entries\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7190 msgstr "%d εκδόσεις αρχείων\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7191
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7192 msgid "creating changesets\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7193 msgstr "δημιουργία αλλαγών\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7194
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7195 msgid "synthetic changeset cannot have multiple parents"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7196 msgstr "μια συνθετική αλλαγή δε μπορεί να έχει πολλές γονικές αλλαγές"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7197
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7198 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7199 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7200 "warning: CVS commit message references non-existent branch %r:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7201 "%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7202 msgstr ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7203 "προειδοποίηση: το μήνυμα καταγραφής CVS αναφέρεται στον ανύπαρκτο κλάδο %r:\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7204 "%s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7205
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7206 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7207 msgid "%d changeset entries\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7208 msgstr "%d αλλαγές\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7209
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7210 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7211 msgid "darcs version 2.1 or newer needed (found %r)"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7212 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7213
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7214 msgid "Python ElementTree module is not available"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7215 msgstr "δεν είναι διαθέσιμο το άρθρωμα ElementTree της Python"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7216
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7217 msgid "internal calling inconsistency"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7218 msgstr "εσωτερικό πρόβλημα κλήσης"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7219
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7220 msgid "errors in filemap"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7221 msgstr "λάθη στο filemap"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7222
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7223 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7224 msgid "%s:%d: %r already in %s list\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7225 msgstr "%s:%d: η εγγραφή %r υπάρχει ήδη στη λίστα %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7226
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7227 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7228 msgid "%s:%d: unknown directive %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7229 msgstr "%s:%d: άγνωστη εντολή %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7230
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7231 msgid "source repository doesn't support --filemap"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7232 msgstr "το αποθετήριο πηγής δεν υποστηρίζει την επιλογή --filemap"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7233
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7234 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7235 msgid "%s does not look like a GNU Arch repo"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7236 msgstr "το %s δε φαίνεται να είναι αποθετήριο Arch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7237
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7238 msgid "cannot find a GNU Arch tool"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7239 msgstr "δεν είναι διαθέσιμο το εργαλείο GNU Arch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7240
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7241 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7242 msgid "analyzing tree version %s...\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7243 msgstr "ανάλυση καταλόγου αρχείων για την έκδοση %s...\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7244
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7245 #, python-format
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7246 msgid "tree analysis stopped because it points to an unregistered archive %s...\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7247 msgstr "η ανάλυση καταλόγου διακόπηκε επειδή περιέχει αναφορά στην συλλογή αρχείων %s, η οποία δεν υπάρχει ή δεν είναι διαθέσιμη...\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7248
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7249 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7250 msgid "could not parse cat-log of %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7251 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7252
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7253 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7254 msgid "%s is not a local Mercurial repo"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7255 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7256
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7257 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7258 msgid "initializing destination %s repository\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7259 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7260
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7261 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7262 msgid "pulling from %s into %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7263 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7264
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7265 msgid "filtering out empty revision\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7266 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7267
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7268 msgid "updating tags\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7269 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7270
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7271 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7272 msgid "%s is not a valid start revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7273 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7274
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7275 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7276 msgid "ignoring: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7277 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7278
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7279 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7280 msgid "%s does not look like a monotone repo"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7281 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7282
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7283 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7284 msgid "copying file in renamed directory from '%s' to '%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7285 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7286
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7287 msgid "reading p4 views\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7288 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7289
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7290 msgid "collecting p4 changelists\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7291 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7292
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7293 msgid "Mercurial failed to run itself, check hg executable is in PATH"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7294 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7295
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7296 msgid "svn: cannot probe remote repository, assume it could be a subversion repository. Use --source-type if you know better.\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7297 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7298
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7299 msgid "Subversion python bindings could not be loaded"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7300 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7301
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7302 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7303 msgid "Subversion python bindings %d.%d found, 1.4 or later required"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7304 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7305
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7306 msgid "Subversion python bindings are too old, 1.4 or later required"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7307 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7308
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7309 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7310 msgid "svn: revision %s is not an integer"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7311 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7312
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7313 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7314 msgid "svn: start revision %s is not an integer"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7315 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7316
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7317 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7318 msgid "no revision found in module %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7319 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7320
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7321 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7322 msgid "expected %s to be at %r, but not found"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7323 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7324
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7325 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7326 msgid "found %s at %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7327 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7328
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7329 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7330 msgid "ignoring empty branch %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7331 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7332
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7333 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7334 msgid "found branch %s at %d\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7335 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7336
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7337 msgid "svn: start revision is not supported with more than one branch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7338 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7339
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7340 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7341 msgid "svn: no revision found after start revision %d"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7342 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7343
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7344 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7345 msgid "no tags found at revision %d\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7346 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7347
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7348 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7349 msgid "%s not found up to revision %d"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7350 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7351
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7352 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7353 msgid "found parent of branch %s at %d: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7354 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7355
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7356 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7357 msgid "fetching revision log for \"%s\" from %d to %d\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7358 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7359
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7360 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7361 msgid "svn: branch has no revision %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7362 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7363
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7364 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7365 msgid "initializing svn repo %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7366 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7367
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7368 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7369 msgid "initializing svn wc %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7370 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7371
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7372 msgid "unexpected svn output:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7373 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7374
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7375 msgid "unable to cope with svn output"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7376 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7377
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7378 msgid "XXX TAGS NOT IMPLEMENTED YET\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7379 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7380
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7381 msgid "command to allow external programs to compare revisions"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7382 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7383
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7384 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7385 "The extdiff Mercurial extension allows you to use external programs\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7386 "to compare revisions, or revision with working directory. The external\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7387 "diff programs are called with a configurable set of options and two\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7388 "non-option arguments: paths to directories containing snapshots of\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7389 "files to compare."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7390 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7391
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7392 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7393 "The extdiff extension also allows to configure new diff commands, so\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7394 "you do not need to type \"hg extdiff -p kdiff3\" always. ::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7395 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7396
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7397 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7398 " [extdiff]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7399 " # add new command that runs GNU diff(1) in 'context diff' mode\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7400 " cdiff = gdiff -Nprc5\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7401 " ## or the old way:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7402 " #cmd.cdiff = gdiff\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7403 " #opts.cdiff = -Nprc5"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7404 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7405
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7406 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7407 " # add new command called vdiff, runs kdiff3\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7408 " vdiff = kdiff3"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7409 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7410
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7411 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7412 " # add new command called meld, runs meld (no need to name twice)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7413 " meld ="
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7414 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7415
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7416 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7417 " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7418 " # (see http://www.vim.org/scripts/script.php?script_id=102) Non\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7419 " # English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" in\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7420 " # your .vimrc\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7421 " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7422 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7423
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7424 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7425 "You can use -I/-X and list of file or directory names like normal \"hg\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7426 "diff\" command. The extdiff extension makes snapshots of only needed\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7427 "files, so running the external diff program will actually be pretty\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7428 "fast (at least faster than having to compare the entire tree).\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7429 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7430
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7431 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7432 msgid "making snapshot of %d files from rev %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7433 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7434
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7435 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7436 msgid "making snapshot of %d files from working directory\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7437 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7438
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7439 msgid "cannot specify --rev and --change at the same time"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7440 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7441
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7442 msgid "cleaning up temp directory\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7443 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7444
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7445 msgid "use external program to diff repository (or selected files)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7446 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7447
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7448 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7449 " Show differences between revisions for the specified files, using\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7450 " an external program. The default program used is diff, with\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7451 " default options \"-Npru\"."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7452 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7453
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7454 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7455 " To select a different program, use the -p/--program option. The\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7456 " program will be passed the names of two directories to compare. To\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7457 " pass additional options to the program, use -o/--option. These\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7458 " will be passed before the names of the directories to compare."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7459 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7460
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7461 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7462 " When two revision arguments are given, then changes are shown\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7463 " between those revisions. If only one revision is specified then\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7464 " that revision is compared to the working directory, and, when no\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7465 " revisions are specified, the working directory files are compared\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7466 " to its parent."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7467 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7468
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7469 msgid "comparison program to run"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7470 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7471
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7472 msgid "pass option to comparison program"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7473 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7474
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7475 msgid "change made by revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7476 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7477
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7478 msgid "hg extdiff [OPT]... [FILE]..."
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7479 msgstr "hg extdiff [ΕΠΙΛΟΓΗ]... [ΑΡΧΕΙΟ]..."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7480
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7481 #, python-format
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7482 msgid "use %(path)s to diff repository (or selected files)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7483 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7484
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7485 #, python-format
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7486 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7487 " Show differences between revisions for the specified files, using\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7488 " the %(path)s program."
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7489 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7490
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7491 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7492 msgid "hg %s [OPTION]... [FILE]..."
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7493 msgstr "hg %s [ΕΠΙΛΟΓΗ]... [ΑΡΧΕΙΟ]..."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7494
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7495 msgid "pull, update and merge in one command"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7496 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7497
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7498 msgid "pull changes from a remote repository, merge new changes if needed."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7499 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7500
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7501 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7502 " This finds all changes from the repository at the specified path\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7503 " or URL and adds them to the local repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7504 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7505
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7506 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7507 " If the pulled changes add a new branch head, the head is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7508 " automatically merged, and the result of the merge is committed.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7509 " Otherwise, the working directory is updated to include the new\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7510 " changes."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7511 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7512
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7513 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7514 " When a merge occurs, the newly pulled changes are assumed to be\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7515 " \"authoritative\". The head of the new changes is used as the first\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7516 " parent, with local changes as the second. To switch the merge\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7517 " order, use --switch-parent."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7518 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7519
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7520 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7521 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7522 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7523 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7524
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7525 msgid "working dir not at branch tip (use \"hg update\" to check out branch tip)"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7526 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7527
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7528 msgid "outstanding uncommitted merge"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7529 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7530
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7531 msgid "outstanding uncommitted changes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7532 msgstr "υπάρχουν τοπικές αλλαγές ακόμη"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7533
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7534 msgid "working directory is missing some files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7535 msgstr "λείπουν ορισμένα αρχεία από το χώρο εργασίας"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7536
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7537 msgid "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7538 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7539
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7540 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7541 msgid "pulling from %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7542 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7543
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7544 msgid "Other repository doesn't support revision lookup, so a rev cannot be specified."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7545 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7546
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7547 #, python-format
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7548 msgid "not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge\" to merge them)\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7549 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7550
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7551 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7552 msgid "updating to %d:%s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7553 msgstr "ενημέρωση σε %d:%s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7554
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7555 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7556 msgid "merging with %d:%s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7557 msgstr "συγχώνευση με %d:%s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7558
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7559 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7560 msgid "new changeset %d:%s merges remote changes with local\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7561 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7562
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7563 msgid "a specific revision you would like to pull"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7564 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7565
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7566 msgid "edit commit message"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7567 msgstr "επεξεργασία μηνύματος καταγραφής"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7568
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7569 msgid "edit commit message (DEPRECATED)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7570 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7571
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7572 msgid "switch parents when merging"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7573 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7574
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7575 msgid "hg fetch [SOURCE]"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7576 msgstr "hg fetch [ΠΗΓΗ]"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7577
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7578 msgid "commands to sign and verify changesets"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7579 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7580
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7581 msgid "error while verifying signature"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7582 msgstr "σφάλμα επιβεβαίωσης υπογραφής"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7583
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7584 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7585 msgid "%s Bad signature from \"%s\"\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7586 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7587
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7588 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7589 msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7590 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7591
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7592 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7593 msgid "%s Note: This key has expired (signed by: \"%s\")\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7594 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7595
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7596 msgid "list signed changesets"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7597 msgstr "προβολή λίστας υπογεγραμμένων αλλαγών"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7598
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7599 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7600 msgid "%s:%d node does not exist\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7601 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7602
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7603 msgid "verify all the signatures there may be for a particular revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7604 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7605
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7606 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7607 msgid "No valid signature for %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7608 msgstr "Δεν υπάρχει έγκυρη υπογραφή για την αλλαγή %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7609
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7610 msgid "add a signature for the current or given revision"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7611 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7612
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7613 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7614 " If no revision is given, the parent of the working directory is used,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7615 " or tip if no revision is checked out."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7616 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7617
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7618 msgid "uncommitted merge - please provide a specific revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7619 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7620
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7621 msgid "Error while signing"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7622 msgstr "Σφάλμα δημιουργίας υπογραφής"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7623
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7624 msgid "working copy of .hgsigs is changed (please commit .hgsigs manually or use --force)"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7625 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7626
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7627 msgid "unknown signature version"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7628 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7629
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7630 msgid "make the signature local"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7631 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7632
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7633 msgid "sign even if the sigfile is modified"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7634 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7635
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7636 msgid "do not commit the sigfile after signing"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7637 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7638
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7639 msgid "the key id to sign with"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7640 msgstr "το κλειδί με το οποίο δημιουργούνται υπογραφές"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7641
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7642 msgid "commit message"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7643 msgstr "μήνυμα καταγραφής"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7644
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7645 msgid "hg sign [OPTION]... [REVISION]..."
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7646 msgstr "hg sign [ΕΠΙΛΟΓΗ]... [ΑΛΛΑΓΗ]..."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7647
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7648 msgid "hg sigcheck REVISION"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7649 msgstr "hg sigcheck ΑΛΛΑΓΗ"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7650
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7651 msgid "hg sigs"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7652 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7653
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7654 msgid "command to view revision graphs from a shell"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7655 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7656
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7657 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7658 "This extension adds a --graph option to the incoming, outgoing and log\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7659 "commands. When this options is given, an ASCII representation of the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7660 "revision graph is also shown.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7661 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7662
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7663 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7664 msgid "--graph option is incompatible with --%s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7665 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7666
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7667 msgid "show revision history alongside an ASCII revision graph"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7668 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7669
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7670 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7671 " Print a revision history alongside a revision graph drawn with\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7672 " ASCII characters."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7673 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7674
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7675 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7676 " Nodes printed as an @ character are parents of the working\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7677 " directory.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7678 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7679 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7680
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7681 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7682 msgid "comparing with %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7683 msgstr "σύγκριση με %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7684
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7685 msgid "no changes found\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7686 msgstr "δεν υπάρχουν αλλαγές\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7687
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7688 msgid "show the revision DAG"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7689 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7690
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7691 msgid "limit number of changes displayed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7692 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7693
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7694 msgid "show patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7695 msgstr "προβολή patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7696
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7697 msgid "show the specified revision or range"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7698 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7699
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7700 msgid "hg glog [OPTION]... [FILE]"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7701 msgstr "hg glog [ΕΠΙΛΟΓΗ]... [ΑΡΧΕΙΟ]"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7702
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7703 msgid "hooks for integrating with the CIA.vc notification service"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7704 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7705
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7706 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7707 "This is meant to be run as a changegroup or incoming hook. To\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7708 "configure it, set the following options in your hgrc::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7709 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7710
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7711 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7712 " [cia]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7713 " # your registered CIA user name\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7714 " user = foo\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7715 " # the name of the project in CIA\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7716 " project = foo\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7717 " # the module (subproject) (optional)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7718 " #module = foo\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7719 " # Append a diffstat to the log message (optional)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7720 " #diffstat = False\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7721 " # Template to use for log messages (optional)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7722 " #template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7723 " # Style to use (optional)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7724 " #style = foo\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7725 " # The URL of the CIA notification service (optional)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7726 " # You can use mailto: URLs to send by email, eg\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7727 " # mailto:cia@cia.vc\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7728 " # Make sure to set email.from if you do this.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7729 " #url = http://cia.vc/\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7730 " # print message instead of sending it (optional)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7731 " #test = False"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7732 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7733
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7734 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7735 " [hooks]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7736 " # one of these:\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7737 " changegroup.cia = python:hgcia.hook\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7738 " #incoming.cia = python:hgcia.hook"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7739 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7740
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7741 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7742 " [web]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7743 " # If you want hyperlinks (optional)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7744 " baseurl = http://server/path/to/repo\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7745 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7746
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7747 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7748 msgid "hgcia: sending update to %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7749 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7750
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7751 msgid "email.from must be defined when sending by email"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7752 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7753
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7754 msgid "browse the repository in a graphical way"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7755 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7756
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7757 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7758 "The hgk extension allows browsing the history of a repository in a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7759 "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7760 "distributed with Mercurial.)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7761 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7762
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7763 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7764 "hgk consists of two parts: a Tcl script that does the displaying and\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7765 "querying of information, and an extension to Mercurial named hgk.py,\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7766 "which provides hooks for hgk to get information. hgk can be found in\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7767 "the contrib directory, and the extension is shipped in the hgext\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7768 "repository, and needs to be enabled."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7769 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7770
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7771 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7772 "The hg view command will launch the hgk Tcl script. For this command\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7773 "to work, hgk must be in your search path. Alternately, you can specify\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7774 "the path to hgk in your .hgrc file::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7775 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7776
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7777 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7778 " [hgk]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7779 " path=/location/of/hgk"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7780 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7781
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7782 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7783 "hgk can make use of the extdiff extension to visualize revisions.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7784 "Assuming you had already configured extdiff vdiff command, just add::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7785 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7786
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7787 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7788 " [hgk]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7789 " vdiff=vdiff"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7790 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7791
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7792 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7793 "Revisions context menu will now display additional entries to fire\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7794 "vdiff on hovered and selected revisions.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7795 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7796
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7797 msgid "diff trees from two commits"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7798 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7799
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7800 msgid "output common ancestor information"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7801 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7802
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7803 msgid "cat a specific revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7804 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7805
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7806 msgid "cat-file: type or revision not supplied\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7807 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7808
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7809 msgid "aborting hg cat-file only understands commits\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7810 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7811
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7812 msgid "parse given revisions"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7813 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7814
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7815 msgid "print revisions"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7816 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7817
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7818 msgid "print extension options"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7819 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7820
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7821 msgid "start interactive history viewer"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7822 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7823
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7824 msgid "hg view [-l LIMIT] [REVRANGE]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7825 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7826
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7827 msgid "generate patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7828 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7829
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7830 msgid "recursive"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7831 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7832
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7833 msgid "pretty"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7834 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7835
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7836 msgid "stdin"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7837 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7838
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7839 msgid "detect copies"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7840 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7841
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7842 msgid "search"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7843 msgstr "αναζήτηση"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7844
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7845 msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7846 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7847
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7848 msgid "hg debug-cat-file [OPTION]... TYPE FILE"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7849 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7850
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7851 msgid "hg debug-config"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7852 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7853
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7854 msgid "hg debug-merge-base REV REV"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7855 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7856
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7857 msgid "ignored"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7858 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7859
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7860 msgid "hg debug-rev-parse REV"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7861 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7862
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7863 msgid "header"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7864 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7865
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7866 msgid "topo-order"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7867 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7868
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7869 msgid "parents"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7870 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7871
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7872 msgid "max-count"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7873 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7874
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7875 msgid "hg debug-rev-list [OPTION]... REV..."
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7876 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7877
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7878 msgid "syntax highlighting for hgweb (requires Pygments)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7879 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7880
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7881 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7882 "It depends on the Pygments syntax highlighting library:\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7883 "http://pygments.org/"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7884 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7885
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7886 msgid "There is a single configuration option::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7887 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7888
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7889 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7890 " [web]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7891 " pygments_style = <style>"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7892 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7893
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7894 msgid "The default is 'colorful'.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7895 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7896
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7897 msgid "accelerate status report using Linux's inotify service"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7898 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7899
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7900 msgid "start an inotify server for this repository"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7901 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7902
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7903 msgid "debugging information for inotify extension"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7904 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7905
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
7906 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7907 " Prints the list of directories being watched by the inotify server.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7908 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7909 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7910
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7911 msgid "directories being watched:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7912 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7913
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7914 msgid "run server in background"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7915 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7916
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7917 msgid "used internally by daemon mode"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7918 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7920 msgid "minutes to sit idle before exiting"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7921 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7922
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7923 msgid "name of file to write process ID to"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7924 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7925
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
7926 msgid "hg inserve [OPTION]..."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7927 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7928
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7929 msgid "inotify-client: found dead inotify server socket; removing it\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7930 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7931
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7932 #, python-format
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7933 msgid "inotify-client: could not start inotify server: %s\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7934 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7935
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7936 #, python-format
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7937 msgid "inotify-client: could not talk to new inotify server: %s\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7938 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7939
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7940 #, python-format
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7941 msgid "inotify-client: failed to contact inotify server: %s\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7942 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7943
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
7944 msgid "inotify-client: received empty answer from inotify server"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7945 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7946
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7947 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7948 msgid "(inotify: received response from incompatible server version %d)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7949 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7950
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7951 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7952 msgid "(inotify: received '%s' response when expecting '%s')\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7953 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7954
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7955 msgid "this system does not seem to support inotify"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7956 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7957
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7958 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7959 msgid "*** the current per-user limit on the number of inotify watches is %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7960 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7961
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7962 msgid "*** this limit is too low to watch every directory in this repository\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7963 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7964
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7965 msgid "*** counting directories: "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7966 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7967
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7968 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7969 msgid "found %d\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7970 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7971
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7972 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7973 msgid "*** to raise the limit from %d to %d (run as root):\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7974 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7975
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7976 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7977 msgid "*** echo %d > %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7978 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7979
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7980 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7981 msgid "cannot watch %s until inotify watch limit is raised"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7982 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7983
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7984 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7985 msgid "inotify service not available: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7986 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7987
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7988 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7989 msgid "watching %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7990 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7991
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7992 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7993 msgid "watching directories under %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7994 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7995
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7996 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7997 msgid "%s event: created %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7998 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
7999
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8000 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8001 msgid "%s event: deleted %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8002 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8003
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8004 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8005 msgid "%s event: modified %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8006 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8007
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8008 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8009 msgid "filesystem containing %s was unmounted\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8010 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8011
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8012 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8013 msgid "%s readable: %d bytes\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8014 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8015
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8016 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8017 msgid "%s below threshold - unhooking\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8018 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8019
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8020 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8021 msgid "%s reading %d events\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8022 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8023
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8024 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8025 msgid "%s hooking back up with %d bytes readable\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8026 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8027
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8028 msgid "finished setup\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8029 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8030
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8031 #, python-format
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8032 msgid "status: %r %s -> %s\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8033 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8034
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8035 msgid "rescanning due to .hgignore change\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8036 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8037
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8038 msgid "cannot start: socket is already bound"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8039 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8040
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8041 msgid "cannot start: tried linking .hg/inotify.sock to a temporary socket but .hg/inotify.sock already exists"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8042 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8043
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8044 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8045 msgid "answering query for %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8046 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8047
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8048 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8049 msgid "received query from incompatible client version %d\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8050 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8051
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8052 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8053 msgid "unrecognized query type: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8054 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8055
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8056 msgid "expand expressions into changelog and summaries"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8057 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8058
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8059 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8060 "This extension allows the use of a special syntax in summaries, which\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8061 "will be automatically expanded into links or any other arbitrary\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8062 "expression, much like InterWiki does."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8063 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8064
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8065 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8066 "A few example patterns (link to bug tracking, etc.) that may be used\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8067 "in your hgrc::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8068 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8069
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8070 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8071 " [interhg]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8072 " issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8073 " bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!i\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8074 " boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8075 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8076
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8077 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8078 msgid "interhg: invalid pattern for %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8079 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8080
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8081 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8082 msgid "interhg: invalid regexp for %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8083 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8084
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8085 msgid "expand keywords in tracked files"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8086 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8087
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8088 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8089 "This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8090 "tracked text files selected by your configuration."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8091 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8092
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8093 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8094 "Keywords are only expanded in local repositories and not stored in the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8095 "change history. The mechanism can be regarded as a convenience for the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8096 "current user or for archive distribution."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8097 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8098
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8099 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8100 "Configuration is done in the [keyword] and [keywordmaps] sections of\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8101 "hgrc files."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8102 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8103
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8104 msgid "Example::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8105 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8106
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8107 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8108 " [keyword]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8109 " # expand keywords in every python file except those matching \"x*\"\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8110 " **.py =\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8111 " x* = ignore"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8112 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8113
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8114 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8115 "NOTE: the more specific you are in your filename patterns the less you\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8116 "lose speed in huge repositories."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8117 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8118
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8119 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8120 "For [keywordmaps] template mapping and expansion demonstration and\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8121 "control run \"hg kwdemo\". See \"hg help templates\" for a list of\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8122 "available templates and filters."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8123 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8124
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8125 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8126 "An additional date template filter {date|utcdate} is provided. It\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8127 "returns a date like \"2006/09/18 15:13:13\"."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8128 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8129
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8130 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8131 "The default template mappings (view with \"hg kwdemo -d\") can be\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8132 "replaced with customized keywords and templates. Again, run \"hg\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8133 "kwdemo\" to control the results of your config changes."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8134 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8135
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8136 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8137 "Before changing/disabling active keywords, run \"hg kwshrink\" to avoid\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8138 "the risk of inadvertently storing expanded keywords in the change\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8139 "history."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8140 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8141
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8142 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8143 "To force expansion after enabling it, or a configuration change, run\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8144 "\"hg kwexpand\"."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8145 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8146
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8147 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8148 "Also, when committing with the record extension or using mq's qrecord,\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8149 "be aware that keywords cannot be updated. Again, run \"hg kwexpand\" on\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8150 "the files in question to update keyword expansions after all changes\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8151 "have been checked in."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8152 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8153
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8154 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8155 "Expansions spanning more than one line and incremental expansions,\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8156 "like CVS' $Log$, are not supported. A keyword template map \"Log =\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8157 "{desc}\" expands to the first line of the changeset description.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8158 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8159
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8160 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8161 msgid "overwriting %s expanding keywords\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8162 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8163
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8164 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8165 msgid "overwriting %s shrinking keywords\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8166 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8167
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8168 msgid "[keyword] patterns cannot match"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8169 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8170
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8171 msgid "no [keyword] patterns configured"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8172 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8173
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8174 msgid "print [keywordmaps] configuration and an expansion example"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8175 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8176
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8177 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8178 " Show current, custom, or default keyword template maps and their\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8179 " expansions."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8180 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8181
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8182 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8183 " Extend the current configuration by specifying maps as arguments\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8184 " and using -f/--rcfile to source an external hgrc file."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8185 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8186
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8187 msgid " Use -d/--default to disable current configuration."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8188 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8189
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8190 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8191 " See \"hg help templates\" for information on templates and filters.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8192 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8193 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8194
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8195 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8196 msgid "creating temporary repository at %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8197 msgstr "δημιουργία προσωρινού αποθετηρίου %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8198
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8199 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8200 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8201 "\tconfiguration using custom keyword template maps\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8202 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8203
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8204 msgid "\textending current template maps\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8205 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8206
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8207 msgid "\toverriding default template maps\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8208 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8209
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8210 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8211 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8212 "\tconfiguration using default keyword template maps\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8213 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8214
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8215 msgid "\tdisabling current template maps\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8216 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8217
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8218 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8219 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8220 "\tconfiguration using current keyword template maps\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8221 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8222
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8223 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8224 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8225 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8226 "keywords written to %s:\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8227 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8228
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8229 msgid "unhooked all commit hooks\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8230 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8231
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8232 msgid ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8233 "\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8234 "\tkeywords expanded\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8235 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8236
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8237 msgid "expand keywords in the working directory"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8238 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8239
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8240 msgid " Run after (re)enabling keyword expansion."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8241 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8242
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8243 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8244 " kwexpand refuses to run if given files contain local changes.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8245 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8246 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8247
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8248 msgid "show files configured for keyword expansion"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8249 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8250
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8251 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8252 " List which files in the working directory are matched by the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8253 " [keyword] configuration patterns."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8254 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8255
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8256 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8257 " Useful to prevent inadvertent keyword expansion and to speed up\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8258 " execution by including only files that are actual candidates for\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8259 " expansion."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8260 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8261
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8262 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8263 " See \"hg help keyword\" on how to construct patterns both for\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8264 " inclusion and exclusion of files."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8265 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8266
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8267 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8268 " With -A/--all and -v/--verbose the codes used to show the status\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8269 " of files are::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8270 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8271
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8272 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8273 " K = keyword expansion candidate\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8274 " k = keyword expansion candidate (not tracked)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8275 " I = ignored\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8276 " i = ignored (not tracked)\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8277 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8278 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8279
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8280 msgid "revert expanded keywords in the working directory"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8281 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8282
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8283 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8284 " Run before changing/disabling active keywords or if you experience\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8285 " problems with \"hg import\" or \"hg merge\"."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8286 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8287
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8288 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8289 " kwshrink refuses to run if given files contain local changes.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8290 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8291 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8292
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8293 msgid "show default keyword template maps"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8294 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8295
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8296 msgid "read maps from rcfile"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8297 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8298
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8299 msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8300 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8301
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8302 msgid "hg kwexpand [OPTION]... [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8303 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8304
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8305 msgid "show keyword status flags of all files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8306 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8307
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8308 msgid "show files excluded from expansion"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8309 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8310
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8311 msgid "only show unknown (not tracked) files"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8312 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8313
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8314 msgid "show keyword status flags of all files (DEPRECATED)"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8315 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8316
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8317 msgid "only show untracked files (DEPRECATED)"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8318 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8319
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8320 msgid "hg kwfiles [OPTION]... [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8321 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8322
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8323 msgid "hg kwshrink [OPTION]... [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8324 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8325
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8326 msgid "manage a stack of patches"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8327 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8328
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8329 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8330 "This extension lets you work with a stack of patches in a Mercurial\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8331 "repository. It manages two stacks of patches - all known patches, and\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8332 "applied patches (subset of known patches)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8333 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8334
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8335 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8336 "Known patches are represented as patch files in the .hg/patches\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8337 "directory. Applied patches are both patch files and changesets."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8338 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8339
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8340 msgid "Common tasks (use \"hg help command\" for more details)::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8341 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8342
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8343 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8344 " prepare repository to work with patches qinit\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8345 " create new patch qnew\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8346 " import existing patch qimport"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8347 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8348
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8349 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8350 " print patch series qseries\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8351 " print applied patches qapplied"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8352 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8353
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8354 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8355 " add known patch to applied stack qpush\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8356 " remove patch from applied stack qpop\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8357 " refresh contents of top applied patch qrefresh\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8358 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8359
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8360 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8361 msgid "%s appears more than once in %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8362 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8363
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8364 msgid "guard cannot be an empty string"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8365 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8366
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8367 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8368 msgid "guard %r starts with invalid character: %r"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8369 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8370
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8371 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8372 msgid "invalid character in guard %r: %r"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8373 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8374
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8375 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8376 msgid "guard %r too short"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8377 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8378
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8379 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8380 msgid "guard %r starts with invalid char"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8381 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8382
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8383 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8384 msgid "allowing %s - no guards in effect\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8385 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8386
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8387 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8388 msgid "allowing %s - no matching negative guards\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8389 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8390
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8391 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8392 msgid "allowing %s - guarded by %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8393 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8394
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8395 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8396 msgid "skipping %s - guarded by %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8397 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8398
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8399 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8400 msgid "skipping %s - no matching guards\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8401 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8402
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8403 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8404 msgid "error removing undo: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8405 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8406
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8407 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8408 msgid "apply failed for patch %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8409 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8410
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8411 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8412 msgid "patch didn't work out, merging %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8413 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8414
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8415 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8416 msgid "update returned %d"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8417 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8418
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8419 msgid "repo commit failed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8420 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8421
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8422 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8423 msgid "unable to read %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8424 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8425
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8426 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8427 msgid "patch %s does not exist\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8428 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8429
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8430 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8431 msgid "patch %s is not applied\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8432 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8433
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8434 msgid "patch failed, unable to continue (try -v)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8435 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8436
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8437 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8438 msgid "applying %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8439 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8440
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8441 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8442 msgid "unable to read %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8443 msgstr "αποτυχία ανάγνωσης του %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8444
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8445 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8446 msgid "imported patch %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8447 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8448
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8449 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8450 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8451 "\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8452 "imported patch %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8453 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8454
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8455 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8456 msgid "patch %s is empty\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8457 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8458
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8459 msgid "patch failed, rejects left in working dir\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8460 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8461
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8462 msgid "fuzz found when applying patch, stopping\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8463 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8464
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8465 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8466 msgid "revision %d is not managed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8467 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8468
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8469 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8470 msgid "cannot delete revision %d above applied patches"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8471 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8472
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8473 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8474 msgid "patch %s finalized without changeset message\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8475 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8476
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8477 msgid "qdelete requires at least one revision or patch name"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8478 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8479
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8480 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8481 msgid "cannot delete applied patch %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8482 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8483
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8484 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8485 msgid "patch %s not in series file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8486 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8487
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8488 msgid "no patches applied"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8489 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8490
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8491 msgid "working directory revision is not qtip"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8492 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8493
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8494 msgid "local changes found, refresh first"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8495 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8496
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8497 msgid "local changes found"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8498 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8499
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8500 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8501 msgid "\"%s\" cannot be used as the name of a patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8502 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8503
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8504 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8505 msgid "patch \"%s\" already exists"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8506 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8507
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8508 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8509 msgid "error unlinking %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8510 msgstr "σφάλμα διαγραφής του %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8511
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8512 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8513 msgid "patch name \"%s\" is ambiguous:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8514 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8515
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8516 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8517 msgid "patch %s not in series"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8518 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8519
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8520 msgid "(working directory not at a head)\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8521 msgstr "(ο χώρος εργασίας δεν ταιριάζει με κάποιο υπάρχοντα κλάδο)\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8522
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8523 msgid "no patches in series\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8524 msgstr "δεν υπάρχουν patches στην ακολουθία\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8525
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8526 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8527 msgid "cannot push to a previous patch: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8528 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8529
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8530 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8531 msgid "qpush: %s is already at the top\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8532 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8533
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8534 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8535 msgid "guarded by %r"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8536 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8537
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8538 msgid "no matching guards"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8539 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8540
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8541 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8542 msgid "cannot push '%s' - %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8543 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8544
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8545 msgid "all patches are currently applied\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8546 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8547
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8548 msgid "patch series already fully applied\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8549 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8550
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8551 msgid "cleaning up working directory..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8552 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8553
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8554 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8555 msgid "errors during apply, please fix and refresh %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8556 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8557
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8558 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8559 msgid "now at: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8560 msgstr "τώρα στο: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8561
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8562 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8563 msgid "patch %s is not applied"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8564 msgstr "το patch %s δεν έχει εφαρμοστεί"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8565
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8566 msgid "no patches applied\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8567 msgstr "δεν έχει εφαρμοστεί κανένα patch\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8568
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8569 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8570 msgid "qpop: %s is already at the top\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8571 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8572
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8573 msgid "qpop: forcing dirstate update\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8574 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8575
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8576 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8577 msgid "trying to pop unknown node %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8578 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8579
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8580 msgid "popping would remove a revision not managed by this patch queue"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8581 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8582
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8583 msgid "deletions found between repo revs"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8584 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8585
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8586 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8587 msgid "popping %s\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8588 msgstr "αφαίρεση του %s\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8589
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8590 msgid "patch queue now empty\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8591 msgstr "η ακολουθία των patches είναι τώρα κενή\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8592
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8593 msgid "cannot refresh a revision with children"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8594 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8595
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8596 msgid "refresh interrupted while patch was popped! (revert --all, qpush to recover)\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8597 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8598
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8599 msgid "patch queue directory already exists"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8600 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8601
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8602 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8603 msgid "patch %s is not in series file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8604 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8605
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8606 msgid "No saved patch data found\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8607 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8608
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8609 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8610 msgid "restoring status: %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8611 msgstr "επαναφορά κατάστασης: %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8612
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8613 msgid "save entry has children, leaving it alone\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8614 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8615
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8616 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8617 msgid "removing save entry %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8618 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8619
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8620 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8621 msgid "saved queue repository parents: %s %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8622 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8623
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8624 msgid "queue directory updating\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8625 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8626
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8627 msgid "Unable to load queue repository\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8628 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8629
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8630 msgid "save: no patches applied, exiting\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8631 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8632
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8633 msgid "status is already saved\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8634 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8635
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8636 msgid "hg patches saved state"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8637 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8638
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8639 msgid "repo commit failed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8640 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8641
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8642 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8643 msgid "patch %s is already in the series file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8644 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8645
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8646 msgid "option \"-r\" not valid when importing files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8647 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8648
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8649 msgid "option \"-n\" not valid when importing multiple patches"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8650 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8651
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8652 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8653 msgid "revision %d is the root of more than one branch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8654 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8655
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8656 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8657 msgid "revision %d is already managed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8658 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8659
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8660 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8661 msgid "revision %d is not the parent of the queue"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8662 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8663
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8664 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8665 msgid "revision %d has unmanaged children"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8666 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8667
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8668 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8669 msgid "cannot import merge revision %d"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8670 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8671
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8672 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8673 msgid "revision %d is not the parent of %d"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8674 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8675
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8676 msgid "-e is incompatible with import from -"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8677 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8678
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8679 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8680 msgid "patch %s does not exist"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8681 msgstr "το patch %s δεν υπάρχει"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8682
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8683 msgid "need --name to import a patch from -"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8684 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8685
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8686 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8687 msgid "adding %s to series file\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8688 msgstr "προσθήκη του %s στο αρχείο series\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8689
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8690 msgid "remove patches from queue"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8691 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8692
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8693 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8694 " The patches must not be applied, and at least one patch is required. With\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8695 " -k/--keep, the patch files are preserved in the patch directory."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8696 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8697
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8698 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8699 " To stop managing a patch and move it into permanent history,\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8700 " use the qfinish command."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8701 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8702
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8703 msgid "print the patches already applied"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8704 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8705
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8706 msgid "only one patch applied\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8707 msgstr "μόνο ένα patch έχει εφαρμοστεί\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8708
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8709 msgid "print the patches not yet applied"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8710 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8711
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8712 msgid "all patches applied\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8713 msgstr "όλα τα patches έχουν εφαρμοστεί\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
8714
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8715 msgid "import a patch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8716 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8717
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8718 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8719 " The patch is inserted into the series after the last applied\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8720 " patch. If no patches have been applied, qimport prepends the patch\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8721 " to the series."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8722 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8723
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8724 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8725 " The patch will have the same name as its source file unless you\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8726 " give it a new one with -n/--name."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8727 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8728
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8729 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8730 " You can register an existing patch inside the patch directory with\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8731 " the -e/--existing flag."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8732 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8733
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8734 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8735 " With -f/--force, an existing patch of the same name will be\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8736 " overwritten."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8737 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8738
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8739 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8740 " An existing changeset may be placed under mq control with -r/--rev\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8741 " (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8742 " With -g/--git, patches imported with --rev will use the git diff\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8743 " format. See the diffs help topic for information on why this is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8744 " important for preserving rename/copy information and permission\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8745 " changes."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8746 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8747
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8748 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8749 " To import a patch from standard input, pass - as the patch file.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8750 " When importing from standard input, a patch name must be specified\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8751 " using the --name flag.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8752 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8753 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8754
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8755 msgid "init a new queue repository"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8756 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8757
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8758 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8759 " The queue repository is unversioned by default. If\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8760 " -c/--create-repo is specified, qinit will create a separate nested\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8761 " repository for patches (qinit -c may also be run later to convert\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8762 " an unversioned patch repository into a versioned one). You can use\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8763 " qcommit to commit changes to this queue repository."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8764 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8765
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8766 msgid "clone main and patch repository at same time"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8767 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8768
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8769 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8770 " If source is local, destination will have no patches applied. If\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8771 " source is remote, this command can not check if patches are\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8772 " applied in source, so cannot guarantee that patches are not\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8773 " applied in destination. If you clone remote repository, be sure\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8774 " before that it has no patches applied."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8775 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8776
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8777 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8778 " Source patch repository is looked for in <src>/.hg/patches by\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8779 " default. Use -p <url> to change."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8780 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8781
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8782 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8783 " The patch directory must be a nested Mercurial repository, as\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8784 " would be created by qinit -c.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8785 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8786 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8787
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8788 msgid "versioned patch repository not found (see qinit -c)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8789 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8790
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8791 msgid "cloning main repository\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8792 msgstr "κλωνοποίηση του κεντρικού αποθετηρίου\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8793
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8794 msgid "cloning patch repository\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8795 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8796
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8797 msgid "stripping applied patches from destination repository\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8798 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8799
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8800 msgid "updating destination repository\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8801 msgstr "ενημέρωση του αποθετηρίου προορισμού\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8802
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8803 msgid "commit changes in the queue repository"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8804 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8805
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8806 msgid "print the entire series file"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8807 msgstr "προβολή ολόκληρης της ακολουθίας των patches"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8808
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8809 msgid "print the name of the current patch"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8810 msgstr "προβολή του ονόματος του τρέχοντος patch"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8811
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8812 msgid "print the name of the next patch"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8813 msgstr "προβολή του ονόματος του επόμενου patch"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8814
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8815 msgid "print the name of the previous patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8816 msgstr "προβολή του ονόματος του προηγούμενου patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8817
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8818 msgid "create a new patch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8819 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8820
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8821 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8822 " qnew creates a new patch on top of the currently-applied patch (if\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8823 " any). It will refuse to run if there are any outstanding changes\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8824 " unless -f/--force is specified, in which case the patch will be\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8825 " initialized with them. You may also use -I/--include,\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8826 " -X/--exclude, and/or a list of files after the patch name to add\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8827 " only changes to matching files to the new patch, leaving the rest\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8828 " as uncommitted modifications."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8829 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8830
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8831 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8832 " -u/--user and -d/--date can be used to set the (given) user and\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8833 " date, respectively. -U/--currentuser and -D/--currentdate set user\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8834 " to current user and date to current date."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8835 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8836
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8837 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8838 " -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8839 " well as the commit message. If none is specified, the header is\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8840 " empty and the commit message is '[mq]: PATCH'."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8841 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8842
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8843 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8844 " Use the -g/--git option to keep the patch in the git extended diff\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8845 " format. Read the diffs help topic for more information on why this\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8846 " is important for preserving permission changes and copy/rename\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8847 " information.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8848 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8849 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8850
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8851 msgid "update the current patch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8852 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8853
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8854 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8855 " If any file patterns are provided, the refreshed patch will\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8856 " contain only the modifications that match those patterns; the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8857 " remaining modifications will remain in the working directory."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8858 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8859
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8860 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8861 " If -s/--short is specified, files currently included in the patch\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8862 " will be refreshed just like matched files and remain in the patch."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8863 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8864
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8865 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8866 " hg add/remove/copy/rename work as usual, though you might want to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8867 " use git-style patches (-g/--git or [diff] git=1) to track copies\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8868 " and renames. See the diffs help topic for more information on the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8869 " git diff format.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8870 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8871 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8872
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8873 msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8874 msgstr "η επιλογή \"-e\" είναι ασύμβατη με τις \"-m\" και \"-l\""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8875
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8876 msgid "diff of the current patch and subsequent modifications"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8877 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8878
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8879 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8880 " Shows a diff which includes the current patch as well as any\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8881 " changes which have been made in the working directory since the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8882 " last refresh (thus showing what the current patch would become\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8883 " after a qrefresh)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8884 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8885
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8886 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8887 " Use 'hg diff' if you only want to see the changes made since the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8888 " last qrefresh, or 'hg export qtip' if you want to see changes made\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8889 " by the current patch without including changes made since the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8890 " qrefresh.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8891 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8892 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8893
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8894 msgid "fold the named patches into the current patch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8895 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8896
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8897 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8898 " Patches must not yet be applied. Each patch will be successively\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8899 " applied to the current patch in the order given. If all the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8900 " patches apply successfully, the current patch will be refreshed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8901 " with the new cumulative patch, and the folded patches will be\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8902 " deleted. With -k/--keep, the folded patch files will not be\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8903 " removed afterwards."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8904 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8905
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8906 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8907 " The header for each folded patch will be concatenated with the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8908 " current patch header, separated by a line of '* * *'."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8909 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8910
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8911 msgid "qfold requires at least one patch name"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8912 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8913
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8914 msgid "No patches applied"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8915 msgstr "Δεν έχει εφαρμοστεί κανένα patch"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8916
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8917 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8918 msgid "Skipping already folded patch %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8919 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8920
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8921 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8922 msgid "qfold cannot fold already applied patch %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8923 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8924
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8925 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8926 msgid "Error folding patch %s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8927 msgstr "Σφάλμα συγχώνευσης του patch %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8928
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8929 msgid "push or pop patches until named patch is at top of stack"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8930 msgstr "εφαρμογή ή αφαίρεση patches μέχρι το patch προορισμού να είναι στην κορυφή της στοίβας"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8931
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8932 msgid "set or print guards for a patch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8933 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8934
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8935 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8936 " Guards control whether a patch can be pushed. A patch with no\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8937 " guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8938 " pushed only if the qselect command has activated it. A patch with\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8939 " a negative guard (\"-foo\") is never pushed if the qselect command\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8940 " has activated it."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8941 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8942
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8943 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8944 " With no arguments, print the currently active guards.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8945 " With arguments, set guards for the named patch.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8946 " NOTE: Specifying negative guards now requires '--'."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8947 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8948
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8949 msgid " To set guards on another patch::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8950 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8951
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8952 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8953 " hg qguard -- other.patch +2.6.17 -stable\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8954 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8955 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8956
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8957 msgid "cannot mix -l/--list with options or arguments"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8958 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8959
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8960 msgid "no patch to work with"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8961 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8962
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8963 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8964 msgid "no patch named %s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8965 msgstr "δεν υπάρχει patch με το όνομα %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8966
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8967 msgid "print the header of the topmost or specified patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8968 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8969
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8970 msgid "push the next patch onto the stack"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8971 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8972
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8973 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8974 " When -f/--force is applied, all local changes in patched files\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8975 " will be lost.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8976 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8977 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8978
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8979 msgid "no saved queues found, please use -n\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8980 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8981
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8982 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8983 msgid "merging with queue at: %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
8984 msgstr "συγχώνευση με την ουρά: %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8985
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8986 msgid "pop the current patch off the stack"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8987 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8988
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
8989 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8990 " By default, pops off the top of the patch stack. If given a patch\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8991 " name, keeps popping off patches until the named patch is at the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8992 " top of the stack.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8993 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8994 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8995
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8996 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8997 msgid "using patch queue: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8998 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
8999
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9000 msgid "rename a patch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9001 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9002
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9003 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9004 " With one argument, renames the current patch to PATCH1.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9005 " With two arguments, renames PATCH1 to PATCH2."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9006 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9007
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9008 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9009 msgid "%s already exists"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
9010 msgstr "το %s υπάρχει ήδη"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9011
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9012 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9013 msgid "A patch named %s already exists in the series file"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
9014 msgstr "Υπάρχει ήδη ένα patch με το όνομα %s στο αρχείο series "
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9015
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9016 msgid "restore the queue state saved by a revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9017 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9018
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9019 msgid "save current queue state"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
9020 msgstr "αποθήκευση της τρέχουσας κατάστασης της σειράς patch"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9021
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9022 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9023 msgid "destination %s exists and is not a directory"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9024 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9025
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9026 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9027 msgid "destination %s exists, use -f to force"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9028 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9029
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9030 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9031 msgid "copy %s to %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
9032 msgstr "αντιγραφή του %s σε %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9033
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9034 msgid "strip a revision and all its descendants from the repository"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9035 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9036
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9037 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9038 " If one of the working directory's parent revisions is stripped, the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9039 " working directory will be updated to the parent of the stripped\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9040 " revision.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9041 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9042 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9043
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9044 msgid "set or print guarded patches to push"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9045 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9046
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9047 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9048 " Use the qguard command to set or print guards on patch, then use\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9049 " qselect to tell mq which guards to use. A patch will be pushed if\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9050 " it has no guards or any positive guards match the currently\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9051 " selected guard, but will not be pushed if any negative guards\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9052 " match the current guard. For example::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9053 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9054
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9055 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9056 " qguard foo.patch -stable (negative guard)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9057 " qguard bar.patch +stable (positive guard)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9058 " qselect stable"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9059 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9060
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9061 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9062 " This activates the \"stable\" guard. mq will skip foo.patch (because\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9063 " it has a negative match) but push bar.patch (because it has a\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9064 " positive match)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9065 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9066
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9067 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9068 " With no arguments, prints the currently active guards.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9069 " With one argument, sets the active guard."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9070 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9071
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9072 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9073 " Use -n/--none to deactivate guards (no other arguments needed).\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9074 " When no guards are active, patches with positive guards are\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9075 " skipped and patches with negative guards are pushed."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9076 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9077
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9078 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9079 " qselect can change the guards on applied patches. It does not pop\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9080 " guarded patches by default. Use --pop to pop back to the last\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9081 " applied patch that is not guarded. Use --reapply (which implies\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9082 " --pop) to push back to the current patch afterwards, but skip\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9083 " guarded patches."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9084 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9085
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9086 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9087 " Use -s/--series to print a list of all guards in the series file\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9088 " (no other arguments needed). Use -v for more information."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9089 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9090
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9091 msgid "guards deactivated\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9092 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9093
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9094 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9095 msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9096 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9097
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9098 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9099 msgid "number of guarded, applied patches has changed from %d to %d\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9100 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9101
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9102 msgid "guards in series file:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9103 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9104
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9105 msgid "no guards in series file\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9106 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9107
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9108 msgid "active guards:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9109 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9110
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9111 msgid "no active guards\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9112 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9113
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9114 msgid "popping guarded patches\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9115 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9116
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9117 msgid "reapplying unguarded patches\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9118 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9119
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9120 msgid "move applied patches into repository history"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9121 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9122
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9123 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9124 " Finishes the specified revisions (corresponding to applied\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9125 " patches) by moving them out of mq control into regular repository\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9126 " history."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9127 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9128
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9129 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9130 " Accepts a revision range or the -a/--applied option. If --applied\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9131 " is specified, all applied mq revisions are removed from mq\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9132 " control. Otherwise, the given revisions must be at the base of the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9133 " stack of applied patches."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9134 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9135
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9136 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9137 " This can be especially useful if your changes have been applied to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9138 " an upstream repository, or if you are about to push your changes\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9139 " to upstream.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9140 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9141 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9142
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9143 msgid "no revisions specified"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9144 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9145
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9146 msgid "cannot commit over an applied mq patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9147 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9148
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9149 msgid "source has mq patches applied"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9150 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9151
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9152 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9153 msgid "mq status file refers to unknown node %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9154 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9155
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9156 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9157 msgid "Tag %s overrides mq patch of the same name\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9158 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9159
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9160 msgid "cannot import over an applied patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9161 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9162
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9163 msgid "print first line of patch header"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9164 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9165
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9166 msgid "show only the last patch"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9167 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9168
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9169 msgid "hg qapplied [-1] [-s] [PATCH]"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9170 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9171
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9172 msgid "use pull protocol to copy metadata"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9173 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9174
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9175 msgid "do not update the new working directories"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9176 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9177
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9178 msgid "use uncompressed transfer (fast over LAN)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9179 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9180
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9181 msgid "location of source patch repository"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
9182 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9183
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9184 msgid "hg qclone [OPTION]... SOURCE [DEST]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9185 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9186
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9187 msgid "hg qcommit [OPTION]... [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9188 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9189
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9190 msgid "hg qdiff [OPTION]... [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9191 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9192
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9193 msgid "keep patch file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9194 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9195
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9196 msgid "stop managing a revision (DEPRECATED)"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9197 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9198
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9199 msgid "hg qdelete [-k] [-r REV]... [PATCH]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9200 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9201
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9202 msgid "edit patch header"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9203 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9204
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9205 msgid "keep folded patch files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9206 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9207
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9208 msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9209 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9210
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9211 msgid "overwrite any local changes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9212 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9213
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9214 msgid "hg qgoto [OPTION]... PATCH"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9215 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9216
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9217 msgid "list all patches and guards"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9218 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9219
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9220 msgid "drop all guards"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9221 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9222
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9223 msgid "hg qguard [-l] [-n] -- [PATCH] [+GUARD]... [-GUARD]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9224 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9225
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9226 msgid "hg qheader [PATCH]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9227 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9228
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9229 msgid "import file in patch directory"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9230 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9231
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9232 msgid "name of patch file"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
9233 msgstr "όνομα του αρχείου patch"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9234
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9235 msgid "overwrite existing files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9236 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9237
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9238 msgid "place existing revisions under mq control"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9239 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9240
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9241 msgid "use git extended diff format"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9242 msgstr "χρήση των επεκτάσεων του git για τα αρχεία diff"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9243
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9244 msgid "qpush after importing"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9245 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9246
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9247 msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9248 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9249
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9250 msgid "create queue repository"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9251 msgstr "δημιουργία αποθετηρίου για το queue"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9252
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9253 msgid "hg qinit [-c]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9254 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9255
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9256 msgid "import uncommitted changes into patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9257 msgstr "ενσωμάτωση τοπικών αλλαγών στο patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9258
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9259 msgid "add \"From: <current user>\" to patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9260 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9261
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9262 msgid "add \"From: <given user>\" to patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9263 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9264
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9265 msgid "add \"Date: <current date>\" to patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9266 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9267
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9268 msgid "add \"Date: <given date>\" to patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9269 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9270
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9271 msgid "hg qnew [-e] [-m TEXT] [-l FILE] [-f] PATCH [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9272 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9273
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9274 msgid "hg qnext [-s]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9275 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9276
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9277 msgid "hg qprev [-s]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9278 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9279
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9280 msgid "pop all patches"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9281 msgstr "αφαίρεση όλων των patches"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9282
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9283 msgid "queue name to pop"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9284 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9285
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9286 msgid "forget any local changes to patched files"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9287 msgstr "ακύρωση όλων των τοπικών αλλαγών"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9288
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9289 msgid "hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9290 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9291
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9292 msgid "apply if the patch has rejects"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9293 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9294
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9295 msgid "list patch name in commit text"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9296 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9297
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9298 msgid "apply all patches"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9299 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9300
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9301 msgid "merge from another queue"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9302 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9303
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9304 msgid "merge queue name"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9305 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9306
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9307 msgid "hg qpush [-f] [-l] [-a] [-m] [-n NAME] [PATCH | INDEX]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9308 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9309
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9310 msgid "refresh only files already in the patch and specified files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9311 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9312
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9313 msgid "add/update author field in patch with current user"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9314 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9315
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9316 msgid "add/update author field in patch with given user"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9317 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9318
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9319 msgid "add/update date field in patch with current date"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9320 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9321
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9322 msgid "add/update date field in patch with given date"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9323 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9324
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9325 msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9326 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9327
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9328 msgid "hg qrename PATCH1 [PATCH2]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9329 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9330
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9331 msgid "delete save entry"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9332 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9333
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9334 msgid "update queue working directory"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
9335 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9336
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9337 msgid "hg qrestore [-d] [-u] REV"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9338 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9339
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9340 msgid "copy patch directory"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9341 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9342
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9343 msgid "copy directory name"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9344 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9345
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9346 msgid "clear queue status file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9347 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9348
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9349 msgid "force copy"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9350 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9351
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9352 msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9353 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9354
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9355 msgid "disable all guards"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9356 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9357
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9358 msgid "list all guards in series file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9359 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9360
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9361 msgid "pop to before first guarded applied patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9362 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9363
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9364 msgid "pop, then reapply patches"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9365 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9366
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9367 msgid "hg qselect [OPTION]... [GUARD]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9368 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9369
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9370 msgid "print patches not in series"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9371 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9372
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9373 msgid "hg qseries [-ms]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9374 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9375
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9376 msgid "force removal with local changes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9377 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9378
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9379 msgid "bundle unrelated changesets"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9380 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9381
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9382 msgid "no backups"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9383 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9384
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9385 msgid "hg strip [-f] [-b] [-n] REV"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9386 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9387
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9388 msgid "hg qtop [-s]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9389 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9390
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9391 msgid "show only the first patch"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9392 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9393
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9394 msgid "hg qunapplied [-1] [-s] [PATCH]"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9395 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9396
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9397 msgid "finish all applied changesets"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9398 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9399
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9400 msgid "hg qfinish [-a] [REV]..."
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9401 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9402
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9403 msgid "hooks for sending email notifications at commit/push time"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9404 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9405
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9406 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9407 "Subscriptions can be managed through a hgrc file. Default mode is to\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9408 "print messages to stdout, for testing and configuring."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9409 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9410
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9411 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9412 "To use, configure the notify extension and enable it in hgrc like\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9413 "this::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9414 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9415
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9416 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9417 " [extensions]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9418 " notify ="
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9419 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9420
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9421 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9422 " [hooks]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9423 " # one email for each incoming changeset\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9424 " incoming.notify = python:hgext.notify.hook\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9425 " # batch emails when many changesets incoming at one time\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9426 " changegroup.notify = python:hgext.notify.hook"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9427 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9428
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9429 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9430 " [notify]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9431 " # config items go here"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9432 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9433
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9434 msgid "Required configuration items::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9435 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9436
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9437 msgid " config = /path/to/file # file containing subscriptions"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9438 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9439
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9440 msgid "Optional configuration items::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9441 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9442
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9443 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9444 " test = True # print messages to stdout for testing\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9445 " strip = 3 # number of slashes to strip for url paths\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9446 " domain = example.com # domain to use if committer missing domain\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9447 " style = ... # style file to use when formatting email\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9448 " template = ... # template to use when formatting email\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9449 " incoming = ... # template to use when run as incoming hook\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9450 " changegroup = ... # template when run as changegroup hook\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9451 " maxdiff = 300 # max lines of diffs to include (0=none, -1=all)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9452 " maxsubject = 67 # truncate subject line longer than this\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9453 " diffstat = True # add a diffstat before the diff content\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9454 " sources = serve # notify if source of incoming changes in this list\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9455 " # (serve == ssh or http, push, pull, bundle)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9456 " merge = False # send notification for merges (default True)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9457 " [email]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9458 " from = user@host.com # email address to send as if none given\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9459 " [web]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9460 " baseurl = http://hgserver/... # root of hg web site for browsing commits"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9461 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9462
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9463 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9464 "The notify config file has same format as a regular hgrc file. It has\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9465 "two sections so you can express subscriptions in whatever way is\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9466 "handier for you."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9467 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9468
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9469 msgid "::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9470 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9471
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9472 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9473 " [usersubs]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9474 " # key is subscriber email, value is \",\"-separated list of glob patterns\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9475 " user@host = pattern"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9476 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9477
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9478 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9479 " [reposubs]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9480 " # key is glob pattern, value is \",\"-separated list of subscriber emails\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9481 " pattern = user@host"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9482 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9483
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9484 msgid "Glob patterns are matched against path to repository root."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9485 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9486
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9487 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9488 "If you like, you can put notify config file in repository that users\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9489 "can push changes to, they can manage their own subscriptions.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9490 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9491
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9492 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9493 msgid "%s: %d new changesets"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9494 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9495
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9496 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9497 msgid "notify: sending %d subscribers %d changes\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9498 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9499
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9500 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9501 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9502 "\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9503 "diffs (truncated from %d to %d lines):"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9504 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9505
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9506 #, python-format
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9507 msgid ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9508 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9509 "diffs (%d lines):"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9510 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9511
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9512 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9513 msgid "notify: suppressing notification for merge %d:%s\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9514 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9515
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9516 msgid "browse command output with an external pager"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9517 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9518
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9519 msgid "To set the pager that should be used, set the application variable::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9520 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9521
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9522 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9523 " [pager]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9524 " pager = LESS='FSRX' less"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9525 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9526
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9527 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9528 "If no pager is set, the pager extensions uses the environment variable\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9529 "$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9530 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9531
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9532 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9533 "If you notice \"BROKEN PIPE\" error messages, you can disable them by\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9534 "setting::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9535 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9536
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9537 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9538 " [pager]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9539 " quiet = True"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9540 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9541
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9542 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9543 "You can disable the pager for certain commands by adding them to the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9544 "pager.ignore list::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9545 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9546
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9547 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9548 " [pager]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9549 " ignore = version, help, update"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9550 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9551
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9552 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9553 "You can also enable the pager only for certain commands using\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9554 "pager.attend. Below is the default list of commands to be paged::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9555 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9556
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9557 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9558 " [pager]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9559 " attend = annotate, cat, diff, export, glog, log, qdiff"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9560 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9561
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9562 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
9563 "Setting pager.attend to an empty value will cause all commands to be\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9564 "paged."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9565 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9566
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9567 msgid "If pager.attend is present, pager.ignore will be ignored."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9568 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9569
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9570 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9571 "To ignore global commands like \"hg version\" or \"hg help\", you have to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9572 "specify them in the global .hgrc\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9573 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9574
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9575 msgid "interpret suffixes to refer to ancestor revisions"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9576 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9577
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9578 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9579 "This extension allows you to use git-style suffixes to refer to the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9580 "ancestors of a specific revision."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9581 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9582
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9583 msgid "For example, if you can refer to a revision as \"foo\", then::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9584 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9585
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9586 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9587 " foo^N = Nth parent of foo\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9588 " foo^0 = foo\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9589 " foo^1 = first parent of foo\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9590 " foo^2 = second parent of foo\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9591 " foo^ = foo^1"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9592 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9593
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9594 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9595 " foo~N = Nth first grandparent of foo\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9596 " foo~0 = foo\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9597 " foo~1 = foo^1 = foo^ = first parent of foo\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9598 " foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9599 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9600
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9601 msgid "command to send changesets as (a series of) patch emails"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9602 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9603
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9604 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9605 "The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9606 "describes the series as a whole."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9607 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9608
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9609 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9610 "Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9611 "first line of the changeset description as the subject text. The\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9612 "message contains two or three body parts:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9613 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9614
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9615 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9616 "- The changeset description.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9617 "- [Optional] The result of running diffstat on the patch.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9618 "- The patch itself, as generated by \"hg export\"."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9619 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9620
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9621 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9622 "Each message refers to the first in the series using the In-Reply-To\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9623 "and References headers, so they will show up as a sequence in threaded\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9624 "mail and news readers, and in mail archives."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9625 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9626
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9627 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9628 "With the -d/--diffstat option, you will be prompted for each changeset\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9629 "with a diffstat summary and the changeset summary, so you can be sure\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9630 "you are sending the right changes."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9631 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9632
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9633 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9634 "To configure other defaults, add a section like this to your hgrc\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9635 "file::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9636 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9637
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9638 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9639 " [email]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9640 " from = My Name <my@email>\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9641 " to = recipient1, recipient2, ...\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9642 " cc = cc1, cc2, ...\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9643 " bcc = bcc1, bcc2, ..."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9644 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9645
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9646 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9647 "Then you can use the \"hg email\" command to mail a series of changesets\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9648 "as a patchbomb."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9649 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9650
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9651 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9652 "To avoid sending patches prematurely, it is a good idea to first run\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9653 "the \"email\" command with the \"-n\" option (test only). You will be\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9654 "prompted for an email recipient address, a subject and an introductory\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9655 "message describing the patches of your patchbomb. Then when all is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9656 "done, patchbomb messages are displayed. If the PAGER environment\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9657 "variable is set, your pager will be fired up once for each patchbomb\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9658 "message, so you can verify everything is alright."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9659 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9660
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9661 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9662 "The -m/--mbox option is also very useful. Instead of previewing each\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9663 "patchbomb message in a pager or sending the messages directly, it will\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9664 "create a UNIX mailbox file with the patch emails. This mailbox file\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9665 "can be previewed with any mail user agent which supports UNIX mbox\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9666 "files, e.g. with mutt::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9667 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9668
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9669 msgid " % mutt -R -f mbox"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9670 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9671
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9672 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9673 "When you are previewing the patchbomb messages, you can use ``formail``\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9674 "(a utility that is commonly installed as part of the procmail\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9675 "package), to send each message out::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9676 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9677
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9678 msgid " % formail -s sendmail -bm -t < mbox"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9679 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9680
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9681 msgid "That should be all. Now your patchbomb is on its way out."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9682 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9683
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9684 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9685 "You can also either configure the method option in the email section\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9686 "to be a sendmail compatible mailer or fill out the [smtp] section so\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9687 "that the patchbomb extension can automatically send patchbombs\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9688 "directly from the commandline. See the [email] and [smtp] sections in\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9689 "hgrc(5) for details.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9690 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9691
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9692 #, python-format
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
9693 msgid "%s Please enter a valid value"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9694 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9695
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9696 msgid "Please enter a valid value.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9697 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9698
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
9699 msgid "does the diffstat above look okay?"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9700 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9701
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9702 msgid "diffstat rejected"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9703 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9704
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9705 msgid "send changesets by email"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9706 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9707
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9708 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9709 " By default, diffs are sent in the format generated by hg export,\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9710 " one per message. The series starts with a \"[PATCH 0 of N]\"\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9711 " introduction, which describes the series as a whole."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9712 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9713
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9714 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9715 " Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9716 " the first line of the changeset description as the subject text.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9717 " The message contains two or three parts. First, the changeset\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9718 " description. Next, (optionally) if the diffstat program is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9719 " installed and -d/--diffstat is used, the result of running\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9720 " diffstat on the patch. Finally, the patch itself, as generated by\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9721 " \"hg export\"."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9722 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9723
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9724 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9725 " By default the patch is included as text in the email body for\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9726 " easy reviewing. Using the -a/--attach option will instead create\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9727 " an attachment for the patch. With -i/--inline an inline attachment\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9728 " will be created."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9729 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9730
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9731 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9732 " With -o/--outgoing, emails will be generated for patches not found\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9733 " in the destination repository (or only those which are ancestors\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9734 " of the specified revisions if any are provided)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9735 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9736
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9737 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9738 " With -b/--bundle, changesets are selected as for --outgoing, but a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9739 " single email containing a binary Mercurial bundle as an attachment\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9740 " will be sent."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9741 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9742
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9743 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9744 " hg email -r 3000 # send patch 3000 only\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9745 " hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9746 " hg email -r 3000:3005 # send patches 3000 through 3005\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9747 " hg email 3000 # send patch 3000 (deprecated)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9748 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9749
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9750 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9751 " hg email -o # send all patches not in default\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9752 " hg email -o DEST # send all patches not in DEST\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9753 " hg email -o -r 3000 # send all ancestors of 3000 not in default\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9754 " hg email -o -r 3000 DEST # send all ancestors of 3000 not in DEST"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9755 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9756
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9757 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9758 " hg email -b # send bundle of all patches not in default\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9759 " hg email -b DEST # send bundle of all patches not in DEST\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9760 " hg email -b -r 3000 # bundle of all ancestors of 3000 not in default\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9761 " hg email -b -r 3000 DEST # bundle of all ancestors of 3000 not in DEST"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9762 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9763
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9764 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9765 " Before using this command, you will need to enable email in your\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9766 " hgrc. See the [email] section in hgrc(5) for details.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9767 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9768 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9769
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9770 msgid "specify at least one changeset with -r or -o"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9771 msgstr "ορίστε τουλάχιστον μια αλλαγή με -r ή -o"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9772
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9773 msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9774 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9775
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9776 msgid "too many destinations"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9777 msgstr "πολύ μεγάλος αριθμός παραληπτών"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9778
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9779 msgid "use only one form to specify the revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9780 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9781
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9782 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9783 "\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9784 "Write the introductory message for the patch series."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9785 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9786
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9787 #, python-format
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9788 msgid "This patch series consists of %d patches."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9789 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9790
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9791 msgid "Final summary:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9792 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9793
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9794 msgid "Displaying "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9795 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9796
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9797 msgid "Writing "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9798 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9799
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9800 msgid "Sending "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9801 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9802
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9803 msgid "send patches as attachments"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9804 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9805
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9806 msgid "send patches as inline attachments"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9807 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9808
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9809 msgid "email addresses of blind carbon copy recipients"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9810 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9811
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9812 msgid "email addresses of copy recipients"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9813 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9814
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9815 msgid "add diffstat output to messages"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9816 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9817
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9818 msgid "use the given date as the sending date"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9819 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9820
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9821 msgid "use the given file as the series description"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9822 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9823
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9824 msgid "email address of sender"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9825 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9826
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9827 msgid "print messages that would be sent"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9828 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9829
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9830 msgid "write messages to mbox file instead of sending them"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9831 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9832
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9833 msgid "subject of first message (intro or single patch)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9834 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9835
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9836 msgid "message identifier to reply to"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9837 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9838
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9839 msgid "flags to add in subject prefixes"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9840 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9841
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9842 msgid "email addresses of recipients"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9843 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9844
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9845 msgid "omit hg patch header"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9846 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9847
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9848 msgid "send changes not found in the target repository"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9849 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9850
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9851 msgid "send changes not in target as a binary bundle"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9852 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9853
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9854 msgid "name of the bundle attachment file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9855 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9856
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9857 msgid "a revision to send"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9858 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9859
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9860 msgid "run even when remote repository is unrelated (with -b/--bundle)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9861 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9862
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9863 msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9864 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9865
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9866 msgid "send an introduction email for a single patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9867 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9868
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9869 msgid "hg email [OPTION]... [DEST]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9870 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9871
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9872 msgid "command to delete untracked files from the working directory"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9873 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9874
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9875 msgid "removes files not tracked by Mercurial"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9876 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9877
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9878 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9879 " Delete files not known to Mercurial. This is useful to test local\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9880 " and uncommitted changes in an otherwise-clean source tree."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9881 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9882
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9883 msgid " This means that purge will delete:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9884 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9885
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9886 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9887 " - Unknown files: files marked with \"?\" by \"hg status\"\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9888 " - Empty directories: in fact Mercurial ignores directories unless\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9889 " they contain files under source control management"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9890 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9891
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9892 msgid " But it will leave untouched:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9893 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9894
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9895 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9896 " - Modified and unmodified tracked files\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9897 " - Ignored files (unless --all is specified)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9898 " - New files added to the repository (with \"hg add\")"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9899 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9900
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9901 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9902 " If directories are given on the command line, only files in these\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9903 " directories are considered."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9904 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9905
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9906 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9907 " Be careful with purge, as you could irreversibly delete some files\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9908 " you forgot to add to the repository. If you only want to print the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9909 " list of files that this program would delete, use the --print\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9910 " option.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9911 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9912 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9913
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9914 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9915 msgid "%s cannot be removed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9916 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9917
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9918 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9919 msgid "warning: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9920 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9921
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9922 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9923 msgid "Removing file %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9924 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9925
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9926 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9927 msgid "Removing directory %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9928 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9929
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9930 msgid "abort if an error occurs"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9931 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9932
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9933 msgid "purge ignored files too"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9934 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9935
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9936 msgid "print filenames instead of deleting them"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9937 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9938
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9939 msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9940 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9941
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9942 msgid "hg purge [OPTION]... [DIR]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9943 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9944
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9945 msgid "command to move sets of revisions to a different ancestor"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9946 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9947
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9948 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9949 "This extension lets you rebase changesets in an existing Mercurial\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9950 "repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9951 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9952
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9953 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9954 "For more information:\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
9955 "http://mercurial.selenic.com/wiki/RebaseExtension\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9956 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9957
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9958 msgid "move changeset (and descendants) to a different branch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9959 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9960
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9961 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9962 " Rebase uses repeated merging to graft changesets from one part of\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9963 " history onto another. This can be useful for linearizing local\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9964 " changes relative to a master development tree."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9965 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9966
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
9967 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9968 " If a rebase is interrupted to manually resolve a merge, it can be\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9969 " continued with --continue/-c or aborted with --abort/-a.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9970 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9971 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9972
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9973 msgid "cannot use both abort and continue"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9974 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9975
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9976 msgid "cannot use collapse with continue or abort"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9977 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9978
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9979 msgid "abort and continue do not allow specifying revisions"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9980 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9981
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9982 msgid "cannot specify both a revision and a base"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9983 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9984
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9985 msgid "nothing to rebase\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9986 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9987
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9988 msgid "cannot use both keepbranches and extrafn"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9989 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9990
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9991 msgid "rebase merging completed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9992 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9993
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9994 msgid "warning: new changesets detected on source branch, not stripping\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9995 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9996
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9997 msgid "rebase completed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9998 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
9999
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10000 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10001 msgid "%d revisions have been skipped\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10002 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10003
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10004 msgid "fix unresolved conflicts with hg resolve then run hg rebase --continue"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10005 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10006
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10007 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10008 msgid "no changes, revision %d skipped\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10009 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10010
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10011 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10012 msgid "cannot use revision %d as base, result would have 3 parents"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10013 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10014
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10015 msgid "no rebase in progress"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10016 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10017
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10018 msgid "warning: new changesets detected on target branch, not stripping\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10019 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10020
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10021 msgid "rebase aborted\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10022 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10023
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10024 msgid "cannot rebase onto an applied mq patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10025 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10026
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10027 msgid "source is ancestor of destination"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10028 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10029
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10030 msgid "source is descendant of destination"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10031 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10032
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10033 msgid "unable to collapse, there is more than one external parent"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10034 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10035
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10036 msgid "rebase working directory to branch head"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10037 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10038
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10039 msgid "rebase from a given revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10040 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10041
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10042 msgid "rebase from the base of a given revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10043 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10044
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10045 msgid "rebase onto a given revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10046 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10047
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10048 msgid "collapse the rebased changesets"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10049 msgstr "συγχώνευση των αλλαγών καθώς μεταφέρονται"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10050
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10051 msgid "keep original changesets"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10052 msgstr ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10053
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10054 msgid "keep original branch names"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10055 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10056
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10057 msgid "continue an interrupted rebase"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10058 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10059
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10060 msgid "abort an interrupted rebase"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10061 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10062
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10063 msgid "hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] | [-c] | [-a]"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10064 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10065
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10066 msgid "commands to interactively select changes for commit/qrefresh"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10067 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10068
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10069 msgid "this modifies a binary file (all or nothing)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10070 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10071
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10072 msgid "this is a binary file\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10073 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10074
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10075 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10076 msgid "%d hunks, %d lines changed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10077 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10078
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10079 msgid "[Ynsfdaq?]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10080 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10081
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10082 msgid "&Yes, record this change"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10083 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10084
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10085 msgid "&No, skip this change"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10086 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10087
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10088 msgid "&Skip remaining changes to this file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10089 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10090
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10091 msgid "Record remaining changes to this &file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10092 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10093
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10094 msgid "&Done, skip remaining changes and files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10095 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10096
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10097 msgid "Record &all changes to all remaining files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10098 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10099
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10100 msgid "&Quit, recording no changes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10101 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10102
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10103 msgid "&?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10104 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10105
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10106 msgid "y - record this change"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10107 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10108
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10109 msgid "user quit"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10110 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10111
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10112 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10113 msgid "examine changes to %s?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10114 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10115
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10116 msgid " and "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10117 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10118
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10119 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10120 msgid "record this change to %r?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10121 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10122
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10123 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10124 msgid "record change %d/%d to %r?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10125 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10126
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10127 msgid "interactively select changes to commit"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10128 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10129
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10130 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10131 " If a list of files is omitted, all changes reported by \"hg status\"\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10132 " will be candidates for recording."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10133 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10134
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10135 msgid " See 'hg help dates' for a list of formats valid for -d/--date."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10136 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10137
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10138 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10139 " You will be prompted for whether to record changes to each\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10140 " modified file, and for files with multiple changes, for each\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10141 " change to use. For each query, the following responses are\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10142 " possible::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10143 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10144
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10145 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10146 " y - record this change\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10147 " n - skip this change"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10148 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10149
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10150 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10151 " s - skip remaining changes to this file\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10152 " f - record remaining changes to this file"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10153 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10154
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10155 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10156 " d - done, skip remaining changes and files\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10157 " a - record all changes to all remaining files\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10158 " q - quit, recording no changes"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10159 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10160
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10161 msgid " ? - display help"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10162 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10163
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10164 msgid "'mq' extension not loaded"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10165 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10166
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10167 msgid "running non-interactively, use commit instead"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10168 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10169
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10170 msgid "no changes to record\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10171 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10172
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10173 msgid "patch failed to apply"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10174 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10175
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10176 msgid "hg record [OPTION]... [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10177 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10178
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10179 msgid "hg qrecord [OPTION]... PATCH [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10180 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10181
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10182 msgid "recreates hardlinks between repository clones"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10183 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10184
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10185 msgid "recreate hardlinks between two repositories"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10186 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10187
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10188 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10189 " When repositories are cloned locally, their data files will be\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10190 " hardlinked so that they only use the space of a single repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10191 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10192
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10193 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10194 " Unfortunately, subsequent pulls into either repository will break\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10195 " hardlinks for any files touched by the new changesets, even if\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10196 " both repositories end up pulling the same changes."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10197 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10198
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10199 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10200 " Similarly, passing --rev to \"hg clone\" will fail to use any\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10201 " hardlinks, falling back to a complete copy of the source\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10202 " repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10203 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10204
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10205 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10206 " This command lets you recreate those hardlinks and reclaim that\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10207 " wasted space."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10208 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10209
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10210 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10211 " This repository will be relinked to share space with ORIGIN, which\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10212 " must be on the same local disk. If ORIGIN is omitted, looks for\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10213 " \"default-relink\", then \"default\", in [paths]."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10214 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10215
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10216 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10217 " Do not attempt any read operations on this repository while the\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10218 " command is running. (Both repositories will be locked against\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10219 " writes.)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10220 " "
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10221 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10222
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10223 #, python-format
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10224 msgid "relinking %s to %s\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10225 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10226
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10227 #, python-format
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10228 msgid "collected %d candidate storage files\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10229 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10230
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10231 msgid "source and destination are on different devices"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10232 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10233
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10234 #, python-format
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10235 msgid "not linkable: %s\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10236 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10237
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10238 #, python-format
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10239 msgid "pruned down to %d probably relinkable files\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10240 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10241
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10242 msgid " files"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10243 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10244
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10245 msgid "relink"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10246 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10247
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10248 #, python-format
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10249 msgid "relinked %d files (%d bytes reclaimed)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10250 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10251
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10252 msgid "[ORIGIN]"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10253 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10254
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10255 msgid "share a common history between several working directories"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10256 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10257
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10258 msgid "create a new shared repository (experimental)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10259 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10260
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10261 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10262 " Initialize a new repository and working directory that shares its\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10263 " history with another repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10264 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10265
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10266 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10267 " NOTE: actions that change history such as rollback or moving the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10268 " source may confuse sharers.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10269 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10270 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10271
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10272 msgid "do not create a working copy"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10273 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10274
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10275 msgid "[-U] SOURCE [DEST]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10276 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10277
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10278 msgid "command to transplant changesets from another branch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10279 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10280
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10281 msgid "This extension allows you to transplant patches from another branch."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10282 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10283
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10284 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10285 "Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10286 "map from a changeset hash to its hash in the source repository.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10287 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10288
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10289 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10290 msgid "skipping already applied revision %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10291 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10292
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10293 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10294 msgid "skipping merge changeset %s:%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10295 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10296
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10297 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10298 msgid "%s merged at %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10299 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10300
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10301 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10302 msgid "%s transplanted to %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10303 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10304
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10305 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10306 msgid "filtering %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10307 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10308
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10309 msgid "filter failed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10310 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10311
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10312 msgid "can only omit patchfile if merging"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10313 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10314
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10315 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10316 msgid "%s: empty changeset"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10317 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10318
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10319 msgid "Fix up the merge and run hg transplant --continue"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10320 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10321
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10322 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10323 msgid "%s transplanted as %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10324 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10325
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10326 msgid "transplant log file is corrupt"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10327 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10328
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10329 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10330 msgid "working dir not at transplant parent %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10331 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10332
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10333 msgid "commit failed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10334 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10335
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10336 msgid "apply changeset? [ynmpcq?]:"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10337 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10338
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10339 msgid "transplant changesets from another branch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10340 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10341
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10342 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10343 " Selected changesets will be applied on top of the current working\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10344 " directory with the log of the original changeset. If --log is\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10345 " specified, log messages will have a comment appended of the form::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10346 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10347
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10348 msgid " (transplanted from CHANGESETHASH)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10349 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10350
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10351 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10352 " You can rewrite the changelog message with the --filter option.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10353 " Its argument will be invoked with the current changelog message as\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10354 " $1 and the patch as $2."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10355 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10356
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10357 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10358 " If --source/-s is specified, selects changesets from the named\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10359 " repository. If --branch/-b is specified, selects changesets from\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10360 " the branch holding the named revision, up to that revision. If\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10361 " --all/-a is specified, all changesets on the branch will be\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10362 " transplanted, otherwise you will be prompted to select the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10363 " changesets you want."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10364 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10365
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10366 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10367 " hg transplant --branch REVISION --all will rebase the selected\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10368 " branch (up to the named revision) onto your current working\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10369 " directory."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10370 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10371
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10372 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10373 " You can optionally mark selected transplanted changesets as merge\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10374 " changesets. You will not be prompted to transplant any ancestors\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10375 " of a merged transplant, and you can merge descendants of them\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10376 " normally instead of transplanting them."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10377 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10378
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10379 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10380 " If no merges or revisions are provided, hg transplant will start\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10381 " an interactive changeset browser."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10382 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10383
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10384 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10385 " If a changeset application fails, you can fix the merge by hand\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10386 " and then resume where you left off by calling hg transplant\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10387 " --continue/-c.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10388 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10389 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10390
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10391 msgid "--continue is incompatible with branch, all or merge"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10392 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10393
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10394 msgid "no source URL, branch tag or revision list provided"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10395 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10396
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10397 msgid "--all requires a branch revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10398 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10399
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10400 msgid "--all is incompatible with a revision list"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10401 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10402
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10403 msgid "no revision checked out"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10404 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10405
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10406 msgid "outstanding uncommitted merges"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10407 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10408
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10409 msgid "outstanding local changes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10410 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10411
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10412 msgid "pull patches from REPOSITORY"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10413 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10414
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10415 msgid "pull patches from branch BRANCH"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10416 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10417
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10418 msgid "pull all changesets up to BRANCH"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10419 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10420
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10421 msgid "skip over REV"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10422 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10423
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10424 msgid "merge at REV"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10425 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10426
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10427 msgid "append transplant info to log message"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10428 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10429
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10430 msgid "continue last transplant session after repair"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10431 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10432
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10433 msgid "filter changesets through FILTER"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10434 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10435
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10436 msgid "hg transplant [-s REPOSITORY] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10437 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10438
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10439 msgid "allow the use of MBCS paths with problematic encodings"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10440 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10441
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10442 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10443 "Some MBCS encodings are not good for some path operations (i.e.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10444 "splitting path, case conversion, etc.) with its encoded bytes. We call\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10445 "such a encoding (i.e. shift_jis and big5) as \"problematic encoding\".\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10446 "This extension can be used to fix the issue with those encodings by\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10447 "wrapping some functions to convert to Unicode string before path\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10448 "operation."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10449 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10450
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10451 msgid "This extension is useful for:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10452 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10453
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10454 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10455 "- Japanese Windows users using shift_jis encoding.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10456 "- Chinese Windows users using big5 encoding.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10457 "- All users who use a repository with one of problematic encodings on\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10458 " case-insensitive file system."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10459 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10460
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10461 msgid "This extension is not needed for:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10462 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10463
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10464 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10465 "- Any user who use only ASCII chars in path.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10466 "- Any user who do not use any of problematic encodings."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10467 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10468
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10469 msgid "Note that there are some limitations on using this extension:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10470 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10471
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10472 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10473 "- You should use single encoding in one repository.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10474 "- You should set same encoding for the repository by locale or\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10475 " HGENCODING."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10476 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10477
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10478 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10479 "Path encoding conversion are done between Unicode and\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10480 "encoding.encoding which is decided by Mercurial from current locale\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10481 "setting or HGENCODING.\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10482 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10483
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10484 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10485 msgid "[win32mbcs] filename conversion failed with %s encoding\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10486 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10487
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10488 msgid "[win32mbcs] cannot activate on this platform.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10489 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10490
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10491 msgid "perform automatic newline conversion"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10492 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10493
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10494 msgid "To perform automatic newline conversion, use::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10495 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10496
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10497 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10498 " [extensions]\n"
10172
c5c969e9eefb i18n: update po files for 703db37d186b and 0ddbc0299742
Wagner Bruna <wbruna@softwareexpress.com.br>
parents: 9764
diff changeset
10499 " win32text =\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10500 " [encode]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10501 " ** = cleverencode:\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10502 " # or ** = macencode:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10503 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10504
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10505 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10506 " [decode]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10507 " ** = cleverdecode:\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10508 " # or ** = macdecode:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10509 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10510
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10511 msgid "If not doing conversion, to make sure you do not commit CRLF/CR by accident::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10512 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10513
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10514 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10515 " [hooks]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10516 " pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10517 " # or pretxncommit.cr = python:hgext.win32text.forbidcr"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10518 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10519
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10520 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10521 "To do the same check on a server to prevent CRLF/CR from being\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10522 "pushed or pulled::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10523 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10524
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10525 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10526 " [hooks]\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10527 " pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10528 " # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10529 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10530
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10531 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10532 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10533 "WARNING: %s already has %s line endings\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10534 "and does not need EOL conversion by the win32text plugin.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10535 "Before your next commit, please reconsider your encode/decode settings in \n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10536 "Mercurial.ini or %s.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10537 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10538
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10539 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10540 msgid "Attempt to commit or push text file(s) using %s line endings\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10541 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10542
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10543 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10544 msgid "in %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10545 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10546
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10547 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10548 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10549 "\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10550 "To prevent this mistake in your local repository,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10551 "add to Mercurial.ini or .hg/hgrc:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10552 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10553
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10554 #, python-format
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10555 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10556 "[hooks]\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10557 "pretxncommit.%s = python:hgext.win32text.forbid%s"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10558 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10559
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10560 #, python-format
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10561 msgid "and also consider adding:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10562 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10563
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10564 #, python-format
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10565 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10566 "[extensions]\n"
10172
c5c969e9eefb i18n: update po files for 703db37d186b and 0ddbc0299742
Wagner Bruna <wbruna@softwareexpress.com.br>
parents: 9764
diff changeset
10567 "win32text =\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10568 "[encode]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10569 "** = %sencode:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10570 "[decode]\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10571 "** = %sdecode:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10572 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10573
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10574 msgid "discover and advertise repositories on the local network"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10575 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10576
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10577 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10578 "Zeroconf enabled repositories will be announced in a network without\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10579 "the need to configure a server or a service. They can be discovered\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10580 "without knowing their actual IP address."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10581 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10582
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10583 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10584 "To allow other people to discover your repository using run \"hg serve\"\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10585 "in your repository::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10586 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10587
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10588 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10589 " $ cd test\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10590 " $ hg serve"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10591 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10592
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10593 msgid "You can discover zeroconf enabled repositories by running \"hg paths\"::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10594 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10595
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10596 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10597 " $ hg paths\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10598 " zc-test = http://example.com:8000/test\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10599 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10600
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10601 msgid "archive prefix contains illegal components"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10602 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10603
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10604 msgid "cannot give prefix when archiving to files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10605 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10606
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10607 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10608 msgid "unknown archive type '%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10609 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10610
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10611 msgid "invalid changegroup"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10612 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10613
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10614 msgid "unknown parent"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10615 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10616
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10617 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10618 msgid "integrity check failed on %s:%d"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10619 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10620
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10621 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10622 msgid "%s: not a Mercurial bundle file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10623 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10624
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10625 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10626 msgid "%s: unknown bundle version"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10627 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10628
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10629 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10630 msgid "%s: unknown bundle compression type"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10631 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10632
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10633 msgid "cannot create new bundle repository"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10634 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10635
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10636 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10637 msgid "premature EOF reading chunk (got %d bytes, expected %d)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10638 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10639
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10640 msgid "empty username"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10641 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10642
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10643 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10644 msgid "username %s contains a newline"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10645 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10646
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10647 msgid "options --message and --logfile are mutually exclusive"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10648 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10649
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10650 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10651 msgid "can't read commit message '%s': %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10652 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10653
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10654 msgid "limit must be a positive integer"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10655 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10656
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10657 msgid "limit must be positive"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10658 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10659
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10660 msgid "too many revisions specified"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10661 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10662
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10663 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10664 msgid "invalid format spec '%%%s' in output filename"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10665 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10666
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10667 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10668 msgid "adding %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10669 msgstr "προσθήκη του %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10670
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10671 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10672 msgid "removing %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10673 msgstr "αφαίρεση του %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10674
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10675 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10676 msgid "recording removal of %s as rename to %s (%d%% similar)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10677 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10678
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10679 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10680 msgid "%s: not copying - file is not managed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10681 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10682
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10683 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10684 msgid "%s: not copying - file has been marked for remove\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10685 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10686
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10687 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10688 msgid "%s: not overwriting - %s collides with %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10689 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10690
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10691 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10692 msgid "%s: not overwriting - file exists\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10693 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10694
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10695 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10696 msgid "%s: deleted in working copy\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10697 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10698
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10699 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10700 msgid "%s: cannot copy - %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10701 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10702
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10703 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10704 msgid "moving %s to %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10705 msgstr "μετακίνηση του %s στο %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10706
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10707 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10708 msgid "copying %s to %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10709 msgstr "αντιγραφή του %s στο %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10710
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10711 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10712 msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10713 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10714
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10715 msgid "no source or destination specified"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10716 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10717
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10718 msgid "no destination specified"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10719 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10720
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10721 msgid "with multiple sources, destination must be an existing directory"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10722 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10723
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10724 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10725 msgid "destination %s is not a directory"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10726 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10727
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10728 msgid "no files to copy"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10729 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10730
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10731 msgid "(consider using --after)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10732 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10733
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10734 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10735 msgid "changeset: %d:%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10736 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10737
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10738 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10739 msgid "branch: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10740 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10741
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10742 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10743 msgid "tag: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10744 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10745
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10746 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10747 msgid "parent: %d:%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10748 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10749
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10750 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10751 msgid "manifest: %d:%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10752 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10753
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10754 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10755 msgid "user: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10756 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10757
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10758 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10759 msgid "date: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10760 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10761
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10762 msgid "files+:"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10763 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10764
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10765 msgid "files-:"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10766 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10767
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10768 msgid "files:"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10769 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10770
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10771 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10772 msgid "files: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10773 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10774
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10775 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10776 msgid "copies: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10777 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10778
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10779 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10780 msgid "extra: %s=%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10781 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10782
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10783 msgid "description:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10784 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10785
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10786 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10787 msgid "summary: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10788 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10789
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10790 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10791 msgid "%s: no key named '%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10792 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10793
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10794 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10795 msgid "%s: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10796 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10797
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10798 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10799 msgid "Found revision %s from %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10800 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10801
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10802 msgid "revision matching date not found"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10803 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10804
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10805 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10806 msgid "cannot follow nonexistent file: \"%s\""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10807 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10808
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10809 msgid "can only follow copies/renames for explicit filenames"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10810 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10811
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10812 msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10813 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10814
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10815 msgid "HG: Leave message empty to abort commit."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10816 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10817
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10818 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10819 msgid "HG: user: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10820 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10821
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10822 msgid "HG: branch merge"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10823 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10824
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10825 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10826 msgid "HG: branch '%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10827 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10828
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10829 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10830 msgid "HG: subrepo %s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10831 msgstr ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10832
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10833 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10834 msgid "HG: added %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10835 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10836
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10837 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10838 msgid "HG: changed %s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10839 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10840
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10841 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10842 msgid "HG: removed %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10843 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10844
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10845 msgid "HG: no files changed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10846 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10847
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10848 msgid "empty commit message"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10849 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10850
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10851 msgid "add the specified files on the next commit"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10852 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10853
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10854 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10855 " Schedule files to be version controlled and added to the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10856 " repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10857 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10858
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10859 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10860 " The files will be added to the repository at the next commit. To\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10861 " undo an add before that, see hg forget."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10862 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10863
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10864 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10865 " If no names are given, add all files to the repository.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10866 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10867 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10868
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10869 msgid "add all new files, delete all missing files"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10870 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10871
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10872 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10873 " Add all new files and remove all missing files from the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10874 " repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10875 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10876
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10877 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10878 " New files are ignored if they match any of the patterns in\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10879 " .hgignore. As with add, these changes take effect at the next\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10880 " commit."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10881 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10882
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10883 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10884 " Use the -s/--similarity option to detect renamed files. With a\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10885 " parameter greater than 0, this compares every removed file with\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10886 " every added file and records those similar enough as renames. This\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10887 " option takes a percentage between 0 (disabled) and 100 (files must\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10888 " be identical) as its parameter. Detecting renamed files this way\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
10889 " can be expensive.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10890 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10891 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10892
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10893 msgid "similarity must be a number"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10894 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10895
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10896 msgid "similarity must be between 0 and 100"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10897 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10898
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10899 msgid "show changeset information by line for each file"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10900 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10901
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10902 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10903 " List changes in files, showing the revision id responsible for\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10904 " each line"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10905 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10906
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10907 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10908 " This command is useful for discovering when a change was made and\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10909 " by whom."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10910 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10911
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10912 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10913 " Without the -a/--text option, annotate will avoid processing files\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10914 " it detects as binary. With -a, annotate will annotate the file\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10915 " anyway, although the results will probably be neither useful\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10916 " nor desirable.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10917 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10918 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10920 msgid "at least one filename or pattern is required"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10921 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10922
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10923 msgid "at least one of -n/-c is required for -l"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10924 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10925
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10926 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10927 msgid "%s: binary file\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10928 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10929
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10930 msgid "create an unversioned archive of a repository revision"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10931 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10932
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10933 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10934 " By default, the revision used is the parent of the working\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10935 " directory; use -r/--rev to specify a different revision."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10936 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10937
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10938 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10939 " To specify the type of archive to create, use -t/--type. Valid\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10940 " types are:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10941 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10942
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10943 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10944 " :``files``: a directory full of files (default)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10945 " :``tar``: tar archive, uncompressed\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10946 " :``tbz2``: tar archive, compressed using bzip2\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10947 " :``tgz``: tar archive, compressed using gzip\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
10948 " :``uzip``: zip archive, uncompressed\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10949 " :``zip``: zip archive, compressed using deflate"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10950 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10951
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10952 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10953 " The exact name of the destination archive or directory is given\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10954 " using a format string; see 'hg help export' for details."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10955 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10956
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10957 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10958 " Each member added to an archive file has a directory prefix\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10959 " prepended. Use -p/--prefix to specify a format string for the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10960 " prefix. The default is the basename of the archive, with suffixes\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10961 " removed.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10962 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10963 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10964
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10965 msgid "no working directory: please specify a revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10966 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10967
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10968 msgid "repository root cannot be destination"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10969 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10970
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10971 msgid "cannot archive plain files to stdout"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10972 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10973
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10974 msgid "reverse effect of earlier changeset"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10975 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10976
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10977 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10978 " Commit the backed out changes as a new changeset. The new\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10979 " changeset is a child of the backed out changeset."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10980 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10981
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10982 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10983 " If you backout a changeset other than the tip, a new head is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10984 " created. This head will be the new tip and you should merge this\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10985 " backout changeset with another head."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10986 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10987
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10988 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10989 " The --merge option remembers the parent of the working directory\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10990 " before starting the backout, then merges the new head with that\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10991 " changeset afterwards. This saves you from doing the merge by hand.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
10992 " The result of this merge is not committed, as with a normal merge."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10993 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10994
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10995 msgid "please specify just one revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10996 msgstr "παρακαλώ ορίστε μόνο μία αλλαγή"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10997
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10998 msgid "please specify a revision to backout"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
10999 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11000
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11001 msgid "cannot backout change on a different branch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11002 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11003
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11004 msgid "cannot backout a change with no parents"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11005 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11006
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11007 msgid "cannot backout a merge changeset without --parent"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11008 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11009
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11010 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11011 msgid "%s is not a parent of %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11012 msgstr "η αλλαγή %s δεν είναι γονική αλλαγή της %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11013
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11014 msgid "cannot use --parent on non-merge changeset"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11015 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11016
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11017 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11018 msgid "changeset %s backs out changeset %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11019 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11020
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11021 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11022 msgid "merging with changeset %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11023 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11024
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11025 msgid "the backout changeset is a new head - do not forget to merge\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11026 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11027
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11028 msgid "(use \"backout --merge\" if you want to auto-merge)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11029 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11030
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11031 msgid "subdivision search of changesets"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11032 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11033
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11034 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11035 " This command helps to find changesets which introduce problems. To\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11036 " use, mark the earliest changeset you know exhibits the problem as\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11037 " bad, then mark the latest changeset which is free from the problem\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11038 " as good. Bisect will update your working directory to a revision\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11039 " for testing (unless the -U/--noupdate option is specified). Once\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11040 " you have performed tests, mark the working directory as good or\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11041 " bad, and bisect will either update to another candidate changeset\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11042 " or announce that it has found the bad revision."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11043 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11044
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11045 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11046 " As a shortcut, you can also use the revision argument to mark a\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11047 " revision as good or bad without checking it out first."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11048 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11049
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11050 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11051 " If you supply a command, it will be used for automatic bisection.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11052 " Its exit status will be used to mark revisions as good or bad:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11053 " status 0 means good, 125 means to skip the revision, 127\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11054 " (command not found) will abort the bisection, and any other\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11055 " non-zero exit status means the revision is bad.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11056 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11057 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11058
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11059 msgid "The first good revision is:\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11060 msgstr "Η πρώτη καλή %s αλλαγή είναι:\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11061
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11062 msgid "The first bad revision is:\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11063 msgstr "Η πρώτη κακή %s αλλαγή είναι:\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11064
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11065 msgid "Due to skipped revisions, the first good revision could be any of:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11066 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11067
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11068 msgid "Due to skipped revisions, the first bad revision could be any of:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11069 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11070
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11071 msgid "cannot bisect (no known good revisions)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11072 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11073
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11074 msgid "cannot bisect (no known bad revisions)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11075 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11076
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11077 msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11078 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11079
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11080 msgid "incompatible arguments"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11081 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11082
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11083 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11084 msgid "failed to execute %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11085 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11086
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11087 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11088 msgid "%s killed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11089 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11090
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11091 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11092 msgid "Changeset %d:%s: %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11093 msgstr "Αλλαγή %d:%s: %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11094
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11095 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11096 msgid "Testing changeset %d:%s (%d changesets remaining, ~%d tests)\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11097 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11098
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11099 msgid "set or show the current branch name"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11100 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11101
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11102 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11103 " With no argument, show the current branch name. With one argument,\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11104 " set the working directory branch name (the branch will not exist\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11105 " in the repository until the next commit). Standard practice\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11106 " recommends that primary development take place on the 'default'\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11107 " branch."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11108 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11109
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11110 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11111 " Unless -f/--force is specified, branch will not let you set a\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11112 " branch name that already exists, even if it's inactive."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11113 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11114
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11115 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11116 " Use -C/--clean to reset the working directory branch to that of\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11117 " the parent of the working directory, negating a previous branch\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11118 " change."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11119 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11120
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11121 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11122 " Use the command 'hg update' to switch to an existing branch. Use\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11123 " 'hg commit --close-branch' to mark this branch as closed.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11124 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11125 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11126
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11127 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11128 msgid "reset working directory to branch %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11129 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11130
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11131 msgid "a branch of the same name already exists (use --force to override)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11132 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11133
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11134 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11135 msgid "marked working directory as branch %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11136 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11137
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11138 msgid "list repository named branches"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11139 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11140
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11141 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11142 " List the repository's named branches, indicating which ones are\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11143 " inactive. If -c/--closed is specified, also list branches which have\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11144 " been marked closed (see hg commit --close-branch)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11145 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11146
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11147 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11148 " If -a/--active is specified, only show active branches. A branch\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11149 " is considered active if it contains repository heads."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11150 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11151
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11152 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11153 " Use the command 'hg update' to switch to an existing branch.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11154 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11155 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11156
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11157 msgid "create a changegroup file"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11158 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11159
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11160 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11161 " Generate a compressed changegroup file collecting changesets not\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11162 " known to be in another repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11163 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11164
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11165 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11166 " If no destination repository is specified the destination is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11167 " assumed to have all the nodes specified by one or more --base\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11168 " parameters. To create a bundle containing all changesets, use\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11169 " -a/--all (or --base null)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11170 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11171
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11172 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11173 " You can change compression method with the -t/--type option.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11174 " The available compression methods are: none, bzip2, and\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11175 " gzip (by default, bundles are compressed using bzip2)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11176 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11177
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11178 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11179 " The bundle file can then be transferred using conventional means\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11180 " and applied to another repository with the unbundle or pull\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11181 " command. This is useful when direct push and pull are not\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11182 " available or when exporting an entire repository is undesirable."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11183 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11184
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11185 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11186 " Applying bundles preserves all changeset contents including\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11187 " permissions, copy/rename information, and revision history.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11188 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11189 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11190
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11191 msgid "--base is incompatible with specifying a destination"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11192 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11193
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11194 msgid "unknown bundle type specified with --type"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11195 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11196
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11197 msgid "output the current or given revision of files"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11198 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11199
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11200 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11201 " Print the specified files as they were at the given revision. If\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11202 " no revision is given, the parent of the working directory is used,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11203 " or tip if no revision is checked out."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11204 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11205
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11206 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11207 " Output may be to a file, in which case the name of the file is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11208 " given using a format string. The formatting rules are the same as\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11209 " for the export command, with the following additions:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11210 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11211
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11212 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11213 " :``%s``: basename of file being printed\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11214 " :``%d``: dirname of file being printed, or '.' if in repository root\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11215 " :``%p``: root-relative path name of file being printed\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11216 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11217 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11218
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11219 msgid "make a copy of an existing repository"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11220 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11221
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11222 msgid " Create a copy of an existing repository in a new directory."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11223 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11224
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11225 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11226 " If no destination directory name is specified, it defaults to the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11227 " basename of the source."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11228 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11229
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11230 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11231 " The location of the source is added to the new repository's\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11232 " .hg/hgrc file, as the default to be used for future pulls."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11233 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11234
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11235 msgid " See 'hg help urls' for valid source format details."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11236 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11237
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11238 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11239 " It is possible to specify an ssh:// URL as the destination, but no\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11240 " .hg/hgrc and working directory will be created on the remote side.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11241 " Please see 'hg help urls' for important details about ssh:// URLs."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11242 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11243
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11244 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11245 " If the -U/--noupdate option is specified, the new clone will contain\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11246 " only a repository (.hg) and no working copy (the working copy parent\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11247 " will be the null changeset). Otherwise, clone will initially check\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11248 " out (in order of precedence):"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11249 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11250
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11251 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11252 " a) the changeset, tag or branch specified with -u/--updaterev\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11253 " b) the changeset, tag or branch given with the first -r/--rev\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11254 " c) the head of the default branch"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11255 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11256
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11257 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11258 " Use 'hg clone -u . src dst' to checkout the source repository's\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11259 " parent changeset (applicable for local source repositories only)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11260 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11261
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11262 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11263 " A set of changesets (tags, or branch names) to pull may be specified\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11264 " by listing each changeset (tag, or branch name) with -r/--rev.\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11265 " If -r/--rev is used, the cloned repository will contain only a subset\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11266 " of the changesets of the source repository. Only the set of changesets\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11267 " defined by all -r/--rev options (including all their ancestors)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11268 " will be pulled into the destination repository.\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11269 " No subsequent changesets (including subsequent tags) will be present\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11270 " in the destination."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11271 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11272
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11273 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11274 " Using -r/--rev (or 'clone src#rev dest') implies --pull, even for\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11275 " local source repositories."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11276 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11277
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11278 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11279 " For efficiency, hardlinks are used for cloning whenever the source\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11280 " and destination are on the same filesystem (note this applies only\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11281 " to the repository data, not to the checked out files). Some\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11282 " filesystems, such as AFS, implement hardlinking incorrectly, but\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11283 " do not report errors. In these cases, use the --pull option to\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11284 " avoid hardlinking."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11285 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11286
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11287 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11288 " In some cases, you can clone repositories and checked out files\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11289 " using full hardlinks with ::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11290 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11291
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11292 msgid " $ cp -al REPO REPOCLONE"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11293 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11294
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11295 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11296 " This is the fastest way to clone, but it is not always safe. The\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11297 " operation is not atomic (making sure REPO is not modified during\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11298 " the operation is up to you) and you have to make sure your editor\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11299 " breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11300 " this is not compatible with certain extensions that place their\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11301 " metadata under the .hg directory, such as mq.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11302 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11303 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11304
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11305 msgid "cannot specify both --noupdate and --updaterev"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11306 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11307
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11308 msgid "commit the specified files or all outstanding changes"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11309 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11310
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11311 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11312 " Commit changes to the given files into the repository. Unlike a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11313 " centralized RCS, this operation is a local operation. See hg push\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11314 " for a way to actively distribute your changes."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11315 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11316
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11317 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11318 " If a list of files is omitted, all changes reported by \"hg status\"\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11319 " will be committed."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11320 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11321
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11322 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11323 " If you are committing the result of a merge, do not provide any\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11324 " filenames or -I/-X filters."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11325 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11326
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11327 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11328 " If no commit message is specified, the configured editor is\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11329 " started to prompt you for a message."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11330 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11331
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11332 msgid "nothing changed\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11333 msgstr "δεν έγινε καμία αλλαγή\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11334
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11335 msgid "created new head\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11336 msgstr "δημιουργήθηκε νέο παρακλάδι\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11337
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11338 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11339 msgid "committed changeset %d:%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11340 msgstr "αποθηκεύθηκε η αλλαγή %d:%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11341
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11342 msgid "mark files as copied for the next commit"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11343 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11344
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11345 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11346 " Mark dest as having copies of source files. If dest is a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11347 " directory, copies are put in that directory. If dest is a file,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11348 " the source must be a single file."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11349 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11350
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11351 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11352 " By default, this command copies the contents of files as they\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11353 " exist in the working directory. If invoked with -A/--after, the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11354 " operation is recorded, but no copying is performed."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11355 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11356
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11357 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11358 " This command takes effect with the next commit. To undo a copy\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11359 " before that, see hg revert.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11360 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11361 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11362
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11363 msgid "find the ancestor revision of two revisions in a given index"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11364 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11365
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11366 msgid "There is no Mercurial repository here (.hg not found)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11367 msgstr "Δεν υπάρχει αποθετήριο Mercurial εδώ (δε βρέθηκε υποκατάλογος .hg)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11368
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11369 msgid "either two or three arguments required"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11370 msgstr "απαιτούνται δύο ή τρία ορίσματα"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11371
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11372 msgid "returns the completion list associated with the given command"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11373 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11374
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11375 msgid "rebuild the dirstate as it would look like for the given revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11376 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11377
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11378 msgid "validate the correctness of the current dirstate"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11379 msgstr "έλεγχος εγκυρότητας της τρέχουσας dirstate"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11380
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11381 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11382 msgid "%s in state %s, but not in manifest1\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11383 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11384
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11385 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11386 msgid "%s in state %s, but also in manifest1\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11387 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11388
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11389 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11390 msgid "%s in state %s, but not in either manifest\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11391 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11392
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11393 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11394 msgid "%s in manifest1, but listed as state %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11395 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11396
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11397 msgid ".hg/dirstate inconsistent with current parent's manifest"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11398 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11399
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11400 msgid "show combined config settings from all hgrc files"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11401 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11402
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11403 msgid " With no arguments, print names and values of all config items."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11404 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11405
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11406 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11407 " With one argument of the form section.name, print just the value\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11408 " of that config item."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11409 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11410
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11411 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11412 " With multiple arguments, print names and values of all config\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11413 " items with matching section names."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11414 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11415
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11416 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11417 " With --debug, the source (filename and line number) is printed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11418 " for each config item.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11419 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11420 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11421
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11422 msgid "only one config item permitted"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11423 msgstr "σε αυτό το σημείο επιτρέπεται μόνο ένα όρισμα ρυθμίσεων"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11424
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11425 msgid "manually set the parents of the current working directory"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11426 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11427
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11428 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11429 " This is useful for writing repository conversion tools, but should\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11430 " be used with care.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11431 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11432 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11433
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11434 msgid "show the contents of the current dirstate"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11435 msgstr "προβολή περιεχομένων της τρέχουσας dirstate"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11436
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11437 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11438 msgid "copy: %s -> %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11439 msgstr "αντιγραφή: %s -> %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11440
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11441 msgid "dump the contents of a data file revision"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11442 msgstr "εκτύπωση περιεχομένων μιας έκδοσης αρχείου δεδομένων"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11443
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11444 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11445 msgid "invalid revision identifier %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11446 msgstr "μη έγκυρο όνομα αλλαγής: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11447
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11448 msgid "parse and display a date"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11449 msgstr "αναγνώριση και εκτύπωση μιας ημερομηνίας"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11450
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11451 msgid "dump the contents of an index file"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11452 msgstr "εκτύπωση περιεχομένων ενός αρχείου καταλόγου"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11453
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11454 msgid "dump an index DAG as a graphviz dot file"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11455 msgstr "εκτύπωση του γράφου ενός καταλόγου σε μορφή graphviz dot"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11456
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11457 msgid "test Mercurial installation"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11458 msgstr "δοκιμή της εγκατάστασης του Mercurial"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11459
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11460 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11461 msgid "Checking encoding (%s)...\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11462 msgstr "Έλεγχος κωδικοποίησης (%s)...\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11463
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11464 msgid " (check that your locale is properly set)\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11465 msgstr " (ελέγξτε ότι έχετε τις σωστές ρυθμίσεις γλώσσας)\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11466
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11467 msgid "Checking extensions...\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11468 msgstr "Έλεγχος επεκτάσεων...\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11469
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11470 msgid " One or more extensions could not be found"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11471 msgstr " Δεν ήταν δυνατή η εύρεση κάποιων επεκτάσεων"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11472
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11473 msgid " (check that you compiled the extensions)\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11474 msgstr " (ελέγξτε ότι έχετε μεταγλωττίσει τις επεκτάσεις)\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11475
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11476 msgid "Checking templates...\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11477 msgstr "Έλεγχος προτύπων...\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11478
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11479 msgid " (templates seem to have been installed incorrectly)\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11480 msgstr " (υπάρχει κάποιο πρόβλημα με την εγκατάσταση των προτύπων)\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11481
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11482 msgid "Checking patch...\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11483 msgstr "Έλεγχος εργαλείου patch...\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11484
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11485 msgid " patch call failed:\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11486 msgstr " η κλήση του patch απέτυχε:\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11487
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11488 msgid " unexpected patch output!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11489 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11490
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11491 msgid " patch test failed!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11492 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11493
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11494 msgid " (Current patch tool may be incompatible with patch, or misconfigured. Please check your .hgrc file)\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11495 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11496
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11497 msgid " Internal patcher failure, please report this error to http://mercurial.selenic.com/bts/\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11498 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11499
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11500 msgid "Checking commit editor...\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11501 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11502
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11503 msgid " No commit editor set and can't find vi in PATH\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11504 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11505
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11506 msgid " (specify a commit editor in your .hgrc file)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11507 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11508
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11509 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11510 msgid " Can't find editor '%s' in PATH\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11511 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11512
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11513 msgid "Checking username...\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11514 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11515
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11516 msgid " (specify a username in your .hgrc file)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11517 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11518
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11519 msgid "No problems detected\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11520 msgstr "Δε βρέθηκε κανένα πρόβλημα\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11521
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11522 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11523 msgid "%s problems detected, please check your install!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11524 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11525
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11526 msgid "dump rename information"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11527 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11528
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11529 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11530 msgid "%s renamed from %s:%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11531 msgstr "το %s μετονομάστηκε από το %s:%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11532
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11533 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11534 msgid "%s not renamed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11535 msgstr "το %s δε μετονομάστηκε\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11536
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11537 msgid "show how files match on given patterns"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11538 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11539
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11540 msgid "diff repository (or selected files)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11541 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11542
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11543 msgid " Show differences between revisions for the specified files."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11544 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11545
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11546 msgid " Differences between files are shown using the unified diff format."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11547 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11548
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11549 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11550 " NOTE: diff may generate unexpected results for merges, as it will\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11551 " default to comparing against the working directory's first parent\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11552 " changeset if no revisions are specified."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11553 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11554
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11555 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11556 " Without the -a/--text option, diff will avoid generating diffs of\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11557 " files it detects as binary. With -a, diff will generate a diff\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11558 " anyway, probably with undesirable results."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11559 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11560
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11561 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11562 " Use the -g/--git option to generate diffs in the git extended diff\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11563 " format. For more information, read 'hg help diffs'.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11564 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11565 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11566
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11567 msgid "dump the header and diffs for one or more changesets"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11568 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11569
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11570 msgid " Print the changeset header and diffs for one or more revisions."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11571 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11572
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11573 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11574 " The information shown in the changeset header is: author,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11575 " changeset hash, parent(s) and commit comment."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11576 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11577
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11578 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11579 " NOTE: export may generate unexpected diff output for merge\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11580 " changesets, as it will compare the merge changeset against its\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11581 " first parent only."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11582 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11583
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11584 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11585 " Output may be to a file, in which case the name of the file is\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11586 " given using a format string. The formatting rules are as follows:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11587 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11588
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11589 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11590 " :``%%``: literal \"%\" character\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11591 " :``%H``: changeset hash (40 bytes of hexadecimal)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11592 " :``%N``: number of patches being generated\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11593 " :``%R``: changeset revision number\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11594 " :``%b``: basename of the exporting repository\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11595 " :``%h``: short-form changeset hash (12 bytes of hexadecimal)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11596 " :``%n``: zero-padded sequence number, starting at 1\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11597 " :``%r``: zero-padded changeset revision number"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11598 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11599
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11600 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11601 " Without the -a/--text option, export will avoid generating diffs\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11602 " of files it detects as binary. With -a, export will generate a\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11603 " diff anyway, probably with undesirable results."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11604 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11605
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11606 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11607 " Use the -g/--git option to generate diffs in the git extended diff\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11608 " format. See 'hg help diffs' for more information."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11609 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11610
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11611 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11612 " With the --switch-parent option, the diff will be against the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11613 " second parent. It can be useful to review a merge.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11614 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11615 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11616
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11617 msgid "export requires at least one changeset"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11618 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11619
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11620 msgid "exporting patches:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11621 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11622
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11623 msgid "exporting patch:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11624 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11625
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11626 msgid "forget the specified files on the next commit"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11627 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11628
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11629 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11630 " Mark the specified files so they will no longer be tracked\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11631 " after the next commit."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11632 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11633
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11634 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11635 " This only removes files from the current branch, not from the\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11636 " entire project history, and it does not delete them from the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11637 " working directory."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11638 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11639
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11640 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11641 " To undo a forget before the next commit, see hg add.\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11642 " "
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11643 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11644
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11645 msgid "no files specified"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11646 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11647
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11648 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11649 msgid "not removing %s: file is already untracked\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11650 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11651
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11652 msgid "search for a pattern in specified files and revisions"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11653 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11654
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11655 msgid " Search revisions of files for a regular expression."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11656 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11657
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11658 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11659 " This command behaves differently than Unix grep. It only accepts\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11660 " Python/Perl regexps. It searches repository history, not the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11661 " working directory. It always prints the revision number in which a\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11662 " match appears."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11663 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11664
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11665 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11666 " By default, grep only prints output for the first revision of a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11667 " file in which it finds a match. To get it to print every revision\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11668 " that contains a change in match status (\"-\" for a match that\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11669 " becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11670 " use the --all flag.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11671 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11672 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11673
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11674 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11675 msgid "grep: invalid match pattern: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11676 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11677
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11678 msgid "show current repository heads or show branch heads"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11679 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11680
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11681 msgid " With no arguments, show all repository head changesets."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11682 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11683
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11684 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11685 " Repository \"heads\" are changesets with no child changesets. They are\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11686 " where development generally takes place and are the usual targets\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11687 " for update and merge operations."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11688 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11689
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11690 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11691 " If one or more REV is given, the \"branch heads\" will be shown for\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11692 " the named branch associated with the specified changeset(s)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11693 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11694
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11695 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11696 " Branch heads are changesets on a named branch with no descendants on\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11697 " the same branch. A branch head could be a \"true\" (repository) head,\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11698 " or it could be the last changeset on that branch before it was\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11699 " merged into another branch, or it could be the last changeset on the\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11700 " branch before a new branch was created. If none of the branch heads\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11701 " are true heads, the branch is considered inactive."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11702 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11703
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11704 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11705 " If -c/--closed is specified, also show branch heads marked closed\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11706 " (see hg commit --close-branch)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11707 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11708
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11709 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11710 " If STARTREV is specified, only those heads that are descendants of\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11711 " STARTREV will be displayed.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11712 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11713 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11714
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11715 msgid "you must specify a branch to use --closed"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11716 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11717
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11718 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11719 msgid "no open branch heads on branch %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11720 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11721
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11722 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11723 msgid "no changes on branch %s containing %s are reachable from %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11724 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11725
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11726 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11727 msgid "no changes on branch %s are reachable from %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11728 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11729
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11730 msgid "show help for a given topic or a help overview"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11731 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11732
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11733 msgid " With no arguments, print a list of commands with short help messages."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11734 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11735
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11736 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11737 " Given a topic, extension, or command name, print help for that\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11738 " topic."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11739 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11740
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11741 msgid "global options:"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11742 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11743
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11744 msgid "use \"hg help\" for the full list of commands"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11745 msgstr "δείτε τη βοήθεια \"hg help\" για την πλήρη λίστα εντολών"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11746
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11747 msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11748 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11749
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11750 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11751 msgid "use \"hg -v help%s\" to show aliases and global options"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11752 msgstr "δώστε \"hg -v help%s\" για τη λίστα εικονικών εντολών και κεντρικών επιλογών"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11753
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11754 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11755 msgid "use \"hg -v help %s\" to show global options"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11756 msgstr "δώστε \"hg -v help %s\" για τη λίστα κεντρικών επιλογών"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11757
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11758 msgid "list of commands:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11759 msgstr "λίστα εντολών:"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11760
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11761 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11762 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11763 "\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11764 "aliases: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11765 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11766 "\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11767 "εικονικές εντολές %s:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11768
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11769 msgid "(no help text available)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11770 msgstr "(δεν υπάρχει κείμενο βοήθειας)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11771
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11772 msgid "options:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11773 msgstr "επιλογές:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11774
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11775 msgid "no commands defined\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11776 msgstr "δεν έχει οριστεί καμία εντολή\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11777
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11778 msgid "no help text available"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11779 msgstr "δεν υπάρχει κείμενο βοήθειας"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11780
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11781 #, python-format
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11782 msgid "%s extension - %s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11783 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11784
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11785 msgid "Mercurial Distributed SCM\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11786 msgstr "Mercurial Κατανεμημένο SCM\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11787
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11788 msgid "basic commands:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11789 msgstr "βασικές εντολές:"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11790
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11791 msgid "enabled extensions:"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11792 msgstr "ενεργές επεκτάσεις:"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11793
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11794 msgid "DEPRECATED"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11795 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11796
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11797 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11798 "\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11799 "additional help topics:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11800 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11801 "\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11802 "περισσότερα θέματα βοήθειας:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11803
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11804 msgid "identify the working copy or specified revision"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11805 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11806
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11807 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11808 " With no revision, print a summary of the current state of the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11809 " repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11810 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11811
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11812 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11813 " Specifying a path to a repository root or Mercurial bundle will\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11814 " cause lookup to operate on that repository/bundle."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11815 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11816
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11817 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11818 " This summary identifies the repository state using one or two\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11819 " parent hash identifiers, followed by a \"+\" if there are\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11820 " uncommitted changes in the working directory, a list of tags for\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11821 " this revision and a branch name for non-default branches.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11822 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11823 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11824
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11825 msgid "import an ordered set of patches"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11826 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11827
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11828 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
11829 " Import a list of patches and commit them individually (unless\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11830 " --no-commit is specified)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11831 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11832
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11833 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11834 " If there are outstanding changes in the working directory, import\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11835 " will abort unless given the -f/--force flag."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11836 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11837
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11838 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11839 " You can import a patch straight from a mail message. Even patches\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11840 " as attachments work (to use the body part, it must have type\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11841 " text/plain or text/x-patch). From and Subject headers of email\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11842 " message are used as default committer and commit message. All\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11843 " text/plain body parts before first diff are added to commit\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11844 " message."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11845 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11846
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11847 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11848 " If the imported patch was generated by hg export, user and\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11849 " description from patch override values from message headers and\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11850 " body. Values given on command line with -m/--message and -u/--user\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11851 " override these."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11852 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11853
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11854 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11855 " If --exact is specified, import will set the working directory to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11856 " the parent of each patch before applying it, and will abort if the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11857 " resulting changeset has a different ID than the one recorded in\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11858 " the patch. This may happen due to character set problems or other\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11859 " deficiencies in the text patch format."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11860 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11861
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11862 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11863 " With -s/--similarity, hg will attempt to discover renames and\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11864 " copies in the patch in the same way as 'addremove'."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11865 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11866
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11867 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11868 " To read a patch from standard input, use \"-\" as the patch name. If\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
11869 " a URL is specified, the patch will be downloaded from it.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11870 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11871 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11872 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11873
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11874 msgid "applying patch from stdin\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11875 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11876
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11877 msgid "no diffs found"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11878 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11879
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11880 msgid "not a Mercurial patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11881 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11882
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11883 msgid "patch is damaged or loses information"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11884 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11885
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11886 msgid "show new changesets found in source"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11887 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11888
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11889 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11890 " Show new changesets found in the specified path/URL or the default\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11891 " pull location. These are the changesets that would have been pulled\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11892 " if a pull at the time you issued this command."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11893 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11894
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11895 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11896 " For remote repository, using --bundle avoids downloading the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11897 " changesets twice if the incoming is followed by a pull."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11898 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11899
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11900 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11901 " See pull for valid source format details.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11902 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11903 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11904
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11905 msgid "create a new repository in the given directory"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11906 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11907
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11908 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11909 " Initialize a new repository in the given directory. If the given\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11910 " directory does not exist, it will be created."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11911 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11912
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11913 msgid " If no directory is given, the current directory is used."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11914 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11915
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11916 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11917 " It is possible to specify an ssh:// URL as the destination.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11918 " See 'hg help urls' for more information.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11919 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11920 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11921
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11922 msgid "locate files matching specific patterns"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11923 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11924
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11925 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11926 " Print files under Mercurial control in the working directory whose\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11927 " names match the given patterns."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11928 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11929
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11930 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11931 " By default, this command searches all directories in the working\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11932 " directory. To search just the current directory and its\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11933 " subdirectories, use \"--include .\"."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11934 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11935
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11936 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11937 " If no patterns are given to match, this command prints the names\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11938 " of all files under Mercurial control in the working directory."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11939 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11940
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11941 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11942 " If you want to feed the output of this command into the \"xargs\"\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11943 " command, use the -0 option to both this command and \"xargs\". This\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11944 " will avoid the problem of \"xargs\" treating single filenames that\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11945 " contain whitespace as multiple filenames.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11946 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11947 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11948
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11949 msgid "show revision history of entire repository or files"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11950 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11951
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11952 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11953 " Print the revision history of the specified files or the entire\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11954 " project."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11955 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11956
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11957 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11958 " File history is shown without following rename or copy history of\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11959 " files. Use -f/--follow with a filename to follow history across\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11960 " renames and copies. --follow without a filename will only show\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11961 " ancestors or descendants of the starting revision. --follow-first\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11962 " only follows the first parent of merge revisions."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11963 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11964
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11965 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11966 " If no revision range is specified, the default is tip:0 unless\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11967 " --follow is set, in which case the working directory parent is\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11968 " used as the starting revision."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11969 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11970
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11971 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11972 " By default this command prints revision number and changeset id,\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11973 " tags, non-trivial parents, user, date and time, and a summary for\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11974 " each commit. When the -v/--verbose switch is used, the list of\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11975 " changed files and full commit message are shown."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11976 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11977
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11978 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11979 " NOTE: log -p/--patch may generate unexpected diff output for merge\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11980 " changesets, as it will only compare the merge changeset against\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11981 " its first parent. Also, only files different from BOTH parents\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11982 " will appear in files:.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11983 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11984 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11985
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11986 msgid "output the current or given revision of the project manifest"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11987 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11988
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11989 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11990 " Print a list of version controlled files for the given revision.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11991 " If no revision is given, the first parent of the working directory\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11992 " is used, or the null revision if no revision is checked out."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11993 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11994
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
11995 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11996 " With -v, print file permissions, symlink and executable bits.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11997 " With --debug, print file revision hashes.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11998 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
11999 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12000
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12001 msgid "merge working directory with another revision"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12002 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12003
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12004 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12005 " The current working directory is updated with all changes made in\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12006 " the requested revision since the last common predecessor revision."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12007 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12008
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12009 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12010 " Files that changed between either parent are marked as changed for\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12011 " the next commit and a commit must be performed before any further\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12012 " updates to the repository are allowed. The next commit will have\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12013 " two parents."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12014 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12015
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12016 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12017 " If no revision is specified, the working directory's parent is a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12018 " head revision, and the current branch contains exactly one other\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12019 " head, the other head is merged with by default. Otherwise, an\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12020 " explicit revision with which to merge with must be provided.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12021 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12022 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12023
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12024 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12025 msgid "branch '%s' has %d heads - please merge with an explicit rev"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12026 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12027
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12028 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12029 msgid "branch '%s' has one head - please merge with an explicit rev"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12030 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12031
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12032 msgid "there is nothing to merge"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12033 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12034
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12035 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12036 msgid "%s - use \"hg update\" instead"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12037 msgstr "%s - δώστε \"hg update\" καλύτερα"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12038
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12039 msgid "working dir not at a head rev - use \"hg update\" or merge with an explicit rev"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12040 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12041
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12042 msgid "show changesets not found in destination"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12043 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12044
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12045 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12046 " Show changesets not found in the specified destination repository\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12047 " or the default push location. These are the changesets that would\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12048 " be pushed if a push was requested."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12049 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12050
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12051 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12052 " See pull for valid destination format details.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12053 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12054 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12055
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12056 msgid "show the parents of the working directory or revision"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12057 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12058
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12059 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12060 " Print the working directory's parent revisions. If a revision is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12061 " given via -r/--rev, the parent of that revision will be printed.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12062 " If a file argument is given, the revision in which the file was\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12063 " last changed (before the working directory revision or the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12064 " argument to --rev if given) is printed.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12065 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12066 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12067
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12068 msgid "can only specify an explicit filename"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12069 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12070
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12071 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12072 msgid "'%s' not found in manifest!"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12073 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12074
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12075 msgid "show aliases for remote repositories"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12076 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12077
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12078 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12079 " Show definition of symbolic path name NAME. If no name is given,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12080 " show definition of all available names."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12081 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12082
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12083 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12084 " Path names are defined in the [paths] section of /etc/mercurial/hgrc\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12085 " and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12086 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12087
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12088 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12089 " See 'hg help urls' for more information.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12090 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12091 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12092
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12093 msgid "not found!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12094 msgstr "δε βρέθηκε!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12095
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12096 msgid "not updating, since new heads added\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12097 msgstr "δεν εξάγεται κάποια αλλαγή, επειδή δημιουργήθηκε νέο παρακλάδι\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12098
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12099 msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12100 msgstr "(δώστε 'hg heads' για να δείτε τα παρακλάδια, 'hg merge' για συγχώνευση)\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12101
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12102 msgid "(run 'hg update' to get a working copy)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12103 msgstr "(δώστε 'hg update' για να εξάγετε αντίγραφο εργασίας)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12104
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12105 msgid "pull changes from the specified source"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12106 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12107
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12108 msgid " Pull changes from a remote repository to a local one."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12109 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12110
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12111 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12112 " This finds all changes from the repository at the specified path\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12113 " or URL and adds them to a local repository (the current one unless\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12114 " -R is specified). By default, this does not update the copy of the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12115 " project in the working directory."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12116 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12117
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12118 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12119 " Use hg incoming if you want to see what would have been added by a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12120 " pull at the time you issued this command. If you then decide to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12121 " added those changes to the repository, you should use pull -r X\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12122 " where X is the last changeset listed by hg incoming."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12123 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12124
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12125 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12126 " If SOURCE is omitted, the 'default' path will be used.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12127 " See 'hg help urls' for more information.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12128 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12129 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12130
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12131 msgid "push changes to the specified destination"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12132 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12133
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12134 msgid " Push changes from the local repository to the given destination."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12135 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12136
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12137 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12138 " This is the symmetrical operation for pull. It moves changes from\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12139 " the current repository to a different one. If the destination is\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12140 " local this is identical to a pull in that directory from the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12141 " current one."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12142 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12143
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12144 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12145 " By default, push will refuse to run if it detects the result would\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12146 " increase the number of remote heads. This generally indicates the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12147 " user forgot to pull and merge before pushing."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12148 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12149
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12150 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12151 " If -r/--rev is used, the named revision and all its ancestors will\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12152 " be pushed to the remote repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12153 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12154
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12155 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12156 " Please see 'hg help urls' for important details about ssh://\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12157 " URLs. If DESTINATION is omitted, a default path will be used.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12158 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12159 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12160
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12161 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12162 msgid "pushing to %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12163 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12164
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12165 msgid "roll back an interrupted transaction"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12166 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12167
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12168 msgid " Recover from an interrupted commit or pull."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12169 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12170
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12171 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12172 " This command tries to fix the repository status after an\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12173 " interrupted operation. It should only be necessary when Mercurial\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12174 " suggests it.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12175 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12176 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12177
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12178 msgid "remove the specified files on the next commit"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12179 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12180
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12181 msgid " Schedule the indicated files for removal from the repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12182 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12183
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12184 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12185 " This only removes files from the current branch, not from the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12186 " entire project history. -A/--after can be used to remove only\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12187 " files that have already been deleted, -f/--force can be used to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12188 " force deletion, and -Af can be used to remove files from the next\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12189 " revision without deleting them from the working directory."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12190 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12191
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12192 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12193 " The following table details the behavior of remove for different\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12194 " file states (columns) and option combinations (rows). The file\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12195 " states are Added [A], Clean [C], Modified [M] and Missing [!] (as\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12196 " reported by hg status). The actions are Warn, Remove (from branch)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12197 " and Delete (from disk)::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12198 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12199
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12200 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12201 " A C M !\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12202 " none W RD W R\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12203 " -f R RD RD R\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12204 " -A W W W R\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12205 " -Af R R R R"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12206 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12207
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12208 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12209 " This command schedules the files to be removed at the next commit.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12210 " To undo a remove before that, see hg revert.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12211 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12212 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12213
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12214 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12215 msgid "not removing %s: file is untracked\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12216 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12217
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12218 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12219 msgid "not removing %s: file %s (use -f to force removal)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12220 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12221
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12222 msgid "still exists"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12223 msgstr "υπάρχει ακόμη"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12224
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12225 msgid "is modified"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12226 msgstr "έχει τροποποιηθεί"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12227
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12228 msgid "has been marked for add"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12229 msgstr "έχει σημειωθεί για προσθήκη"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12230
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12231 msgid "rename files; equivalent of copy + remove"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12232 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12233
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12234 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12235 " Mark dest as copies of sources; mark sources for deletion. If dest\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12236 " is a directory, copies are put in that directory. If dest is a\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12237 " file, there can only be one source."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12238 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12239
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12240 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12241 " This command takes effect at the next commit. To undo a rename\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12242 " before that, see hg revert.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12243 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12244 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12245
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12246 msgid "retry file merges from a merge or update"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12247 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12248
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12249 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12250 " This command can cleanly retry unresolved file merges using file\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12251 " revisions preserved from the last update or merge."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12252 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12253
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12254 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12255 " If a conflict is resolved manually, please note that the changes\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12256 " will be overwritten if the merge is retried with resolve. The\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12257 " -m/--mark switch should be used to mark the file as resolved."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12258 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12259
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12260 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12261 " You can specify a set of files to operate on, or use the -a/-all\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12262 " switch to select all unresolved files."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12263 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12264
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12265 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12266 " This command also allows listing resolved files and manually\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12267 " indicating whether or not files are resolved. All files must be\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12268 " marked as resolved before a commit is permitted."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12269 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12270
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12271 msgid " The codes used to show the status of files are::"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12272 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12273
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12274 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12275 " U = unresolved\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12276 " R = resolved\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12277 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12278 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12279
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12280 msgid "too many options specified"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12281 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12282
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12283 msgid "can't specify --all and patterns"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12284 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12285
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12286 msgid "no files or directories specified; use --all to remerge all files"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12287 msgstr "δεν ορίστηκαν αρχεία ή κατάλογοι· χρησιμοποιήστε την επιλογή --all για να επαναλάβετε τη συγχώνευση για όλα τα αρχεία"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12288
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12289 msgid "restore individual files or directories to an earlier state"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12290 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12291
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12292 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12293 " (Use update -r to check out earlier revisions, revert does not\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12294 " change the working directory parents.)"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12295 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12296
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12297 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12298 " With no revision specified, revert the named files or directories\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12299 " to the contents they had in the parent of the working directory.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12300 " This restores the contents of the affected files to an unmodified\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12301 " state and unschedules adds, removes, copies, and renames. If the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12302 " working directory has two parents, you must explicitly specify the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12303 " revision to revert to."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12304 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12305
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12306 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12307 " Using the -r/--rev option, revert the given files or directories\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12308 " to their contents as of a specific revision. This can be helpful\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12309 " to \"roll back\" some or all of an earlier change. See 'hg help\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12310 " dates' for a list of formats valid for -d/--date."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12311 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12312
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12313 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12314 " Revert modifies the working directory. It does not commit any\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12315 " changes, or change the parent of the working directory. If you\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12316 " revert to a revision other than the parent of the working\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12317 " directory, the reverted files will thus appear modified\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12318 " afterwards."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12319 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12320
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12321 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12322 " If a file has been deleted, it is restored. If the executable mode\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12323 " of a file was changed, it is reset."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12324 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12325
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12326 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12327 " If names are given, all files matching the names are reverted.\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12328 " If no arguments are given, no files are reverted."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12329 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12330
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12331 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12332 " Modified files are saved with a .orig suffix before reverting.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12333 " To disable these backups, use --no-backup.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12334 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12335 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12336
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12337 msgid "you can't specify a revision and a date"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12338 msgstr "δεν επιτρέπεται η χρήση αλλαγής και ημερομηνίας ταυτόχρονα"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12339
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12340 msgid "no files or directories specified; use --all to revert the whole repo"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12341 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12342
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12343 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12344 msgid "forgetting %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12345 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12346
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12347 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12348 msgid "reverting %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12349 msgstr "επαναφορά %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12350
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12351 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12352 msgid "undeleting %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12353 msgstr "επανάκτηση %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12354
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12355 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12356 msgid "saving current version of %s as %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12357 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12358
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12359 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12360 msgid "file not managed: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12361 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12362
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12363 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12364 msgid "no changes needed to %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12365 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12366
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12367 msgid "roll back the last transaction"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12368 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12369
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12370 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12371 " This command should be used with care. There is only one level of\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12372 " rollback, and there is no way to undo a rollback. It will also\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12373 " restore the dirstate at the time of the last transaction, losing\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12374 " any dirstate changes since that time. This command does not alter\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12375 " the working directory."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12376 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12377
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12378 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12379 " Transactions are used to encapsulate the effects of all commands\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12380 " that create new changesets or propagate existing changesets into a\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12381 " repository. For example, the following commands are transactional,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12382 " and their effects can be rolled back:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12383 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12384
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12385 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12386 " - commit\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12387 " - import\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12388 " - pull\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12389 " - push (with this repository as destination)\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12390 " - unbundle"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12391 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12392
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12393 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12394 " This command is not intended for use on public repositories. Once\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12395 " changes are visible for pull by other users, rolling a transaction\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12396 " back locally is ineffective (someone else may already have pulled\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12397 " the changes). Furthermore, a race is possible with readers of the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12398 " repository; for example an in-progress pull from the repository\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12399 " may fail if a rollback is performed.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12400 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12401 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12402
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12403 msgid "print the root (top) of the current working directory"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12404 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12405
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12406 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12407 " Print the root directory of the current repository.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12408 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12409 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12410
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12411 msgid "export the repository via HTTP"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12412 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12413
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12414 msgid " Start a local HTTP repository browser and pull server."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12415 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12416
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12417 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12418 " By default, the server logs accesses to stdout and errors to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12419 " stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12420 " files.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12421 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12422 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12423
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12424 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12425 msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12426 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12427
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12428 msgid "show changed files in the working directory"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12429 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12430
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12431 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12432 " Show status of files in the repository. If names are given, only\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12433 " files that match are shown. Files that are clean or ignored or\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12434 " the source of a copy/move operation, are not listed unless\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12435 " -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12436 " Unless options described with \"show only ...\" are given, the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12437 " options -mardu are used."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12438 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12439
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12440 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12441 " Option -q/--quiet hides untracked (unknown and ignored) files\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12442 " unless explicitly requested with -u/--unknown or -i/--ignored."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12443 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12444
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12445 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12446 " NOTE: status may appear to disagree with diff if permissions have\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12447 " changed or a merge has occurred. The standard diff format does not\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12448 " report permission changes and diff only reports changes relative\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12449 " to one merge parent."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12450 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12451
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12452 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12453 " If one revision is given, it is used as the base revision.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12454 " If two revisions are given, the differences between them are\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12455 " shown."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12456 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12457
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12458 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12459 " M = modified\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12460 " A = added\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12461 " R = removed\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12462 " C = clean\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12463 " ! = missing (deleted by non-hg command, but still tracked)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12464 " ? = not tracked\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12465 " I = ignored\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12466 " = origin of the previous file listed as A (added)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12467 " "
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12468 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12469
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12470 msgid "summarize working directory state"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12471 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12472
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12473 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12474 " This generates a brief summary of the working directory state,\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12475 " including parents, branch, commit status, and available updates."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12476 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12477
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12478 msgid ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12479 " With the --remote option, this will check the default paths for\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12480 " incoming and outgoing changes. This can be time-consuming.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12481 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12482 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12483
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12484 msgid " (empty repository)"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12485 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12486
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12487 msgid " (no revision checked out)"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12488 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12489
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12490 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12491 msgid "parent: %d:%s %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12492 msgstr ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12493
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12494 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12495 msgid "branch: %s\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12496 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12497
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12498 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12499 msgid "%d added"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12500 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12501
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12502 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12503 msgid "%d modified"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12504 msgstr "%d τροποποιήθηκαν"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12505
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12506 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12507 msgid "%d removed"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12508 msgstr "%d αφαιρέθηκαν"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12509
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12510 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12511 msgid "%d deleted"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12512 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12513
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12514 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12515 msgid "%d ignored"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12516 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12517
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12518 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12519 msgid "%d unknown"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12520 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12521
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12522 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12523 msgid "%d unresolved"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12524 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12525
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12526 msgid " (merge)"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12527 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12528
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12529 msgid " (new branch)"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12530 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12531
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12532 msgid " (clean)"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12533 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12534
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12535 msgid " (new branch head)"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12536 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12537
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12538 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12539 msgid "commit: %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12540 msgstr ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12541
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12542 msgid "update: (current)\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12543 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12544
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12545 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12546 msgid "update: %d new changesets (update)\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12547 msgstr "update: %d νέες αλλαγές (ενημερώστε)\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12548
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12549 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12550 msgid "update: %d new changesets, %d branch heads (merge)\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12551 msgstr "update: %d νέες αλλαγές, %d παρακλάδια (συγχωνεύστε)\n"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12552
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12553 msgid "1 or more incoming"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12554 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12555
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12556 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12557 msgid "%d outgoing"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12558 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12559
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12560 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12561 msgid "remote: %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12562 msgstr "απομακρυσμένο: %s\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12563
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12564 msgid "remote: (synced)\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12565 msgstr "απομακρυσμένο: (συγχρονίστηκε)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12566
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12567 msgid "add one or more tags for the current or given revision"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12568 msgstr "προσθήκη μιας ή περισσότερων ετικετών για την τρέχουσα ή κάποια άλλη έκδοση"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12569
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12570 msgid " Name a particular revision using <name>."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12571 msgstr " Ονομασία μιας συγκεκριμένης αλλαγής με ένα νέο <όνομα>."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12572
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12573 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12574 " Tags are used to name particular revisions of the repository and are\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12575 " very useful to compare different revisions, to go back to significant\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12576 " earlier versions or to mark branch points as releases, etc."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12577 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12578 " Οι ετικέτες μπορούν να χρησιμοποιηθούν ως συμβολικά ονόματα των αλλαγών\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12579 " ενός αποθετηρίου και είναι πολύ χρήσιμες για την προβολή των διαφορών\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12580 " μεταξύ δύο σημαντικών εκδόσεων, για να επιστρέφει κανείς σε πιο παλιές\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12581 " εκδόσεις ή για την καταγραφή της αρχής ενός κλάδου, του σημείου στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12582 " οποίο έγινε μια επίσημη έκδοση, κλπ."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12583
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12584 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12585 " If no revision is given, the parent of the working directory is\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12586 " used, or tip if no revision is checked out."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12587 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12588 " Οταν δεν έχει οριστεί συγκεκριμένη αλλαγή, τότε η νέα ετικέτα τίθεται\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12589 " στη γονική αλλαγή του χώρου εργασίας, ή στο tip όταν δεν υπάρχουν στο\n"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12590 " χώρο εργασίας τα αρχεία κάποιας έκδοσης."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12591
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12592 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12593 " To facilitate version control, distribution, and merging of tags,\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12594 " they are stored as a file named \".hgtags\" which is managed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12595 " similarly to other project files and can be hand-edited if\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12596 " necessary. The file '.hg/localtags' is used for local tags (not\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12597 " shared among repositories)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12598 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12599 " Για να διατηρείται το ιστορικό των ετικετών, να διανέμονται σε άλλους\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12600 " κλώνους του αποθετηρίου και να μπορεί να γίνει συγχώνευσή τους, όλες\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12601 " οι ετικέτες αποθηκεύονται σε ένα αρχείο με το όνομα \".hgtags\", το\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12602 " οποίο συντηρείται όπως και κάθε άλλο αρχείο του αποθετηρίου και μπορεί\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12603 " να το επεξεργαστεί κανείς ως απλό αρχείο κειμένου αν χρειαστεί. Το\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12604 " αρχείο '.hg/localtags' χρησιμοποιείται για τις τοπικές ετικέτες\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12605 " (αυτές που δε διανέμονται σε άλλους κλώνους του αποθετηρίου)."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12606
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12607 msgid "tag names must be unique"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12608 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12609
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12610 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12611 msgid "the name '%s' is reserved"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12612 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12613
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12614 msgid "--rev and --remove are incompatible"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12615 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12616
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12617 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12618 msgid "tag '%s' does not exist"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12619 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12620
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12621 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12622 msgid "tag '%s' is not a global tag"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12623 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12624
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12625 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12626 msgid "tag '%s' is not a local tag"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12627 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12628
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12629 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12630 msgid "tag '%s' already exists (use -f to force)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12631 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12632
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12633 msgid "list repository tags"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12634 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12635
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12636 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12637 " This lists both regular and local tags. When the -v/--verbose\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12638 " switch is used, a third column \"local\" is printed for local tags.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12639 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12640 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12641
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12642 msgid "show the tip revision"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12643 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12644
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12645 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12646 " The tip revision (usually just called the tip) is the changeset\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12647 " most recently added to the repository (and therefore the most\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12648 " recently changed head)."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12649 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12650
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12651 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12652 " If you have just made a commit, that commit will be the tip. If\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12653 " you have just pulled changes from another repository, the tip of\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12654 " that repository becomes the current tip. The \"tip\" tag is special\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12655 " and cannot be renamed or assigned to a different changeset.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12656 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12657 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12658
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12659 msgid "apply one or more changegroup files"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12660 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12661
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12662 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12663 " Apply one or more compressed changegroup files generated by the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12664 " bundle command.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12665 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12666 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12667
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12668 msgid "update working directory"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12669 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12670
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12671 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12672 " Update the repository's working directory to the specified\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12673 " changeset."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12674 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12675
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12676 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12677 " If no changeset is specified, attempt to update to the head of the\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12678 " current branch. If this head is a descendant of the working\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12679 " directory's parent, update to it, otherwise abort."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12680 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12681
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12682 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12683 " The following rules apply when the working directory contains\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12684 " uncommitted changes:"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12685 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12686
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12687 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12688 " 1. If neither -c/--check nor -C/--clean is specified, and if\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12689 " the requested changeset is an ancestor or descendant of\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12690 " the working directory's parent, the uncommitted changes\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12691 " are merged into the requested changeset and the merged\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12692 " result is left uncommitted. If the requested changeset is\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12693 " not an ancestor or descendant (that is, it is on another\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12694 " branch), the update is aborted and the uncommitted changes\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12695 " are preserved."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12696 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12697
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12698 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12699 " 2. With the -c/--check option, the update is aborted and the\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12700 " uncommitted changes are preserved."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12701 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12702
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12703 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12704 " 3. With the -C/--clean option, uncommitted changes are discarded and\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12705 " the working directory is updated to the requested changeset."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12706 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12707
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12708 msgid ""
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12709 " Use null as the changeset to remove the working directory (like 'hg\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12710 " clone -U')."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12711 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12712
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12713 msgid " If you want to update just one file to an older changeset, use 'hg revert'."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12714 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12715
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12716 msgid "cannot specify both -c/--check and -C/--clean"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12717 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12718
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12719 msgid "uncommitted local changes"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12720 msgstr "υπάρχουν τοπικές αλλαγές ακόμη"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12721
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12722 msgid "verify the integrity of the repository"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12723 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12724
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12725 msgid " Verify the integrity of the current repository."
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12726 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12727
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12728 msgid ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12729 " This will perform an extensive check of the repository's\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12730 " integrity, validating the hashes and checksums of each entry in\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12731 " the changelog, manifest, and tracked files, as well as the\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12732 " integrity of their crosslinks and indices.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12733 " "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12734 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12735
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12736 msgid "output version and copyright information"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12737 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12738
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12739 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12740 msgid "Mercurial Distributed SCM (version %s)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12741 msgstr "Mercurial Κατανεμημένο SCM (version %s)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12742
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12743 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12744 "\n"
10209
c9194a7d7d3e Update copyright year to 2010
Pascal Quantin <pascal.quantin@gmail.com>
parents: 10172
diff changeset
12745 "Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12746 "This is free software; see the source for copying conditions. There is NO\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12747 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12748 msgstr ""
10040
fe142808dd93 i18n-el: translate Mercurial's copyright info message
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10039
diff changeset
12749 "\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
12750 "Πνευματικά δικαιώματα (C) 2005-2009 Matt Mackall <mpm@selenic.com> και άλλοι\n"
10040
fe142808dd93 i18n-el: translate Mercurial's copyright info message
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10039
diff changeset
12751 "Αυτό το πρόγραμμα είναι ελεύθερο λογισμικό· δείτε τον πηγαίο κώδικα για\n"
fe142808dd93 i18n-el: translate Mercurial's copyright info message
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10039
diff changeset
12752 "την άδεια χρήσης του. Δεν παρέχεται ΚΑΜΙΑ εγγύηση· ούτε καν για την\n"
fe142808dd93 i18n-el: translate Mercurial's copyright info message
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10039
diff changeset
12753 "ΕΜΠΟΡΕΥΣΙΜΟΤΗΤΑ ή την ΚΑΤΑΛΛΗΛΟΤΗΤΑ ΓΙΑ ΚΑΠΟΙΟ ΣΚΟΠΟ.\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12754
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12755 msgid "repository root directory or name of overlay bundle file"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12756 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12757
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12758 msgid "change working directory"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12759 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12760
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12761 msgid "do not prompt, assume 'yes' for any required answers"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12762 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12763
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12764 msgid "suppress output"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12765 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12766
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12767 msgid "enable additional output"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12768 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12769
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12770 msgid "set/override config option"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12771 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12772
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12773 msgid "enable debugging output"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12774 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12775
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12776 msgid "start debugger"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12777 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12778
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12779 msgid "set the charset encoding"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12780 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12781
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12782 msgid "set the charset encoding mode"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12783 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12784
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12785 msgid "always print a traceback on exception"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12786 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12787
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12788 msgid "time how long the command takes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12789 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12790
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12791 msgid "print command execution profile"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12792 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12793
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12794 msgid "output version information and exit"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12795 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12796
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12797 msgid "display help and exit"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12798 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12799
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12800 msgid "do not perform actions, just print output"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12801 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12802
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12803 msgid "specify ssh command to use"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12804 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12805
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12806 msgid "specify hg command to run on the remote side"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12807 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12808
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12809 msgid "include names matching the given patterns"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12810 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12811
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12812 msgid "exclude names matching the given patterns"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12813 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12814
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12815 msgid "use <text> as commit message"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12816 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12817
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12818 msgid "read commit message from <file>"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12819 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12820
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12821 msgid "record datecode as commit date"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12822 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12823
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12824 msgid "record the specified user as committer"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12825 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12826
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12827 msgid "display using template map file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12828 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12829
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12830 msgid "display with template"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12831 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12832
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12833 msgid "do not show merges"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12834 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12835
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12836 msgid "treat all files as text"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12837 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12838
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12839 msgid "don't include dates in diff headers"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12840 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12841
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12842 msgid "show which function each change is in"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12843 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12844
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12845 msgid "produce a diff that undoes the changes"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12846 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12847
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12848 msgid "ignore white space when comparing lines"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12849 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12850
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12851 msgid "ignore changes in the amount of white space"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12852 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12853
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12854 msgid "ignore changes whose lines are all blank"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12855 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12856
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12857 msgid "number of lines of context to show"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12858 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12859
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12860 msgid "output diffstat-style summary of changes"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12861 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12862
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12863 msgid "guess renamed files by similarity (0<=s<=100)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12864 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12865
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12866 msgid "[OPTION]... [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12867 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12868
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12869 msgid "annotate the specified revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12870 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12871
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12872 msgid "follow file copies and renames"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12873 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12874
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12875 msgid "list the author (long with -v)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12876 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12877
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12878 msgid "list the date (short with -q)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12879 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12880
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12881 msgid "list the revision number (default)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12882 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12883
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12884 msgid "list the changeset"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12885 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12886
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12887 msgid "show line number at the first appearance"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12888 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12889
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12890 msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12891 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12892
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12893 msgid "do not pass files through decoders"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12894 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12895
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12896 msgid "directory prefix for files in archive"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12897 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12898
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12899 msgid "revision to distribute"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12900 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12901
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12902 msgid "type of distribution to create"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12903 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12904
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12905 msgid "[OPTION]... DEST"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12906 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12907
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12908 msgid "merge with old dirstate parent after backout"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12909 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12910
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12911 msgid "parent to choose when backing out merge"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12912 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12913
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12914 msgid "revision to backout"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12915 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12916
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12917 msgid "[OPTION]... [-r] REV"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12918 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12920 msgid "reset bisect state"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12921 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12922
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12923 msgid "mark changeset good"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12924 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12925
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12926 msgid "mark changeset bad"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12927 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12928
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12929 msgid "skip testing changeset"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12930 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12931
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12932 msgid "use command to check changeset state"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12933 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12934
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12935 msgid "do not update to target"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12936 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12937
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12938 msgid "[-gbsr] [-c CMD] [REV]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12939 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12940
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12941 msgid "set branch name even if it shadows an existing branch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12942 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12943
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12944 msgid "reset branch name to parent branch name"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12945 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12946
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12947 msgid "[-fC] [NAME]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12948 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12949
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12950 msgid "show only branches that have unmerged heads"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12951 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12952
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12953 msgid "show normal and closed branches"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12954 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
12955
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12956 msgid "[-a]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12957 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12958
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12959 msgid "run even when remote repository is unrelated"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12960 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12961
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12962 msgid "a changeset up to which you would like to bundle"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12963 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12964
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12965 msgid "a base changeset to specify instead of a destination"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12966 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12967
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12968 msgid "bundle all changesets in the repository"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12969 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12970
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12971 msgid "bundle compression type to use"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12972 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12973
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12974 msgid "[-f] [-a] [-r REV]... [--base REV]... FILE [DEST]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12975 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12976
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12977 msgid "print output to file with formatted name"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12978 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12979
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12980 msgid "print the given revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12981 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12982
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12983 msgid "apply any matching decode filter"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12984 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12985
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12986 msgid "[OPTION]... FILE..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12987 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12988
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12989 msgid "the clone will only contain a repository (no working copy)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12990 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12991
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12992 msgid "revision, tag or branch to check out"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12993 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12994
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
12995 msgid "clone only the specified revisions and ancestors"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12996 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12997
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12998 msgid "[OPTION]... SOURCE [DEST]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
12999 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13000
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13001 msgid "mark new/missing files as added/removed before committing"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13002 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13003
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13004 msgid "mark a branch as closed, hiding it from the branch list"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13005 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13006
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13007 msgid "record a copy that has already occurred"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13008 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13009
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13010 msgid "forcibly copy over an existing managed file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13011 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13012
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13013 msgid "[OPTION]... [SOURCE]... DEST"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13014 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13015
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13016 msgid "[INDEX] REV1 REV2"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13017 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13018
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13019 msgid "[COMMAND]"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13020 msgstr "[ΕΝΤΟΛΗ]"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13021
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13022 msgid "show the command options"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13023 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13024
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13025 msgid "[-o] CMD"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13026 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13027
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13028 msgid "try extended date formats"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13029 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13030
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13031 msgid "[-e] DATE [RANGE]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13032 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13033
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13034 msgid "FILE REV"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13035 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13036
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13037 msgid "[PATH]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13038 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13039
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13040 msgid "FILE"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13041 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13042
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13043 msgid "revision to rebuild to"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13044 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13045
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13046 msgid "[-r REV] [REV]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13047 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13048
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13049 msgid "revision to debug"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13050 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13051
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13052 msgid "[-r REV] FILE"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13053 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13054
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13055 msgid "REV1 [REV2]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13056 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13057
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13058 msgid "do not display the saved mtime"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13059 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13060
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13061 msgid "[OPTION]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13062 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13063
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13064 msgid "revision to check"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13065 msgstr "αλλαγή προς έλεγχο"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13066
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13067 msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13068 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13069
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13070 msgid "diff against the second parent"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13071 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13072
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13073 msgid "[OPTION]... [-o OUTFILESPEC] REV..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13074 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13075
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13076 msgid "end fields with NUL"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13077 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13078
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13079 msgid "print all revisions that match"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13080 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13081
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13082 msgid "follow changeset history, or file history across copies and renames"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13083 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13084
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13085 msgid "ignore case when matching"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13086 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13087
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13088 msgid "print only filenames and revisions that match"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13089 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13090
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13091 msgid "print matching line numbers"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13092 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13093
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13094 msgid "search in given revision range"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13095 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13096
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13097 msgid "[OPTION]... PATTERN [FILE]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13098 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13099
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13100 msgid "show only heads which are descendants of REV"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13101 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13102
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13103 msgid "show only the active branch heads from open branches"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13104 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13105
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13106 msgid "show normal and closed branch heads"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13107 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13108
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13109 msgid "[-r STARTREV] [REV]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13110 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13111
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13112 msgid "[TOPIC]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13113 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13114
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13115 msgid "identify the specified revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13116 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13117
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13118 msgid "show local revision number"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13119 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13120
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13121 msgid "show global revision id"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13122 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13123
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13124 msgid "show branch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13125 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13126
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13127 msgid "show tags"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13128 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13129
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13130 msgid "[-nibt] [-r REV] [SOURCE]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13131 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13132
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13133 msgid "directory strip option for patch. This has the same meaning as the corresponding patch option"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13134 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13135
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13136 msgid "base path"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13137 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13138
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13139 msgid "skip check for outstanding uncommitted changes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13140 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13141
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13142 msgid "don't commit, just update the working directory"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13143 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13144
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13145 msgid "apply patch to the nodes from which it was generated"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13146 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13147
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13148 msgid "use any branch information in patch (implied by --exact)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13149 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13150
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13151 msgid "[OPTION]... PATCH..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13152 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13153
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13154 msgid "show newest record first"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13155 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13156
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13157 msgid "file to store the bundles into"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13158 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13159
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13160 msgid "a specific remote revision up to which you would like to pull"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13161 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13162
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13163 msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13164 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13165
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13166 msgid "[-e CMD] [--remotecmd CMD] [DEST]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13167 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13168
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13169 msgid "search the repository as it stood at REV"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13170 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13171
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13172 msgid "end filenames with NUL, for use with xargs"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13173 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13174
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13175 msgid "print complete paths from the filesystem root"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13176 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13177
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13178 msgid "[OPTION]... [PATTERN]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13179 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13180
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13181 msgid "only follow the first parent of merge changesets"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13182 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13183
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13184 msgid "show revisions matching date spec"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13185 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13186
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13187 msgid "show copied files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13188 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13189
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13190 msgid "do case-insensitive search for a keyword"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13191 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13192
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13193 msgid "include revisions where files were removed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13194 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13195
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13196 msgid "show only merges"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13197 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13198
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13199 msgid "revisions committed by user"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13200 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13201
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13202 msgid "show only changesets within the given named branch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13203 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13204
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13205 msgid "do not display revision or any of its ancestors"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13206 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13207
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13208 msgid "[OPTION]... [FILE]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13209 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13210
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13211 msgid "revision to display"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13212 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13213
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13214 msgid "[-r REV]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13215 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13216
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13217 msgid "force a merge with outstanding changes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13218 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13219
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13220 msgid "revision to merge"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13221 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13222
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13223 msgid "review revisions to merge (no merge is performed)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13224 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13225
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13226 msgid "[-f] [[-r] REV]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13227 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13228
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13229 msgid "a specific revision up to which you would like to push"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13230 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13231
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13232 msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13233 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13234
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13235 msgid "show parents from the specified revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13236 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13237
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13238 msgid "[-r REV] [FILE]"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13239 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13240
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13241 msgid "[NAME]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13242 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13243
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13244 msgid "update to new tip if changesets were pulled"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13245 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13246
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13247 msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13248 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13249
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13250 msgid "force push"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13251 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13252
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13253 msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13254 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13255
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13256 msgid "record delete for missing files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13257 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13258
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13259 msgid "remove (and delete) file even if added or modified"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13260 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13261
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13262 msgid "record a rename that has already occurred"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13263 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13264
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13265 msgid "[OPTION]... SOURCE... DEST"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13266 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13267
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13268 msgid "select all unresolved files"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13269 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13270
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13271 msgid "list state of files needing merge"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13272 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13273
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13274 msgid "mark files as resolved"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13275 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13276
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13277 msgid "unmark files as resolved"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13278 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13279
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13280 msgid "hide status prefix"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13281 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13282
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13283 msgid "revert all changes when no arguments given"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13284 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13285
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13286 msgid "tipmost revision matching date"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13287 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13288
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13289 msgid "revision to revert to"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13290 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13291
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13292 msgid "do not save backup copies of files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13293 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13294
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13295 msgid "[OPTION]... [-r REV] [NAME]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13296 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13297
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13298 msgid "name of access log file to write to"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13299 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13300
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13301 msgid "name of error log file to write to"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13302 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13303
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13304 msgid "port to listen on (default: 8000)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13305 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13306
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13307 msgid "address to listen on (default: all interfaces)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13308 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13309
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13310 msgid "prefix path to serve from (default: server root)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13311 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13312
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13313 msgid "name to show in web pages (default: working directory)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13314 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13315
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13316 msgid "name of the webdir config file (serve more than one repository)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13317 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13318
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13319 msgid "for remote clients"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13320 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13321
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13322 msgid "web templates to use"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13323 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13324
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13325 msgid "template style to use"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13326 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13327
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13328 msgid "use IPv6 in addition to IPv4"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13329 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13330
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13331 msgid "SSL certificate file"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13332 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13333
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13334 msgid "show untrusted configuration options"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13335 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13336
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13337 msgid "[-u] [NAME]..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13338 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13339
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13340 msgid "check for push and pull"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13341 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13342
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13343 msgid "show status of all files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13344 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13345
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13346 msgid "show only modified files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13347 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13348
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13349 msgid "show only added files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13350 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13351
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13352 msgid "show only removed files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13353 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13354
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13355 msgid "show only deleted (but tracked) files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13356 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13357
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13358 msgid "show only files without changes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13359 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13360
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13361 msgid "show only unknown (not tracked) files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13362 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13363
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13364 msgid "show only ignored files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13365 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13366
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13367 msgid "show source of copied files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13368 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13369
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13370 msgid "show difference from revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13371 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13372
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13373 msgid "replace existing tag"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13374 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13375
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13376 msgid "make the tag local"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13377 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13378
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13379 msgid "revision to tag"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13380 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13381
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13382 msgid "remove a tag"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13383 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13384
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13385 msgid "[-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13386 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13387
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13388 msgid "[-p]"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13389 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13390
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13391 msgid "update to new tip if changesets were unbundled"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13392 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13393
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13394 msgid "[-u] FILE..."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13395 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13396
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13397 msgid "discard uncommitted changes (no backup)"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13398 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13399
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13400 msgid "check for uncommitted changes"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13401 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13402
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13403 msgid "[-c] [-C] [-d DATE] [[-r] REV]"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13404 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13405
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13406 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13407 msgid "config error at %s:%d: '%s'"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13408 msgstr "σφάλμα ρυθμίσεων στο %s:%d: '%s'"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13409
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13410 msgid "not found in manifest"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13411 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13412
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13413 msgid "branch name not in UTF-8!"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13414 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13415
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13416 msgid "working directory state appears damaged!"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13417 msgstr "ο χώρος εργασίας έχει πρόβλημα!"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13418
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13419 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13420 msgid "'\\n' and '\\r' disallowed in filenames: %r"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13421 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13422
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13423 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13424 msgid "directory %r already in dirstate"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13425 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13426
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13427 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13428 msgid "file %r in dirstate clashes with %r"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13429 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13430
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13431 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13432 msgid "not in dirstate: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13433 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13434
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13435 msgid "unknown"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13436 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13437
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13438 msgid "character device"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13439 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13440
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13441 msgid "block device"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13442 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13443
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13444 msgid "fifo"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13445 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13446
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13447 msgid "socket"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13448 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13449
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13450 msgid "directory"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13451 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13452
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13453 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13454 msgid "unsupported file type (type is %s)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13455 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13456
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13457 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13458 msgid "abort: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13459 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13460
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13461 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13462 msgid "hg: %s\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13463 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13464
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13465 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13466 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13467 "hg: command '%s' is ambiguous:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13468 " %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13469 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13470
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13471 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13472 msgid "timed out waiting for lock held by %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13473 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13474
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13475 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13476 msgid "lock held by %s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13477 msgstr "κλειδωμένο από %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13478
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13479 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13480 msgid "abort: %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13481 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13482
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13483 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13484 msgid "abort: could not lock %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13485 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13486
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13487 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13488 msgid "hg %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13489 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13490
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13491 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13492 msgid "abort: %s!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13493 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13494
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13495 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13496 msgid "abort: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13497 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13498
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13499 msgid " empty string\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13500 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13501
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13502 msgid "killed!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13503 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13504
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13505 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13506 msgid "hg: unknown command '%s'\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13507 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13508
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13509 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13510 msgid "abort: could not import module %s!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13511 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13512
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13513 msgid "(did you forget to compile extensions?)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13514 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13515
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13516 msgid "(is your Python install correct?)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13517 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13518
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13519 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13520 msgid "abort: error: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13521 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13522
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13523 msgid "broken pipe\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13524 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13525
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13526 msgid "interrupted!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13527 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13528
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13529 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13530 "\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13531 "broken pipe\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13532 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13533
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13534 msgid "abort: out of memory\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13535 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13536
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13537 msgid "** unknown exception encountered, details follow\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13538 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13539
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13540 msgid "** report bug details to http://mercurial.selenic.com/bts/\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13541 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13542
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13543 msgid "** or mercurial@selenic.com\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13544 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13545
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13546 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13547 msgid "** Mercurial Distributed SCM (version %s)\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13548 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13549
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13550 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13551 msgid "** Extensions loaded: %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13552 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13553
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13554 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13555 msgid "no definition for alias '%s'\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13556 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13557
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13558 #, python-format
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13559 msgid "alias for: hg %s"
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13560 msgstr ""
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13561
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13562 #, python-format
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13563 msgid "%s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13564 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13565
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13566 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13567 msgid "alias '%s' resolves to unknown command '%s'\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13568 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13569
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13570 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13571 msgid "alias '%s' resolves to ambiguous command '%s'\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13572 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13573
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13574 #, python-format
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13575 msgid "malformed --config option: %r (use --config section.name=value)"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13576 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13577
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13578 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13579 msgid "extension '%s' overrides commands: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13580 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13581
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13582 msgid "Option --config may not be abbreviated!"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13583 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13584
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13585 msgid "Option --cwd may not be abbreviated!"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13586 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13587
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13588 msgid "Option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13589 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13590
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13591 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13592 msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13593 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13594
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13595 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13596 msgid "repository '%s' is not local"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13597 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13598
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13599 msgid "invalid arguments"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13600 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13601
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13602 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13603 msgid "unrecognized profiling format '%s' - Ignored\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13604 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13605
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13606 msgid "lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/misc/lsprof/"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13607 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13608
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13609 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13610 msgid "*** failed to import extension %s from %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13611 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13612
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13613 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13614 msgid "*** failed to import extension %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13615 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13616
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13617 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13618 msgid "couldn't find merge tool %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13619 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13620
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13621 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13622 msgid "tool %s can't handle symlinks\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13623 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13624
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13625 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13626 msgid "tool %s can't handle binary\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13627 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13628
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13629 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13630 msgid "tool %s requires a GUI\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13631 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13632
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13633 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13634 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13635 " no tool found to merge %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13636 "keep (l)ocal or take (o)ther?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13637 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13638
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13639 msgid "&Local"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13640 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13641
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13642 msgid "&Other"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13643 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13644
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13645 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13646 msgid "merging %s and %s to %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13647 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13648
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13649 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13650 msgid "merging %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13651 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13652
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13653 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13654 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13655 " output file %s appears unchanged\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13656 "was merge successful (yn)?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13657 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13658
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13659 msgid "&No"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13660 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13661
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13662 msgid "&Yes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13663 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13664
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13665 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13666 msgid "merging %s failed!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13667 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13668
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13669 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13670 msgid "Inconsistent state, %s:%s is good and bad"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13671 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13672
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13673 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13674 msgid "unknown bisect kind %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13675 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13676
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13677 msgid "disabled extensions:"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13678 msgstr "ανενεργές επεκτάσεις:"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13679
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13680 msgid "Configuration Files"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13681 msgstr ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13682
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13683 msgid "Date Formats"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13684 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13685
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13686 msgid "File Name Patterns"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13687 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13688
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13689 msgid "Environment Variables"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13690 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13691
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13692 msgid "Specifying Single Revisions"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13693 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13694
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13695 msgid "Specifying Multiple Revisions"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13696 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13697
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13698 msgid "Diff Formats"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13699 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13700
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13701 msgid "Template Usage"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13702 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13703
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13704 msgid "URL Paths"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13705 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13706
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13707 msgid "Using additional features"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13708 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13709
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13710 msgid "can only share local repositories"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13711 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13712
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13713 msgid "destination already exists"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13714 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13715
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13716 msgid "updating working directory\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13717 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13718
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13719 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13720 msgid "destination directory: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13721 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13722
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13723 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13724 msgid "destination '%s' already exists"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13725 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13726
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13727 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13728 msgid "destination '%s' is not empty"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13729 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13730
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13731 msgid "src repository does not support revision lookup and so doesn't support clone by revision"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13732 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13733
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13734 msgid "clone from remote to remote not supported"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13735 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13736
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13737 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13738 msgid "updating to branch %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13739 msgstr ""
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13740
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13741 #, python-format
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13742 msgid "%d files updated, %d files merged, %d files removed, %d files unresolved\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13743 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13744
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13745 msgid "use 'hg resolve' to retry unresolved file merges\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13746 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13747
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
13748 msgid "use 'hg resolve' to retry unresolved file merges or 'hg update -C' to abandon\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13749 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13750
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13751 msgid "(branch merge, don't forget to commit)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13752 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13753
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13754 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13755 msgid "error reading %s/.hg/hgrc: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13756 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13757
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13758 msgid "SSL support is unavailable"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13759 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13760
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13761 msgid "IPv6 is not available on this system"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13762 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13763
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13764 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13765 msgid "cannot start server at '%s:%d': %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13766 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13767
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13768 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13769 msgid "calling hook %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13770 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13771
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13772 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13773 msgid "%s hook is invalid (\"%s\" not in a module)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13774 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13775
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13776 msgid "exception from first failed import attempt:\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13777 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13778
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13779 msgid "exception from second failed import attempt:\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13780 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13781
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13782 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13783 msgid "%s hook is invalid (import of \"%s\" failed)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13784 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13785
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13786 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13787 msgid "%s hook is invalid (\"%s\" is not defined)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13788 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13789
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13790 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13791 msgid "%s hook is invalid (\"%s\" is not callable)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13792 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13793
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13794 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13795 msgid "error: %s hook failed: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13796 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13797
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13798 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13799 msgid "error: %s hook raised an exception: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13800 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13801
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13802 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13803 msgid "%s hook failed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13804 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13805
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13806 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13807 msgid "warning: %s hook failed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13808 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13809
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13810 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13811 msgid "running hook %s: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13812 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13813
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13814 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13815 msgid "%s hook %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13816 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13817
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13818 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13819 msgid "warning: %s hook %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13820 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13821
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13822 msgid "connection ended unexpectedly"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13823 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13824
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13825 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13826 msgid "unsupported URL component: \"%s\""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13827 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13828
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13829 msgid "operation not supported over http"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13830 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13831
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13832 msgid "authorization failed"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13833 msgstr "απαιτείται έλεγχος πρόσβασης"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13834
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13835 msgid "http error, possibly caused by proxy setting"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13836 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13837
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13838 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13839 msgid "real URL is %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13840 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13841
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13842 #, python-format
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13843 msgid ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13844 "'%s' does not appear to be an hg repository:\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13845 "---%%<--- (%s)\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13846 "%s\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13847 "---%%<---\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13848 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13849
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13850 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13851 msgid "'%s' sent a broken Content-Type header (%s)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13852 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13853
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13854 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13855 msgid "'%s' uses newer protocol %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13856 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13857
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13858 msgid "look up remote revision"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13859 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13860
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13861 msgid "unexpected response:"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13862 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13863
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13864 msgid "look up remote changes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13865 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13866
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13867 msgid "push failed (unexpected response):"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13868 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13869
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13870 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13871 msgid "push failed: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13872 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13873
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13874 msgid "Python support for SSL and HTTPS is not installed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13875 msgstr "δεν έχει εγκατασταθεί υποστήριξη SSL και HTTPS για την Python"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13876
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13877 msgid "cannot create new http repository"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13878 msgstr "δε μπορεί να δημιουργηθεί ένα νέο αποθετήριο μέσω http"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13879
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13880 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
13881 msgid "ignoring invalid syntax '%s'"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13882 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13883
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13884 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13885 msgid "skipping unreadable ignore file '%s': %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13886 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13887
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13888 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13889 msgid "repository %s not found"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13890 msgstr "το αποθετήριο %s δε βρέθηκε"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13891
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13892 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13893 msgid "repository %s already exists"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13894 msgstr "το αποθετήριο %s υπάρχει ήδη"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13895
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13896 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13897 msgid "requirement '%s' not supported"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13898 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13899
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13900 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13901 msgid ".hg/sharedpath points to nonexistent directory %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13902 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13903
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13904 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13905 msgid "%r cannot be used in a tag name"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13906 msgstr "το %r δε μπορεί να χρησιμοποιηθεί ως όνομα ετικέτας"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13907
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13908 msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13909 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13910
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13911 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13912 msgid "working directory has unknown parent '%s'!"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13913 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13914
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13915 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13916 msgid "unknown revision '%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13917 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13918
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13919 msgid "abandoned transaction found - run hg recover"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13920 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13921
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13922 msgid "rolling back interrupted transaction\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13923 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13924
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13925 msgid "no interrupted transaction available\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13926 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13927
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13928 msgid "rolling back last transaction\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13929 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13930
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13931 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13932 msgid "Named branch could not be reset, current branch still is: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13933 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13934
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13935 msgid "no rollback information available\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13936 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13937
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13938 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13939 msgid "waiting for lock on %s held by %r\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13940 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13941
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13942 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13943 msgid "repository %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13944 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13945
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13946 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13947 msgid "working directory of %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13948 msgstr "χώρος εργασίας του %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13949
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13950 msgid "cannot partially commit a merge (do not specify files or patterns)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13951 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13952
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13953 msgid "file not found!"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13954 msgstr "δε βρέθηκε!"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13955
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13956 msgid "no match under directory!"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13957 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13958
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13959 msgid "file not tracked!"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13960 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13961
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13962 msgid "unresolved merge conflicts (see hg resolve)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13963 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13964
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13965 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13966 msgid "committing subrepository %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13967 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13968
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13969 #, python-format
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13970 msgid "note: commit message saved in %s\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13971 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13972
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
13973 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13974 msgid "trouble committing %s!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13975 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13976
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13977 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13978 msgid "%s does not exist!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13979 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13980
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13981 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13982 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13983 "%s: files over 10MB may cause memory and performance problems\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13984 "(use 'hg revert %s' to unadd the file)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13985 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13986
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13987 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13988 msgid "%s not added: only files and symlinks supported currently\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13989 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13990
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13991 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13992 msgid "%s already tracked!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13993 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13994
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13995 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13996 msgid "%s not added!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13997 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13998
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
13999 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14000 msgid "%s still exists!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14001 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14002
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14003 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14004 msgid "%s not tracked!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14005 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14006
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14007 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14008 msgid "%s not removed!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14009 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14010
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14011 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14012 msgid "copy failed: %s is not a file or a symbolic link\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14013 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14014
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14015 msgid "searching for changes\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14016 msgstr "αναζήτηση αλλαγών\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14017
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14018 msgid "already have changeset "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14019 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14020
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14021 msgid "warning: repository is unrelated\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14022 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14023
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14024 msgid "repository is unrelated"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14025 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14026
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14027 msgid "requesting all changes\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14028 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14029
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
14030 msgid "Partial pull cannot be done because other repository doesn't support changegroupsubset."
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14031 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14032
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14033 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14034 msgid "abort: push creates new remote branch '%s'!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14035 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14036
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14037 msgid "abort: push creates new remote heads!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14038 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14039
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14040 msgid "(did you forget to merge? use push -f to force)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14041 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14042
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14043 msgid "note: unsynced remote changes!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14044 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14045
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14046 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14047 msgid "%d changesets found\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14048 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14049
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14050 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14051 msgid "empty or missing revlog for %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14052 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14053
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14054 msgid "adding changesets\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14055 msgstr "προσθήκη αλλαγών\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14056
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14057 msgid "received changelog group is empty"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14058 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14059
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14060 msgid "adding manifests\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14061 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14062
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14063 msgid "adding file changes\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14064 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14065
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14066 msgid "received file revlog group is empty"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14067 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14068
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14069 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14070 msgid " (%+d heads)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14071 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14072
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14073 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14074 msgid "added %d changesets with %d changes to %d files%s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14075 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14076
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14077 msgid "Unexpected response from remote server:"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14078 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14079
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14080 msgid "operation forbidden by server"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14081 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14082
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14083 msgid "locking the remote repository failed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14084 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14085
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14086 msgid "the server sent an unknown error code"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14087 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14088
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14089 msgid "streaming all changes\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14090 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14091
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14092 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14093 msgid "%d files to transfer, %s of data\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14094 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14095
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14096 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14097 msgid "transferred %s in %.1f seconds (%s/sec)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14098 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14099
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14100 msgid "no [smtp]host in hgrc - cannot send mail"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14101 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14102
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14103 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14104 msgid "sending mail: smtp host %s, port %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14105 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14106
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14107 msgid "can't use TLS: Python SSL support not installed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14108 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14109
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14110 msgid "(using tls)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14111 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14112
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14113 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14114 msgid "(authenticating to mail server as %s)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14115 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14116
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14117 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14118 msgid "sending mail: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14119 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14120
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14121 msgid "smtp specified as email transport, but no smtp host configured"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14122 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14123
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14124 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14125 msgid "%r specified as email transport, but not in PATH"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14126 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14127
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14128 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14129 msgid "ignoring invalid sendcharset: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14130 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14131
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14132 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14133 msgid "invalid email address: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14134 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14135
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14136 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14137 msgid "invalid local address: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14138 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14139
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14140 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14141 msgid "failed to remove %s from manifest"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14142 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14143
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14144 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14145 msgid "diff context lines count must be an integer, not %r"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14146 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14147
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14148 #, python-format
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
14149 msgid "untracked file in working directory differs from file in requested revision: '%s'"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14150 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14151
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14152 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14153 msgid "case-folding collision between %s and %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14154 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14155
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14156 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14157 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14158 " conflicting flags for %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14159 "(n)one, e(x)ec or sym(l)ink?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14160 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14161
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14162 msgid "&None"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14163 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14164
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14165 msgid "E&xec"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14166 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14167
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14168 msgid "Sym&link"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14169 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14170
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14171 msgid "resolving manifests\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14172 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14173
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14174 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14175 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14176 " local changed %s which remote deleted\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14177 "use (c)hanged version or (d)elete?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14178 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14179
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14180 msgid "&Changed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14181 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14182
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14183 msgid "&Delete"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14184 msgstr "&Διαγραφή"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14185
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14186 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14187 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14188 "remote changed %s which local deleted\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14189 "use (c)hanged version or leave (d)eleted?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14190 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14191
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14192 msgid "&Deleted"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14193 msgstr "&Διαγράφηκε"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14194
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14195 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14196 msgid "update failed to remove %s: %s!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14197 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14198
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14199 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14200 msgid "getting %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14201 msgstr "λήψη του %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14202
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14203 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14204 msgid "getting %s to %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14205 msgstr "λήψη του %s στο %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14206
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14207 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14208 msgid "warning: detected divergent renames of %s to:\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14209 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14210
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14211 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14212 msgid "branch %s not found"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14213 msgstr "δε βρέθηκε ο κλάδος %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14214
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14215 msgid "can't merge with ancestor"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14216 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14217
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14218 msgid "nothing to merge (use 'hg update' or check 'hg heads')"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14219 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14220
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14221 msgid "outstanding uncommitted changes (use 'hg status' to list changes)"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14222 msgstr "υπάρχουν τοπικές αλλαγές ακόμη (δώστε 'hg status' για να δείτε τις αλλαγές)"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14223
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
14224 msgid "crosses branches (use 'hg merge' to merge or use 'hg update -C' to discard changes)"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14225 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14226
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14227 msgid "crosses branches (use 'hg merge' or use 'hg update -c')"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14228 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14229
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14230 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14231 msgid "cannot create %s: destination already exists"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14232 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14233
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14234 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14235 msgid "cannot create %s: unable to create destination directory"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14236 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14237
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14238 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14239 msgid "unable to find '%s' for patching\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14240 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14241
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14242 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14243 msgid "patching file %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14244 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14245
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14246 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14247 msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14248 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14249
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14250 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14251 msgid "bad hunk #%d %s (%d %d %d %d)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14252 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14253
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14254 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14255 msgid "file %s already exists\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14256 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14257
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14258 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14259 msgid "Hunk #%d succeeded at %d %s(offset %d line).\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14260 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14261
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14262 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14263 msgid "Hunk #%d succeeded at %d %s(offset %d lines).\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14264 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14265
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14266 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14267 msgid "Hunk #%d FAILED at %d\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14268 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14269
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14270 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14271 msgid "bad hunk #%d"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14272 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14273
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14274 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14275 msgid "bad hunk #%d old text line %d"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14276 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14277
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14278 msgid "could not extract binary patch"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14279 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14280
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14281 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14282 msgid "binary patch is %d bytes, not %d"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14283 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14284
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14285 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14286 msgid "unable to strip away %d dirs from %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14287 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14288
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14289 msgid "undefined source and destination files"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14290 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14291
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14292 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14293 msgid "malformed patch %s %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14294 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14295
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14296 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14297 msgid "unsupported parser state: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14298 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14299
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14300 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14301 msgid "patch command failed: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14302 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14303
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14304 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14305 msgid "Unsupported line endings type: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14306 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14307
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14308 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14309 msgid " %d files changed, %d insertions(+), %d deletions(-)\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14310 msgstr " %d αρχεία τροποποιήθηκαν, %d εισαγωγές(+), %d διαγραφές(-)\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14311
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14312 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14313 msgid "exited with status %d"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14314 msgstr "τερμάτισε με κωδικό %d"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14315
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14316 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14317 msgid "killed by signal %d"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14318 msgstr "διακοπή λόγω σήματος %d"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14319
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14320 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14321 msgid "saving bundle to %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14322 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14323
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14324 msgid "adding branch\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14325 msgstr "προσθήκη κλάδου\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14326
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14327 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14328 msgid "cannot %s; remote repository does not support the %r capability"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14329 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14330
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14331 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14332 msgid "unknown compression type %r"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14333 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14334
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14335 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14336 msgid "index %s unknown flags %#04x for format v0"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14337 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14338
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14339 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14340 msgid "index %s unknown flags %#04x for revlogng"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14341 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14342
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14343 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14344 msgid "index %s unknown format %d"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14345 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14346
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14347 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14348 msgid "index %s is corrupted"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14349 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14350
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14351 msgid "no node"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14352 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14353
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14354 msgid "ambiguous identifier"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14355 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14356
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14357 msgid "no match found"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14358 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14359
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14360 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14361 msgid "incompatible revision flag %x"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14362 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14363
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14364 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14365 msgid "%s not found in the transaction"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14366 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14367
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14368 msgid "unknown base"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14369 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14370
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14371 msgid "consistency error adding group"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14372 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14373
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14374 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14375 msgid "%s looks like a binary file."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14376 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14377
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14378 msgid "can only specify two labels."
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14379 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14380
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14381 msgid "warning: conflicts during merge.\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14382 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14383
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14384 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14385 msgid "couldn't parse location %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14386 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14387
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14388 msgid "could not create remote repo"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14389 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14390
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14391 msgid "no suitable response from remote hg"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14392 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14393
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14394 msgid "remote: "
10034
96a04d712c0c i18n-el: add missing space to "remote: "'s translation
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10033
diff changeset
14395 msgstr "απομακρυσμένο: "
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14396
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14397 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14398 msgid "push refused: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14399 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14400
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14401 msgid "unsynced changes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14402 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14403
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14404 #, python-format
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14405 msgid "'%s' does not appear to be an hg repository"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14406 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14407
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14408 msgid "cannot lock static-http repository"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14409 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14410
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14411 msgid "cannot create new static-http repository"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14412 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14413
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14414 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14415 msgid "invalid entry in fncache, line %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14416 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14417
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14418 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14419 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14420 " subrepository sources for %s differ\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14421 "use (l)ocal source (%s) or (r)emote source (%s)?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14422 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14423
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14424 msgid "&Remote"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14425 msgstr "&Απομακρυσμένο:"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14426
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14427 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14428 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14429 " local changed subrepository %s which remote removed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14430 "use (c)hanged version or (d)elete?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14431 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14432
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14433 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14434 msgid ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14435 " remote changed subrepository %s which local removed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14436 "use (c)hanged version or (d)elete?"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14437 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14438
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14439 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14440 msgid "removing subrepo %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14441 msgstr "αφαίρεση του εμφωλιασμένου αποθετηρίου %s\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14442
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14443 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14444 msgid "pulling subrepo %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14445 msgstr "λήψη στο εμφωλιασμένο αποθετήριο %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14446
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14447 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14448 msgid "pushing subrepo %s\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14449 msgstr "αποστολή από το εμφωλιασμένο αποθετήριο %s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14450
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14451 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14452 msgid "%s, line %s: %s\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14453 msgstr "%s, γραμμή %s: %s\n"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14454
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14455 msgid "cannot parse entry"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14456 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14457
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14458 #, python-format
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14459 msgid "node '%s' is not well formed"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14460 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14461
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14462 msgid "unmatched quotes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14463 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14464
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14465 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14466 msgid "error expanding '%s%%%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14467 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14468
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14469 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14470 msgid "unknown filter '%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14471 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14472
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14473 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14474 msgid "style not found: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14475 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14476
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14477 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14478 msgid "template file %s: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14479 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14480
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14481 msgid "cannot use transaction when it is already committed/aborted"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14482 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14483
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14484 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14485 msgid "failed to truncate %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14486 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14487
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14488 msgid "transaction abort!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14489 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14490
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14491 msgid "rollback completed\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14492 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14493
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14494 msgid "rollback failed - please run hg recover\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14495 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14496
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14497 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14498 msgid "Not trusting file %s from untrusted user %s, group %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14499 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14500
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14501 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14502 msgid "Ignored: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14503 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14504
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14505 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14506 msgid "ignoring untrusted configuration option %s.%s = %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14507 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14508
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14509 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14510 msgid "%s.%s not a boolean ('%s')"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14511 msgstr ""
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14512
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14513 msgid "enter a commit username:"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14514 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14515
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14516 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14517 msgid "No username found, using '%s' instead\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14518 msgstr "Δε βρέθηκε όνομα χρήστη. Χρησιμοποιήθηκε το όνομα '%s'\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14519
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14520 msgid "no username supplied (see \"hg help config\")"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14521 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14522
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14523 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14524 msgid "username %s contains a newline\n"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14525 msgstr "το όνομα χρήστη %s περιέχει το χαρακτήρα αλλαγή γραμμής\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14526
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14527 msgid "response expected"
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14528 msgstr ""
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14529
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14530 msgid "unrecognized response\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14531 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14532
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14533 msgid "password: "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14534 msgstr "κωδικός: "
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14535
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14536 msgid "edit failed"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14537 msgstr "η επεξεργασία απέτυχε"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14538
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14539 msgid "http authorization required"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14540 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14541
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14542 msgid "http authorization required\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14543 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14544
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14545 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14546 msgid "realm: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14547 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14548
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14549 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14550 msgid "user: %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14551 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14552
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14553 msgid "user:"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14554 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14555
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14556 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14557 msgid "http auth: user %s, password %s\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14558 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14559
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14560 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14561 msgid "command '%s' failed: %s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14562 msgstr "η εντολή '%s' απέτυχε: %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14563
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14564 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14565 msgid "path contains illegal component: %s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14566 msgstr "η διαδρομή περιέχει μη έγκυρα στοιχεία: %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14567
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14568 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14569 msgid "path %r is inside repo %r"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14570 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14571
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14572 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14573 msgid "path %r traverses symbolic link %r"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14574 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14575
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14576 msgid "Hardlinks not supported"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14577 msgstr "Δεν υποστηρίζονται hard links"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14578
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14579 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14580 msgid "could not symlink to %r: %s"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14581 msgstr "απέτυχε η δημιουργία συντόμευσης του %r: %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14582
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14583 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14584 msgid "invalid date: %r "
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14585 msgstr "μη έγκυρη ημερομηνία: %r "
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14586
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14587 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14588 msgid "date exceeds 32 bits: %d"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14589 msgstr "η ημερομηνία ξεπερνά τα 32 διφία: %d"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14590
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14591 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14592 msgid "impossible time zone offset: %d"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14593 msgstr "μη έγκυρη μετατόπιση ζώνης ώρας: %d"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14594
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14595 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14596 msgid "invalid day spec: %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14597 msgstr ""
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14598
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14599 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14600 msgid "%.0f GB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14601 msgstr "%.0f GB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14602
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14603 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14604 msgid "%.1f GB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14605 msgstr "%.1f GB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14606
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14607 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14608 msgid "%.2f GB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14609 msgstr "%.2f GB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14610
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14611 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14612 msgid "%.0f MB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14613 msgstr "%.0f MB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14614
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14615 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14616 msgid "%.1f MB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14617 msgstr "%.1f MB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14618
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14619 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14620 msgid "%.2f MB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14621 msgstr "%.2f MB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14622
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14623 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14624 msgid "%.0f KB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14625 msgstr "%.0f KB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14626
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14627 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14628 msgid "%.1f KB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14629 msgstr "%.1f KB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14630
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14631 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14632 msgid "%.2f KB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14633 msgstr "%.2f KB"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14634
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14635 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14636 msgid "%.0f bytes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14637 msgstr "%.0f bytes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14638
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14639 msgid "cannot verify bundle or remote repos"
10035
9e2b35dc7e97 i18n-el: translate verify
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10034
diff changeset
14640 msgstr "δεν είναι δυνατός ο έλεγχος σε bundles ή απομακρυσμένα αποθετήρια"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14641
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14642 msgid "interrupted"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14643 msgstr "διακόπηκε"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14644
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14645 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14646 msgid "empty or missing %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14647 msgstr "κενό ή μη υπαρκτό %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14648
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14649 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14650 msgid "data length off by %d bytes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14651 msgstr "το μέγεθος των δεδομένων διαφέρει κατά %d bytes"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14652
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14653 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14654 msgid "index contains %d extra bytes"
10035
9e2b35dc7e97 i18n-el: translate verify
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10034
diff changeset
14655 msgstr "το ευρετήριο περιέχει %d έξτρα bytes"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14656
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14657 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14658 msgid "warning: `%s' uses revlog format 1"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14659 msgstr "προειδοποίηση: το '%s' χρησιμοποιεί revlog έκδοσης 1"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14660
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14661 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14662 msgid "warning: `%s' uses revlog format 0"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14663 msgstr "προειδοποίηση: το '%s' χρησιμοποιεί revlog έκδοσης 0"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14664
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14665 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14666 msgid "rev %d points to nonexistent changeset %d"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14667 msgstr "η έκδοση %d αναφέρεται στην ανύπαρκτη αλλαγή %d"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14668
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14669 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14670 msgid "rev %d points to unexpected changeset %d"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14671 msgstr "η έκδοση %d αναφέρεται στη μη-αναμενόμενη αλλαγή %d"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14672
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14673 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14674 msgid " (expected %s)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14675 msgstr " (αναμενόταν %s)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14676
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14677 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14678 msgid "unknown parent 1 %s of %s"
10035
9e2b35dc7e97 i18n-el: translate verify
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10034
diff changeset
14679 msgstr "άγνωστη γονική αλλαγή 1 %s της %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14680
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14681 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14682 msgid "unknown parent 2 %s of %s"
10035
9e2b35dc7e97 i18n-el: translate verify
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10034
diff changeset
14683 msgstr "άγνωστη γονική αλλαγή 2 %s της %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14684
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14685 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14686 msgid "checking parents of %s"
10035
9e2b35dc7e97 i18n-el: translate verify
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10034
diff changeset
14687 msgstr "έλεγχος γονικών αλλαγών της %s"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14688
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14689 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14690 msgid "duplicate revision %d (%d)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14691 msgstr "διπλή έκδοση %d (%d)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14692
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14693 msgid "abandoned transaction found - run hg recover\n"
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14694 msgstr ""
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14695
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14696 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14697 msgid "repository uses revlog format %d\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14698 msgstr "το αποθετήριο χρησιμοποιεί τη μορφή revlog %d\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14699
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14700 msgid "checking changesets\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14701 msgstr "έλεγχος αλλαγών\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14702
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14703 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14704 msgid "unpacking changeset %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14705 msgstr "εξαγωγή αλλαγής %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14706
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14707 msgid "checking manifests\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14708 msgstr "έλεγχος manifests\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14709
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14710 #, python-format
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14711 msgid "%s not in changesets"
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14712 msgstr "%s δεν υπάρχει ως αλλαγή"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14713
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14714 msgid "file without name in manifest"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14715 msgstr "αρχείο χωρίς όνομα στο manifest"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14716
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14717 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14718 msgid "reading manifest delta %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14719 msgstr "ανάγνωση αλλαγής manifest %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14720
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14721 msgid "crosschecking files in changesets and manifests\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14722 msgstr "διασταύρωση αρχείων στις αλλαγές και τα manifests\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14723
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14724 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14725 msgid "changeset refers to unknown manifest %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14726 msgstr "η αλλαγή αναφέρεται σε άγνωστο manifest %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14727
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14728 msgid "in changeset but not in manifest"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14729 msgstr "υπάρχει στην αλλαγή αλλά όχι στο manifest"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14730
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14731 msgid "in manifest but not in changeset"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14732 msgstr "υπάρχει στο manifest αλλά όχι στην αλλαγή"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14733
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14734 msgid "checking files\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14735 msgstr "έλεγχος αρχείων\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14736
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14737 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14738 msgid "cannot decode filename '%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14739 msgstr "δε μπορεί να αποκωδικοποιηθεί το όνομα αρχείου '%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14740
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14741 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14742 msgid "broken revlog! (%s)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14743 msgstr "μη έγκυρο revlog! (%s)"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14744
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14745 msgid "missing revlog!"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14746 msgstr "δεν υπάρχει αυτό το revlog!"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14747
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14748 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14749 msgid "%s not in manifests"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14750 msgstr "το %s δεν υπάρχει στα manifests"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14751
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14752 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14753 msgid "unpacked size is %s, %s expected"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14754 msgstr "μέγεθος εξαγόμενων δεδομένων %s, αναμενόταν %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14755
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14756 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14757 msgid "unpacking %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14758 msgstr "εξαγωγή του %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14759
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14760 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14761 msgid "warning: copy source of '%s' not in parents of %s"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
14762 msgstr "προειδοποίηση: η πηγή '%s' της αντιγραφής δεν υπάρχει στις γονικές της %s"
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14763
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14764 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14765 msgid "empty or missing copy source revlog %s:%s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14766 msgstr "κενό ή μη έγκυρο revlog προέλευσης %s:%s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14767
10033
ccb179013813 i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10032
diff changeset
14768 #, python-format
9764
bab3c013beb9 i18n-el: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8919
diff changeset
14769 msgid "warning: %s@%s: copy source revision is nullid %s:%s\n"
11394
8ef2cd109dc6 i18n-el: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10212
diff changeset
14770 msgstr "προειδοποίηση: %s@%s: η έκδοση προέλευσης της αντιγραφής αρχείου είναι η κενή αλλαγή %s:%s\n"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14771
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14772 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14773 msgid "checking rename of %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14774 msgstr "έλεγχος μετονομασίας του %s"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14775
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14776 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14777 msgid "%s in manifests not found"
10035
9e2b35dc7e97 i18n-el: translate verify
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents: 10034
diff changeset
14778 msgstr "%s δε βρέθηκε στα manifests"
8919
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14779
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14780 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14781 msgid "warning: orphan revlog '%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14782 msgstr "προειδοποίηση: ορφανό revlog '%s'"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14783
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14784 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14785 msgid "%d files, %d changesets, %d total revisions\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14786 msgstr "%d αρχεία, %d αλλαγές, %d εκδόσεις αρχείων\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14787
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14788 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14789 msgid "%d warnings encountered!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14790 msgstr "%d ειδοποιήσεις λάθους!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14791
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14792 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14793 msgid "%d integrity errors encountered!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14794 msgstr "βρέθηκαν %d λάθη!\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14795
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14796 #, python-format
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14797 msgid "(first damaged changeset appears to be %d)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14798 msgstr "(η πρώτη προβληματική αλλαγή φαίνεται να είναι η %d)\n"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14799
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14800 msgid "user name not available - set USERNAME environment variable"
ec32797aa9b1 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr>
parents:
diff changeset
14801 msgstr ""