Skip to content

Commit fa1659c

Browse files
author
HumHub Translations
committed
Enh: Updated Translations (translate.humhub.org)
1 parent d8f0f09 commit fa1659c

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

messages/sk/base.php

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
2-
3-
return [
4-
'<strong>New Members</strong> Module Configuration' => '',
5-
'Back to modules' => '',
6-
'For guests' => '',
7-
'For logged in members' => '',
8-
'From which registration date should new users displayed as new?' => '',
9-
'New Members' => '',
10-
'Show on dashboard' => '',
11-
'The number of most active users that will be shown.' => '',
12-
'The panel title for the dashboard widget.' => '',
13-
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '',
14-
];
2+
return array (
3+
'<strong>New Members</strong> Module Configuration' => '',
4+
'Back to modules' => 'Späť k modulom',
5+
'For guests' => '',
6+
'For logged in members' => '',
7+
'From which registration date should new users displayed as new?' => '',
8+
'New Members' => '',
9+
'Show on dashboard' => '',
10+
'The number of most active users that will be shown.' => '',
11+
'The panel title for the dashboard widget.' => '',
12+
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '',
13+
);

messages/sr/base.php

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
2-
3-
return [
4-
'<strong>New Members</strong> Module Configuration' => '',
5-
'Back to modules' => '',
6-
'For guests' => '',
7-
'For logged in members' => '',
8-
'From which registration date should new users displayed as new?' => '',
9-
'New Members' => '',
10-
'Show on dashboard' => '',
11-
'The number of most active users that will be shown.' => '',
12-
'The panel title for the dashboard widget.' => '',
13-
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '',
14-
];
2+
return array (
3+
'<strong>New Members</strong> Module Configuration' => '<strong>Novi korisnici</strong> konfiguracija modula',
4+
'Back to modules' => 'Povratak na module',
5+
'For guests' => '',
6+
'For logged in members' => '',
7+
'From which registration date should new users displayed as new?' => 'Od kojeg bi se datuma registracije novi korisnici trebali prikazivati kao novi?',
8+
'New Members' => '',
9+
'Show on dashboard' => '',
10+
'The number of most active users that will be shown.' => 'Broj najaktivnijih korisnika koji će biti prikazani.',
11+
'The panel title for the dashboard widget.' => 'Naslov za widget startnog panela.',
12+
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Ova je vrednost možda potrebna nakon uvoza od postojećih korisnika. Neka se isprazni ako vaša baza korisnika raste prirodno.',
13+
);

0 commit comments

Comments
 (0)