committing first round of GUID changes

This commit is contained in:
JT Smith 2004-08-09 15:45:44 +00:00
parent 0ba6b7c911
commit 48fd2d44e9
48 changed files with 9012 additions and 8870 deletions

View file

@ -1,73 +1,6 @@
package WebGUI::i18n::English::MessageBoard;
our $I18N = {
'2' => {
message => q|Message Board|,
lastUpdated => 1031514049
},
'6' => {
message => q|Edit Message Board|,
lastUpdated => 1031514049
},
'77' => {
message => q|Edit Forum|,
lastUpdated => 1066061199,
context => q|A title for the forum editing page.|
},
'76' => {
message => q|Are you certain you wish to delete this forum and all the posts it contains?|,
lastUpdated => 1066055963,
context => q|A question prompting the admin whether they truely want to delete a forum from a message board.|
},
'61' => {
message => q|Message Board, Add/Edit|,
lastUpdated => 1066584548
},
'71' => {
message => q|Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.
<br><br>
|,
lastUpdated => 1066584548
},
'78' => {
message => q|Forum, Add/Edit|,
lastUpdated => 1066584480
},
'79' => {
message => q|A message board can contain one or more forums. The following is the list of properties attached to each forum.
<p>
<b>Title</b><br>
The title of the forum.
<p>
<b>Description</b><br>
The description of the forum.
<p>
<b>NOTE:</b> All of the properties of the forum system are also here. See that help page for details.|,
lastUpdated => 1066584480
},
'75' => {
message => q|Add a forum|,
lastUpdated => 1066038194,
context => q|A label for a link that allows an admin to add a forum to a message board.|
},
'73' => {
message => q|Message Board Template|,
lastUpdated => 1066584179
},
'74' => {
message => q|The following is the list of template variables available in message board templates.
<p/>
@ -210,6 +143,70 @@ A condition indicating whether there is more than one forum.
lastUpdated => 1066584179
},
'6' => {
message => q|Edit Message Board|,
lastUpdated => 1031514049
},
'75' => {
message => q|Add a forum|,
lastUpdated => 1066038194
},
'71' => {
message => q|Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.
<br><br>
|,
lastUpdated => 1066584548
},
'61' => {
message => q|Message Board, Add/Edit|,
lastUpdated => 1066584548
},
'78' => {
message => q|Forum, Add/Edit|,
lastUpdated => 1066584480
},
'2' => {
message => q|Message Board|,
lastUpdated => 1031514049
},
'79' => {
message => q|A message board can contain one or more forums. The following is the list of properties attached to each forum.
<p>
<b>Title</b><br>
The title of the forum.
<p>
<b>Description</b><br>
The description of the forum.
<p>
<b>NOTE:</b> All of the properties of the forum system are also here. See that help page for details.|,
lastUpdated => 1066584480
},
'77' => {
message => q|Edit Forum|,
lastUpdated => 1066061199
},
'73' => {
message => q|Message Board Template|,
lastUpdated => 1066584179
},
'76' => {
message => q|Are you certain you wish to delete this forum and all the posts it contains?|,
lastUpdated => 1066055963
},
};
1;