Skip to content

Commit aac1ba0

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+141
-88
lines changed

messages/am/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/an/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/ar/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/bg/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Тази стойност може да е необходима след импортиране от съществуващи потребители. Оставете я празна, ако вашата потребителска база расте естествено.',
1010
'For guests' => '',
1111
'For logged in members' => '',
12+
'New Members' => '',
1213
'Show on dashboard' => '',
1314
];

messages/br/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/ca/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/cs/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'For guests' => '',
88
'For logged in members' => '',
99
'From which registration date should new users displayed as new?' => '',
10+
'New Members' => '',
1011
'Show on dashboard' => '',
1112
'The panel title for the dashboard widget.' => '',
1213
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '',

messages/cy/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/da/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'For guests' => '',
88
'For logged in members' => '',
99
'From which registration date should new users displayed as new?' => '',
10+
'New Members' => '',
1011
'Show on dashboard' => '',
1112
'The panel title for the dashboard widget.' => '',
1213
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '',

messages/de/base.php

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?php
2-
return array (
3-
'<strong>New Members</strong> Module Configuration' => '<strong>Neue Benutzer</strong> Modul-Konfiguration',
4-
'Back to modules' => 'Zurück zu den Modulen',
5-
'For guests' => 'Für Gäste',
6-
'For logged in members' => 'Für Eingeloggte Mitglieder',
7-
'From which registration date should new users displayed as new?' => 'Ab welchem Registrier-Datum sollen Benutzer als „neu“ angezeigt werden?',
8-
'Show on dashboard' => 'Auf dem Dashboard anzeigen',
9-
'The number of most active users that will be shown.' => 'Wie viele aktivste Nutzer sollen angezeigt werden?',
10-
'The panel title for the dashboard widget.' => 'Der Titel für das Dashboard-Widget.',
11-
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Dieser Wert ist möglicherweise notwendig, falls bestehende Nutzer importiert wurden. Dieses Feld leer lassen wenn die Nutzeranzahl natürlich wächst.',
12-
);
2+
3+
return [
4+
'<strong>New Members</strong> Module Configuration' => '<strong>Neue Benutzer</strong> Modul-Konfiguration',
5+
'Back to modules' => 'Zurück zu den Modulen',
6+
'For guests' => 'Für Gäste',
7+
'For logged in members' => 'Für Eingeloggte Mitglieder',
8+
'From which registration date should new users displayed as new?' => 'Ab welchem Registrier-Datum sollen Benutzer als „neu“ angezeigt werden?',
9+
'Show on dashboard' => 'Auf dem Dashboard anzeigen',
10+
'The number of most active users that will be shown.' => 'Wie viele aktivste Nutzer sollen angezeigt werden?',
11+
'The panel title for the dashboard widget.' => 'Der Titel für das Dashboard-Widget.',
12+
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Dieser Wert ist möglicherweise notwendig, falls bestehende Nutzer importiert wurden. Dieses Feld leer lassen wenn die Nutzeranzahl natürlich wächst.',
13+
'New Members' => '',
14+
];

messages/el/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Η τιμή αυτή είναι ίσως απαραίτητη μετά από εισαγωγή υπαρχόντων χρηστών. Αφήστε την κενή εάν η βάση χρηστών μεγαλώνει οργανικά.',
1010
'For guests' => '',
1111
'For logged in members' => '',
12+
'New Members' => '',
1213
'Show on dashboard' => '',
1314
];

messages/es/base.php

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?php
2-
return array (
3-
'<strong>New Members</strong> Module Configuration' => 'Configuración del módulo <strong>Nuevos miembros</strong>',
4-
'Back to modules' => 'Volver a módulos',
5-
'For guests' => 'Para invitados',
6-
'For logged in members' => 'Para usuarios autenticados',
7-
'From which registration date should new users displayed as new?' => '¿Desde qué fecha de registro deberían los usuarios nuevos ser mostrados como nuevos?',
8-
'Show on dashboard' => 'Mostrar en el panel de control',
9-
'The number of most active users that will be shown.' => 'El número de los usuarios más activos que se mostrará.',
10-
'The panel title for the dashboard widget.' => 'El título del panel para este widget de inicio',
11-
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Este valor es tal vez necesario después de importar desde usuarios existentes. Déjalo en blanco si tu base de usuarios crece naturalmente.',
12-
);
2+
3+
return [
4+
'<strong>New Members</strong> Module Configuration' => 'Configuración del módulo <strong>Nuevos miembros</strong>',
5+
'Back to modules' => 'Volver a módulos',
6+
'For guests' => 'Para invitados',
7+
'For logged in members' => 'Para usuarios autenticados',
8+
'From which registration date should new users displayed as new?' => '¿Desde qué fecha de registro deberían los usuarios nuevos ser mostrados como nuevos?',
9+
'Show on dashboard' => 'Mostrar en el panel de control',
10+
'The number of most active users that will be shown.' => 'El número de los usuarios más activos que se mostrará.',
11+
'The panel title for the dashboard widget.' => 'El título del panel para este widget de inicio',
12+
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Este valor es tal vez necesario después de importar desde usuarios existentes. Déjalo en blanco si tu base de usuarios crece naturalmente.',
13+
'New Members' => '',
14+
];

messages/fa-IR/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'For guests' => '',
88
'For logged in members' => '',
99
'From which registration date should new users displayed as new?' => '',
10+
'New Members' => '',
1011
'Show on dashboard' => '',
1112
'The panel title for the dashboard widget.' => '',
1213
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '',

messages/fi/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'For guests' => '',
88
'For logged in members' => '',
99
'From which registration date should new users displayed as new?' => '',
10+
'New Members' => '',
1011
'Show on dashboard' => '',
1112
'The panel title for the dashboard widget.' => '',
1213
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '',

messages/fr/base.php

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?php
2-
return array (
3-
'<strong>New Members</strong> Module Configuration' => 'Configuration du module <strong>Nouveaux membres</strong>',
4-
'Back to modules' => 'Retour aux modules',
5-
'For guests' => 'Pour les visiteurs',
6-
'For logged in members' => 'Pour les membres connectés',
7-
'From which registration date should new users displayed as new?' => 'Jusqu\'à quand les nouveaux utilisateurs doivent-ils être affichés comme nouveaux ?',
8-
'Show on dashboard' => 'Afficher dans le fil d’actualités',
9-
'The number of most active users that will be shown.' => 'Le nombre de membres devant être affiché.',
10-
'The panel title for the dashboard widget.' => 'Le titre du panneau pour le widget de tableau de bord.',
11-
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Cette valeur est peut-être nécessaire après une importation d\'utilisateurs existants. Laissez-le vide si votre base d\'utilisateurs se développe naturellement.',
12-
);
2+
3+
return [
4+
'<strong>New Members</strong> Module Configuration' => 'Configuration du module <strong>Nouveaux membres</strong>',
5+
'Back to modules' => 'Retour aux modules',
6+
'For guests' => 'Pour les visiteurs',
7+
'For logged in members' => 'Pour les membres connectés',
8+
'From which registration date should new users displayed as new?' => 'Jusqu\'à quand les nouveaux utilisateurs doivent-ils être affichés comme nouveaux ?',
9+
'Show on dashboard' => 'Afficher dans le fil d’actualités',
10+
'The number of most active users that will be shown.' => 'Le nombre de membres devant être affiché.',
11+
'The panel title for the dashboard widget.' => 'Le titre du panneau pour le widget de tableau de bord.',
12+
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Cette valeur est peut-être nécessaire après une importation d\'utilisateurs existants. Laissez-le vide si votre base d\'utilisateurs se développe naturellement.',
13+
'New Members' => '',
14+
];

messages/he/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/hr/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Ova je vrijednost možda potrebna nakon uvoza od postojećih korisnika. Neka se isprazni ako vaša baza korisnika raste prirodno.',
1010
'For guests' => '',
1111
'For logged in members' => '',
12+
'New Members' => '',
1213
'Show on dashboard' => '',
1314
];

messages/ht/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/hu/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Erre az értékre a meglévő felhasználók importálása után lehet szükség. Hagyd üresen, ha a felhasználói bázisod természetesen növekszik.',
1010
'For guests' => '',
1111
'For logged in members' => '',
12+
'New Members' => '',
1213
'Show on dashboard' => '',
1314
];

messages/id/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/it/base.php

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?php
2-
return array (
3-
'<strong>New Members</strong> Module Configuration' => 'Configurazione modulo <strong>Nuovi membri</strong>',
4-
'Back to modules' => 'Indietro ai moduli',
5-
'For guests' => 'Per gli ospiti',
6-
'For logged in members' => 'Per i membri collegati',
7-
'From which registration date should new users displayed as new?' => 'Da quale data registrazione gli utenti dovrebbero essere mostrati come nuovi?',
8-
'Show on dashboard' => 'Mostra sulla Dashboard',
9-
'The number of most active users that will be shown.' => 'Il numero degli utenti più attivi che verrà mostrato',
10-
'The panel title for the dashboard widget.' => 'Il titolo del pannello per la Widget dashboard.',
11-
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Questo valore è forse necessario dopo un\'importazione da utenti esistenti. Lascialo vuoto se la tua base di utenti cresce in modo naturale.',
12-
);
2+
3+
return [
4+
'<strong>New Members</strong> Module Configuration' => 'Configurazione modulo <strong>Nuovi membri</strong>',
5+
'Back to modules' => 'Indietro ai moduli',
6+
'For guests' => 'Per gli ospiti',
7+
'For logged in members' => 'Per i membri collegati',
8+
'From which registration date should new users displayed as new?' => 'Da quale data registrazione gli utenti dovrebbero essere mostrati come nuovi?',
9+
'Show on dashboard' => 'Mostra sulla Dashboard',
10+
'The number of most active users that will be shown.' => 'Il numero degli utenti più attivi che verrà mostrato',
11+
'The panel title for the dashboard widget.' => 'Il titolo del pannello per la Widget dashboard.',
12+
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Questo valore è forse necessario dopo un\'importazione da utenti esistenti. Lascialo vuoto se la tua base di utenti cresce in modo naturale.',
13+
'New Members' => '',
14+
];

messages/ja/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'For guests' => '',
88
'For logged in members' => '',
99
'From which registration date should new users displayed as new?' => '',
10+
'New Members' => '',
1011
'Show on dashboard' => '',
1112
'The panel title for the dashboard widget.' => '',
1213
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '',

messages/ko/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/lt/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'For guests' => '',
88
'For logged in members' => '',
99
'From which registration date should new users displayed as new?' => '',
10+
'New Members' => '',
1011
'Show on dashboard' => '',
1112
'The panel title for the dashboard widget.' => '',
1213
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '',

messages/lv/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/nb-NO/base.php

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

messages/nl/base.php

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?php
2-
return array (
3-
'<strong>New Members</strong> Module Configuration' => '<strong>Nieuwe leden strong&gt; moduleconfiguratie</strong>',
4-
'Back to modules' => 'Terug naar modules',
5-
'For guests' => 'Voor gasten',
6-
'For logged in members' => 'Voor aangemelde leden',
7-
'From which registration date should new users displayed as new?' => 'Vanaf welke registratiedatum moeten nieuwe gebruikers als nieuw worden weergegeven?',
8-
'Show on dashboard' => 'Weergeven op het dashboard',
9-
'The number of most active users that will be shown.' => 'Het aantal meest actieve gebruikers dat wordt getoond.',
10-
'The panel title for the dashboard widget.' => 'Titel in het dashboard',
11-
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Deze waarde is misschien nodig na een import van bestaande gebruikers. Laat het leeg als uw gebruikersbestand vanzelf groeit.',
12-
);
2+
3+
return [
4+
'<strong>New Members</strong> Module Configuration' => '<strong>Nieuwe leden strong&gt; moduleconfiguratie</strong>',
5+
'Back to modules' => 'Terug naar modules',
6+
'For guests' => 'Voor gasten',
7+
'For logged in members' => 'Voor aangemelde leden',
8+
'From which registration date should new users displayed as new?' => 'Vanaf welke registratiedatum moeten nieuwe gebruikers als nieuw worden weergegeven?',
9+
'Show on dashboard' => 'Weergeven op het dashboard',
10+
'The number of most active users that will be shown.' => 'Het aantal meest actieve gebruikers dat wordt getoond.',
11+
'The panel title for the dashboard widget.' => 'Titel in het dashboard',
12+
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Deze waarde is misschien nodig na een import van bestaande gebruikers. Laat het leeg als uw gebruikersbestand vanzelf groeit.',
13+
'New Members' => '',
14+
];

messages/nn-NO/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'For guests' => '',
77
'For logged in members' => '',
88
'From which registration date should new users displayed as new?' => '',
9+
'New Members' => '',
910
'Show on dashboard' => '',
1011
'The number of most active users that will be shown.' => '',
1112
'The panel title for the dashboard widget.' => '',

messages/pl/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Ta wartość może być wymagana po zaimportowaniu z istniejących użytkowników. Pozostaw to pole puste, jeżeli baza użytkowników zwiększa rozmiar naturalnie.',
1010
'For guests' => '',
1111
'For logged in members' => '',
12+
'New Members' => '',
1213
'Show on dashboard' => '',
1314
];

messages/pt-BR/base.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Talvez esse valor seja necessário após a importação de usuários existentes. Deixe vazio se sua base de usuários cresce naturalmente.',
1010
'For guests' => '',
1111
'For logged in members' => '',
12+
'New Members' => '',
1213
'Show on dashboard' => '',
1314
];

0 commit comments

Comments
 (0)