diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-21 12:46:25 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-21 12:46:25 +0000 |
commit | f93d8413b61a04b6abca4b18d87d4686bb6731f5 (patch) | |
tree | faa5ba623cd400e82bba04e025e52cbc00f50b3d /phpBB/templates | |
parent | 26f740749c4b247ea53e1a0fb8f7eee22be4bd60 (diff) | |
download | forums-f93d8413b61a04b6abca4b18d87d4686bb6731f5.tar forums-f93d8413b61a04b6abca4b18d87d4686bb6731f5.tar.gz forums-f93d8413b61a04b6abca4b18d87d4686bb6731f5.tar.bz2 forums-f93d8413b61a04b6abca4b18d87d4686bb6731f5.tar.xz forums-f93d8413b61a04b6abca4b18d87d4686bb6731f5.zip |
Lang update
git-svn-id: file:///svn/phpbb/trunk@1657 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/subSilver.cfg | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/phpBB/templates/subSilver/subSilver.cfg b/phpBB/templates/subSilver/subSilver.cfg index 66608a6e6b..994e2c915b 100644 --- a/phpBB/templates/subSilver/subSilver.cfg +++ b/phpBB/templates/subSilver/subSilver.cfg @@ -25,19 +25,19 @@ $current_template_images = $current_template_path . "/images"; $smilies_url = "images/smiles"; -$images['icon_quote'] = "$current_template_images/icon_quote.gif"; -$images['icon_edit'] = "$current_template_images/icon_edit.gif"; -$images['icon_search'] = "$current_template_images/icon_search.gif"; -$images['icon_profile'] = "$current_template_images/icon_profile.gif"; -$images['icon_pm'] = "$current_template_images/icon_pm.gif"; -$images['icon_email'] = "$current_template_images/icon_email.gif"; +$images['icon_quote'] = "$current_template_images/icon_quote_lang.gif"; +$images['icon_edit'] = "$current_template_images/icon_edit_lang.gif"; +$images['icon_search'] = "$current_template_images/icon_search_lang.gif"; +$images['icon_profile'] = "$current_template_images/icon_profile_lang.gif"; +$images['icon_pm'] = "$current_template_images/icon_pm_lang.gif"; +$images['icon_email'] = "$current_template_images/icon_email_lang.gif"; $images['icon_delpost'] = "$current_template_images/icon_delete.gif"; -$images['icon_ip'] = "$current_template_images/icon_ip.gif"; -$images['icon_www'] = "$current_template_images/icon_www.gif"; -$images['icon_icq'] = "$current_template_images/icon_icq_add.gif"; -$images['icon_aim'] = "$current_template_images/icon_aim.gif"; -$images['icon_yim'] = "$current_template_images/icon_yim.gif"; -$images['icon_msnm'] = "$current_template_images/icon_msnm.gif"; +$images['icon_ip'] = "$current_template_images/icon_ip_lang.gif"; +$images['icon_www'] = "$current_template_images/icon_www_lang.gif"; +$images['icon_icq'] = "$current_template_images/icon_icq_add_lang.gif"; +$images['icon_aim'] = "$current_template_images/icon_aim_lang.gif"; +$images['icon_yim'] = "$current_template_images/icon_yim_lang.gif"; +$images['icon_msnm'] = "$current_template_images/icon_msnm_lang.gif"; $images['icon_minipost'] = "$current_template_images/icon_minipost.gif"; $images['icon_gotopost'] = "$current_template_images/icon_minipost.gif"; $images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif"; @@ -59,10 +59,10 @@ $images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif"; $images['folder_announce'] = "$current_template_images/folder_announce.gif"; $images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif"; -$images['post_new'] = "$current_template_images/post.gif"; -$images['post_locked'] = "$current_template_images/reply-locked.gif"; -$images['reply_new'] = "$current_template_images/reply.gif"; -$images['reply_locked'] = "$current_template_images/reply-locked.gif"; +$images['post_new'] = "$current_template_images/post_lang.gif"; +$images['post_locked'] = "$current_template_images/reply-locked_lang.gif"; +$images['reply_new'] = "$current_template_images/reply_lang.gif"; +$images['reply_locked'] = "$current_template_images/reply-locked_lang.gif"; $images['pm_inbox'] = "$current_template_images/msg_inbox.gif"; $images['pm_outbox'] = "$current_template_images/msg_outbox.gif"; @@ -70,10 +70,10 @@ $images['pm_savebox'] = "$current_template_images/msg_savebox.gif"; $images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif"; $images['pm_readmsg'] = "$current_template_images/folder.gif"; $images['pm_unreadmsg'] = "$current_template_images/folder_new.gif"; -$images['pm_replymsg'] = "$current_template_images/reply.gif"; +$images['pm_replymsg'] = "$current_template_images/reply_lang.gif"; $images['pm_postmsg'] = "$current_template_images/msg_newpost.gif"; -$images['pm_quotemsg'] = "$current_template_images/icon_quote.gif"; -$images['pm_editmsg'] = "$current_template_images/icon_edit.gif"; +$images['pm_quotemsg'] = "$current_template_images/icon_quote_lang.gif"; +$images['pm_editmsg'] = "$current_template_images/icon_edit_lang.gif"; $images['pm_new_msg'] = ""; $images['pm_no_new_msg'] = ""; @@ -110,4 +110,4 @@ $images['auth_mod'] = ""; $board_config['vote_graphic_length'] = 205; $board_config['privmsg_graphic_length'] = 175; -?> +?>
\ No newline at end of file |