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 Apr 4, 2024
1 parent eb8adb9 commit 0ad8694
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
23 changes: 11 additions & 12 deletions messages/eu/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!' => 'ID baliogabea duen edukia!',
'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/lt/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!' => 'Nurodytas neteisingas turinio ID!',
'Remove from bookmarks' => '',
'Save as bookmark' => '',
'You cannot bookmark this content!' => '',
'You didn\'t save any content yet!' => '',
);

0 comments on commit 0ad8694

Please sign in to comment.