mirror of
https://github.com/openvk/openvk
synced 2024-12-22 08:31:18 +03:00
Merge a6b96f716a
into 0aecc299cf
This commit is contained in:
commit
2b870b36c2
4 changed files with 9 additions and 1 deletions
|
@ -374,4 +374,4 @@ abstract class OpenVKPresenter extends SimplePresenter
|
|||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1156,6 +1156,8 @@
|
|||
|
||||
"increased_your_rating_by" = "increased your rating by";
|
||||
|
||||
"news" = "News";
|
||||
|
||||
/* Gifts */
|
||||
|
||||
"gift" = "Gift";
|
||||
|
|
|
@ -1097,6 +1097,8 @@
|
|||
"negative_rating_value" = "Мы не можем украсть рейтинг у другого человека, извините.";
|
||||
"increased_your_rating_by" = "повысил ваш рейтинг на";
|
||||
|
||||
"news" = "Новость";
|
||||
|
||||
/* Gifts */
|
||||
|
||||
"gift" = "Подарок";
|
||||
|
|
|
@ -17,6 +17,10 @@ openvk:
|
|||
minLength: 3 # won't affect existing short urls or the ones set via admin panel
|
||||
forbiddenNames:
|
||||
- "index.php"
|
||||
news:
|
||||
enable: false
|
||||
link: "/link"
|
||||
title: "я покакал"
|
||||
photos:
|
||||
upgradeStructure: false
|
||||
photoSaving: "quick"
|
||||
|
|
Loading…
Reference in a new issue