PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
language
/
el-GR
<?php /** * @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; class el_GRDate extends JDate { /** * Αλλάζει την κλήση των μηνών από ονομαστική σε γενική. Δηλαδή μετατρέπει την ημερομηνία από "1 Ιανουάριος 2016" σε * "1 Ιανουαρίου 2016". * * @param string $format * @param bool $local * @param bool $translate * * @return string */ public function format($format, $local = false, $translate = true) { $return = parent::format($format, $local, $translate); if ((strpos($format, 'd') !== false) || (strpos($format, 'j') !== false)) { $orig_months = array("άριος", "άρτιος", "ίλιος", "άιος", "ύνιος", "ύλιος", "ύγουστος", "έμβριος", "ώβριος"); $new_months = array("αρίου", "αρτίου", "ιλίου", "αΐου", "υνίου", "υλίου", "υγούστου", "εμβρίου", "ωβρίου"); $return = str_replace($orig_months, $new_months, $return); } return $return; } }
[+]
..
[-] el-GR.com_ajax.ini
[edit]
[-] el-GR.com_config.ini
[edit]
[-] el-GR.com_contact.ini
[edit]
[-] el-GR.com_content.ini
[edit]
[-] el-GR.com_finder.ini
[edit]
[-] el-GR.com_mailto.ini
[edit]
[-] el-GR.com_media.ini
[edit]
[-] el-GR.com_messages.ini
[edit]
[-] el-GR.com_newsfeeds.ini
[edit]
[-] el-GR.com_privacy.ini
[edit]
[-] el-GR.com_search.ini
[edit]
[-] el-GR.com_tags.ini
[edit]
[-] el-GR.com_users.ini
[edit]
[-] el-GR.com_weblinks.ini
[edit]
[-] el-GR.com_wrapper.ini
[edit]
[-] el-GR.date.php
[edit]
[-] el-GR.files_joomla.sys.ini
[edit]
[-] el-GR.finder_cli.ini
[edit]
[-] el-GR.ini
[edit]
[-] el-GR.lib_fof.ini
[edit]
[-] el-GR.lib_fof.sys.ini
[edit]
[-] el-GR.lib_idna_convert.sys.ini
[edit]
[-] el-GR.lib_joomla.ini
[edit]
[-] el-GR.lib_joomla.sys.ini
[edit]
[-] el-GR.lib_phpass.sys.ini
[edit]
[-] el-GR.lib_phpmailer.sys.ini
[edit]
[-] el-GR.lib_phputf8.sys.ini
[edit]
[-] el-GR.lib_simplepie.sys.ini
[edit]
[-] el-GR.localise.php
[edit]
[-] el-GR.mod_articles_archive.ini
[edit]
[-] el-GR.mod_articles_archive.sys.ini
[edit]
[-] el-GR.mod_articles_categories.ini
[edit]
[-] el-GR.mod_articles_categories.sys.ini
[edit]
[-] el-GR.mod_articles_category.ini
[edit]
[-] el-GR.mod_articles_category.sys.ini
[edit]
[-] el-GR.mod_articles_latest.ini
[edit]
[-] el-GR.mod_articles_latest.sys.ini
[edit]
[-] el-GR.mod_articles_news.ini
[edit]
[-] el-GR.mod_articles_news.sys.ini
[edit]
[-] el-GR.mod_articles_popular.ini
[edit]
[-] el-GR.mod_articles_popular.sys.ini
[edit]
[-] el-GR.mod_banners.ini
[edit]
[-] el-GR.mod_banners.sys.ini
[edit]
[-] el-GR.mod_breadcrumbs.ini
[edit]
[-] el-GR.mod_breadcrumbs.sys.ini
[edit]
[-] el-GR.mod_bt_contentslider.ini
[edit]
[-] el-GR.mod_custom.ini
[edit]
[-] el-GR.mod_custom.sys.ini
[edit]
[-] el-GR.mod_feed.ini
[edit]
[-] el-GR.mod_feed.sys.ini
[edit]
[-] el-GR.mod_finder.ini
[edit]
[-] el-GR.mod_finder.sys.ini
[edit]
[-] el-GR.mod_footer.ini
[edit]
[-] el-GR.mod_footer.sys.ini
[edit]
[-] el-GR.mod_languages.ini
[edit]
[-] el-GR.mod_languages.sys.ini
[edit]
[-] el-GR.mod_login.ini
[edit]
[-] el-GR.mod_login.sys.ini
[edit]
[-] el-GR.mod_menu.ini
[edit]
[-] el-GR.mod_menu.sys.ini
[edit]
[-] el-GR.mod_random_image.ini
[edit]
[-] el-GR.mod_random_image.sys.ini
[edit]
[-] el-GR.mod_related_items.ini
[edit]
[-] el-GR.mod_related_items.sys.ini
[edit]
[-] el-GR.mod_search.ini
[edit]
[-] el-GR.mod_search.sys.ini
[edit]
[-] el-GR.mod_stats.ini
[edit]
[-] el-GR.mod_stats.sys.ini
[edit]
[-] el-GR.mod_syndicate.ini
[edit]
[-] el-GR.mod_syndicate.sys.ini
[edit]
[-] el-GR.mod_tags_popular.ini
[edit]
[-] el-GR.mod_tags_popular.sys.ini
[edit]
[-] el-GR.mod_tags_similar.ini
[edit]
[-] el-GR.mod_tags_similar.sys.ini
[edit]
[-] el-GR.mod_users_latest.ini
[edit]
[-] el-GR.mod_users_latest.sys.ini
[edit]
[-] el-GR.mod_weblinks.ini
[edit]
[-] el-GR.mod_weblinks.sys.ini
[edit]
[-] el-GR.mod_whosonline.ini
[edit]
[-] el-GR.mod_whosonline.sys.ini
[edit]
[-] el-GR.mod_wrapper.ini
[edit]
[-] el-GR.mod_wrapper.sys.ini
[edit]
[-] el-GR.tpl_beez3.ini
[edit]
[-] el-GR.tpl_beez3.sys.ini
[edit]
[-] el-GR.tpl_protostar.ini
[edit]
[-] el-GR.tpl_protostar.sys.ini
[edit]
[-] el-GR.xml
[edit]
[-] index.html
[edit]
[-] install.xml
[edit]
[-] .htaccess.disabled
[edit]