[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9-25780-g377e7f4

Marc Delisle lem9 at users.sourceforge.net
Mon Jan 2 13:45:35 CET 2012


The branch, master has been updated
       via  377e7f4e4455f122cb426c6ef1c50665b3bbe9d7 (commit)
      from  9c1b388dcdf8efe6c6cfd5861e5981b19d7c1d20 (commit)


- Log -----------------------------------------------------------------
commit 377e7f4e4455f122cb426c6ef1c50665b3bbe9d7
Author: Yuichiro <yuichiro at pop07.odn.ne.jp>
Date:   Mon Jan 2 07:45:00 2012 -0500

    patch #3463768 Localize month header in calendar

-----------------------------------------------------------------------

Summary of changes:
 js/messages.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/js/messages.php b/js/messages.php
index 5e441f3..791caca 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -478,6 +478,12 @@ PMA_printJsValue("$.datepicker.regional['']['dayNamesMin']",
         __('Sa')));
 /* l10n: Column header for week of the year in calendar */
 PMA_printJsValue("$.datepicker.regional['']['weekHeader']", __('Wk'));
+
+/* l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month". */
+PMA_printJsValue("$.datepicker.regional['']['showMonthAfterYear']", (__('calendar-month-year') == 'calendar-year-month'));
+/* l10n: Year suffix for calendar, "none" is empty. */
+$year_suffix = _pgettext('Year suffix', 'none');
+PMA_printJsValue("$.datepicker.regional['']['yearSuffix']", ($year_suffix == 'none' ? '' : $year_suffix));
 ?>
 $.extend($.datepicker._defaults, $.datepicker.regional['']);
 } /* if ($.datepicker) */


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list