mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Added some $lang variables for smiley admin stuff
git-svn-id: file:///svn/phpbb/trunk@816 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
909b268b21
commit
d29f574287
1 changed files with 16 additions and 1 deletions
|
@ -789,6 +789,21 @@ $lang['Remove'] = "Remove";
|
||||||
$lang['Action'] = "Action";
|
$lang['Action'] = "Action";
|
||||||
$lang['Update_order'] = "Update Order";
|
$lang['Update_order'] = "Update Order";
|
||||||
|
|
||||||
|
// Smiley Management
|
||||||
|
$lang['smile_remove_err'] = "Error Deleting Smiley!";
|
||||||
|
$lang['smiley_return'] = "Return to smiley listing";
|
||||||
|
$lang['smiley_del_success'] = "The smiley was successfully removed!";
|
||||||
|
$lang['smile_edit_err'] = "Error processing smiley edits";
|
||||||
|
$lang['smiley_title'] = "Smiles Editing Utility";
|
||||||
|
$lang['smiley_code'] = "Smiley Code";
|
||||||
|
$lang['smiley_url'] = "Smiley Image File";
|
||||||
|
$lang['smiley_emot'] = "Smiley Emotion";
|
||||||
|
$lang['smiley_add_success'] = "The smiley was successfully added!";
|
||||||
|
$lang['smiley_edit_success'] = "The smiley was successfully updated!";
|
||||||
|
$lang['smile_load_err'] = "There was an error retrieving the smilies!";
|
||||||
|
$lang['smile_add'] = "Add a new Smiley";
|
||||||
|
$lang['smile_desc'] = "Some wonderful text describing the smiley administration here :)";
|
||||||
|
$lang['smile_instr'] = "There should be some text here with instructions on what the admin should fill in for the smiley fields when editing or adding a smiley.";
|
||||||
//
|
//
|
||||||
// End
|
// End
|
||||||
// -------------------------------------------------
|
// -------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue