mirror of
https://github.com/openvk/openvk
synced 2025-07-09 01:02:53 +03:00
Compare commits
No commits in common. "d9b595d250fe52cca2e65f5535a5412d72900d31" and "a9d686b3a580e7c8fa110feac096980de2757ae0" have entirely different histories.
d9b595d250
...
a9d686b3a5
4 changed files with 3 additions and 10 deletions
|
@ -354,8 +354,7 @@ final class Groups extends VKAPIRequestHandler
|
|||
|
||||
$arr->items[] = (object) [
|
||||
"id" => $member->getId(),
|
||||
"first_name" => $member->getFirstName(),
|
||||
"last_name" => $member->getLastName(),
|
||||
"name" => $member->getCanonicalName(),
|
||||
];
|
||||
|
||||
foreach($filds as $fild) {
|
||||
|
|
|
@ -1520,5 +1520,3 @@
|
|||
"mobile_log_out" = "Log out";
|
||||
"mobile_menu" = "Menu";
|
||||
"mobile_like" = "Like";
|
||||
"mobile_user_info_hide" = "Hide";
|
||||
"mobile_user_info_show_details" = "Show details";
|
||||
|
|
|
@ -1412,6 +1412,4 @@
|
|||
"mobile_desktop_version" = "Полная версия";
|
||||
"mobile_log_out" = "Выйти";
|
||||
"mobile_menu" = "Меню";
|
||||
"mobile_like" = "Нравится";
|
||||
"mobile_user_info_hide" = "Скрыть";
|
||||
"mobile_user_info_show_details" = "Показать подробнее";
|
||||
"mobile_like" = "Мне нравится";
|
||||
|
|
|
@ -1432,6 +1432,4 @@
|
|||
"mobile_desktop_version" = "Повна версія";
|
||||
"mobile_log_out" = "Вийти";
|
||||
"mobile_menu" = "Меню";
|
||||
"mobile_like" = "Подобається";
|
||||
"mobile_user_info_hide" = "Приховувати";
|
||||
"mobile_user_info_show_details" = "Показати докладніше";
|
||||
"mobile_like" = "Мені подобається";
|
||||
|
|
Loading…
Reference in a new issue