Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

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 243acad commit bd71460
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 22 deletions.
23 changes: 11 additions & 12 deletions messages/eu/models_forms_EditForm.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?php

return [
'Active' => '',
'Content' => '',
'Hide users which not accepted the terms (Note: May require search index rebuild)' => '',
'Mark as unseen for all users' => '',
'Please Read and Agree to our Terms & Conditions' => '',
'Show terms as modal' => '',
'Statement' => '',
'Terms & Conditions' => '',
'Title' => '',
];
return array (
'Active' => '',
'Content' => 'Edukia',
'Hide users which not accepted the terms (Note: May require search index rebuild)' => '',
'Mark as unseen for all users' => '',
'Please Read and Agree to our Terms & Conditions' => '',
'Show terms as modal' => '',
'Statement' => '',
'Terms & Conditions' => '',
'Title' => 'Izenburua',
);
9 changes: 4 additions & 5 deletions messages/eu/views_admin_index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

return [
'Back to modules' => '',
'Terms Box Configuration' => '',
];
return array (
'Back to modules' => 'Itzuli moduluetara',
'Terms Box Configuration' => '',
);
9 changes: 4 additions & 5 deletions messages/eu/widgets_views_termsboxModal.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

return [
'Accept' => '',
'Decline' => '',
];
return array (
'Accept' => '',
'Decline' => 'Ez onartu',
);

0 comments on commit bd71460

Please sign in to comment.