X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=nucleus%2Flocales%2Ffr_Latn_FR.UTF-8.php;h=1219d6f9359cf60a238aec4fc907175d0e795b41;hb=3375c0bd644215856743551e2f4992a0f36e2da0;hp=c2cc4e04fbdf1fda891b0191c4b1517877ff37fc;hpb=0f2bcd518e8d035a5e25317d7900a9eb23d80e80;p=nucleus-jp%2Fnucleus-next.git diff --git a/nucleus/locales/fr_Latn_FR.UTF-8.php b/nucleus/locales/fr_Latn_FR.UTF-8.php index c2cc4e0..1219d6f 100644 --- a/nucleus/locales/fr_Latn_FR.UTF-8.php +++ b/nucleus/locales/fr_Latn_FR.UTF-8.php @@ -16,6 +16,9 @@ /******************************************** * Start New for 4.0 * ********************************************/ +/* argument value for setlocale() in Microsoft's windows operating system */ +define('_LOCALE_IN_WINDOWS', 'fra_fra'); + /* labels for date and time measurement unit */ define('_LABEL_YEAR_UNIT', 'year'); define('_LABEL_MONTH_UNIT', 'month'); @@ -1335,6 +1338,7 @@ define('_MOVE_BTN', 'Déplacer le billet'); // ADMIN-template template types include_once('adminskinTypes.php'); +define('_ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_NAVILIST', 'navibar for item/comment list'); define('_ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLIST_BD_TADM', _SKINABLEADMIN_ADMINSKINVAR_STR . ' [yrbloglist] member is blog ADMIN'); define('_ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLIST_BD_SADM', _SKINABLEADMIN_ADMINSKINVAR_STR . ' [yrbloglist] member is super ADMIN'); define('_ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_GURL', _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_BODY . 'plugin URL');