<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/index.php?action=history&amp;feed=atom&amp;title=Database.pluto_main.Text_LS</id>
	<title>Database.pluto main.Text LS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/index.php?action=history&amp;feed=atom&amp;title=Database.pluto_main.Text_LS"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Database.pluto_main.Text_LS&amp;action=history"/>
	<updated>2026-07-21T20:35:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Database.pluto_main.Text_LS&amp;diff=19638&amp;oldid=prev</id>
		<title>Chriss: Database.pluto main.TextLS moved to Database.pluto main.Text LS</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Database.pluto_main.Text_LS&amp;diff=19638&amp;oldid=prev"/>
		<updated>2009-07-07T18:03:16Z</updated>

		<summary type="html">&lt;p&gt;Database.pluto main.TextLS moved to Database.pluto main.Text LS&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:03, 7 July 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Chriss</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Database.pluto_main.Text_LS&amp;diff=19632&amp;oldid=prev</id>
		<title>Chriss: DB table pluto_main.TextLS</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Database.pluto_main.Text_LS&amp;diff=19632&amp;oldid=prev"/>
		<updated>2009-07-07T17:50:31Z</updated>

		<summary type="html">&lt;p&gt;DB table pluto_main.TextLS&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Development]]&lt;br /&gt;
[[Category:Database]]&lt;br /&gt;
&lt;br /&gt;
The table pluto_main.TextLS contains overlays for the text elements defined in [[Database.pluto_main.Text|Text]] to allow for localization of the GUI.&lt;br /&gt;
&lt;br /&gt;
===SQL definition===&lt;br /&gt;
 CREATE TABLE `Text_LS` (&lt;br /&gt;
   `FK_Text` int(11) NOT NULL default &amp;#039;0&amp;#039;,&lt;br /&gt;
   `FK_Language` int(11) NOT NULL default &amp;#039;0&amp;#039;,&lt;br /&gt;
   `Description` longtext NOT NULL,&lt;br /&gt;
   `psc_id` int(11) default NULL,&lt;br /&gt;
   `psc_batch` int(11) default NULL,&lt;br /&gt;
   `psc_user` int(11) default NULL,&lt;br /&gt;
   `psc_frozen` tinyint(1) default &amp;#039;0&amp;#039;,&lt;br /&gt;
   `psc_mod` timestamp NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,&lt;br /&gt;
   `psc_restrict` int(11) default NULL,&lt;br /&gt;
   PRIMARY KEY  (`FK_Text`,`FK_Language`),&lt;br /&gt;
   UNIQUE KEY `psc_id` (`psc_id`)&lt;br /&gt;
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Field description===&lt;br /&gt;
: FK_Text : Reference to [[Database.pluto_main.Text|pluto_main.Text.PK_Text]]. Defines the text item that is translated&lt;br /&gt;
: FK_Language : Reference to [[Database.pluto_main.Language|pluto_main.Language.PK_Language]]. Defines the language the translation belongs to&lt;br /&gt;
: Description : Translated text&lt;br /&gt;
: psc_* : All related to version control by [[sqlCVS]]&lt;/div&gt;</summary>
		<author><name>Chriss</name></author>
	</entry>
</feed>