More template i18n, through index 180/245.

This commit is contained in:
Colin Kuskie 2008-12-26 05:38:02 +00:00
parent 51d1955671
commit 117c9dedab
6 changed files with 31 additions and 1 deletions

Binary file not shown.

View file

@ -1017,7 +1017,13 @@ be useful, others may not.|,
'Entry ID' => {
message => q{Entry ID},
lastUpdated => 1229910550,
context => q{},
context => q{Unique identifier for this entry. i18n label for template},
},
'Submission Date' => {
message => q{Submission Date},
lastUpdated => 1229910550,
context => q{The date that this entry was submitted to the site. i18n label for template},
},
};

View file

@ -365,6 +365,25 @@ it would be best to make sure the names are the same.|,
lastUpdated => 0,
context => q|Description of the fieldType tmpl_var in the attribute_loop for the template help.|,
},
'Edit this listing.' => {
message => q|Edit this listing.|,
lastUpdated => 1230269571,
context => q|i18n label for template.|,
},
'Approve this listing.' => {
message => q|Approve this listing.|,
lastUpdated => 1230269571,
context => q|i18n label for template.|,
},
'Delete this listing.' => {
message => q|Delete this listing.|,
lastUpdated => 1230269571,
context => q|i18n label for template.|,
},
};
1;

View file

@ -4344,6 +4344,11 @@ Users may override this setting in their profile.
context => q|Template label. Used to indicate that a shortened version of the content is currently displayed and that more can be read by clicking a link.|
},
'For' => {
message => q|For|,
lastUpdated => 1230269893,
},
};
1;