OSDN Git Service

Merge branch 'skinnable-master'
[nucleus-jp/nucleus-next.git] / nucleus / documentation / devdocs / sqltables.html
index cf95f07..f6952cc 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 <head>
-       <!-- $Id: sqltables.html 1457 2010-10-26 15:47:41Z ftruscot $ -->
+       <!-- $Id: sqltables.html 1686 2012-03-01 15:29:57Z sakamocchi $ -->
        <title>Nucleus - SQL Table Structure</title>
        <link rel="stylesheet" type="text/css" href="styles/manual.css" />
        <style type="text/css">
@@ -551,10 +551,10 @@ This document contains information on the fields inside the Nucleus database tab
        <td>A copy of the key that is stored in the users cookie. This key is used to log on. When a member logs on, a random cookiekey is generated. One copy goes into the database, another one goes into a cookie on the users computer. (together with the username).</td>
 
 </tr><tr>
-       <td class="notnull">deflang</td>
+       <td class="notnull">mlocale</td>
        <td>varchar(20)</td>
        <td>''</td>
-       <td>Language file to use for this member. When empty, uses the default site language.</td>
+       <td>translation file to use for this member. When empty, uses the default site locale.</td>
 </tr></table>
 
 
@@ -994,9 +994,9 @@ This document contains information on the fields inside the Nucleus database tab
        <td></td>
        <td>URL of website. Should end with a slash.</td>
 </tr><tr>
-       <td>Language</td>
-       <td>english</td>
-       <td>Language file to use by default. A file <strong>languagename.php</strong> must exist in the languages directory.</td>
+       <td>Locale</td>
+       <td>en_Latn_US</td>
+       <td>Locale file to use by default. A file <strong>localename.php</strong> must exist in the locale directory.</td>
 </tr><tr>
        <td>SessionCookie</td>
        <td>0</td>
@@ -1124,7 +1124,7 @@ This document contains information on the fields inside the Nucleus database tab
        <td>DefaultListSize</td>
        <td>10</td>
        <td>Set the size of lists in the admin area (introduced in Nucleus v3.4)</td>
-</tr></table
+</tr></table>
 
 <a id="nucleus_tickets" name="nucleus_tickets"></a>
 <h1>Table nucleus_tickets<a href="#top" class="toplink"><img src="../icon-up.gif" width="15" height="15" alt="back to top" /></a></h1>