[fix] strfrime -> php date()

This commit is contained in:
Solomon Peachy 2022-11-20 16:59:27 -05:00
parent 2d2fec03ea
commit dc3dc63d1d
7 changed files with 26 additions and 26 deletions

View File

@ -26,10 +26,10 @@ $strings['formats_locale_names'] = array("de_DE.utf8", "de_DE", "de", "deu", "ge
$strings['formats_encoding'] = 'utf-8';
$strings['formats_lang_xml'] = 'de';
$strings['formats_direction'] = 'ltr';
$strings['formats_full_date'] = "%A %d. %B %Y %H:%M";
$strings['formats_date'] = "%d. %B %Y";
$strings['formats_short_date'] = "%d.%m.%y";
$strings['formats_time'] = "%H:%M";
$strings['formats_full_date'] = "l d. F Y H:i";
$strings['formats_date'] = "d. F Y";
$strings['formats_short_date'] = "d.m.y";
$strings['formats_time'] = "H:i";
/* Date stuff */

View File

@ -25,10 +25,10 @@ $strings['formats_locale_names'] = array('en_US.utf8', 'en_US', 'en', 'eng', 'C'
$strings['formats_encoding'] = 'utf-8';
$strings['formats_lang_xml'] = 'en';
$strings['formats_direction'] = 'ltr';
$strings['formats_full_date'] = '%A, %B %d, %Y @ %I:%M:%S %p';
$strings['formats_date'] = '%B %e, %Y';
$strings['formats_short_date'] = '%b %e, %y';
$strings['formats_time'] = '%I:%M %p';
$strings['formats_full_date'] = 'l, F d, Y @ g:i:s a';
$strings['formats_date'] = 'F j, Y';
$strings['formats_short_date'] = 'M j, y';
$strings['formats_time'] = 'g:i a';
/* Date stuff */

View File

@ -99,10 +99,10 @@ $strings['errors_protected'] = 'Ceci est une resource protegee, et vous n\'etes
$strings['errors_registration_disabled'] = 'L\'enregistrement est desactive';
$strings['errors_report_bug'] = 'Signaler un bug';
$strings['export_skipped'] = 'Image <strong>%s</strong> ignorée';
$strings['formats_date'] = '%e %B %Y';
$strings['formats_date'] = 'j F Y';
$strings['formats_direction'] = 'ltr';
$strings['formats_encoding'] = 'utf-8';
$strings['formats_full_date'] = '%A %d %B %Y @ %H:%M:%S';
$strings['formats_full_date'] = 'l d F Y @ H:i:s';
$strings['formats_lang_xml'] = 'fr';
$strings['formats_locale_names'] = array("fr_FR.utf8", "fr_FR", "fr", "fra", "fre");
$strings['formats_name'] = 'Francais (France)';

View File

@ -29,10 +29,10 @@ $strings['formats_locale_names'] = array('it_IT.utf8', 'it_IT.UTF-8', 'it_IT', '
$strings['formats_encoding'] = 'utf-8';
$strings['formats_lang_xml'] = 'it';
$strings['formats_direction'] = 'ltr';
$strings['formats_full_date'] = '%A %d %B %Y, %H:%M:%S';
$strings['formats_date'] = '%e %B %Y';
$strings['formats_short_date'] = '%e/%m/%y';
$strings['formats_time'] = '%H:%M';
$strings['formats_full_date'] = 'l d F Y, H:i:s';
$strings['formats_date'] = 'j F Y';
$strings['formats_short_date'] = 'j/m/y';
$strings['formats_time'] = 'H:i';
/* Date stuff */

View File

@ -26,10 +26,10 @@ $strings['formats_locale_names'] = array("nl_NL.utf8", "nl_NL", "nl", "dut", "nl
$strings['formats_encoding'] = 'utf-8';
$strings['formats_lang_xml'] = "nl";
$strings['formats_direction'] = "ltr";
$strings['formats_full_date'] = '%A %d %B %Y @ %H:%M:%S';
$strings['formats_date'] = '%e %B %Y';
$strings['formats_short_date'] = '%e %b %y';
$strings['formats_time'] = '%H:%M';
$strings['formats_full_date'] = 'l d F Y @ H:i:s';
$strings['formats_date'] = 'j F Y';
$strings['formats_short_date'] = 'j M y';
$strings['formats_time'] = 'H:i';
/* Date stuff */

View File

@ -26,10 +26,10 @@ $strings['formats_locale_names'] = array('zh_CN.utf8', 'en_US.utf8', 'en_US', 'e
$strings['formats_encoding'] = 'utf-8';
$strings['formats_lang_xml'] = 'en';
$strings['formats_direction'] = 'ltr';
$strings['formats_full_date'] = '%A %d %B %Y @ %I:%M:%S %p';
$strings['formats_date'] = '%e %B %Y';
$strings['formats_short_date'] = '%e-%m-%y';
$strings['formats_time'] = '%I:%M %p';
$strings['formats_full_date'] = 'l d F Y @ g:i:s a';
$strings['formats_date'] = 'j F Y';
$strings['formats_short_date'] = 'j-m-y';
$strings['formats_time'] = 'g:i a';
/* Date stuff */

View File

@ -26,10 +26,10 @@ $strings['formats_locale_names'] = array('zh_HK.utf8', 'en_US.utf8', 'en_US', 'e
$strings['formats_encoding'] = 'utf-8';
$strings['formats_lang_xml'] = 'en';
$strings['formats_direction'] = 'ltr';
$strings['formats_full_date'] = '%A %d %B %Y @ %I:%M:%S %p';
$strings['formats_date'] = '%e %B %Y';
$strings['formats_short_date'] = '%e-%m-%y';
$strings['formats_time'] = '%I:%M %p';
$strings['formats_full_date'] = 'l d F Y @ g:i:s a';
$strings['formats_date'] = 'j F Y';
$strings['formats_short_date'] = 'j-m-y';
$strings['formats_time'] = 'g:i a';
/* Date stuff */