[gtk-doc] Updated Greek translation
- From: Damned-Lies <translations src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] Updated Greek translation
- Date: Sat, 21 Feb 2015 14:05:36 +0000 (UTC)
commit 5f9727e48fdb15c2f0d299cbe5e5253ca6962c7c
Author: Efstathios Iosifidis <iefstathios gmail com>
Date: Sat Feb 21 14:05:31 2015 +0000
Updated Greek translation
help/manual/el/el.po | 478 ++++++++++++++++++++++++++-----------------------
1 files changed, 254 insertions(+), 224 deletions(-)
---
diff --git a/help/manual/el/el.po b/help/manual/el/el.po
index 230ab74..0fba119 100644
--- a/help/manual/el/el.po
+++ b/help/manual/el/el.po
@@ -4,19 +4,21 @@
# Marios Zindilis <m zindilis dmajor org>, 2010.
# Tsivikis Vasilis <undersec tr3los gmail com>, 2010.
# Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32 gmail com>, 2013, 2014.
+# Efstathios Iosifidis <iosifidis opensuse org>, 2015.
+#
msgid ""
msgstr ""
"Project-Id-Version: gtk-doc-help.master\n"
-"POT-Creation-Date: 2014-08-08 09:02+0000\n"
-"PO-Revision-Date: 2014-10-11 23:26+0200\n"
-"Last-Translator: Tom Tryfonidis <tomtryf gmail com>\n"
-"Language-Team: team lists gnome gr\n"
+"POT-Creation-Date: 2015-01-19 15:44+0000\n"
+"PO-Revision-Date: 2015-02-21 16:02+0200\n"
+"Last-Translator: Efstathios Iosifidis <iosifidis opensuse org>\n"
+"Language-Team: Greek, Modern (1453-) <opensuse-translation-el opensuse org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.6.9\n"
+"X-Generator: Gtranslator 2.91.6\n"
#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
msgctxt "_"
@@ -998,26 +1000,43 @@ msgstr "Ενσωμάτωση σε συστήματα ελέγχου εκδόσε
#. (itstool) path: sect1/para
#: C/index.docbook:580
-msgid ""
-"As a rule of the thumb, it's those files you edit, that should go under "
-"version control. For typical projects it's these files: <filename><"
-"package>.types</filename>, <filename><package>-docs.xml</filename> "
-"(in the past .sgml), <filename><package>-sections.txt</filename>, "
-"<filename>Makefile.am</filename>"
+#| msgid ""
+#| "As a rule of the thumb, it's those files you edit, that should go under "
+#| "version control. For typical projects it's these files: <filename><"
+#| "package>.types</filename>, <filename><package>-docs.xml</"
+#| "filename> (in the past .sgml), <filename><package>-sections.txt</"
+#| "filename>, <filename>Makefile.am</filename>"
+msgid ""
+"As a rule of thumb, it's the files you edit which should go under version "
+"control. For typical projects it's these files: <filename><package>."
+"types</filename>, <filename><package>-docs.xml</filename> (in the "
+"past .sgml), <filename><package>-sections.txt</filename>, "
+"<filename>Makefile.am</filename>."
msgstr ""
"Ο εμπειρικός κανόνας είναι ότι αυτά τα αρχεία που επεξεργασθήκατε πρέπει να "
"περάσουν από τον έλεγχο έκδοσης. Για τυπικά έργα, πρόκειται για τα αρχεία: "
"<filename><package>.types</filename>, <filename><package>-docs."
"xml</filename> (στο παρελθόν .sgml), <filename><package>-sections.txt</"
-"filename>, <filename>Makefile.am</filename>"
+"filename>, <filename>Makefile.am</filename>."
+
+#. (itstool) path: sect1/para
+#: C/index.docbook:588
+msgid ""
+"Files in the <filename>xml/</filename> and <filename>html/</filename> "
+"directories should not go under version control. Neither should any of the "
+"<filename>.stamp</filename> files."
+msgstr ""
+"Αρχεία στους καταλόγους <filename>xml/</filename> και <filename>html/</"
+"filename> δεν θα πρέπει να υποβληθούν σε έλεγχο έκδοσης. Ούτε και αρχεία "
+"<filename>xml/</filename> and <filename>html/</filename>."
#. (itstool) path: sect1/title
-#: C/index.docbook:591
+#: C/index.docbook:596
msgid "Integration with plain makefiles or other build systems"
msgstr "Ενσωμάτωση στα αρχεία makefiles ή άλλα συστήματα δόμησης"
#. (itstool) path: sect1/para
-#: C/index.docbook:593
+#: C/index.docbook:598
msgid ""
"In the case one does not want to use automake and therefore <filename>gtk-"
"doc.mak</filename> one will need to call the gtkdoc tools in the right order "
@@ -1028,20 +1047,31 @@ msgstr ""
"εργαλεία του gtkdoc στη σωστή σειρά στα makefiles (ή άλλα εργαλεία δόμησης)."
#. (itstool) path: example/title
-#: C/index.docbook:600
+#: C/index.docbook:605
msgid "Documentation build steps"
msgstr "Βήματα δόμησης τεκμηρίωσης"
#. (itstool) path: example/programlisting
-#: C/index.docbook:601
+#: C/index.docbook:606
#, no-wrap
+#| msgid ""
+#| "\n"
+#| "DOC_MODULE=meep\n"
+#| "// sources have changed\n"
+#| "gtkdoc-scan --module=$(DOC_MODULE) --source-dir=...\n"
+#| "gtkdoc-scangobj --module=$(DOC_MODULE)\n"
+#| "gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml\n"
+#| "// xml files have changed\n"
+#| "mkdir html\n"
+#| "cd html && gtkdoc-mkhtml $(DOC_MODULE) ../meep-docs.xml\n"
+#| "gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html\n"
msgid ""
"\n"
"DOC_MODULE=meep\n"
"// sources have changed\n"
-"gtkdoc-scan --module=$(DOC_MODULE) --source-dir=...\n"
+"gtkdoc-scan --module=$(DOC_MODULE) <source-dir>\n"
"gtkdoc-scangobj --module=$(DOC_MODULE)\n"
-"gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml\n"
+"gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --source-dir=<source-dir>\n"
"// xml files have changed\n"
"mkdir html\n"
"cd html && gtkdoc-mkhtml $(DOC_MODULE) ../meep-docs.xml\n"
@@ -1059,7 +1089,7 @@ msgstr ""
"gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:615
+#: C/index.docbook:620
msgid ""
"One will need to look at the <filename>Makefile.am</filename> and "
"<filename>gtk-doc.mak</filename> to pick the extra options needed."
@@ -1069,12 +1099,12 @@ msgstr ""
"χρειάζονται."
#. (itstool) path: chapter/title
-#: C/index.docbook:624
+#: C/index.docbook:629
msgid "Documenting the code"
msgstr "Τεκμηρίωση κώδικα"
#. (itstool) path: chapter/para
-#: C/index.docbook:626
+#: C/index.docbook:631
msgid ""
"GTK-Doc uses source code comment with a special syntax for code "
"documentation. Further it retrieves information about your project structure "
@@ -1087,12 +1117,12 @@ msgstr ""
"λεπτομέρειες για τη σύνταξη αυτών των σχολίων."
#. (itstool) path: note/title
-#: C/index.docbook:634
+#: C/index.docbook:639
msgid "Documentation placement"
msgstr "Τοποθέτηση τεκμηρίωσης"
#. (itstool) path: note/para
-#: C/index.docbook:635
+#: C/index.docbook:640
msgid ""
"In the past most documentation had to be filled into files residing inside "
"the <filename>tmpl</filename> directory. This has the disadvantages that the "
@@ -1105,7 +1135,7 @@ msgstr ""
"συγκρούσεις με τα συστήματα ελέγχου εκδόσεων."
#. (itstool) path: note/para
-#: C/index.docbook:641
+#: C/index.docbook:646
msgid ""
"The avoid the aforementioned problems we suggest putting the documentation "
"inside the sources. This manual will only describe this way of documenting "
@@ -1116,12 +1146,12 @@ msgstr ""
"περιγράψουμε σε αυτό το εγχειρίδιο."
#. (itstool) path: example/title
-#: C/index.docbook:652 C/index.docbook:669
+#: C/index.docbook:657 C/index.docbook:674
msgid "GTK-Doc comment block"
msgstr "Μπλοκ σχολίου GTK-Doc"
#. (itstool) path: example/programlisting
-#: C/index.docbook:653
+#: C/index.docbook:658
#, no-wrap
msgid ""
"\n"
@@ -1135,7 +1165,7 @@ msgstr ""
"#endif\n"
#. (itstool) path: chapter/para
-#: C/index.docbook:648
+#: C/index.docbook:653
msgid ""
"The scanner can handle the majority of C headers fine. In the case of "
"receiving warnings from the scanner that look like a special case, one can "
@@ -1147,12 +1177,12 @@ msgstr ""
"παραλείψει. <_:example-1/>"
#. (itstool) path: sect1/title
-#: C/index.docbook:664
+#: C/index.docbook:669
msgid "Documentation comments"
msgstr "Σχόλια τεκμηρίωσης"
#. (itstool) path: example/programlisting
-#: C/index.docbook:670
+#: C/index.docbook:675
#, no-wrap
msgid ""
"\n"
@@ -1168,7 +1198,7 @@ msgstr ""
" */\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:666
+#: C/index.docbook:671
msgid ""
"A multiline comment that starts with an additional '*' marks a documentation "
"block that will be processed by the GTK-Doc tools. <_:example-1/>"
@@ -1178,7 +1208,7 @@ msgstr ""
"Doc. <_:example-1/>"
#. (itstool) path: sect1/para
-#: C/index.docbook:679
+#: C/index.docbook:684
msgid ""
"The 'identifier' is one line with the name of the item the comment is "
"related to. The syntax differs a little depending on the item. (TODO add "
@@ -1189,7 +1219,7 @@ msgstr ""
"στοιχείου. (ΜΕΛΛΟΝΤΙΚΑ: να προστεθεί πίνακας με τα αναγνωριστικά)"
#. (itstool) path: sect1/para
-#: C/index.docbook:685
+#: C/index.docbook:690
msgid ""
"The 'documentation' block is also different for each symbol type. Symbol "
"types that get parameters such as functions or macros have the parameter "
@@ -1210,7 +1240,7 @@ msgstr ""
"κώδικα)."
#. (itstool) path: listitem/para
-#: C/index.docbook:702
+#: C/index.docbook:707
msgid ""
"What it is: The name for a class or function can sometimes be misleading for "
"people coming from a different background."
@@ -1219,26 +1249,26 @@ msgstr ""
"παραπλανητικό για ανθρώπους που δεν έχουν τεχνογνωσία στο θέμα."
#. (itstool) path: listitem/para
-#: C/index.docbook:708
+#: C/index.docbook:713
msgid ""
"What it does: Tell about common uses. Put it in relation with the other API."
msgstr ""
"Τι κάνει: Αναφέρει τις κοινές χρήσεις και τις βάζει σε σχέση με άλλο API."
#. (itstool) path: tip/para
-#: C/index.docbook:698
+#: C/index.docbook:703
msgid "When documenting code, describe two aspects: <_:itemizedlist-1/>"
msgstr "Όταν τεκμηριώνετε κώδικα, περιγράψτε δύο πλευρές: <_:itemizedlist-1/>"
#. (itstool) path: listitem/para
-#: C/index.docbook:723
+#: C/index.docbook:728
msgid "Use function() to refer to functions or macros which take arguments."
msgstr ""
"Χρησιμοποιήστε το function() για να αναφερθείτε σε συναρτήσεις ή "
"μακροεντολές που δέχονται ορίσματα."
#. (itstool) path: listitem/para
-#: C/index.docbook:728
+#: C/index.docbook:733
msgid ""
"Use @param to refer to parameters. Also use this when referring to "
"parameters of other functions, related to the one being described."
@@ -1248,14 +1278,14 @@ msgstr ""
"συναρτήσεων, σχετικών με την περιγραφόμενη."
#. (itstool) path: listitem/para
-#: C/index.docbook:734
+#: C/index.docbook:739
msgid "Use %constant to refer to a constant, e.g. %G_TRAVERSE_LEAFS."
msgstr ""
"Χρησιμοποιήστε το %constant για να αναφερθείτε σε σταθερές, π.χ. "
"%G_TRAVERSE_LEAFS."
#. (itstool) path: listitem/para
-#: C/index.docbook:739
+#: C/index.docbook:744
msgid ""
"Use #symbol to refer to other types of symbol, e.g. structs and enums and "
"macros which don't take arguments."
@@ -1264,20 +1294,20 @@ msgstr ""
"δομές, αριθμήσεις και μακροεντολές που δε δέχονται ορίσματα."
#. (itstool) path: listitem/para
-#: C/index.docbook:745
+#: C/index.docbook:750
msgid "Use #Object::signal to refer to a GObject signal."
msgstr ""
"Χρησιμοποιήστε το #Object::signal για να αναφερθείτε σε ένα σήμα GObject."
#. (itstool) path: listitem/para
-#: C/index.docbook:750
+#: C/index.docbook:755
msgid "Use #Object:property to refer to a GObject property."
msgstr ""
"Χρησιμοποιήστε το #Object::property για να αναφερθείτε σε μία ιδιότητα "
"GObject."
#. (itstool) path: listitem/para
-#: C/index.docbook:755
+#: C/index.docbook:760
msgid ""
"Use #Struct.field to refer to a field inside a structure and #GObjectClass."
"foo_bar() to refer to a vmethod."
@@ -1286,7 +1316,7 @@ msgstr ""
"δομή και #GObjectClass.foo_bar() για να αναφερθείτε σε μια vmethod."
#. (itstool) path: sect1/para
-#: C/index.docbook:717
+#: C/index.docbook:722
msgid ""
"One advantage of hyper-text over plain-text is the ability to have links in "
"the document. Writing the correct markup for a link can be tedious though. "
@@ -1300,7 +1330,7 @@ msgstr ""
"<_:itemizedlist-1/>"
#. (itstool) path: tip/para
-#: C/index.docbook:764
+#: C/index.docbook:769
msgid ""
"If you need to use the special characters '<', '>', '()', '@', '%', or "
"'#' in your documentation without GTK-Doc changing them you can use the XML "
@@ -1316,7 +1346,7 @@ msgstr ""
"διαφυγής."
#. (itstool) path: sect1/para
-#: C/index.docbook:773
+#: C/index.docbook:778
msgid ""
"DocBook can do more than just links. One can also have lists, examples, "
"headings, and images. As of version 1.20, the preferred way is to use a "
@@ -1335,7 +1365,7 @@ msgstr ""
"εμφανίζονται σαν γραμμές που αρχίζουν με μια παύλα."
#. (itstool) path: sect1/para
-#: C/index.docbook:784
+#: C/index.docbook:789
msgid ""
"In older GTK-Doc releases, if you need support for additional formatting, "
"you would need to enable the usage of docbook SGML/XML tags inside doc-"
@@ -1350,12 +1380,12 @@ msgstr ""
"μέσα στο <filename>Makefile.am</filename>."
#. (itstool) path: example/title
-#: C/index.docbook:794
+#: C/index.docbook:799
msgid "GTK-Doc comment block using Markdown"
msgstr "Μπλοκ σχολίου GTK-Doc χρησιμοποιώντας Markdown"
#. (itstool) path: example/programlisting
-#: C/index.docbook:795
+#: C/index.docbook:800
#, no-wrap
msgid ""
"\n"
@@ -1431,7 +1461,7 @@ msgstr ""
" */\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:834
+#: C/index.docbook:839
msgid ""
"More examples of what markdown tags are supported can be found in the <ulink "
"url=\"https://wiki.gnome.org/Projects/GTK%2B/DocumentationSyntax/Markdown"
@@ -1443,7 +1473,7 @@ msgstr ""
"Reference</ulink>."
#. (itstool) path: tip/para
-#: C/index.docbook:840
+#: C/index.docbook:845
msgid ""
"As already mentioned earlier GTK-Doc is for documenting public API. Thus one "
"cannot write documentation for static symbols. Nevertheless it is good to "
@@ -1463,12 +1493,12 @@ msgstr ""
"να εισαχθεί το όνομα του συμβόλου στην κατάλληλη θέση του αρχείου ενοτήτων."
#. (itstool) path: sect1/title
-#: C/index.docbook:854
+#: C/index.docbook:859
msgid "Documenting sections"
msgstr "Τεκμηρίωση ενοτήτων"
#. (itstool) path: sect1/para
-#: C/index.docbook:856
+#: C/index.docbook:861
msgid ""
"Each section of the documentation contains information about one class or "
"module. To introduce the component one can write a section block. The short "
@@ -1481,12 +1511,12 @@ msgstr ""
"περιεχομένων. Όλα τα πεδία @fields είναι προαιρετικά."
#. (itstool) path: example/title
-#: C/index.docbook:864
+#: C/index.docbook:869
msgid "Section comment block"
msgstr "Μπλοκ σχολίου ενότητας"
#. (itstool) path: example/programlisting
-#: C/index.docbook:865
+#: C/index.docbook:870
#, no-wrap
msgid ""
"\n"
@@ -1518,12 +1548,12 @@ msgstr ""
" */\n"
#. (itstool) path: varlistentry/term
-#: C/index.docbook:884
+#: C/index.docbook:889
msgid "SECTION:<name>"
msgstr "SECTION:<name>"
#. (itstool) path: listitem/para
-#: C/index.docbook:886
+#: C/index.docbook:891
msgid ""
"The name links the section documentation to the respective part in the "
"<filename><package>-sections.txt</filename> file. The name give here "
@@ -1536,12 +1566,12 @@ msgstr ""
"<filename><package>-sections.txt</filename>."
#. (itstool) path: varlistentry/term
-#: C/index.docbook:895
+#: C/index.docbook:900
msgid "@short_description"
msgstr "@short_description"
#. (itstool) path: listitem/para
-#: C/index.docbook:897
+#: C/index.docbook:902
msgid ""
"A one line description of the section, that later will appear after the "
"links in the TOC and at the top of the section page."
@@ -1551,12 +1581,12 @@ msgstr ""
"της ενότητας."
#. (itstool) path: varlistentry/term
-#: C/index.docbook:904
+#: C/index.docbook:909
msgid "@title"
msgstr "@title"
#. (itstool) path: listitem/para
-#: C/index.docbook:906
+#: C/index.docbook:911
msgid ""
"The section title defaults to <name> from the SECTION declaration. It "
"can be overridden with the @title field."
@@ -1565,12 +1595,12 @@ msgstr ""
"SECTION. Μπορεί να παρακαμφθεί με το πεδίο @title."
#. (itstool) path: varlistentry/term
-#: C/index.docbook:913
+#: C/index.docbook:918
msgid "@section_id"
msgstr "@section_id"
#. (itstool) path: listitem/para
-#: C/index.docbook:915
+#: C/index.docbook:920
msgid ""
"Overrides the use of title as a section identifier. For GObjects the <"
"title> is used as a section_id and for other sections it is <"
@@ -1581,22 +1611,22 @@ msgstr ""
"άλλες ενότητες είναι <MODULE>-<title>."
#. (itstool) path: varlistentry/term
-#: C/index.docbook:923
+#: C/index.docbook:928
msgid "@see_also"
msgstr "@see_also"
#. (itstool) path: listitem/para
-#: C/index.docbook:925
+#: C/index.docbook:930
msgid "A list of symbols that are related to this section."
msgstr "Λίστα συμβόλων σχετικών με αυτή την ενότητα."
#. (itstool) path: varlistentry/term
-#: C/index.docbook:931
+#: C/index.docbook:936
msgid "@stability"
msgstr "@stability"
#. (itstool) path: listitem/para
-#: C/index.docbook:938
+#: C/index.docbook:943
msgid ""
"Stable - The intention of a Stable interface is to enable arbitrary third "
"parties to develop applications to these interfaces, release them, and have "
@@ -1614,7 +1644,7 @@ msgstr ""
"λόγους."
#. (itstool) path: listitem/para
-#: C/index.docbook:950
+#: C/index.docbook:955
msgid ""
"Unstable - Unstable interfaces are experimental or transitional. They are "
"typically used to give outside developers early access to new or rapidly "
@@ -1629,7 +1659,7 @@ msgstr ""
"συμβατότητας μεταξύ μιας ελάσσονας έκδοσης και της επόμενης."
#. (itstool) path: listitem/para
-#: C/index.docbook:962
+#: C/index.docbook:967
msgid ""
"Private - An interface that can be used within the GNOME stack itself, but "
"that is not documented for end-users. Such functions should only be used in "
@@ -1641,7 +1671,7 @@ msgstr ""
"σαφώς καθορισμένων και τεκμηριωμένων διαδικασιών."
#. (itstool) path: listitem/para
-#: C/index.docbook:971
+#: C/index.docbook:976
msgid ""
"Internal - An interface that is internal to a module and does not require "
"end-user documentation. Functions that are undocumented are assumed to be "
@@ -1652,7 +1682,7 @@ msgstr ""
"περιέχουν τεκμηρίωση εκλαμβάνονται ως εσωτερικές."
#. (itstool) path: listitem/para
-#: C/index.docbook:933
+#: C/index.docbook:938
msgid ""
"An informal description of the stability level this API has. We recommend "
"the use of one of these terms: <_:itemizedlist-1/>"
@@ -1661,12 +1691,12 @@ msgstr ""
"συνιστούμε τη χρήση ενός από τους ακόλουθους όρους: <_:itemizedlist-1/>"
#. (itstool) path: varlistentry/term
-#: C/index.docbook:983
+#: C/index.docbook:988
msgid "@include"
msgstr "@include"
#. (itstool) path: listitem/para
-#: C/index.docbook:985
+#: C/index.docbook:990
msgid ""
"The <literal>#include</literal> files to show in the section synopsis (a "
"comma separated list), overriding the global value from the <link linkend="
@@ -1679,12 +1709,12 @@ msgstr ""
"link> ή στη γραμμή εντολών. Πρόκειται για προαιρετικό στοιχείο."
#. (itstool) path: varlistentry/term
-#: C/index.docbook:994
+#: C/index.docbook:999
msgid "@image"
msgstr "@image"
#. (itstool) path: listitem/para
-#: C/index.docbook:996
+#: C/index.docbook:1001
msgid ""
"The image to display at the top of the reference page for this section. This "
"will often be some sort of a diagram to illustrate the visual appearance of "
@@ -1697,7 +1727,7 @@ msgstr ""
"καταχώρηση είναι προαιρετική."
#. (itstool) path: tip/para
-#: C/index.docbook:1007
+#: C/index.docbook:1012
msgid ""
"To avoid unnecessary recompilation after doc-changes put the section docs "
"into the c-source where possible."
@@ -1707,12 +1737,12 @@ msgstr ""
"αρχείο του πηγαίου κώδικα, όπου αυτό είναι δυνατό."
#. (itstool) path: sect1/title
-#: C/index.docbook:1016
+#: C/index.docbook:1021
msgid "Documenting symbols"
msgstr "Τεκμηρίωση συμβόλων"
#. (itstool) path: sect1/para
-#: C/index.docbook:1018
+#: C/index.docbook:1023
msgid ""
"Each symbol (function, macro, struct, enum, signal and property) is "
"documented in a separate block. The block is best placed close to the "
@@ -1729,12 +1759,12 @@ msgstr ""
#. (itstool) path: sect2/title
#. (itstool) path: example/title
-#: C/index.docbook:1026 C/index.docbook:1055
+#: C/index.docbook:1031 C/index.docbook:1060
msgid "General tags"
msgstr "Γενικές ετικέτες"
#. (itstool) path: sect2/para
-#: C/index.docbook:1028
+#: C/index.docbook:1033
msgid ""
"You can add versioning information to all documentation elements to tell "
"when an API was introduced, or when it was deprecated."
@@ -1743,27 +1773,27 @@ msgstr ""
"τεκμηρίωσης για να πείτε πότε εισήχθηκε ένα API, ή πότε καταργήθηκε."
#. (itstool) path: variablelist/title
-#: C/index.docbook:1033
+#: C/index.docbook:1038
msgid "Versioning Tags"
msgstr "Εκδόσεις Ετικετών"
#. (itstool) path: varlistentry/term
-#: C/index.docbook:1034
+#: C/index.docbook:1039
msgid "Since:"
msgstr "Από:"
#. (itstool) path: listitem/para
-#: C/index.docbook:1036
+#: C/index.docbook:1041
msgid "Description since which version of the code the API is available."
msgstr "Περιγραφή οπό ποια έκδοση του κώδικα και μετά είναι διαθέσιμο το API."
#. (itstool) path: varlistentry/term
-#: C/index.docbook:1041
+#: C/index.docbook:1046
msgid "Deprecated:"
msgstr "Παρωχημένη:"
#. (itstool) path: listitem/para
-#: C/index.docbook:1043
+#: C/index.docbook:1048
msgid ""
"Paragraph denoting that this function should no be used anymore. The "
"description should point the reader to the new API."
@@ -1772,12 +1802,12 @@ msgstr ""
"συνάρτησης. Η περιγραφή θα πρέπει να παραπέμπει τον αναγνώστη στο νέο API."
#. (itstool) path: sect2/para
-#: C/index.docbook:1051
+#: C/index.docbook:1056
msgid "(FIXME : Stability information)"
msgstr "(FIXME : Πληροφορίες σταθερότητας)"
#. (itstool) path: example/programlisting
-#: C/index.docbook:1056
+#: C/index.docbook:1061
#, no-wrap
msgid ""
"\n"
@@ -1816,12 +1846,12 @@ msgstr ""
#. (itstool) path: sect2/title
#. (itstool) path: example/title
-#: C/index.docbook:1076 C/index.docbook:1112
+#: C/index.docbook:1081 C/index.docbook:1117
msgid "Function comment block"
msgstr "Ομάδα σχολίων συνάρτησης"
#. (itstool) path: listitem/para
-#: C/index.docbook:1082
+#: C/index.docbook:1087
msgid ""
"Document whether returned objects, lists, strings, etc, should be freed/"
"unrefed/released."
@@ -1830,26 +1860,26 @@ msgstr ""
"λπ, θα πρέπει να ελευθερώνονται, να μην ελευθερώνονται ή να απορρίπτονται."
#. (itstool) path: listitem/para
-#: C/index.docbook:1088
+#: C/index.docbook:1093
msgid "Document whether parameters can be NULL, and what happens if they are."
msgstr ""
"Τεκμηριώσετε κατά πόσο οι παράμετροι μπορούν να είναι μηδενικές (NULL) και "
"τι συμβαίνει αν είναι."
#. (itstool) path: listitem/para
-#: C/index.docbook:1093
+#: C/index.docbook:1098
msgid ""
"Mention interesting pre-conditions and post-conditions where appropriate."
msgstr ""
"Αναφέρετε ενδιαφέρουσες προ-καταστάσεις και μετα-καταστάσεις όπου χρειάζεται."
#. (itstool) path: sect2/para
-#: C/index.docbook:1078 C/index.docbook:1171
+#: C/index.docbook:1083 C/index.docbook:1176
msgid "Please remember to: <_:itemizedlist-1/>"
msgstr "Παρακαλούμε να θυμηθείτε να: <_:itemizedlist-1/>"
#. (itstool) path: sect2/para
-#: C/index.docbook:1100
+#: C/index.docbook:1105
msgid ""
"Gtk-doc assumes all symbols (macros, functions) starting with '_' are "
"private. They are treated like static functions."
@@ -1859,7 +1889,7 @@ msgstr ""
"συναρτήσεις."
#. (itstool) path: sect2/para
-#: C/index.docbook:1105
+#: C/index.docbook:1110
msgid ""
"Also, take a look at GObject Introspection annotation tags: http://live."
"gnome.org/GObjectIntrospection/Annotations"
@@ -1868,7 +1898,7 @@ msgstr ""
"gnome.org/GObjectIntrospection/Annotations"
#. (itstool) path: example/programlisting
-#: C/index.docbook:1113
+#: C/index.docbook:1118
#, no-wrap
msgid ""
"\n"
@@ -1910,27 +1940,27 @@ msgstr ""
" */\n"
#. (itstool) path: variablelist/title
-#: C/index.docbook:1134
+#: C/index.docbook:1139
msgid "Function tags"
msgstr "Ετικέτες συναρτήσεων"
#. (itstool) path: varlistentry/term
-#: C/index.docbook:1135
+#: C/index.docbook:1140
msgid "Returns:"
msgstr "Επιστροφές:"
#. (itstool) path: listitem/para
-#: C/index.docbook:1137
+#: C/index.docbook:1142
msgid "Paragraph describing the returned result."
msgstr "Παράγραφος που περιγράφει το επιστρεφόμενο αποτέλεσμα."
#. (itstool) path: varlistentry/term
-#: C/index.docbook:1142
+#: C/index.docbook:1147
msgid "@...:"
msgstr "@...:"
#. (itstool) path: listitem/para
-#: C/index.docbook:1144
+#: C/index.docbook:1149
msgid ""
"In case the function has variadic arguments, you should use this tag "
"(@Varargs: does also work for historic reasons)."
@@ -1941,12 +1971,12 @@ msgstr ""
#. (itstool) path: sect2/title
#. (itstool) path: example/title
-#: C/index.docbook:1154 C/index.docbook:1156
+#: C/index.docbook:1159 C/index.docbook:1161
msgid "Property comment block"
msgstr "Ομάδα σχολίων ιδιότητας"
#. (itstool) path: example/programlisting
-#: C/index.docbook:1157
+#: C/index.docbook:1162
#, no-wrap
msgid ""
"\n"
@@ -1967,12 +1997,12 @@ msgstr ""
#. (itstool) path: sect2/title
#. (itstool) path: example/title
-#: C/index.docbook:1169 C/index.docbook:1188
+#: C/index.docbook:1174 C/index.docbook:1193
msgid "Signal comment block"
msgstr "Ομάδα σχολίων σήματος"
#. (itstool) path: listitem/para
-#: C/index.docbook:1175
+#: C/index.docbook:1180
msgid ""
"Document when the signal is emitted and whether it is emitted before or "
"after other signals."
@@ -1981,12 +2011,12 @@ msgstr ""
"άλλα σήματα."
#. (itstool) path: listitem/para
-#: C/index.docbook:1181
+#: C/index.docbook:1186
msgid "Document what an application might do in the signal handler."
msgstr "Τεκμηριώστε τι μπορεί να κάνει μια εφαρμογή στον διαχειριστή σημάτων."
#. (itstool) path: example/programlisting
-#: C/index.docbook:1189
+#: C/index.docbook:1194
#, no-wrap
msgid ""
"\n"
@@ -2017,12 +2047,12 @@ msgstr ""
#. (itstool) path: sect2/title
#. (itstool) path: example/title
-#: C/index.docbook:1206 C/index.docbook:1207
+#: C/index.docbook:1211 C/index.docbook:1212
msgid "Struct comment block"
msgstr "Ομάδα σχολίων δομής"
#. (itstool) path: example/programlisting
-#: C/index.docbook:1208
+#: C/index.docbook:1213
#, no-wrap
msgid ""
"\n"
@@ -2056,7 +2086,7 @@ msgstr ""
"} FooWidget;\n"
#. (itstool) path: sect2/para
-#: C/index.docbook:1225
+#: C/index.docbook:1230
msgid ""
"Use <code>/*< private >*/</code> before the private struct fields you "
"want to hide. Use <code>/*< public >*/</code> for the reverse "
@@ -2067,7 +2097,7 @@ msgstr ""
"public >*/</code>για την αντίστροφη συμπεριφορά."
#. (itstool) path: sect2/para
-#: C/index.docbook:1231
+#: C/index.docbook:1236
msgid ""
"Struct comment blocks can also be used for GObjects and GObjectClasses. It "
"is usually a good idea to add a comment block for a class, if it has "
@@ -2088,12 +2118,12 @@ msgstr ""
#. (itstool) path: sect2/title
#. (itstool) path: example/title
-#: C/index.docbook:1243 C/index.docbook:1244
+#: C/index.docbook:1248 C/index.docbook:1249
msgid "Enum comment block"
msgstr "Ομάδα σχολίων Enum"
#. (itstool) path: example/programlisting
-#: C/index.docbook:1245
+#: C/index.docbook:1250
#, no-wrap
msgid ""
"\n"
@@ -2127,7 +2157,7 @@ msgstr ""
"} Something;\n"
#. (itstool) path: sect2/para
-#: C/index.docbook:1262
+#: C/index.docbook:1267
msgid ""
"Use <code>/*< private >*/</code> before the private enum values you "
"want to hide. Use <code>/*< public >*/</code> for the reverse "
@@ -2138,12 +2168,12 @@ msgstr ""
">*/</code> για την αντίστροφη συμπεριφορά."
#. (itstool) path: sect1/title
-#: C/index.docbook:1272
+#: C/index.docbook:1277
msgid "Useful DocBook tags"
msgstr "Χρήσιμες ετικέτες DocBook"
#. (itstool) path: sect1/para
-#: C/index.docbook:1274
+#: C/index.docbook:1279
msgid ""
"Here are some DocBook tags which are most useful when documenting the code."
msgstr ""
@@ -2151,7 +2181,7 @@ msgstr ""
"του κώδικα."
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1283
+#: C/index.docbook:1288
#, no-wrap
msgid ""
"\n"
@@ -2161,7 +2191,7 @@ msgstr ""
"<link linkend=\"glib-Hash-Tables\">Hash Tables</link>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1279
+#: C/index.docbook:1284
msgid ""
"To link to another section in the GTK docs: <_:informalexample-1/> The "
"linkend is the SGML/XML id on the top item of the page you want to link to. "
@@ -2178,7 +2208,7 @@ msgstr ""
"υπάρχει συμμόρφωση με το SGML/XML."
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1296
+#: C/index.docbook:1301
#, no-wrap
msgid ""
"\n"
@@ -2188,7 +2218,7 @@ msgstr ""
"<function>...</function>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1293
+#: C/index.docbook:1298
msgid ""
"To refer to an external function, e.g. a standard C function: <_:"
"informalexample-1/>"
@@ -2197,7 +2227,7 @@ msgstr ""
"informalexample-1/>"
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1305
+#: C/index.docbook:1310
#, no-wrap
msgid ""
"\n"
@@ -2217,7 +2247,7 @@ msgstr ""
"</example>\n"
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1316
+#: C/index.docbook:1321
#, no-wrap
msgid ""
"\n"
@@ -2235,7 +2265,7 @@ msgstr ""
"</informalexample>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1302
+#: C/index.docbook:1307
msgid ""
"To include example code: <_:informalexample-1/> or possibly this, for very "
"short code fragments which don't need a title: <_:informalexample-2/> For "
@@ -2246,7 +2276,7 @@ msgstr ""
"τελευταία περίπτωση το GTK-Doc υποστηρίζει επίσης μια συντόμευση: |[ ... ]|"
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1335
+#: C/index.docbook:1340
#, no-wrap
msgid ""
"\n"
@@ -2278,12 +2308,12 @@ msgstr ""
"</itemizedlist>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1332
+#: C/index.docbook:1337
msgid "To include bulleted lists: <_:informalexample-1/>"
msgstr "Συμπερίληψη λιστών με κουκκίδες: <_:informalexample-1/>"
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1355
+#: C/index.docbook:1360
#, no-wrap
msgid ""
"\n"
@@ -2301,7 +2331,7 @@ msgstr ""
"</note>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1352
+#: C/index.docbook:1357
msgid ""
"To include a note which stands out from the text: <_:informalexample-1/>"
msgstr ""
@@ -2309,7 +2339,7 @@ msgstr ""
"informalexample-1/>"
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1368
+#: C/index.docbook:1373
#, no-wrap
msgid ""
"\n"
@@ -2319,12 +2349,12 @@ msgstr ""
"<type>unsigned char</type>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1365
+#: C/index.docbook:1370
msgid "To refer to a type: <_:informalexample-1/>"
msgstr "Για να αναφερθείτε σε έναν τύπο: <_:informalexample-1/>"
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1377
+#: C/index.docbook:1382
#, no-wrap
msgid ""
"\n"
@@ -2334,7 +2364,7 @@ msgstr ""
"<structname>XFontStruct</structname>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1374
+#: C/index.docbook:1379
msgid ""
"To refer to an external structure (not one described in the GTK docs): <_:"
"informalexample-1/>"
@@ -2343,7 +2373,7 @@ msgstr ""
"τεκμηρίωση GTK): <_:informalexample-1/>"
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1386
+#: C/index.docbook:1391
#, no-wrap
msgid ""
"\n"
@@ -2353,12 +2383,12 @@ msgstr ""
"<structfield>len</structfield>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1383
+#: C/index.docbook:1388
msgid "To refer to a field of a structure: <_:informalexample-1/>"
msgstr "Για να αναφερθείτε σε ένα πεδίο μιας δομής: <_:informalexample-1/>"
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1395
+#: C/index.docbook:1400
#, no-wrap
msgid ""
"\n"
@@ -2368,7 +2398,7 @@ msgstr ""
"<classname>GtkWidget</classname>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1392
+#: C/index.docbook:1397
msgid ""
"To refer to a class name, we could possibly use: <_:informalexample-1/> but "
"you'll probably be using #GtkWidget instead (to automatically create a link "
@@ -2381,7 +2411,7 @@ msgstr ""
"linkend=\"documenting_syntax\">τις συντομεύσεις</link>)."
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1406
+#: C/index.docbook:1411
#, no-wrap
msgid ""
"\n"
@@ -2391,12 +2421,12 @@ msgstr ""
"<emphasis>This is important</emphasis>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1403
+#: C/index.docbook:1408
msgid "To emphasize text: <_:informalexample-1/>"
msgstr "Χρήση έντονων χαρακτήρων: <_:informalexample-1/>"
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1415
+#: C/index.docbook:1420
#, no-wrap
msgid ""
"\n"
@@ -2406,12 +2436,12 @@ msgstr ""
"<filename>/home/user/documents</filename>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1412
+#: C/index.docbook:1417
msgid "For filenames use: <_:informalexample-1/>"
msgstr "Για ονόματα αρχείων χρησιμοποιήστε: <_:informalexample-1/>"
#. (itstool) path: informalexample/programlisting
-#: C/index.docbook:1424
+#: C/index.docbook:1429
#, no-wrap
msgid ""
"\n"
@@ -2421,17 +2451,17 @@ msgstr ""
"<keycombo><keycap>Control</keycap><keycap>L</keycap></keycombo>\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1421
+#: C/index.docbook:1426
msgid "To refer to keys use: <_:informalexample-1/>"
msgstr "Για να αναφερθείτε σε κλειδιά χρησιμοποιήστε: <_:informalexample-1/>"
#. (itstool) path: chapter/title
-#: C/index.docbook:1434
+#: C/index.docbook:1439
msgid "Filling the extra files"
msgstr "Συμπλήρωση των επιπλέον αρχείων"
#. (itstool) path: chapter/para
-#: C/index.docbook:1436
+#: C/index.docbook:1441
msgid ""
"There are a couple of extra files, that need to be maintained along with the "
"inline source code comments: <filename><package>.types</filename>, "
@@ -2444,12 +2474,12 @@ msgstr ""
"sgml), <filename><package>-sections.txt</filename>."
#. (itstool) path: sect1/title
-#: C/index.docbook:1445
+#: C/index.docbook:1450
msgid "Editing the types file"
msgstr "Επεξεργασία του αρχείου types"
#. (itstool) path: sect1/para
-#: C/index.docbook:1447
+#: C/index.docbook:1452
msgid ""
"If your library or application includes GObjects, you want their signals, "
"arguments/parameters and position in the hierarchy to be shown in the "
@@ -2464,12 +2494,12 @@ msgstr ""
"<filename><package>.types</filename>."
#. (itstool) path: example/title
-#: C/index.docbook:1456
+#: C/index.docbook:1461
msgid "Example types file snippet"
msgstr "Υπόδειγμα αποσπάσματος αρχείου types"
#. (itstool) path: example/programlisting
-#: C/index.docbook:1457
+#: C/index.docbook:1462
#, no-wrap
msgid ""
"\n"
@@ -2489,7 +2519,7 @@ msgstr ""
"gtk_arrow_get_type\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1468
+#: C/index.docbook:1473
msgid ""
"Since GTK-Doc 1.8 <application>gtkdoc-scan</application> can generate this "
"list for you. Just add \"--rebuild-types\" to SCAN_OPTIONS in "
@@ -2503,12 +2533,12 @@ msgstr ""
"types ούτε στη διανομή ούτε στον έλεγχο εκδόσεων."
#. (itstool) path: sect1/title
-#: C/index.docbook:1477
+#: C/index.docbook:1482
msgid "Editing the master document"
msgstr "Επεξεργασία κύριου εγγράφου (master)"
#. (itstool) path: sect1/para
-#: C/index.docbook:1479
+#: C/index.docbook:1484
msgid ""
"GTK-Doc produces documentation in DocBook SGML/XML. When processing the "
"inline source comments, the GTK-Doc tools generate one documentation page "
@@ -2522,7 +2552,7 @@ msgstr ""
"ταξινομεί."
#. (itstool) path: sect1/para
-#: C/index.docbook:1486
+#: C/index.docbook:1491
msgid ""
"While GTK-Doc creates a template master document for you, later run will not "
"touch it again. This means that one can freely structure the documentation. "
@@ -2540,7 +2570,7 @@ msgstr ""
"προστεθεί νέα στοιχεία."
#. (itstool) path: tip/para
-#: C/index.docbook:1496
+#: C/index.docbook:1501
msgid ""
"Do not create tutorials as extra documents. Just write extra chapters. The "
"benefit of directly embedding the tutorial for your library into the API "
@@ -2555,7 +2585,7 @@ msgstr ""
"καθίσταται πιθανότερη η ενημέρωση του εγχειριδίου μαζί με τη βιβλιοθήκη."
#. (itstool) path: sect1/para
-#: C/index.docbook:1505
+#: C/index.docbook:1510
msgid ""
"So what are the things to change inside the master document? For a start is "
"only a little. There are some placeholders (text in square brackets) there "
@@ -2566,12 +2596,12 @@ msgstr ""
"αγκυλών) που πρέπει να διευκρινήσετε."
#. (itstool) path: example/title
-#: C/index.docbook:1512
+#: C/index.docbook:1517
msgid "Master document header"
msgstr "Κεφαλίδα κύριου εγγράφου"
#. (itstool) path: example/programlisting
-#: C/index.docbook:1513
+#: C/index.docbook:1518
#, no-wrap
msgid ""
"\n"
@@ -2601,12 +2631,12 @@ msgstr ""
" <title>[Insert title here]</title>\n"
#. (itstool) path: sect1/title
-#: C/index.docbook:1532
+#: C/index.docbook:1537
msgid "Editing the section file"
msgstr "Επεξεργασία αρχείου ενοτήτων"
#. (itstool) path: sect1/para
-#: C/index.docbook:1534
+#: C/index.docbook:1539
msgid ""
"The section file is used to organise the documentation output by GTK-Doc. "
"Here one specifies which symbol belongs to which module or class and control "
@@ -2617,7 +2647,7 @@ msgstr ""
"σύμβολο και αποφασίζεται η ορατότητά του (αν θα είναι δημόσιο ή ιδιωτικό)."
#. (itstool) path: sect1/para
-#: C/index.docbook:1540
+#: C/index.docbook:1545
msgid ""
"The section file is a plain text file with XML-like syntax (using tags). "
"Blank lines are ignored and lines starting with a '#' are treated as comment "
@@ -2628,7 +2658,7 @@ msgstr ""
"που ξεκινούν με '#' αντιμετωπίζονται ως γραμμές σχολίων."
#. (itstool) path: sect1/para
-#: C/index.docbook:1546
+#: C/index.docbook:1551
msgid ""
"The <FILE> ... </FILE> tag is used to specify the file name, "
"without any suffix. For example, using '<FILE>gnome-config</"
@@ -2651,7 +2681,7 @@ msgstr ""
"GObjects που μετατράπηκε σε πεζά γράμματα)."
#. (itstool) path: sect1/para
-#: C/index.docbook:1558
+#: C/index.docbook:1563
msgid ""
"The <TITLE> ... </TITLE> tag is used to specify the title of the "
"section. It is only useful before the templates (if used) are initially "
@@ -2665,7 +2695,7 @@ msgstr ""
"αυτό είναι παρωχημένο."
#. (itstool) path: sect1/para
-#: C/index.docbook:1565
+#: C/index.docbook:1570
msgid ""
"You can group items in the section by using the <SUBSECTION> tag. "
"Currently it outputs a blank line between subsections in the synopsis "
@@ -2697,7 +2727,7 @@ msgstr ""
"(μεταβλητές,vmethods)."
#. (itstool) path: sect1/para
-#: C/index.docbook:1584
+#: C/index.docbook:1589
msgid ""
"You can also use <INCLUDE> ... </INCLUDE> to specify the "
"#include files which are shown in the synopsis sections. It contains a comma-"
@@ -2714,12 +2744,12 @@ msgstr ""
"μόνο τη συγκεκριμένη ενότητα. "
#. (itstool) path: chapter/title
-#: C/index.docbook:1598
+#: C/index.docbook:1603
msgid "Controlling the result"
msgstr "Έλεγχος αποτελέσματος"
#. (itstool) path: chapter/para
-#: C/index.docbook:1600
+#: C/index.docbook:1605
msgid ""
"A GTK-Doc run generates report files inside the documentation directory. The "
"generated files are named: <filename><package>-undocumented.txt</"
@@ -2734,7 +2764,7 @@ msgstr ""
"filename>. Είναι αρχεία απλού κειμένου, εύκολα στην ανάγνωση και επεξεργασία."
#. (itstool) path: chapter/para
-#: C/index.docbook:1609
+#: C/index.docbook:1614
msgid ""
"The <filename><package>-undocumented.txt</filename> file starts with "
"the documentation coverage summary. Below are two sections divided by blank "
@@ -2751,7 +2781,7 @@ msgstr ""
"προστέθηκε μια νέα παράμετρος."
#. (itstool) path: chapter/para
-#: C/index.docbook:1618
+#: C/index.docbook:1623
msgid ""
"The <filename><package>-undeclared.txt</filename> file lists symbols "
"given in the <filename><package>-sections.txt</filename> but not found "
@@ -2763,7 +2793,7 @@ msgstr ""
"έχουν αφαιρεθεί ή αν περιέχουν συντακτικά λάθη."
#. (itstool) path: chapter/para
-#: C/index.docbook:1625
+#: C/index.docbook:1630
msgid ""
"The <filename><package>-unused.txt</filename> file lists symbol names, "
"where the GTK-Doc scanner has found documentation, but does not know where "
@@ -2776,7 +2806,7 @@ msgstr ""
"προστεθεί ακόμη στο αρχείο <filename><package>-sections.txt</filename>."
#. (itstool) path: tip/para
-#: C/index.docbook:1633
+#: C/index.docbook:1638
msgid ""
"Enable or add the <option>TESTS=$(GTKDOC_CHECK)</option> line in Makefile."
"am. If at least GTK-Doc 1.9 is installed, this will run sanity checks during "
@@ -2788,7 +2818,7 @@ msgstr ""
"<command>make check</command>."
#. (itstool) path: chapter/para
-#: C/index.docbook:1640
+#: C/index.docbook:1645
msgid ""
"One can also look at the files produced by the source code scanner: "
"<filename><package>-decl-list.txt</filename> and <filename><"
@@ -2805,7 +2835,7 @@ msgstr ""
"περιέχεται σε αυτό το αρχείο."
#. (itstool) path: chapter/para
-#: C/index.docbook:1649
+#: C/index.docbook:1654
msgid ""
"If the project is GObject based, one can also look into the files produced "
"by the object scanner: <filename><package>.args.txt</filename>, "
@@ -2827,12 +2857,12 @@ msgstr ""
"<command>GTK_DOC_KEEP_INTERMEDIATE=1 make</command>."
#. (itstool) path: chapter/title
-#: C/index.docbook:1664
+#: C/index.docbook:1669
msgid "Modernizing the documentation"
msgstr "Εκσυγχρονίζοντας την τεκμηρίωση"
#. (itstool) path: chapter/para
-#: C/index.docbook:1666
+#: C/index.docbook:1671
msgid ""
"GTK-Doc has been around for quite some time. In this section we list new "
"features together with the version since when it is available."
@@ -2842,12 +2872,12 @@ msgstr ""
"διαθέσιμες."
#. (itstool) path: sect1/title
-#: C/index.docbook:1672
+#: C/index.docbook:1677
msgid "GTK-Doc 1.9"
msgstr "GTK-Doc 1.9"
#. (itstool) path: sect1/para
-#: C/index.docbook:1674
+#: C/index.docbook:1679
msgid ""
"When using xml instead of sgml, one can actually name the master document "
"<filename><package>-docs.xml</filename>."
@@ -2856,7 +2886,7 @@ msgstr ""
"το κύριο έγγραφο <filename><package>-docs.xml</filename>."
#. (itstool) path: sect1/para
-#: C/index.docbook:1679
+#: C/index.docbook:1684
msgid ""
"This version supports <option>SCAN_OPTIONS=--rebuild-sections</option> in "
"<filename>Makefile.am</filename>. When this is enabled, the <filename><"
@@ -2878,7 +2908,7 @@ msgstr ""
"sections.txt</code>."
#. (itstool) path: sect1/para
-#: C/index.docbook:1690
+#: C/index.docbook:1695
msgid ""
"Version 1.8 already introduced the syntax for documenting sections in the "
"sources instead of the separate files under <filename class=\"directory"
@@ -2894,12 +2924,12 @@ msgstr ""
"option> στο <filename>configure.ac</filename>."
#. (itstool) path: sect1/title
-#: C/index.docbook:1700
+#: C/index.docbook:1705
msgid "GTK-Doc 1.10"
msgstr "GTK-Doc 1.10"
#. (itstool) path: sect1/para
-#: C/index.docbook:1702
+#: C/index.docbook:1707
msgid ""
"This version supports <option>SCAN_OPTIONS=--rebuild-types</option> in "
"<filename>Makefile.am</filename>. When this is enabled, the <filename><"
@@ -2916,17 +2946,17 @@ msgstr ""
"am</filename> για τον κώδικα που δομείται υπό όρους."
#. (itstool) path: sect1/title
-#: C/index.docbook:1713
+#: C/index.docbook:1718
msgid "GTK-Doc 1.16"
msgstr "GTK-Doc 1.16"
#. (itstool) path: example/title
-#: C/index.docbook:1719
+#: C/index.docbook:1724
msgid "Enable gtkdoc-check"
msgstr "Ενεργοποίηση του gtkdoc-check"
#. (itstool) path: example/programlisting
-#: C/index.docbook:1720
+#: C/index.docbook:1725
#, no-wrap
msgid ""
"\n"
@@ -2946,7 +2976,7 @@ msgstr ""
"endif\n"
#. (itstool) path: sect1/para
-#: C/index.docbook:1715
+#: C/index.docbook:1720
msgid ""
"This version includes a new tool called gtkdoc-check. This tool can run a "
"set of sanity checks on your documentation. It is enabled by adding these "
@@ -2958,12 +2988,12 @@ msgstr ""
"<filename>Makefile.am</filename>. <_:example-1/>"
#. (itstool) path: sect1/title
-#: C/index.docbook:1733
+#: C/index.docbook:1738
msgid "GTK-Doc 1.20"
msgstr "GTK-Doc 1.20"
#. (itstool) path: sect1/para
-#: C/index.docbook:1735
+#: C/index.docbook:1740
msgid ""
"Version 1.18 brought some initial markdown support. Using markdown in doc "
"comments is less intrusive than writing docbook xml. This version improves a "
@@ -2977,12 +3007,12 @@ msgstr ""
"\">σύνταξη σχολίων</link> έχει όλες τις λεπτομέρειες."
#. (itstool) path: chapter/title
-#: C/index.docbook:1746
+#: C/index.docbook:1751
msgid "Documenting other interfaces"
msgstr "Τεκμηρίωση άλλων διεπαφών"
#. (itstool) path: chapter/para
-#: C/index.docbook:1748
+#: C/index.docbook:1753
msgid ""
"So far we have been using GTK-Doc to document the API of code. The next "
"sections contain suggestions how the tools can be used to document other "
@@ -2993,12 +3023,12 @@ msgstr ""
"μπορούν να χρησιμοποιηθούν για να καταγράφετε και άλλες διεπαφές."
#. (itstool) path: sect1/title
-#: C/index.docbook:1755
+#: C/index.docbook:1760
msgid "Command line options and man pages"
msgstr "Επιλογές γραμμής εντολών και σελίδες τεκμηρίωσης man"
#. (itstool) path: sect1/para
-#: C/index.docbook:1757
+#: C/index.docbook:1762
msgid ""
"As one can generate man pages for a docbook refentry as well, it sounds like "
"a good idea to use it for that purpose. This way the interface is part of "
@@ -3010,12 +3040,12 @@ msgstr ""
"δωρεάν την σελίδα-man."
#. (itstool) path: sect2/title
-#: C/index.docbook:1764
+#: C/index.docbook:1769
msgid "Document the tool"
msgstr "Τεκμηρίωση του εργαλείου"
#. (itstool) path: sect2/para
-#: C/index.docbook:1766
+#: C/index.docbook:1771
msgid ""
"Create one refentry file per tool. Following <link linkend="
"\"settingup_docfiles\">our example</link> we would call it <filename>meep/"
@@ -3030,17 +3060,17 @@ msgstr ""
"αρχείο στον υποκατάλογο xml καθώς επίσης και τα παραδείγματα π.χ. στο glib."
#. (itstool) path: sect2/title
-#: C/index.docbook:1776
+#: C/index.docbook:1781
msgid "Adding the extra configure check"
msgstr "Προσθήκη του έξτρα ελέγχου διαμόρφωσης"
#. (itstool) path: example/title
-#: C/index.docbook:1779 C/index.docbook:1797
+#: C/index.docbook:1784 C/index.docbook:1802
msgid "Extra configure checks"
msgstr "Επιπλέον έλεγχοι ρυθμίσεων"
#. (itstool) path: example/programlisting
-#: C/index.docbook:1780
+#: C/index.docbook:1785
#, no-wrap
msgid ""
"\n"
@@ -3062,12 +3092,12 @@ msgstr ""
"AM_CONDITIONAL(ENABLE_MAN, test x$enable_man != xno)\n"
#. (itstool) path: sect2/title
-#: C/index.docbook:1794
+#: C/index.docbook:1799
msgid "Adding the extra makefile rules"
msgstr "Προσθήκη των επιπλέον κανόνων makefile"
#. (itstool) path: example/programlisting
-#: C/index.docbook:1798
+#: C/index.docbook:1803
#, no-wrap
msgid ""
"\n"
@@ -3103,12 +3133,12 @@ msgstr ""
"EXTRA_DIST += meep.xml\n"
#. (itstool) path: sect1/title
-#: C/index.docbook:1820
+#: C/index.docbook:1825
msgid "DBus interfaces"
msgstr "Διεπαφές DBus"
#. (itstool) path: sect1/para
-#: C/index.docbook:1822
+#: C/index.docbook:1827
msgid ""
"(FIXME: http://hal.freedesktop.org/docs/DeviceKit/DeviceKit.html, http://"
"cgit.freedesktop.org/DeviceKit/DeviceKit/tree/doc/dbus)"
@@ -3117,27 +3147,27 @@ msgstr ""
"cgit.freedesktop.org/DeviceKit/DeviceKit/tree/doc/dbus)"
#. (itstool) path: chapter/title
-#: C/index.docbook:1831
+#: C/index.docbook:1836
msgid "Frequently asked questions"
msgstr "Συχνές ερωτήσεις"
#. (itstool) path: segmentedlist/segtitle
-#: C/index.docbook:1835
+#: C/index.docbook:1840
msgid "Question"
msgstr "Ερώτηση"
#. (itstool) path: segmentedlist/segtitle
-#: C/index.docbook:1836
+#: C/index.docbook:1841
msgid "Answer"
msgstr "Απάντηση"
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1838
+#: C/index.docbook:1843
msgid "No class hierarchy."
msgstr "Δεν υπάρχει ιεραρχία κλάσεων."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1839
+#: C/index.docbook:1844
msgid ""
"The objects <function>xxx_get_type()</function> function has not been "
"entered into the <filename><package>.types</filename> file."
@@ -3146,12 +3176,12 @@ msgstr ""
"εισαχθεί στο αρχείο <filename><package>.types</filename>"
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1845
+#: C/index.docbook:1850
msgid "Still no class hierarchy."
msgstr "Εξακολουθεί να μην υπάρχει ιεραρχία κλάσεων."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1846
+#: C/index.docbook:1851
msgid ""
"Missing or wrong naming in <filename><package>-sections.txt</filename> "
"file (see <ulink url=\"http://mail.gnome.org/archives/gtk-doc-list/2003-"
@@ -3162,12 +3192,12 @@ msgstr ""
"doc-list/2003-October/msg00006.html\">αιτιολόγηση</ulink>)."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1852
+#: C/index.docbook:1857
msgid "Damn, I have still no class hierarchy."
msgstr "Στο καλό του, πάλι δεν έχω ιεραρχία κλάσεων."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1853
+#: C/index.docbook:1858
msgid ""
"Is the object name (name of the instance struct, e.g. <type>GtkWidget</"
"type>) part of the normal section (don't put this into Standard or Private "
@@ -3179,12 +3209,12 @@ msgstr ""
"Private)."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1860
+#: C/index.docbook:1865
msgid "No symbol index."
msgstr "Δεν υπάρχει ευρετήριο συμβόλων."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1861
+#: C/index.docbook:1866
msgid ""
"Does the <filename><package>-docs.{xml,sgml}</filename> contain a "
"index that xi:includes the generated index?"
@@ -3193,14 +3223,14 @@ msgstr ""
"ευρετήριο το οποίο περιλαμβάνει με xi:includes το παραγόμενο ευρετήριο;"
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1867
+#: C/index.docbook:1872
msgid "Symbols are not linked to their doc-section."
msgstr ""
"Δεν υπάρχουν σύνδεσμοι μεταξύ των συμβόλων και των κατάλληλων ενοτήτων της "
"τεκμηρίωσης."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1868
+#: C/index.docbook:1873
msgid ""
"Is the doc-comment using the correct markup (added #,% or ())? Check if the "
"gtkdoc-fixxref warns about unresolvable xrefs."
@@ -3209,12 +3239,12 @@ msgstr ""
"()); Ελέγξτε αν το gtkdoc-fixxref προειδοποιεί για ανεπίλυτα xrefs."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1874
+#: C/index.docbook:1879
msgid "A new class does not appear in the docs."
msgstr "Μια νέα κλάση δεν εμφανίζεται στην τεκμηρίωση."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1875
+#: C/index.docbook:1880
msgid ""
"Is the new page xi:included from <filename><package>-docs.{xml,sgml}</"
"filename>."
@@ -3223,12 +3253,12 @@ msgstr ""
"docs.{xml,sgml}</filename>;"
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1881
+#: C/index.docbook:1886
msgid "A new symbol does not appear in the docs."
msgstr "Ένα νέο σύμβολο δεν εμφανίζεται στην τεκμηρίωση."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1882
+#: C/index.docbook:1887
msgid ""
"Is the doc-comment properly formatted. Check for spelling mistakes in the "
"begin of the comment. Check if the gtkdoc-fixxref warns about unresolvable "
@@ -3241,12 +3271,12 @@ msgstr ""
"<filename><package>-sections.txt</filename> σε μια δημόσια υποενότητα."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1890
+#: C/index.docbook:1895
msgid "A type is missing from the class hierarchy."
msgstr "Λείπει ένας τύπος από την ιεραρχία κλάσεων."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1891
+#: C/index.docbook:1896
msgid ""
"If the type is listed in <filename><package>.hierarchy</filename> but "
"not in <filename>xml/tree_index.sgml</filename> then double check that the "
@@ -3262,12 +3292,12 @@ msgstr ""
"εμφανιστεί."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1900
+#: C/index.docbook:1905
msgid "I get foldoc links for all gobject annotations."
msgstr "Λαμβάνω συνδέσμους foldoc για όλες τις σημειώσεις gobject."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1901
+#: C/index.docbook:1906
msgid ""
"Check that <filename>xml/annotation-glossary.xml</filename> is xi:included "
"from <filename><package>-docs.{xml,sgml}</filename>."
@@ -3276,13 +3306,13 @@ msgstr ""
"included από το <filename><package>-docs.{xml,sgml}</filename>."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1909
+#: C/index.docbook:1914
msgid "Parameter described in source code comment block but does not exist"
msgstr ""
"Μια παράμετρος περιγράφεται σε σχόλιο του πηγαίου κώδικα, αλλά δεν υπάρχει"
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1910
+#: C/index.docbook:1915
msgid ""
"Check if the prototype in the header has different parameter names as in the "
"source."
@@ -3291,12 +3321,12 @@ msgstr ""
"παράμετρο από αυτό που αναφέρεται στον κώδικα."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1915
+#: C/index.docbook:1920
msgid "multiple \"IDs\" for constraint linkend: XYZ"
msgstr "Πολλαπλά \"Αναγνωριστικά\" για τον προορισμό συνδέσμου: XYZ"
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1916
+#: C/index.docbook:1921
msgid ""
"Symbol XYZ appears twice in <filename><package>-sections.txt</"
"filename> file."
@@ -3305,7 +3335,7 @@ msgstr ""
"sections.txt</filename>."
#. (itstool) path: seglistitem/seg
-#: C/index.docbook:1919
+#: C/index.docbook:1924
msgid ""
"Element typename in namespace '' encountered in para, but no template "
"matches."
@@ -3314,12 +3344,12 @@ msgstr ""
"αντιστοιχεί σε κανένα πρότυπο."
#. (itstool) path: chapter/title
-#: C/index.docbook:1926
+#: C/index.docbook:1931
msgid "Tools related to gtk-doc"
msgstr "Εργαλεία σχετικά με το gtk-doc"
#. (itstool) path: chapter/para
-#: C/index.docbook:1928
+#: C/index.docbook:1933
msgid ""
"GtkDocPlugin - a <ulink url=\"http://trac-hacks.org/wiki/GtkDocPlugin\">Trac "
"GTK-Doc</ulink> integration plugin, that adds API docs to a trac site and "
@@ -3330,7 +3360,7 @@ msgstr ""
"ιστοσελίδες trac και ενσωματώνεται με την αναζήτηση trac."
#. (itstool) path: chapter/para
-#: C/index.docbook:1933
+#: C/index.docbook:1938
msgid ""
"Gtkdoc-depscan - a tool (part of gtk-doc) to check used API against since "
"tags in the API to determine the minimum required version."
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]