User:Duesentrieb/CategoryTree-el

This page contains the Greek language file for the CategoryTree tool by Duesentrieb. If you like, you can use it to provide a new translation:

  • Create a new entry on User:Duesentrieb/CategoryTree#Languages, pointing to a page named like this one, but the with appropriate language code at the end.
  • Copy the messages below to that file, and start translating. When you are done, please drop a note on my talk page.
  • Remember to enclose it in <pre> and <nowiki> tags (in that order)

NOTE: if you provide an interface translation, you must grant me permission to use it under the terms of the GPL, as well as the GFDL! Please put a copyright notice to that effect at the top of the translation you are providing!

<?php

/**
 * Internationalisation file for the CategoryTree extension
 * @package MediaWiki
 * @subpackage Extensions
 * 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['set_language']= 'Ελληνικά';
$messages['top_note']= 
'Πληκτρολογήστε το όνομα μίας κατηγορίας για ανάπτυξη του περεχομένου της σε δεντρική μορφή . 
Σημείωση ... αυτή η λειτουργία απαιτεί άλλες προηγμένες λειτουργίες όπως [[:en:JavaScript|JavaScript]] δυνατότητες και [[:en:AJAX|AJAX]].
Αν έχετε φυλλομετρητή(Browser) παλαιότερης εκδόσης, ή έχετε απενεργοποιημένη τη JavaScript , δεν θα είναι δυνατή η λειτουργία.
';
$messages['wiki']= 'Wiki';
$messages['category']= 'Κατηγορία';
$messages['parent_categories']= 'Μητρικές Κατηγορίες';
$messages['filter']= 'Φιλτράρισμα';
$messages['sidebar']= 'Πλευρική μπάρα';
 
$messages['view_link']= 'Προβολή συνδέσμου';
$messages['install_link']= 'Εγκατάσταση συνδέσμου';
$messages['open_link']= 'Άνοιγμα συνδέσμου';
 
$messages['filter_categories']= 'Φιλτράρισμα κατηγοριών';
$messages['filter_articles']= 'Φιλτράρισμα άρθρων';
 
$messages['go_load']= 'Φόρτωση';
 
$messages['scan_category_1']= 'Αναζήτηση στη κατηγορία $1...';
 
$messages['full_link']= 'Πλήρης σύνδεσμος';
$messages['scan_category_link']= 'Έυρεση συνδέσμων κατηγορίας...';
$messages['hide_articles_link']= 'Απόκρυψη συνδέσμου άρθρων';
$messages['show_articles_link']= 'Προβολή συνδέσμου άρθρων';
 
$messages['error_nothing_found']= 'Κανένα αποτέλεσμα.';
$messages['no_articles_or_subcat']= 'Δεν υπάρχουν άρθρα ή υποκατηγορίες.';
$messages['no_subcat']= 'Δεν υπάρχουν υποκατηγορίες.';
?>