CategoryTree-extension el
This is considered of unknown usefulness and may be a candidate for deletion. If you want to revive discussion regarding the subject, you may try using the talk page or start a discussion at Meta:Babel. |
<?php /** * Internationalisation file for the CategoryTree extension * * @package MediaWiki * @subpackage Extensions * @author Daniel Kinzler <duesentrieb@brightbyte.de> * @copyright Β© 2006 Daniel Kinzler * @licence GNU General Public Licence 2.0 or later * Greek Translation by kostas stathopoulos www.ks-net.gr/wiki/ * webmaster@ks-net.gr */ /* This file is licensed under the GPL and the GFDL: Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ $messages['categorytree']= 'Δέντρο-Κατηγοριών'; $messages['categorytree-tab']= 'Δέντρο'; $messages['categorytree-header']= 'Πληκτρολογήστε το όνομα μίας κατηγορίας για ανάπτυξη του περεχομένου της σε δεντρική μορφή . Σημείωση ... αυτή η λειτουργία απαιτεί άλλες προηγμένες λειτουργίες όπως [[:en:JavaScript|JavaScript]] και δυνατότητες [[:en:AJAX|AJAX]]. Αν έχετε φυλλομετρητή(Browser) παλαιότερης εκδόσης, ή έχετε απενεργοποιημένη τη JavaScript , δεν θα είναι δυνατή η λειτουργία. '; $messages['categorytree-category']= 'Κατηγορία'; $messages['categorytree-go']= 'Προβολή δέντρου'; $messages['categorytree-parents']= 'Μητρικές'; $messages['categorytree-mode-categories']= 'Κατηγορίες μόνο'; $messages['categorytree-mode-pages']= 'Σελίδες εκτός σελίδων με εικόνες'; $messages['categorytree-mode-all']= 'Όλες οι σελίδες'; $messages['categorytree-collapse']= 'Σύμπτυξη'; $messages['categorytree-expand']= 'Ανάπτυξη'; $messages['categorytree-load']= 'Φορτώθηκε'; $messages['categorytree-loading']= 'Φόρτωση'; $messages['categorytree-nothing-found']= 'Κανένα αποτέλεσμα'; $messages['categorytree-no-subcategories']= 'Καμία υποκατηγορία'; $messages['categorytree-no-pages']= 'Καμία σελίδα ή υποκατηγορία'; $messages['categorytree-not-found']= "Η κατηγορία <i>$1</i> δεν υπάρχει"; $messages['categorytree-show-list'] = "Προβολή λίστας"; $messages['categorytree-show-tree'] = "Προβολή δέντρου"; $messages['categorytree-too-many-subcats'] = "Μεγάλος αριθμός υποκατηγοριών ... Δεν είναι δυνατή η προβολή σε δένδρο των υποκατηγοριών."; ?>