wiki.techinc.nl/languages/messages/MessagesPnt.php
Siebrand Mazeland a2f7939527 Localisation updates from Betawiki.
* be, bg, crh-cyrl, crh-latn, el, frp, is, pnt, ro, stq
2007-12-05 21:48:31 +00:00

60 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/** Ποντιακά (Ποντιακά)
*
* @addtogroup Language
*
* @author Consta
*/
$messages = array(
# Dates
'sun' => 'Κυρ',
'mon' => 'Δευ',
'tue' => 'Τρι',
'wed' => 'Τετ',
'thu' => 'Πεμ',
'fri' => 'Παρ',
'sat' => 'Σαβ',
'jan' => 'Ιαν',
'feb' => 'Φεβ',
'mar' => 'Μάρ',
'apr' => 'Απρ',
'may' => 'Μάι',
'jun' => 'Ιούν',
'jul' => 'Ιούλ',
'aug' => 'Αύγ',
'sep' => 'Σεπ',
'oct' => 'Οκτ',
'nov' => 'Νοέ',
'dec' => 'Δεκ',
'search' => 'Εύρον',
'searchbutton' => 'Εύρον',
'go' => 'Δέβα',
'searcharticle' => 'Δέβα',
'jumptosearch' => 'εύρον',
# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-user' => 'Σελίδα χρήστες',
# General errors
'viewsourcefor' => 'για $1',
# Login and logout pages
'logout' => 'Αποσύνδεσε',
'userlogout' => 'Αποσύνδεσε',
'loginerror' => 'Σφάλμα εγγραφές',
# Search results
'powersearch' => 'Εύρον',
# Book sources
'booksources-go' => 'Δέβα',
# Multipage image navigation
'imgmultigo' => 'Δέβα!',
# Table pager
'table_pager_limit_submit' => 'Δέβα',
);