كود تحويل ايقونات ادوات الموضوع الى كلام لنسخة الاخيره
صوره عمل الكود:

وفقكم الله
صوره عمل الكود:

كود:
$(window).load(function() {
$(".post-buttons").each(function() {
$(this).find(".btn-thank a").html('شُكر');
$(this).find(".btn-thank span").html('تم الشُكر');
$(this).find(".btn-quote-multi span").html('اقتباس متعدد');
$(this).find(".btn-quote a").html('اقتباس ');
$(this).find(".btn-edit a").html('تعديل');
$(this).find(".btn-delete a").html('حذف');
$(this).find(".btn-ip a").html(' استعراض رقم الـIP ');
$(this).find(".btn-report a").html('ارسال تقرير عن المساهمة');
$(this).find(".btn-report-lock a").html('قفل تقارير المساهمة');
$(this).find("li a[href*='/report?mode=unlock']").parent().attr('class','btn-report-unlock');
$(this).find(".btn-report-unlock a").html('فتح تقارير المساهمة');
});
});
وفقكم الله