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


- Log -----------------------------------------------------------------
commit 377e7f4e4455f122cb426c6ef1c50665b3bbe9d7
Author: Yuichiro <[email protected]>
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

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to