Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Feb 18, 2024
1 parent 9bf6d9e commit 26cbdbc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
23 changes: 11 additions & 12 deletions messages/sk/base.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?php

return [
'Bookmarked' => '',
'Bookmarks' => '',
'Content successfully bookmarked. You can access it directly from your profile.' => '',
'Content successfully removed from bookmarks.' => '',
'Invalid content id given!' => '',
'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!' => 'Bolo zadané neplatné ID obsahu!',
'Remove from bookmarks' => '',
'Save as bookmark' => '',
'You cannot bookmark this content!' => '',
'You didn\'t save any content yet!' => '',
);
23 changes: 11 additions & 12 deletions messages/sr/base.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?php

return [
'Bookmarked' => '',
'Bookmarks' => '',
'Content successfully bookmarked. You can access it directly from your profile.' => '',
'Content successfully removed from bookmarks.' => '',
'Invalid content id given!' => '',
'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!' => 'Navedeni ID sadržaj nije validan!',
'Remove from bookmarks' => '',
'Save as bookmark' => '',
'You cannot bookmark this content!' => '',
'You didn\'t save any content yet!' => '',
);

0 comments on commit 26cbdbc

Please sign in to comment.