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 Jan 24, 2024
1 parent 3f52173 commit e62d23c
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions messages/cs/base.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?php

return [
'Invalid content id given!' => 'Vloženo chybé ID obsahu',
'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' => 'Záložky',
'Bookmarks' => 'Záložky',
'Content successfully bookmarked. You can access it directly from your profile.' => 'Obsah byl úspěšně přidán do záložek. Můžete k němu přistupovat přímo ze svého profilu.',
'Content successfully removed from bookmarks.' => 'Obsah byl úspěšně odstraněn ze záložek.',
'Invalid content id given!' => 'Vloženo chybé ID obsahu',
'Remove from bookmarks' => 'Odebrat ze záložek',
'Save as bookmark' => 'Přidat do záložek',
'You cannot bookmark this content!' => 'Tento obsah nelze přidat do záložek!',
'You didn\'t save any content yet!' => 'Zatím jste neuložili žádný obsah!',
);

0 comments on commit e62d23c

Please sign in to comment.