-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Oct 20, 2023
1 parent
f779256
commit d403afb
Showing
1 changed file
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'Invalid content id given!' => 'Неправильный id записи', | ||
'Bookmarked' => '', | ||
'Bookmarks' => '', | ||
'Content successfully bookmarked. You can access it directly from your profile.' => '', | ||
'Content successfully removed from bookmarks.' => '', | ||
'Remove from bookmarks' => '', | ||
'Save as bookmark' => '', | ||
'You cannot bookmark this content!' => '', | ||
'You didn\'t save any content yet!' => '', | ||
]; | ||
return array ( | ||
'Bookmarked' => 'В закладках', | ||
'Bookmarks' => 'Закладки', | ||
'Content successfully bookmarked. You can access it directly from your profile.' => 'Содержимое успешно добавлено в закладки. Вы можете получить к нему доступ прямо из своего профиля.', | ||
'Content successfully removed from bookmarks.' => 'Содержимое успешно удалено из закладок.', | ||
'Invalid content id given!' => 'Неправильный id записи', | ||
'Remove from bookmarks' => 'Удалить из закладок', | ||
'Save as bookmark' => 'Сохранить как закладку', | ||
'You cannot bookmark this content!' => 'Вы не можете добавить этот контент в закладки!', | ||
'You didn\'t save any content yet!' => 'Вы еще не сохранили ни одного контента!', | ||
); |