commit
84727dc995
|
@ -10,7 +10,7 @@ Bludit is a simple web application to make your own **blog** or **site** in seco
|
|||
- [Themes](https://themes.bludit.com)
|
||||
- [More plugins and themes](https://forum.bludit.com/viewforum.php?f=14)
|
||||
|
||||
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=S55XTNZ8YQXSA&lc=AR&item_name=BLUDIT¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)
|
||||
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/bludit)
|
||||
|
||||
Social networks
|
||||
---------------
|
||||
|
|
|
@ -62,7 +62,7 @@ function updateBludit()
|
|||
// UUID
|
||||
if( empty($page['uuid']) ) {
|
||||
$uuid = uniqid();
|
||||
$dbPages->setPostDb($key, 'uuid', $uuid);
|
||||
$dbPages->setPageDb($key, 'uuid', $uuid);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -169,7 +169,7 @@
|
|||
"cli-mode": "حالت رابط خط فرمان (Cli)",
|
||||
"command-line-mode": "حالت خط فرمان",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "اگر شما نوشته ها و صفحات خود را از طریق فایل سیستم اضافه ، ویرایش و یا حذف میکنید ، حالت خط فرمان را فعال کنید",
|
||||
|
||||
|
||||
"configure": "پیکربندی",
|
||||
"uninstall": "حذف نصب",
|
||||
"change-password": "تغییر پسورد",
|
||||
|
|
Loading…
Reference in New Issue