i18n/el.po
changeset 10173 513c89a60f20
parent 10040 fe142808dd93
parent 10172 c5c969e9eefb
child 10212 3ab391dd5ec5
equal deleted inserted replaced
10171:542279f81203 10173:513c89a60f20
   261 "To explicitly disable an extension enabled in an hgrc of broader\n"
   261 "To explicitly disable an extension enabled in an hgrc of broader\n"
   262 "scope, prepend its path with !::\n"
   262 "scope, prepend its path with !::\n"
   263 "\n"
   263 "\n"
   264 "  [extensions]\n"
   264 "  [extensions]\n"
   265 "  # disabling extension bar residing in /path/to/extension/bar.py\n"
   265 "  # disabling extension bar residing in /path/to/extension/bar.py\n"
   266 "  hgext.bar = !/path/to/extension/bar.py\n"
   266 "  bar = !/path/to/extension/bar.py\n"
   267 "  # ditto, but no path was supplied for extension baz\n"
   267 "  # ditto, but no path was supplied for extension baz\n"
   268 "  hgext.baz = !\n"
   268 "  baz = !\n"
   269 msgstr ""
   269 msgstr ""
   270 
   270 
   271 msgid ""
   271 msgid ""
   272 "When Mercurial accepts more than one revision, they may be specified\n"
   272 "When Mercurial accepts more than one revision, they may be specified\n"
   273 "individually, or provided as a topologically continuous range,\n"
   273 "individually, or provided as a topologically continuous range,\n"
   560 "is no way to distinguish them.\n"
   560 "is no way to distinguish them.\n"
   561 "\n"
   561 "\n"
   562 "To use this hook, configure the acl extension in your hgrc like this::\n"
   562 "To use this hook, configure the acl extension in your hgrc like this::\n"
   563 "\n"
   563 "\n"
   564 "  [extensions]\n"
   564 "  [extensions]\n"
   565 "  hgext.acl =\n"
   565 "  acl =\n"
   566 "\n"
   566 "\n"
   567 "  [hooks]\n"
   567 "  [hooks]\n"
   568 "  pretxnchangegroup.acl = python:hgext.acl.hook\n"
   568 "  pretxnchangegroup.acl = python:hgext.acl.hook\n"
   569 "\n"
   569 "\n"
   570 "  [acl]\n"
   570 "  [acl]\n"
   610 "\n"
   610 "\n"
   611 "Για να χρησιμοποιήσετε το hook της επέκτασης ενεργοποιήστε την στο\n"
   611 "Για να χρησιμοποιήσετε το hook της επέκτασης ενεργοποιήστε την στο\n"
   612 "αρχείο hgrc ως εξής::\n"
   612 "αρχείο hgrc ως εξής::\n"
   613 "\n"
   613 "\n"
   614 "  [extensions]\n"
   614 "  [extensions]\n"
   615 "  hgext.acl =\n"
   615 "  acl =\n"
   616 "\n"
   616 "\n"
   617 "  [hooks]\n"
   617 "  [hooks]\n"
   618 "  pretxnchangegroup.acl = python:hgext.acl.hook\n"
   618 "  pretxnchangegroup.acl = python:hgext.acl.hook\n"
   619 "\n"
   619 "\n"
   620 "  [acl]\n"
   620 "  [acl]\n"
   862 "  templates as {hgweb}.\n"
   862 "  templates as {hgweb}.\n"
   863 "\n"
   863 "\n"
   864 "Activating the extension::\n"
   864 "Activating the extension::\n"
   865 "\n"
   865 "\n"
   866 "    [extensions]\n"
   866 "    [extensions]\n"
   867 "    hgext.bugzilla =\n"
   867 "    bugzilla =\n"
   868 "\n"
   868 "\n"
   869 "    [hooks]\n"
   869 "    [hooks]\n"
   870 "    # run bugzilla hook on every change pulled or pushed in here\n"
   870 "    # run bugzilla hook on every change pulled or pushed in here\n"
   871 "    incoming.bugzilla = python:hgext.bugzilla.hook\n"
   871 "    incoming.bugzilla = python:hgext.bugzilla.hook\n"
   872 "\n"
   872 "\n"
  1013 "  baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
  1013 "  baseurl χρησιμοποιείται από τα πρότυπα μορφοποίησης ως {hgweb}.\n"
  1014 "\n"
  1014 "\n"
  1015 "Ενεργοποίηση της επέκτασης::\n"
  1015 "Ενεργοποίηση της επέκτασης::\n"
  1016 "\n"
  1016 "\n"
  1017 "    [extensions]\n"
  1017 "    [extensions]\n"
  1018 "    hgext.bugzilla =\n"
  1018 "    bugzilla =\n"
  1019 "\n"
  1019 "\n"
  1020 "    [hooks]\n"
  1020 "    [hooks]\n"
  1021 "    # run bugzilla hook on every change pulled or pushed in here\n"
  1021 "    # run bugzilla hook on every change pulled or pushed in here\n"
  1022 "    incoming.bugzilla = python:hgext.bugzilla.hook\n"
  1022 "    incoming.bugzilla = python:hgext.bugzilla.hook\n"
  1023 "\n"
  1023 "\n"
  3808 "\n"
  3808 "\n"
  3809 "To use, configure the notify extension and enable it in hgrc like\n"
  3809 "To use, configure the notify extension and enable it in hgrc like\n"
  3810 "this::\n"
  3810 "this::\n"
  3811 "\n"
  3811 "\n"
  3812 "  [extensions]\n"
  3812 "  [extensions]\n"
  3813 "  hgext.notify =\n"
  3813 "  notify =\n"
  3814 "\n"
  3814 "\n"
  3815 "  [hooks]\n"
  3815 "  [hooks]\n"
  3816 "  # one email for each incoming changeset\n"
  3816 "  # one email for each incoming changeset\n"
  3817 "  incoming.notify = python:hgext.notify.hook\n"
  3817 "  incoming.notify = python:hgext.notify.hook\n"
  3818 "  # batch emails when many changesets incoming at one time\n"
  3818 "  # batch emails when many changesets incoming at one time\n"
  4741 "perform automatic newline conversion\n"
  4741 "perform automatic newline conversion\n"
  4742 "\n"
  4742 "\n"
  4743 "To perform automatic newline conversion, use::\n"
  4743 "To perform automatic newline conversion, use::\n"
  4744 "\n"
  4744 "\n"
  4745 "  [extensions]\n"
  4745 "  [extensions]\n"
  4746 "  hgext.win32text =\n"
  4746 "  win32text =\n"
  4747 "  [encode]\n"
  4747 "  [encode]\n"
  4748 "  ** = cleverencode:\n"
  4748 "  ** = cleverencode:\n"
  4749 "  # or ** = macencode:\n"
  4749 "  # or ** = macencode:\n"
  4750 "\n"
  4750 "\n"
  4751 "  [decode]\n"
  4751 "  [decode]\n"
  4793 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
  4793 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
  4794 "\n"
  4794 "\n"
  4795 "and also consider adding:\n"
  4795 "and also consider adding:\n"
  4796 "\n"
  4796 "\n"
  4797 "[extensions]\n"
  4797 "[extensions]\n"
  4798 "hgext.win32text =\n"
  4798 "win32text =\n"
  4799 "[encode]\n"
  4799 "[encode]\n"
  4800 "** = %sencode:\n"
  4800 "** = %sencode:\n"
  4801 "[decode]\n"
  4801 "[decode]\n"
  4802 "** = %sdecode:\n"
  4802 "** = %sdecode:\n"
  4803 msgstr ""
  4803 msgstr ""